bfe3534eeb7a2f17e4b83a336681c76f66e97526
[bpt/emacs.git] / lisp / ChangeLog
1 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
2
3 * textmodes/ispell.el (ispell-start-process): Make sure original
4 arg list is properly initialized (Bug#6993, Bug#6994).
5
6 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
7
8 * files.el (directory-abbrev-alist): Use \` as default regexp.
9
10 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
11 chars like - or ] (bug#6984).
12 (rx-any-condense-range): Explode 2-char ranges.
13
14 2010-09-06 Glenn Morris <rgm@gnu.org>
15
16 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
17
18 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
19
20 * textmodes/bibtex.el:
21 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
22
23 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
24
25 * net/imap.el (imap-message-map): Removed optional buffer parameter,
26 since no callers use it.
27 (imap-message-get): Ditto.
28 (imap-message-put): Ditto.
29 (imap-mailbox-map): Ditto.
30 (imap-mailbox-put): Ditto.
31 (imap-mailbox-get): Ditto.
32 (imap-mailbox-get): Revert last change for this function.
33
34 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
35
36 * net/imap.el (imap-fetch-safe): Removed function, and altered all
37 callers to use `imap-fetch' instead. According to the comments, this
38 should be safe, since all other IMAP clients use the 1:* syntax.
39 (imap-enable-exchange-bug-workaround): Removed.
40 (imap-debug): Removed -- doesn't seem very useful.
41
42 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
43
44 * net/imap.el (imap-log): New convenience function used throughout
45 instead of repeating the same code all over the place.
46
47 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
48
49 * mouse.el (mouse-save-then-kill): Save region to kill-ring
50 when mouse-drag-copy-region is non-nil (Bug#6956).
51
52 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
53
54 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
55 Improve regexps (Bug#6987).
56 (dired-sort-toggle): Search more robustly for -t flag.
57
58 * files.el (get-free-disk-space): Search more robustly for
59 "available" column. Suggested by Ehud Karni
60 <ehud@unix.mvs.co.il>.
61
62 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
63
64 * international/uni-bidi.el:
65 * international/uni-category.el:
66 * international/uni-combining.el:
67 * international/uni-decimal.el:
68 * international/uni-mirrored.el:
69 * international/uni-name.el: Regenerate.
70
71 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
72
73 * electric.el (electric-indent-post-self-insert-function):
74 Don't reindent with a sloppy indentation function.
75
76 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
77 border case in change-log-mode.
78
79 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
80
81 * progmodes/compile.el (compilation-error-regexp-alist-alist):
82 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
83 Recognize leading tab in gcc-include regexp. Ignore names with
84 leading "from" or "in" in gnu regexp (Bug#6937).
85
86 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
87
88 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
89 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
90 (ispell-start-process): Avoid setq and simplify logic.
91 (ispell-init-process): Setup kill-buffer-hook locally when needed.
92 (kill-buffer-hook): Don't use it globally with code that uses
93 expand-file-name since that may call kill-buffer via
94 code_conversion_restore.
95
96 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
97
98 * emacs-lisp/package.el (package-directory-list): Only call
99 file-name-nondirectory on a string.
100
101 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
102
103 * emacs-lisp/package.el (package--download-one-archive):
104 Ensure that archive-contents is valid before saving it.
105 (package-activate-1, package-mark-obsolete, define-package)
106 (package-compute-transaction, package-list-maybe-add): Use push.
107
108 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
109
110 Use SMIE's blink-paren for octave-mode.
111 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
112 Backslashes do not escape single-quotes, single-quotes do.
113 (octave-block-else-regexp, octave-block-end-regexp)
114 (octave-block-match-alist): Remove.
115 (octave-smie-bnf-table): New var, with old content.
116 (octave-smie-op-levels): Use it.
117 (octave-smie-closer-alist): New var.
118 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
119 (octave-blink-matching-block-open): Remove.
120 (octave-reindent-then-newline-and-indent, octave-electric-semi)
121 (octave-electric-space): Let self-insert-command run expand-abbrev and
122 blink parens.
123
124 * electric.el (electricity): New group.
125 (electric-indent-chars): New var.
126 (electric-indent-post-self-insert-function): New fun.
127 (electric-indent-mode): New minor mode.
128 (electric-pair-skip-self): New custom.
129 (electric-pair-post-self-insert-function): New function.
130 (electric-pair-mode): New minor mode.
131
132 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
133 calcAlg-blink-matching-open.
134 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
135 (calc-do-alg-entry): Only touch the part of the keymap that varies.
136 Use the new blink-matching-check-function.
137
138 Provide blink-matching support to SMIE.
139 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
140 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
141 (smie-blink-matching-check, smie-blink-matching-open): New functions.
142
143 * simple.el (newline): Fix last change to properly remove itself from
144 the hook.
145
146 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
147
148 * simple.el (newline): Eliminate optimization.
149 Use post-self-insert-hook to set hard-newline and things before
150 running post-self-insert-hook.
151 (blink-matching-check-mismatch): New function.
152 (blink-matching-check-function): New variable.
153 (blink-matching-open): Use them.
154 Skip back forward over prefix chars skipped by forward-sexp.
155 Don't check if the parens are backslash escaped.
156 (blink-paren-post-self-insert-function): Check backslash escaping here.
157
158 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
159
160 * emacs-lisp/package.el (package-menu-mode-map):
161 Change package-menu-revert bindings to revert-buffer.
162 (package-menu-mode): Set revert-buffer-function.
163 (package-menu-revert): Doc fix.
164
165 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
166
167 * textmodes/ispell.el (ispell-init-process): Use "~/" as
168 `default-directory' unless using Ispell per-directory personal
169 dictionaries and not in a mini-buffer under XEmacs.
170 (kill-buffer-hook): Do not kill ispell process on exit when
171 `ispell-process-directory' is "~/". (Bug#6143)
172
173 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
174
175 * simple.el (kill-new): Call interprogram-cut-function with only
176 one argument.
177
178 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
179 Remove cut buffer from error message.
180
181 * term/x-win.el (x-select-text):
182 * term/pc-win.el (x-selection-value):
183 * term/ns-win.el (x-selection-value):
184 * eshell/em-term.el:
185 * w32-fns.el (x-get-selection-value):
186 * mouse-sel.el (mouse-sel-set-selection-function):
187 * frame.el (display-selections-p): Remove cut-buffer in documentation.
188
189 * term/x-win.el: Update documentation for x-last-selected-text-*.
190 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
191 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
192 (x-select-text): Remove argument PUSH, update documentation. Remove
193 cut-buffer code.
194 (x-selection-value-internal): Was previously x-selection-value.
195 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
196 Update documentation, remove cut-buffer code. Call
197 x-selection-value-internal.
198 (x-clipboard-yank): Call x-selection-value-internal.
199 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
200
201 * term/pc-win.el (x-last-selected-text):
202 x-cut-buffer-or-selection-value renamed to x-selection-value
203 (x-select-text): Remove argument PUSH, update documentation.
204
205 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
206 x-cut-buffer-or-selection-value renamed to x-selection-value
207 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
208 (x-select-text): Remove argument PUSH, update documentation.
209
210 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
211
212 * w32-fns.el (x-last-selected-text):
213 x-cut-buffer-or-selection-value renamed to x-selection-value.
214 (x-cut-buffer-max): Remove.
215 (x-select-text): Remove argument PUSH, update documentation.
216
217 * simple.el (interprogram-cut-function): Remove mention of PUSH.
218
219 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
220
221 * mouse-sel.el (mouse-sel-get-selection-function):
222 x-cut-buffer-or-selection-value renamed to x-selection-value.
223 (x-select-text): Remove optional push.
224
225 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
226
227 * simple.el (blink-paren-function): Move from C to here.
228 (blink-paren-post-self-insert-function): New function.
229 (post-self-insert-hook): Use it.
230
231 * emacs-lisp/pcase.el (pcase-split-memq):
232 Fix overenthusiastic optimisation.
233 (pcase-u1): Handle the case of a lambda pred.
234
235 2010-08-31 Kenichi Handa <handa@m17n.org>
236
237 * international/mule-cmds.el (standard-display-european-internal):
238 Setup standard-display-table for 8-bit characters by storing 8-bit
239 characters in the element vector.
240
241 * disp-table.el (standard-display-8bit): Setup
242 standard-display-table for 8-bit characters by storing 8-bit
243 characters in the element vector.
244 (standard-display-european): Likewise.
245
246 2010-08-31 Masatake YAMATO <yamato@redhat.com>
247
248 * textmodes/nroff-mode.el (nroff-view): New command.
249 (nroff-mode-map): Bind it to C-c C-c.
250
251 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
252
253 * emacs-lisp/smie.el (smie-down-list): New command.
254
255 Remove old indentation and navigation code on octave-mode.
256 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
257 smie-down-list rather than add a binding for octave-down-block.
258 (octave-mark-block, octave-blink-matching-block-open):
259 Rely on forward-sexp-function.
260 (octave-fill-paragraph): Don't narrow, so you can use
261 indent-according-to-mode.
262 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
263 (octave-in-block-p, octave-re-search-forward-kw)
264 (octave-re-search-backward-kw, octave-indent-calculate)
265 (octave-end-as-array-index-p, octave-block-end-offset)
266 (octave-scan-blocks, octave-forward-block, octave-backward-block)
267 (octave-down-block, octave-backward-up-block, octave-up-block)
268 (octave-before-magic-comment-p, octave-indent-line): Remove.
269
270 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
271
272 * emacs-lisp/package.el (package--read-archive-file): Just use
273 `read', to avoid copying an additional string.
274 (package-menu-mode): Set header-line-format here.
275 (package-menu-refresh, package-menu-revert): Signal an error if
276 not in the Package Menu.
277 (package-menu-package-list): New var.
278 (package--generate-package-list): Operate on the current buffer;
279 don't assume that it is *Packages*, since the user may rename it.
280 Allow persistent package listings and sort keys using
281 package-menu-package-list and package-menu-package-sort-key.
282 (package-menu--version-predicate): Fix version calculation.
283 (package-menu-sort-by-column): Don't select the window.
284 (package--list-packages): Create the *Packages* buffer.
285 Set package-menu-package-list-key.
286 (list-packages): Sorting by status is now the default.
287 (package-buffer-info): Use match-string-no-properties.
288 (define-package): Add a &rest argument for future proofing, but
289 don't use it yet.
290 (package-install-from-buffer, package-install-buffer-internal):
291 Merge into a single function, package-install-from-buffer.
292 (package-install-file): Change caller.
293
294 * finder.el: Load finder-inf using `require'.
295 (finder-list-matches): Sorting by status is now the default.
296 (finder-compile-keywords): Simpify printing.
297
298 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
299
300 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
301 (octave-mode-map): Remove special bindings for forward/backward-block
302 and octave-backward-up-block. Use smie-close-block.
303 (octave-continuation-marker-regexp): New var.
304 (octave-continuation-regexp): Use it.
305 (octave-operator-table, octave-smie-op-levels)
306 (octave-operator-regexp, octave-smie-indent-rules): New vars.
307 (octave-smie-backward-token, octave-smie-forward-token): New funs.
308 (octave-mode): Use SMIE.
309 (octave-close-block): Delete.
310
311 2010-08-30 Eli Zaretskii <eliz@gnu.org>
312
313 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
314 CLIPBOARD, not in PRIMARY. (Bug#6944)
315
316 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
317
318 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
319 a list of parents.
320 (smie-indent-column): Allow indirection through variables.
321
322 * composite.el (save-buffer-state): Delete, unused.
323 * font-lock.el (save-buffer-state): Use with-silent-modifications.
324 (font-lock-default-fontify-region): Use with-syntax-table.
325 * jit-lock.el (with-buffer-unmodified): Remove.
326 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
327
328 Use `declare' in defmacros.
329 * window.el (save-selected-window):
330 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
331 * progmodes/python.el (def-python-skeleton):
332 * net/dbus.el (dbus-ignore-errors):
333 * jka-cmpr-hook.el (with-auto-compression-mode):
334 * international/mule.el (with-category-table):
335 * emacs-lisp/timer.el (with-timeout):
336 * emacs-lisp/lisp-mnt.el (lm-with-file):
337 * emacs-lisp/eieio.el (with-slots):
338 * emacs-lisp/easymenu.el (easy-menu-define):
339 * emacs-lisp/debug.el (debugger-env-macro):
340 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
341 (Multiple-value-call, Multiple-value-prog1):
342 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
343 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
344 edebug rule to definition.
345 * emacs-lisp/lisp-mode.el (save-selected-window)
346 (with-current-buffer, combine-after-change-calls)
347 (with-output-to-string, with-temp-file, with-temp-buffer)
348 (with-temp-message, with-syntax-table, read-if, eval-after-load)
349 (dolist, dotimes, when, unless):
350 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
351
352 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
353
354 * finder.el: Require `package'.
355 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
356 (finder-package-info): Var deleted.
357 (finder-keywords-hash, finder--builtins-alist): New vars.
358 (finder-compile-keywords): Compute package--builtins and
359 finder-keywords-hash instead of finder-keywords-hash, respecting
360 the "Package" header.
361 (finder-unknown-keywords, finder-list-matches):
362 Use finder-keywords-hash and package--list-packages.
363 (finder-mode): Don't set font-lock-defaults.
364 (finder-exit): We don't use "*Finder-package*" and "*Finder
365 Category*" buffers anymore.
366
367 * emacs-lisp/package.el (package--builtins-base): Var deleted.
368 (package--builtins): Set default value to nil.
369 (package-initialize): Load precomputed value of package--builtins
370 from finder-inf.el.
371 (package-alist, package-compute-transaction)
372 (package-download-transaction): Improve docstring.
373 (package-read-all-archive-contents): Do not change
374 package--builtins here.
375 (list-packages): Make package-list-packages an alias for this.
376 Sort by status by default.
377 (package--list-packages): Add optional PACKAGES arg.
378 (describe-package-1): Use font-lock-face property. For built-in
379 packages, insert file commentary.
380 (package--generate-package-list): Rename from
381 package-list-packages-internal; all callers changed. Add optional
382 PACKAGES arg. Add alphabetical sort fallbacks.
383 (package-menu--version-predicate, package-menu--status-predicate)
384 (package-menu--description-predicate)
385 (package-menu--name-predicate): New functions.
386
387 * info.el (Info-finder-find-node): Search package-alist instead of
388 finder-package-info.
389
390 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
391
392 * subr.el (version-regexp-alist): Don't use "a" and "b" for
393 "alpha" and "beta".
394 (version-to-list): Handle versions like "10.3d".
395
396 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
397
398 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
399 (macroexp-accumulate): Use `declare'.
400
401 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
402
403 * whitespace.el (whitespace-style): Adjust type declaration.
404
405 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
406
407 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
408 empty argument to gvfs-copy.
409
410 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
411
412 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
413 handle new TRASH arg of `delete-file'.
414
415 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
416
417 * net/tramp.el (tramp-handle-insert-directory): Don't use
418 `forward-word', its default syntax could be changed.
419
420 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
421 Michael Albinus <michael.albinus@gmx.de>
422
423 Implement compression for inline methods.
424
425 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
426 (tramp-copy-size-limit): Allow also nil.
427 (tramp-inline-compress-commands): New defconst.
428 (tramp-find-inline-compress, tramp-get-inline-compress)
429 (tramp-get-inline-coding): New defuns.
430 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
431 replaced by `tramp-get-inline-coding'.
432 (tramp-handle-file-local-copy, tramp-handle-write-region)
433 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
434
435 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
436
437 Detect ssh 'ControlMaster' argument automatically in some cases.
438
439 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
440 (tramp-default-method): Use it.
441
442 2010-08-26 Karel Klíč <kklic@redhat.com>
443
444 * net/tramp.el (tramp-file-name-for-operation):
445 Add file-selinux-context.
446
447 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
448
449 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
450
451 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
452
453 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
454 (Bug#6907).
455
456 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
457
458 * progmodes/js.el: Make indentation more customizable (Bug#6914).
459 (js-paren-indent-offset, js-square-indent-offset)
460 (js-curly-indent-offset): New options.
461 (js--proper-indentation): Use them.
462
463 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
464
465 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
466 instead of inspecting font-lock properties (Bug#6916).
467
468 2010-08-26 David Reitter <david.reitter@gmail.com>
469
470 * server.el (server-visit-files): Run pre-command-hook and
471 post-command-hook for each buffer while it is current
472 (Bug#6910).
473 (server-execute): Do not run hooks here.
474
475 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
476
477 Sync with Tramp 2.1.19.
478
479 * net/tramp-cmds.el (tramp-cleanup-all-connections)
480 (tramp-reporter-dump-variable, tramp-load-report-modules)
481 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
482 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
483
484 * net/tramp-compat.el (top): Do not autoload
485 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
486 only when `start-file-process' is not bound.
487 (byte-compile-not-obsolete-vars): Define if not bound.
488 (tramp-compat-funcall): New defmacro.
489 (tramp-compat-line-beginning-position)
490 (tramp-compat-line-end-position)
491 (tramp-compat-temporary-file-directory)
492 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
493 (tramp-compat-copy-file, tramp-compat-copy-directory)
494 (tramp-compat-delete-file, tramp-compat-delete-directory)
495 (tramp-compat-number-sequence, tramp-compat-process-running-p):
496 Use it.
497 (tramp-advice-file-expand-wildcards): Do not use
498 `tramp-handle-file-remote-p'.
499 (tramp-compat-make-temp-file): Simplify fallback implementation.
500 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
501 (tramp-compat-copy-tree): Remove function.
502 (tramp-compat-delete-file): New defun.
503 (tramp-compat-delete-directory): Provide implementation for older
504 Emacsen.
505 (tramp-compat-file-attributes): Handle only
506 `wrong-number-of-arguments' error.
507
508 * net/tramp-fish.el (tramp-fish-handle-copy-file): Add
509 PRESERVE_SELINUX_CONTEXT.
510 (tramp-fish-handle-delete-file): Add TRASH arg.
511 (tramp-fish-handle-directory-files-and-attributes):
512 Do not use `tramp-fish-handle-file-attributes.
513 (tramp-fish-handle-file-local-copy)
514 (tramp-fish-handle-insert-file-contents)
515 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
516
517 * net/tramp-gvfs.el (top): Require url-util.
518 (tramp-gvfs-mount-point): Remove.
519 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
520 and `set-file-selinux-context'.
521 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
522 (tramp-gvfs-handle-file-selinux-context)
523 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
524 (with-tramp-dbus-call-method): Format trace message.
525 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
526 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
527 Implement backup call, when operation on local files fails. Use
528 progress reporter. Flush properties of changed files.
529 (tramp-gvfs-handle-delete-file): Add TRASH arg. Use
530 `tramp-compat-delete-file'.
531 (tramp-gvfs-handle-expand-file-name): Expand "~/".
532 (tramp-gvfs-handle-make-directory): Make more traces.
533 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
534 (tramp-gvfs-url-file-name): Hexify file name in url.
535 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
536 into account for the resulting file name.
537 (tramp-gvfs-handler-askquestion): Preserve current message, in
538 order to let progress reporter continue afterwards. (Bug#6257)
539 Return dummy mountpoint, when the answer is "no". See
540 `tramp-gvfs-maybe-open-connection'.
541 (tramp-gvfs-handler-mounted-unmounted)
542 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
543 attribute "default_location". Set "prefix" property. Handle
544 default-location.
545 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
546 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
547 exists. Raise an error, if not (due to a corresponding answer
548 "no" in interactive questions, for example). Use
549 `tramp-compat-funcall'.
550
551 * net/tramp-imap.el (top): Autoload `epg-make-context'.
552 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
553 (tramp-imap-do-copy-or-rename-file)
554 (tramp-imap-handle-insert-file-contents)
555 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
556 (tramp-imap-handle-delete-file): Add TRASH arg.
557
558 * net/tramp-smb.el (tramp-smb-handle-copy-file): Add
559 PRESERVE-SELINUX-CONTEXT.
560 (tramp-smb-handle-copy-file)
561 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
562 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
563 Use `with-progress-reporter'.
564 (tramp-smb-handle-delete-file): Add TRASH arg.
565
566 * net/tramp.el (tramp-methods): Move hostname to the end in all
567 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
568 appropriate.
569 (tramp-verbose): Describe verbose level 9.
570 (tramp-completion-function-alist)
571 (tramp-file-name-regexp, tramp-chunksize)
572 (tramp-local-coding-commands, tramp-remote-coding-commands)
573 (with-connection-property, tramp-completion-mode-p)
574 (tramp-action-process-alive, tramp-action-out-of-band)
575 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
576 (tramp-exists-file-name-handler): Fix docstring.
577 (tramp-remote-process-environment): Use `format' instead of
578 `concat'. Protect version string by apostroph.
579 (tramp-shell-prompt-pattern): Do not use a shy group in case of
580 XEmacs.
581 (tramp-file-name-regexp-unified)
582 (tramp-completion-file-name-regexp-unified): On W32 systems, do
583 not regard the volume letter as remote filename. (Bug#5447)
584 (tramp-perl-file-attributes)
585 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
586 (tramp-vc-registered-read-file-names): Read input as
587 here-document, otherwise the command could exceed maximum length
588 of command line.
589 (tramp-file-name-handler-alist): Add `file-selinux-context' and
590 `set-file-selinux-context'.
591 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
592 backtrace functions.
593 (tramp-error-with-buffer): Don't show the connection buffer when
594 we are in completion mode.
595 (tramp-progress-reporter-update, tramp-remote-selinux-p)
596 (tramp-handle-file-selinux-context)
597 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
598 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
599 New defuns.
600 (with-progress-reporter): New defmacro.
601 (tramp-debug-outline-regexp): New defconst.
602 (top, tramp-rfn-eshadow-setup-minibuffer)
603 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
604 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
605 (tramp-completion-mode-p, tramp-check-for-regexp)
606 (tramp-open-connection-setup-interactive-shell)
607 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
608 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
609 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
610 Use `tramp-compat-funcall'.
611 (tramp-handle-make-symbolic-link): Flush file properties.
612 (tramp-handle-load, tramp-handle-file-local-copy)
613 (tramp-handle-insert-file-contents, tramp-handle-write-region)
614 (tramp-handle-vc-registered, tramp-maybe-send-script)
615 (tramp-find-shell): Use `with-progress-reporter'.
616 (tramp-do-file-attributes-with-stat): Add space in format string,
617 in order to work around a bug in pdksh. Reported by Gilles Pion
618 <gpion@lfdj.com>.
619 (tramp-handle-verify-visited-file-modtime): Do not send a command
620 when the connection is not established.
621 (tramp-handle-set-file-times): Simplify the check for utc.
622 (tramp-handle-directory-files-and-attributes)
623 (tramp-get-remote-path): Use `copy-tree'.
624 (tramp-completion-handle-file-name-all-completions): Ensure, that
625 non remote files are still checked. Oops.
626 (tramp-handle-copy-file, tramp-do-copy-or-rename-file): Handle
627 PRESERVE-SELINUX-CONTEXT.
628 (tramp-do-copy-or-rename-file): Add progress reporter.
629 (tramp-do-copy-or-rename-file-directly): Do not use
630 `tramp-handle-file-remote-p'.
631 (tramp-do-copy-or-rename-file-out-of-band):
632 Use `tramp-compat-delete-directory'.
633 (tramp-do-copy-or-rename-file-out-of-band)
634 (tramp-compute-multi-hops, tramp-maybe-open-connection):
635 Use `format-spec-make'.
636 (tramp-handle-delete-file): Add TRASH arg.
637 (tramp-handle-dired-uncache): Flush directory cache, not only file
638 cache.
639 (tramp-handle-expand-file-name)
640 (tramp-completion-handle-file-name-all-completions)
641 (tramp-completion-handle-file-name-completion): Use
642 `tramp-connectable-p'.
643 (tramp-handle-start-file-process): Set connection property "vec".
644 Use it, in order to invalidate file caches. Check only for
645 `remote-tty' process property.
646 Implement tty setting. (Bug#4604, Bug#6360)
647 (tramp-file-name-for-operation): Add `call-process-region' and
648 `set-file-selinux-context'.
649 (tramp-find-foreign-file-name-handler)
650 (tramp-advice-make-auto-save-file-name)
651 (tramp-set-auto-save-file-modes): Remove superfluous check for
652 `stringp'. This is done inside `tramp-tramp-file-p'.
653 (tramp-file-name-handler): Trace 'quit. Catch the error for some
654 operations when we are in completion mode. This gives the user
655 the chance to correct the file name in the minibuffer.
656 (tramp-completion-mode-p): Use `non-essential'.
657 (tramp-handle-file-name-all-completions): Backward/ XEmacs
658 compatibility: Use `completion-ignore-case' if
659 `read-file-name-completion-ignore-case' does not exist.
660 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
661 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
662 `tramp-open-shell'.
663 (tramp-action-password): Hide password prompt before next run.
664 (tramp-process-actions): Widen connection buffer for the trace.
665 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
666 process property. Trace stty settings if `tramp-verbose' >= 9.
667 Apply workaround for IRIX64 bug. Move argument of last
668 `tramp-send-command' where it belongs to.
669 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
670 front of `login-args'.
671 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
672 on "/dev/null" instead of "/".
673 (tramp-get-ls-command-with-dired): Make test for "--dired"
674 stronger.
675 (tramp-set-auto-save-file-modes): Adapt version check.
676 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
677 (tramp-handle-process-file): Call the program in a subshell, in
678 order to preserve working directory.
679 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
680 `tramp-remote-sh' from `tramp-methods'.
681 (tramp-get-ls-command): Make test for "--color=never" stronger.
682 (tramp-check-for-regexp): Use (forward-line 1).
683
684 * net/trampver.el: Update release number.
685
686 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
687
688 * help.el (help-map): Bind `C-h P' to describe-package.
689
690 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
691
692 * emacs-lisp/package.el (package-refresh-contents): Catch errors
693 when downloading archives.
694 (describe-package-1): Add package commentary.
695 (package-install-button-action): New function.
696 (package-menu-mode-map): Bind ? to package-menu-describe-package.
697 (package-menu-view-commentary): Function removed.
698 (package-list-packages-internal): Hide the `package' package too.
699
700 2010-08-25 Kenichi Handa <handa@m17n.org>
701
702 * language/misc-lang.el ("Arabic"): New language environment.
703 Setup composition-function-table for Arabic characters.
704
705 * international/fontset.el (setup-default-fontset): Fix typo for
706 arabic OTF spec (fini->fina).
707
708 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
709
710 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
711 on all frames.
712
713 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
714
715 * whitespace.el: Allow cleaning up blanks without blank
716 visualization (Bug#6651). Adjust help window for
717 whitespace-toggle-options (Bug#6479). Allow to use fill-column
718 instead of whitespace-line-column (from EmacsWiki). New version
719 13.1.
720 (whitespace-style): Added new value 'face. Adjust docstring.
721 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
722 foreground property face.
723 (whitespace-line-column): Adjust docstring and type declaration.
724 (whitespace-style-value-list, whitespace-toggle-option-alist)
725 (whitespace-help-text): Adjust const initialization.
726 (whitespace-toggle-options, global-whitespace-toggle-options):
727 Adjust docstring.
728 (whitespace-display-window, whitespace-interactive-char)
729 (whitespace-style-face-p, whitespace-color-on): Adjust code.
730 (whitespace-help-scroll): New fun.
731
732 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
733
734 * emacs-lisp/package.el (list-packages): Alias for
735 package-list-packages.
736
737 2010-08-24 Kevin Ryde <user42@zip.com.au>
738
739 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
740 (Bug#5651).
741
742 * progmodes/ruby-mode.el (ruby): Add defgroup.
743
744 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
745
746 * progmodes/python.el: Add Ipython support (Bug#5390).
747 (python-shell-prompt-alist)
748 (python-shell-continuation-prompt-alist): New options.
749 (python--set-prompt-regexp): New function.
750 (inferior-python-mode, run-python, python-shell): Require
751 ansi-color. Use python--set-prompt-regexp to set the comint
752 prompt based on the Python interpreter.
753 (python--prompt-regexp): New var.
754 (python-check-comint-prompt)
755 (python-comint-output-filter-function): Use it.
756 (run-python): Use a pipe (Bug#5694).
757
758 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
759
760 * progmodes/python.el (python-send-region): Send a different
761 Python command if Ipython is in use.
762 (python-check-version): Use a Python command to find the version.
763
764 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
765
766 * mouse.el (mouse-yank-primary): Avoid setting primary when
767 deactivating the mark (Bug#6872).
768
769 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
770
771 * progmodes/python.el (python-block-pairs): Allow use of "finally"
772 with "else" (Bug#3991).
773
774 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
775
776 * net/dbus.el: Accept UNIX domain sockets as bus address.
777 (top): Don't initialize `dbus-registered-objects-table' anymore,
778 this is done in dbusbind,c.
779 (dbus-check-event): Adapt test for bus.
780 (dbus-return-values-table, dbus-unregister-service)
781 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
782 Adapt doc string.
783
784 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
785
786 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
787
788 2010-08-22 Juri Linkov <juri@jurta.org>
789
790 * simple.el (read-extended-command): New function with the logic
791 for `completing-read' moved to Elisp from `execute-extended-command'.
792 Use `function-called-at-point' in `minibuffer-default-add-function'
793 to get a command name for M-n (bug#5364, bug#5214).
794
795 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
796
797 * startup.el (command-line-1): Issue warning for ignored arguments
798 --unibyte, etc (Bug#6886).
799
800 2010-08-22 Leo <sdl.web@gmail.com>
801
802 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
803 (ignore, bright, dim, keyword): Split list of nicknames before
804 passing to rcirc-add-or-remove (Bug#6894).
805
806 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
807
808 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
809
810 2010-08-22 Leo <sdl.web@gmail.com>
811
812 Fix buffer-list rename&refresh after killing a buffer in ido.
813 * lisp/ido.el: Revert Óscar's.
814 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
815 Remember the buffers at head, rather than their name.
816 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
817
818 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
819 Stefan Monnier <monnier@iro.umontreal.ca>
820
821 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
822 extra backslash added to each line (bug#6890).
823
824 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
825
826 * subr.el (read-key): Don't echo keystrokes (bug#6883).
827
828 2010-08-22 Glenn Morris <rgm@gnu.org>
829
830 * menu-bar.el (menu-bar-games-menu): Add landmark.
831
832 2010-08-22 Glenn Morris <rgm@gnu.org>
833
834 * align.el (align-regexp): Make group and spacing arguments
835 use the interactive defaults when non-interactive. (Bug#6698)
836
837 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
838 expansion, so as not to need sendmail.
839 (mail-text-start): Remove declaration.
840 (rmail-retry-failure): Require sendmail.
841
842 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
843
844 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
845
846 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
847
848 * progmodes/flymake.el (flymake-start-syntax-check-process):
849 Use `start-file-process' in order to let it run also on remote hosts.
850
851 2010-08-22 Kenichi Handa <handa@m17n.org>
852
853 * files.el: Add `word-wrap' as safe local variable.
854
855 2010-08-22 Glenn Morris <rgm@gnu.org>
856
857 * woman.el (woman-translate): Case matters. (Bug#6849)
858
859 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
860
861 * simple.el (kill-region): Doc fix (Bug#6787).
862
863 2010-08-22 Glenn Morris <rgm@gnu.org>
864
865 * calendar/diary-lib.el (diary-header-line-format):
866 Fit it to the window, not the frame.
867
868 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
869
870 * subr.el (ignore-errors): Add debug declaration.
871
872 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
873
874 * whitespace.el (whitespace-color-off): Remove post-command-hook
875 locally.
876
877 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
878
879 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
880
881 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
882
883 * cus-edit.el (custom-group-value-create): Add extra newline
884 before end line (Bug#6876).
885
886 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
887
888 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
889 when extending it. Before killing on the second click, check if
890 the buffer is the correct one. Doc fix.
891 (mouse-secondary-save-then-kill): Allow usage without first
892 calling mouse-start-secondary, by defaulting to point. Don't save
893 an empty secondary selection. Doc fix.
894
895 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
896
897 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
898 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
899 New version 13.0.
900 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
901 Adjust initialization.
902 (whitespace-bob-marker, whitespace-eob-marker)
903 (whitespace-buffer-changed): New vars.
904 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
905 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
906 (whitespace-post-command-hook, whitespace-display-char-on):
907 Adjust code.
908 (whitespace-looking-back, whitespace-buffer-changed): New funs.
909 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
910
911 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
912
913 * files.el (locate-file-completion-table): Only list the .el and .elc
914 extensions if there's no other choice (bug#5955).
915
916 * facemenu.el (facemenu-self-insert-data): New var.
917 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
918 New functions.
919 (facemenu-add-face): Use them.
920
921 * simple.el (blink-matching-open): Obey forward-sexp-function.
922
923 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
924
925 * simple.el (prog-mode-map): New var.
926 (prog-indent-sexp): New command.
927
928 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
929
930 * progmodes/prolog.el (smie): Require.
931
932 * emacs-lisp/smie.el (smie-default-backward-token)
933 (smie-default-forward-token): Strip properties.
934 (smie-next-sexp): Be more careful with associative operators.
935 (smie-forward-sexp-command): Generalize.
936 (smie-backward-sexp-command): Simplify.
937 (smie-closer-alist): New var.
938 (smie-close-block): New command.
939 (smie-indent-debug-log): New var.
940 (smie-indent-offset-rule): Add a few more cases.
941 (smie-indent-column): New function.
942 (smie-indent-after-keyword): Use it.
943 (smie-indent-keyword): Use it.
944 Fix up the opener code's point position.
945 (smie-indent-comment): Only applies at BOL.
946 (smie-indent-debug): New command.
947
948 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
949 declarations that are useful before running the macro.
950
951 2010-08-18 Joakim Verona <joakim@verona.se>
952
953 * image.el (imagemagick-types-inhibit): New variable.
954 (imagemagick-register-types): New function.
955 * image-mode.el (image-transform-properties): New function.
956 (image-transform-set-scale, image-transform-fit-to-height)
957 (image-transform-set-rotation, image-transform-set-resize)
958 (image-transform-fit-to-width, image-transform-fit-to-height):
959 New functions.
960 (image-toggle-display-image): Support image transforms.
961
962 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
963
964 * image.el (create-animated-image): Don't add heuristic mask to image
965 (Bug#6839).
966
967 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
968
969 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
970 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
971
972 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
973
974 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
975
976 Font-lock '...' strings, plus various simplifications and fixes.
977 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
978 (octave-font-lock-close-quotes): New function.
979 (octave-font-lock-syntactic-keywords): New var.
980 (octave-mode): Use it. Set beginning-of-defun-function.
981 (octave-mode-map): Don't override the <foo>-defun commands.
982 (octave-mode-menu): Pass it directly to easy-menu-define;
983 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
984 (octave-block-match-alist): Fix up last change so that
985 octave-close-block uses the more specific keyword.
986 (info-lookup-mode): Silence byte-compiler.
987 (octave-beginning-of-defun): Not interactive any more.
988 Optimize slightly.
989 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
990 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
991 (octave-completion-at-point-function): Make sure point is within
992 beg..end.
993 (octave-reindent-then-newline-and-indent):
994 Use reindent-then-newline-and-indent.
995 (octave-add-octave-menu): Remove.
996
997 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
998
999 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
1000 (report-emacs-bug-can-use-xdg-email): New functions.
1001 (report-emacs-bug): Set can-xdg-email to result of
1002 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
1003 \C-cm to report-emacs-bug-insert-to-mailer and add help text
1004 about it.
1005
1006 * net/browse-url.el (browse-url-default-browser): Add cond
1007 for browse-url-xdg-open.
1008 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
1009
1010 2010-08-17 Glenn Morris <rgm@gnu.org>
1011
1012 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
1013 (c-fontify-recorded-types-and-refs): Define for compiler.
1014 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
1015 before use.
1016
1017 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
1018 Fix format call.
1019
1020 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
1021
1022 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
1023 properties.
1024 (tramp-handle-process-file): Call the program in a subshell, in
1025 order to preserve working directory.
1026 (tramp-action-password): Hide password prompt before next run.
1027 (tramp-process-actions): Widen connection buffer for the trace.
1028
1029 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1030
1031 * net/rcirc.el (rcirc-log-process-buffers): New option.
1032 (rcirc-print): Use it.
1033 (rcirc-generate-log-filename): New function.
1034 (rcirc-log-filename-function): Change default to
1035 rcirc-generate-log-filename (Bug#6828).
1036
1037 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
1038
1039 * simple.el (deactivate-mark): If select-active-regions is `only',
1040 only set selection for temporarily active regions.
1041
1042 * cus-start.el: Change defcustom for select-active-regions.
1043
1044 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
1045
1046 * mouse.el (mouse--drag-set-mark-and-point): New function.
1047 (mouse-drag-track): Use LOCATION arg to push-mark.
1048 Use mouse--drag-set-mark-and-point to take click-count into
1049 consideration when updating point and mark (Bug#6840).
1050
1051 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
1052
1053 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1054 Give the Ruby rule a lower priority than Gnu (Bug#6778).
1055
1056 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
1057
1058 * font-lock.el (lisp-font-lock-keywords-2):
1059 Add combine-after-change-calls, condition-case-no-debug,
1060 with-demoted-errors, and with-silent-modifications (Bug#6025).
1061
1062 2010-08-14 Kevin Ryde <user42@zip.com.au>
1063
1064 * emacs-lisp/copyright.el (copyright-update-year)
1065 (copyright-update): Temporary switch-to-buffer to ensure the
1066 buffer change being queried is visible (Bug#5394).
1067
1068 2010-08-14 Tom Tromey <tromey@redhat.com>
1069
1070 * progmodes/etags.el (tags-file-name): Mark safe if stringp
1071 (Bug#6733).
1072
1073 2010-08-14 Eli Zaretskii <eliz@gnu.org>
1074
1075 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
1076 MS-DOS. (Bug#6689)
1077
1078 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
1079
1080 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
1081 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
1082 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
1083 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
1084 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
1085 Call menu-bar-set-tool-bar-position.
1086
1087 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1088
1089 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
1090 comment style (bug#6834).
1091 * progmodes/scheme.el (scheme-mode-syntax-table):
1092 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
1093 "b" flag in "' 14b" syntax.
1094
1095 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
1096 for (un)commenting the region and performing completion.
1097 (octave-mode-menu): Use standard commands for help and completion.
1098 (octave-mode-syntax-table): Support %{..%} comments (sort of).
1099 (octave-mode): Use define-derived-mode.
1100 Set completion-at-point-functions and don't set columns.
1101 Don't disable adaptive-fill-regexp.
1102 (octave-describe-major-mode, octave-comment-region)
1103 (octave-uncomment-region, octave-comment-indent)
1104 (octave-indent-for-comment): Remove.
1105 (octave-indent-calculate): Rename from calculate-octave-indent.
1106 (octave-indent-line, octave-fill-paragraph): Update caller.
1107 (octave-initialize-completions): No need to make an alist.
1108 (octave-completion-at-point-function): New function.
1109 (octave-complete-symbol): Use it.
1110 (octave-insert-defun): Use define-skeleton.
1111
1112 * progmodes/octave-mod.el (octave-mode): Set comment-add.
1113 (octave-mode-map): Use comment-dwim (bug#6829).
1114
1115 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
1116
1117 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
1118 indentation of inserted comment.
1119
1120 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
1121
1122 * faces.el (region): Add type gtk that uses gtk colors.
1123
1124 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
1125 Handle theme-name change.
1126
1127 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
1128
1129 * progmodes/sql.el: Version 2.5
1130 (sql-product-alist): Add :prompt-cont-regexp property for several
1131 database products.
1132 (sql-prompt-cont-regexp): New variable.
1133 (sql-output-newline-count, sql-output-by-send):
1134 New variables. Record number of newlines in input text.
1135 (sql-send-string): Handle multiple filters and count newlines.
1136 (sql-send-magic-terminator): Count terminator newline.
1137 (sql-interactive-remove-continuation-prompt): Filters output to
1138 remove continuation prompts; one for each newline.
1139 (sql-interactive-mode): Set up new variables, prompt regexp and
1140 output filter.
1141 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
1142 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
1143
1144 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1145
1146 * emacs-lisp/pcase.el: New file.
1147
1148 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
1149
1150 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
1151 as here-document, otherwise the command could exceed maximum
1152 length of command line.
1153 (tramp-handle-vc-registered): Call script accordingly.
1154 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
1155
1156 2010-08-10 Kenichi Handa <handa@m17n.org>
1157
1158 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
1159 composable pattern.
1160
1161 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
1162
1163 * emacs-lisp/package.el (package-version-split)
1164 (package--version-first-nonzero, package-version-compare):
1165 Functions removed.
1166 (package-directory-list, package-load-all-descriptors)
1167 (package--built-in, package-activate, define-package)
1168 (package-installed-p, package-compute-transaction)
1169 (package-read-all-archive-contents)
1170 (package--add-to-archive-contents, package-buffer-info)
1171 (package-tar-file-info, package-list-packages-internal):
1172 Use version-to-list and version-list-*.
1173
1174 * emacs-lisp/package-x.el (package-upload-buffer-internal):
1175 Use version-to-list.
1176 (package-upload-buffer-internal): Use version-list-<=.
1177
1178 2010-08-09 Kenichi Handa <handa@m17n.org>
1179
1180 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
1181 composable pattern.
1182
1183 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
1184
1185 * tutorial.el (tutorial--default-keys): C-d is now bound to
1186 delete-forward-char (Bug#6826).
1187
1188 * mouse.el (mouse-drag-track): Remove accidentally-removed check
1189 for `double' value of mouse-1-click-follows-link (Bug#6807).
1190
1191 2010-08-08 Johan Bockgård <bojohan@gnu.org>
1192
1193 * replace.el (replace-highlight): Bind isearch-forward and
1194 isearch-error, ensuring that highlighting is updated if the user
1195 switches the search direction (Bug#6808).
1196
1197 * isearch.el (isearch-lazy-highlight-forward): New var.
1198 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1199 (isearch-lazy-highlight-update): Use it.
1200
1201 2010-08-08 Kenichi Handa <handa@m17n.org>
1202
1203 * international/mule.el (define-charset): Store NAME as :base property.
1204 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
1205 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1206 current priority. Force using the designation of the specific
1207 charset by adding `charset' text property. Improve the whole algorithm.
1208
1209 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1210
1211 * emulation/pc-select.el (pc-selection-mode-hook)
1212 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1213 (pc-selection-mode): Fix typos in docstrings.
1214
1215 2010-08-08 Kenichi Handa <handa@m17n.org>
1216
1217 * language/cyrillic.el: Don't add "microsoft-cp1251" to
1218 ctext-non-standard-encodings-alist here.
1219
1220 * international/mule.el (ctext-non-standard-encodings-alist):
1221 Add "koi8-r" and "microsoft-cp1251".
1222 (ctext-standard-encodings): New variable.
1223 (ctext-non-standard-encodings-table): List only elements for
1224 non-standard encodings.
1225 (ctext-pre-write-conversion): Adjust for the above change.
1226 Check ctext-standard-encodings.
1227
1228 * international/mule-conf.el (compound-text): Doc fix.
1229 (ctext-no-compositions): Doc fix.
1230 (compound-text-with-extensions): Doc fix.
1231
1232 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1233
1234 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1235
1236 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1237
1238 * progmodes/which-func.el (which-func-format): Split help-echo text
1239 into lines, like other mode-line tooltips.
1240
1241 * server.el (server-start): When using TCP sockets, force IPv4
1242 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
1243
1244 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1245
1246 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1247
1248 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1249
1250 * term.el (term-delimiter-argument-list): Reflow docstring.
1251 (term-read-input-ring, term-write-input-ring, term-send-input)
1252 (term-bol, term-erase-in-display, serial-supported-or-barf):
1253 Fix typos in docstrings.
1254
1255 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1256
1257 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1258
1259 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1260
1261 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1262
1263 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
1264
1265 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1266 Fix typo in docstring (bug#6747).
1267
1268 2010-08-08 Leo <sdl.web@gmail.com>
1269
1270 * eshell/esh-io.el (eshell-get-target): Better detection of
1271 read-only file (Bug#6762).
1272
1273 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1274
1275 * align.el (align-default-spacing): Doc fix.
1276 (align-region-heuristic, align-regexp): Fix typos in docstrings.
1277
1278 2010-08-08 Stephen Peters <speters@itasoftware.com>
1279
1280 * calendar/icalendar.el
1281 (icalendar--split-value): Fixed splitting regexp. (Bug#6766)
1282 (icalendar--get-weekday-numbers): New
1283 (icalendar--convert-recurring-to-diary): Handle multiple byday
1284 values in weekly rules. (Bug#6766)
1285
1286 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
1287
1288 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
1289 (icalendar--create-uid, icalendar-export-region)
1290 (icalendar--parse-summary-and-rest): Code formatting.
1291
1292 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
1293
1294 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
1295 to italicize headers.
1296 (calc-highlight-selections-with-faces): New variable.
1297 (calc-selected-face, calc-nonselected-face): New faces.
1298
1299 * calc/calccomp.el (math-comp-highlight-string): Use
1300 `calc-highlight-selections-with-faces' to determine how to highlight
1301 sub-formulas.
1302
1303 * calc/calc-sel.el (calc-show-selections): Change message to when
1304 using faces to highlight selections.
1305
1306 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
1307
1308 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
1309 Add SQLite 3 keywords, functions and datatypes.
1310 (sql-interactive-mode): Remove `comint-process-echoes' set to t
1311 (Bug#6686).
1312
1313 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
1314
1315 * simple.el (select-active-regions): Move to keyboard.c.
1316 (deactivate-mark): Used saved-region-selection.
1317 (select-active-region): Function removed.
1318 (activate-mark, set-mark, push-mark-command)
1319 (handle-shift-selection): Don't call it.
1320 (keyboard-quit): Avoid adding the region to the window selection.
1321
1322 * mouse.el (mouse-drag-track): Remove hacks to deal with old
1323 select-active-regions implementation.
1324 (mouse-yank-at-click): Doc fix.
1325
1326 * cus-start.el: Add custom declaration for select-active-regions.
1327
1328 2010-08-07 Eli Zaretskii <eliz@gnu.org>
1329
1330 * simple.el (delete-forward-char): Doc fix.
1331
1332 * tutorial.el (help-with-tutorial): Hack safe file-local variables
1333 after reading the tutorial.
1334
1335 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
1336
1337 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
1338 for the case that a C style comment has its delimiters alone on
1339 their respective lines.
1340
1341 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
1342
1343 * net/tramp.el (tramp-handle-start-file-process): Set connection
1344 property "vec".
1345 (tramp-process-sentinel): Use it for flushing the cache. We
1346 cannot do it via the process buffer, the buffer could be deleted
1347 already when running the sentinel.
1348
1349 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
1350
1351 * comint.el (comint-mode): Make directory tracking functions
1352 functional on remote files. (Bug#6764)
1353
1354 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1355
1356 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
1357
1358 2010-08-05 Eli Zaretskii <eliz@gnu.org>
1359
1360 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
1361 unexec.c => unexcoff.c.
1362
1363 * emacs-lisp/authors.el (authors-fixed-entries): Rename
1364 unexec.c => unexcoff.c.
1365
1366 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
1367
1368 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
1369 cache, not only file cache.
1370 (tramp-process-sentinel): New defun.
1371 (tramp-handle-start-file-process): Use it, in order to invalidate
1372 file caches.
1373
1374 2010-08-03 Leo <sdl.web@gmail.com>
1375
1376 * server.el (server-start): Simplify loop.
1377
1378 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1379
1380 * frame.el (screen-height, screen-width, set-screen-width)
1381 (set-screen-height): Remove ancient compatibility aliases.
1382
1383 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
1384 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
1385
1386 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
1387 that change current buffer.
1388
1389 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1390
1391 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
1392 beginning of the string. Use `string-match-p'. (Bug#6765)
1393
1394 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
1395
1396 * cus-start.el (x-gtk-use-system-tooltips): New variable.
1397
1398 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
1399
1400 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
1401 (package--builtins): Tweak descriptions.
1402 (package-print-package): Upcase descriptions if necessary.
1403 Show all built-in packages in font-lock-builtin-face.
1404 (package-list-packages-internal): Omit "emacs" package.
1405 Show status of built-in packages as "built-in".
1406
1407 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
1408
1409 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
1410 before killing to preserve the primary selection (Bug#6701).
1411
1412 * term/x-win.el (x-select-text): Doc fix.
1413
1414 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
1415
1416 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
1417 The following functions were modified or created:
1418
1419 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
1420 (objc-font-lock-extra-types):
1421 * progmodes/cc-mode.el (c-basic-common-init):
1422 * progmodes/cc-langs.el (c-make-mode-syntax-table)
1423 (c++-make-template-syntax-table)
1424 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
1425 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
1426 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
1427 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
1428 * progmodes/cc-fonts.el (c-make-inverse-face)
1429 (c-basic-matchers-after):
1430 * progmodes/cc-engine.el (c-forward-keyword-clause)
1431 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
1432 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
1433 (c-guess-continued-construct, c-guess-basic-syntax):
1434
1435 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
1436
1437 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
1438
1439 2010-07-31 Eli Zaretskii <eliz@gnu.org>
1440
1441 * files.el (bidi-paragraph-direction): Define safe local values.
1442
1443 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
1444 language-info-alist. Remove outdated FIXME in a comment.
1445
1446 2010-07-31 Alan Mackenzie <acm@muc.de>
1447
1448 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
1449 Auto-fill broken in C/C++ modes.
1450
1451 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1452
1453 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
1454 (menu-bar-showhide-tool-bar-menu-customize-disable)
1455 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
1456 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
1457 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
1458 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
1459 make a menu for Options => toolbar that can move it.
1460
1461 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
1462
1463 * emacs-lisp/package-x.el (package--make-rss-entry):
1464 (package-maint-add-news-item, package--update-news)
1465 (package-upload-buffer-internal): New arg ARCHIVE-URL.
1466
1467 * emacs-lisp/package.el (package-archive-url): Rename from
1468 package-archive-id.
1469 (package-install): Doc fix.
1470 (package-download-single, package-download-tar, package-install)
1471 (package-menu-view-commentary): Callers changed.
1472
1473 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
1474
1475 * net/tramp.el (tramp-handle-start-file-process): Check only for
1476 `remote-tty' process property.
1477 (tramp-open-shell): Don't check for tty.
1478 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1479 process property.
1480
1481 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
1482 host.
1483
1484 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
1485
1486 * emacs-lisp/package.el (package-load-list, package-archives)
1487 (package-archive-contents, package-user-dir)
1488 (package-directory-list, package--builtins, package-alist)
1489 (package-activated-list, package-obsolete-alist): Mark as risky.
1490
1491 2010-07-28 Phil Hagelberg <phil@evri.com>
1492
1493 Add support for non-default package repositories.
1494 * emacs-lisp/package.el (package-archive-base): Var deleted.
1495 (package-archives): New variable.
1496 (package-archive-contents): Doc fix.
1497 (package-load-descriptor): Do nothing if descriptor file is missing.
1498 (package--write-file-no-coding): New function.
1499 (package-unpack-single): Use it.
1500 (package-archive-id): New function.
1501 (package-download-single, package-download-tar)
1502 (package-menu-view-commentary): Use it.
1503 (package-installed-p): Make second argument optional.
1504 (package-read-all-archive-contents): New function.
1505 (package-initialize): Use it.
1506 (package-read-archive-contents): Add ARCHIVE argument.
1507 (package--add-to-archive-contents): New function.
1508 (package-install): Don't call package-read-archive-contents.
1509 (package--download-one-archive): Store archive file in a
1510 subdirectory of package-user-dir.
1511 (package-menu-execute): Remove spurious line movement.
1512
1513 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
1514
1515 * cus-start.el (tool-bar-style): Add text-image-horiz.
1516
1517 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
1518
1519 * progmodes/gud.el (gud-common-init): Check for remoteness of
1520 `file', and not of `default-directory'.
1521
1522 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
1523
1524 * net/tramp.el (tramp-methods): Move hostname to the end in all
1525 ssh `tramp-login-args'.
1526 (tramp-verbose): Describe verbose level 9.
1527 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
1528 (tramp-open-connection-setup-interactive-shell): Trace stty
1529 settings if `tramp-verbose' >= 9.
1530 (tramp-handle-start-file-process): Implement tty setting.
1531 (Bug#4604, Bug#6360)
1532
1533 * net/tramp-cmds.el (tramp-bug): Recommend setting of
1534 `tramp-verbose' to 9.
1535
1536 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
1537
1538 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
1539 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
1540 Remove references to package `lisp-re' (bug#4369).
1541
1542 2010-07-27 Tom Tromey <tromey@redhat.com>
1543
1544 * progmodes/js.el (js-mode):
1545 * progmodes/make-mode.el (makefile-mode):
1546 * progmodes/simula.el (simula-mode):
1547 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
1548
1549 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
1550
1551 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1552
1553 * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
1554
1555 * time.el (display-time-day-and-date): Remove spurious * in docstring.
1556 (display-time-world-buffer-name, display-time-world-mode-map):
1557 Fix typos in docstrings.
1558
1559 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
1560
1561 * image-mode.el (image-display-size): New function.
1562 (image-forward-hscroll, image-next-line, image-eol, image-eob)
1563 (image-mode-fit-frame): Use it (Bug#6639).
1564
1565 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
1566
1567 * dired.el (dired-buffers-for-dir): Handle list values of
1568 dired-directory (Bug#6636).
1569
1570 2010-07-26 Sam Steingold <sds@gnu.org>
1571
1572 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
1573 Do not call `x-get-selection' the second time, reuse the value.
1574
1575 2010-07-26 Daiki Ueno <ueno@unixuser.org>
1576
1577 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
1578 which consist of control chars only. Suggested by Richard Stallman.
1579
1580 2010-07-25 Daiki Ueno <ueno@unixuser.org>
1581
1582 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
1583 exists before passing an error to find-file-not-found-functions
1584 (bug#6723).
1585
1586 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
1587
1588 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
1589 Remove leading nil element, adjust values.
1590 (tetris-shapes, tetris-shape-scores):
1591 Change representation of shapes and remove some redundancy.
1592 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
1593 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
1594 Adjust for working with new representation of shapes.
1595 (tetris-shape-rotations): New function.
1596 (tetris-move-bottom, tetris-move-left, tetris-move-right)
1597 (tetris-rotate-prev, tetris-rotate-next):
1598 Adjust for working with the new version of tetris-test-shape.
1599
1600 2010-07-23 Markus Triska <markus.triska@gmx.at>
1601
1602 * progmodes/ps-mode.el: Use comint (bug#5954).
1603 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
1604 (ps-mode-other-newline): Simplify.
1605 (ps-run-mode): Derive from comint-mode instead of
1606 fundamental-mode, yielding input history etc.
1607 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
1608 (ps-run-send-string): Adapt for comint-mode.
1609 (ps-run-newline): Remove now unneeded function.
1610
1611 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
1612
1613 * net/tramp.el (tramp-methods): Move hostname to the end in all
1614 plink `tramp-login-args'.
1615
1616 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
1617
1618 * net/tramp.el (tramp-open-shell): New defun.
1619 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1620 Use it.
1621
1622 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
1623
1624 * net/tramp.el (tramp-file-name-regexp-unified)
1625 (tramp-completion-file-name-regexp-unified): On W32 systems, do
1626 not regard the volume letter as remote filename. (Bug#5447)
1627
1628 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
1629
1630 * custom.el (custom-declare-variable): Give a clearer error message
1631 when the docstring is missing (bug#6476).
1632
1633 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
1634
1635 * progmodes/sql.el: Version 2.4. Improved Login prompting.
1636 (sql-login-params): New widget definition.
1637 (sql-oracle-login-params, sql-mysql-login-params)
1638 (sql-solid-login-params, sql-sybase-login-params)
1639 (sql-informix-login-params, sql-ingres-login-params)
1640 (sql-ms-login-params, sql-postgres-login-params)
1641 (sql-interbase-login-params, sql-db2-login-params)
1642 (sql-linter-login-params): Use it.
1643 (sql-sqlite-login-params): Use it; Define "database" parameter as
1644 a file name.
1645 (sql-sqlite-program): Change to "sqlite3".
1646 (sql-comint-sqlite): Make sure database name is complete.
1647 (sql-for-each-login): New function.
1648 (sql-connect, sql-save-connection): Use it.
1649 (sql-get-login-ext): New function.
1650 (sql-get-login): Use it.
1651 (sql-make-alternate-buffer-name): Handle :file parameters.
1652
1653 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
1654
1655 * dired.el (dired-no-confirm): Document value t and fix defcustom to
1656 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
1657
1658 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
1659
1660 * dired.el (dired-mode-map): Use command remapping (bug#6632).
1661
1662 2010-07-22 Lawrence Mitchell <wence@gmx.li>
1663
1664 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
1665
1666 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
1667
1668 * net/tramp.el (tramp-get-ls-command)
1669 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
1670 instead of "/".
1671
1672 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
1673
1674 * progmodes/sql.el: Version 2.3.
1675 (sql-connection-alist): Changed keys from symbols to strings;
1676 enhanced the widget definition.
1677 (sql-mode-menu): Added submenu to select connections.
1678 (sql-interactive-mode-menu): Added "Save Connection" item.
1679 (sql-add-product): Fixed menu item.
1680 (sql-get-product-feature): Improved error handling.
1681 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
1682 (sql-make-alternate-buffer-name): Simplified.
1683 (sql-product-interactive): Handle missing product.
1684 (sql-connect): Support string keys, minor improvements.
1685 (sql-save-connection): New function.
1686 (sql-connection-menu-filter): New function.
1687
1688 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
1689
1690 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
1691 (tramp-open-connection-setup-interactive-shell): Apply
1692 workaround for IRIX64 bug. Move argument of last
1693 `tramp-send-command' where it belongs to.
1694
1695 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
1696
1697 * net/tramp.el (tramp-perl-file-attributes)
1698 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1699 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1700 front of `login-args'.
1701
1702 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
1703
1704 * time.el (display-time-world-mode): Define with `define-derived-mode'.
1705 Set `show-trailing-whitespace' to nil.
1706 (display-time-world-display): Simplify.
1707
1708 2010-07-18 Alan Mackenzie <acm@muc.de>
1709
1710 Enhance `c-file-style' in file/directory local variables.
1711 * progmodes/cc-mode.el (c-count-cfss): New function.
1712 (c-before-hack-hook): Call `c-set-style' differently according to
1713 whether c-file-style was set in file or directory local
1714 variables.
1715
1716 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
1717
1718 * progmodes/sql.el: Version 2.2.
1719 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
1720 defcustom :safe keyword rather than putting safe-local-variable
1721 property.
1722 (sql-password): Use defcustom :risky keyword rather than putting
1723 risky-local-variable property.
1724 (sql-oracle-login-params, sql-sqlite-login-params)
1725 (sql-solid-login-params, sql-sybase-login-params)
1726 (sql-informix-login-params, sql-ingres-login-params)
1727 (sql-ms-login-params, sql-postgres-login-params)
1728 (sql-interbase-login-params, sql-db2-login-params)
1729 (sql-linter-login-params): Add `port' option.
1730 (sql-get-product-feature): Added NO-INDIRECT parameter.
1731 (sql-comint-oracle, sql-comint-sybase)
1732 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
1733 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
1734 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
1735 (sql-comint-linter): Renamed sql-connect-* functions to
1736 sql-comint-*.
1737 (sql-product-alist, sql-mode-menu): Renamed as above and
1738 :sqli-connect-func to :sqli-comint-func.
1739 (sql-connection): New variable.
1740 (sql-interactive-mode): Set it.
1741 (sql-connection-alist): New variable.
1742 (sql-connect): New function.
1743 (sql--alt-buffer-part, sql--alt-if-not-empty)
1744 (sql-make-alternate-buffer-name): Improved alternative buffer name.
1745
1746 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1747
1748 * image-mode.el (image-bookmark-make-record): Do not set context
1749 in an image (Bug#6650).
1750
1751 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
1752
1753 * simple.el (select-active-region): New function.
1754 (push-mark-command, set-mark, activate-mark)
1755 (handle-shift-selection): Use it.
1756 (deactivate-mark): Don't check for size of region.
1757
1758 * mouse.el (mouse-drag-track): Use select-active-region.
1759
1760 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
1761
1762 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
1763 "--dired" stronger.
1764
1765 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
1766
1767 * term/x-win.el (x-select-enable-primary): Change default to nil.
1768 (x-select-enable-clipboard): Add :version keyword.
1769
1770 * mouse.el (mouse-drag-copy-region):
1771 * simple.el (select-active-regions): Likewise.
1772
1773 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
1774
1775 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
1776 (vc-coding-system-for-diff): Use it to decide whether to inherit
1777 from the file the EOL format for reading the diffs of that file.
1778 (Bug#4451)
1779
1780 2010-07-16 Eli Zaretskii <eliz@gnu.org>
1781
1782 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1783 unibyte, so compressed attachments are not compressed again.
1784
1785 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
1786
1787 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
1788 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
1789 (tramp-find-shell): Simplify setting connection property.
1790 (tramp-get-ls-command): Make test for "--color=never" stronger.
1791
1792 2010-07-15 Simon South <ssouth@member.fsf.org>
1793
1794 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
1795 blocks within record declarations (i.e. variant parts) correctly.
1796
1797 2010-07-15 Simon South <ssouth@member.fsf.org>
1798
1799 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
1800 over literal tokens when parsing so newlines aren't "absorbed" by
1801 single-line comments. Corrects the indentation of case blocks
1802 that have a comment on the first line.
1803
1804 2010-07-14 Karl Fogel <kfogel@red-bean.com>
1805
1806 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
1807 by Drew Adams (Bug#5504).
1808
1809 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
1810
1811 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1812 now that Unicode is used (Bug#6594).
1813
1814 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
1815
1816 * term/x-win.el (x-select-enable-clipboard): Default to t.
1817 (x-initialize-window-system): Don't overwrite Paste menu item.
1818
1819 * simple.el (select-active-regions): Default to t.
1820 (push-mark-command): Don't overwrite primary with empty string.
1821
1822 * mouse.el: Bind mouse-2 to mouse-yank-primary.
1823 (mouse-drag-copy-region): Default to nil.
1824
1825 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
1826 Cut/Copy/Paste menu bar items.
1827
1828 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1829
1830 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1831 Patch applied by Karl Fogel.
1832
1833 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
1834 and `bookmark-current-buffer' if they have been already set in
1835 another buffer (e.g gnus-art).
1836
1837 2010-07-13 Karl Fogel <kfogel@red-bean.com>
1838 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1839
1840 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
1841
1842 * bookmark.el (bookmark-make-record-default): Allow unneeded
1843 information to be omitted from the record.
1844
1845 Adjust declarations and calls:
1846
1847 * info.el (bookmark-make-record-default): Adjust declaration.
1848 (Info-bookmark-make-record): Adjust call.
1849
1850 * woman.el (bookmark-make-record-default): Adjust declaration.
1851 (woman-bookmark-make-record): Adjust call.
1852
1853 * man.el (bookmark-make-record-default): Adjust declaration.
1854 (Man-bookmark-make-record): Adjust call.
1855
1856 * image-mode.el (bookmark-make-record-default): Adjust declaration.
1857
1858 * doc-view.el (bookmark-make-record-default): Adjust declaration.
1859
1860 2010-07-13 Karl Fogel <kfogel@red-bean.com>
1861
1862 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
1863 This is also from Thierry Volpiatto's patch in bug #6444. However,
1864 because it was extraneous to the functional change in that patch,
1865 and causes a re-indendation, I am committing it separately.
1866
1867 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1868
1869 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
1870 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
1871 Patch applied by Karl Fogel (Bug#6444).
1872
1873 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
1874
1875 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
1876
1877 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
1878
1879 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
1880 Dempsky; bug#5084). Remove incorrect binding for S-tab.
1881 (ns-alternatives-map): Change S-tab binding to backtab
1882 (bug#6616).
1883
1884 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
1885 under ns.
1886
1887 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
1888
1889 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
1890 (Bug#5806)
1891
1892 * language/tv-util.el (tai-viet-re): Remove format.
1893
1894 2010-07-12 Kenichi Handa <handa@m17n.org>
1895
1896 * language/hebrew.el: Remove no-byte-compile declaration.
1897 Change coding: tag to utf-8. Register hebrew-shape-gstring in
1898 composition-function-table for 3-character looking back.
1899 (hebrew-font-get-precomposed): New function.
1900 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
1901
1902 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
1903
1904 * mouse.el (mouse-drag-track): Handle select-active-regions
1905 (Bug#6612).
1906
1907 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
1908
1909 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1910 empty argument to gvfs-copy.
1911
1912 2010-07-10 Glenn Morris <rgm@gnu.org>
1913
1914 * calendar/calendar.el (calendar-week-end-day): New function.
1915 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1916 Respect calendar-week-start-day. (Bug#6606)
1917 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1918 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1919 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1920 respect calendar-week-start-day.
1921
1922 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
1923
1924 * simple.el (use-region-p): Doc fix (Bug#6607).
1925
1926 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
1927
1928 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
1929 regexps for cucumber and ruby.
1930
1931 2010-07-08 Daiki Ueno <ueno@unixuser.org>
1932
1933 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
1934 (epa-file-insert-file-contents): Hack to prevent
1935 find-file from opening empty buffer when decryption failed
1936 (bug#6568).
1937
1938 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
1939
1940 * textmodes/ispell.el (ispell-alternate-dictionary):
1941 Use file-readable-p.
1942 Return nil if no word-list is found at default locations.
1943 (ispell-complete-word-dict): Default to nil.
1944 (ispell-command-loop): Use 'word-list' when using lookup-words.
1945 (lookup-words): Use ispell-complete-word-dict or
1946 ispell-alternate-dictionary. Check for word-list availability
1947 and handle errors if needed with better messages (Bug#6539).
1948 (ispell-complete-word): Use ispell-complete-word-dict or
1949 ispell-alternate-dictionary.
1950
1951 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
1952
1953 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1954 builtins (BufferError, BytesWarning, WindowsError; callables
1955 bin, bytearray, bytes, format, memoryview, next, print; __package__).
1956
1957 2010-07-07 Glenn Morris <rgm@gnu.org>
1958
1959 * play/zone.el (top-level): Do not require timer, tabify, or cl.
1960 (zone-shift-left): Ignore intangibility, and any errors from
1961 forward-char.
1962 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
1963 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
1964 deleting, and copying text properties.
1965 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
1966 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
1967 to point-max is hard.
1968 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
1969 (zone-fill-out-screen): Ignore intangibility.
1970
1971 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
1972
1973 * menu-bar.el (menu-bar-mode):
1974 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
1975 if it has been set.
1976
1977 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
1978 word/line selection (Bug#6565).
1979
1980 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
1981
1982 * net/dbus.el (dbus-send-signal): Declare function.
1983
1984 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
1985
1986 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
1987 (dbus-register-property): New optional argument EMITS-SIGNAL.
1988 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
1989
1990 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
1991
1992 * mouse.el (mouse-drag-overlay): Variable deleted.
1993 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
1994 (mouse--remap-link-click-p): New function.
1995 (mouse-drag-track): Handle dragging by using temporary Transient
1996 Mark mode, instead of a special overlay.
1997 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
1998 mouse-show-mark.
1999
2000 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
2001 deleted.
2002
2003 2010-07-02 Juri Linkov <juri@jurta.org>
2004
2005 * autoinsert.el (auto-insert-alist): Fix readability
2006 by using dotted pair notation for lambda.
2007
2008 2010-07-02 Juri Linkov <juri@jurta.org>
2009
2010 * faces.el (read-face-name): Rename arg `string-describing-default'
2011 to `default'. Doc fix. Display the default value in quotes
2012 in the prompt. With empty input, return the `default' arg,
2013 unless the default value is a string (in which case return nil).
2014 (describe-face): Replace the string `default' arg of `read-face-name'
2015 with the symbol `default'.
2016
2017 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
2018
2019 * emulation/viper-cmd.el (viper-delete-backward-char)
2020 (viper-del-backward-char-in-insert)
2021 (viper-del-backward-char-in-replace, viper-change)
2022 (viper-backward-indent): Replace delete-backward-char with
2023 delete-char (Bug#6552).
2024
2025 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
2026
2027 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
2028
2029 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
2030
2031 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
2032 argument passed to frame-creation-function (Bug#5378).
2033
2034 * faces.el (x-handle-named-frame-geometry)
2035 (x-handle-reverse-video, x-create-frame-with-faces)
2036 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
2037 separately consult default-frame-alist. It is now passed as the
2038 PARAMETER argument.
2039
2040 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
2041
2042 * startup.el (command-line): Don't call tool-bar-setup in a
2043 tty-only build.
2044
2045 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
2046
2047 * ruler-mode.el (ruler--save-header-line-format): New fun.
2048 (ruler-mode): Use it as a setter function, so as not to overwrite
2049 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
2050
2051 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
2052
2053 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
2054 (vc-root-diff, vc-print-root-log, vc-log-incoming)
2055 (vc-log-outgoing): Use it.
2056 (vc-diff-internal): Set diff-vc-backend.
2057
2058 * vc/diff-mode.el (diff-vc-backend): New var.
2059
2060 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
2061
2062 * dynamic-setting.el (font-setting-change-default-font): Remove
2063 call to message.
2064
2065 2010-06-28 Kenichi Handa <handa@m17n.org>
2066
2067 * international/quail.el (quail-insert-kbd-layout): Fix the
2068 showing of untranslated characters.
2069
2070 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
2071
2072 * simple.el (delete-active-region): New option.
2073 (delete-backward-char): Implement in Lisp.
2074 (delete-forward-char): New command.
2075
2076 * mouse.el (mouse-region-delete-keys): Deleted.
2077 (mouse-show-mark): Simplify.
2078
2079 * bindings.el (global-map): Bind delete and DEL, the former to
2080 delete-forward-char.
2081
2082 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2083
2084 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
2085 (ruby-mode): Bind indent-line-function (Bug#5119).
2086
2087 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
2088
2089 * startup.el (command-line): Recognize "0" X resource value.
2090
2091 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
2092
2093 * startup.el (command-line): Use X resources to set the value of
2094 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
2095
2096 * menu-bar.el (menu-bar-mode):
2097 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
2098 Set init-value to t.
2099
2100 * frame.el (frame-notice-user-settings): Don't change
2101 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
2102 vice versa (Bug#2249).
2103
2104 2010-06-26 Eli Zaretskii <eliz@gnu.org>
2105
2106 * w32-fns.el (w32-convert-standard-filename): Doc fix.
2107
2108 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
2109
2110 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
2111 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
2112
2113 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
2114 default directories are expanded (Bug#6143).
2115
2116 2010-06-24 Juri Linkov <juri@jurta.org>
2117
2118 * minibuffer.el (completions-format): Change default from nil to
2119 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
2120
2121 2010-06-24 Juri Linkov <juri@jurta.org>
2122
2123 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
2124 buffer-locally to lambda that re-runs the vc diff command.
2125 (Bug#6447)
2126
2127 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
2128
2129 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
2130 echo area is in use (Bug#3412).
2131
2132 2010-06-22 Glenn Morris <rgm@gnu.org>
2133
2134 * textmodes/texinfmt.el (texinfo-format-region)
2135 (texinfo-raise-lower-sections, texinfo-format-separate-node)
2136 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
2137 (texinfo-format-option, texinfo-noindent):
2138 Use line-beginning-position and line-end-position.
2139
2140 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
2141 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
2142 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
2143 utf-8 characters.
2144
2145 2010-06-21 Karl Fogel <kfogel@red-bean.com>
2146
2147 * play/zone.el (zone-fall-through-ws): Fix next-line ->
2148 forward-line fallout.
2149
2150 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
2151
2152 * mouse.el (mouse-appearance-menu): Add docstring.
2153
2154 * help.el (describe-key): Print up-event using key-description.
2155
2156 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
2157
2158 * net/zeroconf.el (zeroconf-resolve-service)
2159 (zeroconf-service-resolver-handler): Use
2160 `dbus-byte-array-to-string'.
2161 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
2162
2163 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
2164
2165 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
2166
2167 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
2168
2169 Avoid displaying files with a nil state in vc-dir.
2170 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
2171 cases that cause insertion.
2172 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
2173 with a nil state.
2174
2175 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
2176
2177 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
2178
2179 2010-06-29 Leo <sdl.web@gmail.com>
2180
2181 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
2182
2183 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
2184
2185 * generic-x.el (bat-generic-mode): Fix regexp for command line
2186 switches (Bug#5719).
2187
2188 2010-06-27 Masatake YAMATO <yamato@redhat.com>
2189
2190 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
2191 of nconc to avoid pure storage error (Bug#6239).
2192
2193 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
2194
2195 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
2196 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
2197 bindings of bookmark-automatically-show-annotations (Bug#6515).
2198
2199 2010-06-25 Eli Zaretskii <eliz@gnu.org>
2200
2201 * arc-mode.el (archive-zip-extract): Don't quote the file name on
2202 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
2203
2204 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
2205
2206 * comint.el (make-comint, make-comint-in-buffer): Mention return
2207 value in the docstrings. (Bug#6498)
2208
2209 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
2210
2211 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
2212 since it is not present when using some non-default switches.
2213
2214 2010-06-23 Karl Fogel <kfogel@red-bean.com>
2215
2216 * simple.el (compose-mail): Fix doc string to refer to
2217 `compose-mail-user-agent-warnings', instead of to the
2218 nonexistent `compose-mail-check-user-agent'.
2219
2220 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
2221
2222 Fix an indentation bug:
2223
2224 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
2225 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
2226 of existing values.
2227
2228 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
2229 (c-clear->-pair-props-if-match-before): now return t when they've
2230 cleared properties, nil otherwise.
2231 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
2232 by taking account of the existing value.
2233
2234 * progmodes/cc-defs.el
2235 (c-clear-char-property-with-value-function): Fix this to clear the
2236 property rather than overwriting it with nil.
2237
2238 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
2239
2240 * emacs-lisp/package.el (package-print-package): Add link to
2241 package description via describe-package.
2242 (describe-package-1): List package requirements. Add button to
2243 perform installation.
2244 (package-menu-describe-package): New command.
2245
2246 * help-mode.el (help-package): New button type.
2247
2248 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
2249
2250 * emacs-lisp/package.el: Move package-list-packages binding to
2251 menu-bar.el.
2252 (describe-package, describe-package-1, package--dir): New funs.
2253 (package-activate-1): Use package--dir.
2254
2255 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
2256
2257 * help-mode.el (help-package-def): New button type.
2258
2259 * menu-bar.el: Move package-list-packages binding here from
2260 package.el.
2261
2262 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
2263
2264 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
2265
2266 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2267
2268 * emacs-lisp/edebug.el (edebug-read-list):
2269 Phase out old-style backquotes.
2270
2271 2010-06-17 Juri Linkov <juri@jurta.org>
2272
2273 * help-mode.el (help-mode): Set buffer-local variable
2274 revert-buffer-function to help-mode-revert-buffer.
2275 (help-mode-revert-buffer): New function.
2276
2277 * info.el (Info-revert-find-node): Check for major-mode Info-mode
2278 before popping to "*info*" (like in other Info functions).
2279 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
2280 old-history-forward. Pop to old-buffer-name or "*info*" to
2281 recreate the killed buffer. Set Info-history-forward from
2282 old-history-forward.
2283 (Info-breadcrumbs-depth): Add :group and :version.
2284
2285 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
2286
2287 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
2288
2289 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
2290
2291 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
2292 for languages like Portuguese with pt_{BR,PT} and no plain pt.
2293
2294 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
2295
2296 * emacs-lisp/package.el (package-menu-mode-map):
2297 Move initialization into declaration.
2298
2299 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
2300
2301 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
2302
2303 * emacs-lisp/package.el (package-archive-base): Point to
2304 elpa.gnu.org.
2305 (package-enable, package-load-list): New defcustoms.
2306 (package-user-dir, package-directory-list): Turn into defcustoms.
2307 Don't include package-user-dir in package-directory-list.
2308 (package--builtins-base): Don't include Emacs as a "package".
2309 (package-subdirectory-regexp): New var.
2310 (package-load-all-descriptors, package-compute-transaction)
2311 (package-download-transaction): Obey package-load-list.
2312 (package-activate-1): Rename from package-do-activate.
2313 (package-list-packages-internal): Check package-load-list.
2314 (package-load-descriptor, package-generate-autoloads)
2315 (package-unpack, package-unpack-single)
2316 (package--read-archive-file, package-delete): Use
2317 expand-file-name.
2318
2319 * emacs-lisp/package-x.el: New file. Package uploading
2320 functionality split out from package.el.
2321
2322 * startup.el (command-line): Load packages after reading init
2323 file.
2324
2325 2010-06-17 Tom Tromey <tromey@redhat.com>
2326
2327 * emacs-lisp/package.el: New file.
2328
2329 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2330
2331 Fix vc-annotate for renamed files when using Git.
2332 * vc-git.el (vc-git-find-revision): Deal with empty results from
2333 ls-files. Doe not pass the object as a file name to cat-file, it
2334 is not a file name.
2335 (vc-git-annotate-command): Pass the file name using -- to avoid
2336 ambiguity with the revision.
2337 (vc-git-previous-revision): Pass a relative file name.
2338
2339 2010-06-22 Glenn Morris <rgm@gnu.org>
2340
2341 * progmodes/js.el (js-mode-map): Use standard capitalization and
2342 ellipses for menu entries.
2343
2344 * wid-edit.el (widget-complete): Doc fix.
2345
2346 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
2347
2348 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
2349
2350 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2351
2352 Fix annotating other revisions for renamed files in vc-annotate.
2353 * vc-annotate.el (vc-annotate): Add an optional argument for the
2354 VC backend. Use it when non-nil.
2355 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
2356 (Bug#6487)
2357
2358 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
2359 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2360 Do not pass the file name to the 'previous-revision call when we
2361 don't want a file diff. (Bug#6489)
2362
2363 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2364
2365 Fix finding revisions for renamed files in vc-annotate.
2366 * vc.el (vc-find-revision): Add an optional argument for
2367 the VC backend. Use it when non-nil.
2368 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
2369 backend to vc-find-revision. (Bug#6487)
2370
2371 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2372
2373 Fix reading file names in Git annotate buffers.
2374 * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
2375 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
2376
2377 2010-06-20 Alan Mackenzie <acm@muc.de>
2378
2379 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
2380 in file local variables, set it first.
2381
2382 2010-06-19 Glenn Morris <rgm@gnu.org>
2383
2384 * descr-text.el (describe-char-unicode-data): Insert separating
2385 space when needed. (Bug#6422)
2386
2387 * progmodes/idlwave.el (idlwave-action-and-binding):
2388 Fix typo in 2009-12-03 change. (Bug#6450)
2389
2390 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2391
2392 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
2393 handling for `lambda' (misunderstanding).
2394
2395 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
2396
2397 * calc/calc-poly.el (math-accum-factors): Make sure that
2398 constants aren't distributed after they are factored out.
2399
2400 2010-06-16 Juri Linkov <juri@jurta.org>
2401
2402 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
2403 `list-colors-print'. (Bug#6332)
2404
2405 * subr.el (read-quoted-char): Fix up last change (bug#6290).
2406
2407 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
2408
2409 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
2410 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
2411
2412 * font-lock.el (font-lock-major-mode): Rename from
2413 font-lock-mode-major-mode to distinguish it from
2414 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
2415 (font-lock-set-defaults):
2416 * font-core.el (font-lock-default-function): Adjust users.
2417 (font-lock-mode): Don't set it at all.
2418
2419 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
2420
2421 * vc-annotate.el (vc-annotate): Use vc-read-revision.
2422
2423 2010-06-16 Glenn Morris <rgm@gnu.org>
2424
2425 * calendar/appt.el (appt-time-msg-list): Doc fix.
2426 (appt-check): Let-bind appt-warn-time.
2427 (appt-add): Make the 3rd argument optional.
2428 Simplify argument names. Doc fix. Check for integer WARNTIME.
2429 Only add WARNTIME to the output list if non-nil.
2430
2431 2010-06-16 Ivan Kanis <apple@kanis.eu>
2432
2433 * calendar/appt.el (appt-check): Let the 3rd element of
2434 appt-time-msg-list specify the warning time.
2435 (appt-add): Add new argument with the warning time. (Bug#5176)
2436
2437 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2438
2439 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
2440 older than version 1.6. (Bug#6361)
2441
2442 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
2443
2444 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
2445 used by cl-do-arglist. (Bug#6408)
2446
2447 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
2448
2449 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
2450 portuguese casechars/not-casechars for missing 'çÇ'.
2451 Suggested by Rolando Pereira (bug#6434).
2452
2453 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
2454
2455 * facemenu.el (list-colors-sort): Doc fix.
2456
2457 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2458
2459 * progmodes/sql.el (sql-connect-mysql): Fix typo.
2460
2461 2010-06-14 Juri Linkov <juri@jurta.org>
2462
2463 Add sort option `list-colors-sort'. (Bug#6332)
2464 * facemenu.el (color-rgb-to-hsv): New function.
2465 (list-colors-sort): New defcustom.
2466 (list-colors-sort-key): New function.
2467 (list-colors-display): Doc fix. Sort list according to the option
2468 `list-colors-sort'.
2469 (list-colors-print): Add HSV values to `help-echo' property of
2470 RGB strings.
2471
2472 2010-06-14 Juri Linkov <juri@jurta.org>
2473
2474 * compare-w.el: Move to the "vc" subdirectory.
2475
2476 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2477
2478 * image-mode.el (image-mode-map): Remap left-char and right-char.
2479
2480 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
2481
2482 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
2483
2484 * term/common-win.el (x-colors): Add all the color names defined
2485 in rgb.txt (Bug#6332).
2486
2487 * facemenu.el (list-colors-print): Don't print extra names if it
2488 will overflow the window width.
2489
2490 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
2491 change (Bug#6343).
2492
2493 2010-06-12 Eli Zaretskii <eliz@gnu.org>
2494
2495 * files.el (make-directory): Doc fix (bug#6396).
2496
2497 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
2498
2499 * net/tramp.el (tramp-remote-process-environment): Protect version
2500 string by apostroph.
2501 (tramp-shell-prompt-pattern): Do not use a shy group in case of
2502 XEmacs.
2503 (tramp-file-name-for-operation): Add `call-process-region'.
2504 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
2505
2506 * net/tramp-compat.el (top): Do not autoload
2507 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
2508 only when `start-file-process' is not bound.
2509 (tramp-advice-file-expand-wildcards): Do not use
2510 `tramp-handle-file-remote-p'.
2511 (tramp-compat-make-temp-file): Handle the case, that
2512 `make-temp-file' has no third argument EXTENSION.
2513
2514 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
2515
2516 * makefile.w32-in (WINS_BASIC): Include new directory vc.
2517
2518 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
2519
2520 2010-06-11 Juri Linkov <juri@jurta.org>
2521
2522 * finder.el (finder-known-keywords): Add keyword "vc"
2523 for version control.
2524
2525 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
2526 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
2527 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
2528 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
2529
2530 2010-06-11 Juri Linkov <juri@jurta.org>
2531
2532 Move version control related files to the "vc" subdirectory.
2533 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
2534 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
2535 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
2536 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
2537 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
2538 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
2539 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
2540 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
2541 Move files to the "vc" subdirectory.
2542
2543 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
2544
2545 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
2546 (Bug#6367).
2547
2548 2010-06-11 Stephen Eglen <stephen@gnu.org>
2549
2550 * shell.el: Bind `shell-resync-dirs' to M-RET.
2551
2552 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
2553
2554 * notifications.el: Move file from lisp/net, because it is
2555 supposed to talk locally to the user.
2556
2557 2010-06-10 Julien Danjou <julien@danjou.info>
2558
2559 * net/notifications.el (notifications-on-action-signal)
2560 (notifications-on-closed-signal): Pass notification id as first
2561 argument to the callback functions. Add docstrings.
2562 (notifications-notify): Fix docstring.
2563
2564 2010-06-10 Glenn Morris <rgm@gnu.org>
2565
2566 * emacs-lisp/authors.el (authors-ignored-files)
2567 (authors-valid-file-names): Add some files.
2568
2569 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2570
2571 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
2572 merge conflict, giving preference to the emacs-23 version of the code.
2573
2574 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2575
2576 * emacs-lisp/advice.el (ad-compile-function):
2577 Define warning-suppress-types before we let-bind it (bug#6275).
2578
2579 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
2580 declare it, make it buffer-local and permanent-local (bug#6324).
2581 (vc-resynch-window): Adjust name.
2582 * vc-hooks.el (vc-find-file-hook): Adjust name.
2583
2584 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
2585
2586 * net/notifications.el (notifications-notify): Fix docstring.
2587
2588 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
2589
2590 Update to Unicode 6.0.0 beta.
2591 * international/charprop.el: Update copyright.
2592 * international/mule-cmds.el (ucs-names): Update character ranges.
2593 * international/uni-bidi.el:
2594 * international/uni-category.el:
2595 * international/uni-combining.el:
2596 * international/uni-comment.el:
2597 * international/uni-decimal.el:
2598 * international/uni-decomposition.el:
2599 * international/uni-digit.el:
2600 * international/uni-lowercase.el:
2601 * international/uni-mirrored.el:
2602 * international/uni-name.el:
2603 * international/uni-numeric.el:
2604 * international/uni-old-name.el:
2605 * international/uni-titlecase.el:
2606 * international/uni-uppercase.el: Regenerate.
2607
2608 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
2609
2610 * emacs-lisp/smie.el (comment-string-strip): Declare function.
2611 (smie-precs-precedence-table): Fix typo in docstring.
2612
2613 * vc-mtn.el (log-edit-extract-headers): Declare function.
2614
2615 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
2616
2617 * net/notifications.el (dbus-register-signal): Declare function.
2618 (notifications-notify): Fix typos and reflow docstring.
2619
2620 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
2621
2622 Improve VC create/retrieve tag/branch.
2623 * vc.el (vc-create-tag): Do not read the directory name for VCs
2624 with repository revision granularity. Adjust the tag/branch
2625 prompt. Reset VC properties.
2626 (vc-retrieve-tag): Do not read the directory name for VCs
2627 with repository revision granularity. Reset VC properties.
2628
2629 2010-06-09 Julien Danjou <julien@danjou.info>
2630
2631 * net/notifications.el: New file.
2632
2633 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
2634
2635 Add optional support for resetting VC properties.
2636 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
2637 call vc-file-clearprops when true.
2638 (vc-resynch-buffer): Add new optional argument, pass it down.
2639 (vc-resynch-buffers-in-directory): Likewise.
2640
2641 Improve support for special markup in the VC commit message.
2642 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
2643 * vc-hg.el (vc-hg-checkin): Add support for Date:.
2644 * vc-git.el (vc-git-checkin):
2645 * vc-bzr.el (vc-bzr-checkin): Likewise.
2646
2647 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2648
2649 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
2650 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
2651
2652 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
2653
2654 * iimage.el: Remove images as soon as the underlying text is modified.
2655 (iimage-modification-hook): New function.
2656 (iimage-mode-buffer): Use it.
2657
2658 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2659
2660 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
2661 smie-indent-offset-after. Add :prev case. Make a bit more generic.
2662 (smie-indent-virtual): Remove `virtual' arg. Update callers.
2663 (smie-indent-keyword): Add handling of open-paren keywords.
2664 (smie-indent-comment-continue): Don't assume comment-continue.
2665
2666 2010-06-07 Martin Rudalics <rudalics@gmx.at>
2667
2668 * window.el (pop-to-buffer): Remove the conditional that
2669 compares new-window and old-window, so it will reselect
2670 the selected window unconditionally.
2671 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
2672
2673 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2674
2675 * emacs-lisp/smie.el (smie-indent-offset-after)
2676 (smie-indent-forward-token, smie-indent-backward-token): New functions.
2677 (smie-indent-after-keyword): Use them.
2678 (smie-indent-fixindent): Only applies to the indentation of the BOL.
2679 (smie-indent-keyword): Tweak the black magic.
2680 (smie-indent-comment-continue): Strip comment-continue before use.
2681 (smie-indent-functions): Indent comments before keywords.
2682
2683 2010-06-06 Juri Linkov <juri@jurta.org>
2684
2685 * isearch.el (isearch-lazy-highlight-search): Fix looping
2686 by checking for empty match. This syncs this loop with the
2687 similar loop in `isearch-search'. (Bug#6362)
2688
2689 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
2690
2691 * net/dbus.el (dbus-register-method): Declare function.
2692 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
2693 (dbus-introspect): Doc fix.
2694 (dbus-event-bus-name, dbus-introspect-get-interface)
2695 (dbus-introspect-get-argument): Reflow docstrings.
2696
2697 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
2698
2699 vc-log-incoming/vc-log-outgoing fixes for Git.
2700 * vc-git.el (vc-git-log-view-mode): Fix font lock for
2701 incoming/outgoing logs.
2702 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
2703 instead of vc-git-compute-remote.
2704 (vc-git-compute-remote): Remove.
2705
2706 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
2707
2708 * term/common-win.el (x-colors): Add "dark green" and "dark
2709 turquoise" (Bug#6332).
2710
2711 2010-06-04 Juri Linkov <juri@jurta.org>
2712
2713 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
2714 Instead of setting `replace' to t and replacing the same string
2715 with itself, don't do certain actions when
2716 kill-do-not-save-duplicates is non-nil and string is equal to car
2717 of kill-ring: don't call menu-bar-update-yank-menu, don't push
2718 interprogram-paste strings to kill-ring, and don't push the input
2719 argument `string' to kill-ring.
2720 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
2721
2722 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
2723
2724 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
2725
2726 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
2727
2728 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
2729 (tramp-gvfs-handler-mounted-unmounted)
2730 (tramp-gvfs-connection-mounted-p): Handle default-location.
2731
2732 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
2733 move files to trash.
2734
2735 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
2736
2737 * international/mule-cmds.el (nonascii-insert-offset)
2738 (nonascii-translation-table): Add obsolescence information.
2739
2740 * international/mule.el (make-translation-table-from-vector): Doc fix.
2741
2742 2010-06-03 Eric Ludlam <zappo@gnu.org>
2743
2744 * cedet/semantic/lex-spp.el
2745 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
2746 invalid values during save, just save a nil (Bug#6324).
2747
2748 2010-06-03 Glenn Morris <rgm@gnu.org>
2749
2750 * desktop.el (desktop-clear-preserve-buffers):
2751 Add "*Warnings*" buffer. (Bug#6336)
2752
2753 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
2754
2755 vc-log-incoming/vc-log-outgoing improvements for Git.
2756 * vc-git.el (vc-git-log-outgoing): Use the same format as the
2757 short log.
2758 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
2759
2760 Add bindings for vc-log-incoming and vc-log-outgoing.
2761 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
2762 and vc-log-outgoing.
2763 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
2764 and vc-log-outgoing.
2765
2766 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
2767
2768 * net/rcirc.el (rcirc-sort-nicknames): Remove.
2769 (rcirc-handler-366): Always sort nicknames.
2770
2771 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
2772
2773 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
2774
2775 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
2776
2777 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
2778
2779 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2780
2781 * net/rcirc.el (rcirc-sort-nicknames): Change default.
2782 (rcirc-sort-nicknames-join): Avoid setq.
2783
2784 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2785
2786 * net/rcirc.el (rcirc-sort-nicknames): New custom.
2787 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
2788 (rcirc-handler-366): Use them.
2789
2790 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2791
2792 Split smie-indent-calculate into more manageable chunks.
2793 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
2794 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
2795 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
2796 (smie-indent-exps): Extract from smie-indent-calculate.
2797 (smie-indent-functions): New var.
2798 (smie-indent-functions): Use them.
2799
2800 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2801
2802 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
2803 (smie-indent-calculate): Simplify and cleanup.
2804
2805 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
2806
2807 * net/tramp-gvfs.el (top): Require url-util.
2808 (tramp-gvfs-mount-point): Remove.
2809 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
2810 New defuns.
2811 (with-tramp-dbus-call-method): Format trace message.
2812 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
2813 Implement backup call, when operation on local files fails.
2814 Use progress reporter. Flush properties of changed files.
2815 (tramp-gvfs-handle-make-directory): Make more traces.
2816 (tramp-gvfs-url-file-name): Hexify file name in url.
2817 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
2818 into account for the resulting file name.
2819 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
2820 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
2821 (tramp-gvfs-handler-mounted-unmounted)
2822 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
2823 attribute "default_location". Set "prefix" property.
2824 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
2825 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
2826 exists. Raise an error, if not (due to a corresponding answer
2827 "no" in interactive questions, for example).
2828
2829 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2830
2831 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
2832
2833 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
2834
2835 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
2836 right-*. (Bug#6265)
2837
2838 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
2839
2840 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
2841 * vc-git.el (vc-git-compute-remote): New function.
2842 (vc-git-log-outgoing): Use it instead of hard coding a value.
2843 (vc-git-log-incoming): New function.
2844
2845 Improve state updating for VC tag commands.
2846 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
2847 to update the state of all buffers in the directory.
2848
2849 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
2850
2851 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2852
2853 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
2854 `file-directory-p' to the filename part rather than to the whole text.
2855
2856 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
2857
2858 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
2859 (bug#6231).
2860
2861 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2862
2863 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
2864
2865 2010-05-31 Drew Adams <drew.adams@oracle.com>
2866
2867 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2868
2869 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
2870
2871 * subr.el (momentary-string-display): Just use read-event to read
2872 the exit event (Bug#6238).
2873
2874 2010-05-30 Eli Zaretskii <eliz@gnu.org>
2875
2876 * international/mule.el (define-coding-system): Doc fix (bug#6313).
2877
2878 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
2879
2880 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
2881 Suggested by Eli Zaretskii <eliz@gnu.org>.
2882
2883 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2884
2885 * minibuffer.el (completion-file-name-table): Don't return a boundary
2886 past the end of `string' (bug#6299).
2887 (completion--file-name-table): Delegate to completion-file-name-table
2888 for the `boundaries' case.
2889
2890 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
2891
2892 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
2893 movement commands.
2894
2895 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
2896 `path-separator', but maintain compatibility with Emacs 20.2.
2897
2898 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
2899
2900 * server.el (server-process-filter): Receive parent-id argument
2901 from emacsclient.
2902 (server-create-window-system-frame): New arg. Pass parent-id as
2903 frame parameter.
2904
2905 2010-05-29 Eli Zaretskii <eliz@gnu.org>
2906
2907 Bidi-sensitive word movement with arrow keys.
2908 * subr.el (right-arrow-command, left-arrow-command): Move to
2909 bindings.el.
2910
2911 * bindings.el (right-char, left-char): Move from subr.el and
2912 rename from right-arrow-command and left-arrow-command.
2913 (right-word, left-word): New functions.
2914 (global-map) <right>: Bind to right-char.
2915 (global-map) <left>: Bind to left-char.
2916 (global-map) <C-right>: Bind to right-word.
2917 (global-map) <C-left>: Bind to left-word.
2918
2919 * ls-lisp.el (ls-lisp-classify-file): New function.
2920 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
2921 (ls-lisp-classify): Call ls-lisp-classify-file.
2922 (insert-directory): Remove blanks from switches.
2923
2924 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
2925
2926 * ansi-color.el: Delete unused escape sequences (Bug#6085).
2927 (ansi-color-drop-regexp): New constant.
2928 (ansi-color-apply, ansi-color-filter-region)
2929 (ansi-color-apply-on-region): Delete unrecognized control sequences.
2930 (ansi-color-apply): Build string list before calling concat.
2931
2932 2010-05-28 Juri Linkov <juri@jurta.org>
2933
2934 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
2935 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
2936 (Bug#5270)
2937
2938 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
2939
2940 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
2941 to ignored backtrace functions.
2942 (with-progress-reporter): Expand docstring.
2943 (tramp-handle-delete-file): Implement TRASH argument.
2944 (tramp-get-remote-trash): New defun.
2945
2946 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
2947
2948 * net/tramp-compat.el (tramp-compat-delete-file): Use
2949 `symbol-value' for backward compatibility.
2950
2951 * net/tramp.el (tramp-handle-make-symbolic-link)
2952 (tramp-handle-load)
2953 (tramp-do-copy-or-rename-file-via-buffer)
2954 (tramp-do-copy-or-rename-file-directly)
2955 (tramp-do-copy-or-rename-file-out-of-band)
2956 (tramp-handle-process-file, tramp-handle-call-process-region)
2957 (tramp-handle-shell-command, tramp-handle-file-local-copy)
2958 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2959 (tramp-delete-temp-file-function): Use `delete-file' instead
2960 of `tramp-compat-delete-file'.
2961
2962 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
2963 (tramp-fish-handle-make-symbolic-link)
2964 (tramp-fish-handle-process-file): Use `delete-file' instead
2965 of `tramp-compat-delete-file'.
2966
2967 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
2968 `delete-file' instead of `tramp-compat-delete-file'.
2969
2970 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
2971 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
2972 `tramp-compat-delete-file'.
2973
2974 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
2975 `delete-file' instead of `tramp-compat-delete-file'.
2976
2977 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2978 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2979 (tramp-smb-handle-write-region): Use `delete-file' instead of
2980 `tramp-compat-delete-file'.
2981 (tramp-smb-handle-delete-directory): Use 'trash as arg.
2982
2983 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2984
2985 * dired.el (dired-delete-file): New arg TRASH.
2986 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
2987 (dired-do-flagged-delete, dired-do-delete): Use trash.
2988
2989 * speedbar.el (speedbar-item-delete): Allow trashing.
2990
2991 * files.el (delete-directory): New arg TRASH.
2992
2993 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
2994 (ange-ftp-rename-remote-to-remote)
2995 (ange-ftp-rename-local-to-remote)
2996 (ange-ftp-rename-remote-to-local, ange-ftp-load)
2997 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
2998 `delete-file'.
2999 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
3000 allow trashing.
3001
3002 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
3003 handle new TRASH arg of `delete-file'.
3004
3005 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
3006 (tramp-handle-make-symbolic-link, tramp-handle-load)
3007 (tramp-do-copy-or-rename-file-via-buffer)
3008 (tramp-do-copy-or-rename-file-directly)
3009 (tramp-do-copy-or-rename-file-out-of-band)
3010 (tramp-handle-process-file, tramp-handle-call-process-region)
3011 (tramp-handle-shell-command, tramp-handle-file-local-copy)
3012 (tramp-handle-insert-file-contents, tramp-handle-write-region)
3013 (tramp-delete-temp-file-function): Use null TRASH arg in
3014 tramp-compat-delete-file call.
3015
3016 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
3017 (tramp-fish-handle-delete-file)
3018 (tramp-fish-handle-make-symbolic-link)
3019 (tramp-fish-handle-process-file): Use null TRASH arg in
3020 `tramp-compat-delete-file' call.
3021
3022 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
3023 arg in `tramp-compat-delete-file' call.
3024
3025 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
3026 (tramp-gvfs-handle-write-region): Use null TRASH arg in
3027 `tramp-compat-delete-file' call.
3028
3029 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
3030 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
3031 `tramp-compat-delete-file' call.
3032
3033 * net/tramp-smb.el (tramp-smb-handle-copy-file)
3034 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3035 (tramp-smb-handle-write-region): Use null TRASH arg in
3036 tramp-compat-delete-file call.
3037 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
3038 (tramp-smb-handle-delete-file): Rename arg.
3039
3040 * diff.el (diff-sentinel):
3041 * epg.el (epg--make-temp-file, epg-decrypt-string)
3042 (epg-verify-string, epg-sign-string, epg-encrypt-string):
3043 * jka-compr.el (jka-compr-partial-uncompress)
3044 (jka-compr-call-process, jka-compr-write-region):
3045 * server.el (server-sentinel): Remove optional arg from
3046 delete-file, reverting 2010-05-03 change.
3047
3048 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
3049
3050 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
3051 font-lock-constant-face, not obsolete font-lock-reference-face.
3052
3053 2010-05-27 Kenichi Handa <handa@m17n.org>
3054
3055 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
3056 element of GSTRING is nil.
3057
3058 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3059
3060 * emacs-lisp/smie.el (smie-forward-token-function)
3061 (smie-backward-token-function): New vars.
3062 (smie-backward-sexp, smie-forward-sexp)
3063 (smie-indent-hanging-p, smie-indent-calculate): Use them.
3064 (smie-default-backward-token): Rename from smie-backward-token and
3065 skip comments.
3066 (smie-default-forward-token): Rename from smie-forward-token and
3067 skip comments.
3068 (smie-next-sexp): Handle nil results from next-token.
3069 (smie-indent-calculate): Add a new case for special `fixindent' comments.
3070
3071 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
3072
3073 * progmodes/verilog-mode.el (verilog-type-font-keywords):
3074 Use font-lock-constant-face, not obsolete font-lock-reference-face.
3075
3076 2010-05-27 Masatake YAMATO <yamato@redhat.com>
3077
3078 * htmlfontify.el (hfy-face-resolve-face): New function.
3079 (hfy-face-to-style): Use it (Bug#6279).
3080
3081 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3082
3083 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
3084 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
3085
3086 2010-05-26 Glenn Morris <rgm@gnu.org>
3087
3088 * emulation/edt.el (edt-load-keys): Use locate-library.
3089
3090 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
3091
3092 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
3093 (log-edit-changelog-entries): Doc fix.
3094 (log-edit-changelog-insert-entries): Args changed.
3095 Rename relative filenames in ChangeLog entries. Delete tabs.
3096 (log-edit-insert-changelog-entries): Reorganize return value of
3097 `log-edit-changelog-entries' to pass filenames to
3098 log-edit-changelog-insert-entries.
3099
3100 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3101
3102 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
3103 `image-dired-dired-insert-marked-thumbs' to
3104 `image-dired-dired-toggle-marked-thumbs'.
3105
3106 * image-dired.el: Require cl when compiling.
3107 (image-dired-dired-toggle-marked-thumbs): Rename from
3108 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
3109 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
3110 to 'no-dir. Skip files whose names don't match
3111 `image-file-name-regexp'. When file has a thumbnail overlay,
3112 delete it. (Bug#5270)
3113
3114 2010-05-25 Juri Linkov <juri@jurta.org>
3115
3116 * image-mode.el (image-mode): Add image-after-revert-hook to
3117 after-revert-hook.
3118 (image-after-revert-hook): New function. (Bug#5669)
3119
3120 2010-05-25 Juri Linkov <juri@jurta.org>
3121
3122 * image.el (image-animated-p): When delay between animated images
3123 is 0, set it to 10 (0.1 sec). (Bug#6258)
3124
3125 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
3126
3127 * net/tramp.el (tramp-handle-insert-directory): Don't use
3128 `forward-word', its default syntax could be changed.
3129
3130 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
3131
3132 * net/tramp.el (tramp-progress-reporter-update): New defun.
3133 (with-progress-reporter): Use it.
3134 (tramp-process-actions):
3135 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
3136 current message, in order to let progress reporter continue
3137 afterwards. (Bug#6257)
3138
3139 2010-05-25 Glenn Morris <rgm@gnu.org>
3140
3141 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
3142 Add :version.
3143
3144 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
3145
3146 * net/rcirc.el (rcirc-default-user-name): Change to "user".
3147 (rcirc-default-full-name): Change to "unknown".
3148 (rcirc-user-name-history): Add variable.
3149
3150 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
3151 Jonathan Rockway <jon@jrock.us>
3152
3153 * net/rcirc.el (rcirc-server-alist): Add :pass.
3154 (rcirc): When prompting for connection parameters, also prompt for
3155 username and password.
3156 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
3157 value to server when connecting.
3158
3159 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3160
3161 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
3162 (smie-merge-prec2s): Pass the tables as separate args.
3163 (smie-bnf-precedence-table): Adjust call accordingly.
3164 (smie-prec2-levels): Set levels at the end.
3165
3166 Replace Lisp calls to delete-backward-char by delete-char.
3167 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
3168 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
3169 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
3170 * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
3171 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
3172 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
3173 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
3174 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
3175 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
3176 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
3177 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
3178 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
3179 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
3180 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
3181 delete-backward-char by calls to delete-char.
3182
3183 2010-05-25 Kenichi Handa <handa@m17n.org>
3184
3185 * language/hebrew.el (hebrew-shape-gstring): New function.
3186 Register it in composition-function-table for all Hebrew combining
3187 characters.
3188
3189 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3190
3191 * epa.el (epa--select-keys): Don't explicitly delete the window since
3192 that can fail (e.g. sole window in frame). Use dedication instead.
3193
3194 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
3195
3196 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
3197
3198 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
3199
3200 * image.el (image-refresh): Define as an alias for image-flush.
3201
3202 * image-mode.el (image-toggle-display-image): Caller changed.
3203
3204 2010-05-21 Juri Linkov <juri@jurta.org>
3205
3206 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
3207 Remove "all" from grep-files-aliases. Split grep-files-aliases by
3208 whitespace, call wildcard-to-regexp on substrings and concat them
3209 with "\\|". (Bug#6114)
3210
3211 2010-05-21 Alan Mackenzie <acm@muc.de>
3212
3213 * progmodes/cc-engine.el (c-parse-state-get-strategy):
3214 Replace parameter `here' with `here-' and `here-plus', which sandwich
3215 any pertinent CPP construct.
3216 (c-remove-stale-state-cache-backwards): Fix a bug which happens
3217 when doing (c-parse-state) in a CPP construct: Exclude any "new"
3218 CPP construct from taking part in the scanning.
3219
3220 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
3221
3222 * net/tramp.el (tramp-do-copy-or-rename-file)
3223 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
3224 Tune `with-progress-reporter' messages.
3225 (tramp-handle-vc-registered):
3226 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
3227 (tramp-fish-handle-insert-file-contents)
3228 (tramp-fish-maybe-open-connection):
3229 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3230 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
3231 (tramp-imap-handle-insert-file-contents)
3232 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
3233
3234 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
3235
3236 * add-log.el (change-log-font-lock-keywords):
3237 Highlight all authors in multi-author entries.
3238
3239 * smerge-mode.el (smerge-refine-ignore-whitespace)
3240 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
3241 Fix typos in docstrings.
3242 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
3243
3244 2010-05-21 Glenn Morris <rgm@gnu.org>
3245
3246 * progmodes/fortran.el (fortran-mode):
3247 * progmodes/f90.el (f90-mode): Derive from prog-mode.
3248
3249 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
3250 having a relative path in src/Makefile.in.
3251
3252 2010-05-20 Kevin Ryde <user42@zip.com.au>
3253
3254 * help-mode.el (help-make-xrefs): For Info node links turn
3255 newlines into spaces. Link node names with newlines are matched
3256 by help-xref-info-regexp and buttonized, this change ensures they
3257 can be followed successfully with RET. (Bug#6206)
3258
3259 2010-05-20 Juri Linkov <juri@jurta.org>
3260
3261 * locate.el (locate): Use pop-to-buffer instead of
3262 switch-to-buffer-other-window. (Bug#6204)
3263
3264 2010-05-20 Juri Linkov <juri@jurta.org>
3265
3266 * replace.el (replace-highlight): Fix lazy-highlighting
3267 for `M-s w str M-% str RET'.
3268
3269 2009-12-15 Masatake YAMATO <yamato@redhat.com>
3270
3271 * isearch.el (isearch-yank-word-or-char): Pull next subword
3272 when `subword-mode' is activated. (Bug#6220)
3273
3274 2010-05-20 Mark A. Hershberger <mah@everybody.org>
3275
3276 * isearch.el (isearch-update-post-hook): New hook.
3277 (isearch-update): Use the new hook. (Bug#6225)
3278
3279 2010-05-20 Juri Linkov <juri@jurta.org>
3280
3281 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
3282 [f1], [help], and (char-to-string help-char) instead of "\C-h".
3283 (Bug#6222)
3284
3285 2010-05-20 Juri Linkov <juri@jurta.org>
3286
3287 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
3288 (Bug#6223)
3289
3290 2010-05-20 Juri Linkov <juri@jurta.org>
3291
3292 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
3293 FILE-NAME to read from the minibuffer when called interactively
3294 with prefix argument instead of using buffer-file-name.
3295 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
3296
3297 * dired.el: Update autoloads.
3298
3299 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
3300
3301 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
3302 nxml-finish-element, for consistency with SGML mode.
3303
3304 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
3305 octave-close-block.
3306
3307 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
3308
3309 * composite.el: Require cl when compiling.
3310 (reference-point-alist, compose-gstring-for-graphic)
3311 (compose-gstring-for-terminal): Fix typos in docstrings.
3312
3313 2010-05-19 Juri Linkov <juri@jurta.org>
3314
3315 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
3316 set-window-parameter.
3317
3318 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
3319
3320 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
3321 where appropriate.
3322 (tramp-maybe-open-connection): Use it.
3323
3324 2010-05-19 Eli Zaretskii <eliz@gnu.org>
3325
3326 * simple.el (move-end-of-line): Make sure we are at line beginning
3327 before backing up to end of previous line.
3328
3329 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
3330
3331 * password-cache.el (password-cache-remove): Fix docstring.
3332
3333 * net/secrets.el: Autoload the widget functions.
3334 (secrets-search-items, secrets-create-item)
3335 (secrets-get-attributes, secrets-expand-item): Attributes will be
3336 stored on the password database without leading ":", as all other
3337 clients do as well.
3338 (secrets-mode): Fix docstring.
3339 (secrets-show-secrets): Provide it as autoloaded command only when
3340 D-Bus support is available. Check existence of Secret Service API.
3341
3342 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3343
3344 * indent.el (indent-region): Deactivate region (bug#6200).
3345
3346 2010-05-19 Glenn Morris <rgm@gnu.org>
3347
3348 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
3349
3350 2010-05-19 Kenichi Handa <handa@m17n.org>
3351
3352 * composite.el: Register compose-gstring-for-graphic in
3353 composition-function-table only for combining characters (Mn, Mc, Me).
3354
3355 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
3356
3357 * calc/calc-trail.el (calc-trail-isearch-forward)
3358 (calc-trail-isearch-backward): Ensure that the new window
3359 point is set correctly.
3360
3361 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3362
3363 * subr.el (read-quoted-char): Resolve modifiers after key
3364 remapping (bug#6212).
3365
3366 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
3367
3368 Add visualization code for secrets.
3369 * net/secrets.el (secrets-mode): New major mode.
3370 (secrets-show-secrets, secrets-show-collections)
3371 (secrets-expand-collection, secrets-expand-item)
3372 (secrets-tree-widget-after-toggle-function)
3373 (secrets-tree-widget-show-password): New defuns.
3374
3375 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3376
3377 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
3378 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
3379 handled in smie-next-sexp.
3380 (smie-indent-calculate): Provide a starting indentation (so the
3381 recursion is well-founded ;-).
3382
3383 Fix handling of non-associative equal levels.
3384 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
3385 when it's not needed.
3386 (smie-op-left, smie-op-right): New functions.
3387 (smie-next-sexp): New function, extracted from smie-backward-sexp.
3388 Better handle equal levels to distinguish the associative case from
3389 the "multi-keyword construct" case.
3390 (smie-backward-sexp, smie-forward-sexp): Use it.
3391
3392 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
3393
3394 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
3395
3396 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
3397 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
3398
3399 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3400
3401 Provide a simple generic indentation engine and use it for Prolog.
3402 * emacs-lisp/smie.el: New file.
3403 * progmodes/prolog.el (prolog-smie-op-levels)
3404 (prolog-smie-indent-rules): New var.
3405 (prolog-mode-variables): Use them to configure SMIE.
3406 (prolog-indent-line, prolog-indent-level): Remove.
3407
3408 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
3409
3410 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
3411 order before computing the averages.
3412
3413 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
3414
3415 * calc/calc-vec.el (calc-histogram):
3416 (calcFunc-histogram): Allow vectors as inputs.
3417 (math-vector-avg): New function.
3418
3419 * calc/calc-ext.el (math-group-float): Have the number of digits
3420 being grouped depend on the radix (Bug#6189).
3421
3422 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
3423
3424 * version.el (emacs-copyright, emacs-version): Don't define here,
3425 now that emacs.c defines it.
3426
3427 2010-05-15 Eli Zaretskii <eliz@gnu.org>
3428
3429 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
3430 "Describe Language Environment" menu item.
3431
3432 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
3433
3434 Bidi-sensitive movement with arrow keys.
3435 * subr.el (right-arrow-command, left-arrow-command): New functions.
3436
3437 * bindings.el (global-map): Bind them to right and left arrow keys.
3438
3439 Don't override standard definition of convert-standard-filename.
3440 * files.el (convert-standard-filename): Call
3441 w32-convert-standard-filename and dos-convert-standard-filename on
3442 the corresponding systems.
3443
3444 * w32-fns.el (w32-convert-standard-filename): Rename from
3445 convert-standard-filename. Doc fix.
3446
3447 * dos-fns.el (dos-convert-standard-filename): Doc fix.
3448 (convert-standard-filename): Don't defalias.
3449 (register-name-alist, make-register, register-value)
3450 (set-register-value, intdos): Obsolete aliases for the
3451 corresponding dos-* functions and variables.
3452 (dos-intdos): Add a doc string.
3453
3454 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
3455
3456 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
3457 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
3458 (math-compose-tex-func):
3459 * calc/calccomp.el (math-compose-expr):
3460 * calc/calc-ext.el (math-format-flat-expr-fancy):
3461 * calc/calc-store.el (calc-read-var-name):
3462 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
3463
3464 * calc/calc.el (var-π, var-φ, var-γ): New variables.
3465 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
3466 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
3467 (math-standard-units): Add units.
3468
3469 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3470
3471 * progmodes/asm-mode.el (asm-mode):
3472 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
3473
3474 * pcomplete.el (pcomplete-completions-at-point): New function,
3475 extracted from pcomplete-std-complete.
3476 (pcomplete-std-complete): Use it.
3477
3478 2010-05-15 Glenn Morris <rgm@gnu.org>
3479
3480 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3481 Remove references to CVS, RCS and Old directories.
3482
3483 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
3484
3485 * calc/calc-bin.el (math-format-twos-complement): Group digits when
3486 appropriate.
3487
3488 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
3489
3490 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
3491 (sh-mode-syntax-table): Give it a default value instead.
3492 (sh-header-marker): Make buffer-local.
3493 (sh-mode): Move make-local-variable to the corresponding setq.
3494 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
3495 Use complete-with-action.
3496
3497 * simple.el (prog-mode): New (abstract) major mode.
3498 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
3499 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
3500
3501 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
3502
3503 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
3504 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
3505 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
3506 (sql-make-alternate-buffer-name, sql-placeholders-filter)
3507 (sql-escape-newlines-filter, sql-input-sender)
3508 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
3509
3510 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
3511
3512 Add TeX open-block and close-block keybindings to SGML, and vice versa.
3513
3514 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
3515 latex-open-block and C-c / to latex-close-block.
3516
3517 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
3518 and C-c C-e to sgml-close-tag.
3519
3520 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
3521
3522 * net/tramp.el (with-progress-reporter): Create reporter object
3523 only when the message would be displayed. Handle nested calls.
3524 (tramp-handle-load, tramp-handle-file-local-copy)
3525 (tramp-handle-insert-file-contents, tramp-handle-write-region)
3526 (tramp-maybe-send-script, tramp-find-shell):
3527 Use `with-progress-reporter'.
3528 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
3529 Fix message text.
3530
3531 * net/tramp-smb.el (tramp-smb-handle-copy-file)
3532 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3533 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
3534 Use `with-progress-reporter'.
3535
3536 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
3537
3538 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
3539 process everytime when spellchecking from the minibuffer (bug#6143).
3540
3541 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3542
3543 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
3544
3545 * dos-fns.el: Add "dos-" prefix for namespace control.
3546 (convert-standard-filename): Define as alias for
3547 dos-convert-standard-filename but only if applicable.
3548
3549 2010-05-12 Alan Mackenzie <acm@muc.de>
3550
3551 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
3552 Push the mark at the start of these functions when appropriate.
3553
3554 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3555
3556 * minibuffer.el (completion-cycle-threshold): New custom var.
3557 (completion--do-completion): Use it.
3558 (minibuffer-complete): Use cycling if appropriate.
3559
3560 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
3561
3562 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
3563 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
3564
3565 2010-05-11 Juri Linkov <juri@jurta.org>
3566
3567 * scroll-all.el (scroll-all-check-to-scroll):
3568 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
3569
3570 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3571
3572 * iimage.el (iimage-mode-map): Move initialization into declaration.
3573 (iimage-mode-buffer): Use with-silent-modifications.
3574 Simplify calling convention. Adjust callers.
3575 (iimage-mode): Don't run hook redundantly.
3576
3577 * minibuffer.el (completion-pcm--pattern->regex):
3578 Fix last change (bug#6160).
3579
3580 2010-05-10 Juri Linkov <juri@jurta.org>
3581
3582 Remove nodes visited during Isearch from the Info history.
3583 * info.el (Info-isearch-initial-history)
3584 (Info-isearch-initial-history-list): New variables.
3585 (Info-isearch-start): Record initial values of
3586 Info-isearch-initial-history and Info-isearch-initial-history-list.
3587 Add Info-isearch-end to isearch-mode-end-hook.
3588 (Info-isearch-end): New function.
3589
3590 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
3591
3592 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
3593 format string, in order to work around a bug in pdksh.
3594 Reported by Gilles Pion <gpion@lfdj.com>.
3595 (tramp-handle-verify-visited-file-modtime): Do not send a command
3596 when the connection is not established.
3597 (tramp-handle-set-file-times): Simplify the check for utc.
3598
3599 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
3600
3601 Fix use of `filter-buffer-substring' (rework previous change).
3602 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
3603 (cua-repeat-replace-region):
3604 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
3605 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3606 (cua-cut-region-to-global-mark): Use it.
3607
3608 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
3609
3610 * progmodes/sql.el: Version 2.1.
3611 (sql-product-alist): Redesign structure of product info.
3612 (sql-product, sql-user, sql-server, sql-database): Safe variables.
3613 (sql-port, sql-port-history): New variables.
3614 (sql-interactive-product): New variable.
3615 (sql-send-terminator): New variable.
3616 (sql-imenu-generic-expression): Add "Types" imenu entry.
3617 (sql-oracle-login-params, sql-sqlite-login-params)
3618 (sql-mysql-login-params, sql-solid-login-params)
3619 (sql-sybase-login-params, sql-informix-login-params)
3620 (sql-ingres-login-params, sql-ms-login-params)
3621 (sql-postgres-login-params, sql-interbase-login-params)
3622 (sql-db2-login-params, sql-linter-login-params)
3623 (sql-oracle-scan-on): New variables.
3624 (sql-mode-map): Add C-c C-i to start interactive mode.
3625 (sql-mode-menu): Update existing menu entries.
3626 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
3627 (sql-mode-oracle-font-lock-keywords)
3628 (sql-mode-postgres-font-lock-keywords)
3629 (sql-mode-ms-font-lock-keywords)
3630 (sql-mode-sybase-font-lock-keywords)
3631 (sql-mode-informix-font-lock-keywords)
3632 (sql-mode-interbase-font-lock-keywords)
3633 (sql-mode-ingres-font-lock-keywords)
3634 (sql-mode-solid-font-lock-keywords)
3635 (sql-mode-mysql-font-lock-keywords)
3636 (sql-mode-sqlite-font-lock-keywords)
3637 (sql-mode-db2-font-lock-keywords)
3638 (sql-mode-linter-font-lock-keywords): Update initialization to
3639 reduce run-time complexity.
3640 (sql-add-product, sql-del-product): New functions.
3641 (sql-set-product-feature, sql-get-product-feature): New functions.
3642 (sql-product-font-lock): Update product API.
3643 (sql-add-product-keywords): New function.
3644 (sql-highlight-product): Update product API.
3645 (sql-help-list-products): New function.
3646 (sql-help): Dynamically lists free and non-free products.
3647 (sql-get-login): Correct bug in handling history and added
3648 prompt for port.
3649 (sql-copy-column): Copy without properties.
3650 (sqli-input-sender): Apply filters to SQLi input.
3651 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
3652 Implement as a filter.
3653 (sql-escape-newlines-filter): Implement as a filter.
3654 (sql-remove-tabs-filter): New function.
3655 (sql-send-magic-terminator): New function.
3656 (sql-send-string): Implement magic terminator.
3657 (sql-send-region): Use `sql-send-string'.
3658 (sql-interactive-mode): Use product API.
3659 (sql-product-interactive): Use product API.
3660 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
3661 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
3662 (sql-db2, sql-linter): Use `sql-product-interactive'.
3663 (sql-connect): New function.
3664 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
3665 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
3666 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
3667 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
3668 Use `sql-connect'.
3669
3670 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3671
3672 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
3673 New custom variable.
3674 (completion-pcm--string->pattern): Use it.
3675 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
3676 Make it handle any symbol as `any'.
3677 (completion-pcm--merge-completions): Extract common suffix for the new
3678 `prefix' symbol as well.
3679 (completion-substring--all-completions): Use the new `prefix' symbol.
3680
3681 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
3682
3683 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
3684 not bound.
3685 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
3686 (tramp-compat-funcall): New defmacro.
3687 (tramp-compat-line-beginning-position)
3688 (tramp-compat-line-end-position)
3689 (tramp-compat-temporary-file-directory)
3690 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
3691 (tramp-compat-copy-file, tramp-compat-copy-directory)
3692 (tramp-compat-delete-file, tramp-compat-delete-directory)
3693 (tramp-compat-number-sequence, tramp-compat-process-running-p)
3694 * net/tramp.el (top, with-progress-reporter)
3695 (tramp-rfn-eshadow-setup-minibuffer)
3696 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
3697 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
3698 (tramp-completion-mode-p, tramp-check-for-regexp)
3699 (tramp-open-connection-setup-interactive-shell)
3700 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
3701 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
3702 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
3703 * net/tramp-cmds.el (tramp-cleanup-all-connections)
3704 (tramp-reporter-dump-variable, tramp-load-report-modules)
3705 (tramp-append-tramp-buffers)
3706 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
3707
3708 * net/tramp-imap.el (top): Autoload `epg-make-context'.
3709
3710 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3711
3712 * progmodes/compile.el (compilation-buffer-modtime): Rename from
3713 buffer-modtime. Adjust users.
3714
3715 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3716
3717 * international/mule.el (auto-coding-alist): Only purecopy
3718 car of each item, not the whole list (Bug#6083).
3719
3720 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3721
3722 * progmodes/js.el (js-mode): Make paragraph variables local before
3723 calling c-setup-paragraph-variables (Bug#6071).
3724
3725 2010-05-08 Eli Zaretskii <eliz@gnu.org>
3726
3727 * composite.el (compose-region, reference-point-alist): Fix typos
3728 in the doc strings.
3729
3730 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3731
3732 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
3733 gnuplot's "set" command.
3734
3735 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
3736
3737 * abbrev.el (last-abbrev-text): Doc fix.
3738 (abbrev-prefix-mark): Don't escape parenthesis.
3739
3740 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
3741
3742 * composite.el (find-composition): Doc fix.
3743
3744 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
3745
3746 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
3747 (sql-oracle-program, sql-sqlite-options)
3748 (sql-query-placeholders-and-send): Doc fixes.
3749 (sql-set-product, sql-interactive-mode): Reflow docstrings.
3750 (sql-imenu-generic-expression, sql-buffer)
3751 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
3752 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
3753 (sql-mode-sybase-font-lock-keywords)
3754 (sql-mode-informix-font-lock-keywords)
3755 (sql-mode-interbase-font-lock-keywords)
3756 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
3757 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
3758 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
3759 (sql-product-feature, sql-highlight-product)
3760 (comint-line-beginning-position, sql-rename-buffer)
3761 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
3762 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
3763 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
3764 Fix typos in docstrings.
3765
3766 2010-05-08 Juri Linkov <juri@jurta.org>
3767
3768 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
3769 property instead of `invisible' and `after-string' (bug#5998).
3770
3771 2010-05-08 Juri Linkov <juri@jurta.org>
3772
3773 * image-mode.el (image-mode-as-text): Fix typo in docstring.
3774
3775 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
3776
3777 * filecache.el (file-cache-add-directory-list)
3778 (file-cache-add-directory-recursively): Fix typos in docstrings.
3779
3780 2010-05-08 Kenichi Handa <handa@m17n.org>
3781
3782 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
3783 (gujarati-composable-pattern): Fix typo.
3784
3785 2010-05-08 Kenichi Handa <handa@m17n.org>
3786
3787 * language/indian.el (oriya-composable-pattern)
3788 (tamil-composable-pattern, malayalam-composable-pattern):
3789 Add two-part vowels to "v" (vowel sign).
3790
3791 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3792
3793 * files.el (copy-directory): Handle symlinks (Bug#5982).
3794
3795 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
3796
3797 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
3798 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
3799 (Bug#5846).
3800
3801 2010-05-08 Glenn Morris <rgm@gnu.org>
3802
3803 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
3804
3805 * minibuffer.el (completion-at-point): Doc fix.
3806
3807 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3808
3809 * electric.el (Electric-command-loop): Minor tweak.
3810
3811 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
3812 better with dedicated windows.
3813
3814 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
3815
3816 * Version 23.2 released.
3817
3818 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
3819 Stefan Monnier <monnier@iro.umontreal.ca>
3820
3821 Highlight vendor specific properties.
3822 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
3823 (css-proprietary-property): New face.
3824 (css-font-lock-keywords): Use them.
3825
3826 2010-05-07 Eli Zaretskii <eliz@gnu.org>
3827
3828 * cus-start.el (all): Add native condition for tool-bar-* symbols.
3829
3830 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3831
3832 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
3833 * files.el (auto-mode-alist): Remove redundant entries.
3834
3835 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
3836 * simple.el (auto-save-mode): Move from files.el.
3837 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
3838
3839 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
3840
3841 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
3842
3843 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
3844
3845 * mail/binhex.el (binhex-decode-region-internal)
3846 * mail/uudecode.el (uudecode-decode-region-internal)
3847 * net/dns.el (dns-read-string-name, dns-write, dns-read)
3848 (dns-read-type, dns-query)
3849 * pgg-parse.el (pgg-parse-armor)
3850 * pgg.el (pgg-verify-region)
3851 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
3852 XEmacs.
3853
3854 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
3855
3856 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
3857
3858 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
3859
3860 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
3861 * emulation/cua-base.el (cua-repeat-replace-region):
3862 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3863 (cua-cut-region-to-global-mark):
3864 Remove text properties with `set-text-properties'.
3865
3866 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
3867
3868 * net/tramp.el (top, with-progress-reporter):
3869 Use `symbol-function' inside `funcall'.
3870
3871 * net/tramp-compat.el (tramp-compat-file-attributes)
3872 (tramp-compat-delete-file, tramp-compat-delete-directory):
3873 Handle only `wrong-number-of-arguments' error.
3874
3875 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
3876 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
3877 inside `funcall'.
3878
3879 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3880
3881 * minibuffer.el (completion--sreverse, completion--common-suffix):
3882 New functions.
3883 (completion-pcm--merge-completions): Extract common suffix when safe.
3884
3885 * emacs-lisp/easy-mmode.el (define-minor-mode):
3886 Make :variable more flexible.
3887 * files.el (auto-save-mode): Use it to define using define-minor-mode.
3888
3889 2010-05-05 Juri Linkov <juri@jurta.org>
3890
3891 Add `slow' and `history' tags to the desktop data.
3892
3893 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
3894 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
3895 (Info-finder-find-node): Require `finder.el' to be able
3896 to restore node from the desktop.
3897 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
3898 data `Info-history' and `slow' tag in the assoc list.
3899 (Info-restore-desktop-buffer): Don't restore nodes with the
3900 `slow' tag. Restore `Info-history'.
3901
3902 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
3903
3904 Add FORCE argument to `delete-file'.
3905
3906 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
3907 forcing to delete the temporary file.
3908 (ange-ftp-delete-file): Add FORCE arg.
3909 (ange-ftp-rename-remote-to-remote)
3910 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
3911 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
3912 Force file deletion.
3913
3914 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
3915
3916 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
3917 (tramp-handle-make-symbolic-link, tramp-handle-load)
3918 (tramp-do-copy-or-rename-file-via-buffer)
3919 (tramp-do-copy-or-rename-file-directly)
3920 (tramp-do-copy-or-rename-file-out-of-band)
3921 (tramp-handle-process-file, tramp-handle-call-process-region)
3922 (tramp-handle-shell-command, tramp-handle-file-local-copy)
3923 (tramp-handle-insert-file-contents, tramp-handle-write-region)
3924 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
3925
3926 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
3927 (tramp-fish-handle-make-symbolic-link)
3928 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
3929
3930 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
3931 Use `tramp-compat-delete-file'.
3932
3933 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
3934 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
3935
3936 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
3937 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
3938
3939 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
3940 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
3941 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
3942 `tramp-compat-delete-file'.
3943
3944 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3945
3946 Minor cleanups.
3947 * subr.el (add-minor-mode): Use push.
3948 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
3949 * emulation/edt.el (edt-select-mode): Simplify.
3950
3951 Use define-minor-mode in more cases.
3952 * term/tvi970.el (tvi970-set-keypad-mode):
3953 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
3954 (normal-erase-is-backspace-mode):
3955 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
3956 (set-scroll-bar-mode-1): (Re)move to its sole caller.
3957 (get-scroll-bar-mode): New function.
3958 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
3959
3960 Use define-minor-mode for less obvious cases.
3961 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
3962 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
3963 * international/iso-ascii.el (iso-ascii-mode):
3964 * frame.el (auto-raise-mode, auto-lower-mode):
3965 * composite.el (global-auto-composition-mode): Use define-minor-mode.
3966
3967 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
3968
3969 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
3970 in order to see error messages for failed logins.
3971
3972 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
3973
3974 * diff.el (diff-sentinel):
3975
3976 * epg.el (epg--make-temp-file, epg-decrypt-string)
3977 (epg-verify-string, epg-sign-string, epg-encrypt-string):
3978
3979 * jka-compr.el (jka-compr-partial-uncompress)
3980 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
3981
3982 * server.el (server-sentinel): Use delete-file's new FORCE arg
3983 (Bug#6070).
3984
3985 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3986
3987 Use define-minor-mode where applicable.
3988 * view.el (view-mode):
3989 * type-break.el (type-break-query-mode)
3990 (type-break-mode-line-message-mode):
3991 * textmodes/reftex.el (reftex-mode):
3992 * term/vt100.el (vt100-wide-mode):
3993 * tar-mode.el (tar-subfile-mode):
3994 * savehist.el (savehist-mode):
3995 * ibuf-ext.el (ibuffer-auto-mode):
3996 * composite.el (auto-composition-mode):
3997 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
3998 Use define-minor-mode.
3999 (vhdl-mode): Use static mode-line format.
4000 (vhdl-mode-line-update): Delete.
4001 (vhdl-create-mode-menu, vhdl-activate-customizations)
4002 (vhdl-hs-minor-mode): Don't bother calling it.
4003
4004 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
4005
4006 * simple.el (with-wrapper-hook): Move.
4007 (buffer-substring-filters): Mark obsolete.
4008 (filter-buffer-substring-functions): New variable.
4009 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
4010
4011 Use a mode-line spec rather than a static string in Semantic.
4012 * cedet/semantic/util-modes.el:
4013 (semantic-minor-modes-format): New var to replace...
4014 (semantic-minor-modes-status): Remove.
4015 (semantic-mode-line-update): Construct a mode-line spec rather than
4016 a static string so that mouse buttons can be used on individual minor
4017 modes and so that semantic-mode-line-update only needs to be called
4018 when global settings are changed.
4019 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
4020 Call semantic-mode-line-update.
4021 (semantic-toggle-minor-mode-globally): Don't assume mode is on
4022 minor-mode-alist, check semantic-minor-mode-alist as well.
4023 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
4024 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
4025 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
4026 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4027 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4028 (define-semantic-idle-service, semantic-idle-summary-mode):
4029 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
4030 Don't call semantic-mode-line-update any more.
4031
4032 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
4033
4034 Use define-minor-mode in CEDET where applicable.
4035
4036 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
4037 Use define-minor-mode.
4038
4039 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
4040 Remove unused arg `keymap' and code redundant with define-minor-mode.
4041 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
4042 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
4043 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
4044 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
4045 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
4046 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
4047 Use define-minor-mode.
4048 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
4049 (semantic-show-unmatched-syntax-mode-setup)
4050 (semantic-show-parser-state-mode-setup)
4051 (semantic-highlight-func-mode-setup): Inline into sole caller.
4052
4053 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
4054 (semantic-mru-bookmark-mode): Use define-minor-mode.
4055 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
4056
4057 * cedet/semantic/idle.el (define-semantic-idle-service):
4058 Use define-minor-mode and inline setup function into its sole caller.
4059 (semantic-idle-scheduler-mode-setup)
4060 (semantic-idle-summary-mode-setup): Inline into sole caller.
4061 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
4062 Use define-minor-mode.
4063
4064 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
4065 (semantic-decoration-mode): Use define-minor-mode.
4066 (semantic-decoration-mode-setup): Inline into sole caller.
4067
4068 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
4069 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
4070 (ede-dired-add-to-target): Use dolist.
4071
4072 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4073 Michael Albinus <michael.albinus@gmx.de>
4074
4075 Implement compression for inline methods.
4076
4077 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
4078 (tramp-copy-size-limit): Allow also nil.
4079 (tramp-inline-compress-commands): New defconst.
4080 (tramp-find-inline-compress, tramp-get-inline-compress)
4081 (tramp-get-inline-coding): New defuns.
4082 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
4083 replaced by `tramp-get-inline-coding'.
4084 (tramp-handle-file-local-copy, tramp-handle-write-region)
4085 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
4086
4087 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4088
4089 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
4090 Remove unused functions.
4091
4092 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
4093 Set find-tag-default-function as a variable rather than a property.
4094
4095 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
4096 * progmodes/etags.el (tags-completion-at-point-function):
4097 Remove left over interactive spec. Add autoloading stub.
4098 (complete-tag): Use tags-completion-at-point-function.
4099
4100 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
4101
4102 * minibuffer.el (tags-completion-at-point-function): Fix return value.
4103
4104 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
4105
4106 * ido.el (ido-init-completion-maps): Remove C-v binding.
4107 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
4108
4109 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
4110
4111 * minibuffer.el (tags-completion-at-point-function): New function.
4112 (completion-at-point-functions): Use it.
4113
4114 * cedet/semantic.el (semantic-completion-at-point-function):
4115 New function.
4116 (semantic-mode): Use semantic-completion-at-point-function for
4117 completion-at-point-functions instead.
4118
4119 * progmodes/etags.el (complete-tag): Revert last change.
4120
4121 2010-04-29 Alan Mackenzie <acm@muc.de>
4122
4123 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
4124 off-by-one error (in end of macro position).
4125
4126 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4127
4128 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
4129 firefox is absent. Don't autoload.
4130 (browse-url-galeon-program): Don't autoload.
4131
4132 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
4133
4134 * bindings.el (complete-symbol): Move into minibuffer.el.
4135
4136 * minibuffer.el (complete-tag): Move from etags.el. If tags
4137 completion cannot be performed, return nil instead of signalling
4138 an error.
4139 (completion-at-point): Make it an alias for complete-symbol.
4140 (complete-symbol): Move from bindings.el, and replace with the
4141 body of completion-at-point.
4142
4143 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
4144
4145 * cedet/semantic.el (semantic-mode): When enabled, add
4146 semantic-ia-complete-symbol to completion-at-point-functions.
4147
4148 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
4149 if Semantic is not active.
4150
4151 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
4152
4153 * net/tramp.el (tramp-remote-selinux-p): New defun.
4154 (tramp-handle-file-selinux-context)
4155 (tramp-handle-set-file-selinux-context): Use it.
4156
4157 2010-04-28 Sam Steingold <sds@gnu.org>
4158
4159 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
4160 `safe-local-variable' if the value is a string or a symbol with
4161 the property `bug-reference-url-format'.
4162
4163 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
4164
4165 * progmodes/bug-reference.el (bug-reference-url-format):
4166 Revert 2010-04-27 change due to security risk.
4167
4168 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4169
4170 Make it possible to locally disable a globally enabled mode.
4171 * simple.el (fundamental-mode): Run fundamental-mode-hook.
4172 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
4173 rather than kill-all-local-variables so it runs fundamental-mode-hook.
4174 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4175 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
4176 that subsequent hooks get a chance to disable it.
4177
4178 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
4179
4180 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4181 Avoid re-enabling a minor mode after the user turned the minor mode
4182 off if MODE-enable-in-buffers is run twice (typically once from
4183 fundamental-mode's after-change-major-mode-hook and a second time from
4184 run-mode-hook's own after-change-major-mode-hook).
4185
4186 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
4187
4188 2010-04-27 Sam Steingold <sds@gnu.org>
4189
4190 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
4191 `safe-local-variable' if the value is a string or a function, as
4192 documented and implemented on 2010-04-02.
4193
4194 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
4195
4196 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
4197 when method is 'kill.
4198
4199 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
4200
4201 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
4202 condition in default directory check.
4203 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
4204 Kill ispell process when killing its associated buffer.
4205
4206 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
4207
4208 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
4209 but we aren't using it.
4210
4211 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
4212
4213 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
4214 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
4215
4216 2010-04-24 Glenn Morris <rgm@gnu.org>
4217
4218 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
4219 Ignore VCS-ignore files, and deleted nextstep preferences files.
4220 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
4221 (authors-ambiguous-files): New list.
4222 (authors-valid-file-names): Add some deleted files.
4223 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
4224 (authors-disambiguate-file-name): New function. (Bug#5501)
4225 (authors-canonical-file-name): Doc fix.
4226 Don't warn about obsolete files.
4227 (authors-canonical-file-name, authors-scan-el):
4228 Use authors-disambiguate-file-name.
4229
4230 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
4231 Add autoload cookies.
4232 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
4233 (generated-autoload-file): Set file-local value to "htmlfontify.el".
4234 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
4235 They have definitions / compiler macros in cl.el.
4236 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
4237 Replace manual autoloads with generated ones.
4238 (htmlfontify-unload-rgb-file): Remove autoload.
4239 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
4240
4241 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4242
4243 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
4244 (byte-compile-setq-default): Optimize for the
4245 single-var case and don't call byte-compile-form in this case to avoid
4246 inf-loop with byte-compile-set-default.
4247
4248 * progmodes/compile.el (compilation-start): Abbreviate default directory.
4249
4250 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
4251
4252 Implement SELINUX backends.
4253
4254 * net/tramp.el (tramp-file-name-handler-alist):
4255 Add `file-selinux-context' and `set-file-selinux-context'.
4256 (tramp-handle-file-selinux-context)
4257 (tramp-handle-set-file-selinux-context): New defuns.
4258 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
4259 Handle PRESERVE-SELINUX-CONTEXT.
4260
4261 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4262 Add `file-selinux-context' and `set-file-selinux-context'.
4263 (tramp-gvfs-handle-file-selinux-context)
4264 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
4265 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
4266
4267 * net/ange-ftp.el (ange-ftp-copy-file):
4268 * net/tramp-fish.el (tramp-fish-handle-copy-file):
4269 * net/tramp-imap.el (tramp-imap-handle-copy-file):
4270 * net/tramp-smb.el (tramp-smb-handle-copy-file):
4271 Add PRESERVE-SELINUX-CONTEXT.
4272
4273 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
4274
4275 Synchronize with Tramp repository.
4276
4277 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
4278 (tramp-action-process-alive, tramp-action-out-of-band)
4279 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
4280 (tramp-exists-file-name-handler): Fix docstring.
4281 (with-progress-reporter): New defmacro.
4282 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
4283 (tramp-maybe-open-connection): Use it.
4284
4285 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
4286
4287 Detect ssh 'ControlMaster' argument automatically in some cases.
4288
4289 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
4290 (tramp-default-method): Use it.
4291
4292 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
4293
4294 * net/tramp.el (tramp-handle-copy-file): Add new optional
4295 parameter `preserve-selinux-context'.
4296 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
4297
4298 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
4299
4300 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
4301 Ensure, that non remote files are still checked. Oops.
4302
4303 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
4304
4305 Fix Bug#5840.
4306
4307 * icomplete.el (icomplete-completions): Use `non-essential'.
4308
4309 * net/tramp.el (tramp-connectable-p): New defun.
4310 (tramp-handle-expand-file-name)
4311 (tramp-completion-handle-file-name-all-completions)
4312 (tramp-completion-handle-file-name-completion): Use it.
4313
4314 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4315
4316 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
4317
4318 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
4319
4320 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
4321
4322 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
4323
4324 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
4325 is present.
4326
4327 * info.el (info-tool-bar-map): Add labels.
4328
4329 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
4330
4331 * cus-edit.el (custom-commands): Add labels for tool bar.
4332 (custom-buffer-create-internal, Custom-mode): Adjust for
4333 labels in custom-commands.
4334
4335 * dynamic-setting.el: Renamed from font-setting.el.
4336
4337 2010-04-21 John Wiegley <jwiegley@gmail.com>
4338
4339 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
4340 toggles the use of virtual buffers.
4341 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
4342 (ido-toggle-virtual-buffers): New function.
4343
4344 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
4345
4346 Use `define-derived-mode'; fix window selection; doc fixes.
4347 * play/tetris.el (tetris, tetris-update-speed-function)
4348 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
4349 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
4350 (tetris-rotate-next, tetris-end-game, tetris-start-game)
4351 (tetris-pause-game): Fix typos in docstrings.
4352 (tetris-mode-map, tetris-null-map):
4353 Move initialization into declaration.
4354 (tetris-mode): Define with `define-derived-mode';
4355 set show-trailing-whitespace to nil.
4356 (tetris): Prefer window already displaying the "*Tetris*" buffer.
4357
4358 2010-04-21 Karel Klíč <kklic@redhat.com>
4359
4360 * files.el (backup-buffer): Handle SELinux context, and return it
4361 if a backup was made by renaming.
4362 (backup-buffer-copy): Set SELinux context to the target file.
4363 (basic-save-buffer): Set SELinux context of the newly written file.
4364 (basic-save-buffer-1): Now it also returns any SELinux context.
4365 (basic-save-buffer-2): Set SELinux context of the newly created file,
4366 and return it.
4367 * net/tramp.el (tramp-file-name-for-operation):
4368 Add file-selinux-context.
4369
4370 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4371
4372 Make the log-edit comments use RFC822 format throughout.
4373
4374 * vc.el (vc-checkin, vc-modify-change-comment):
4375 Adjust to new vc-start/finish-logentry.
4376 (vc-find-conflicted-file): New command.
4377 (vc-transfer-file): Adjust to new vc-checkin.
4378 (vc-next-action): Improve scoping.
4379
4380 * vc-hg.el (vc-hg-log-edit-mode): Remove.
4381 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
4382
4383 * vc-git.el (vc-git-log-edit-mode): Remove.
4384 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
4385 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
4386
4387 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
4388 (vc-start-logentry): Remove argument `extra'.
4389 (vc-finish-logentry): Remove extra args.
4390
4391 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
4392 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
4393 (vc-bzr-conflicted-files): New function.
4394
4395 * log-edit.el (log-edit-extra-flags)
4396 (log-edit-before-checkin-process): Remove.
4397 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
4398 (log-edit-headers-alist): New var.
4399 (log-edit-header-contents-regexp): New const.
4400 (log-edit-match-to-eoh): New function.
4401 (log-edit-font-lock-keywords): Use them.
4402 (log-edit): Insert a "Summary:" header as default.
4403 (log-edit-mode): Mark font-lock rules as case-insensitive.
4404 (log-edit-done): Cleanup headers.
4405 (log-view-process-buffer): Remove.
4406 (log-edit-extract-headers): New function to replace it.
4407
4408 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
4409
4410 * subr.el (default-direction-reversed): Remove obsolescence info.
4411
4412 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4413
4414 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
4415 windows/frames.
4416
4417 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
4418 I.e. include text after point in the completion region.
4419 Also, return nil when we're not after/in a symbol.
4420
4421 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
4422 default enable-multibyte-characters.
4423
4424 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4425
4426 * international/mule.el: Help the user choose a valid coding-system.
4427 (read-buffer-file-coding-system): New function.
4428 (set-buffer-file-coding-system): Use it. Prompt the user if the
4429 coding-system cannot encode all the chars.
4430
4431 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
4432 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
4433 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
4434 Don't use *vc-bzr-shelve*.
4435
4436 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
4437
4438 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
4439 Don't destroy list before using it.
4440
4441 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
4442
4443 Fix the version number for added files.
4444 * vc-hg.el (vc-hg-working-revision): Check if the file is
4445 registered after hg parent fails (Bug#5961).
4446
4447 2010-04-19 Glenn Morris <rgm@gnu.org>
4448
4449 * htmlfontify.el (htmlfontify-buffer)
4450 (htmlfontify-copy-and-link-dir): Autoload entry points.
4451
4452 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
4453
4454 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
4455 name relative to the project root (Bug#5960).
4456
4457 2010-04-19 Glenn Morris <rgm@gnu.org>
4458
4459 * vc-git.el (vc-git-print-log): Doc fix.
4460
4461 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
4462
4463 * ido.el (ido-file-internal): Fix 2009-12-02 change.
4464
4465 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
4466
4467 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
4468 default settings (Bug#5928).
4469
4470 2010-04-19 Glenn Morris <rgm@gnu.org>
4471
4472 * progmodes/fortran.el (fortran-match-and-skip-declaration):
4473 New function.
4474 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
4475
4476 2010-04-19 Kenichi Handa <handa@m17n.org>
4477
4478 * language/indian.el (malayalam-composable-pattern): Fix previous
4479 change (add U+0D4D "SIGN VIRAMA").
4480 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
4481 (tamil-composable-pattern): Fix typo in the regexp.
4482 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
4483 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
4484 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
4485
4486 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
4487
4488 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
4489 paragraph-separate (Bug#5821).
4490
4491 2010-04-19 Juri Linkov <juri@jurta.org>
4492
4493 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
4494
4495 * info.el (Info-find-node-2): Comment out code that skips
4496 breadcrumbs line.
4497 (Info-mouse-follow-link): New command.
4498 (Info-link-keymap): New keymap.
4499 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
4500 Return a string with links instead of inserting breadcrumbs
4501 to the Info buffer.
4502 (Info-fontify-node): Comment out code that inserts breadcrumbs.
4503 Instead of putting the `invisible' text property over the Info
4504 header, make an overlay over the Info header with the `invisible'
4505 property and `after-string' set to the string returned by
4506 `Info-breadcrumbs'.
4507
4508 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
4509
4510 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
4511 Reported by monkey@sandpframing.com.
4512
4513 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4514
4515 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
4516 (tmm-get-keymap): Add key-binding shortcuts now that they're not
4517 available in the "keyseq cache" any more.
4518
4519 * custom.el (defcustom): Add edebug spec.
4520
4521 2010-04-18 Juri Linkov <juri@jurta.org>
4522
4523 Test for special mode-class in view-buffer instead of view-file (bug#5513).
4524
4525 * view.el (view-file, view-buffer): Move test for special mode-class
4526 from view-file to view-buffer.
4527
4528 * tar-mode.el (tar-extract): Turn if's into one cond
4529 like in arc-mode.el.
4530
4531 2010-04-18 Juri Linkov <juri@jurta.org>
4532
4533 Add 7z archive format support (bug#5475).
4534
4535 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
4536 (archive-7z-extract): New defcustom.
4537 (archive-find-type): Add magic string for 7z.
4538 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
4539 If `stderr-file' is non-nil, use `(t stderr-file)' for the
4540 `buffer' arg of `call-process'.
4541 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
4542 call the function `archive-7z-extract' with the variable
4543 `archive-7z-extract' let-bound to `archive-zip-extract'.
4544 (archive-7z-summarize, archive-7z-extract): New functions.
4545
4546 * international/mule.el (auto-coding-alist):
4547 * files.el (auto-mode-alist): Add 7z file extension.
4548
4549 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4550
4551 * loadup.el: Setup hash-cons for pure data.
4552
4553 Fix duplicate entries in cedet's loaddefs.el files.
4554 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
4555 Should make most file-local generated-autoload-file unnecessary.
4556 (print-readably): Silence warnings.
4557 (autoload-find-destination): Take load-name as an arg to make sure
4558 it's the same as the one that will be in the file.
4559 (autoload-generate-file-autoloads): Adjust to above changes.
4560 Try to make the dataflow a bit simpler.
4561
4562 * cvs-status.el (cvs-refontify): Remove unused.
4563
4564 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
4565
4566 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
4567
4568 * calc-bin.el (calc-radix): Have the "O" option turn on
4569 twos-complement mode.
4570
4571 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
4572
4573 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
4574 Add `calc-option-prefix-help' to calc-help autoloads.
4575 (calc-inverse): Add "Option" to message, as appropriate.
4576 (calc-hyperbolic): Add "Option" to message, as appropriate.
4577 (calc-option, calc-is-option): New functions.
4578
4579 * calc-help.el (calc-full-help): Add `calc-option-help'.
4580 (calc-option-prefix-help): New function.
4581
4582 * calc-misc.el (calc-help): Add "Option" entry.
4583
4584 * calc.el (calc-local-var-list): Add `calc-option-flag'.
4585 (calc-option-flag): New variable.
4586 (calc-do): Set `calc-option-flag to nil.
4587 (calc-set-mode-line): Add "Opt " as appropriate.
4588
4589 2010-04-16 Juri Linkov <juri@jurta.org>
4590
4591 Move scrolling commands from simple.el to window.el
4592 because their primitives are implemented in window.c.
4593
4594 * simple.el (scroll-error-top-bottom)
4595 (scroll-up-command, scroll-down-command, scroll-up-line)
4596 (scroll-down-line, scroll-other-window-down)
4597 (beginning-of-buffer-other-window, end-of-buffer-other-window):
4598 * window.el (scroll-error-top-bottom)
4599 (scroll-up-command, scroll-down-command, scroll-up-line)
4600 (scroll-down-line, scroll-other-window-down)
4601 (beginning-of-buffer-other-window, end-of-buffer-other-window):
4602 Move from simple.el to window.el because their primitives are
4603 implemented in window.c.
4604
4605 2010-04-16 Juri Linkov <juri@jurta.org>
4606
4607 * isearch.el (isearch-lookup-scroll-key): Check both
4608 `isearch-scroll' and `scroll-command' properties.
4609 (scroll-up, scroll-down): Remove `isearch-scroll' property.
4610
4611 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
4612
4613 * simple.el (scroll-up-command, scroll-down-command)
4614 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
4615
4616 2010-04-15 Juri Linkov <juri@jurta.org>
4617
4618 * simple.el (scroll-up-command, scroll-down-command)
4619 (scroll-up-line, scroll-down-line): Put `scroll-command'
4620 property on the these symbols. Remove them from
4621 `scroll-preserve-screen-position-commands'.
4622
4623 * mwheel.el (mwheel-scroll): Put `scroll-command' and
4624 `isearch-scroll' properties on the `mwheel-scroll' symbol.
4625 Remove it from `scroll-preserve-screen-position-commands'.
4626
4627 * isearch.el (isearch-allow-scroll): Doc fix.
4628
4629 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
4630
4631 * net/tramp.el (tramp-error-with-buffer): Don't show the
4632 connection buffer when we are in completion mode.
4633 (tramp-file-name-handler): Catch the error for some operations
4634 when we are in completion mode. This gives the user the chance to
4635 correct the file name in the minibuffer.
4636
4637 2010-04-15 Glenn Morris <rgm@gnu.org>
4638
4639 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
4640
4641 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
4642
4643 Simplify by using `define-derived-mode'.
4644 * info.el (Info-mode):
4645 * calendar/todo-mode.el (todo-mode):
4646 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
4647 (gomoku-mode-map): Move initialization into declaration.
4648
4649 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
4650
4651 Fix Bug#5840.
4652 * ido.el (ido-file-name-all-completions-1):
4653 * minibuffer.el (minibuffer-completion-help):
4654 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
4655
4656 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4657
4658 * simple.el (non-essential): New var.
4659
4660 Add a new field `location' to bookmarks for non-file bookmarks.
4661 * bookmark.el (bookmark-location): Use the new field, if present.
4662 (bookmark-insert-location): Undo last change, not needed any more.
4663 * man.el (Man-bookmark-make-record):
4664 * woman.el (woman-bookmark-make-record): Add `location' field.
4665
4666 2010-04-14 Juri Linkov <juri@jurta.org>
4667
4668 * simple.el (scroll-error-top-bottom): New defcustom.
4669 (scroll-up-command, scroll-down-command): Use it. Doc fix.
4670
4671 * emulation/pc-select.el (pc-select-override-scroll-error):
4672 Obsolete in favor of `scroll-error-top-bottom'.
4673
4674 2010-04-14 Juri Linkov <juri@jurta.org>
4675
4676 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
4677 `scroll-up-command' and `M-v' to `scroll-down-command'.
4678
4679 * emulation/cua-rect.el (cua--init-rectangles):
4680 * forms.el (forms--change-commands):
4681 * image-mode.el (image-mode-map):
4682 Remap scroll-down-command and scroll-up-command
4683 in addition to scroll-down and scroll-up.
4684
4685 2010-04-14 Juri Linkov <juri@jurta.org>
4686
4687 * mwheel.el (scroll-preserve-screen-position-commands):
4688 Add mwheel-scroll to this list of commands.
4689
4690 * simple.el (scroll-preserve-screen-position-commands):
4691 Add scroll-up-command, scroll-down-command, scroll-up-line,
4692 scroll-down-line to this list of commands.
4693
4694 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4695
4696 * obsolete/complete.el: Move from lisp/complete.el.
4697
4698 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
4699
4700 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
4701 to the minor mode function now turns the mode ON unconditionally.
4702
4703 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4704
4705 * vc-dir.el (vc-dir-kill-line): New command.
4706 (vc-dir-mode-map): Bind it to C-k.
4707
4708 * bookmark.el (bookmark-insert-location): Handle a nil filename.
4709
4710 * woman.el: Add bookmark declarations to silence the compiler.
4711 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
4712 step to compatibility between man and woman bookmarks.
4713 Adjust for Man-default-bookmark-title renaming.
4714 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
4715
4716 * man.el: Add bookmark declarations to silence the compiler.
4717 (Man-name-local-regexp): Make it match NAME as well.
4718 (Man-getpage-in-background): Return the buffer.
4719 (Man-notify-when-ready): Use `case'.
4720 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
4721 Don't hardcode "NAME". Simplify.
4722 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
4723 Rename from Man-bookmark-make-record.
4724 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
4725 we have the actual man-args. Use Man-getpage-in-background rather
4726 than `man' since the arg is already processed. Let bookmark.el do the
4727 window handling. Only wait for the relevant process.
4728 Don't forget to autoload.
4729
4730 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
4731
4732 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4733
4734 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
4735 New functions.
4736 (woman-mode): Setup bookmark support.
4737
4738 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
4739 (man-bookmark-jump): New functions.
4740 (Man-mode): Setup bookmark support.
4741
4742 2010-04-10 Jari Aalto <jari.aalto@cante.net>
4743
4744 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
4745 recognize ssh-keygen prompt (Bug#2817).
4746
4747 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
4748
4749 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
4750
4751 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
4752
4753 Synchronize with Tramp repository.
4754
4755 * net/tramp.el (tramp-completion-function-alist)
4756 (tramp-file-name-regexp, tramp-chunksize)
4757 (tramp-local-coding-commands, tramp-remote-coding-commands):
4758 Fix docstring.
4759 (tramp-remote-process-environment): Use `format' instead of `concat'.
4760 (tramp-handle-directory-files-and-attributes)
4761 (tramp-get-remote-path): Use `copy-tree'.
4762 (tramp-handle-file-name-all-completions): Backward/ XEmacs
4763 compatibility: Use `completion-ignore-case' if
4764 `read-file-name-completion-ignore-case' does not exist.
4765 (tramp-do-copy-or-rename-file-directly): Do not use
4766 `tramp-handle-file-remote-p'.
4767 (tramp-do-copy-or-rename-file-out-of-band):
4768 Use `tramp-compat-delete-directory'.
4769 (tramp-do-copy-or-rename-file-out-of-band)
4770 (tramp-compute-multi-hops, tramp-maybe-open-connection):
4771 Use `format-spec-make'.
4772 (tramp-find-foreign-file-name-handler)
4773 (tramp-advice-make-auto-save-file-name)
4774 (tramp-set-auto-save-file-modes): Remove superfluous check for
4775 `stringp'. This is done inside `tramp-tramp-file-p'.
4776 (tramp-debug-outline-regexp): New defconst.
4777 (tramp-get-debug-buffer): Use it.
4778 (tramp-check-for-regexp): Use (forward-line 1).
4779 (tramp-set-auto-save-file-modes): Adapt version check.
4780
4781 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
4782 Wrap call of `featurep' for 2nd argument.
4783 (tramp-compat-make-temp-file): Simplify fallback implementation.
4784 (tramp-compat-copy-tree): Remove function.
4785 (tramp-compat-delete-directory): Provide implementation for older
4786 Emacsen.
4787
4788 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
4789 Do not use `tramp-fish-handle-file-attributes.
4790
4791 * net/trampver.el: Update release number.
4792
4793 2010-04-10 Glenn Morris <rgm@gnu.org>
4794
4795 * progmodes/compile.el (compilation-save-buffers-predicate):
4796 Add missing :version tag.
4797
4798 2010-04-09 Sam Steingold <sds@gnu.org>
4799
4800 * progmodes/compile.el (compilation-save-buffers-predicate):
4801 Remove the "autoload" cookie.
4802
4803 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
4804 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
4805 and `bug-reference-prog-mode' can be used in hooks directly.
4806
4807 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
4808
4809 Add --author support to git commit.
4810 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
4811 (vc-git-log-edit-mode): New minor mode.
4812 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
4813 New declarations.
4814
4815 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
4816
4817 * vc-hooks.el, vc-git.el: Improve documentation comments.
4818
4819 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4820
4821 Fix some of the problems in defsubst* (bug#5728).
4822 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
4823 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
4824
4825 2010-04-07 Sam Steingold <sds@gnu.org>
4826
4827 * progmodes/compile.el (compilation-save-buffers-predicate):
4828 New custom variable.
4829 (compile, recompile): Pass it to `save-some-buffers'.
4830
4831 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
4832
4833 * wid-edit.el (widget-choose): Move cursor to the second line of
4834 the buffer (Bug#5695).
4835
4836 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
4837
4838 Add new VC methods: vc-log-incoming and vc-log-outgoing.
4839 * vc.el (vc-print-log-setup-buttons): New function split out from
4840 vc-print-log-internal.
4841 (vc-log-internal-common): New function, a parametrized version of
4842 vc-print-log-internal.
4843 (vc-print-log-internal): Just call vc-log-internal-common with the
4844 right arguments.
4845 (vc-incoming-outgoing-internal):
4846 (vc-log-incoming, vc-log-outgoing): New functions.
4847 (vc-log-view-type): New permanent local variable.
4848
4849 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
4850
4851 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
4852 of the dynamic bound vc-short-log.
4853 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
4854
4855 * vc-git.el (vc-git-log-outgoing): New function.
4856 (vc-git-log-view-mode): Use vc-log-view-type instead
4857 of the dynamic bound vc-short-log.
4858
4859 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
4860 of the dynamic bound vc-short-log. Highlight the tag.
4861 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
4862 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
4863 (vc-hg-incoming-mode): Remove.
4864 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
4865
4866 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
4867
4868 Fix default-directory for vc-root-diff.
4869 * vc.el (vc-root-diff): Bind default-directory to the root
4870 directory for the diff command.
4871
4872 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
4873
4874 * progmodes/verilog-mode.el (verilog-forward-sexp):
4875 (verilog-calc-1): Support "disable fork" and "fork wait" multi
4876 word keywords, suggested by Steve Pearlmutter.
4877 (verilog-pretty-declarations): Support lineup of declarations in
4878 port lists.
4879 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
4880 fix bug for /* / comments.
4881 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
4882 Speed up and simplfy as this is never called with a bound.
4883 (verilog-pretty-declarations): Enhance to line up declarations
4884 inside a parameter list, suggested by Alan Morgan.
4885 (verilog-pretty-expr): Tune assignment regular expression match
4886 string for corner cases; also use markers instead of character
4887 number as indent changes the later.
4888
4889 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
4890
4891 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
4892 as missing keyword.
4893 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
4894 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
4895 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
4896 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
4897 Tennant.
4898 (verilog-keywords):
4899 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
4900 1800-2009 keywords, including "global.".
4901
4902 2010-04-06 John Wiegley <jwiegley@gmail.com>
4903
4904 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
4905 appearing in buffer list (if a live buffer name matched a recentf
4906 file basename). Should use uniquify to offer a real solution.
4907
4908 2010-04-06 John Wiegley <jwiegley@gmail.com>
4909
4910 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
4911 comment to code, and add a :version tag.
4912 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
4913
4914 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
4915
4916 Enable recentf-mode if using virtual buffers.
4917 * ido.el (recentf-list): Declare for byte-compiler.
4918 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
4919 (ido-make-buffer-list): Simplify.
4920 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
4921
4922 2010-04-05 Juri Linkov <juri@jurta.org>
4923
4924 Scrolling commands which scroll a line instead of full screen.
4925 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
4926
4927 * simple.el (scroll-up-line, scroll-down-line): New commands.
4928 Put property isearch-scroll=t on them.
4929
4930 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
4931 Remove commands.
4932
4933 2010-04-05 Juri Linkov <juri@jurta.org>
4934
4935 Scrolling commands which do not signal errors at top/bottom.
4936 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
4937
4938 * simple.el (scroll-up-command, scroll-down-command): New commands.
4939 Put property isearch-scroll=t on them.
4940
4941 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
4942 `scroll-down-command' and [next] from `scroll-up' to
4943 `scroll-up-command'.
4944
4945 * emulation/cua-base.el: Put property CUA=move on
4946 `scroll-up-command' and `scroll-down-command'.
4947 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
4948 and `scroll-down-command' to `cua-scroll-down'.
4949
4950 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
4951
4952 * help.el (describe-mode): Return nil.
4953
4954 2010-04-04 John Wiegley <jwiegley@gmail.com>
4955
4956 * ido.el (ido-use-virtual-buffers): New variable to indicate
4957 whether "virtual buffer" support is enabled for IDO.
4958 (ido-virtual): Face used to indicate virtual buffers in the list.
4959 (ido-buffer-internal): If a buffer is chosen, and no such buffer
4960 exists, but a virtual buffer of that name does (which would be why
4961 it was in the list), recreate the buffer by reopening the file.
4962 (ido-make-buffer-list): If virtual buffers are being used, call
4963 `ido-add-virtual-buffers-to-list' before the make list hook.
4964 (ido-virtual-buffers): New variable which contains a copy of the
4965 current contents of the `recentf-list', albeit pared down for the
4966 sake of speed, and with proper faces applied.
4967 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
4968 create a list of "virtual buffers" to present to the user in
4969 addition to the currently open set. Note that this logic could
4970 get rather slow if that list is too large. With the default
4971 `recentf-max-saved-items' of 200, there is little speed penalty.
4972
4973 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4974
4975 * font-lock.el: Require CL when compiling.
4976 (font-lock-turn-on-thing-lock): Use `case'.
4977
4978 2010-04-03 Eli Zaretskii <eliz@gnu.org>
4979
4980 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
4981 Zaretskii.
4982
4983 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
4984
4985 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
4986 (semantic-create-imenu-directory-index): Fix typos in docstrings.
4987 (semantic-imenu-goto-function): Reflow docstring.
4988
4989 2010-04-02 Juri Linkov <juri@jurta.org>
4990
4991 * ehelp.el (electric-help-orig-major-mode):
4992 New buffer-local variable.
4993 (electric-help-mode): Set it to original major-mode. Doc fix.
4994 (with-electric-help): Use `electric-help-orig-major-mode' instead
4995 of (default-value 'major-mode). Doc fix.
4996 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
4997
4998 2010-04-02 Sam Steingold <sds@gnu.org>
4999
5000 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
5001 `vc-hg-command' with a list of flags.
5002
5003 * progmodes/bug-reference.el (bug-reference-bug-regexp):
5004 Also accept "patch" and "RFE".
5005 (bug-reference-fontify): `bug-reference-url-format' can also be a
5006 function to be able to handle the bug kind.
5007 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
5008
5009 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
5010
5011 * tmm.el (tmm-get-keymap): Check with symbolp before passing
5012 value to fboundp, it may not be a symbol.
5013
5014 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
5015
5016 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
5017
5018 2010-03-31 Juri Linkov <juri@jurta.org>
5019
5020 * simple.el (next-line, previous-line): Re-throw a signal
5021 with `signal' instead of using `ding'.
5022 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
5023
5024 2010-03-31 Juri Linkov <juri@jurta.org>
5025
5026 * simple.el (keyboard-escape-quit): Raise deselecting the active
5027 region higher than exiting the minibuffer.
5028 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
5029
5030 2010-03-31 Juri Linkov <juri@jurta.org>
5031
5032 * image.el (image-animated-p): Use `image-metadata' instead of
5033 `image-extension-data'. Get GIF extenstion data from metadata
5034 property `extension-data'.
5035
5036 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5037
5038 * simple.el (append-to-buffer): Simplify.
5039
5040 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
5041
5042 * textmodes/artist.el (artist-mode): Fix typo in docstring.
5043 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
5044
5045 2010-03-31 Kenichi Handa <handa@m17n.org>
5046
5047 * language/sinhala.el (composition-function-table): Fix regexp for
5048 the new Unicode specification.
5049
5050 * language/indian.el (devanagari-composable-pattern)
5051 (tamil-composable-pattern, kannada-composable-pattern)
5052 (malayalam-composable-pattern): Adjust for the new Unicode
5053 specification.
5054 (bengali-composable-pattern, gurmukhi-composable-pattern)
5055 (gujarati-composable-pattern, oriya-composable-pattern)
5056 (telugu-composable-pattern): New variables to cope with the new
5057 Unicode specification. Use them in composition-function-table.
5058
5059 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5060
5061 Make tmm-menubar work for the Buffers menu again (bug#5726).
5062 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
5063 vectors rather than cons cells, as used in menu-bar-update-buffers.
5064
5065 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
5066
5067 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
5068 (js-insert-and-indent): Revert 2009-08-15 change, restoring
5069 electric punctuation for "{}();,:" (Bug#5586).
5070
5071 * mail/sendmail.el (mail-default-directory): Doc fix.
5072
5073 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
5074
5075 * mail/sendmail.el (mail-default-directory): Doc fix.
5076
5077 2010-03-31 Eli Zaretskii <eliz@gnu.org>
5078
5079 * subr.el (version-regexp-alist, version-to-list)
5080 (version-list-<, version-list-=, version-list-<=)
5081 (version-list-not-zero, version<, version<=, version=): Doc fix.
5082 (Bug#5744).
5083
5084 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
5085
5086 * vc.el (vc-root-diff): Doc fix.
5087
5088 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
5089
5090 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
5091
5092 * simple.el (append-to-buffer): Fix last change.
5093
5094 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
5095
5096 * simple.el (append-to-buffer): Ensure that point is preserved if
5097 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
5098 (Bug#5749)
5099
5100 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5101
5102 * files.el (auto-mode-case-fold): Change default to t.
5103
5104 2010-03-30 Juri Linkov <juri@jurta.org>
5105
5106 * dired-x.el (dired-omit-mode): Doc fix.
5107
5108 2010-03-30 Juri Linkov <juri@jurta.org>
5109
5110 * replace.el (occur-accumulate-lines): Move occur-engine related
5111 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
5112 to be located after `occur-engine'.
5113
5114 2010-03-30 Juri Linkov <juri@jurta.org>
5115
5116 Make occur handle multi-line matches cleanly with context.
5117 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
5118
5119 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
5120 (occur-engine): Add local variables `ret', `prev-after-lines',
5121 `prev-lines'. Use more arguments for `occur-context-lines'.
5122 Set first elem of its returned list to `data', and the second elem
5123 to `prev-after-lines'. Don't print the separator line.
5124 In the end, print remaining context after-lines.
5125 (occur-context-lines): Add new arguments `begpt', `endpt',
5126 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
5127 after-lines of the previous match with before-lines of the
5128 current match and not overlap them. Return a list with two
5129 values: the output line and the list of context after-lines.
5130
5131 2010-03-30 Juri Linkov <juri@jurta.org>
5132
5133 * replace.el (occur-accumulate-lines): Fix a bug where the first
5134 context line at the beginning of the buffer was missing.
5135
5136 2010-03-30 Eli Zaretskii <eliz@gnu.org>
5137
5138 * files.el: Make bidi-display-reordering safe variable for boolean
5139 values.
5140
5141 2010-03-29 Phil Hagelberg <phil@evri.com>
5142 Chong Yidong <cyd@stupidchicken.com>
5143
5144 * subr.el: Extend progress reporters to perform "spinning".
5145 (progress-reporter-update, progress-reporter-do-update):
5146 Handle non-numeric value arguments.
5147 (progress-reporter--pulse-characters): New var.
5148
5149 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
5150
5151 * progmodes/compile.el (compilation-start): Fix regexp detection
5152 of initial cd command (Bug#5771).
5153
5154 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
5155
5156 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
5157
5158 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
5159
5160 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
5161 * lisp/progmodes/gdb-mi.el: Restore.
5162 * lisp/progmodes/gdb-ui.el: Remove.
5163 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
5164
5165 2010-03-25 Glenn Morris <rgm@gnu.org>
5166
5167 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
5168 all dired buffers, even tramp ones. (Bug#5755)
5169
5170 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5171
5172 Add "union tags" in mpc.el.
5173 * mpc.el: Remove backward compatibility code.
5174 (mpc-browser-tags): Change default.
5175 (mpc--find-memoize-union-tags): New var.
5176 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
5177 (mpc-cmd-find): Handle the case where the playlist does not exist.
5178 Handle union-tags.
5179 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
5180 (mpc-cmd-add): Use mpc-cmd-flush.
5181 (mpc-tagbrowser-tag-name): New fun.
5182 (mpc-tagbrowser-buf): Use it.
5183 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
5184
5185 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5186
5187 Misc cleanup.
5188 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
5189 Use replace-regexp-in-string.
5190 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
5191 (makefile-imake-mode-syntax-table): Move init into defvar.
5192 (makefile-mode): Use define-derived-mode.
5193
5194 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
5195 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
5196 not be present any more.
5197
5198 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
5199
5200 * faces.el (set-face-attribute): Fix typo in docstring.
5201 (face-valid-attribute-values): Reflow docstring.
5202
5203 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
5204
5205 2010-03-24 Glenn Morris <rgm@gnu.org>
5206
5207 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
5208
5209 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
5210
5211 * indent.el (indent-for-tab-command): Doc fix.
5212
5213 2010-03-24 Alan Mackenzie <acm@muc.de>
5214
5215 * progmodes/cc-engine.el (c-remove-stale-state-cache):
5216 Fix off-by-one error. Fixes bug #5747.
5217
5218 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
5219
5220 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
5221 (image-dired-read-comment): Doc fix.
5222
5223 * json.el (json-object-type, json-array-type, json-key-type)
5224 (json-false, json-null, json-read-number):
5225 * minibuffer.el (completion-in-region-functions):
5226 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
5227 (cal-tex-cursor-week):
5228 * emacs-lisp/trace.el (trace-function):
5229 * eshell/em-basic.el (eshell/printnl):
5230 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
5231 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
5232 * obsolete/levents.el (allocate-event, event-key, event-object)
5233 (event-point, event-process, event-timestamp, event-to-character)
5234 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
5235 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
5236 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
5237 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
5238 (reftex-highlight-selection): Fix typos in docstrings.
5239
5240 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
5241
5242 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
5243
5244 2010-03-24 Glenn Morris <rgm@gnu.org>
5245
5246 * mail/rmail.el (rmail-highlight-face): Restore option deleted
5247 2008-02-13 without comment; mark it obsolete.
5248 (rmail-highlight-headers): Use rmail-highlight-face once more.
5249
5250 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
5251
5252 * woman.el (woman2-process-escapes): Only consume the newline if
5253 the filler character is on a line by itself (Bug#5729).
5254
5255 2010-03-24 Kenichi Handa <handa@m17n.org>
5256
5257 * language/indian.el (devanagari-composable-pattern): Add more
5258 consonants.
5259
5260 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
5261
5262 * net/trampver.el: Update release number.
5263
5264 2010-03-24 Glenn Morris <rgm@gnu.org>
5265
5266 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
5267
5268 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
5269
5270 * net/tramp.el (tramp-find-executable):
5271 Use `tramp-get-connection-buffer'. Make the regexp for checking
5272 output of "wc -l" more robust.
5273 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
5274 (tramp-open-connection-setup-interactive-shell): Remove workaround
5275 for OpenSolaris bug, it is not needed anymore.
5276
5277 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
5278
5279 * cedet/semantic/imenu.el: New file, from the CEDET repository
5280 (Bug#5412).
5281
5282 2010-03-24 Glenn Morris <rgm@gnu.org>
5283
5284 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
5285
5286 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5287
5288 * files.el (auto-mode-alist): Accept more verilog file patterns.
5289
5290 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5291
5292 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
5293
5294 2010-03-24 Glenn Morris <rgm@gnu.org>
5295
5296 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
5297 log-edit-before-checkin-process.
5298
5299 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
5300
5301 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
5302
5303 * vc-dispatcher.el (vc-start-logentry): Doc fix.
5304 (log-view-process-buffer, log-edit-extra-flags): Declare.
5305
5306 * log-edit.el (log-edit-before-checkin-process): Doc fix.
5307
5308 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
5309 Consistently check ede-object is bound throughout.
5310
5311 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
5312
5313 2010-03-23 Sam Steingold <sds@gnu.org>
5314
5315 Fix bug#5620: recalculate all markers on compilation buffer
5316 modifications, not on file modifications.
5317 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
5318 the buffer modification time, for buffers not associated with files.
5319 (compilation-mode): Create it.
5320 (compilation-filter): Update it.
5321 (compilation-next-error-function): Use it instead of
5322 `visited-file-modtime' for timestamp.
5323
5324 2010-03-23 Juri Linkov <juri@jurta.org>
5325
5326 Implement Occur multi-line matches.
5327 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
5328
5329 * replace.el (occur): Doc fix.
5330 (occur-engine): Set `begpt' to the beginning of the first line.
5331 Set `endpt' to the end of the last match line. At first, count
5332 line numbers between `origpt' and `begpt'. Split out code from
5333 `out-line' variable to new let-bindings `match-prefix' and
5334 `match-str'. In `out-line' add non-numeric prefix to all
5335 non-first lines of multi-line matches. Finally, count lines
5336 between `begpt' and `endpt' and add to `lines'.
5337
5338 2010-03-23 Juri Linkov <juri@jurta.org>
5339
5340 * replace.el (occur-accumulate-lines, occur-engine):
5341 Use `occur-engine-line' instead of duplicate code.
5342 (occur-engine-line): New function created from duplicate code
5343 in `occur-accumulate-lines' and `occur-engine'.
5344
5345 * replace.el (occur-engine-line): Add optional arg `keep-props'.
5346 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
5347
5348 2010-03-23 Juri Linkov <juri@jurta.org>
5349
5350 * finder.el: Remove TODO tasks.
5351
5352 * info.el (Info-finder-find-node): Add node "all"
5353 with all package info. Handle a list of multiple keywords
5354 separated by comma.
5355 (info-finder): In interactive use with a prefix argument,
5356 use `completing-read-multiple' to read a list of keywords
5357 separated by comma.
5358
5359 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5360
5361 Add a new completion style `substring'.
5362 * minibuffer.el (completion-basic--pattern): New function.
5363 (completion-basic-try-completion, completion-basic-all-completions):
5364 Use it.
5365 (completion-substring--all-completions)
5366 (completion-substring-try-completion)
5367 (completion-substring-all-completions): New functions.
5368 (completion-styles-alist): New style `substring'.
5369
5370 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5371
5372 Get rid of .elc files after removal of the corresponding .el.
5373 * Makefile.in (compile-clean): New target.
5374 (compile-main): Use it.
5375
5376 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
5377
5378 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
5379 don't do make there. When compiling with separate object dir, there
5380 is no Makefile there.
5381
5382 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5383
5384 Get rid of the ELCFILES abomination, again.
5385 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
5386 (all, compile): Don't call compile-last.
5387 (compile-main): Build the "elcfiles" list dynamically.
5388 (compile-targets): New (internal) target.
5389
5390 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
5391
5392 * Makefile.in (top_srcdir): Define.
5393 (abs_top_builddir): Define.
5394 (srcdir): Don't append `/..'.
5395 (EMACS): Use ${abs_top_builddir}.
5396 (all, compile, compile-always, compile-last): Don't set emacswd.
5397 (update-subdirs, update-authors): Use $(top_srcdir) instead of
5398 $(srcdir).
5399 (lisp): Use $(srcdir) instead of @srcdir@.
5400
5401 2010-03-21 Juri Linkov <juri@jurta.org>
5402
5403 Fix message of multi-line occur regexps and multi-buffer header lines.
5404 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
5405
5406 * replace.el (occur-1): Don't display regexp if it is longer
5407 than window-width. Use `query-replace-descr' to display regexp.
5408 (occur-engine): Don't display regexp in the buffer header for
5409 multi-buffer occur. Display a separate header line with total
5410 match count and regexp for multi-buffer occur.
5411 Use `query-replace-descr' to display regexp.
5412
5413 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
5414
5415 * net/secrets.el: Fix parenthesis.
5416 (secrets-enabled): Fix parenthesis.
5417
5418 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5419
5420 Use more relative file and directory names.
5421 * Makefile.in (EMACS): Arrange for it to work when we chdir.
5422 (setwins, setwins_almost, setwins_for_subdirs):
5423 Don't `cd'; output relative names.
5424 (all, compile, compile-always, compile-last): Set emacswd.
5425 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
5426 Just cd to the lisp source dir so we can use relative file names.
5427
5428 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
5429
5430 2010-03-20 Glenn Morris <rgm@gnu.org>
5431
5432 * textmodes/rst.el: Use faces for font-lock customization, and make the
5433 old -face variables obsolete.
5434 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
5435 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
5436 (rst-block-face, rst-external-face, rst-definition-face)
5437 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
5438 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
5439 Make obsolete.
5440 (rst-font-lock-keywords-function): Update for above changes.
5441
5442 2010-03-20 Juri Linkov <juri@jurta.org>
5443
5444 * s-region.el:
5445 * obsolete/s-region.el: Move to obsolete.
5446
5447 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
5448
5449 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
5450
5451 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
5452
5453 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
5454
5455 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
5456
5457 Add special markup processing for commit logs.
5458 * log-edit.el (log-edit-extra-flags): New variable.
5459 (log-edit): Add new argument MODE. Use that mode when non-nil
5460 instead of the log-view-mode.
5461 (log-view-process-buffer): New function.
5462
5463 * vc.el: Document that the checkin method takes optional
5464 arguments. Document new backend specific method: log-view-mode.
5465 (vc-default-log-edit-mode): New function.
5466 (vc-checkin): Use a backend specific log-view-mode.
5467 Pass extra arguments to the checkin method.
5468 (vc-modify-change-comment): Pass a dummy extra argument.
5469
5470 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
5471 log-edit.
5472 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
5473 (vc-finish-logentry): Process the log buffer before passing it
5474 down. Pass log-edit-extra-flags.
5475
5476 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
5477 command.
5478 (log-edit-extra-flags, log-edit-before-checkin-process):
5479 New declarations.
5480
5481 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
5482 command.
5483 (log-edit-extra-flags, log-edit-before-checkin-process):
5484 New declarations.
5485 (vc-hg-log-edit-mode): New derived mode.
5486
5487 * vc-arch.el (vc-arch-checkin):
5488 * vc-cvs.el (vc-cvs-checkin):
5489 * vc-git.el (vc-git-checkin):
5490 * vc-mtn.el (vc-mtn-checkin):
5491 * vc-rcs.el (vc-rcs-checkin):
5492 * vc-sccs.el (vc-sccs-checkin):
5493 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
5494
5495 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
5496
5497 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
5498 parent typo).
5499
5500 2010-03-19 Glenn Morris <rgm@gnu.org>
5501
5502 * password-cache.el (password-cache, password-cache-expiry): Autoload.
5503
5504 2010-03-18 Glenn Morris <rgm@gnu.org>
5505
5506 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
5507
5508 * replace.el (query-replace-history): Give it a doc string.
5509 (map-query-replace-regexp): Use query-replace-from-history-variable
5510 and query-replace-to-history-variable.
5511
5512 * mail/hashcash.el (declare-function): Remove duplicate definition.
5513
5514 * mail/emacsbug.el (report-emacs-bug-pretest-address):
5515 Make it an obsolete alias for report-emacs-bug-address.
5516 (message-strip-special-text-properties): Declare.
5517 (report-emacs-bug): Remove test for a pretest bug address.
5518 Combine message-mode-specific code.
5519
5520 * mail/supercite.el: Don't require sendmail.
5521 (mh-in-header-p): Declare rather than using with-no-warnings.
5522 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
5523 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
5524
5525 * calendar/cal-french.el: Convert to utf-8.
5526
5527 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
5528 Emacs scripts.
5529
5530 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
5531
5532 * net/secrets.el (secrets-enabled): New variable. Use it instead
5533 of a subfeature.
5534
5535 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
5536
5537 * net/secrets.el (top): Register the D-Bus signals only when the
5538 service "org.freedesktop.secrets" can be pinged.
5539 Provide subfeature `enabled'.
5540
5541 2010-03-14 Juri Linkov <juri@jurta.org>
5542
5543 Add finder unknown keywords.
5544
5545 * finder.el (finder-unknown-keywords): New function.
5546
5547 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
5548 to create a Finder node with unknown keywords.
5549
5550 2010-03-14 Juri Linkov <juri@jurta.org>
5551
5552 * finder.el (finder-compile-keywords): Replace `princ' with
5553 `prin1' on a list of symbols interned from keyword strings.
5554
5555 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
5556 a comma, then split keywords using a comma and optional whitespace.
5557 Otherwise, split by whitespace.
5558
5559 * complete.el:
5560 * face-remap.el:
5561 * log-view.el:
5562 * net/hmac-def.el:
5563 * net/hmac-md5.el:
5564 * net/netrc.el:
5565 * progmodes/mixal-mode.el: Fix keywords.
5566
5567 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
5568
5569 * Makefile.in (ELCFILES): Add net/secrets.elc.
5570
5571 * net/secrets.el: New file.
5572
5573 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
5574
5575 * facemenu.el (list-colors-display, list-colors-print): New arg
5576 callback. Use it to allow selecting colors.
5577
5578 * wid-edit.el (widget-image-insert): Insert image prop even if the
5579 current display is non-graphic.
5580 (widget-field-value-set): New fun.
5581 (editable-field): Use it.
5582 (widget-field-value-get): Clean up unused var.
5583 (widget-color-value-create, widget-color--choose-action):
5584 New funs. Allow using list-colors-display to choose color.
5585
5586 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
5587
5588 * cus-edit.el: Resort topmost custom groups.
5589 (custom-buffer-sort-alphabetically): Default to t.
5590 (customize-apropos): Use apropos-parse-pattern.
5591 (custom-search-field): New var.
5592 (custom-buffer-create-internal): Add custom-apropos search field.
5593 (custom-add-parent-links): Don't display parent doc.
5594 (custom-group-value-create): Don't sort top-level custom group.
5595 (custom-magic-value-create): Show visibility button before option name.
5596
5597 (custom-variable-state): New fun, from custom-variable-state-set.
5598 (custom-variable-state-set): Use it.
5599 (custom-group-value-create): Hide options with standard values
5600 using the :hidden-states property. Use progress reporter.
5601
5602 (custom-show): Simplify.
5603 (custom-visibility): Disable images by default.
5604 (custom-variable): New property :hidden-states.
5605 (custom-variable-value-create): Enable images for
5606 custom-visibility widgets. Use :hidden-states property to
5607 determine initial visibility.
5608
5609 * wid-edit.el (widget-image-find): Give images center ascent.
5610 (visibility): Add :on-image and :off-image properties.
5611 (widget-visibility-value-create): Use them.
5612
5613 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
5614
5615 * cus-edit.el (processes): Remove from development group.
5616 (oop, hypermedia): Delete group.
5617 (comm): Promote to top-level group.
5618
5619 * net/browse-url.el (browse-url):
5620 * net/xesam.el (xesam):
5621 * net/tramp.el (tramp):
5622 * net/goto-addr.el (goto-address):
5623 * net/ange-ftp.el (ange-ftp): Put in comm group.
5624
5625 * view.el (view): Remove from editing group.
5626
5627 * uniquify.el (uniquify): Put in files group.
5628
5629 * net/browse-url.el (browse-url):
5630 * ps-print.el (postscript): Put in external group.
5631
5632 * cus-edit.el (outlines):
5633 * textmodes/text-mode.el (text-mode-hook):
5634 * textmodes/table.el (table):
5635 * textmodes/picture.el (picture):
5636 * outline.el (outlines): Put in wp group.
5637
5638 * nxml/nxml-mode.el (nxml): Remove from wp group.
5639
5640 * net/tramp-imap.el (tramp-imap): Put in tramp group.
5641
5642 * mail/metamail.el (metamail): Remove from hypermedia group.
5643
5644 * cus-edit.el (abbrev):
5645 * whitespace.el (whitespace):
5646 * vcursor.el (vcursor):
5647 * reveal.el (reveal):
5648 * hl-line.el (hl-line): Put in convenience group.
5649
5650 * epg-config.el (epg): Put in data group.
5651
5652 * emulation/pc-select.el (pc-select): Put in emulations group.
5653
5654 * calculator.el (calculator): Put in applications group.
5655
5656 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
5657
5658 Add .dir-locals.el support for file-less buffers.
5659 * files.el (hack-local-variables): Split out code to apply local
5660 variable settings ...
5661 (hack-local-variables-apply): ... here. New function.
5662 (hack-dir-local-variables): Use the default directory for when the
5663 buffer does not have an associated file.
5664 (hack-dir-local-variables-non-file-buffer): New function.
5665 * diff-mode.el (diff-mode):
5666 * vc-annotate.el (vc-annotate-mode):
5667 * vc-dir.el (vc-dir-mode):
5668 * log-edit.el (log-edit-mode):
5669 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
5670
5671 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
5672
5673 Add support for shelving snapshots and for showing shelves.
5674 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
5675 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
5676 New functions.
5677 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
5678 (vc-bzr-extra-menu-map): Map them.
5679
5680 2010-03-11 Glenn Morris <rgm@gnu.org>
5681
5682 * cus-edit.el (customize-changed-options-previous-release):
5683 Bump to 23.1.
5684
5685 * image.el (image-animate-max-time): Fix :version tag.
5686
5687 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
5688
5689 * Branch for 23.2.
5690
5691 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5692
5693 * vc-git.el (vc-git-revision-table): Include remote branches.
5694
5695 2010-03-10 Kim F. Storm <storm@cua.dk>
5696
5697 Animated image API.
5698 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
5699
5700 * image.el (image-animate-max-time): New defcustom.
5701 (image-animated-types): New defconst.
5702 (create-animated-image, image-animate-timer)
5703 (image-animate-start, image-animate-stop, image-animate-timeout)
5704 (image-animated-p): New functions.
5705
5706 * image-mode.el (image-toggle-display-image):
5707 Replace `create-image' with `create-animated-image'.
5708
5709 2010-03-09 Miles Bader <miles@gnu.org>
5710
5711 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
5712 instead of "format:"; this ensures that the output is
5713 newline-terminated.
5714
5715 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
5716
5717 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
5718 that all errors are caught, and that the return value is always a
5719 list (Bug#5692).
5720
5721 2010-03-08 Kenichi Handa <handa@m17n.org>
5722
5723 * language/misc-lang.el (windows-1256): New coding system.
5724 (cp1256): New alias of windows-1256 (bug#5690).
5725
5726 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
5727
5728 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
5729 call to rfc822-bad-address. (Bug#5692)
5730
5731 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
5732
5733 * vc-git.el (vc-git-annotate-extract-revision-at-line):
5734 Use vc-git-root as default directory for revision path (Bug#5657).
5735
5736 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
5737
5738 * calculator.el (calculator): Don't bind split-window-keep-point
5739 (Bug#5674).
5740
5741 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
5742
5743 * vc-git.el: Re-flow to fit into 80 columns.
5744 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
5745 Remove spurious `quote' element in each case alternative.
5746 (vc-git-show-log-entry): Use prog1.
5747 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
5748
5749 2010-03-06 Glenn Morris <rgm@gnu.org>
5750
5751 * cedet/semantic/grammar.el (semantic-grammar-header-template):
5752 Update template copyright to GPLv3+.
5753
5754 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5755
5756 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
5757
5758 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
5759
5760 * macros.el (insert-kbd-macro): Look up keyboard macro using the
5761 definition, not the name (Bug#5481).
5762
5763 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
5764
5765 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
5766 argument with a local variable. (Bug#5670)
5767
5768 2010-03-02 Juri Linkov <juri@jurta.org>
5769
5770 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
5771
5772 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
5773
5774 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
5775 error when FILENAME and NEWNAME are existing remote directories.
5776
5777 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
5778 parameter DIR-FLAG.
5779
5780 2010-03-02 Glenn Morris <rgm@gnu.org>
5781
5782 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
5783 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
5784
5785 2010-03-01 Kenichi Handa <handa@m17n.org>
5786
5787 * language/burmese.el (burmese-composable-pattern): Rename from
5788 myanmar-composable-pattern.
5789
5790 * international/characters.el (script-list):
5791 * international/fontset.el (script-representative-chars):
5792 Change myanmar to burmese.
5793 (otf-script-alist): Likewise.
5794 (setup-default-fontset): Likewise. Re-fix :otf spec.
5795
5796 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5797
5798 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
5799
5800 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
5801
5802 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
5803
5804 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
5805
5806 * net/tramp.el (tramp-handle-write-region): START can be a string.
5807 Take care in the checks. Reported by Dan Davison
5808 <davison@stats.ox.ac.uk>.
5809
5810 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
5811
5812 * net/dbus.el (dbus-introspect, dbus-get-property)
5813 (dbus-set-property, dbus-get-all-properties):
5814 Use `dbus-call-method' when noninteractive. (Bug#5645)
5815
5816 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
5817
5818 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
5819 * emacs-lisp/elint.el (elint-add-required-env):
5820 * cedet/semantic/db-find.el
5821 (semanticdb-find-translate-path-brutish-default):
5822 * cedet/ede/make.el (ede-make-check-version):
5823 * calendar/icalendar.el (icalendar--add-diary-entry):
5824 * calc/calcalg2.el (math-tracing-integral):
5825 * files.el (recover-session-finish): Use with-current-buffer
5826 instead of save-excursion.
5827
5828 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5829
5830 Fix in-buffer completion when after-change-functions modify the buffer.
5831 * minibuffer.el (completion--replace): New function.
5832 (completion--do-completion): Use it and use relative movement.
5833
5834 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
5835
5836 * international/fontset.el (setup-default-fontset): Fix :otf spec.
5837
5838 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
5839
5840 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
5841 Allow the characters _<> in the stack entry (Bug#5653).
5842
5843 2010-02-26 Kenichi Handa <handa@m17n.org>
5844
5845 * language/burmese.el: Fix entries in composition-function-table.
5846 (myanmar-composable-pattern): New variable.
5847
5848 * international/fontset.el (setup-default-fontset): Add an entry
5849 for myanmar.
5850
5851 * international/characters.el (script-list): Add Myanmar
5852 Extended-A.
5853
5854 2010-02-26 Glenn Morris <rgm@gnu.org>
5855
5856 * custom.el (custom-initialize-delay): Doc fix.
5857
5858 * mail/sendmail.el (send-mail-function): Autoload the call
5859 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
5860
5861 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
5862
5863 * files.el (hack-local-variables-filter): For eval forms, also
5864 check safe-local-variable-p (Bug#5636).
5865
5866 2010-02-24 Eduard Wiebe <usenet@pusto.de>
5867
5868 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
5869 and use c(ad)r of cddr (Bug#5640).
5870
5871 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
5872
5873 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
5874 setting the modes by `ignore-errors'. It might fail, for example
5875 if the file is not owned by the user but the group.
5876 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
5877
5878 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
5879
5880 * files.el (directory-listing-before-filename-regexp): Use
5881 stricter matching for iso-style dates, to avoid false matches with
5882 date-like filenames (Bug#5597).
5883
5884 * htmlfontify.el (htmlfontify): Doc fix.
5885
5886 * eshell/eshell.el (eshell): Doc fix.
5887
5888 * startup.el (fancy-about-screen): In mode-line, apply
5889 mode-line-buffer-id face only to the buffer name (Bug#5613).
5890
5891 2010-02-20 Kevin Ryde <user42@zip.com.au>
5892
5893 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5894 In `watcom' anchor regexp to start of line, to avoid slowness
5895 (Bug#5599).
5896
5897 2010-02-20 Eli Zaretskii <eliz@gnu.org>
5898
5899 * subr.el (remove-yank-excluded-properties): Explain in a comment
5900 why `category' property is removed.
5901
5902 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
5903
5904 * isearch.el (isearch-update-post-hook, isearch-update): Revert
5905 2010-02-17 change.
5906
5907 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
5908
5909 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
5910 (icalendar--convert-weekly-to-ical)
5911 (icalendar--convert-yearly-to-ical)
5912 (icalendar--convert-block-to-ical)
5913 (icalendar--convert-cyclic-to-ical)
5914 (icalendar--convert-anniversary-to-ical): Take care of time
5915 specifications where hour has 1-digit only (Bug#5549).
5916
5917 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
5918
5919 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
5920 of disassemble output in GDB 7.1.
5921
5922 2010-02-19 Glenn Morris <rgm@gnu.org>
5923
5924 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
5925 property. (Bug#5593)
5926
5927 2010-02-18 Sam Steingold <sds@gnu.org>
5928
5929 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
5930
5931 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5932
5933 Use abbreviated file names in bookmarks (bug#5591).
5934 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
5935 calls to expand-file-name.
5936 (bookmark-relocate): Use abbreviated file names in bookmarks.
5937 (bookmark-load): Use abbreviated file names in messages.
5938
5939 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
5940
5941 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
5942 expand "." and "..". Reported by Thierry Volpiatto
5943 <thierry.volpiatto@gmail.com>.
5944
5945 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
5946
5947 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
5948 permissions of the temporary file to "0600". In case the remote
5949 file has no read permissions for the owner, there might be
5950 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
5951
5952 22010-02-18 Glenn Morris <rgm@gnu.org>
5953
5954 * emacs-lisp/authors.el (authors-renamed-files-alist):
5955 Add entries for INSTALL.CVS.
5956
5957 2010-02-17 Mark A. Hershberger <mah@everybody.org>
5958
5959 * vc-bzr.el: Fix typo in Known Bugs section.
5960
5961 * isearch.el (isearch-update-post-hook): New hook.
5962 (isearch-update): Use the new hook.
5963
5964 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
5965
5966 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5967 Fix errors in copying directories.
5968 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
5969 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
5970 (tramp-handle-delete-file)
5971 (tramp-handle-dired-recursive-delete-directory)
5972 (tramp-handle-write-region): Flush also the cache for the upper
5973 directory.
5974
5975 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
5976
5977 * simple.el (save-interprogram-paste-before-kill): Doc fix.
5978
5979 * cus-edit.el (hardware): Doc fix.
5980
5981 * man.el (man): Add to external custom group.
5982
5983 * delim-col.el (columns): Move to wp custom group.
5984
5985 * doc-view.el (doc-view): Add to data custom group.
5986
5987 * cedet/data-debug.el (data-debug): Move to extensions group.
5988
5989 * cedet/ede.el (ede):
5990 * cedet/srecode.el (srecode):
5991 * cedet/semantic.el (semantic): Put in tools and extensions group.
5992
5993 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
5994
5995 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
5996 by ispell-parse-output (Bug#5575).
5997
5998 2010-02-16 Kenichi Handa <handa@m17n.org>
5999
6000 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
6001 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
6002 (skkdic-convert): Use `euc-japan' coding system for writing.
6003
6004 2010-02-16 Glenn Morris <rgm@gnu.org>
6005
6006 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
6007 tex-main-file before using it. (Bug#5562)
6008
6009 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
6010
6011 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
6012 warnings, since it is annoying for the user to see them each time he
6013 runs the code.
6014
6015 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
6016
6017 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
6018 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
6019 instead of PROC for caching "first-password-request". Otherwise,
6020 new processes would not profit from passwords already entered.
6021
6022 * net/tramp-cache.el (tramp-dump-connection-properties):
6023 Don't save "first-password-request" property.
6024
6025 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
6026
6027 * outline.el (outline-head-from-level):
6028 * simple.el (with-wrapper-hook):
6029 * cedet/ede.el (ede-run-target, project-delete-target)
6030 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
6031 (ede-adebug-project, ede-adebug-project-parent)
6032 (ede-adebug-project-root):
6033 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
6034 (elint-defun, elint-buffer-env, elint-top-form-logged)
6035 (elint-unbound-variable):
6036 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
6037 Fix typos in docstrings.
6038
6039 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
6040
6041 * files.el (insert-directory): When WILDCARD-REGEXP and
6042 FULL-DIRECTORY-P are nil, insert the file entry instead of the
6043 whole directory. (Bug#5551)
6044
6045 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
6046 dired's alignment sanity. (Bug#5516)
6047
6048 2010-02-14 Juri Linkov <juri@jurta.org>
6049
6050 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
6051 Remove remaining ^H with their preceding chars. (Bug#5566)
6052
6053 2010-02-13 Glenn Morris <rgm@gnu.org>
6054
6055 * simple.el (transpose-subr): Give it a doc-string.
6056
6057 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
6058 Doc fixes.
6059
6060 2010-02-12 Juri Linkov <juri@jurta.org>
6061
6062 * arc-mode.el (archive-unique-fname): Make directories for nested
6063 archives. (Bug#5540)
6064
6065 2010-02-12 Juri Linkov <juri@jurta.org>
6066
6067 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
6068
6069 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6070
6071 * subr.el (copy-overlay): Handle deleted overlays.
6072
6073 * man.el (Man-completion-table): Don't signal an error if we can't run
6074 manual-program (bug#4056).
6075
6076 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
6077
6078 * textmodes/artist.el (artist-mt): Fix typos in docstring.
6079
6080 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6081
6082 * info.el (Info-bookmark-jump): Simplify.
6083
6084 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
6085 (bookmark-default-handler): Accept new bookmark field `buffer'.
6086
6087 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
6088
6089 * iswitchb.el (iswitchb-completions): Revert last change.
6090
6091 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
6092
6093 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
6094 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
6095 This prevents file names like "~/" being listed literally.
6096
6097 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
6098
6099 * term/xterm.el (xterm-maybe-set-dark-background-mode):
6100 Remove dead code. (Bug#5546)
6101
6102 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
6103
6104 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
6105 correctly (Bug#5548).
6106
6107 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
6108
6109 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
6110 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
6111
6112 2010-02-08 Kenichi Handa <handa@m17n.org>
6113
6114 * international/mule-util.el (with-coding-priority): Add autoload
6115 cookie for putting `lisp-indent-function'.
6116
6117 2010-02-07 Glenn Morris <rgm@gnu.org>
6118
6119 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
6120 Move F2003 named interfaces from keywords-2 to keywords-1, and
6121 use function-name-face rather than constant-face.
6122 Simplify "abstract interface" regexp.
6123
6124 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
6125
6126 * eshell/esh-util.el (eshell-file-attributes): New optional arg
6127 ID-FORMAT. Pass it to `file-attributes'.
6128
6129 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
6130
6131 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
6132
6133 * faces.el (set-face-attribute): Allow calling
6134 internal-set-lisp-face-attribute with 'unspecified family and
6135 foundry argument (Bug#5536).
6136
6137 2010-02-07 Glenn Morris <rgm@gnu.org>
6138
6139 * progmodes/f90.el (f90-font-lock-keywords-2)
6140 (f90-looking-at-type-like, f90-looking-at-program-block-end):
6141 Handle F2003 named interfaces.
6142
6143 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
6144
6145 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
6146 beg and end before calling c-get-state-before-change-functions.
6147
6148 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
6149
6150 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
6151
6152 2010-02-05 Juri Linkov <juri@jurta.org>
6153
6154 * doc-view.el (doc-view-mode):
6155 * image-mode.el (image-mode): Put property mode-class=special.
6156 (Bug#4896)
6157
6158 2010-02-05 Mark A. Hershberger <mah@everybody.org>
6159
6160 * vc-svn.el (vc-svn-revision-table): New function.
6161
6162 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
6163
6164 * net/ange-ftp.el (ange-ftp-insert-directory):
6165 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
6166 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
6167 Handle also directories. (Bug#5478)
6168
6169 2010-02-05 Glenn Morris <rgm@gnu.org>
6170
6171 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
6172
6173 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
6174
6175 * startup.el (command-line-1): Convert options beginning with a
6176 single dash as well (Bug#5519).
6177
6178 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
6179
6180 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
6181 * minibuffer.el (completion-initials-expand): Only check the presence
6182 of delims *within* the boundaries, since otherwise the / delim is
6183 always found for files.
6184
6185 Fix up various corner case problems.
6186 * doc-view.el (doc-view-last-page-number): New function.
6187 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
6188 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
6189 (doc-view-kill-proc): Avoid inf-loop in freak cases.
6190 (doc-view-reconvert-doc): Use the new recursive delete-directory.
6191 (doc-view-convert-current-doc): Don't create the resolution.el file
6192 here any more.
6193 (doc-view-pdf/ps->png): Do it here instead.
6194 (doc-view-already-converted-p): Check that resolution.el is present.
6195 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
6196 windows that are not yet showing images.
6197
6198 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
6199
6200 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
6201 `dired-uncache' for every elemnt which is an absolute file name.
6202
6203 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
6204 directory, handle its directory component.
6205 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
6206 function is called permanently and creates noise, otherwise.
6207
6208 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
6209 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
6210 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
6211
6212 2010-02-04 David Burger <dburger@google.com> (tiny change)
6213
6214 * macros.el (apply-macro-to-region-lines):
6215 Minor simplification. (Bug#5485)
6216
6217 2010-02-04 Glenn Morris <rgm@gnu.org>
6218
6219 * mail/rmail.el (rmail-show-message-1): Handle malformed
6220 quoted-printable text. (Bug#5441)
6221
6222 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
6223
6224 * simple.el (visual-line-mode): Capitalize lighter.
6225
6226 2010-02-03 John Wiegley <jwiegley@gmail.com>
6227
6228 * iswitchb.el (iswitchb-completions): Add bookmark files to the
6229 list of files considered for "virtual buffer" completions.
6230
6231 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
6232
6233 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
6234 also in case of (and (not full) (not wildcard)). This is needed
6235 when dired is called with a list of files, which are not in
6236 `default-directory'. (Bug#5478)
6237
6238 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6239
6240 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
6241
6242 2010-02-02 Juri Linkov <juri@jurta.org>
6243
6244 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
6245 from unidiff to allow function-line after @@.
6246
6247 2010-02-02 Juri Linkov <juri@jurta.org>
6248
6249 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
6250 '(RCS SCCS) with inverted condition.
6251
6252 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
6253
6254 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
6255 messages.
6256
6257 2010-02-01 Juri Linkov <juri@jurta.org>
6258
6259 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
6260 compare with "pkunzip" and "pkzip" instead of only "pkzip".
6261 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
6262 only when (car archive-zip-extract) is "unzip". (Bug#5475)
6263
6264 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
6265
6266 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
6267 (doc-view-revert-buffer): New command.
6268 (doc-view-mode-map): Use it.
6269
6270 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
6271
6272 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
6273 pending merge is detected.
6274
6275 2010-01-31 Juri Linkov <juri@jurta.org>
6276
6277 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
6278 beginning of interactive spec like all other grep commands do.
6279 Put "all" in front of "gz". (Bug#5260)
6280
6281 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
6282
6283 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
6284
6285 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
6286
6287 * dirtrack.el (dirtrack): Warn instead of signalling error if the
6288 regexp is incorrect (Bug#5476).
6289
6290 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
6291
6292 * net/tramp.el (tramp-handle-insert-directory): Handle also
6293 symlinks, when FILENAME is not in `default-directory'.
6294
6295 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
6296
6297 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
6298 FILE is not in `default-directory'. (Bug#5478)
6299
6300 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
6301 of SWITCHES. Handle the case, FILENAME is not in
6302 `default-directory'. (Bug#5478)
6303 (tramp-register-file-name-handlers): Add safe-magic property.
6304
6305 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
6306
6307 * arc-mode.el (archive-zip-extract): Quote the argument passed to
6308 unzip (Bug#5475).
6309
6310 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
6311
6312 * progmodes/flymake.el (flymake-allowed-file-name-masks)
6313 (flymake-master-make-header-init): Add other C++ filename masks.
6314 (flymake-find-possible-master-files)
6315 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
6316
6317 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
6318
6319 Fix some busybox annoyances.
6320
6321 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
6322 not responding." string.
6323 (tramp-open-connection-setup-interactive-shell): Dump stty
6324 settings. Enable "neveropen" arg for all `tramp-send-command'
6325 calls. Handle "=" in variable values properly.
6326 (tramp-find-inline-encoding): Raise an error, when no encoding is
6327 found.
6328 (tramp-wait-for-output): Check, whether PROC buffer is available.
6329 Remove spurious " ^H" sequences, sent by busybox.
6330 (tramp-get-ls-command): Suppress coloring, if possible.
6331
6332 2010-01-28 Glenn Morris <rgm@gnu.org>
6333
6334 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
6335
6336 * log-edit.el (log-edit-strip-single-file-name): Add missing
6337 :safe, :group, and :version tags.
6338
6339 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
6340
6341 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
6342 buffers. (Bug#5477)
6343
6344 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
6345
6346 * files.el (delete-directory): Handle moving to trash without
6347 first doing recursion (Bug#5436).
6348
6349 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
6350
6351 * vc-hooks.el (vc-path): Mark as obsolete.
6352
6353 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
6354
6355 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
6356 names too.
6357
6358 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
6359 for the short log.
6360 (vc-bzr-log-view-mode): Adjust regexp for the above change.
6361
6362 2010-01-25 Mark A. Hershberger <mah@everybody.org>
6363
6364 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
6365
6366 * vc-bzr.el (vc-bzr-revision-table): New function.
6367
6368 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
6369
6370 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
6371 diff-index command. This requires at least git-1.5.5. (Bug#1589).
6372
6373 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
6374
6375 Remove support for adding --signoff on commit.
6376 Future support will use an incompatible generic mechanism.
6377 * vc-git.el (vc-git-add-signoff): Remove variable.
6378 (vc-git-toggle-signoff): Remove function.
6379 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
6380
6381 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
6382 from xterm-set-background-mode. Return t if the background mode
6383 was set.
6384 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
6385 earlier, call it again in case the background mode has changed.
6386
6387 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
6388
6389 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
6390 (Bug#3541).
6391
6392 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
6393
6394 * emacs-lisp/assoc.el (aelement): Doc fix.
6395 (aput, adelete, amake): Use lexical-let (Bug#5450).
6396
6397 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
6398
6399 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
6400 is the same as subprogram call, not declaration. (Bug#5435).
6401
6402 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
6403
6404 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
6405 (tramp-smb-maybe-open-connection): Use it.
6406
6407 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
6408
6409 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
6410
6411 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
6412
6413 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
6414 just because we see "encoding: 8bit".
6415 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
6416
6417 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
6418
6419 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
6420
6421 2010-01-22 Eli Zaretskii <eliz@gnu.org>
6422
6423 * jka-compr.el (jka-compr-load): If load-file is not in
6424 load-history, try its file-truename version. (bug#5447)
6425
6426 2010-01-21 Alan Mackenzie <acm@muc.de>
6427
6428 Fix a situation where deletion of a cpp construct throws an error.
6429 * progmodes/cc-engine.el (c-invalidate-state-cache):
6430 Before invoking c-with-all-but-one-cpps-commented-out, check that the
6431 special cpp construct is still in the buffer.
6432 (c-parse-state): Record the special cpp with markers, not numbers.
6433
6434 2010-01-21 Kenichi Handa <handa@m17n.org>
6435
6436 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
6437 process last-command-event, as it is now decoded first (Bug#5380).
6438
6439 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
6440
6441 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
6442
6443 2010-01-20 Glenn Morris <rgm@gnu.org>
6444
6445 * indent.el (tab-always-indent): Fix custom-type.
6446
6447 2010-01-19 Alan Mackenzie <acm@muc.de>
6448
6449 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
6450 buffer throws "args out of range".
6451 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
6452 playing the role of delimiter.
6453
6454 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
6455
6456 * progmodes/ada-mode.el: Fix bug#5400.
6457 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
6458 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
6459 changed. Delete RECURSIVE parameter; never used. Improve doc string.
6460 Improve comments in "is" portion. Handle null procedure declaration.
6461 (ada-move-to-end): Improve doc string.
6462
6463 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
6464
6465 * ido.el (ido-cur-list): Initialize to nil.
6466 Remove obsolete information from commentary.
6467 (ido-choice-list): Initialize to nil.
6468 (ido-get-bufname): Reject minibuffers.
6469 (ido-make-buffer-list): If "default" is a nonexistent
6470 buffer, ignore it, as per the function's comment.
6471 (ido-kill-buffer-internal): New function.
6472 (ido-kill-buffer-at-head): Use it.
6473 (ido-visit-buffer): Likewise.
6474
6475 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
6476
6477 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
6478
6479 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
6480
6481 * cedet/ede/locate.el (ede-locate-file-in-project)
6482 (ede-locate-file-in-project-impl): Fix typos in docstrings.
6483 (ede-enable-locate-on-project): Fix typos in error messages.
6484
6485 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
6486 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
6487 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
6488 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
6489 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
6490 Fix typos in menu help.
6491
6492 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
6493 Fix typos in chart titles.
6494
6495 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
6496 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
6497 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
6498 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
6499 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
6500 (semantic-parse-stream, semantic-parse-region)
6501 (semantic-parse-region-default, semantic--set-buffer-cache)
6502 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
6503 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
6504 (semantic-default-submodes):
6505 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
6506 (semanticdb-create-ebrowse-database)
6507 (semanticdb-find-tags-for-completion-method)
6508 (semanticdb-find-tags-by-class-method)
6509 (semanticdb-deep-find-tags-by-name-method)
6510 (semanticdb-deep-find-tags-for-completion-method):
6511 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
6512 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
6513 (semanticdb-find-tags-for-completion-method)
6514 (semanticdb-find-tags-by-class-method)
6515 (semanticdb-deep-find-tags-for-completion-method):
6516 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
6517 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
6518 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
6519 (semanticdb-find-tags-by-name-method)
6520 (semanticdb-find-tags-by-name-regexp-method)
6521 (semanticdb-find-tags-for-completion-method)
6522 (semanticdb-find-tags-by-class-method)
6523 (semanticdb-find-tags-external-children-of-type-method)
6524 (semanticdb-find-tags-subclasses-of-type-method)
6525 (semanticdb-deep-find-tags-by-name-method)
6526 (semanticdb-deep-find-tags-by-name-regexp-method)
6527 (semanticdb-deep-find-tags-for-completion-method):
6528 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
6529 (semanticdb-enable-gnu-global-in-buffer)
6530 (semanticdb-find-tags-for-completion-method)
6531 (semanticdb-deep-find-tags-by-name-method)
6532 (semanticdb-deep-find-tags-for-completion-method):
6533 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
6534 (javascript-mode, semanticdb-find-translate-path)
6535 (semanticdb-find-tags-for-completion-method)
6536 (semanticdb-find-tags-by-class-method)
6537 (semanticdb-deep-find-tags-by-name-method)
6538 (semanticdb-deep-find-tags-for-completion-method)
6539 (semanticdb-find-tags-external-children-of-type-method):
6540 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
6541 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
6542 (global-semantic-idle-scheduler-mode):
6543 * cedet/srecode/dictionary.el (srecode-field-value)
6544 (srecode-dictionary-add-section-dictionary):
6545 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
6546 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
6547 (describe-class, eieio-describe-generic, describe-generic):
6548 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
6549 (eieio-speedbar-expand):
6550 * emulation/viper-cmd.el (viper-exec-form-in-vi)
6551 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
6552 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
6553 (viper-del-backward-char-in-replace, viper-backward-indent)
6554 (viper-brac-function, viper-register-to-point, viper-submit-report):
6555 * net/tramp.el (tramp-remote-coding-commands):
6556 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
6557 Fix typos in docstrings.
6558
6559 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
6560
6561 * mail/sendmail.el (mail-yank-original): Set the mark if the
6562 specified function for yanking does not do it.
6563
6564 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
6565
6566 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
6567
6568 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
6569 resyncing a directory.
6570
6571 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
6572
6573 * progmodes/ada-mode.el: Fix bug#1920.
6574 (ada-ident-re): Delete ., allow multibyte characters.
6575 (ada-goto-label-re): New; matches goto labels.
6576 (ada-block-label-re): New; matches block labels.
6577 (ada-label-re): New; matches both.
6578 (ada-named-block-re): Deleted; callers changed to use
6579 `ada-block-label-re' instead.
6580 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
6581 Use `ada-block-label-re'.
6582 (ada-indent-on-previous-lines): Improve handling of goto labels.
6583 (ada-get-indent-block-start): Special-case block label.
6584 (ada-get-indent-label): Split into `ada-indent-block-label' and
6585 `ada-indent-goto-label'.
6586 (ada-goto-stmt-start, ada-goto-next-non-ws):
6587 Optionally ignore goto labels.
6588 (ada-goto-next-word): Simplify.
6589 (ada-indent-newline-indent-conditional): Insert newline before
6590 trying to fix indentation; doc fix.
6591
6592 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
6593
6594 * calc/calc.el (calc-command-flags): Give it an initial value.
6595
6596 2010-01-17 Glenn Morris <rgm@gnu.org>
6597
6598 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
6599
6600 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
6601
6602 * cedet/semantic.el (semantic-mode):
6603 * files.el (minibuffer-with-setup-hook):
6604 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
6605 (artist-key-draw-continously, artist-key-do-continously-continously)
6606 (artist-key-set-point-continously, artist-mouse-draw-continously):
6607 Fix typos in docstrings.
6608
6609 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
6610
6611 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
6612 return t (Bug#3898).
6613
6614 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
6615
6616 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
6617 can parse the output of the external commands (Bug#5279).
6618
6619 2010-01-16 Jari Aalto <jari.aalto@cante.net>
6620
6621 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
6622
6623 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
6624
6625 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
6626
6627 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
6628
6629 * startup.el (command-line): Remove unused --icon-type arg.
6630 Handle --display arg, passing it to command-line-1 (Bug#5392).
6631
6632 2010-01-16 Mario Lang <mlang@delysid.org>
6633
6634 * cedet/ede/cpp-root.el (ede-cpp-root-project):
6635 * cedet/ede/files.el (ede-expand-filename):
6636 * cedet/ede/simple.el (ede-simple-project):
6637 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6638 (semantic-complete-inline-tag-engine):
6639 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
6640 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
6641 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
6642 * cedet/semantic/db.el (semanticdb-equivalent-mode):
6643 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
6644 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
6645 * emacs-lisp/chart.el (chart-translate-namezone):
6646 * textmodes/artist.el (artist-compute-popup-menu-table):
6647 Remove duplicated words in doc-strings.
6648
6649 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
6650
6651 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
6652 to mairix-search to suppress threading (Bug#5342).
6653
6654 2010-01-15 Kenichi Handa <handa@m17n.org>
6655
6656 * international/mule-cmds.el (canonicalize-coding-system-name):
6657 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
6658
6659 2010-01-15 Glenn Morris <rgm@gnu.org>
6660
6661 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
6662
6663 * wid-edit.el (widget-keymap): Doc fix.
6664
6665 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
6666 former seems to be more widely accepted by various svn versions.
6667
6668 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
6669
6670 * find-cmd.el (find-constituents):
6671 * vc-arch.el (vc-arch-root):
6672 * window.el (window-body-height, pop-up-frames):
6673 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
6674 (semantic-no-reparse-needed-change-hook):
6675 * cedet/srecode/insert.el (srecode-resolve-argument-list)
6676 (srecode-template-inserter-blank, srecode-template-inserter-variable)
6677 (srecode-template-inserter-ask, srecode-template-inserter-width)
6678 (srecode-template-inserter-section-start)
6679 (srecode-template-inserter-section-end, srecode-insert-method):
6680 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
6681 * progmodes/ada-stmt.el (ada-if):
6682 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
6683 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
6684 (ispell-encoding8-command, ispell-aspell-supports-utf8)
6685 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
6686
6687 * progmodes/flymake.el (flymake-post-syntax-check):
6688 Fix typo in error message.
6689
6690 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
6691
6692 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
6693 which is always a string. (Bug#5313)
6694
6695 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
6696
6697 * progmodes/ada-xref.el (ada-default-prj-properties):
6698 Simplify previous change.
6699
6700 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
6701
6702 * progmodes/ada-xref.el (ada-default-prj-properties):
6703 Default ada_project_path to $ADA_PROJECT_PATH.
6704
6705 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
6706
6707 * progmodes/ada-mode.el (ada-create-keymap):
6708 Override `narrow-to-defun' with `ada-narrow-to-defun'.
6709
6710 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
6711
6712 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
6713 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
6714 (ada-get-current-indent, ada-imenu-generic-expression)
6715 (ada-which-function): Check for it.
6716
6717 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
6718
6719 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
6720 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
6721
6722 2010-01-14 Glenn Morris <rgm@gnu.org>
6723
6724 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
6725
6726 2010-01-14 Kenichi Handa <handa@m17n.org>
6727
6728 * composite.el (auto-composition-mode): Make it a buffer local
6729 variable (permanent-local).
6730 (auto-composition-function): Set the default value to
6731 auto-compose-chars.
6732 (auto-composition-mode): Make it a simple function, not a minor mode.
6733 (global-auto-composition-mode): Likewise.
6734 (turn-on-auto-composition-if-enabled): Delete it.
6735
6736 2010-01-13 Karl Fogel <kfogel@red-bean.com>
6737
6738 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
6739
6740 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
6741
6742 * files.el (copy-directory): Compute target for recursive
6743 directories with identical names. (Bug#5343)
6744
6745 2010-01-12 Glenn Morris <rgm@gnu.org>
6746
6747 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
6748 it to bug-gnu-emacs rather than emacs-pretest-bug.
6749
6750 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
6751
6752 * cedet/data-debug.el (data-debug): Fix customization group reference.
6753
6754 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
6755
6756 * cedet/semantic/analyze.el (semantic-analyze-push-error)
6757 (semantic-analyze-context, semantic-analyze-context-assignment)
6758 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
6759 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
6760 (semantic-java-doc-keywords-map):
6761 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
6762 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
6763 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
6764 (semantic-c-classname, semantic-format-tag-uml-prototype)
6765 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
6766 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
6767 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
6768 (semantic-get-local-variables, semantic-end-of-command)
6769 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
6770 (lisp-mode):
6771 * cedet/semantic/bovine/make.el (makefile-mode):
6772 * cedet/semantic/wisent/python.el (wisent-python-string-re)
6773 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
6774 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
6775 (semantic-lex, semantic-get-local-variables, python-mode):
6776 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
6777 * cedet/srecode/extract.el (srecode-extract-state-set)
6778 (srecode-extract-method): Fix typos in docstrings.
6779
6780 2010-01-11 Sam Steingold <sds@gnu.org>
6781
6782 * imenu.el (imenu-default-create-index-function): Detect infinite
6783 loops caused by imenu-prev-index-position-function.
6784
6785 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
6786
6787 * htmlfontify.el (htmlfontify-load-rgb-file)
6788 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
6789 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
6790 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
6791 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
6792 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
6793 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
6794 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
6795 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
6796 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
6797 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
6798 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
6799 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
6800 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
6801 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
6802 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
6803 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
6804 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
6805 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
6806 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
6807 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
6808 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
6809 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
6810 backslash-quoting from parentheses, etc.
6811
6812 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
6813
6814 * progmodes/js.el: Autoload javascript-mode alias.
6815
6816 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
6817
6818 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
6819 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
6820 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
6821 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
6822 Fix typos in docstrings.
6823 (ffap-url-regexp): Doc fix.
6824 (ffap-at-mouse): Fix typo in message.
6825
6826 2010-01-11 Glenn Morris <rgm@gnu.org>
6827
6828 * version.el (emacs-copyright): Set copyright year to 2010.
6829
6830 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6831
6832 * format.el (format-annotate-function): Only set
6833 write-region-post-annotation-function after running to-fn so as not to
6834 affect nested write-region calls (bug#5273).
6835
6836 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
6837
6838 * cedet/semantic.el (semantic-new-buffer-setup-functions):
6839 Add python parser.
6840
6841 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
6842 wisent/python.el.
6843
6844 2010-01-10 Richard Kim <emacs18@gmail.com>
6845
6846 * cedet/semantic/wisent/python-wy.el:
6847 * cedet/semantic/wisent/python.el: New files.
6848
6849 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
6850
6851 * man.el (Man-goto-section): Signal error if the section is not
6852 found (Bug#5317).
6853
6854 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
6855
6856 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
6857 URLs with a leading triple slash in the file: scheme. (Bug#5345)
6858
6859 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
6860
6861 * progmodes/compile.el: Don't treat compile-command as safe if
6862 compilation-read-command might be nil (Bug#4218).
6863
6864 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
6865
6866 * startup.el (command-line-1): Use orig-argi to check for ignored X and
6867 NS options.
6868
6869 2010-01-08 Kenichi Handa <handa@m17n.org>
6870
6871 * international/fontset.el (build-default-fontset-data):
6872 Exclude characters in scripts kana, hangul, han, or cjk-misc.
6873
6874 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
6875
6876 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
6877 to `create-file-buffer' as it expects, not just a buffer name.
6878 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
6879 to help uniquify. (Bug#3224)
6880
6881 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
6882
6883 * font-setting.el (font-setting-change-default-font): Use user-spec
6884 instead of name.
6885
6886 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6887
6888 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
6889
6890 2010-01-05 Tom Tromey <tromey@redhat.com>
6891
6892 * progmodes/python.el (python-font-lock-keywords):
6893 Handle qualified decorators (Bug#881).
6894
6895 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6896
6897 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
6898 in a lightweight checkout.
6899
6900 2010-01-05 Kenichi Handa <handa@m17n.org>
6901
6902 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
6903
6904 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6905
6906 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
6907
6908 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
6909
6910 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
6911 checkouts. (Bug#618)
6912 (vc-bzr-log-view-mode): Also highlight the author.
6913 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
6914 (vc-bzr-shelve-menu-map):
6915 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
6916 (vc-bzr-shelve-apply): Make prompt more explicit.
6917
6918 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
6919
6920 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
6921 They are valid characters in URL paths (rfc3986), and at least
6922 Firefox does not understand the encoded version (Bug#3166).
6923
6924 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
6925
6926 * progmodes/octave-mod.el (octave-end-keywords)
6927 (octave-block-begin-or-end-regexp, octave-block-match-alist):
6928 Add "end" keyword (Bug#3061).
6929 (octave-end-as-array-index-p): New function.
6930 (calculate-octave-indent): Use it.
6931
6932 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6933
6934 * bookmark.el: Consistently put the text property on the bookmark name.
6935 (bookmark-bmenu-marks-width): Bump back to 2, to include
6936 annotation marks.
6937 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
6938 property on the bookmark name, instead of not putting it at all.
6939 (bookmark-bmenu-list): Fix where we put the text property.
6940
6941 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6942
6943 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
6944 for showing buffer modified state (as added in the previous change).
6945
6946 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6947
6948 * bookmark.el: Show modified state of bookmark buffer more accurately.
6949 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
6950 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
6951 (with-buffer-modified-unmodified): New macro.
6952 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6953 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
6954 Use new macro to preserve the buffer modified state.
6955
6956 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6957
6958 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
6959 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
6960 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
6961 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
6962 (bookmark-bmenu-rename, bookmark-bmenu-locate)
6963 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
6964 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
6965
6966 2010-01-02 Eli Zaretskii <eliz@gnu.org>
6967
6968 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6969 Make the lines in the generated doc string shorter. (Bug#4668)
6970
6971 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
6972
6973 * net/rcirc.el: Add follow-link binding (Bug#4738).
6974
6975 2010-01-02 Eli Zaretskii <eliz@gnu.org>
6976
6977 * Makefile.in (bzr-update): Rename from cvs-update.
6978 (cvs-update): New target for backward compatibility.
6979
6980 * makefile.w32-in (bzr-update): Rename from cvs-update.
6981 (cvs-update): New target for backward compatibility.
6982
6983 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6984
6985 * bookmark.el: Remove gratuitous gratitude.
6986
6987 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6988
6989 * bookmark.el (bookmark-bmenu-any-marks): New function.
6990 (bookmark-bmenu-save): Clear buffer modification if no marks.
6991
6992 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6993
6994 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
6995 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
6996 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
6997 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
6998
6999 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
7000 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
7001 To: emacs-devel {_AT_} gnu.org
7002 Subject: bookmark.el bug report
7003 Date: Mon, 28 Dec 2009 14:19:16 +0800
7004 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
7005
7006 2010-01-02 Karl Fogel <kfogel@red-bean.com>
7007
7008 * bookmark.el: Improvements suggested by Drew Adams:
7009 (bookmark-bmenu-ensure-position): New name for
7010 `bookmark-bmenu-check-position'. Just ensure the position,
7011 don't return any meaningful value.
7012 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
7013 New constants.
7014
7015 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
7016
7017 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
7018 (bookmark-yank-point, bookmark-bmenu-check-position):
7019 Fix typos in docstrings.
7020 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
7021 (bookmark-name-from-full-record, bookmark-get-position)
7022 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
7023 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
7024 Remove useless quoting of parenthesis, etc. in docstrings.
7025
7026 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
7027 (ediff-append-custom-diff): Fix typo in error message.
7028 (ediff-meta-mark-equal-files): Fix typos in messages.
7029
7030 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
7031
7032 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
7033 Fix typo in docstring.
7034
7035 * net/imap-hash.el (imap-hash-make): Doc fix.
7036 (imap-hash-test): Fix typo in error message; reflow docstring.
7037 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
7038 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
7039 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
7040 Fix typos in docstrings.
7041 (imap-hash-open-connection): Fix typo in error message.
7042
7043 * play/gomoku.el (gomoku): Fix typos in docstring.
7044
7045 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
7046 (gdb-jsonify-buffer): Fix typos in docstring.
7047 (gdb-goto-breakpoint): Fix typo in error message.
7048 ("Display Other Windows"): Fix typo in help message.
7049 (gdb-speedbar-expand-node): Fix typo in question.
7050
7051 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
7052 (idlwave-html-system-help-location, idlwave-html-help-location)
7053 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
7054 (idlwave-help-browser-generic-args, idlwave-help-directory)
7055 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
7056 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
7057 (idlwave-online-help, idlwave-help-html-link)
7058 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
7059 Fix typos in docstrings.
7060 (idlwave-help-with-source, idlwave-help-find-routine-definition):
7061 Reflow docstrings.
7062 (idlwave-help-assistant-start): Fix typo in error message.
7063
7064 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
7065 (octave-electric-space): Fix typos in docstrings.
7066
7067 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
7068
7069 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
7070
7071 2010-01-01 Juri Linkov <juri@jurta.org>
7072
7073 * comint.el (comint-input-ring-size): Make it a defcustom and
7074 increase the default to 500 (Bug#5148).
7075
7076 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
7077
7078 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
7079 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
7080 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
7081
7082 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
7083
7084 Show working revision correctly for mercurial.
7085 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
7086 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
7087
7088 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
7089
7090 Declare some functions for the byte-compiler.
7091 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
7092 (speedbar-timer-fn, speedbar-change-expand-button-char)
7093 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
7094
7095 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
7096
7097 This changeset reverts GDB Graphical Interface to use annotations.
7098 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
7099
7100 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
7101
7102 Make vc-dir work on subdirectories of the bzr root.
7103 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
7104 file names relative to it.
7105 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
7106 relative directory to vc-bzr-after-dir-status.
7107
7108 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
7109
7110 * font-lock.el (font-lock-refresh-defaults): New function, which
7111 can be used to let font-lock react to external changes in
7112 variables like font-lock-defaults and keywords.
7113 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
7114
7115 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
7116
7117 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
7118
7119 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
7120
7121 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
7122
7123 Supersede color.diff settings in git log (bug#5211).
7124
7125 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
7126 escape chars in its output when the user has color.diff set to `always'.
7127 This fix works on git 1.4.2 and newer (released on 2006-08-13).
7128
7129 2009-12-26 Kevin Ryde <user42@zip.com.au>
7130
7131 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
7132 node. Keep previous "Index" name to work with past coreutils too.
7133
7134 * man.el (man): Revise docstring a bit to show -a and -l as
7135 examples. Add -k description since support for it has otherwise
7136 been a secret. (Further to bug#3717.)
7137 (Man-bgproc-sentinel): When "-k foo" produces no output show error
7138 "no matches" rather than "Can't find manpage", as the latter reads
7139 like -k was interpreted as a page name, which is not so. (Bug#5431)
7140
7141 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
7142
7143 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
7144 switches. Check also for //SUBDIRED// line.
7145
7146 2009-12-25 Kenichi Handa <handa@m17n.org>
7147
7148 * language/indian.el (devanagari-composable-pattern): Fixed to
7149 handle ZWNJ and ZWJ. Use it in composition-function-table for
7150 Devanagari.
7151 (malayalam-composable-pattern): Fix previous change.
7152
7153 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7154
7155 * ps-print.el (ps-face-attributes): It was not returning the
7156 attribute face for faces specified as string. Reported by harven
7157 <harven@free.fr>. (Bug#5254)
7158 (ps-print-version): New version 7.3.5.
7159
7160 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
7161
7162 * calendar/icalendar.el (icalendar--convert-tz-offset):
7163 Fix timezone names.
7164 (icalendar--convert-tz-offset): Fix the "last-day-problem".
7165 (icalendar--add-diary-entry): Remove the trailing blank that
7166 diary-make-entry inserts.
7167
7168 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
7169
7170 Make `file-expand-wildcards' work for remote files.
7171
7172 * files.el (file-expand-wildcards): In case of remote files, check
7173 only local file name part for wildcards. Provide feature 'files
7174 and subfeature 'remote-wildcards. (Bug#5198)
7175
7176 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
7177 if there is already an established connection.
7178 (tramp-advice-file-expand-wildcards): Remove it.
7179
7180 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
7181 (tramp-advice-file-expand-wildcards): Move from tramp.el.
7182 Activate advice for older GNU Emacs versions. (Bug#5237)
7183
7184 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
7185
7186 Some doc fixes (more needed).
7187
7188 * find-cmd.el (find-constituents): Reflow docstring.
7189 (find-cmd, find-prune, find-command): Fix typos in docstrings.
7190 (find-generic): Doc fix.
7191
7192 2009-12-17 Juri Linkov <juri@jurta.org>
7193
7194 Fix regression from 23.1 to allow multiple modes in Local Variables.
7195
7196 * files.el (hack-local-variables-filter): While ignoring duplicates,
7197 don't take `mode' into account.
7198 (hack-local-variables-filter, hack-dir-local-variables):
7199 Don't remove duplicate `mode' from local-variables-alist (like `eval').
7200
7201 2009-12-17 Juri Linkov <juri@jurta.org>
7202
7203 Make `dired-diff' safer. (Bug#5225)
7204
7205 * dired-aux.el (dired-diff): Signal an error when `file' equals to
7206 `current' or when `file' is a directory of the `current' file.
7207
7208 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
7209
7210 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
7211 unconditionally preloaded files.
7212
7213 2009-12-16 Juri Linkov <juri@jurta.org>
7214
7215 Revert to old 23.1 logic of using the file at the mark as default.
7216 * dired-aux.el (dired-diff): Use the file at the mark as default
7217 if it's not the same as the current file, and the target dir is
7218 the current dir or the mark is active. Add the current file
7219 as the arg of `dired-dwim-target-defaults'. Use the default file
7220 in the prompt. (Bug#5225)
7221
7222 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
7223
7224 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
7225 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
7226 (tramp-check-for-regexp): Check also, when an echoing shell stops
7227 to echo sent commands.
7228
7229 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
7230
7231 * Makefile.in: Revert last change (Bug#5191).
7232
7233 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
7234
7235 * vc-hg.el (vc-hg-print-log): Fix argument order.
7236 (vc-hg-working-revision): Make sure the command is executed in a
7237 known environment so that we can parse the output. (Bug#4417)
7238
7239 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
7240
7241 * progmodes/python.el (python-symbol-completions): Remove text
7242 properties from symbol string before calling python-send-receive.
7243
7244 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
7245
7246 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
7247 when there are values for both file and line. (Bug#5060)
7248
7249 2009-12-14 Juri Linkov <juri@jurta.org>
7250
7251 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
7252 whitespace after the file name of the first line of unified format,
7253 because git-diff doesn't output whitespace and file modification time
7254 after the file name.
7255
7256 2009-12-14 David Kastrup <dak@gnu.org>
7257
7258 * info.el (Info-hide-cookies-node): Before hiding a cookie,
7259 check if it already has the `display' property added by
7260 `Info-display-images-node', and not put the `invisible' property
7261 in this case.
7262
7263 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
7264
7265 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
7266 (semantic-mru-bookmark-mode): Doc fixes.
7267
7268 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
7269 of assert.
7270
7271 2009-12-13 Glenn Morris <rgm@gnu.org>
7272
7273 * mail/emacsbug.el (message-sort-headers): Define for compiler.
7274 (report-emacs-bug): In message-mode, sort manually before storing
7275 original report text. (Bug#5178)
7276 Remove superfluous save-excursion.
7277
7278 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
7279
7280 * net/dbus.el (dbus-property-handler): Filter lambda forms out
7281 when responding to "GetAll" properties.
7282
7283 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
7284
7285 * simple.el (compose-mail): Remove mail-setup-with-from from
7286 customization checks.
7287
7288 2009-12-12 Eli Zaretskii <eliz@gnu.org>
7289
7290 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
7291 RAR archives created on Unix systems.
7292
7293 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
7294
7295 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
7296 the varalias that was accidentally removed by the 2009-11-19 change
7297 (bug#5186).
7298
7299 2009-12-12 Kenichi Handa <handa@m17n.org>
7300
7301 * language/indian.el (indian-compose-regexp): New function.
7302 (malayalam-composable-pattern): Fix the pattern.
7303 (composition-function-table): Set malayalam-composable-pattern for
7304 Malayalam characters.
7305
7306 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
7307
7308 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
7309 rather than down-mouse-1, based on follow-link conventions.
7310
7311 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
7312 are compiled.
7313
7314 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
7315
7316 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
7317 (verilog-vmm-statement-re, verilog-ovm-statement-re)
7318 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
7319 (verilog-leap-to-head, verilog-backward-token):
7320 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
7321
7322 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
7323
7324 * progmodes/verilog-mode.el (verilog-auto-lineup)
7325 (verilog-nameable-item-re): Cleanup user-visible spelling and
7326 documentation errors. One reported by Gary Delp.
7327 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
7328 (verilog-read-decls): Fix AUTOWIRE with types declared in a
7329 package, bug195. Reported by Pierre-David Pfister.
7330
7331 2009-12-11 Glenn Morris <rgm@gnu.org>
7332
7333 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
7334
7335 * mail/emacsbug.el: No longer require sendmail.
7336 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
7337 (report-emacs-bug-orig-text): Doc fix.
7338 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
7339 New local variables, to adapt to different mail-user-agents.
7340 (report-emacs-bug): Fix test for a gnu.org address.
7341 Use overlays for emphasis, since font-lock defeats 'face property.
7342 Pretest bugs also end up at the newsgroup these days.
7343 Stop message-mode stripping text properties.
7344 Set and use the new buffer-local variables.
7345 (report-emacs-bug-hook): Add doc-string.
7346 Remove some unnecessary save-excursions and simplify.
7347 Use the appropriate hook and send-command.
7348
7349 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
7350 capitalization of some menu entries.
7351
7352 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7353
7354 * whitespace.el (whitespace-display-char-on):
7355 Ensure `buffer-display-table' is unique when two or more windows are
7356 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
7357 New version 12.1.
7358
7359 2009-12-10 Eli Zaretskii <eliz@gnu.org>
7360
7361 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
7362 characters in the Attribute field.
7363
7364 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
7365
7366 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
7367
7368 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
7369
7370 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
7371 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7372 Disregard autoload-excludes.
7373 (update-directory-autoloads): Obey autoload-excludes here instead.
7374 But don't store its contents in no-autoloads and remove entries that
7375 refer to excludes files.
7376
7377 2009-12-10 Glenn Morris <rgm@gnu.org>
7378
7379 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
7380 (expand-mail-aliases): Define for compiler.
7381
7382 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
7383 Define for compiler.
7384
7385 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
7386 appropriate for the mail-user-agent in use.
7387
7388 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
7389
7390 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
7391
7392 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
7393
7394 Fix short log parsing and fontification.
7395 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
7396 Fix fontification for the [merge] label.
7397
7398 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
7399
7400 Drop some properties to avoid surprises (bug#5002).
7401 * htmlfontify.el (hfy-ignored-properties): New defcustom.
7402 (hfy-fontify-buffer): Use it.
7403
7404 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
7405
7406 Minor cleanup.
7407 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
7408 Adjust all callers.
7409 (ffap-locate-file): Remove unused arg `dir-ok' and make other
7410 args compulsory. Adjust callers.
7411 (ffap-gopher-at-point): Remove unused var `name'.
7412
7413 Get rid of the ELCFILES abomination.
7414 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
7415 (compile-elcfiles): New phony target.
7416 (compile-main): Compute ELCFILES dynamically.
7417 (compile-clean): New target to remove left-over elc files.
7418 (compile, all): Use it.
7419
7420 2009-12-09 Kenichi Handa <handa@etlken>
7421
7422 * international/mule-diag.el: Require help-mode instead of help-fns.
7423
7424 2009-12-09 Kenichi Handa <handa@m17n.org>
7425
7426 * international/mule-cmds.el (ucs-names): Supply sufficiently
7427 fine ranges instead of pre-calculating accurate ranges.
7428 Iterate with bigger gc-cons-threshold.
7429
7430 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
7431
7432 Add support for stashing a snapshot of the current tree.
7433 * vc-git.el (vc-git-stash-snapshot): New function.
7434 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
7435
7436 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
7437
7438 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
7439 instead of `(beginning|end)-of-line'.
7440
7441 2009-12-08 Glenn Morris <rgm@gnu.org>
7442
7443 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
7444
7445 * Makefile.in (ELCFILES): Regenerate.
7446
7447 2009-12-07 Juri Linkov <juri@jurta.org>
7448
7449 Don't lazy-highlight the comint output in history Isearch mode.
7450
7451 * comint.el (comint-history-isearch-search): Instead of
7452 `comint-line-beginning-position', use `comint-after-pmark-p'
7453 to check if point if before the process mark, and go to
7454 `process-mark' in this case.
7455
7456 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7457
7458 * textmodes/tex-mode.el (latex-complete)
7459 (latex-indent-or-complete): Remove.
7460 (latex-mode): Set completion-at-point-functions instead.
7461
7462 Provide a standard completion command and hook it into TAB.
7463 * minibuffer.el (completion-at-point-functions): New var.
7464 (completion-at-point): New command.
7465 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
7466 * progmodes/python.el (python-mode-map): Use completion-at-point.
7467 (python-completion-at-point): Rename from python-partial-symbol and
7468 adjust for use in completion-at-point-functions.
7469 (python-mode): Setup completion-at-point for Python completion.
7470 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
7471 extracted from lisp-complete-symbol.
7472 (lisp-complete-symbol): Use it.
7473 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
7474 setup completion-at-point for Elisp completion.
7475 (emacs-lisp-mode-map, lisp-interaction-mode-map):
7476 Use completion-at-point.
7477 * ielm.el (ielm-map): Use completion-at-point.
7478 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
7479 * progmodes/sym-comp.el: Move to...
7480 * obsolete/sym-comp.el: Move from progmodes.
7481
7482 2009-12-07 Eli Zaretskii <eliz@gnu.org>
7483
7484 Prevent save-buffer in Rmail buffers from using the coding-system
7485 of the current message, and from clobbering the encoding mnemonics
7486 in the mode line (Bug#4623).
7487
7488 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
7489 flag, too.
7490 (rmail-message-encoding): New variable.
7491 (rmail-write-region-annotate): Record the encoding of the current
7492 message in rmail-message-encoding.
7493 (rmail-after-save-hook): New function, restores the encoding of
7494 the current message after the message collection is saved.
7495
7496 2009-12-07 Juri Linkov <juri@jurta.org>
7497
7498 * progmodes/grep.el (grep-read-files): Use `completing-read'
7499 instead of `read-string'. Set its `collection' arg to
7500 `read-file-name-internal'. (Bug#4301)
7501
7502 2009-12-07 Juri Linkov <juri@jurta.org>
7503
7504 Correctly restore original Isearch point. (Bug#4994)
7505
7506 * isearch.el (isearch-mode): Move `isearch-push-state' after
7507 `(run-hooks 'isearch-mode-hook)'.
7508 (isearch-cancel): When `isearch-push-state-function' is defined,
7509 let-bind `isearch-cmds' to the first state (the last element of
7510 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
7511 function and restores the original point). Otherwise, move point
7512 to `isearch-opoint'.
7513
7514 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7515
7516 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
7517 chars that don't have names, so the table can be built much faster at
7518 run-time.
7519
7520 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
7521
7522 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
7523 change. Suggested by David Kastrup.
7524
7525 * simple.el (compose-mail): Check for incompatibilities and warn.
7526 (compose-mail-user-agent-warnings): New option.
7527
7528 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
7529
7530 Support showing a single log entry from vc-annotate.
7531 * vc.el (print-log): Add a new argument: START-REVISION.
7532 (vc-print-log-internal): Add a new optional argument and
7533 pass it to the backend.
7534 (vc-print-log, vc-print-root-log): Adjust callers.
7535 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
7536 buffer already displays the requested log entry, use it.
7537 Otherwise display only the log entry in question.
7538 * vc-svn.el (vc-svn-print-log):
7539 * vc-mtn.el (vc-mtn-print-log):
7540 * vc-hg.el (vc-hg-state):
7541 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
7542 (vc-git-show-log-entry): Return t on success.
7543 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
7544 (vc-bzr-show-log-entry): Return t on success.
7545 * vc-rcs.el (vc-rcs-print-log):
7546 * vc-sccs.el (vc-sccs-print-log):
7547 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
7548
7549 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
7550
7551 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
7552 Add menus to the meta mode. (Bug#5043)
7553
7554 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
7555
7556 * ediff-init.el (ediff-event-key): Use event-to-character instead of
7557 event-key.
7558
7559 * ediff.el (ediff-buffers-internal): Add unwind-protect.
7560
7561 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
7562
7563 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
7564 Berbain <raphael.berbain@gmail.com>.
7565
7566 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
7567 characters.
7568 (tramp-initial-end-of-output): New defconst.
7569 (tramp-methods, tramp-find-shell)
7570 (tramp-open-connection-setup-interactive-shell)
7571 (tramp-maybe-open-connection): Use it.
7572 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
7573 existence of `#' and `$'.
7574
7575 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
7576 `tramp-initial-end-of-output'.
7577
7578 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
7579
7580 Get the background mode from the terminal for xterm, and set
7581 faces accordingly.
7582 * term/xterm.el (xterm-set-background-mode): New function.
7583 (terminal-init-xterm): Use it in case xterm supports background
7584 color queries. Recompute faces after getting the background
7585 color.
7586
7587 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
7588
7589 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
7590 number comment back on its own line, for easier parsing.
7591
7592 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7593
7594 Make it work for non-file buffers (bug#5102).
7595 * doc-view.el (doc-view-current-cache-dir):
7596 Use doc-view-buffer-file-name rather than buffer-file-name.
7597 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
7598
7599 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
7600
7601 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
7602 author field is too short.
7603
7604 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
7605
7606 * vc-git.el (vc-git-print-log): Handle a limit argument.
7607 Display the short log in graph form and with labels.
7608 (vc-git-log-view-mode): Handle labels.
7609
7610 Make vc-revert change VC state from 'added to 'unregistered.
7611 * vc-git.el (vc-git-revert): Call git reset first.
7612
7613 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
7614
7615 * net/newst-backend.el, net/newst-plainview.el:
7616 * net/newst-reader.el, net/newst-ticker.el:
7617 * net/newst-treeview.el, net/newsticker.el:
7618 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
7619
7620 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
7621
7622 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
7623
7624 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
7625 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
7626 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
7627 Update annotation regexp.
7628
7629 * simple.el (beginning-of-visual-line): Constrain to field
7630 boundaries (Bug#5106).
7631
7632 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
7633
7634 * xml.el (xml-substitute-numeric-entities): Move
7635 newsticker--decode-numeric-entities in newst-backend.el to
7636 xml-substitute-numeric-entities in xml.el. (Bug#5008)
7637 * net/newst-backend.el (newsticker--parse-generic-feed)
7638 (newsticker--parse-generic-items)
7639 (newsticker--decode-numeric-entities): Move
7640 newsticker--decode-numeric-entities in newst-backend.el to
7641 xml-substitute-numeric-entities in xml.el. (Bug#5008)
7642
7643 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
7644
7645 * progmodes/js.el (js--js-not): Add null to the list of values.
7646
7647 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
7648
7649 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
7650
7651 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7652
7653 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
7654 delimiter if it is at the end of the current line.
7655 (bibtex-generate-url-list): Fix docstring.
7656
7657 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7658
7659 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
7660 minibuffer's content with itself.
7661 Fold the confirm-after-completion case into the `confirm' case.
7662 (completion-pcm-word-delimiters): Add : and / to the delimiters.
7663
7664 2009-12-06 Kevin Ryde <user42@zip.com.au>
7665
7666 * ffap.el (ffap-rfc-path): Make this a defcustom since
7667 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
7668
7669 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
7670 manuals, similar to existing setup for help-mode. (Bug#3913.)
7671
7672 2009-12-05 Juri Linkov <juri@jurta.org>
7673
7674 Save and restore dired buffer's point positions too. (Bug#4880)
7675
7676 * dired.el (dired-save-positions): Return in the first element
7677 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
7678 Doc fix.
7679 (dired-restore-positions): First restore buffer's position.
7680 While restoring window's positions, check if window still displays
7681 the original buffer.
7682
7683 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
7684
7685 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
7686 if possible.
7687
7688 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
7689 Make argument optional.
7690
7691 * shell.el (shell): Require ansi-color (Bug#5113).
7692
7693 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
7694
7695 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
7696
7697 2009-12-05 Alan Mackenzie <acm@muc.de>
7698
7699 * progmodes/cc-mode.el (c-before-hack-hook)
7700 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
7701 `c-file-style' to work again. This reversion restores the current
7702 software to its state in Emacs 23.1. (Bug#4146)
7703
7704 2009-12-05 Kevin Ryde <user42@zip.com.au>
7705
7706 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
7707 comment-start-skip to comment-end-skip as comment (Bug#4781).
7708
7709 2009-12-05 Juri Linkov <juri@jurta.org>
7710
7711 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
7712 for virtual nodes. (Bug#4147)
7713 (Info-find-node-2): Set `Info-current-node-virtual' to nil
7714 when moving from a virtual node.
7715 (Info-mode-menu): Add `Info-virtual-index' to the menu.
7716 (Info-mode): Add `Info-virtual-index' to the docstring.
7717
7718 2009-12-05 Eric Ludlam <zappo@gnu.org>
7719
7720 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
7721 Describe project macro symbols.
7722
7723 * cedet/semantic/complete.el (semantic-complete-do-completion):
7724 Don't call semantic-collector-current-exact-match.
7725
7726 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
7727 ede-objects as targets.
7728
7729 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
7730 a target's object list even if compiler vars are already in the
7731 Makefile.
7732
7733 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
7734 list of headers producing necessary macros.
7735
7736 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7737
7738 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
7739 track of the buffer position of the end of a BibTeX entry as this
7740 position may change during reformatting.
7741 (bibtex-format-entry): Remove whitespace before processing
7742 numerical fields so that we recognize the latter properly.
7743 (bibtex-reformat): Do not use push which changes the global value
7744 of bibtex-entry-format.
7745 (bibtex-field-braces-alist, bibtex-field-strings-alist)
7746 (bibtex-field-re-init): Replace only space characters by regexp
7747 for whitespace.
7748 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
7749 (bibtex-initialize): Also update bibtex-strings.
7750 (bibtex-kill-field): Preserve white space at end of entry.
7751 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
7752 Update bibtex-reference-keys.
7753
7754 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
7755
7756 * minibuffer.el (completion-pcm--merge-try): Also consider placing
7757 point after a star, if that's the only place where modifications can
7758 make progress.
7759
7760 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
7761
7762 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
7763 in docstrings.
7764
7765 2009-12-04 Juri Linkov <juri@jurta.org>
7766
7767 * proced.el (proced): Call `(proced-update t)' to update process
7768 information instead of only running proced-post-display-hook.
7769 (proced-send-signal): Add a leading space to the buffer name
7770 " *Marked Processes*" to make this buffer ephemeral.
7771
7772 2009-12-04 Juri Linkov <juri@jurta.org>
7773
7774 * dired.el (dired-auto-revert-buffer): New defcustom.
7775 (dired-internal-noselect): Use it.
7776
7777 2009-12-04 Juri Linkov <juri@jurta.org>
7778
7779 Change roles of modes and functions in image-mode.el (Bug#5062).
7780
7781 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
7782 in `auto-mode-alist'.
7783 (image-mode-previous-major-mode): New variable.
7784 (image-minor-mode-map): Rename from `image-mode-text-map'.
7785 (image-mode): Move graceful error-handling code from
7786 `image-minor-mode' to here. On errors call `image-mode-as-text'.
7787 (image-minor-mode): Remove all image-handling code.
7788 Replace `image-mode-text-map' with `image-minor-mode-map'.
7789 Check for `image-type' in mode-line format string.
7790 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
7791 (image-mode-as-text): New function with most code from
7792 `image-mode-maybe'.
7793 (image-toggle-display-text): Move code that removes image
7794 properties from `image-toggle-display' to here.
7795 (image-toggle-display-image): New function with code that adds
7796 image properties copied from `image-toggle-display'.
7797 (image-toggle-display): Remove most code with leaving only code
7798 that toggles between `image-mode-as-text' and `image-mode'.
7799
7800 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
7801
7802 * net/newst-treeview.el
7803 (newsticker--treeview-list-highlight-start): Restored call to
7804 save-excursion: Selected item was stuck.
7805 (newsticker--treeview-list-select): New.
7806 (newsticker--treeview-item-show-text)
7807 (newsticker--treeview-item-show)
7808 (newsticker--treeview-item-update): Use new
7809 newsticker-treeview-item-mode.
7810 (newsticker-treeview-update): Keep current item.
7811 (newsticker-treeview-next-new-or-immortal-item): Doc change.
7812 (newsticker--treeview-first-feed): Doc change.
7813 (newsticker-treeview-list-menu)
7814 (newsticker-treeview-item-menu): Added menu entries.
7815 (newsticker-treeview-item-mode): New.
7816
7817 * net/newst-backend.el (newsticker-customize): Delete other
7818 windows.
7819
7820 2009-12-04 Sam Steingold <sds@gnu.org>
7821
7822 * log-view.el (log-view-mode-map): "q" calls quit-window,
7823 like in all the other non-self-insert buffers.
7824
7825 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
7826
7827 Minor cleanup.
7828 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
7829 key decoding rather than do it manually via last-input-event +
7830 ascii-character.
7831 (term-exec): Use delete-and-extract-region.
7832 (term-handle-ansi-terminal-messages): Remove unused var `end'.
7833 (term-process-pager): Remove unused var `i'.
7834 (term-dynamic-simple-complete): Make obsolete.
7835 (serial-update-config-menu): Remove unused vars `y' and `str'.
7836 (term-update-mode-line): Remove unused var `temp'.
7837
7838 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
7839
7840 Limit the number of log entries displayed by default.
7841 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
7842 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
7843 using a prefix argument.
7844
7845 2009-12-03 Glenn Morris <rgm@gnu.org>
7846
7847 * progmodes/idlwave.el (class): Restore still useful declaration.
7848
7849 2009-12-03 Alan Mackenzie <acm@muc.de>
7850
7851 Enhance `c-parse-state' to run efficiently in "brace deserts".
7852
7853 * progmodes/cc-mode.el (c-basic-common-init):
7854 Call c-state-cache-init.
7855 (c-neutralize-syntax-in-and-mark-CPP): Rename from
7856 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
7857 placing `category' properties value 'c-cpp-delimiter at its boundaries.
7858
7859 * progmodes/cc-langs.el (c-before-font-lock-function):
7860 c-extend-and-neutralize-syntax-in-CPP has been renamed
7861 c-neutralize-syntax-in-and-mark-CPP.
7862
7863 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
7864 with `category' properties now, not `syntax-table' ones.
7865
7866 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
7867 enhanced (but slower) version of c-end-of-macro that won't land
7868 inside a literal or on another awkward character.
7869 (c-state-cache-too-far, c-state-cache-start)
7870 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
7871 (c-state-nonlit-pos-cache-limit, c-state-point-min)
7872 (c-state-point-min-lit-type, c-state-point-min-lit-start)
7873 (c-state-min-scan-pos, c-state-brace-pair-desert)
7874 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
7875 buffer local variables.
7876 (c-state-literal-at, c-state-lit-beg)
7877 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
7878 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
7879 (c-state-cache-top-paren, c-state-cache-after-top-paren)
7880 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
7881 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
7882 (c-renarrow-state-cache)
7883 (c-append-lower-brace-pair-to-state-cache)
7884 (c-state-push-any-brace-pair, c-append-to-state-cache)
7885 (c-remove-stale-state-cache)
7886 (c-remove-stale-state-cache-backwards, c-state-cache-init)
7887 (c-invalidate-state-cache-1, c-parse-state-1)
7888 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
7889 (c-parse-state): Enhance and refactor.
7890 (c-debug-parse-state): Amend to deal with all the new variables.
7891
7892 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
7893 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
7894 modify to use category text properties rather than syntax-table ones.
7895 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
7896 to switch off/on the syntactic paren property of C++ template
7897 delimiters using the category property.
7898 (c-with-<->-as-parens-suppressed): Macro to invoke code with
7899 template delims suppressed.
7900 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
7901 New constant/macros which apply category properties to the start
7902 and end of preprocessor constructs.
7903 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
7904 "comment out" the syntactic value of characters in preprocessor
7905 constructs.
7906 (c-with-cpps-commented-out)
7907 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
7908 with characters in all or all but one preprocessor constructs
7909 "commented out".
7910
7911 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7912
7913 * proced.el (proced-filter-alist): Use regexp-quote.
7914
7915 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
7916
7917 Cleanup.
7918 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
7919 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
7920 arguments. Expand `default-directory'.
7921
7922 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
7923 the benefit of returning an expanded localname.
7924 (tramp-tramp-file-p): Handle the case NAME is not a string.
7925
7926 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
7927
7928 Add support for bzr shelve/unshelve.
7929 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
7930 (vc-bzr-extra-menu-map): New variables.
7931 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
7932 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
7933 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
7934 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
7935 (vc-bzr-dir-extra-headers): Display shelves.
7936
7937 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
7938
7939 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7940
7941 * textmodes/bibtex.el (bibtex-complete-internal):
7942 Use completion-in-region.
7943 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
7944
7945 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
7946
7947 Support applying stashes. Improve UI.
7948 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
7949 (vc-git-stash-apply, vc-git-stash-pop)
7950 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
7951 (vc-git-stash-menu): New functions.
7952 (vc-git-stash-menu-map): New variable.
7953 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
7954
7955 2009-12-03 Glenn Morris <rgm@gnu.org>
7956
7957 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
7958 (vc-print-log-internal): Fix previous change.
7959 (vc-revert): Correct pluralization.
7960
7961 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7962
7963 * progmodes/make-mode.el (makefile-special-targets-list): No need for
7964 it to be an alist any more.
7965 (makefile-complete): Use completion-in-region.
7966
7967 * progmodes/octave-mod.el (octave-complete-symbol):
7968 Use completion-in-region.
7969
7970 Misc cleanup.
7971 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
7972 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
7973 (idlwave-complete-class): Don't quote lambda.
7974 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
7975 (idlwave-mode-map): Move initialization into declaration.
7976 (idlwave-action-and-binding): Use backquotes.
7977 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
7978 Simplify.
7979 (idlwave-is-pointer-dereference): Remove unused var `pos'.
7980 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
7981 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
7982 `parts', and `all-parts'.
7983 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
7984 (idlwave-convert-xml-system-routine-info): Remove unused string
7985 `version-string'.
7986 (idlwave-display-user-catalog-widget): Use dolist.
7987 (idlwave-scanning-lib): Declare dynamically-scoped var.
7988 (idlwave-scan-library-catalogs): Remove unused var `flags'.
7989 (completion-highlight-first-word-only): Declare to silence bytecomp.
7990 (idlwave-popup-select): Tighten scope of `resp'.
7991 (idlwave-find-struct-tag): Remove unused var `beg'.
7992 (idlwave-after-load-rinfo-hook): Declare.
7993 (idlwave-sintern-class-info): Remove unused var `taglist'.
7994 (idlwave-find-class-definition): Remove unused var `list'.
7995 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
7996 (idlwave-what-module-find-class): Remove unused var `classes'.
7997
7998 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
7999
8000 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
8001
8002 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8003
8004 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
8005 buffers visited. Remove redundant current-buffer-saving.
8006
8007 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8008
8009 Use completion-in-buffer and remove uses of dynamic scoping.
8010 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
8011 (pascal-buffer-to-use, pascal-flag): Don't declare.
8012 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
8013 (pascal-get-completion-decl, pascal-keyword-completion):
8014 Add `pascal-str' argument, save-excursion,
8015 return the found completions, and don't filter with pascal-pred.
8016 (pascal-completion-cache): New var.
8017 (pascal-completion): Don't switch buffer any more (it was never
8018 necessary). Don't save-excursion any more (it's done by the called
8019 subroutines). Use a cache to avoid redundant computations.
8020 Use complete-with-action rather than pascal-completion-response and
8021 let it apply the predicate as well.
8022 (pascal-complete-word): Use completion-in-buffer when
8023 pascal-toggle-completions is nil.
8024 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
8025 not used any more.
8026 (pascal-comp-defun): Don't change buffer any more.
8027 Use complete-with-action rather than pascal-completion-response and
8028 let it apply the predicate as well.
8029 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
8030 when neded.
8031
8032 2009-12-02 Kenichi Handa <handa@m17n.org>
8033
8034 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
8035 shape for all Indic scripts.
8036
8037 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8038
8039 Use completion-in-buffer.
8040 * wid-edit.el (widget-field-text-end): New function.
8041 (widget-field-value-get): Use it.
8042 (widget-string-complete, widget-file-complete)
8043 (widget-color-complete): Use it and completion-in-region.
8044 (widget-complete): Don't narrow the buffer.
8045
8046 2009-12-02 Glenn Morris <rgm@gnu.org>
8047
8048 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
8049 (rmail-select-summary): Use rmail-pop-to-buffer.
8050 * mail/rmailsum.el: Replace all pop-to-buffer calls with
8051 rmail-pop-to-buffer, to prevent horizontal splits.
8052
8053 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
8054 save-excursion with save-current-buffer.
8055 Widen before searching. (Bug#5093)
8056 (diary-list-sexp-entries): Remove superfluous save-excursion.
8057
8058 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
8059
8060 * woman.el (woman-make-bufname): Handle man-pages with "." in the
8061 name. (Bug#5038)
8062
8063 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
8064
8065 * ido.el (ido-file-internal): Handle filenames at point that do
8066 not have a directory part. (Bug#5049)
8067
8068 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
8069
8070 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
8071 (mpc-songs-jump-to, mpc-resume): Doc fixes.
8072
8073 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
8074
8075 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
8076 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
8077 any more.
8078
8079 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8080
8081 * comint.el (comint-insert-input): Ignore clicks to the right of
8082 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
8083
8084 * vc.el (vc-print-log-internal): Don't wait for the process to
8085 terminate before setting up the major mode.
8086
8087 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
8088 in case.
8089
8090 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
8091 the last element.
8092
8093 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
8094
8095 2009-12-01 Glenn Morris <rgm@gnu.org>
8096
8097 * window.el (window--display-buffer-2): Fix previous changes.
8098
8099 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
8100
8101 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
8102
8103 2009-12-01 Glenn Morris <rgm@gnu.org>
8104
8105 * Makefile.in (ELCFILES): Add mpc.elc.
8106
8107 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8108
8109 * mpc.el: New file.
8110
8111 2009-12-01 Glenn Morris <rgm@gnu.org>
8112
8113 * window.el (window-to-use): Define for compiler.
8114
8115 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
8116 consistent with others (no final period).
8117
8118 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
8119 (rmail-mime-show): Downcase the encoding. (Bug#5070)
8120
8121 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
8122
8123 Make vc-print-log buttons work.
8124 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
8125
8126 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
8127
8128 * savehist.el (savehist-autosave-interval): Allow setting to nil
8129 through customize. (Bug#5056)
8130
8131 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
8132
8133 Fix references to jit-lock properties.
8134 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8135 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
8136 (perl-font-lock-special-syntactic-constructs):
8137 Quote jit-lock-defer-multiline property.
8138
8139 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
8140
8141 * vc-git.el (vc-git-registered): Call vc-git-root only once.
8142
8143 2009-11-30 Juri Linkov <juri@jurta.org>
8144
8145 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
8146 value `buffer' of `multi-isearch-next-buffer-current-function'.
8147 Use `(current-buffer)' when `buffer' is nil.
8148 (multi-isearch-next-buffer-from-list): Don't fallback to
8149 `(current-buffer)' when `buffer' is nil. (Bug#4947)
8150
8151 2009-11-30 Juri Linkov <juri@jurta.org>
8152
8153 * misearch.el (multi-isearch-read-buffers): Move canonicalization
8154 of buffers with `get-buffer' to `multi-isearch-buffers'.
8155 (multi-isearch-buffers, multi-isearch-buffers-regexp):
8156 Canonicalize BUFFERS with `get-buffer'. Doc fix.
8157 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
8158 FILES with `expand-file-name' converting relative file names
8159 to absolute. Doc fix. (Bug#4727)
8160
8161 2009-11-30 Juri Linkov <juri@jurta.org>
8162
8163 * misearch.el (multi-isearch-read-buffers)
8164 (multi-isearch-read-matching-buffers): New functions.
8165 (multi-isearch-buffers, multi-isearch-buffers-regexp):
8166 Use them in the `interactive' spec. Doc fix.
8167 (multi-isearch-read-files, multi-isearch-read-matching-files):
8168 New functions.
8169 (multi-isearch-files, multi-isearch-files-regexp):
8170 Use them in the `interactive' spec. Doc fix. (Bug#4725)
8171
8172 2009-11-30 Juri Linkov <juri@jurta.org>
8173
8174 * doc-view.el (doc-view-continuous):
8175 Rename from `doc-view-continuous-mode'.
8176 (doc-view-menu): Move "Toggle display" to the top.
8177 Add submenu "Continuous" with radio buttons "Off"/"On"
8178 and "Save as Default".
8179 (doc-view-scroll-up-or-next-page)
8180 (doc-view-scroll-down-or-previous-page)
8181 (doc-view-next-line-or-next-page)
8182 (doc-view-previous-line-or-previous-page): Rename
8183 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
8184
8185 2009-11-30 Juri Linkov <juri@jurta.org>
8186
8187 * comint.el (comint-mode-map): Rebind `M-r' from
8188 `comint-previous-matching-input' to
8189 `comint-history-isearch-backward-regexp'.
8190 Unbind `M-s' to allow global key binding `M-s'.
8191 Add menu items for `comint-history-isearch-backward' and
8192 `comint-history-isearch-backward-regexp'. (Bug#3746)
8193
8194 2009-11-30 Juri Linkov <juri@jurta.org>
8195
8196 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
8197 For def=recenter, replace `recenter' with `recenter-top-bottom'
8198 that is called with `this-command' and `last-command' let-bound
8199 to `recenter-top-bottom'. When the last `def' was not `recenter',
8200 set `recenter-last-op' to nil. (Bug#4981)
8201
8202 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8203
8204 Minor cleanup and simplification.
8205 * filecache.el (file-cache-add-directory)
8206 (file-cache-add-directory-recursively)
8207 (file-cache-add-from-file-cache-buffer)
8208 (file-cache-delete-file-regexp, file-cache-delete-directory)
8209 (file-cache-files-matching-internal, file-cache-display): Use dolist.
8210 (file-cache-temp-minibuffer-message): Delete function.
8211 (file-cache-minibuffer-complete): Use minibuffer-message instead.
8212
8213 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8214 Don't signal an error when bumping into EOB in tr, s, or y.
8215
8216 2009-11-29 Juri Linkov <juri@jurta.org>
8217
8218 * startup.el (fancy-about-text): Fix wording of Guided Tour.
8219 (Bug#4960)
8220
8221 * descr-text.el (describe-char-unidata-list): Use lowercase name
8222 for "Unicode name" like in other tags.
8223
8224 2009-11-29 Juri Linkov <juri@jurta.org>
8225
8226 * ediff-util.el (ediff-minibuffer-with-setup-hook):
8227 New compatibility macro.
8228 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
8229
8230 2009-11-29 Juri Linkov <juri@jurta.org>
8231
8232 Add defcustom to define the cycling order of `recenter-top-bottom'.
8233 (Bug#4981)
8234
8235 * window.el (recenter-last-op): Doc fix.
8236 (recenter-positions): New defcustom.
8237 (recenter-top-bottom): Rewrite to use `recenter-positions'.
8238 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
8239
8240 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
8241
8242 Improve integration of Tramp and ange-ftp in eshell.
8243
8244 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
8245 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
8246 (eshell/sudo): Flatten args. Let-bind `default-directory'.
8247
8248 * eshell/esh-util.el (top): Require also Tramp when compiling.
8249 (eshell-directory-files-and-attributes): Check for FTP remote
8250 connection.
8251 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
8252 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
8253 (eshell-file-attributes): Handle ".". Return `entry'.
8254
8255 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
8256 (ange-ftp-directory-files-and-attributes)
8257 (ange-ftp-real-directory-files-and-attributes): New defuns.
8258
8259 * net/tramp.el (tramp-maybe-open-connection): Open the remote
8260 shell with "exec" when possible. This prevents trailing prompts
8261 in `start-file-process'.
8262
8263 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8264
8265 Try and remove assumptions about point-min==1.
8266 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
8267 (rng-compute-mode-line-string): Show the validation percentage in
8268 terms of the narrowed text, not the widened text.
8269 (rng-do-some-validation): Don't catch internal errors when debugging.
8270 (rng-first-error): Simplify.
8271 (rng-after-change-function): Remove work around. AFAIK the bug has
8272 been fixed a while ago.
8273
8274 * image-mode.el (image-minor-mode): Exit more gracefully when the image
8275 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
8276
8277 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
8278
8279 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
8280 `cd' doesn't always do it for us (bug#5067).
8281
8282 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
8283 on 2009-10-25 as part of some other change (bug#5067).
8284
8285 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
8286
8287 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
8288 `suspicious'.
8289 (byte-compile-warnings): Use byte-compile-warning-types.
8290 (byte-compile-save-excursion): Warn about use of set-buffer right
8291 after save-excursion.
8292
8293 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
8294 the excursion as well.
8295
8296 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
8297
8298 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
8299 providing a Tramp related implementation of "su" and "sudo".
8300 (eshell-unix-initialize): Add "su" and "sudo".
8301
8302 2009-11-27 Daiki Ueno <ueno@unixuser.org>
8303
8304 * net/socks.el (socks-send-command): Convert binary request to
8305 unibyte before sending. This fixes mishandling of some port
8306 numbers such as 129.
8307
8308 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
8309
8310 * help.el (describe-bindings-internal): Remove `interactive'.
8311
8312 * man.el (Man-completion-table): Trim a terminating "(".
8313 Remove the space between name page a section.
8314 Add the command's description on the `help-echo' property.
8315 Remove `process-connection-type' binding since it's unused by
8316 call-process.
8317 Provide completion for the "<section> <name>" format as well.
8318 (Man-default-man-entry): Remove spurious var shadowing the argument.
8319
8320 2009-11-26 Kevin Ryde <user42@zip.com.au>
8321
8322 * log-view.el: Add "Keywords: tools", since its other keywords
8323 aren't in finder-known-keywords, and following vc.el.
8324
8325 * sha1.el (sha1-string-external): default-directory "/" in case
8326 otherwise non-existent. process-connection-type pipe for touch of
8327 efficiency recommended by elisp manual. (An aside in Bug#3911.)
8328
8329 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8330
8331 Misc coding convention cleanups.
8332 * htmlfontify.el (hfy-init-kludge-hook): Rename from
8333 hfy-init-kludge-hooks.
8334 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
8335 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
8336 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
8337 and push.
8338 (hfy-slant, hfy-weight): Use tables rather than code.
8339 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
8340 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
8341 (hfy-face-attr-for-class): Initialize `face-spec' directly.
8342 (hfy-face-to-css): Remove `nconc' with single arg.
8343 (hfy-p-to-face-lennart): Use `or'.
8344 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
8345 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
8346 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
8347 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
8348 (hfy-force-fontification): Use run-hooks.
8349
8350 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
8351
8352 Various minor fixes.
8353 * htmlfontify.el (hfy-default-header): Add toggle_invis since
8354 Javascript belongs in the header, not the body.
8355 (hfy-javascript): Remove.
8356 (hfy-fontify-buffer): Don't insert it any more.
8357 (hfy-face-at): Handle (face0 face1 face2) style face properties.
8358 Fix bug in invis handling when there were no invis props in a chunk.
8359
8360 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8361
8362 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
8363
8364 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
8365
8366 * finder.el (finder-mode-map): Add a menu.
8367
8368 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
8369
8370 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
8371 "unsigned" structs.
8372
8373 (verilog-leap-to-head, verilog-backward-token): Handle "disable
8374 fork" statement better.
8375
8376 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
8377
8378 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
8379 (verilog-delete-auto, verilog-delete-empty-auto-pair)
8380 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
8381 Reported by Clay Douglass.
8382
8383 (verilog-auto-inst, verilog-auto-star-safe)
8384 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
8385 Fix removing "// Interfaces" when saving .* expansions. Reported by
8386 Pierre-David Pfister.
8387
8388 2009-11-26 Glenn Morris <rgm@gnu.org>
8389
8390 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
8391 the scope.
8392
8393 2009-11-25 Johan Bockgård <bojohan@gnu.org>
8394
8395 * vc-annotate.el (vc-annotate-revision-previous-to-line):
8396 Really use previous revision.
8397
8398 2009-11-25 Kevin Ryde <user42@zip.com.au>
8399
8400 * man.el (Man-completion-table): default-directory "/" in case
8401 doesn't otherwise exist. process-environment COLUMNS=999 so as
8402 not to truncate long names. process-connection-type pipe to avoid
8403 any chance of hitting the pseudo-tty TIOCGWINSZ.
8404 (man): completion-ignore-case t for friendliness and since man
8405 itself is case-insensitive on the command line.
8406 Further to Bug#3717.
8407
8408 * arc-mode.el: Add "Keywords: files", so the details in its
8409 commentary can be reached from finder-by-keyword.
8410 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
8411 editing mode, but it's comms related and sgml-mode.el has "comm"
8412 on that basis too.
8413 * textmodes/bibtex-style.el: Add "Keywords: tex".
8414 * international/isearch-x.el, international/ja-dic-cnv.el:
8415 * international/ja-dic-utl.el, international/kkc.el:
8416 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
8417
8418 2009-11-25 Juri Linkov <juri@jurta.org>
8419
8420 * man.el (Man-completion-table): Modify regexp to include
8421 section names to completion strings. (Bug#3717)
8422
8423 2009-11-25 Juri Linkov <juri@jurta.org>
8424
8425 Search recursively in gzipped files. (Bug#4982)
8426
8427 * progmodes/grep.el (grep-highlight-matches): Add new options
8428 `always' and `auto'. Doc fix.
8429 (grep-process-setup): Check `grep-highlight-matches' for
8430 `auto-detect' to determine the need to compute grep defaults.
8431 Move Windows/DOS specific --colors settings handling
8432 to `grep-compute-defaults'. Check `grep-highlight-matches'
8433 to get the value of "--color=".
8434 (grep-compute-defaults): Compute `grep-highlight-matches' when it
8435 has the value `auto-detect'. Move Windows/DOS specific settings
8436 from `grep-process-setup'.
8437 (zrgrep): New command with alias `rzgrep'.
8438
8439 2009-11-25 Juri Linkov <juri@jurta.org>
8440
8441 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
8442 to nil instead of switching off view-mode. (Bug#4896)
8443
8444 2009-11-25 Juri Linkov <juri@jurta.org>
8445
8446 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
8447
8448 * mwheel.el (mwheel-scroll-up-function)
8449 (mwheel-scroll-down-function): New defvars.
8450 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
8451 `scroll-up', and `mwheel-scroll-down-function' instead of
8452 `scroll-down'.
8453
8454 * doc-view.el (doc-view-scroll-up-or-next-page)
8455 (doc-view-scroll-down-or-previous-page): Add optional ARG.
8456 Use this ARG in the call to image-scroll-up/image-scroll-down.
8457 Change `interactive' spec to "P". Goto next/previous page only
8458 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
8459 SPC/DEL case). Doc fix.
8460 (doc-view-next-line-or-next-page)
8461 (doc-view-previous-line-or-previous-page): Rename arg to ARG
8462 for consistency.
8463 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
8464 `doc-view-scroll-up-or-next-page', and buffer-local
8465 `mwheel-scroll-down-function' to
8466 `doc-view-scroll-down-or-previous-page'.
8467
8468 2009-11-25 Juri Linkov <juri@jurta.org>
8469
8470 Provide additional default values (directories at other Dired
8471 windows) via M-n in the minibuffer of some Dired commands.
8472
8473 * dired-aux.el (dired-diff, dired-compare-directories)
8474 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
8475 `minibuffer-default' in `minibuffer-with-setup-hook'.
8476 (dired-dwim-target-directory): Find a window that displays Dired
8477 buffer instead of failing when the next window is not Dired.
8478 Use `get-window-with-predicate' to find for the next Dired window.
8479 (dired-dwim-target-defaults): New function.
8480
8481 * ediff-util.el (ediff-read-file-name):
8482 Use `dired-dwim-target-defaults' to set `minibuffer-default'
8483 in `minibuffer-with-setup-hook'.
8484
8485 2009-11-25 Juri Linkov <juri@jurta.org>
8486
8487 Provide additional default values (file name at point or at the
8488 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
8489
8490 * minibuffer.el (read-file-name-defaults): New function.
8491 (read-file-name): Reset `minibuffer-default' to nil when
8492 it duplicates initial input `insdef'.
8493 Bind `minibuffer-default-add-function' to lambda that
8494 calls `read-file-name-defaults' in `minibuffer-selected-window'.
8495 (minibuffer-insert-file-name-at-point): New command.
8496
8497 * files.el (file-name-at-point-functions): New defcustom.
8498 (find-file-default): Remove defvar.
8499 (find-file-read-args): Don't use `find-file-default'.
8500 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
8501 to `read-file-name'.
8502 (find-file-literally): Use `read-file-name' with
8503 `confirm-nonexistent-file-or-buffer'.
8504
8505 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
8506
8507 * dired.el (dired-read-dir-and-switches):
8508 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
8509 to `read-file-name'.
8510 (dired-file-name-at-point): New function.
8511 (dired-mode): Add hook `dired-file-name-at-point' to
8512 `file-name-at-point-functions'.
8513
8514 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
8515
8516 Really make the *Completions* window soft-dedicated (bug#5030).
8517 * window.el (window--display-buffer-2): Add `dedicated' argument.
8518 (display-buffer): Pass it when needed so the dedicated flag is set
8519 after calling set-window-buffer, which would otherwise reset it.
8520
8521 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
8522
8523 * progmodes/meta-mode.el (meta-complete-symbol):
8524 * progmodes/etags.el (complete-tag):
8525 * mail/mailabbrev.el (mail-abbrev-complete-alias):
8526 Use completion-in-region.
8527
8528 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
8529 (dabbrev-completion): Use completion-in-region.
8530 (dabbrev--abbrev-at-point): Simplify regexp.
8531
8532 * abbrev.el (abbrev--before-point): Use word-motion functions
8533 if :regexp is not specified (bug#5031).
8534
8535 * subr.el (string-prefix-p): New function.
8536
8537 * man.el (Man-completion-cache): New var.
8538 (Man-completion-table): Use it.
8539
8540 * vc.el (vc-print-log-internal): Make `limit' optional for better
8541 compatibility (e.g. with vc-annotate.el).
8542
8543 2009-11-24 Kevin Ryde <user42@zip.com.au>
8544
8545 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
8546 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
8547
8548 * emacs-lisp/elint.el (elint-add-required-env): Better error message
8549 when .el source file not found or other error.
8550
8551 2009-11-24 Markus Triska <markus.triska@gmx.at>
8552
8553 * linum.el (linum-update-window): Ignore intangible (bug#4996).
8554
8555 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8556
8557 Handle the [back] button properly (bug#4979).
8558 * descr-text.el (describe-text-properties): Add a `buffer' argument.
8559 Use help-setup-xref, help-buffer, and with-help-window.
8560 (describe-char): Add `buffer' argument.
8561 Pass proper command to help-setup-xref. Don't meddle with
8562 help-xref-stack-item directly.
8563 (describe-text-category): Use with-help-window and help-buffer.
8564
8565 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
8566 for the displayed buffer (bug#4887).
8567
8568 * man.el (Man-completion-table): New function.
8569 (man): Use it.
8570
8571 2009-11-24 David Reitter <david.reitter@gmail.com>
8572
8573 * vc-git.el (vc-git-registered): Use checkout directory (where
8574 .git is) rather than the file's directory and a relative path spec
8575 to work around a bug in git.
8576
8577 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
8578
8579 Improve handling of processes on remote hosts.
8580
8581 * eshell/esh-util.el (eshell-path-env): New defvar.
8582 (eshell-parse-colon-path): New defun.
8583 (eshell-file-attributes): Use `eshell-parse-colon-path'.
8584
8585 * eshell/esh-ext.el (eshell-search-path):
8586 Use `eshell-parse-colon-path'.
8587 (eshell-remote-command): Remove argument HANDLER.
8588 (eshell-external-command): Check for FTP remote connection.
8589
8590 * eshell/esh-proc.el (eshell-gather-process-output):
8591 Use `file-truename', in order to start also symlinked files.
8592 Apply `start-file-process' instead of `start-process'.
8593 Shorten `command' to the local file name part.
8594
8595 * eshell/em-cmpl.el (eshell-complete-commands-list):
8596 Use `eshell-parse-colon-path'.
8597
8598 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
8599
8600 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
8601 to `eshell-directory-change-hook'.
8602
8603 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
8604
8605 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
8606 because it could be enabled automatically if view-read-only is non-nil.
8607
8608 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
8609
8610 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
8611 made on 2009-11-22.
8612
8613 2009-11-24 Glenn Morris <rgm@gnu.org>
8614
8615 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
8616 deleted variable bookmark-bmenu-bookmark-column.
8617
8618 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
8619 Move after definition of global-semantic-idle-tag-highlight-mode.
8620
8621 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8622
8623 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
8624
8625 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
8626
8627 * net/browse-url.el (browse-url-filename-alist): On Windows, add
8628 two slashes to the "file:" prefix.
8629 (browse-url-file-url): De-munge Cygwin filenames before passing
8630 them to Windows browser.
8631 (browse-url-default-windows-browser): Use call-process.
8632
8633 2009-11-23 Juri Linkov <juri@jurta.org>
8634
8635 Implement DocView Continuous mode. (Bug#4896)
8636 * doc-view.el (doc-view-continuous-mode): New defcustom.
8637 (doc-view-mode-map): Bind C-n/<down> to
8638 `doc-view-next-line-or-next-page', C-p/<up> to
8639 `doc-view-previous-line-or-previous-page'.
8640 (doc-view-next-line-or-next-page)
8641 (doc-view-previous-line-or-previous-page): New commands.
8642
8643 2009-11-23 Juri Linkov <juri@jurta.org>
8644
8645 Implement Isearch in comint input history. (Bug#3746)
8646 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
8647 `isearch-mode-hook'.
8648 (comint-history-isearch): New defcustom.
8649 (comint-history-isearch-backward)
8650 (comint-history-isearch-backward-regexp): New commands.
8651 (comint-history-isearch-message-overlay): New buffer-local variable.
8652 (comint-history-isearch-setup, comint-history-isearch-end)
8653 (comint-goto-input, comint-history-isearch-search)
8654 (comint-history-isearch-message, comint-history-isearch-wrap)
8655 (comint-history-isearch-push-state)
8656 (comint-history-isearch-pop-state): New functions.
8657
8658 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
8659
8660 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
8661 return.
8662 (tramp-handle-make-symbolic-link)
8663 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
8664 Quote file names.
8665 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
8666 (tramp-handle-process-file): Use it.
8667
8668 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
8669
8670 * window.el (move-to-window-line-last-op): Remove.
8671 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
8672
8673 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
8674
8675 Make M-r mirror the new cycling behavior of C-l.
8676 * window.el (move-to-window-line-last-op): New var.
8677 (move-to-window-line-top-bottom): New command.
8678 (global-map): Bind M-r move-to-window-line-top-bottom.
8679
8680 2009-11-23 Sven Joachim <svenjoac@gmx.de>
8681
8682 * dired-x.el (dired-guess-shell-alist-default):
8683 Support xz format. (Bug#4953)
8684
8685 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
8686
8687 * cedet/srecode/map.el (srecode-get-maps):
8688 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
8689 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
8690 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
8691 (semantic-toggle-decoration-style):
8692 * cedet/semantic/decorate/include.el
8693 (semantic-decoration-include-describe)
8694 (semantic-decoration-unknown-include-describe)
8695 (semantic-decoration-unparsed-include-describe)
8696 (semantic-decoration-all-include-summary):
8697 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
8698 * cedet/semantic/analyze/complete.el
8699 (semantic-analyze-possible-completions):
8700 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
8701 (semantic-show-unmatched-syntax-mode)
8702 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
8703 (semantic-highlight-func-mode):
8704 * cedet/semantic/util.el (semantic-describe-buffer):
8705 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
8706 (semantic-symref-find-tags-by-name)
8707 (semantic-symref-find-tags-by-regexp)
8708 (semantic-symref-find-tags-by-completion)
8709 (semantic-symref-find-file-references-by-name)
8710 (semantic-symref-find-text):
8711 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
8712 (senator-yank-tag):
8713 * cedet/semantic/scope.el (semantic-calculate-scope):
8714 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
8715 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
8716 (define-semantic-idle-service):
8717 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
8718 (semantic-complete-analyze-inline-idle):
8719 * cedet/semantic/analyze.el (semantic-analyze-current-context):
8720 * cedet/mode-local.el (describe-mode-local-bindings)
8721 (describe-mode-local-bindings-in-mode):
8722 * cedet/ede/make.el (ede-make-check-version):
8723 * cedet/ede/locate.el (ede-enable-locate-on-project):
8724 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
8725 (cedet-idutils-version-check):
8726 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
8727 (cedet-gnu-global-version-check):
8728 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
8729 (cedet-cscope-version-check): Use called-interactively-p instead
8730 of interactive-p.
8731
8732 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
8733 Use semantic-format-tag-prototype.
8734
8735 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
8736
8737 * emulation/viper-cmd.el: Use viper-last-command-char instead of
8738 last-command-char/last-command-event.
8739 (viper-prefix-arg-value): Do correct conversion of event-char for
8740 XEmacs.
8741
8742 * emulation/viper-util.el, emulation/viper.el:
8743 Use viper-last-command-char instead of
8744 last-command-char/last-command-event.
8745
8746 * ediff-init.el, ediff-mult.el, ediff-util.el:
8747 Replace last-command-char and last-command-event
8748 with (ediff-last-command-char) everywhere.
8749
8750 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
8751 created in fundamental mode.
8752
8753 * ediff.el (ediff-version): Revert the change of interactive-p to
8754 called-interactively-p.
8755
8756 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
8757
8758 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
8759 generation from word-movement command names.
8760
8761 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
8762
8763 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
8764 (semantic-complete-jump-local, semantic-complete-jump):
8765 Improve prompt string.
8766
8767 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
8768
8769 * cus-start.el (all): Add native condition for font-use-system-font.
8770
8771 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
8772
8773 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8774 Correct the patch from 2009-11-18. (Bug#3910)
8775
8776 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
8777
8778 * progmodes/subword.el: Rename from lisp/subword.el.
8779
8780 * subword.el: Rename to progmodes/subword.el.
8781
8782 * Makefile.in (ELCFILES): Adapt to subword.el move.
8783
8784 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8785 Stefan Monnier <monnier@iro.umontreal.ca>
8786
8787 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
8788 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
8789 (bookmark-bmenu-show-filenames): Use push.
8790 (bookmark-bmenu-hide-filenames): Use local var instead of
8791 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
8792 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
8793 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
8794 filenames now that the bookmark names are always available.
8795
8796 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8797
8798 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
8799 (bookmark-search-pattern): Move and leave unbound.
8800 (bookmark-bmenu-mode-map): Change binding.
8801 (bookmark-read-search-input): Simplify.
8802 Don't use text-char-description. Don't error on non-char events.
8803 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
8804 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
8805 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
8806 Use a local var for the timer.
8807 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
8808 (i.e. bookmark-bmenu-search).
8809
8810 2009-11-21 Glenn Morris <rgm@gnu.org>
8811
8812 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
8813
8814 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
8815
8816 * net/browse-url.el (browse-url-default-windows-browser):
8817 Use cygstart for cygwin.
8818
8819 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
8820
8821 * bookmark.el: Formatting and doc fixes only:
8822 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
8823 (bookmark-bmenu-search): Wrap to fit within 80 columns.
8824 Minor grammar and punctuation fixes in doc string.
8825 (bookmark-read-search-input): Adjust to fit within 80 columns.
8826
8827 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
8828
8829 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
8830 (c-backward-into-nomenclature): Adapt to subword renaming.
8831
8832 * subword.el (subword-forward, subword-backward, subword-mark)
8833 (subword-kill, subword-backward-kill, subword-transpose)
8834 (subword-downcase, subword-upcase, subword-capitalize)
8835 (subword-forward-internal, subword-backward-internal):
8836 Rename from forward-subword, backward-subword, mark-subword,
8837 kill-subword, backward-kill-subword, transpose-subwords,
8838 downcase-subword, upcase-subword, capitalize-subword,
8839 forward-subword-internal, backward-subword-internal.
8840
8841 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8842
8843 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
8844 New options.
8845 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
8846 New vars.
8847 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
8848 (bookmark-bmenu-filter-alist-by-regexp)
8849 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
8850 (bookmark-bmenu-search): New command.
8851 (bookmark-bmenu-mode-map): Bind it.
8852
8853 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
8854
8855 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
8856
8857 * cedet/semantic/idle.el (define-semantic-idle-service)
8858 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
8859
8860 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
8861
8862 * progmodes/cc-cmds.el: declare-functioned forward-subword and
8863 backward-subword to quit the byte-compiler.
8864
8865 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
8866
8867 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
8868
8869 * progmodes/cc-cmds.el (c-update-modeline)
8870 (c-forward-into-nomenclature, c-backward-into-nomenclature):
8871 Refer to subword.el functions instead of cc-subword.el.
8872
8873 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
8874 subword.el functions instead of cc-subword.el.
8875
8876 * progmodes/cc-subword.el: Rename to subword.el.
8877 * subword.el: Rename from progmodes/cc-subword.el.
8878 (subword-mode-map): Rename from c-subword-mode-map.
8879 (subword-mode): Rename from c-subword-mode.
8880 (global-subword-mode): New global minor mode.
8881 (forward-subword): Rename from c-forward-subword.
8882 (backward-subword): Rename from c-backward-subword.
8883 (mark-subword): Rename from c-mark-subword.
8884 (kill-subword): Rename from c-kill-subword.
8885 (backward-kill-subword): Rename from c-backward-kill-subword.
8886 (transpose-subwords): Rename from c-tranpose-subword.
8887 (downcase-subword): Rename from c-downcase-subword.
8888 (capitalize-subword): Rename from c-capitalize-subword.
8889 (forward-subword-internal): Rename from c-forward-subword-internal.
8890 (backward-subword-internal): Rename from c-backward-subword-internal.
8891
8892 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
8893
8894 * vc.el (vc-deduce-fileset): Allow non-state changing operations
8895 from a dired buffer.
8896 (vc-dired-deduce-fileset): New function.
8897 (vc-root-diff, vc-print-root-log): Use it.
8898
8899 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
8900 nil LIMIT argument to vc-print-log-internal.
8901
8902 2009-11-20 Glenn Morris <rgm@gnu.org>
8903
8904 * Makefile.in (ELCFILES): Regenerate.
8905
8906 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
8907
8908 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
8909
8910 * cedet/semantic.el: Enable idle-mode menu items only if
8911 global-semantic-idle-scheduler-mode is enabled.
8912 (semantic-default-submodes): Doc fix.
8913
8914 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
8915 When turning off, disable other idle modes.
8916
8917 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
8918
8919 * calc/calc.el (calc-set-mode-line):
8920 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
8921 (math-format-number): Rename `math-format-complement-signed' to
8922 `math-format-twos-complement'.
8923
8924 * calc/calc-bin.el (math-format-twos-complement): Rename from
8925 math-format-complement-signed.
8926 (calc-radix): Rename `calc-complement-signed-mode' to
8927 `calc-twos-complement-mode'.
8928 (calc-octal-radix, calc-hex-radix): Add an argument for
8929 two's complement.
8930
8931 * calc/calc-embed.el (calc-embedded-mode-vars):
8932 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
8933
8934 * calc/calc-ext.el (calc-init-extensions):
8935 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
8936 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
8937
8938 * calc/calc-units.el (math-build-units-table-buffer):
8939 Let `calc-twos-complement-mode' be nil.
8940
8941 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
8942 entries.
8943
8944 * calc/calc-vec.el (calcFunc-vunpack):
8945 * calc/calc-aent.el (calc-do-calc-eval):
8946 * calc/calc-forms.el (math-format-date):
8947 * calc/calc-graph.el (calc-graph-plot):
8948 * calc/calc-math.el (math-use-emacs-fn):
8949 * calc/calccomp.el (math-compose-expr):
8950 Let `calc-twos-complement-mode' be nil.
8951
8952 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8953
8954 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
8955 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
8956 * minibuffer.el (completion-in-region-functions): New hook.
8957 (completion-in-region): New function.
8958 * emacs-lisp/lisp.el (lisp-complete-symbol):
8959 * pcomplete.el (pcomplete-std-complete): Use it.
8960
8961 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8962
8963 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
8964 (latex-complete-alist): New vars.
8965 (latex-string-prefix-p, latex-complete-bibtex-keys)
8966 (latex-complete-envnames, latex-complete-refkeys)
8967 (latex-complete-data): New functions.
8968 (latex-complete, latex-indent-or-complete): New commands.
8969
8970 * window.el (display-buffer-mark-dedicated): New var.
8971 (display-buffer): Obey it.
8972 * minibuffer.el (minibuffer-completion-help): Use it.
8973
8974 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
8975
8976 * filecache.el (file-cache-add-file): Use push and cons.
8977 (file-cache-delete-file-regexp): Use push.
8978 (file-cache-complete): Use completion-in-region.
8979
8980 * simple.el (with-wrapper-hook): Fix thinko.
8981
8982 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
8983 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
8984 Use with-current-buffer and string-to-number.
8985 (hfy-fallback-colour-values): Use assoc-string.
8986 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
8987 (hfy-face-at): Remove unused var `found-face'.
8988 (hfy-compile-stylesheet): Remove unused var `css'.
8989 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
8990 and `orig-buffer'.
8991 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
8992 Use with-current-buffer.
8993 (hfy-text-p): Use expand-file-name and fewer setq.
8994
8995 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
8996
8997 * htmlfontify.el, hfy-cmap.el: New files.
8998
8999 2009-11-19 Juri Linkov <juri@jurta.org>
9000
9001 * minibuffer.el (completions-format): New defcustom.
9002 (completion--insert-strings): Implement vertical format.
9003
9004 * simple.el (switch-to-completions): Move point to the first
9005 completion when point was at the beginning of the buffer.
9006
9007 2009-11-19 Juri Linkov <juri@jurta.org>
9008
9009 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
9010
9011 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
9012
9013 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
9014
9015 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
9016 (mail-signature): Change default to t.
9017 (mail-from-style): Deprecate `system-default' value.
9018 (mail-insert-from-field): For default value of mail-from-style,
9019 default to `angles' unless `angles' needs quoting and `parens'
9020 does not.
9021 (mail-citation-prefix-regexp): Use citation regexp from
9022 message-mode.
9023
9024 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
9025
9026 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
9027 Set variables for computing the prompt for reading password.
9028
9029 2009-11-19 Glenn Morris <rgm@gnu.org>
9030
9031 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
9032
9033 * textmodes/flyspell.el (sgml-lexical-context): Declare.
9034
9035 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
9036 (newsticker-treeview-listwindow-height): Fix custom type.
9037
9038 2009-11-19 Kenichi Handa <handa@m17n.org>
9039
9040 * descr-text.el (describe-char-padded-string): Compose with TAB
9041 only if there's a font for CH.
9042 (describe-char): Fix the condition for detecting a trivial composition.
9043
9044 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
9045
9046 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
9047 more accurate version of the regexp. (Bug#3910)
9048
9049 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
9050
9051 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
9052
9053 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
9054
9055 * font-setting.el (font-use-system-font): Declare for byte-compiler.
9056 (font-setting-change-default-font): Fix typo in docstring.
9057
9058 2009-11-18 Alan Mackenzie <acm@muc.de>
9059
9060 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
9061
9062 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
9063
9064 * font-setting.el (font-use-system-font): Move ...
9065
9066 * cus-start.el (all): ... to here.
9067
9068 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
9069
9070 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
9071 Don't set `ad-return-value' if `ad-do-it' doesn't.
9072
9073 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
9074 modification time.
9075
9076 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
9077
9078 * menu-bar.el: Put "Use system font" in Option-menu.
9079 (menu-bar-options-save): Add font-use-system-font.
9080
9081 * loadup.el: If feature system-font-setting or font-render-setting is
9082 there, load font-setting.
9083
9084 * Makefile.in (ELCFILES): Add font-settings.el.
9085 * font-setting.el: New file.
9086
9087 2009-11-17 Glenn Morris <rgm@gnu.org>
9088
9089 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
9090
9091 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
9092 Preserve point in the list buffer. (Bug#4939)
9093 Use point-at-eol.
9094 (newsticker--treeview-list-update-highlight)
9095 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
9096
9097 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
9098
9099 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
9100 Remove.
9101
9102 * calc/calc-ext.el (calc-init-extensions): Remove references to
9103 symclip.
9104
9105 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
9106
9107 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
9108 * calc/calc-help.el (calc-b-prefix-help): Remove references to
9109 `calc-symclip'.
9110
9111 2009-11-16 Kevin Ryde <user42@zip.com.au>
9112
9113 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
9114 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
9115
9116 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
9117 (lm-keywords-list): Allow comma-only separator like "foo,bar".
9118 Ignore trailing spaces by omit-nulls to split-string (fixing
9119 regression from Emacs 21 due to the incompatible split-string
9120 change). (Bug #4928.)
9121
9122 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
9123
9124 * vc.el (vc-log-show-limit): Default to 2000.
9125 (vc-print-log-internal): Insert buttons to request more entries
9126 when limiting the output.
9127
9128 * vc-sccs.el (vc-sccs-print-log):
9129 * vc-rcs.el (vc-rcs-print-log):
9130 * vc-cvs.el (vc-cvs-print-log):
9131 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
9132 LIMIT is non-nil.
9133
9134 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
9135
9136 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
9137 error when `tramp-gvfs-dbus-event-vector' is set.
9138 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
9139
9140 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9141
9142 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
9143
9144 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
9145
9146 * net/dbus.el (dbus-unregister-service): New defun.
9147 (dbus-register-property): Register the handlers of
9148 "org.freedesktop.DBus.Properties" for SERVICE.
9149 (dbus-property-handler): Fix docstring.
9150
9151 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9152
9153 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
9154 Quote doc string reference in defvaralias as it is not in special form.
9155 (byte-compile-output-docform): Doc fix.
9156
9157 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
9158
9159 * calc/calc.el (math-2-word-size, math-half-2-word-size)
9160 (calc-complement-signed-mode): New variables.
9161 (calc-set-mode-line): Add indicator for twos-complements.
9162 (math-format-number): Format twos-complement notation.
9163
9164 * calc/calc-bin.el (calc-word-size): Reset the variables
9165 `math-2-word-size' and `math-half-2-word-size'.
9166 (math-format-complement-signed, math-symclip, calcFunc-symclip)
9167 (calc-symclip): New functions.
9168
9169 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
9170
9171 * calc/calc-embed.el (calc-embedded-mode-vars):
9172 Add `calc-complement-signed-mode' to the list of modes.
9173
9174 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
9175 (calc-b-oper-keys): Add `calc-symclip' to list.
9176
9177 * calc/calc-ext.el (math-read-number-fancy): Read complement
9178 signed numbers.
9179 (calc-init-extensions): Add binding for `calc-symclip'.
9180 Add autoload for `calcFunc-symclip' and `calc-symclip'.
9181
9182 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
9183 `calc-symclip'.
9184 (calc-modes-menu): Add item for twos complement mode.
9185
9186 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
9187
9188 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
9189
9190 * register.el (jump-to-register, insert-register): Handle Semantic
9191 tags. From commented-out advice in semantic/senator.el.
9192
9193 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
9194
9195 * vc.el (vc-log-show-limit): New variable.
9196 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
9197 when using a prefix argument.
9198 (vc-print-log-internal): Add new argument LIMIT.
9199
9200 * vc-svn.el (vc-svn-print-log):
9201 * vc-mtn.el (vc-mtn-print-log):
9202 * vc-hg.el (vc-hg-print-log):
9203 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
9204 pass it to the log command when set. Make the BUFFER argument
9205 non-optional.
9206
9207 * vc-sccs.el (vc-sccs-print-log):
9208 * vc-rcs.el (vc-rcs-print-log):
9209 * vc-git.el (vc-git-print-log):
9210 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
9211 ignore it. Make the BUFFER argument non-optional
9212
9213 * bindings.el (mode-line-buffer-identification): Do not purecopy.
9214
9215 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
9216
9217 * dired.el (dired-mode-map): Move encryption items to "Operate"
9218 menu (Bug#4703).
9219
9220 * strokes.el (strokes-update-window-configuration): Make strokes
9221 buffer current before erasing (Bug#4906).
9222
9223 * cedet/semantic/idle.el (semantic-idle-summary-mode)
9224 (semantic-idle-summary-mode): Define using define-minor-mode
9225 instead of define-semantic-idle-service.
9226 (semantic-idle-summary-mode): New function.
9227 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
9228 that mouse motion does not reset the echo area.
9229
9230 2009-11-15 Juri Linkov <juri@jurta.org>
9231
9232 * simple.el (set-mark-default-inactive): Add :type, :group
9233 and :version. (Bug#4876)
9234
9235 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
9236
9237 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
9238 (archive-unique-fname): ... here. (Bug#4929)
9239
9240 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9241
9242 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
9243 with a real fix.
9244
9245 * novice.el (disabled-command-function): Add useful args.
9246 Setup the help buffer so that [back] works.
9247 Remove redundant call to help-mode.
9248 (disabled-command-function): Use `case'.
9249 (en/disable-command): New function extracted from enable-command.
9250 (enable-command, disable-command): Use it.
9251
9252 2009-11-14 Glenn Morris <rgm@gnu.org>
9253
9254 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
9255 constants. (Bug#4913)
9256
9257 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
9258
9259 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
9260
9261 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
9262 defined in C that have no doc-strings. (Bug#1063)
9263
9264 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
9265
9266 * cus-edit.el (data, files):
9267 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
9268
9269 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
9270
9271 * simple.el (shell-command): Doc fix (Bug#4891).
9272
9273 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
9274
9275 2009-11-14 Glenn Morris <rgm@gnu.org>
9276
9277 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
9278 statements for vc-diff, emerge-quit, and rmail-cease-edit.
9279 If they are already loaded, eval-after-load will do the right thing.
9280
9281 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
9282 compiling.
9283
9284 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
9285
9286 * simple.el (x-selection-owner-p): Declare.
9287 (read-mail-command): Use custom radio type rather than choice.
9288 (completion-no-auto-exit): Doc fix.
9289
9290 * custom.el (defgroup):
9291 * epg-config.el (epg): Doc fixes.
9292
9293 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
9294
9295 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
9296 * international/ccl.el (define-ccl-program): Do not purecopy the
9297 docstring, defconst does it anyway.
9298
9299 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9300
9301 * add-log.el (add-change-log-entry): Avoid displaying the changelog
9302 a second time.
9303
9304 * x-dnd.el (x-dnd-maybe-call-test-function):
9305 * window.el (split-window-vertically):
9306 * whitespace.el (whitespace-help-on):
9307 * vc-rcs.el (vc-rcs-consult-headers):
9308 * userlock.el (ask-user-about-lock-help)
9309 (ask-user-about-supersession-help):
9310 * type-break.el (type-break-force-mode-line-update):
9311 * time-stamp.el (time-stamp-conv-warn):
9312 * terminal.el (te-set-output-log, te-more-break, te-filter)
9313 (te-sentinel, terminal-emulator):
9314 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
9315 (term-write-input-ring, term-check-source, term-start-output-log):
9316 (term-display-buffer-line, term-dynamic-list-completions):
9317 (term-ansi-make-term, serial-term):
9318 * subr.el (selective-display):
9319 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
9320 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
9321 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
9322 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
9323 (speedbar-remove-localized-speedbar-support)
9324 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
9325 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
9326 (speedbar-buffers-line-directory):
9327 * simple.el (shell-command-on-region, append-to-buffer)
9328 (prepend-to-buffer):
9329 * shadowfile.el (shadow-save-todo-file):
9330 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
9331 (scroll-bar-maybe-set-window-start):
9332 * sb-image.el (speedbar-image-dump):
9333 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
9334 (load-save-place-alist-from-file):
9335 * ps-samp.el (ps-print-message-from-summary):
9336 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
9337 (ps-background-image, ps-begin-job, ps-do-despool):
9338 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
9339 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
9340 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
9341 (pr-call-process, pr-file-list, pr-interface-save):
9342 * novice.el (disabled-command-function)
9343 (enable-command, disable-command):
9344 * mouse.el (mouse-buffer-menu-alist):
9345 * mouse-copy.el (mouse-kill-preserving-secondary):
9346 * macros.el (kbd-macro-query):
9347 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
9348 * informat.el (batch-info-validate):
9349 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
9350 * hippie-exp.el (try-expand-dabbrev-visible):
9351 * help-mode.el (help-make-xrefs):
9352 * help-fns.el (describe-variable):
9353 * generic-x.el (bat-generic-mode-run-as-comint):
9354 * finder.el (finder-mouse-select):
9355 * find-dired.el (find-dired-sentinel):
9356 * filesets.el (filesets-file-close):
9357 * files.el (list-directory):
9358 * faces.el (list-faces-display, describe-face):
9359 * facemenu.el (list-colors-display):
9360 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
9361 * epg.el (epg--process-filter, epg-cancel):
9362 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
9363 (epa--read-signature-type):
9364 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
9365 (emerge-file-names):
9366 * ehelp.el (electric-helpify):
9367 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
9368 * ediff-vers.el (rcs-ediff-view-revision):
9369 * ediff-util.el (ediff-setup):
9370 * ediff-mult.el (ediff-append-custom-diff):
9371 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
9372 (ediff-wordify):
9373 * echistory.el (Electric-command-history-redo-expression):
9374 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
9375 * disp-table.el (describe-display-table):
9376 * dired.el (dired-find-buffer-nocreate):
9377 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
9378 * dabbrev.el (dabbrev--same-major-mode-p):
9379 * chistory.el (list-command-history):
9380 * apropos.el (apropos-documentation):
9381 * allout.el (allout-obtain-passphrase):
9382 (allout-copy-exposed-to-buffer):
9383 (allout-verify-passphrase): Use with-current-buffer.
9384
9385 2009-11-13 Glenn Morris <rgm@gnu.org>
9386
9387 * Makefile.in (ELCFILES): Regenerate.
9388
9389 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
9390
9391 * net/dbus.el (dbus-registered-objects-table): Rename from
9392 `dbus-registered-functions-table', because it contains also properties.
9393 (dbus-unregister-object): Unregister also properties.
9394 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
9395 Use a timeout of 500 msec, in order to not block.
9396 (dbus-register-property, dbus-property-handler): New defuns.
9397
9398 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9399
9400 * simple.el (minibuffer-default-add-completions): Drop deprecated
9401 4th arg.
9402
9403 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
9404
9405 * textmodes/artist.el (artist-mouse-choose-operation):
9406 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
9407 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
9408 (artist-compute-up-event-key): New function.
9409 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
9410
9411 2009-11-13 Kenichi Handa <handa@m17n.org>
9412
9413 * language/japan-util.el: Make sure that the value of jisx0208
9414 property is jisx0208 character.
9415
9416 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
9417
9418 * international/mule.el (auto-coding-regexp-alist): Only purecopy
9419 car or each item, not the whole list.
9420
9421 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
9422
9423 * minibuffer.el (minibuffer-completion-help):
9424 Use minibuffer-hide-completions.
9425
9426 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
9427
9428 * dired.el (dired-save-positions, dired-restore-positions): New funs.
9429 (dired-revert): Use them (bug#4880).
9430
9431 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
9432
9433 * tooltip.el (tooltip-frame-parameters): Undo previous change.
9434
9435 2009-11-12 Juri Linkov <juri@jurta.org>
9436
9437 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
9438 New functions.
9439 (find-file-literally-at-point): Alias of `ffap-literally'.
9440
9441 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
9442
9443 * textmodes/ispell.el (ispell-skip-region-alist):
9444 * textmodes/css-mode.el (auto-mode-alist):
9445 * progmodes/compile.el (auto-mode-alist):
9446 * international/mule.el (ctext-non-standard-encodings-alist)
9447 (ctext-non-standard-encodings-regexp):
9448 * simple.el (shell-command-switch, text-read-only):
9449 * replace.el (occur-mode-map):
9450 * paths.el (rmail-file-name):
9451 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
9452 * find-file.el (ff-special-constructs):
9453 * files.el (file-name-handler-alist):
9454 * composite.el: Purecopy strings.
9455
9456 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
9457
9458 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
9459
9460 * widget.el (define-widget): Purecopy the docstring.
9461 * international/mule-cmds.el (charset): Do not purecopy the
9462 docstring here, define-widget does it.
9463
9464 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9465 * textmodes/bibtex-style.el (auto-mode-alist):
9466 * progmodes/inf-lisp.el (inferior-lisp-prompt):
9467 * progmodes/compile.el (compile-command):
9468 * language/korea-util.el (default-korean-keyboard):
9469 * international/mule-conf.el (file-coding-system-alist):
9470 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
9471 * tooltip.el (tooltip-frame-parameters):
9472 * newcomment.el (comment-end, comment-padding):
9473 * dired.el (dired-trivial-filenames):
9474 * comint.el (comint-file-name-prefix): Purecopy initial values.
9475
9476 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
9477
9478 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
9479 (tramp-advice-minibuffer-electric-tilde): Unload advices via
9480 `tramp-unload'.
9481 (tramp-advice-make-auto-save-file-name)
9482 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
9483 after removing the advice.
9484
9485 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
9486
9487 * progmodes/grep.el (grep-regexp-alist):
9488 * international/mule-cmds.el (iso-2022-control-alist):
9489 * emacs-lisp/timer.el (timer-duration-words):
9490 * subr.el (version-separator, version-regexp-alist):
9491 * minibuffer.el (completion-styles-alist):
9492 * faces.el (face-attribute-name-alist, list-faces-sample-text):
9493 Change defvars to defconsts.
9494
9495 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
9496 * loadup.el ("international/mule-conf"): Load the byte compiled version.
9497 * international/mule-conf.el: Allow to be byte compiled.
9498
9499 * international/mule.el (define-charset): Purecopy props.
9500 (load-with-code-conversion): Purecopy doc string and file name.
9501 (put-charset-property): Purecopy strings.
9502 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
9503
9504 * international/mule-cmds.el (register-input-method): Purecopy arguments.
9505 (define-char-code-property): Correctly purecopy the table.
9506
9507 * international/ccl.el (define-ccl-program): Purecopy the docstring.
9508
9509 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
9510
9511 * subr.el (add-hook): Purecopy strings.
9512 (eval-after-load): Purecopy load-history-regexp and the form.
9513
9514 * custom.el (custom-declare-group): Purecopy load-file-name.
9515
9516 * subr.el (menu-bar-separator): New defconst.
9517 * net/eudc.el (eudc-tools-menu):
9518 * international/mule-cmds.el (set-coding-system-map)
9519 (mule-menu-keymap):
9520 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9521 * vc-hooks.el (vc-menu-map):
9522 * replace.el (occur-mode-map):
9523 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
9524 (menu-bar-edit-menu, menu-bar-goto-menu)
9525 (menu-bar-custom-menu, menu-bar-showhide-menu)
9526 (menu-bar-options-menu, menu-bar-tools-menu)
9527 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
9528 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
9529 (menu-bar-help-menu):
9530 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
9531 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
9532
9533 * term/x-win.el (x-gtk-stock-map):
9534 * progmodes/vera-mode.el (auto-mode-alist):
9535 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
9536 (inferior-lisp-program, inferior-lisp-load-command):
9537 * progmodes/hideshow.el (hs-special-modes-alist):
9538 * progmodes/gud.el (same-window-regexps):
9539 * progmodes/grep.el (grep-program, find-program, xargs-program):
9540 * net/telnet.el (same-window-regexps):
9541 * net/rlogin.el (same-window-regexps):
9542 * language/ethiopic.el (font-ccl-encoder-alist):
9543 * vc-sccs.el (vc-sccs-master-templates):
9544 * vc-rcs.el (vc-rcs-master-templates):
9545 * subr.el (cl-assertion-failed):
9546 * simple.el (next-error-overlay-arrow-position):
9547 * lpr.el (lpr-command):
9548 * locate.el (locate-ls-subdir-switches):
9549 * info.el (same-window-regexps, info)
9550 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
9551 * image-mode.el (image-mode, auto-mode-alist):
9552 * hippie-exp.el (hippie-expand-ignore-buffers):
9553 * format.el (format-alist):
9554 * find-dired.el (find-ls-subdir-switches, find-grep-options)
9555 (find-name-arg):
9556 * facemenu.el (facemenu-keybindings):
9557 * dired.el (dired-listing-switches, dired-chown-program):
9558 * diff.el (diff-switches, diff-command):
9559 * cus-edit.el (same-window-regexps):
9560 * bindings.el (mode-line-mule-info)
9561 (mode-line-buffer-identification): Purecopy strings.
9562
9563 2009-11-11 Juri Linkov <juri@jurta.org>
9564
9565 * simple.el (dired-get-filename) <declare-function>:
9566 Tell the byte-compiler about dired-get-filename.
9567 (shell-command): In Dired mode, get filename from the current line
9568 as the default value.
9569
9570 2009-11-10 Glenn Morris <rgm@gnu.org>
9571
9572 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
9573 * calendar/holidays.el, progmodes/cperl-mode.el:
9574 Update x-popup-menu declarations.
9575
9576 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
9577 (list-load-path-shadows): Use dolist.
9578 (list-load-path-shadows): Use with-current-buffer.
9579
9580 2009-11-10 Juri Linkov <juri@jurta.org>
9581
9582 * minibuffer.el (read-file-name): Support a list of default values
9583 in `default-filename'. Use the first file name where only one
9584 element is required. Doc fix.
9585
9586 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
9587
9588 * net/dbus.el (dbus-unregister-object): Release service, if no
9589 other method is registered for it.
9590
9591 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
9592
9593 * bookmark.el (bookmark-completing-read): Sort bookmark names if
9594 bookmark-sort-flag is non-nil (Bug#4653).
9595
9596 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
9597
9598 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
9599 the progress reporter entirely.
9600
9601 * emulation/cua-base.el: Add CUA property to some CC mode commands
9602 (Bug#4100).
9603
9604 2009-11-08 Kevin Ryde <user42@zip.com.au>
9605
9606 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9607 at end of sentence (Bug#4818).
9608
9609 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
9610
9611 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9612 Handle "see declaration of" MSFT statements (Bug#4100).
9613
9614 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
9615
9616 * net/tramp.el (tramp-advice-make-auto-save-file-name)
9617 (tramp-advice-file-expand-wildcards): Unload via
9618 `ad-remove-advice'.
9619
9620 * net/trampver.el: Update release number.
9621
9622 2009-11-08 Kevin Ryde <user42@zip.com.au>
9623
9624 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
9625 `ad-do-it'.
9626
9627 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
9628
9629 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
9630 in order to keep context in SELinux.
9631
9632 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
9633
9634 * dired-aux.el (dired-query): Place cursor in echo area and allow
9635 C-g.
9636
9637 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
9638 menu item if not on a directory (Bug#4701).
9639
9640 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
9641
9642 Sync with Tramp 2.1.17.
9643
9644 * net/tramp.el (tramp-handle-copy-directory): Don't use
9645 `file-remote-p' (due to compatibility).
9646
9647 * net/tramp-compat.el (tramp-compat-copy-directory)
9648 (tramp-compat-delete-directory): New defuns.
9649
9650 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
9651 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
9652 `tramp-compat-delete-directory'.
9653
9654 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
9655 (tramp-smb-handle-delete-directory): Use
9656 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
9657
9658 * net/trampver.el: Update release number.
9659
9660 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
9661
9662 * tar-mode.el (tar-copy): Call write-region on the right buffer
9663 (Bug#4857).
9664
9665 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
9666 by hand, if necessary (Bug#4878).
9667
9668 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
9669
9670 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
9671 align size column (Bug#4839).
9672
9673 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
9674 statement.
9675
9676 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
9677
9678 * progmodes/ld-script.el (auto-mode-alist):
9679 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
9680
9681 * cus-face.el (custom-declare-face): Purecopy face spec.
9682
9683 2009-11-06 Kenichi Handa <handa@m17n.org>
9684
9685 * international/uni-bidi.el: Re-generated.
9686 * international/uni-category.el: Re-generated.
9687 * international/uni-combining.el: Re-generated.
9688 * international/uni-mirrored.el: Re-generated.
9689
9690 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
9691
9692 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
9693 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
9694 (tex-start-options, slitex-run-command, latex-run-command)
9695 (tex-run-command, tex-directory):
9696 * textmodes/ispell.el (ispell-html-skip-alists)
9697 (ispell-tex-skip-alists, ispell-tex-skip-alists):
9698 * textmodes/fill.el (adaptive-fill-first-line-regexp):
9699 (adaptive-fill-regexp):
9700 * textmodes/dns-mode.el (auto-mode-alist):
9701 * progmodes/python.el (interpreter-mode-alist):
9702 * progmodes/etags.el (tags-compression-info-list):
9703 * progmodes/etags.el (tags-file-name):
9704 * net/browse-url.el (browse-url-galeon-program)
9705 (browse-url-firefox-program):
9706 * mail/sendmail.el (mail-signature-file)
9707 (mail-citation-prefix-regexp):
9708 * international/mule-conf.el (eight-bit):
9709 * international/latexenc.el (latex-inputenc-coding-alist):
9710 * international/fontset.el (x-pixel-size-width-font-regexp):
9711 * emacs-lisp/warnings.el (warning-type-format):
9712 * emacs-lisp/trace.el (trace-buffer):
9713 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
9714 (emacs-lisp-mode-map):
9715 * calendar/holidays.el (holiday-solar-holidays)
9716 (holiday-bahai-holidays, holiday-islamic-holidays)
9717 (holiday-christian-holidays, holiday-hebrew-holidays)
9718 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
9719 (hebrew-holidays-1, holiday-oriental-holidays)
9720 (holiday-general-holidays):
9721 * x-dnd.el (x-dnd-known-types):
9722 * tool-bar.el (tool-bar):
9723 * startup.el (site-run-file):
9724 * shell.el (shell-dumb-shell-regexp):
9725 * rfn-eshadow.el (file-name-shadow-tty-properties)
9726 (file-name-shadow-properties):
9727 * paths.el (remote-shell-program, news-directory):
9728 * mouse.el ([C-down-mouse-3]):
9729 * menu-bar.el (menu-bar-tools-menu):
9730 * jka-cmpr-hook.el (jka-compr-load-suffixes)
9731 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
9732 (jka-compr-compression-info-list):
9733 * isearch.el (search-whitespace-regexp):
9734 * image-file.el (image-file-name-extensions):
9735 * find-dired.el (find-ls-option):
9736 * files.el (directory-listing-before-filename-regexp)
9737 (directory-free-space-args, insert-directory-program)
9738 (list-directory-brief-switches, magic-fallback-mode-alist)
9739 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
9740 (automount-dir-prefix):
9741 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
9742 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
9743 (face-font-registry-alternatives, face-font-registry-alternatives)
9744 (face-font-family-alternatives):
9745 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
9746 (facemenu-foreground-menu, facemenu-face-menu):
9747 * epa-hook.el (epa-file-name-regexp):
9748 * dnd.el (dnd-protocol-alist):
9749 * textmodes/rst.el (auto-mode-alist):
9750 * button.el (default-button): Purecopy strings.
9751
9752 2009-11-06 Glenn Morris <rgm@gnu.org>
9753
9754 * Makefile.in (ELCFILES): Update.
9755
9756 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
9757
9758 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
9759 * emacs-lisp/levents.el: Move to obsolete/levents.el.
9760
9761 * nxml/xsd-regexp.el (xsdre-gen-categories):
9762 * nxml/xmltok.el (xmltok-parse-entity):
9763 * nxml/rng-parse.el (rng-parse-validate-file):
9764 * nxml/rng-maint.el (rng-format-manual)
9765 (rng-manual-output-force-new-line):
9766 * nxml/rng-loc.el (rng-save-schema-location-1):
9767 * nxml/rng-cmpct.el (rng-c-parse-file):
9768 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
9769 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
9770
9771 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
9772
9773 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
9774 Remove extra save-excursions and make-variable-buffer-local's.
9775 Suggested by Stefan Monnier.
9776
9777 (verilog-getopt-file, verilog-module-inside-filename-p)
9778 (verilog-set-define): Merge GNU 1.35 and repair changes from
9779 switching to using with-current-buffer.
9780
9781 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
9782 being treated as a number and confusing AUTORESET.
9783 Reported by Dan Dever.
9784
9785 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
9786 Add verilog-auto-ignore-concat to fix backward compatibility with
9787 older verilog-modes. Reported by Dan Katz.
9788
9789 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
9790 containing closing anchors "...$".
9791
9792 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
9793 Reported by Wade Smith.
9794
9795 (verilog-batch-execute-func): Comment on function usage.
9796
9797 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
9798
9799 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
9800 for labels.
9801
9802 (verilog-label-re, verilog-calc-1): Support proper indent of named
9803 asserts.
9804
9805 (verilog-backward-token, verilog-basic-complete-re)
9806 (verilog-beg-of-statement, verilog-indent-re): Support proper
9807 indent of the assert statement at the beginning of a block of text.
9808
9809 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
9810 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
9811 tokens as begins.
9812
9813 2009-11-05 Glenn Morris <rgm@gnu.org>
9814
9815 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
9816 Emacs 19. (Bug#1531)
9817 (byte-compile-fix-header): Update for the above change.
9818 Drop test for epoch::version.
9819
9820 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
9821 * cus-dep.el (custom-make-dependencies):
9822 * finder.el (finder-compile-keywords):
9823 Use autoload-rubric's feature argument.
9824
9825 * calendar/diary-lib.el (top-level): Make load behave more like require.
9826
9827 * vc-git.el (vc-git-stash-map): Move definition before use.
9828
9829 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
9830
9831 * custom.el (custom-declare-group): Purecopy standard-value.
9832 (custom-declare-group): Purecopy custom-prefix.
9833
9834 * international/mule.el (load-with-code-conversion):
9835 Call do-after-load-evaluation unconditionally.
9836
9837 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
9838
9839 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
9840
9841 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
9842
9843 2009-11-04 Glenn Morris <rgm@gnu.org>
9844
9845 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
9846 (byte-compile-compatibility): Remove option.
9847 (byte-compile-close-variables, byte-compile-fix-header)
9848 (byte-compile-insert-header, byte-compile-output-docform)
9849 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
9850 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
9851 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
9852 (byte-compile-insert, byte-compile-defun):
9853 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
9854 (byte-defop-compiler19): Remove.
9855 Without byte-compile-compatibility, the 'emacs19-opcode property is not
9856 used by anything. Replace all calls with byte-defop-compiler.
9857
9858 2009-11-04 Juri Linkov <juri@jurta.org>
9859
9860 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
9861 (menu-bar-options-menu): Don't quote the `prop' arg of
9862 `menu-bar-make-mm-toggle'.
9863
9864 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
9865
9866 * calendar/calendar.el (cal-loaddefs):
9867 * calendar/diary-lib.el (diary-loaddefs):
9868 * calendar/holidays.el (hol-loaddefs):
9869 * eshell/esh-module.el (esh-groups): Load rather than require.
9870
9871 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
9872
9873 * calendar/todo-mode.el (todo-add-category): Don't hardcode
9874 point-min==1.
9875 (todo-top-priorities): Only display-buffer when called interactively.
9876 (todo-item-start): Don't save excursion point.
9877 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
9878 (todo-insert-item-here, todo-file-item, todo-remove-item):
9879 Adjust uses of todo-item-start and todo-item-end.
9880
9881 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
9882 (autoload-rubric): Don't use any more.
9883 * cedet/semantic/fw.el (semantic/loaddefs):
9884 * cedet/srecode.el (srecode/loaddefs):
9885 * cedet/ede.el (ede/loaddefs): Load rather than require.
9886 * cedet/ede/cpp-root.el:
9887 * cedet/ede/emacs.el:
9888 * cedet/ede/files.el:
9889 * cedet/ede/linux.el:
9890 * cedet/ede/locate.el:
9891 * cedet/ede/make.el:
9892 * cedet/ede/shell.el:
9893 * cedet/ede/speedbar.el:
9894 * cedet/ede/system.el:
9895 * cedet/ede/util.el:
9896 * cedet/semantic/analyze.el:
9897 * cedet/semantic/bovine.el:
9898 * cedet/semantic/complete.el:
9899 * cedet/semantic/ctxt.el:
9900 * cedet/semantic/db-file.el:
9901 * cedet/semantic/db-find.el:
9902 * cedet/semantic/db-global.el:
9903 * cedet/semantic/db-mode.el:
9904 * cedet/semantic/db-typecache.el:
9905 * cedet/semantic/db.el:
9906 * cedet/semantic/debug.el:
9907 * cedet/semantic/dep.el:
9908 * cedet/semantic/doc.el:
9909 * cedet/semantic/edit.el:
9910 * cedet/semantic/find.el:
9911 * cedet/semantic/format.el:
9912 * cedet/semantic/html.el:
9913 * cedet/semantic/ia-sb.el:
9914 * cedet/semantic/ia.el:
9915 * cedet/semantic/idle.el:
9916 * cedet/semantic/lex-spp.el:
9917 * cedet/semantic/lex.el:
9918 * cedet/semantic/mru-bookmark.el:
9919 * cedet/semantic/scope.el:
9920 * cedet/semantic/senator.el:
9921 * cedet/semantic/sort.el:
9922 * cedet/semantic/symref.el:
9923 * cedet/semantic/tag-file.el:
9924 * cedet/semantic/tag-ls.el:
9925 * cedet/semantic/tag-write.el:
9926 * cedet/semantic/tag.el:
9927 * cedet/semantic/util-modes.el:
9928 * cedet/semantic/analyze/complete.el:
9929 * cedet/semantic/analyze/refs.el:
9930 * cedet/semantic/bovine/c.el:
9931 * cedet/semantic/bovine/gcc.el:
9932 * cedet/semantic/bovine/make.el:
9933 * cedet/semantic/bovine/scm.el:
9934 * cedet/semantic/decorate/include.el:
9935 * cedet/semantic/decorate/mode.el:
9936 * cedet/semantic/symref/cscope.el:
9937 * cedet/semantic/symref/global.el:
9938 * cedet/semantic/symref/grep.el:
9939 * cedet/semantic/symref/idutils.el:
9940 * cedet/semantic/symref/list.el:
9941 * cedet/semantic/wisent/java-tags.el:
9942 * cedet/semantic/wisent/javascript.el:
9943 * cedet/srecode/compile.el:
9944 * cedet/srecode/cpp.el:
9945 * cedet/srecode/document.el:
9946 * cedet/srecode/el.el:
9947 * cedet/srecode/expandproto.el:
9948 * cedet/srecode/getset.el:
9949 * cedet/srecode/insert.el:
9950 * cedet/srecode/java.el:
9951 * cedet/srecode/map.el:
9952 * cedet/srecode/mode.el:
9953 * cedet/srecode/template.el:
9954 * cedet/srecode/texi.el: Remove the file-local setting of
9955 generated-autoload-feature.
9956
9957 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
9958 and only put a prop if it is non-nil.
9959
9960 2009-11-03 Juri Linkov <juri@jurta.org>
9961
9962 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
9963 (menu-bar-options-menu): Fix list quoting (Bug#4429).
9964
9965 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
9966 and "Menu" to make top-level menu item visually one unit (like
9967 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
9968 multi-word menu items). Fix :help string for quit-window.
9969
9970 2009-11-03 Glenn Morris <rgm@gnu.org>
9971
9972 * cedet/mode-local.el (with-mode-local): Doc fix.
9973
9974 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
9975 (byte-compile-file-form-define-abbrev-table)
9976 (byte-compile-file-form-custom-declare-variable)
9977 (byte-compile-variable-ref, byte-compile-defvar):
9978 Whether or not a warning is enabled should only affect whether we issue
9979 the warning, not whether or not we collect the relevant data.
9980 Eg warnings can be turned on and off throughout the course of a file.
9981
9982 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
9983 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
9984
9985 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
9986
9987 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
9988 * play/mpuz.el (mpuz-create-buffer):
9989 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
9990 (lm-print-y,s,noise, lm-print-w0, lm-init):
9991 * play/gomoku.el (gomoku-prompt-for-move):
9992 * play/fortune.el (fortune-in-buffer):
9993 * play/dissociate.el (dissociated-press):
9994 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
9995 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
9996 * mail/supercite.el (sc-eref-show):
9997 * mail/smtpmail.el (smtpmail-send-it):
9998 * mail/rmailsum.el (rmail-summary-next-labeled-message)
9999 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
10000 (rmail-summary-undelete-many, rmail-summary-rmail-update)
10001 (rmail-summary-goto-msg, rmail-summary-expunge)
10002 (rmail-summary-get-new-mail, rmail-summary-search-backward)
10003 (rmail-summary-add-label, rmail-summary-output-menu)
10004 (rmail-summary-output-body):
10005 * mail/rfc822.el (rfc822-addresses):
10006 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
10007 * mail/mailpost.el (post-mail-send-it):
10008 * mail/hashcash.el (hashcash-generate-payment):
10009 * mail/feedmail.el (feedmail-run-the-queue)
10010 (feedmail-queue-send-edit-prompt-help-first)
10011 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
10012 (feedmail-deduce-address-list):
10013 * eshell/esh-ext.el (eshell-remote-command):
10014 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
10015 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
10016 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
10017 (viper-save-string-in-file, viper-valid-marker):
10018 * emulation/viper-keym.el (viper-toggle-key):
10019 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
10020 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
10021 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
10022 * emulation/viper-cmd.el (viper-exec-form-in-vi)
10023 (viper-exec-form-in-emacs, viper-brac-function):
10024 * emulation/viper.el (viper-delocalize-var):
10025 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
10026 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
10027 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
10028 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
10029 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
10030 * emulation/edt.el (edt-electric-helpify):
10031 * emulation/cua-rect.el (cua--rectangle-aux-replace):
10032 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
10033 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
10034 (cua-indent-to-global-mark-column):
10035 * calendar/diary-lib.el (calendar-mark-1):
10036 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
10037 Use with-current-buffer.
10038 * emulation/viper.el (viper-delocalize-var): Use dolist.
10039
10040 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
10041
10042 * comint.el (comint-replace-by-expanded-history-before-point):
10043 Replace !! with the previous input string literally (Bug#1795).
10044
10045 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
10046
10047 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
10048 to be made up of whitespace.
10049
10050 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
10051
10052 * minibuffer.el (read-file-name): Don't use file dialogs for
10053 remote directories (Bug#99).
10054
10055 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
10056
10057 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
10058
10059 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
10060
10061 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
10062 instead of deleting the window or frame.
10063
10064 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
10065
10066 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
10067 Support face colors.
10068
10069 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
10070 New function. Support face colors (Bug#1168).
10071 (tex-common-initialization): Use it.
10072
10073 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
10074 mode allows it (Bug#1168).
10075
10076 2009-10-31 Juri Linkov <juri@jurta.org>
10077
10078 * facemenu.el (list-colors-display): Don't mark buffer as
10079 modified (Bug#3948).
10080
10081 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
10082
10083 * international/mule-diag.el (list-character-sets-1): Minor
10084 message fix (Bug#3526).
10085
10086 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
10087 face property (Bug#4834).
10088 (etags-list-tags, etags-tags-apropos-additional)
10089 (etags-tags-apropos, tags-select-tags-table): Add follow-link
10090 property.
10091
10092 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
10093 items.
10094
10095 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
10096 items.
10097
10098 * cedet/ede.el (ede-minor-mode):
10099 * cedet/semantic.el (semantic-mode): Toggle menu separators.
10100
10101 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10102
10103 * textmodes/two-column.el (2C-split):
10104 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
10105 * textmodes/tex-mode.el (tex-set-buffer-directory):
10106 * textmodes/spell.el (spell-region, spell-string):
10107 * textmodes/reftex.el (reftex-erase-buffer):
10108 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
10109 * textmodes/reftex-toc.el (reftex-toc-promote-action):
10110 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
10111 (reftex-select-item):
10112 * textmodes/reftex-ref.el (reftex-label-info-update)
10113 (reftex-offer-label-menu):
10114 * textmodes/reftex-index.el (reftex-index-change-entry)
10115 (reftex-index-phrases-info):
10116 * textmodes/reftex-global.el (reftex-create-tags-file)
10117 (reftex-save-all-document-buffers, reftex-ensure-write-access):
10118 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
10119 (reftex-view-crossref-from-bibtex):
10120 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
10121 (reftex-extract-bib-entries-from-thebibliography)
10122 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
10123 * textmodes/refbib.el (r2b-capitalize-title):
10124 (r2b-convert-buffer, r2b-help):
10125 * textmodes/page-ext.el (pages-directory)
10126 (pages-directory-goto-with-mouse):
10127 * textmodes/bibtex.el (bibtex-validate-globally):
10128 * textmodes/bib-mode.el (bib-capitalize-title):
10129 * textmodes/artist.el (artist-clear-buffer, artist-system):
10130 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
10131 (local-set-scheme-interaction-buffer, xscheme-process-filter)
10132 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
10133 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
10134 (xscheme-send-control-g-interrupt, xscheme-start-process)
10135 (xscheme-process-sentinel, xscheme-cd):
10136 * progmodes/verilog-mode.el (verilog-read-always-signals)
10137 (verilog-set-define, verilog-getopt-file)
10138 (verilog-module-inside-filename-p):
10139 * progmodes/sh-script.el:
10140 * progmodes/python.el (python-pdbtrack-get-source-buffer)
10141 (python-pdbtrack-grub-for-buffer, python-execute-file):
10142 * progmodes/octave-inf.el (inferior-octave):
10143 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
10144 (idlwave-shell-compile-helper-routines, idlwave-set-local)
10145 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
10146 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
10147 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
10148 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
10149 (idlwave-shell-filter, idlwave-shell-examine-highlight)
10150 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
10151 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
10152 (idlwave-shell-examine-display, idlwave-shell-run-region)
10153 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
10154 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
10155 * progmodes/idlw-help.el (idlwave-help-get-special-help)
10156 (idlwave-help-get-help-buffer):
10157 * progmodes/gud.el (gud-basic-call, gud-find-class)
10158 (gud-tooltip-activate-mouse-motions-if-enabled):
10159 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
10160 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
10161 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
10162 (ebrowse-tags-next-file):
10163 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
10164 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
10165 (ebnf-eps-finish-and-write):
10166 * progmodes/cpp.el (cpp-edit-save):
10167 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
10168 * progmodes/cc-defs.el (c-emacs-features):
10169 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
10170 (antlr-directory-dependencies):
10171 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
10172 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
10173 (ada-find-any-references, ada-make-filename-from-adaname)
10174 (ada-make-body-gnatstub):
10175 * obsolete/rnews.el (news-list-news-groups):
10176 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
10177 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
10178 * net/rcirc.el (rcirc-debug):
10179 * net/newst-treeview.el (newsticker--treeview-list-add-item)
10180 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
10181 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
10182 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
10183 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
10184 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
10185 (newsticker--treeview-list-clear-highlight)
10186 (newsticker--treeview-list-update-highlight)
10187 (newsticker--treeview-list-highlight-start)
10188 (newsticker--treeview-tree-update-highlight)
10189 (newsticker--treeview-get-selected-item)
10190 (newsticker-treeview-mark-list-items-old)
10191 (newsticker--treeview-set-current-node):
10192 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
10193 * net/newst-backend.el (newsticker--get-news-by-funcall)
10194 (newsticker--get-news-by-wget, newsticker--image-get)
10195 (newsticker--image-sentinel):
10196 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
10197 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
10198 (eudc-ph-close-session):
10199 * net/eudc.el (eudc-save-options):
10200 * language/thai-word.el (thai-update-word-table):
10201 * language/japan-util.el (japanese-string-conversion):
10202 * international/titdic-cnv.el (tsang-quick-converter)
10203 (ziranma-converter, ctlau-converter):
10204 * international/mule-cmds.el (describe-language-environment):
10205 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
10206 (skkdic-convert-postfix, skkdic-convert-prefix):
10207 (skkdic-convert-okuri-nasi, skkdic-convert):
10208 * emacs-lisp/re-builder.el (reb-update-overlays):
10209 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
10210 * emacs-lisp/gulp.el (gulp-send-requests):
10211 * emacs-lisp/find-gc.el (trace-call-tree):
10212 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
10213 (eieio-describe-generic):
10214 * emacs-lisp/eieio-base.el (eieio-persistent-read):
10215 * emacs-lisp/edebug.el (edebug-outside-excursion):
10216 * emacs-lisp/debug.el (debugger-make-xrefs):
10217 * emacs-lisp/cust-print.el (custom-prin1-to-string):
10218 * emacs-lisp/chart.el (chart-new-buffer):
10219 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
10220 Use with-current-buffer.
10221 * textmodes/artist.el (artist-system): Don't call
10222 copy-sequence on a fresh string.
10223 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
10224
10225 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
10226
10227 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
10228 is no item to edit. (Bug#4820)
10229 (todo-top-priorities): Restore point and restore narrowing in Todo
10230 buffer. (Bug#4820)
10231
10232 2009-10-31 Glenn Morris <rgm@gnu.org>
10233
10234 * net/ange-ftp.el (top-level): Don't require dired when compiling.
10235 (comint-last-output-start, comint-last-input-start)
10236 (comint-last-input-end): Don't defvar when compiling.
10237 (ange-ftp-process-file): Use bound-and-true-p.
10238
10239 * pcmpl-rpm.el (top-level): Move provide statement to end.
10240 (pcmpl-rpm): Remove unused custom group.
10241
10242 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
10243
10244 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
10245
10246 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10247 (byte-compile-warnings): Add `constants' as an option.
10248 (byte-compile-callargs-warn, byte-compile-arglist-warn)
10249 (display-call-tree): Update for byte-compile-fdefinition possibly
10250 returning `(macro lambda ...)'. (Bug#4778)
10251 (byte-compile-variable-ref, byte-compile-setq-default):
10252 Respect `constants' member of byte-compile-warnings.
10253
10254 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
10255 Use mapc rather than mapcar because the return value is never used.
10256
10257 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
10258 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
10259 * cedet/semantic/html.el:
10260 Suppress harmless warnings about setting up semantic-imenu (not
10261 part of Emacs) variables.
10262
10263 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10264
10265 * vc-bzr.el (vc-bzr-revision-keywords): New var.
10266 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
10267 to "submit:".
10268
10269 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
10270 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
10271 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
10272 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
10273 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
10274 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
10275 (semantic-analyzer-debug-global-symbol)
10276 (semantic-analyzer-debug-missing-innertype)
10277 (semantic-analyzer-debug-insert-include-summary):
10278 * cedet/semantic/util.el (semantic-file-tag-table):
10279 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
10280 (semantic-recursive-find-nonterminal-by-name):
10281 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
10282 * cedet/semantic/tag-file.el (semantic-prototype-file):
10283 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
10284 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
10285 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
10286 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
10287 (semantic-idle-summary-maybe-highlight):
10288 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
10289 (semantic-ia-sb-tag-info):
10290 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
10291 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
10292 * cedet/semantic/ede-grammar.el (project-compile-target):
10293 (ede-proj-makefile-insert-variables):
10294 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
10295 (semantic-debug-set-source-location, semantic-debug-interface-layout)
10296 (semantic-debug-mode, semantic-debug):
10297 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
10298 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
10299 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
10300 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
10301 (semanticdb-find-translate-path-includes--internal)
10302 (semanticdb-reset-log, semanticdb-find-log-activity):
10303 * cedet/semantic/db-file.el (object-write):
10304 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
10305 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
10306 (semanticdb-create-ebrowse-database):
10307 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
10308 * cedet/semantic/complete.el (semantic-displayor-focus-request)
10309 (semantic-collector-calculate-completions-raw)
10310 (semantic-complete-read-tag-analyzer):
10311 * cedet/semantic/analyze.el (semantic-analyze-pulse):
10312 * cedet/ede/util.el (ede-update-version-in-source):
10313 * cedet/ede/proj.el (project-delete-target):
10314 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
10315 (ede-proj-flush-autoconf):
10316 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
10317 (ede-proj-configure-synchronize):
10318 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
10319 * cedet/ede/linux.el (ede-linux-version):
10320 * cedet/ede/emacs.el (ede-emacs-version):
10321 * cedet/ede/dired.el (ede-dired-add-to-target):
10322 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
10323 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
10324 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
10325 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
10326 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
10327 (cedet-idutils-version-check):
10328 * cedet/cedet-global.el (cedet-gnu-global-call):
10329 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
10330 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
10331 * cedet/cedet-cscope.el (cedet-cscope-call)
10332 (cedet-cscope-expand-filename, cedet-cscope-version-check):
10333 Use with-current-buffer.
10334 * cedet/ede.el (ede-make-project-local-variable)
10335 (ede-set-project-variables, ede-set): Use dolist.
10336
10337 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
10338
10339 * textmodes/ispell.el (ispell-skip-region-alist):
10340 * international/mule-conf.el (eight-bit):
10341 * international/fontset.el (font-encoding-alist):
10342 * startup.el (pure-space-overflow-message):
10343 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
10344 * paths.el (gnus-nntp-service, rmail-spool-directory)
10345 (term-file-prefix):
10346 * files.el (save-some-buffers-action-alist):
10347 * cmuscheme.el (same-window-buffer-names):
10348 * ielm.el (same-window-buffer-names):
10349 * shell.el (same-window-buffer-names):
10350 * mail/sendmail.el (same-window-buffer-names):
10351 * progmodes/inf-lisp.el (same-window-buffer-names):
10352 * bindings.el (mode-line-client)
10353 (mode-line-column-line-number-mode-map):
10354 * language/tibetan.el (tibetan-precomposition-rule-regexp)
10355 (tibetan-precomposed-regexp): Purecopy string arguments.
10356
10357 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10358
10359 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
10360 (calcDigit-nondigit):
10361 * calc/calc-yank.el (calc-copy-to-buffer):
10362 * calc/calc-units.el (calc-invalidate-units-table):
10363 * calc/calc-trail.el (calc-trail-yank):
10364 * calc/calc-store.el (calc-insert-variables):
10365 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
10366 * calc/calc-prog.el (calc-read-parse-table):
10367 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
10368 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
10369 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
10370 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
10371 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
10372 (calc-graph-name, calc-graph-find-command, calc-graph-view)
10373 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
10374 * calc/calc-ext.el (calc-realign):
10375 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
10376 (calc-embedded-finish-edit, calc-embedded-make-info)
10377 (calc-embedded-finish-command, calc-embedded-stack-change):
10378 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
10379
10380 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
10381 (overload-docstring-extension): Use that info.
10382 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
10383 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
10384 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
10385 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
10386 (semantic-nonterminal-full-name): Add the new `when' info.
10387 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
10388 `assert'.
10389
10390 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
10391 shell-dynamic-complete-filename in preference to
10392 comint-dynamic-complete-filename.
10393
10394 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10395 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10396 Don't consider whether the display supports colors.
10397 (bookmark-import-new-list): Use dolist.
10398 (bookmark-bmenu-mode-map): Move initialization into declaration.
10399 (bookmark-bmenu-list): Use dolist, simplify.
10400 (bookmark-show-all-annotations): Use save-selected-window and dolist.
10401 (menu-bar-final-items): Use push.
10402
10403 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
10404
10405 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
10406 it works on remote files.
10407 (vc-hg-diff): Don't pass any `--cwd' argument.
10408
10409 2009-10-27 Kevin Ryde <user42@zip.com.au>
10410
10411 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
10412 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
10413 (Further to Bug#3921).
10414
10415 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
10416
10417 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
10418 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
10419 calling `tramp-imap-put-file'. Add file size to the call.
10420 (tramp-imap-get-file-entries): Compute also user name, file size,
10421 and date.
10422 (tramp-imap-handle-insert-directory): Insert uid and gid.
10423 (tramp-imap-handle-file-attributes): Transform uid and gid
10424 according to `id-format'.
10425 (tramp-imap-put-file): New optional parameter SIZE. Encode file
10426 size in header X-Size.
10427
10428 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
10429
10430 * simple.el (transpose-subr): Give clearer error when the mark
10431 is not set. (Bug#4807)
10432
10433 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
10434
10435 * net/tramp.el (tramp-perl-file-truename): New defconst.
10436 Perl code contributed by yary <not.com@gmail.com> (tiny change).
10437 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
10438 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
10439 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
10440
10441 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
10442 Ignore `dired-call-process'.
10443 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
10444
10445 2009-10-26 Julian Scheid <julians37@gmail.com>
10446
10447 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
10448 (tramp-get-remote-readlink): New defun.
10449 (tramp-handle-file-truename): Use it.
10450 (tramp-handle-file-exists-p): Check file-attributes cache, assume
10451 file exists if cache value present.
10452 (tramp-check-cached-permissions): New defun.
10453 (tramp-handle-file-readable-p): Use it.
10454 (tramp-handle-file-writable-p): Likewise.
10455 (tramp-handle-file-executable-p): Likewise.
10456 (tramp-handle-file-name-all-completions): Try using Perl to get
10457 partial completions. When perl not available, combine `cd' and
10458 `ls' into single remote operation and use shell expansion to get
10459 partial remote directory contents. Set `file-exists-p' cache for
10460 directory and any files returned by ls. Change cache handling to
10461 support partial directory contents. Use error message emitted by
10462 remote `cd' or Perl code for local tramp-error.
10463 (tramp-do-copy-or-rename-file-directly): Avoid separate
10464 tramp-send-command-and-check call.
10465 (tramp-handle-process-file): Merge three remote ops into one.
10466 Do not flush all caches when `process-file-side-effects' is set.
10467 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
10468 file-attributes shows uid/gid to be set already.
10469
10470 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
10471
10472 * textmodes/tex-mode.el (tex-dvi-view-command)
10473 (tex-show-queue-command, tex-open-quote):
10474 * progmodes/ruby-mode.el (auto-mode-alist)
10475 (interpreter-mode-alist): Purecopy strings.
10476
10477 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
10478
10479 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
10480 string for the hook, keymap and abbrev table.
10481
10482 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
10483
10484 * x-dnd.el (x-dnd-xdnd-to-action):
10485 * startup.el (fancy-startup-text, fancy-about-text): Change to
10486 defconst from defvar.
10487
10488 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
10489
10490 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
10491 Purecopy initialization strings.
10492
10493 * mail/sendmail.el (mail-header-separator)
10494 (mail-personal-alias-file):
10495 * mail/rmail.el (rmail-default-dont-reply-to-names)
10496 (rmail-ignored-headers, rmail-retry-ignored-headers)
10497 (rmail-highlighted-headers, rmail-secondary-file-directory)
10498 (rmail-secondary-file-regexp):
10499 * files.el (null-device, file-name-invalid-regexp)
10500 (locate-dominating-stop-dir-regexp)
10501 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
10502 (interpreter-mode-alist): Use mapcar instead of mapc.
10503
10504 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
10505
10506 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
10507 (completion-ignored-extensions):
10508 (debug-ignored-errors): Purecopy strings.
10509
10510 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
10511
10512 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
10513 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
10514 (pcomplete--here): Use push.
10515
10516 * subr.el (all-completions): Declare the 4th arg obsolete.
10517
10518 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10519
10520 * pcomplete.el (pcomplete-unquote-argument-function): New var.
10521 (pcomplete-unquote-argument): New function.
10522 (pcomplete--common-suffix): Always pay attention to case.
10523 (pcomplete--table-subvert): Quote and unquote the text.
10524 (pcomplete--common-quoted-suffix): New function.
10525 (pcomplete-std-complete): Use it and pcomplete-begin.
10526
10527 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
10528 we're inside a dedicated or minibuffer window.
10529
10530 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10531
10532 * cedet/semantic/fw.el (semantic-alias-obsolete)
10533 (semantic-varalias-obsolete): Make the `when' arg mandatory.
10534 (define-mode-overload-implementation):
10535 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
10536 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
10537 * cedet/semantic/util.el (semantic-file-token-stream)
10538 (semantic-something-to-stream):
10539 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
10540 (semantic-expand-nonterminal):
10541 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
10542 (semantic-find-dependency, semantic-find-nonterminal)
10543 (semantic-find-dependency):
10544 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
10545 (semantic-flex-text, semantic-flex-make-keyword-table)
10546 (semantic-flex-keyword-p, semantic-flex-keyword-put)
10547 (semantic-flex-keyword-get, semantic-flex-map-keywords)
10548 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
10549 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
10550 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
10551 (semantic-after-idle-scheduler-reparse-hooks):
10552 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
10553 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
10554 * cedet/semantic.el (semantic-toplevel-bovine-table)
10555 (semantic-toplevel-bovine-cache)
10556 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
10557 (semantic-init-mode-hooks, semantic-init-db-hooks)
10558 (semantic-bovination-working-type): Provide the `when' arg.
10559
10560 2009-10-24 Karl Fogel <kfogel@red-bean.com>
10561
10562 * bookmark.el: Update documentation, especially documentation
10563 of `bookmark-alist' and of the bookmark file format.
10564 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
10565
10566 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
10567
10568 * mail/emacsbug.el (report-emacs-bug): Clarify that the
10569 keybindings apply to the mail buffer (Bug#4003). Shrink help
10570 window to buffer.
10571
10572 * whitespace.el (whitespace-mode, whitespace-newline-mode)
10573 (global-whitespace-mode, global-whitespace-newline-mode)
10574 (whitespace-toggle-options, global-whitespace-toggle-options):
10575 Doc fix (Bug#3660).
10576
10577 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
10578 of xmltok-start before the end tag was inserted (Bug#2840).
10579
10580 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
10581 patterns that are preceded by an open-paren (Bug#1320).
10582
10583 2009-10-24 Sven Joachim <svenjoac@gmx.de>
10584
10585 * files.el (delete-directory): Delete symlinks to directories with
10586 delete-file (Bug#4739).
10587
10588 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
10589
10590 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
10591 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
10592 argument to make-obsolete.
10593
10594 * cedet/semantic/fw.el (semantic-alias-obsolete)
10595 (semantic-varalias-obsolete): Add optional WHEN argument.
10596
10597 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
10598
10599 * vc.el (vc-backend-for-registration): Rename from
10600 vc-get-backend-for-registration. Update callers.
10601
10602 * international/mule-cmds.el (set-language-info-alist):
10603 Purecopy lang-env.
10604 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
10605 (charset): Purecopy the name.
10606 (define-char-code-property): Purecopy string arguments.
10607
10608 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10609 Purecopy string arguments.
10610
10611 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10612 * ediff-hook.el (menu-bar-ediff-menu):
10613 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
10614 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
10615
10616 2009-10-24 Glenn Morris <rgm@gnu.org>
10617
10618 * comint.el (comint-dynamic-list-completions):
10619 * term.el (term-dynamic-list-completions): Use choose-completion rather
10620 than obsolete alias mouse-choose-completion.
10621
10622 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
10623 file-cache-choose-completion.
10624 (file-cache-choose-completion): Handle an optional event argument.
10625 (file-cache-mouse-choose-completion): Make it an obsolete alias.
10626
10627 * progmodes/octave-mod.el (octave-complete-symbol):
10628 Use choose-completion if mouse-choose-completion is ever removed.
10629
10630 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
10631 use.
10632
10633 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
10634 compiler.
10635
10636 * vc-hooks.el (vc-responsible-backend): Fix declaration.
10637
10638 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
10639
10640 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
10641 Ignore `pred' now that we receive one.
10642 Handle test-completion specially.
10643
10644 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
10645
10646 * vc.el (vc-responsible-backend): Throw an error if not backend is
10647 found. Remove the REGISTER argument. Move the code dealing with
10648 REGISTER ...
10649 (vc-get-backend-for-registration): ... here. New function.
10650 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
10651 of vc-responsible-backend, pass the file name instead of the
10652 directory name.
10653
10654 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
10655
10656 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
10657 New funs.
10658 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
10659 (pcomplete-comint-setup): Don't modify a global var via
10660 accidental side-effects.
10661 (pcomplete-shell-setup): Adjust call accordingly.
10662 (pcomplete-parse-comint-arguments): Use push.
10663
10664 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
10665
10666 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
10667 Allow uncapitalized info node names (Bug#3921).
10668
10669 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
10670 to the DEBUG file (Bug#3781).
10671
10672 2009-10-23 Jari Aalto <jari.aalto@cante.net>
10673
10674 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
10675 dictionary entry (Bug#4579).
10676
10677 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
10678
10679 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
10680 from `rfn-eshadow-update-overlay-hook' when unloading.
10681 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
10682 "rsyncc". Adjust doc string.
10683 (tramp-temp-buffer-file-name): New buffer-local defvar.
10684 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10685 Keep temporary file when indicated by method ("rsync" and
10686 "rsyncc").
10687 (tramp-handle-write-region): Handle APPEND.
10688 (tramp-delete-temp-file-function): New defun. Added to
10689 `kill-buffer-hook'.
10690
10691 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
10692
10693 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
10694
10695 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
10696
10697 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
10698 (color-name-rgb-alist, tty-standard-colors)
10699 (tty-color-mode-alist): Change to defconst.
10700
10701 * simple.el (mark-inactive): Purecopy message.
10702
10703 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
10704 (global-map, yank-menu):
10705 * textmodes/ispell.el (ispell-menu-map):
10706 * net/eudc.el (eudc-tools-menu):
10707 * international/mule-cmds.el (describe-language-environment-map)
10708 (setup-language-environment-map, set-coding-system-map)
10709 (mule-menu-keymap):
10710 * vc-hooks.el (vc-menu-entry, vc-menu-map):
10711 * replace.el (occur-mode-map):
10712 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
10713
10714 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
10715
10716 * calc/calc.el (math-read-number, math-read-number-simple): Use
10717 `save-match-data'.
10718
10719 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
10720
10721 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
10722 rather than fiddling with global-map bindings, since it should only
10723 affect per-terminal settings.
10724 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
10725
10726 * minibuffer.el (completion-table-with-terminator): Allow to specify
10727 the terminator-regexp.
10728
10729 * simple.el (switch-to-completions): Look for *Completions* in other
10730 frames as well.
10731
10732 * pcomplete.el: Allow the use of completion-tables.
10733 (pcomplete-std-complete): New command.
10734 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
10735 (pcomplete--here): Use a function for `form' rather than an expression,
10736 so it can be byte-compiled.
10737 (pcomplete-here, pcomplete-here*): Adjust accordingly.
10738 Add edebug declaration.
10739 (pcomplete-show-completions): Remove unused var `curbuf'.
10740 (pcomplete-do-complete, pcomplete-stub):
10741 Don't assume `completions' is a list of strings any more.
10742
10743 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
10744
10745 * find-dired.el (find-name-arg): Fix typo in docstring.
10746
10747 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
10748
10749 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
10750 (pcmpl-linux-fs-types): Same, and update to new modules layout.
10751
10752 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
10753 pcomplete-entries.
10754
10755 * comint.el (comint-read-input-ring, comint-write-input-ring)
10756 (comint-substitute-in-file-name)
10757 (comint-dynamic-complete-as-filename)
10758 (comint-dynamic-simple-complete)
10759 (comint-dynamic-list-filename-completions)
10760 (comint-dynamic-list-completions)
10761 (comint-redirect-results-list-from-process): Minor simplifications.
10762
10763 2009-10-21 Kevin Ryde <user42@zip.com.au>
10764
10765 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
10766 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
10767 the first form. And insert a blank line after ";;; Code" since
10768 that's usual style. (Bug#4612)
10769
10770 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
10771
10772 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10773
10774 * minibuffer.el (completion-table-with-terminator): Properly implement
10775 boundaries, in case `terminator' appears in the suffix.
10776 (completion--embedded-envvar-table): Don't return boundaries if
10777 there's no valid completion. Simplify.
10778 (completion-file-name-table): New completion table extracted from
10779 completion--file-name-table.
10780 (completion--file-name-table): Use it.
10781 (read-file-name-predicate): Declare obsolete.
10782 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
10783 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
10784 completion-file-name-table, and use the `pred' argument.
10785 * files.el (locate-file-completion-table): Use the `pred' arg rather
10786 than read-file-name-predicate.
10787 (abbreviate-file-name): Use \` rather than ^ for BOS.
10788
10789 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
10790
10791 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
10792 vc-responsible-backend to register, it causes problems.
10793
10794 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10795
10796 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
10797
10798 2009-10-21 Eric Ludlam <zappo@gnu.org>
10799
10800 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
10801 (semantic-c-debug-mode-init-pch): New functions.
10802 (semantic-c-debug-mode-init-last-mode): New var.
10803 (semantic-c-parse-lexical-token): Use them.
10804
10805 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
10806 When extracting the argument list, limit only by point-max.
10807
10808 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
10809
10810 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
10811 (tramp-smb-handle-file-attributes): Use it.
10812 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
10813 (tramp-smb-handle-insert-directory): Use `mapc' rather than
10814 `mapcar'. Use `tramp-smb-get-stat-capability'.
10815 Add `dired-filename' text properties.
10816 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
10817 (tramp-smb-maybe-open-connection): Simplify check for smbclient
10818 version.
10819
10820 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
10821
10822 * subr.el (read-key-delay): Reduce to 0.01.
10823 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
10824 (bug#4751).
10825
10826 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
10827
10828 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
10829
10830 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
10831 (Info-menu): Remove unused vars `last' and `completions'.
10832 (Info-index-nodes): Remove unused var `node'.
10833
10834 * info.el (Info-complete-menu-item): Use complete-with-action.
10835
10836 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
10837
10838 Make vc-annotate work through copies and renames.
10839 * vc-annotate.el (vc-annotate-extract-revision-at-line):
10840 Return the file name too.
10841 (vc-annotate-revision-at-line)
10842 (vc-annotate-find-revision-at-line)
10843 (vc-annotate-revision-previous-to-line)
10844 (vc-annotate-show-log-revision-at-line): Update to get the file
10845 name from vc-annotate-extract-revision-at-line.
10846 (vc-annotate-show-diff-revision-at-line-internal): Change the
10847 argument to mean whether to show a file diff or not. Get the file
10848 name from vc-annotate-extract-revision-at-line.
10849 (vc-annotate-show-diff-revision-at-line):
10850 Update vc-annotate-show-diff-revision-at-line call.
10851 (vc-annotate-warp-revision): Add an optional file argument.
10852
10853 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
10854 (vc-git-annotate-extract-revision-at-line): Also return the file
10855 name if found.
10856
10857 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
10858 command. Remove unused code.
10859 (vc-hg-annotate-re): Update to match --follow output.
10860 (vc-hg-annotate-extract-revision-at-line): Also return the file
10861 name if found.
10862
10863 * vc.el: Update annotate-extract-revision-at-line documentation.
10864
10865 2009-10-18 Kevin Ryde <user42@zip.com.au>
10866
10867 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
10868 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
10869
10870 * net/browse-url.el (browse-url): Identify alist with "consp and
10871 not functionp" and let all other things go down the `apply' leg,
10872 as suggested by Stefan. (Further to bug#4531.)
10873
10874 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
10875
10876 * minibuffer.el (read-file-name): Check for repeat before putting
10877 a default argument in file-name-history (Bug#4657).
10878
10879 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
10880 read syntax (Bug#4737).
10881
10882 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
10883
10884 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10885
10886 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
10887 (html-tag-alist, html-tag-help): Add descriptions for undocumented
10888 entries and make note of obsolete tags.
10889
10890 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
10891
10892 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
10893
10894 2009-10-18 Glenn Morris <rgm@gnu.org>
10895
10896 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
10897 grep, so that binary files (eg international/uni-bidi.el) can match.
10898 Remove test for "UnicodeData" files, since it is hopefully unnecessary
10899 now, and in any case the file header format has changed.
10900
10901 2009-10-17 Glenn Morris <rgm@gnu.org>
10902
10903 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
10904 (flyspell-get-word, flyspell-large-region)
10905 (flyspell-auto-correct-previous-word): Doc/error message fixes.
10906
10907 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
10908
10909 * Makefile.in (ELCFILES): Add ede/shell.
10910
10911 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
10912
10913 * term/common-win.el (x-colors): Purecopy it.
10914
10915 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10916
10917 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
10918 permissive for when the buffer is empty.
10919 (tar-header-block-tokenize): Decode the username and groupname.
10920 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
10921
10922 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
10923
10924 * cedet/srecode/srt.el:
10925 * cedet/srecode/compile.el:
10926 * cedet/semantic/mru-bookmark.el:
10927 * cedet/semantic/debug.el:
10928 * cedet/semantic/complete.el:
10929 * cedet/semantic/analyze.el: Require CL when compiling.
10930
10931 2009-10-17 Eric Ludlam <zappo@gnu.org>
10932
10933 * cedet/semantic/scope.el
10934 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
10935 tmpscope so that the regular scope will continue to work.
10936
10937 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
10938 Use semantic-idle-summary-highlight-face as the highlighting.
10939
10940 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
10941 contains multibyte characters, choose first applicable coding
10942 system automatically.
10943
10944 * cedet/ede/project-am.el (project-run-target): New method.
10945 (project-run-target): New method.
10946
10947 * cedet/ede.el (ede-target): Add run target menu item.
10948 (ede-project, ede-minor-keymap): Add ede-run-target binding.
10949 (ede-run-target): New function.
10950 (ede-target::project-run-target): New method.
10951
10952 * cedet/ede/proj.el (project-run-target): New method.
10953
10954 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
10955 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
10956 Add :rules.
10957 (ede-proj-target-makefile-shared-object): Only libtool compilers
10958 now available. Add linkers for libtool.
10959 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
10960 (ede-proj-makefile-target-name): Always use .la extension.
10961
10962 * cedet/ede/proj-prog.el (project-run-target): New method.
10963
10964 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
10965 (ede-g++-linker): Change Change link lines.
10966
10967 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
10968 When searching for old variables, go to the end of the buffer and
10969 search backward from there.
10970 (ede-proj-makefile-automake-insert-subdirs)
10971 (ede-proj-makefile-automake-insert-extradist): New methods.
10972 (ede-proj-makefile-create): Use them.
10973
10974 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
10975 Force FILE to expand to the current target. Use file-exists-p to
10976 check that it exists.
10977
10978 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
10979 (ede-linux-load): Wrap dir in file-name-as-directory.
10980 Set :version slot.
10981
10982 * cedet/ede/files.el (ede-get-locator-object): When enabling
10983 locate, do so on "top".
10984
10985 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
10986 file-name-as-directory during compare.
10987 (ede-emacs-version): Return Emacs/XEmacs differentiator.
10988 Get version number from different places. Don't call egrep.
10989 (ede-emacs-load): Set :version slot. Call file-name-as-directory
10990 to set the directory.
10991
10992 * cedet/ede/shell.el: New file.
10993
10994 * cedet/inversion.el (inversion-decoders): Allow for stray . in
10995 alpha/beta variants.
10996
10997 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10998
10999 * international/mule-cmds.el (select-safe-coding-system): If the file
11000 has a coding cookie, use it regardless of any other setting (bug#4712).
11001
11002 2009-10-17 Glenn Morris <rgm@gnu.org>
11003
11004 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
11005 All errors should have messages.
11006
11007 * foldout.el (foldout-mouse-swallow-events):
11008 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
11009
11010 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
11011 (dired-keep-marker-copy, dired-keep-marker-hardlink)
11012 (dired-keep-marker-symlink, dired-dwim-target)
11013 (dired-copy-preserve-time): Do not autoload these defcustoms.
11014
11015 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
11016 messages from messing up the file coding. (Bug#4623)
11017
11018 2009-10-17 Jari Aalto <jari.aalto@cante.net>
11019
11020 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
11021 if no match is found for the current dictionary. (Bug#4578)
11022
11023 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
11024 optional, since that is how it is documented, and this is often called
11025 with a nil argument. (Bug#4577)
11026 (flyspell-external-point-words, flyspell-auto-correct-word)
11027 (flyspell-correct-word-before-point, flyspell-word-search-forward)
11028 (flyspell-word-search-backward): Remove nil argument in calls to
11029 flyspell-get-word, since it is not needed now.
11030
11031 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
11032
11033 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
11034
11035 2009-10-16 Glenn Morris <rgm@gnu.org>
11036
11037 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
11038
11039 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
11040
11041 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
11042 (ange-ftp-file-size): New function.
11043 (ange-ftp-file-attributes): Use it.
11044
11045 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
11046
11047 * net/tramp-smb.el (tramp-smb-version): New defvar.
11048 (tramp-smb-maybe-open-connection): Use it, in order to avoid
11049 repeated checks.
11050
11051 2009-10-16 Glenn Morris <rgm@gnu.org>
11052
11053 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
11054 Maybe copy some custom properties from old to new name. (Bug#4706)
11055
11056 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
11057
11058 * subr.el (error, sit-for, start-process-shell-command)
11059 (start-file-process-shell-command): Set the calling convention
11060 after the function definition.
11061
11062 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11063
11064 * subr.el (error, sit-for, start-process-shell-command)
11065 (start-file-process-shell-command): Use the new
11066 set-advertised-calling-convention feature.
11067
11068 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
11069
11070 * international/ucs-normalize.el (ucs-normalize-version):
11071 Change to 1.2.
11072 (check-range): Adjust for Unicode 5.2.
11073
11074 2009-10-15 Juri Linkov <juri@jurta.org>
11075
11076 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
11077 to the `menu-item' format.
11078
11079 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
11080
11081 * net/tramp.el (tramp-replace-environment-variables): Do not fail
11082 if the environment variable does not exist.
11083
11084 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11085 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
11086 parameter.
11087 (tramp-smb-handle-add-name-to-file)
11088 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11089 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11090 (tramp-smb-handle-file-attributes)
11091 (tramp-smb-do-file-attributes-with-stat)
11092 (tramp-smb-handle-file-local-copy)
11093 (tramp-smb-handle-insert-directory)
11094 (tramp-smb-handle-make-directory)
11095 (tramp-smb-handle-make-directory-internal)
11096 (tramp-smb-handle-make-symbolic-link)
11097 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
11098 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
11099 (tramp-smb-maybe-open-connection): Apply the changed parameters.
11100 (tramp-smb-read-file-entry): Read Disk names in compressed format.
11101 Handle long file names.
11102 (tramp-smb-get-cifs-capabilities): Check, whether the connection
11103 process is running.
11104 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
11105 Read share names with "-g" option.
11106
11107 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
11108
11109 * net/rcirc.el (rcirc-view-log-file): New command.
11110 (rcirc-track-minor-mode-map): Remove C-c ` binding.
11111 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
11112 specified.
11113
11114 2009-10-15 Glenn Morris <rgm@gnu.org>
11115
11116 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
11117 from the second command-line argument.
11118 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
11119 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
11120 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
11121 w32-batch-update-autoloads.
11122 * emacs-lisp/autoload.el (autoload-make-program): New variable.
11123 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
11124
11125 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
11126 the headers cannot be located. Simplify, subtracting superflous
11127 save-excursions.
11128
11129 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
11130
11131 Replace completion-base-size by completion-base-position to fix bugs
11132 such as (bug#4699).
11133 * simple.el (completion-base-position): New var.
11134 (completion-base-size): Mark as obsolete.
11135 (choose-completion): Make it work for mouse events as well.
11136 Pass the new base-position to choose-completion-string.
11137 (choose-completion-guess-base-position): New function, extracted from
11138 choose-completion-delete-max-match.
11139 (choose-completion-delete-max-match): Use it. Make obsolete.
11140 (choose-completion-string): Use the new base-position info.
11141 (completion-root-regexp): Delete.
11142 (completion-setup-function): Preserve completion-base-position.
11143 Eliminate obsolete base-size manipulation.
11144 * minibuffer.el (display-completion-list): Don't mess with base-size.
11145 (minibuffer-completion-help): Set completion-base-position instead.
11146 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
11147 choose-completion.
11148 * textmodes/bibtex.el (bibtex-complete):
11149 * emacs-lisp/crm.el (crm--choose-completion-string):
11150 Adjust to new calling convention.
11151 * complete.el (partial-completion-mode): Use minibufferp to avoid
11152 bumping into incompatible change to choose-completion-string-functions.
11153 * ido.el (ido-choose-completion-string): Make its calling convention
11154 more permissive.
11155 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
11156 base-size manipulation.
11157 (comint-dynamic-list-input-ring): Use dotimes and push.
11158 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
11159 fundamental-mode. Use `or'.
11160
11161 2009-10-14 Juri Linkov <juri@jurta.org>
11162
11163 * misearch.el (multi-isearch-next-buffer-from-list)
11164 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
11165
11166 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11167
11168 * Makefile.in (compile-onefile): Load `bytecomp' rather than
11169 `bytecomp.el'.
11170
11171 * minibuffer.el (completion-pcm--merge-completions): Make sure the
11172 string we return is all made up of text from the completions rather
11173 than part from the completions and part from the input (bug#4219).
11174
11175 * ido.el (ido-everywhere): Use define-minor-mode.
11176
11177 * buff-menu.el (list-buffers, ctl-x-map):
11178 Mark the entry points with ;;;###autoload cookies.
11179
11180 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
11181
11182 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
11183 correctly in the detached head case.
11184 (vc-git-print-log): Remove unused binding.
11185
11186 * vc.el (vc-responsible-backend): When a directory is passed for
11187 for registration create a VC repository if no backend is
11188 responsible for the directory argument.
11189 (vc-deduce-fileset): Tell vc-responsible-backend to register.
11190
11191 * vc.el: Move comments about RCS and SCCS ...
11192 * vc-rcs.el:
11193 * vc-sccs.el: ... here, respectively.
11194
11195 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11196
11197 * minibuffer.el (completion--file-name-table): Return nil if there's
11198 no file completion, even if substitute-in-file-name changed
11199 the string (bug#4708).
11200
11201 2009-10-13 Juri Linkov <juri@jurta.org>
11202
11203 * files-x.el (read-file-local-variable-value): Don't filter out
11204 minor modes from mode name completion (bug#4664).
11205
11206 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
11207
11208 * international/mule-cmds.el (ucs-names): Remove exclusion of
11209 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
11210
11211 2009-10-13 Kenichi Handa <handa@m17n.org>
11212
11213 * international/uni-name.el: Regenerated.
11214
11215 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
11216
11217 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
11218 should be automatically buffer-local, but isn't.)
11219
11220 2009-10-12 Sam Steingold <sds@gnu.org>
11221
11222 * progmodes/compile.el (compilation-next-error-function): Fix the
11223 timestamps if the buffer has been visited before.
11224 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
11225 non-anchored patterns, like the perl one (bug#3928).
11226
11227 2009-10-12 Glenn Morris <rgm@gnu.org>
11228
11229 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
11230 Let-bind `size'.
11231
11232 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
11233
11234 * proced.el (proced-unload-function): New function.
11235
11236 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
11237 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
11238 Doc fix.
11239
11240 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
11241
11242 2009-10-11 Juri Linkov <juri@jurta.org>
11243
11244 * files-x.el (read-file-local-variable-value):
11245 Provide default value only for bound variables (bug#4664).
11246
11247 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
11248
11249 * net/tramp.el (tramp-local-host-p): Function shall return nil for
11250 connection methods like smb.
11251
11252 * net/tramp-cache.el (tramp-flush-connection-property): The hash
11253 can be empty.
11254
11255 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11256 (tramp-smb-file-name-handler-alist): Add handlers for
11257 `add-name-to-file', `make-symbolic-link'.
11258 (tramp-smb-handle-add-name-to-file)
11259 (tramp-smb-do-file-attributes-with-stat)
11260 (tramp-smb-handle-make-symbolic-link)
11261 (tramp-smb-get-cifs-capabilities): New defuns.
11262 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11263 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11264 (tramp-smb-handle-file-local-copy)
11265 (tramp-smb-handle-make-directory-internal)
11266 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11267 The file name syntax depends on cifs capabilities.
11268 (tramp-smb-handle-file-attributes):
11269 Call `tramp-smb-do-file-attributes-with-stat' if possible.
11270 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
11271 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
11272
11273 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
11274
11275 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
11276 (eieio-defclass): Apply deftype handler and setf-method properties
11277 directly.
11278 (eieio-add-new-slot): Avoid union function from cl library.
11279 (eieio--typep): New function.
11280 (eieio-perform-slot-validation): Use it.
11281
11282 2009-10-10 Karl Fogel <kfogel@red-bean.com>
11283
11284 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
11285 Update documentation to refer to the variables documented in r1.135.
11286 (Bug#4188)
11287
11288 2009-10-10 Karl Fogel <kfogel@red-bean.com>
11289
11290 * bookmark.el (Info-suffix-list): Remove this unused variable.
11291 (bookmark-current-point): Remove this obsolete variable.
11292 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
11293 Adjust for removal of bookmark-current-point.
11294
11295 (bookmarks-already-loaded, bookmark-current-buffer)
11296 (bookmark-yank-point): Document. (Bug#4188)
11297
11298 2009-10-10 Glenn Morris <rgm@gnu.org>
11299
11300 * frame.el (frame-height): Doc fix.
11301
11302 * calendar/calendar.el (calendar-split-width-threshold): New option.
11303 (calendar-basic-setup): Use calendar-split-width-threshold.
11304
11305 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
11306
11307 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
11308 Use .la for Automake.
11309
11310 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
11311
11312 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
11313 Use "autoreconf -i". Suggested by Andreas Schwab.
11314
11315 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
11316
11317 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
11318 Ideographic Supplement" range (U+1F200..U+1F2FF).
11319
11320 2009-10-09 Karl Fogel <kfogel@red-bean.com>
11321
11322 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
11323 since the list will have been rebuilt anyway. (Bug#4349)
11324
11325 2009-10-09 Karl Fogel <kfogel@red-bean.com>
11326
11327 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
11328 (bookmark-bmenu-execute-deletions): Don't save here, as
11329 bookmark-delete will now do so if necessary.
11330 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
11331 (Bug#4348)
11332
11333 2009-10-09 Glenn Morris <rgm@gnu.org>
11334
11335 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
11336
11337 2009-10-09 Karl Fogel <kfogel@red-bean.com>
11338
11339 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
11340 (bookmark-jump-other-window): Just invoke bookmark-jump with new
11341 argument now, so the two function's behaviors will match. (Bug#3645)
11342
11343 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
11344
11345 * cedet/ede/proj.el (project-make-dist, project-compile-project):
11346 Fix filename test.
11347 (ede-proj-dist-makefile): Use expand-file-name instead of concat
11348 to expand file names.
11349
11350 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
11351
11352 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
11353 (tramp-file-name-real-host, tramp-file-name-port):
11354 Apply `save-match-data'.
11355
11356 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
11357 case both directories are remote.
11358 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
11359 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
11360
11361 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
11362
11363 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
11364 (ede-proj-target-makefile-objectcode): Use it.
11365
11366 * cedet/ede/source.el (ede-want-any-source-files-p)
11367 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
11368 Return search result. This error was introduced while merging.
11369
11370 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
11371
11372 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
11373
11374 2009-10-07 Glenn Morris <rgm@gnu.org>
11375
11376 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
11377 of concat.
11378
11379 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
11380
11381 * files-x.el (read-file-local-variable): Include some
11382 non-user-variables in the completion table (bug#4664).
11383
11384 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
11385
11386 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
11387 message.
11388
11389 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11390 (tramp-smb-file-name-handler-alist): Add handler for
11391 `copy-directory', `expand-file-name', `set-file-modes'.
11392 (tramp-smb-handle-copy-directory)
11393 (tramp-smb-handle-expand-file-name)
11394 (tramp-smb-handle-set-file-modes): New defuns.
11395 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
11396 (tramp-smb-handle-file-attributes): Simplify check for retrieving
11397 entry.
11398 (tramp-smb-handle-insert-directory): Don't flush the cache.
11399 (tramp-smb-maybe-open-connection): Check for samba client and
11400 server versions.
11401
11402 2009-10-07 Eli Zaretskii <eliz@gnu.org>
11403
11404 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
11405 to not error out of search for "^lisp=" fails.
11406
11407 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
11408
11409 * makefile.w32-in (WINS_UPDATES): New macro.
11410 (custom-deps, finder-data, autoloads): Use it.
11411
11412 2009-10-07 Glenn Morris <rgm@gnu.org>
11413
11414 * Makefile.in (autoloads): Revert previous change.
11415 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
11416 the list of preloaded files passed on the command-line, get
11417 it from src/Makefile.
11418
11419 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
11420 show the original buffer rather than a random one.
11421
11422 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
11423
11424 * help.el (describe-no-warranty): Place point in a slightly better
11425 position in the GPLv3 text.
11426
11427 2009-10-06 Sam Steingold <sds@gnu.org>
11428
11429 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
11430 the comm attribute is present before calling regexp-quote.
11431
11432 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
11433
11434 * play/animate.el (animate-string): For good effect, make sure
11435 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
11436
11437 * play/animate.el (animate-sequence, animate-birthday-present):
11438 * misc.el (butterfly): Don't set `indent-tabs-mode'.
11439
11440 2009-10-06 Glenn Morris <rgm@gnu.org>
11441
11442 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
11443
11444 * emacs-lisp/autoload.el (autoload-excludes): New variable.
11445 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
11446 (batch-update-autoloads): Process a string value of autoload-excludes,
11447 set during the build process.
11448 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
11449
11450 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
11451 inside with-parsed... macro so that `v' is defined.
11452
11453 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
11454 * progmodes/fortran.el (fortran-end-of-block)
11455 (fortran-beginning-of-block):
11456 Also push mark in the macro case.
11457
11458 * emerge.el (emerge-show-file-name):
11459 * calc/calc.el (calc-quit):
11460 * calc/calc-misc.el (calc-big-or-small):
11461 * calc/calc-graph.el (calc-graph-view):
11462 * calc/calc-ext.el (calc-reset):
11463 * calendar/calendar.el (calendar-basic-setup):
11464 Use window-full-height-p.
11465
11466 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
11467 header we don't understand, don't insert another. (Bug#4624)
11468 If changing mime charset, insert the new one in the right place.
11469
11470 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
11471
11472 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
11473 (cal-tex-cursor-month): Correctly increment the end date for diary and
11474 holiday listing. (Bug#4626)
11475
11476 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11477
11478 * help-fns.el (describe-function-1): Don't burp if the function is not
11479 a symbol.
11480
11481 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
11482
11483 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
11484 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
11485 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
11486 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
11487
11488 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
11489 (eieio-default-superclass): Reflow docstrings.
11490 (this, class-option-assoc, defclass, eieio-class-un-autoload)
11491 (eieio-unbind-method-implementations, defmethod)
11492 (eieio-validate-slot-value, eieio-validate-class-slot-value)
11493 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
11494 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
11495 (eieio-slot-originating-class-p, eieio-slot-name-index)
11496 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
11497 (constructor, initialize-instance, no-next-method, object-print)
11498 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
11499 Fix typos in docstrings.
11500 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
11501 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
11502 (next-method-p): Doc fixes.
11503 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
11504 Fix typos in error messages.
11505 (eieio-defmethod): Fix typo in description of generic method.
11506
11507 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
11508 (eieio-persistent-save-interactive, slot-missing):
11509 Fix typos in docstrings.
11510 (eieio-instance-inheritor-slot-boundp): Doc fix.
11511
11512 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
11513 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
11514
11515 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
11516 (eieio-custom-object-apply-reset):
11517 Fix typos in docstrings and error messages.
11518
11519 * emacs-lisp/eieio-datadebug.el (data-debug-show):
11520 Fix typo in docstring.
11521
11522 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
11523 (eieio-browse-tree): Doc fix.
11524 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
11525 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
11526 Fix typos in docstrings.
11527
11528 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
11529 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
11530 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
11531 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
11532 Reflow docstrings.
11533
11534 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
11535
11536 * vc-hg.el (log-view-vc-backend): Declare for compiler.
11537 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
11538 Set log-view-vc-backend so that diff can work.
11539
11540 * log-view.el (log-view-diff): Use vc-diff-internal instead of
11541 vc-version-diff.
11542 (vc-diff-internal): Autoload this instead of vc-version-diff.
11543
11544 2009-10-05 Eli Zaretskii <eliz@gnu.org>
11545
11546 * simple.el (eval-expression): Doc fix.
11547
11548 * progmodes/cwarn.el (cwarn-mode): Doc fix.
11549
11550 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
11551
11552 * files.el (directory-files-no-dot-files-regexp): New defconst.
11553 (delete-directory): Use it.
11554 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
11555
11556 * net/tramp.el (tramp-verbose): Fix docstring.
11557 (tramp-methods): Add recursive option to `tramp-copy-args'.
11558 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
11559 "scp1_old", "scp2_old", "rsync", "rsyncc".
11560 (tramp-default-method): Check also for `auth-source-user-or-password'.
11561 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
11562 Add handler for `copy-directory'.
11563 (tramp-handle-copy-directory): New defun.
11564 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
11565 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
11566 Optimize sent command.
11567
11568 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11569
11570 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
11571 window if necessary.
11572
11573 * calendar/calendar.el (calendar-basic-setup): Don't call
11574 switch-to-buffer in a dedicated window.
11575
11576 2009-10-05 Karl Fogel <kfogel@red-bean.com>
11577
11578 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
11579 don't do anything related to relocating, just return nil.
11580 (bookmark-error-no-filename): New error.
11581 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
11582 bookmark has no file. Don't even attempt to handle things that
11583 are not files; the whole point of custom handlers is to keep that
11584 knowledge elsewhere anyway. Tighten some comments.
11585 (bookmark-file-or-variation-thereof): Remove now-unused function.
11586 (bookmark-location): Doc string fix.
11587 (Bug#4250)
11588
11589 2009-10-04 Karl Fogel <kfogel@red-bean.com>
11590
11591 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
11592 don't use a file dialog, because they usually don't know how to read
11593 a directory target from the user. (Bug#4230)
11594 Also, make sure the prompt can display directories as well as files.
11595
11596 2009-10-04 Karl Fogel <kfogel@red-bean.com>
11597
11598 * bookmark.el (bookmark-set, bookmark-buffer-name):
11599 Improve doc strings. (Bug#1193)
11600
11601 2009-10-04 Karl Fogel <kfogel@red-bean.com>
11602
11603 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
11604 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
11605 (bookmark-get-annotation, bookmark-set-annotation)
11606 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
11607 (bookmark-set-position, bookmark-get-front-context-string)
11608 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
11609 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
11610 (bookmark-jump-other-window, bookmark-handle-bookmark)
11611 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
11612 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
11613 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
11614 Improve doc strings to say whether bookmark can be a string or
11615 a record or both, and make other consistency and clarity fixes.
11616 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
11617 (bookmark-default-annotation-text, bookmark-yank-word)
11618 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
11619 (bookmark-import-new-list, bookmark-maybe-rename)
11620 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
11621 (bookmark-bmenu-bookmark): Give these doc strings.
11622 (bookmark-bmenu-check-position): Give this a doc string, but also
11623 add a FIXME comment about how the function may be pointless.
11624 (bookmark-default-handler): Rework doc string and change a
11625 parameter name, to clarify that this takes a bookmark record
11626 not a bookmark name.
11627 (bookmark-set): Change a parameter name to indicate its meaning,
11628 and improve the doc string a bit.
11629 (Bug#4188)
11630
11631 2009-10-04 Karl Fogel <kfogel@red-bean.com>
11632
11633 * bookmark.el (bookmark-alist): Document the new `handler' element
11634 in the param alist.
11635 (bookmark-make-record-function): Adjust documentation for above.
11636 (Bug#4193)
11637
11638 2009-10-04 Karl Fogel <kfogel@red-bean.com>
11639
11640 * info.el (Info-bookmark-make-record): Document this function.
11641 (Info-bookmark-jump): Document with a doc string, not just a comment.
11642 (Bug#4203)
11643
11644 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
11645
11646 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
11647 (semantic-new-buffer-fcn): Call parser setup functions here.
11648 (semantic-mode): Don't call parser setup functions here, it's done
11649 in semantic-new-buffer-fcn now.
11650 (semantic-mode): Parse all existing buffers when enabled.
11651
11652 * cedet/srecode/compile.el (srecode-compile-file):
11653 Call semantic-new-buffer-fcn if the buffer has not been parsed.
11654
11655 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
11656
11657 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
11658
11659 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
11660 (proj-comp-insert-variable-once): New macro, renamed from
11661 ede-pmake-insert-variable-once in ede/pmake.edl.
11662 (ede-proj-makefile-insert-variables): Use it.
11663
11664 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
11665
11666 * files.el (copy-directory): New defun.
11667
11668 * dired-aux.el (dired-copy-file-recursive): Use it.
11669
11670 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
11671
11672 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
11673 (makefile-end-of-command):
11674 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
11675 (semantic-end-of-context): Fix previous change. Doc fixes.
11676
11677 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
11678
11679 * files-x.el (modify-dir-local-variable)
11680 (copy-dir-locals-to-file-locals-prop-line):
11681 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
11682 (makefile-end-of-command):
11683 * cedet/semantic/lex.el (semantic-lex-token):
11684 * cedet/semantic/analyze/fcn.el
11685 (semantic-analyze-dereference-metatype-1):
11686 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
11687 (semantic-lex-cpp-undef):
11688 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
11689 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
11690 (semantic-end-of-context): Fix typos in docstrings.
11691
11692 * recentf.el (recentf-unload-function): New function.
11693
11694 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
11695
11696 * cedet/ede.el (ede-project-placeholder-cache-file):
11697 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
11698 * cedet/srecode/map.el (srecode-map-save-file):
11699 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
11700
11701 2009-10-04 Glenn Morris <rgm@gnu.org>
11702
11703 * window.el (window-full-height-p): Add doc string.
11704
11705 2009-10-04 Martin Rudalics <rudalics@gmx.at>
11706
11707 * window.el (window-full-height-p): New function. (Bug#4543)
11708
11709 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
11710
11711 * cedet/srecode/insert.el: Require srecode/args.
11712
11713 * cedet/srecode/args.el: Require srecode/dictionary instead of
11714 srecode/insert.
11715
11716 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
11717
11718 * files.el (auto-mode-alist): Add .srt and Project.ede.
11719
11720 * cedet/semantic.el (semantic-mode):
11721 Handle srecode-template-mode-hook as well.
11722 (semantic-mode): Use js-mode-hook for Javascript hook.
11723
11724 * cedet/srecode/template.el: Remove hook variable.
11725
11726 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
11727
11728 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
11729 projects exist.
11730 (ede-project-placeholder-cache-file): Default to a file in
11731 user-emacs-directory.
11732
11733 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
11734 templates in data-directory.
11735 (srecode-map-save-file): Default to a file in user-emacs-directory.
11736
11737 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
11738 directory.
11739
11740 2009-09-30 Eric Ludlam <zappo@gnu.org>
11741
11742 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
11743 Doc fix.
11744
11745 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
11746 Only insert each variable once.
11747
11748 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
11749 (ede-pmake-insert-variable-shared): Use it.
11750
11751 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
11752 for lexical table iff table is nil.
11753
11754 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
11755
11756 * vc.el: Remove commented out code.
11757 (vc-derived-from-dir-mode): Remove, unused.
11758 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
11759
11760 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
11761
11762 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11763 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
11764 there could be recursive loading when `default-directory' is a
11765 remote file name. (Bug#4614)
11766
11767 2009-10-03 Glenn Morris <rgm@gnu.org>
11768
11769 * calendar/calendar.el (calendar-basic-setup): Handle the case where
11770 the frame is wide.
11771 (calendar-generate-window): Test for shrinkability rather than width.
11772
11773 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
11774 declaration, currently false.
11775
11776 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
11777 reusing existing buffers, in case we happen to visit two files with the
11778 same basename. (Bug#4593)
11779
11780 2009-10-02 Eli Zaretskii <eliz@gnu.org>
11781
11782 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
11783 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
11784 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
11785 subdirs of cedet as well.
11786 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
11787
11788 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11789
11790 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
11791 Obey advertised-signature-table.
11792
11793 * help-fns.el (help-function-arglist): Don't check
11794 advertised-signature-table.
11795 (describe-function-1): Do it here instead so it also applies to subrs.
11796
11797 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
11798
11799 * simple.el (start-file-process): Say in the doc-string, that file
11800 handlers might not support pty association, if PROGRAM is nil.
11801
11802 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
11803 HOST and USER are strings. They are nil, when there are
11804 incomplete entries in ~/.netrc, for example.
11805 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
11806 root directory ("device busy" error otherwise).
11807
11808 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
11809 Flush file properties of created directory.
11810
11811 2009-10-02 Eli Zaretskii <eliz@gnu.org>
11812
11813 * makefile.w32-in (WINS_BASIC): Remove cedet.
11814 (WINS_CEDET): Add cedet.
11815 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
11816
11817 2009-10-02 Kevin Ryde <user42@zip.com.au>
11818
11819 * net/browse-url.el (browse-url): Pass any symbol in
11820 browse-url-browser-function to `apply', since if you've mistakenly put
11821 an unbound symbol then the error is clearer. (Bug#4531)
11822
11823 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
11824
11825 * allout.el (allout-init, allout-back-to-current-heading)
11826 (allout-beginning-of-current-entry, allout-ascend-to-depth)
11827 (allout-ascend, allout-up-current-level, allout-end-of-level)
11828 (allout-previous-visible-heading, allout-forward-current-level)
11829 (allout-backward-current-level, allout-show-children):
11830 * apropos.el (apropos-describe-plist):
11831 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
11832 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
11833 * completion.el (add-completion, add-permanent-completion):
11834 * descr-text.el (describe-text-category, describe-char):
11835 * desktop.el (desktop-lazy-abort):
11836 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
11837 * dired.el (dired-build-subdir-alist):
11838 * ediff.el (ediff-version):
11839 * elide-head.el (elide-head, elide-head-show):
11840 * emerge.el (emerge-version):
11841 * env.el (getenv):
11842 * face-remap.el (variable-pitch-mode):
11843 * faces.el (describe-face):
11844 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
11845 (dired-at-point):
11846 * files.el (find-file-existing, auto-save-mode):
11847 * font-lock.el (font-lock-fontify-buffer):
11848 * help-fns.el (describe-function, describe-variable)
11849 (describe-syntax, describe-categories):
11850 * help.el (view-lossage, describe-bindings, describe-key)
11851 (describe-mode):
11852 * hexl.el (hexl-current-address):
11853 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
11854 * info.el (Info-goto-emacs-key-command-node):
11855 * log-edit.el (log-edit-insert-cvs-template)
11856 (log-edit-insert-cvs-rcstemplate):
11857 * menu-bar.el (menu-bar-mode):
11858 * mouse.el (mouse-appearance-menu):
11859 * newcomment.el (comment-indent-new-line):
11860 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
11861 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
11862 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
11863 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
11864 * recentf.el (recentf-mode):
11865 * savehist.el (savehist-mode, savehist-save):
11866 * shadowfile.el (shadow-copy-files):
11867 * simple.el (kill-ring-save, next-line, previous-line)
11868 (normal-erase-is-backspace-mode):
11869 * strokes.el (strokes-update-window-configuration)
11870 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
11871 (strokes-xpm-for-stroke):
11872 * time.el (emacs-uptime, emacs-init-time):
11873 * tutorial.el (tutorial--describe-nonstandard-key)
11874 (tutorial--detailed-help):
11875 * type-break.el (type-break-mode)
11876 (type-break-mode-line-message-mode, type-break-query-mode)
11877 (type-break-guesstimate-keystroke-threshold):
11878 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
11879 * version.el (emacs-version):
11880 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
11881 * winner.el (winner-mode):
11882 * calendar/timeclock.el (timeclock-in, timeclock-out)
11883 (timeclock-status-string, timeclock-change)
11884 (timeclock-workday-remaining-string)
11885 (timeclock-workday-elapsed-string)
11886 (timeclock-when-to-leave-string):
11887 * calendar/todo-mode.el (todo-add-category):
11888 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
11889 * emacs-lisp/autoload.el (update-file-autoloads):
11890 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
11891 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
11892 (checkdoc-message-text, checkdoc-defun):
11893 * emacs-lisp/debug.el (debugger-list-functions):
11894 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11895 * emacs-lisp/eieio-opt.el (eieio-describe-class)
11896 (eieio-describe-generic):
11897 * emacs-lisp/lisp-mnt.el (lm-synopsis):
11898 * emacs-lisp/shadow.el (list-load-path-shadows):
11899 * emulation/cua-base.el (cua-mode):
11900 * emulation/edt.el (edt-set-scroll-margins):
11901 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
11902 (tpu-toggle-regexp, tpu-toggle-search-direction)
11903 (tpu-toggle-rectangle, tpu-toggle-control-keys):
11904 * emulation/tpu-extras.el (tpu-set-scroll-margins):
11905 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
11906 (viper-set-parsing-style-toggling-macro)
11907 (viper-set-emacs-state-searchstyle-macros):
11908 * emulation/viper.el (viper-set-hooks):
11909 * eshell/esh-mode.el (eshell-truncate-buffer):
11910 * international/mule-cmds.el (prefer-coding-system)
11911 (describe-input-method, describe-language-environment):
11912 * international/mule-diag.el (list-character-sets)
11913 (describe-character-set, describe-coding-system)
11914 (describe-fontset, list-fontsets, list-input-methods):
11915 * mail/sendmail.el (mail-signature):
11916 * net/ange-ftp.el (ange-ftp-copy-file):
11917 * net/browse-url.el (browse-url):
11918 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
11919 * net/quickurl.el (quickurl-add-url):
11920 * net/rcirc.el (names, topic):
11921 * net/xesam.el (xesam-mode):
11922 * play/5x5.el (5x5-new-game):
11923 * play/yow.el (apropos-zippy):
11924 * progmodes/ada-mode.el (ada-mode-version):
11925 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
11926 (f90-end-of-block)
11927 (f90-beginning-of-block):
11928 * progmodes/fortran.el (fortran-end-of-block)
11929 (fortran-beginning-of-block):
11930 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
11931 * progmodes/python.el (python-describe-symbol, python-shell):
11932 * term/ns-win.el (ns-print-buffer):
11933 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
11934 * textmodes/flyspell.el (flyspell-mode-on):
11935 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
11936 (pages-directory-for-addresses):
11937 * textmodes/table.el (table-recognize-cell)
11938 (table-query-dimension, table-generate-source)
11939 (table-insert-sequence, table--warn-incompatibility):
11940 * textmodes/tex-mode.el (tex-validate-buffer):
11941 * textmodes/texinfmt.el (texinfmt-version)
11942 (texinfo-format-buffer):
11943 Use `called-interactively-p' instead of `interactive-p'.
11944
11945 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
11946
11947 * image-mode.el (image-toggle-display):
11948 * emacs-lisp/elp.el (elp-instrument-function):
11949 * emacs-lisp/advice.el (ad-make-advised-definition):
11950 * emacs-lisp/easy-mmode.el (define-minor-mode):
11951 * net/browse-url.el (browse-url-maybe-new-window):
11952 * progmodes/sh-script.el (sh-learn-buffer-indent):
11953 Pass new argument 'any to `called-interactively-p'.
11954
11955 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
11956
11957 * international/uni-bidi.el:
11958 * international/uni-category.el:
11959 * international/uni-combining.el:
11960 * international/uni-comment.el:
11961 * international/uni-decimal.el:
11962 * international/uni-decomposition.el:
11963 * international/uni-digit.el:
11964 * international/uni-lowercase.el:
11965 * international/uni-mirrored.el:
11966 * international/uni-name.el:
11967 * international/uni-numeric.el:
11968 * international/uni-old-name.el:
11969 * international/uni-titlecase.el:
11970 * international/uni-uppercase.el:
11971 Regenerate from Unicode 5.2.0 data.
11972
11973 2009-10-01 Glenn Morris <rgm@gnu.org>
11974
11975 * Makefile.in (ELCFILES): Regenerate.
11976
11977 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
11978
11979 * subr.el (interactive-p): Mark obsolete.
11980 (called-interactively-p): Make the optional-ness of `kind' obsolete.
11981 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
11982 advertised-signature-table for subroutines as well.
11983
11984 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
11985 (set-advertised-calling-convention): New function.
11986 (make-obsolete, define-obsolete-function-alias)
11987 (make-obsolete-variable, define-obsolete-variable-alias):
11988 Make the optional-ness of `when' obsolete.
11989 (define-obsolete-face-alias): Make `when' non-optional.
11990 * help-fns.el (help-function-arglist):
11991 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
11992 Use advertised-signature-table.
11993
11994 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
11995
11996 * files.el (delete-directory): New defun. The original function
11997 in fileio.c has been renamed to `delete-directory-internal'.
11998
11999 * dired.el (dired-delete-file): Call `delete-directory' with
12000 RECURSIVE parameter.
12001
12002 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
12003 parameter RECURSIVE. Implementation is missing.
12004
12005 * net/tramp.el (tramp-handle-make-directory): Flush upper
12006 directory's file properties.
12007 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
12008 (tramp-handle-dired-recursive-delete-directory): Flush directory
12009 properties after the remove command only.
12010
12011 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12012 Handle optional parameter RECURSIVE.
12013
12014 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
12015 Handle optional parameter RECURSIVE.
12016
12017 * net/tramp-smb.el (tramp-smb-errors): Add error message for
12018 connection timeout.
12019 (tramp-smb-handle-delete-directory): Handle optional parameter
12020 RECURSIVE.
12021
12022 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12023
12024 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
12025 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
12026 (byte-compile-defmacro): Use backquotes.
12027
12028 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
12029
12030 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
12031 has no associated file.
12032 (vc-resynch-buffer): Use vc-dir-buffers.
12033
12034 2009-10-01 Glenn Morris <rgm@gnu.org>
12035
12036 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
12037 (chart-file-count):
12038 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
12039 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
12040 * emacs-lisp/eieio-opt.el (eieio-describe-class):
12041 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
12042 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
12043 (eieio-copy-parents-into-subclass, make-instance, class-children)
12044 (eieio-generic-form):
12045 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
12046 * cedet/cedet-idutils.el (cedet-idutils-search)
12047 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
12048 (cedet-idutils-version-check):
12049 * cedet/cedet.el (cedet-version):
12050 * cedet/data-debug.el (data-debug-insert-overlay-button)
12051 (data-debug-insert-overlay-list-button)
12052 (data-debug-insert-buffer-button)
12053 (data-debug-insert-buffer-list-button)
12054 (data-debug-insert-process-button, data-debug-insert-ring-button)
12055 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
12056 (data-debug-insert-stuff-vector-button)
12057 (data-debug-insert-symbol-button, data-debug-insert-string)
12058 (data-debug-insert-number, data-debug-insert-lambda-expression)
12059 (data-debug-insert-nil, data-debug-insert-simple-thing)
12060 (data-debug-insert-custom, data-debug-edebug-expr):
12061 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
12062 (global-ede-mode-map, ede-new, ede-debug-target)
12063 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
12064 * cedet/semantic.el (semantic-minimum-working-buffer-size)
12065 (semantic-fetch-tags, semantic-submode-list)
12066 (semantic-default-submodes):
12067 * cedet/ede/source.el (ede-source-match):
12068 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
12069 (project-am-package-info):
12070 * cedet/ede/proj.el (ede-proj-target, project-new-target):
12071 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
12072 * cedet/ede/proj-comp.el (ede-current-build-list):
12073 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
12074 * cedet/ede/files.el (ede-toplevel-project-or-nil):
12075 * cedet/ede/cpp-root.el (initialize-instance):
12076 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
12077 (autoconf-parameter-strip, autoconf-insert-new-macro):
12078 * cedet/semantic/wisent.el (wisent-lex-eoi):
12079 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
12080 (semantic-show-parser-state-mode):
12081 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
12082 * cedet/semantic/tag.el (semantic-tag-new-variable)
12083 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
12084 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
12085 (semantic--tag-deep-copy-tag-list)
12086 (semantic-tag-components-with-overlays-default):
12087 * cedet/semantic/symref.el (semantic-symref-find-text):
12088 * cedet/semantic/senator.el (senator-yank-tag)
12089 (senator-transpose-tags-up):
12090 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
12091 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
12092 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
12093 * cedet/semantic/lex.el (semantic-lex-comment-regex)
12094 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
12095 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
12096 * cedet/semantic/lex-spp.el
12097 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
12098 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
12099 * cedet/semantic/idle.el
12100 (semantic-idle-summary-current-symbol-info-brutish)
12101 (semantic-idle-summary-current-symbol-info-default):
12102 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
12103 (semantic--grammar-macro-compl-dict):
12104 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
12105 * cedet/semantic/format.el (semantic-format-tag-custom-list)
12106 (semantic-format-tag-canonical-name-default):
12107 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
12108 (semantic-find-tags-for-completion)
12109 (semantic-find-tags-by-scope-protection-default)
12110 (semantic-deep-find-tags-for-completion):
12111 * cedet/semantic/edit.el
12112 (semantic-edits-incremental-reparse-failed-hook)
12113 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
12114 (semantic-edits-splice-remove, semantic-edits-splice-replace):
12115 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
12116 * cedet/semantic/dep.el (semantic-dependency-include-path):
12117 * cedet/semantic/db.el (semanticdb-default-find-index-class)
12118 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
12119 (semanticdb-project-roots):
12120 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
12121 (semanticdb-find-adebug-insert-scanned-tag-cons)
12122 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
12123 (semanticdb-brute-deep-find-tags-for-completion):
12124 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
12125 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
12126 (semantic-end-of-context-default)
12127 (semantic-ctxt-current-function-default)
12128 (semantic-ctxt-scoped-types-default):
12129 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
12130 (semantic-complete-inline-tag-engine)
12131 (semantic-complete-inline-custom-type)
12132 (semantic-complete-read-tag-analyzer):
12133 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
12134 (semantic-chart-database-size):
12135 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
12136 (semantic-analyze-current-context):
12137 * cedet/semantic/symref/list.el (semantic-symref)
12138 (semantic-symref-hide-buffer, semantic-symref-symbol):
12139 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
12140 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
12141 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
12142 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
12143 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
12144 (semantic-c-dereference-template):
12145 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
12146 (semantic--analyze-refs-full-lookup-with-parents)
12147 (semantic--analyze-refs-full-lookup-simple):
12148 * cedet/semantic/analyze/complete.el
12149 (semantic-analyze-possible-completions):
12150 * cedet/srecode/table.el (srecode-mode-table-new):
12151 * cedet/srecode/srt.el (srecode-read-variable-name):
12152 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
12153 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
12154 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
12155 * cedet/srecode/map.el (srecode-current-map):
12156 * cedet/srecode/insert.el (srecode-insert)
12157 (srecode-insert-variable-secondname-handler, srecode-insert-method)
12158 (srecode-template-inserter-point-override)
12159 (srecode-insert-include-lookup):
12160 * cedet/srecode/getset.el (srecode-auto-choose-class):
12161 * cedet/srecode/extract.el (srecode-inserter-extract):
12162 * cedet/srecode/document.el
12163 (srecode-document-autocomment-return-last-alist)
12164 (srecode-document-autocomment-param-type-alist)
12165 (srecode-document-insert-function-comment)
12166 (srecode-document-insert-variable-one-line-comment)
12167 (srecode-document-function-name-comment):
12168 * cedet/srecode/dictionary.el (srecode-create-dictionary)
12169 (srecode-compound-toString):
12170 * cedet/srecode/compile.el (srecode-flush-active-templates):
12171 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
12172 Doc/message fixes.
12173
12174 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
12175 match-data. (Bug#4555).
12176
12177 * cedet/semantic/bovine/gcc.el
12178 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
12179 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
12180
12181 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
12182 rather than parsing it as a regexp. This relaxes the layout
12183 requirements and makes errors easier to detect.
12184 (check-declare-verify): Check file is regular.
12185 (check-declare-directory): Doc fix.
12186 * subr.el (declare-function): Doc fix.
12187
12188 * ibuffer.el (ibuffer-format-qualifier):
12189 * isearch.el (hi-lock-regexp-okay):
12190 * calc/calc.el (math-zerop):
12191 * mail/uce.el (rmail-msgbeg, rmail-msgend):
12192 * term/w32-win.el (setup-default-fontset, set-fontset-font):
12193 Remove unused declarations.
12194
12195 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
12196
12197 * cedet/semantic/wisent/javat-wy.el
12198 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
12199
12200 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
12201
12202 * cedet/srecode/expandproto.el: Fix provide statement.
12203
12204 2009-09-30 Eric Ludlam <zappo@gnu.org>
12205
12206 * emacs-lisp/eieio.el (boolean-p): Delete.
12207
12208 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
12209
12210 * cedet/ede/srecode.el: Fix provide statement.
12211
12212 2009-09-30 Glenn Morris <rgm@gnu.org>
12213
12214 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
12215 * cedet/ede/proj-aux.el (ede-aux-source):
12216 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
12217 (ede-misc-source):
12218 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
12219 (semantic-mrub-switch-tags): Fix doc typos.
12220
12221 * cedet/semantic/db-global.el (data-debug-new-buffer)
12222 (data-debug-insert-thing): Remove unneeded declarations (one broken).
12223 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
12224
12225 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
12226
12227 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
12228 use of CL function `remove-if-not'.
12229
12230 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
12231
12232 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
12233 filename is not a string.
12234
12235 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
12236
12237 * files.el (safe-local-eval-forms): Fix typo.
12238
12239 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
12240
12241 * vc-hooks.el (vc-dir-buffers): New var.
12242 (vc-state-refresh): New function.
12243 (vc-state): Use it.
12244 (vc-after-save): Always ask the backend to recompute the new state.
12245 Always call vc-dir if necessary, using vc-dir-buffers.
12246 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
12247 Use vc-dir-buffers.
12248 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
12249 (vc-dir-prepare-status-buffer, vc-dir-update)
12250 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
12251 Don't call expand-file-name on default-directory.
12252
12253 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12254
12255 * speedbar.el (speedbar-item-delete):
12256 * calc/calc-prog.el (calc-kbd-if):
12257 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
12258
12259 * epa.el (epa-key-list-mode-map):
12260 * hi-lock.el (hi-lock-menu): Fix typos in menus.
12261
12262 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
12263 (hs-show-hook): Fix typo in docstring.
12264
12265 2009-09-29 Glenn Morris <rgm@gnu.org>
12266
12267 * cedet/semantic/symref/idutils.el:
12268 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
12269
12270 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
12271
12272 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
12273 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
12274 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
12275 Mark declarations not understood by check-declare.
12276
12277 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
12278 file-name-nondirectory call preventing location of cedet files.
12279 (check-declare-verify): Use literal search rather than re-search.
12280 Add basic defmethod and defclass, and define-overloadable-function.
12281
12282 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12283 Use tramp-compat-file-attributes rather than nonexistent
12284 tramp-compat-handle-file-attributes.
12285
12286 * Makefile.in (lisptagsfiles4): New.
12287 (AUTOGENEL): Add cedet loaddefs files.
12288 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
12289 (update-elclist, compile-always, backup-compiled-files)
12290 (bootstrap-clean): Add yet another directory level.
12291 (update-elclist): Use LC_COLLATE rather than COLLATE.
12292 (ELCFILES): Update, via `make update-elclist'.
12293
12294 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12295
12296 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
12297 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
12298 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
12299
12300 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
12301
12302 * Makefile.in (lisptagsfiles3): Define.
12303 (TAGS, TAGS-LISP): Use it.
12304 (update-elclist): Add third directory level to look for elc files.
12305 (compile-always): Likewise.
12306 (backup-compiled-files): Likewise.
12307 (bootstrap-clean): Likewise.
12308 (ELCFILES): Update.
12309
12310 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
12311
12312 * Makefile.in (ELCFILES): Add CEDET files.
12313
12314 2009-09-28 Eric Ludlam <zappo@gnu.org>
12315
12316 CEDET (development tools) package merged.
12317
12318 * cedet/*.el:
12319 * cedet/ede/*.el:
12320 * cedet/semantic/*.el:
12321 * cedet/srecode/*.el: New files.
12322
12323 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
12324
12325 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
12326
12327 * net/tramp.el (top): Require tramp-imap.
12328
12329 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12330 Use `tramp-compat-handle-file-attributes'.
12331
12332 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12333
12334 * net/tramp-imap.el: New package.
12335
12336 2009-09-28 Eric Ludlam <zappo@gnu.org>
12337
12338 * emacs-lisp/chart.el:
12339 * emacs-lisp/eieio-base.el:
12340 * emacs-lisp/eieio-comp.el:
12341 * emacs-lisp/eieio-custom.el:
12342 * emacs-lisp/eieio-datadebug.el:
12343 * emacs-lisp/eieio-opt.el:
12344 * emacs-lisp/eieio-speedbar.el:
12345 * emacs-lisp/eieio.el: New files.
12346
12347 * cedet/cedet-cscope.el:
12348 * cedet/cedet-files.el:
12349 * cedet/cedet-global.el:
12350 * cedet/cedet-idutils.el:
12351 * cedet/data-debug.el:
12352 * cedet/inversion.el:
12353 * cedet/mode-local.el:
12354 * cedet/pulse.el: New files.
12355
12356 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12357
12358 * whitespace.el (whitespace-trailing-regexp)
12359 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
12360 Fix doc string.
12361
12362 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
12363
12364 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
12365 menu.
12366
12367 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
12368 menu-bar-ediff-menu.
12369
12370 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
12371 define-overloadable-function.
12372
12373 * progmodes/autoconf.el: Provide autoconf as well, so that this
12374 file can be `require'd.
12375
12376 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
12377
12378 * emacs-lisp/autoload.el (generated-autoload-feature)
12379 (generated-autoload-load-name): New vars.
12380 (autoload-rubric, autoload-generate-file-autoloads): Use them.
12381 (make-autoload): Recognize define-overloadable-function and
12382 defclass forms (for EIEIO).
12383
12384 * Makefile.in (update-subdirs): Exclude cedet directory.
12385
12386 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
12387
12388 * term/ns-win.el: Don't set the region face background. (Bug#4381)
12389
12390 * faces.el: Default light-background background for region face to
12391 ns_selection_color under NS.
12392
12393 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
12394
12395 * net/imap-hash.el: New library, see NEWS.
12396
12397 * Makefile.in (ELCFILES): Add imap-hash.el.
12398
12399 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
12400
12401 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
12402 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
12403 * help-macro.el (make-help-screen): Avoid using an ambiguous function
12404 definition where the docstring could be taken for the return value.
12405
12406 2009-09-26 Glenn Morris <rgm@gnu.org>
12407
12408 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
12409 Add option to only show images below a certain size.
12410 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
12411 save-excursion calls.
12412
12413 2009-09-26 Eli Zaretskii <eliz@gnu.org>
12414
12415 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
12416 subdirectories) and eieio.
12417
12418 2009-09-26 Alan Mackenzie <acm@muc.de>
12419
12420 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
12421 buggy bracketing. (Bug#4289)
12422
12423 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
12424 character constants (as case labels). (Bug#4289)
12425
12426 2009-09-25 Juri Linkov <juri@jurta.org>
12427
12428 * files.el (safe-local-eval-forms): Allow time-stamp in
12429 before-save-hook (Bug#4554).
12430
12431 2009-09-25 Drew Adams <drew.adams@oracle.com>
12432
12433 * menu-bar.el (list-buffers-directory): Doc fix.
12434
12435 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
12436
12437 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
12438 Try and avoid copying twice the same paragraph.
12439 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
12440 Remove save-excursion.
12441 (log-edit-changelog-entry): Do it here instead.
12442
12443 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
12444
12445 * bs.el (bs--get-file-name): Use `list-buffers-directory'
12446 when available, instead of hardcoding mode names. Doc fix.
12447
12448 * menu-bar.el (list-buffers-directory): Add docstring.
12449 Make automatically buffer-local.
12450
12451 * dired.el (dired-mode):
12452 * files.el (cd-absolute):
12453 * pcvs.el (cvs-temp-buffer):
12454 * pcvs-util.el (cvs-get-buffer-create):
12455 * shell.el (shell-mode):
12456 * vc-dir.el (vc-dir-mode):
12457 Don't make `list-buffers-directory' buffer local.
12458
12459 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
12460
12461 * comint.el (comint-exec, comint-run, make-comint):
12462 Doc fixes (Bug#4542).
12463
12464 2009-09-25 Glenn Morris <rgm@gnu.org>
12465
12466 * mail/rmailmm.el (rmail-mime): New custom group.
12467 Move all defcustoms in this file into this group.
12468 (rmail-mime-media-type-handlers-alist): Revert previous change.
12469 (rmail-mime-show-images): New option.
12470 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
12471 references to it, since it wasn't actually used for anything.
12472 (rmail-mime-insert-image): New function.
12473 (rmail-mime-image): Use rmail-mime-insert-image.
12474 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
12475 obey the value of `rmail-mime-show-images' option. Print the size of
12476 attachments.
12477
12478 2009-09-25 David Engster <deng@randomsample.de>
12479
12480 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
12481
12482 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12483
12484 * whitespace.el: Does not highlight trailing spaces While point is
12485 at end of line. Does not highligt spaces at beginning of buffer
12486 while point is at beginning of buffer. Does not highlight spaces
12487 at end of buffer while point is at end of buffer. (Bug#4177)
12488 New version 12.0.
12489 (whitespace-display-mappings): Adjust initialization.
12490 (whitespace-point, whitespace-font-lock-refontify): New vars.
12491 (whitespace-color-on, whitespace-color-off): Adjust code.
12492 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
12493 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
12494 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
12495
12496 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
12497
12498 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
12499
12500 * textmodes/sgml-mode.el: Remove xml-mode alias.
12501
12502 * files.el (auto-mode-alist, conf-mode-maybe)
12503 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
12504
12505 2009-09-24 Alan Mackenzie <acm@muc.de>
12506
12507 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
12508 c-forward-conditionals, but it doesn't move point and doesn't set
12509 the mark.
12510 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
12511 (c-down-conditional-with-else, c-backward-conditional)
12512 (c-forward-conditional): Refactor to use c-scan-conditionals.
12513
12514 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
12515
12516 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
12517 (help-default-arg-highlight): Remove.
12518 (help-highlight-arg): New function.
12519 (help-do-arg-highlight): Use it.
12520 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
12521
12522 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12523
12524 * term.el (term-set-scroll-region, term-handle-ansi-escape):
12525 Undo last change, which didn't fix the problem and introduced others.
12526
12527 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
12528
12529 * progmodes/gdb-mi.el: Don't require speedbar.
12530 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
12531
12532 2009-09-24 Glenn Morris <rgm@gnu.org>
12533
12534 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
12535
12536 * term/ns-win.el (ns-reg-to-script): Define for compiler.
12537
12538 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
12539 there is no newline after the final mime boundary. (Bug#4539)
12540 Move markers on insertion so that any buttons inserted don't end up in
12541 the next part of a multipart message.
12542 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
12543 (rmail-mime-bulk-handler): Optionally handle images.
12544 (rmail-mime-image): New button action.
12545 (rmail-mime-image-handler): New function.
12546 (rmail-mime-mode): New mode.
12547 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
12548
12549 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12550
12551 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
12552 than just dropping elements from it (bug#4504).
12553
12554 * term.el (term-set-scroll-region): Don't move cursor any more.
12555 (term-handle-ansi-escape): Call term-goto here instead.
12556 Suggested by Ivan Kanis <apple@kanis.eu>.
12557
12558 * term.el: Require CL.
12559 (term-ansi-reset): New function.
12560 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
12561 (term-handle-colors-array): Simplify.
12562
12563 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
12564
12565 * allout.el (allout-overlay-interior-modification-handler)
12566 (allout-obtain-passphrase):
12567 * epa-file.el (epa-file-write-region):
12568 * ps-print.el (ps-begin-job):
12569 * vc-hooks.el (vc-toggle-read-only):
12570 * vc-rcs.el (vc-rcs-rollback):
12571 * vc-sccs.el (vc-sccs-rollback):
12572 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
12573 (vc-version-diff, vc-revert, vc-rollback):
12574 * wdired.el (wdired-check-kill-buffer):
12575 * emacs-lisp/authors.el (authors):
12576 * net/socks.el (socks-open-connection):
12577 * net/zeroconf.el (zeroconf-service-add-hook):
12578 * obsolete/vc-mcvs.el (vc-mcvs-register):
12579 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
12580 (gdb-select-frame):
12581 * progmodes/grep.el (lgrep, rgrep):
12582 * progmodes/idlw-help.el (idlwave-help-check-locations)
12583 (idlwave-help-html-link, idlwave-help-assistant-open-link):
12584 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12585 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
12586 (reftex-toc-rename-label): Fix typos in error messages.
12587
12588 * dired-aux.el (dired-do-shell-command): Reflow docstring.
12589 (dired-copy-how-to-fn): Doc fix.
12590 (dired-files-attributes, dired-read-shell-command):
12591 Fix typos in docstrings.
12592
12593 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
12594 (dired-x-find-file-other-window): Reflow docstrings.
12595 (dired-omit-marker-char, dired-read-shell-command)
12596 (dired-x-submit-report): Fix typos in docstrings.
12597
12598 * shell.el (shell-mode-hook):
12599 * view.el (View-scroll-line-forward):
12600 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
12601 Fix typos in docstrings.
12602
12603 * net/dig.el (dig-invoke): Fix typo in docstring.
12604 (query-dig): Reflow docstring.
12605
12606 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
12607 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
12608 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
12609 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
12610 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
12611 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
12612 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
12613 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
12614 (idlwave-completion-map, idlwave-current-indent)
12615 (idlwave-custom-ampersand-surround, idlwave-customize)
12616 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
12617 (idlwave-define-abbrev, idlwave-determine-class-special)
12618 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
12619 (idlwave-end-block-reg, idlwave-end-of-statement)
12620 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
12621 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
12622 (idlwave-explicit-class-listed, idlwave-file-header)
12623 (idlwave-fill-paragraph, idlwave-find-class-definition)
12624 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
12625 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
12626 (idlwave-in-quote, idlwave-indent-action-table)
12627 (idlwave-indent-expand-table, idlwave-indent-line)
12628 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
12629 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
12630 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
12631 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
12632 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
12633 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
12634 (idlwave-outlawed-buffers, idlwave-popup-select)
12635 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
12636 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
12637 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
12638 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
12639 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
12640 (idlwave-statement-type, idlwave-struct-skip)
12641 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
12642 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
12643 (idlwave-what-module-find-class): Fix typos in docstrings.
12644 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
12645 (idlwave-calculate-cont-indent, idlwave-expand-equal)
12646 (idlwave-find-module, idlwave-find-structure-definition)
12647 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
12648 (idlwave-list-load-path-shadows, idlwave-next-statement)
12649 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
12650 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
12651 (idlwave-template): Reflow docstrings.
12652
12653 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
12654 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
12655 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
12656 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
12657 (idlwave-shell-display-line, idlwave-shell-display-wframe)
12658 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
12659 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
12660 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
12661 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
12662 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
12663 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
12664 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
12665 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
12666 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
12667 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
12668 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
12669 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
12670 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
12671 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
12672 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
12673 Fix typos in docstrings.
12674 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
12675 (idlwave-shell-hide-output, idlwave-shell-mode)
12676 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
12677 Reflow docstrings.
12678
12679 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
12680
12681 2009-09-24 Ivan Kanis <apple@kanis.eu>
12682
12683 * term.el (term-bold-attribute): New var.
12684 (term-handle-colors-array): Use it.
12685
12686 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
12687
12688 * progmodes/gdb-mi.el (gdb-version): New variable.
12689 (gdb-non-stop-handler): Set gdb-version.
12690 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
12691 Condition "--thread" option on gdb-version.
12692 (gdb-invalidate-threads): Remove unused argument.
12693
12694 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
12695
12696 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
12697 to looking-back to avoid ridiculous slow down in large files (bug#4511).
12698
12699 2009-09-23 Glenn Morris <rgm@gnu.org>
12700
12701 * mail/rmail.el (rmail-reply): Don't try to add a References header when
12702 replying to mail without References or Message-Id. (Bug#4525)
12703
12704 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
12705
12706 * term/ns-win.el (ns-reg-to-script): New variable.
12707
12708 2009-09-23 Daiki Ueno <ueno@unixuser.org>
12709
12710 * epg.el (epg-wait-for-status): Preserve existing 'error results.
12711
12712 2009-09-22 Sam Steingold <sds@gnu.org>
12713
12714 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
12715 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
12716 to 1 because hg returns status 1 when nothing is found.
12717 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
12718
12719 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
12720
12721 * textmodes/fill.el: Convert to utf-8 encoding.
12722 (fill-french-nobreak-p): Remove redundant » and « inherited from our
12723 pre-Unicode days.
12724
12725 * add-log.el (change-log-fill-forward-paragraph): New function.
12726 (change-log-mode): Use it so fill-region DTRT.
12727 Set fill-indent-according-to-mode here rather than in
12728 change-log-fill-paragraph.
12729 (change-log-fill-paragraph): Remove.
12730
12731 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
12732
12733 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
12734 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
12735
12736 2009-09-22 Glenn Morris <rgm@gnu.org>
12737
12738 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
12739 the scroll-bar scroll the calendar window rather than the buffer.
12740
12741 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
12742 commands that move point (as opposed to scrolling).
12743
12744 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
12745
12746 * emacs-lisp/elint.el (elint): New custom group.
12747 (elint-log-buffer): Make it a defcustom.
12748 (elint-scan-preloaded, elint-ignored-warnings)
12749 (elint-directory-skip-re): New options.
12750 (elint-builtin-variables): Doc fix.
12751 (elint-preloaded-env): New variable.
12752 (elint-unknown-builtin-args): Add an entry for encode-time.
12753 (elint-extra-errors): Make it a variable rather than a constant.
12754 (elint-preloaded-skip-re): New constant.
12755 (elint-directory): Skip files matching elint-directory-skip-re.
12756 (elint-features): New variable, local to linted buffers.
12757 (elint-update-env): Initialize elint-features. Possibly add
12758 elint-preloaded-env to the buffer's environment.
12759 (elint-get-top-forms): Bind elint-current-pos, for log messages.
12760 Skip quoted forms.
12761 (elint-init-form): New function, extracted from elint-init-env.
12762 Make non-list forms a warning rather than an error.
12763 Add the mode-map for define-derived-mode. Handle define-minor-mode,
12764 easy-menu-define, put that adds an error-condition, and provide.
12765 When requiring cl, also require cl-macs. Really require cl, to handle
12766 some cl macros. Store required libraries in the list elint-features,
12767 so as not to re-load them. Treat cc-require like require.
12768 (elint-init-env): Call elint-init-form to do the work.
12769 Handle eval-and-compile and such like.
12770 (elint-add-required-env): Do not clear messages.
12771 (elint-special-forms): Add handlers for function, defalias, if, when,
12772 unless, and, or.
12773 (elint-form): Add optional argument to ignore elint-special-forms,
12774 useful to prevent recursive calls from handlers. Doc fix.
12775 Respect elint-ignored-warnings.
12776 (elint-form): Respect elint-ignored-warnings.
12777 (elint-bound-variable, elint-bound-function): New variables.
12778 (elint-unbound-variable): Respect elint-bound-variable.
12779 (elint-get-args): Respect elint-bound-function.
12780 (elint-check-cond-form): Add some simple handling for (f)boundp and
12781 featurep tests.
12782 (elint-check-defalias-form): New handler.
12783 (elint-check-let-form): Make an empty let a warning rather than an
12784 error.
12785 (elint-check-setq-form): Make an empty setq a warning rather than an
12786 error. Respect elint-ignored-warnings.
12787 (elint-check-defvar-form): Accept null doc-strings.
12788 (elint-check-conditional-form): New handler. Does some simple-minded
12789 checking of featurep and (f)boundp tests.
12790 (elint-put-function-args): New function.
12791 (elint-initialize): Use elint-scan-doc-file rather than
12792 elint-find-builtin-variables. Use elint-put-function-args.
12793 Possibly scan preloaded-file-list.
12794 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
12795 extend to handle functions as well.
12796
12797 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
12798
12799 * linum.el (linum-delete-overlays, linum-update-window):
12800 Do not modify the right margin. (Bug#3971)
12801
12802 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
12803
12804 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
12805 nxml-mode instead of xml-mode.
12806
12807 2009-09-21 Kevin Ryde <user42@zip.com.au>
12808
12809 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
12810
12811 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12812
12813 * net/dig.el (dig-mode): Use define-derived-mode.
12814
12815 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
12816
12817 * vc-dispatcher.el (vc-do-command): Return the process object in
12818 the asynchronous case. Use when instead of if. Do not run
12819 vc-exec-after to display a message if not enabled. (Bug#4463)
12820
12821 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
12822 properties to the stash strings.
12823 (vc-git-stash-list): Return a list of strings.
12824 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
12825 (vc-git-stash-show-at-point): New functions.
12826 (vc-git-stash-map): New keymap.
12827
12828 * register.el (ctl-x-r-map): Define the keys here instead of
12829 using autoload.
12830
12831 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
12832
12833 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
12834 list, to workaround performance problem (bug#4485).
12835
12836 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
12837
12838 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
12839
12840 2009-09-20 Daiki Ueno <ueno@unixuser.org>
12841
12842 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
12843 Document that this option is not recommended to use.
12844
12845 2009-09-19 Glenn Morris <rgm@gnu.org>
12846
12847 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
12848 variable `var'.
12849
12850 * calc/calc-alg.el (var):
12851 * calc/calcalg2.el (var): Define for compiler.
12852
12853 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
12854
12855 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
12856 Doc fix (Bug#3932).
12857
12858 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
12859
12860 * time-stamp.el (time-stamp-month-dd-yyyy)
12861 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
12862 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
12863 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
12864 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
12865 Remove functions that have been obsolete since 1995 (Bug#4436).
12866
12867 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
12868 indent buffer only if called interactively (Bug#4452).
12869
12870 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
12871 Eli Zaretskii <eliz@gnu.org>
12872
12873 This fixes bug#4197 (merged to bug#865, though not identical).
12874 * server.el (server-auth-dir): Add docstring note about FAT32.
12875 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
12876 but warn against using them.
12877
12878 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
12879
12880 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
12881 older GDB where there is no has_more field.
12882
12883 2009-09-19 Glenn Morris <rgm@gnu.org>
12884
12885 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12886
12887 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
12888
12889 * files.el (auto-mode-alist): Change default for XML files to nXML
12890 mode (Bug#4169).
12891
12892 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
12893
12894 * server.el (server-ensure-safe-dir): Pass 'integer
12895 to `file-attributes', as suggested.
12896
12897 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
12898
12899 * dired-aux.el (dired-query-alist): Remove spurious backslash.
12900 (dired-query): Use read-key.
12901
12902 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
12903
12904 * cus-start.el (ns-use-qd-smoothing): Remove.
12905
12906 2009-09-18 Glenn Morris <rgm@gnu.org>
12907
12908 * allout.el (top-level): Remove unnecessary progn.
12909
12910 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
12911
12912 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
12913 definition of abbrev table.
12914
12915 * speedbar.el (speedbar-track-mouse):
12916 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
12917 * net/eudc.el (eudc-expand-inline):
12918 * net/newst-backend.el (newsticker--cache-read-feed):
12919 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
12920 condition-case handlers.
12921
12922 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
12923
12924 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
12925 (gdb-var-list): Add an element for has_more field.
12926 (gdb-non-stop-handler): Enable pretty printing for STL containers.
12927 (gdb-var-create-handler, gdb-var-list-children-handler-1)
12928 (gdb-var-update-handler-1): Parse output of dynamic variable
12929 objects (STL containers).
12930 (gdb-var-delete-1): Pass var1 as an explicit second argument.
12931 (gdb-get-field): Delete alias. Use bindat-get-field directly.
12932
12933 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
12934 gdb-var-list.
12935 (gud-speedbar-buttons): Make node expandable if expression "has more"
12936 children.
12937
12938 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
12939
12940 * startup.el (emacs-quick-startup): Remove variable and all uses.
12941 (command-line): Set `inhibit-x-resources' instead.
12942 (command-line-1): Use `inhibit-x-resources' instead.
12943
12944 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
12945
12946 * subr.el: Fix last change to avoid using the `unless' macro,
12947 which breaks bootstrapping.
12948
12949 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
12950
12951 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
12952 extended definitions, in case we reload subr.el after having
12953 loaded CL.
12954 (eval-next-after-load): Mark as obsolete.
12955
12956 2009-09-17 Juri Linkov <juri@jurta.org>
12957
12958 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
12959 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
12960 (menu-bar-showhide-menu, menu-bar-tools-menu)
12961 (menu-bar-describe-menu, menu-bar-help-menu)
12962 (minibuffer-local-completion-map, minibuffer-local-map):
12963 Fix list quoting.
12964
12965 2009-09-17 Glenn Morris <rgm@gnu.org>
12966
12967 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
12968 arguments, whether or not it has a handler.
12969
12970 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
12971
12972 * simple.el (hard-newline): Give it a doc-string.
12973
12974 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12975 (lisp-mode-syntax-table): Give them doc-strings.
12976
12977 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
12978
12979 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
12980 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
12981 (menu-bar-options-menu, menu-bar-showhide-menu)
12982 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
12983 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
12984 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
12985 (menu-bar-options-menu, menu-bar-tools-menu)
12986 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
12987 (menu-bar-help-menu):
12988 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
12989 string arguments.
12990
12991 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
12992 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
12993 calls for the menu names and :help.
12994
12995 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
12996
12997 * mouse.el (minor-mode-menu-from-indicator): Pay attention
12998 to :minor-mode-function (bug#4455).
12999
13000 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13001
13002 * startup.el (command-line): Initialize the window-system after
13003 processing the command-line.
13004
13005 * textmodes/page.el (what-page): Make sure we don't inf-loop if
13006 page-delimiter matches the empty string.
13007
13008 2009-09-16 Glenn Morris <rgm@gnu.org>
13009
13010 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13011 byte-compile-not-obsolete-var. It's a list now.
13012 (byte-compile-not-obsolete-funcs): New variable.
13013 (byte-compile-warn-obsolete): Don't warn about functions if they are in
13014 byte-compile-not-obsolete-funcs.
13015 (byte-compile-variable-ref, byte-compile-defvar): Update for
13016 byte-compile-not-obsolete-vars name-change and list nature.
13017 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13018 and variables behind (f)boundp tests.
13019 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13020
13021 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13022
13023 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13024
13025 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13026
13027 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13028 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13029 Don't autoload.
13030
13031 2009-09-15 Stephen Eglen <stephen@gnu.org>
13032
13033 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
13034 the virtual-buffers, use the name of the buffer specified by
13035 find-file-noselect, as the match may be a symlink. (This was a
13036 problem if the target and the symlink had different names.)
13037
13038 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13039
13040 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13041
13042 * desktop.el (desktop-path): Check user-emacs-directory.
13043
13044 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13045
13046 * loadup.el: Use after-load-functions to GC after loading each file.
13047 Remove the explicit GC calls that used to be sprinkled around.
13048
13049 * subr.el (after-load-functions): New hook.
13050 (do-after-load-evaluation): Run it. Use string-match-p to detect
13051 `obsolete' packages, rather than painfully extracting the relevant
13052 directory name.
13053
13054 2009-09-15 Glenn Morris <rgm@gnu.org>
13055
13056 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13057 free variable `doc'.
13058
13059 * dired.el (dired-mode-map): Add menu entry for async shell command.
13060
13061 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13062 variables, also consider the .elc files, since the .el files are
13063 normally gzipped (subsequent code locates the .el.gz from the .elc).
13064
13065 * calc/calc-prog.el (arglist): Define for compiler.
13066
13067 * calendar/diary-lib.el (diary-display-function): Change the default to
13068 fancy display.
13069 (body): Define for compiler.
13070
13071 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13072 (byte-compile-file-form, byte-compile-lambda)
13073 (byte-compile-top-level-body, byte-compile-form)
13074 (byte-compile-variable-ref, byte-compile-setq)
13075 (byte-compile-setq-default, byte-compile-body)
13076 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13077 (batch-byte-compile): Give some more local variables with common names
13078 a "bytecomp-" prefix to avoid masking warnings about free variables.
13079
13080 * startup.el (command-line-1): Give local variables with common names a
13081 distinguishing prefix, so as not to hide free variable warnings during
13082 bootstrap.
13083
13084 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13085 clever and add a suffix to make a unique name, just let the user decide
13086 whether or not to overwrite it. If the input is a directory, write the
13087 default filename to that directory. (Bug#4388)
13088 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13089 is a filename-as-a-directory.
13090
13091 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13092
13093 * textmodes/page.el (what-page): Don't move to beginning of line.
13094 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13095
13096 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13097
13098 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13099
13100 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
13101
13102 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
13103 * help.el (help-for-help-internal): Add purecopy calls for text.
13104
13105 * vc.el (top): print-log method now takes an optional SHORTLOG
13106 argument. Add a new method: root.
13107 (vc-root-diff, vc-print-root-log): New functions.
13108 (vc-log-short-style): New variable.
13109 (vc-print-log-internal): Add support for showing short logs.
13110
13111 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
13112 vc-print-root-log and vc-print-root-diff.
13113
13114 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
13115 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
13116 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
13117 short logs.
13118
13119 * vc-cvs.el (vc-cvs-print-log):
13120 * vc-mtn.el (vc-mtn-print-log):
13121 * vc-rcs.el (vc-rcs-print-log):
13122 * vc-sccs.el (vc-sccs-print-log):
13123 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
13124 that is ignored for now.
13125
13126 * vc-mtn.el (vc-mtn-annotate-command):
13127 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
13128
13129 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13130
13131 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
13132 to function-key-map, and give them ascii-character property.
13133 * term/x-win.el (x-alternatives-map):
13134 * term/ns-win.el (ns-alternatives-map):
13135 * term/internal.el (msdos-key-remapping-map):
13136 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
13137
13138 2009-09-14 Glenn Morris <rgm@gnu.org>
13139
13140 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
13141 temp-buffers (2009-09-12).
13142
13143 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13144
13145 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
13146 the new read-key function.
13147
13148 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
13149
13150 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
13151 is defined (Bug#4405).
13152
13153 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
13154
13155 * recentf.el (recentf-cleanup): Use a hash table to find
13156 duplicates (Bug#4407).
13157
13158 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
13159
13160 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
13161 kp-0 to ascii equivalents (Bug#4325).
13162
13163 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
13164
13165 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
13166
13167 * eshell/em-hist.el:
13168 * eshell/em-dirs.el (eshell-complete-user-reference):
13169 Declare pcomplete functions and variables to avoid compiler warnings.
13170
13171 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
13172
13173 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
13174 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
13175 * eshell/em-alias.el (eshell-aliases-file):
13176 * eshell/em-hist.el (eshell-history-file-name):
13177 Use expand-file-name instead of concat to make file names (Bug#4308).
13178
13179 2009-09-13 Glenn Morris <rgm@gnu.org>
13180
13181 * ediff-merg.el (ediff-do-merge):
13182 * filesets.el (filesets-run-cmd):
13183 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
13184 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
13185 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
13186 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
13187 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
13188 Replace empty `let's with `progn'.
13189
13190 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13191
13192 * mail/sendmail.el (send-mail-function):
13193 * tooltip.el (tooltip-mode):
13194 * simple.el (transient-mark-mode):
13195 * rfn-eshadow.el (file-name-shadow-mode):
13196 * frame.el (blink-cursor-mode):
13197 * font-core.el (global-font-lock-mode):
13198 * files.el (temporary-file-directory)
13199 (small-temporary-file-directory, auto-save-file-name-transforms):
13200 * epa-hook.el (auto-encryption-mode):
13201 * composite.el (global-auto-composition-mode):
13202 Use custom-initialize-delay.
13203 * startup.el (command-line): Don't explicitly call
13204 custom-reevaluate-setting for all the above vars.
13205 * custom.el (custom-initialize-safe-set)
13206 (custom-initialize-safe-default): Delete.
13207
13208 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13209
13210 * term/x-win.el (x-initialize-window-system):
13211 * term/w32-win.el (w32-initialize-window-system):
13212 * term/ns-win.el (ns-initialize-window-system): Don't call
13213 mouse-wheel-mode since it's enabled globally by default already.
13214
13215 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
13216 actually define the variable, but only silences the byte-compiler.
13217 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
13218 before looking it up.
13219 (mouse-wheel-scroll-amount): Also reset the bindings if this value
13220 is changed.
13221
13222 2009-09-12 Glenn Morris <rgm@gnu.org>
13223
13224 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
13225 1000.
13226 (elint-add-required-env): Don't beep on error.
13227 (elint-forms): In case of error, return ENV unchanged.
13228 (elint-init-env): Skip non-list forms.
13229 (elint-log): Handle unknown file positions.
13230
13231 2009-09-12 Daiki Ueno <ueno@unixuser.org>
13232
13233 * epg.el (epg-make-context): Add autoload cookie.
13234 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
13235 (epg-decrypt-string, epg-start-verify, epg-verify-file)
13236 (epg-verify-string, epg-start-sign, epg-sign-file)
13237 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
13238 (epg-encrypt-string, epg-start-export-keys)
13239 (epg-export-keys-to-file, epg-export-keys-to-string)
13240 (epg-start-import-keys, epg-import-keys-from-file)
13241 (epg-import-keys-from-string, epg-start-receive-keys)
13242 (epg-receive-keys, epg-import-keys-from-server)
13243 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
13244 (epg-sign-keys, epg-start-generate-key)
13245 (epg-generate-key-from-file, epg-generate-key-from-string):
13246 Remove autoload cookie.
13247
13248 2009-09-12 Eli Zaretskii <eliz@gnu.org>
13249
13250 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
13251 reevaluation of trash-directory.
13252
13253 * mwheel.el: Fix last change.
13254 (mouse-wheel-mode): New defvar.
13255 (mouse-wheel-mode): Remove autoload cookie.
13256
13257 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13258
13259 * mwheel.el (mwheel-installed-bindings): New var.
13260 (mouse-wheel-mode): Use it, so as to make sure we really remove all
13261 the bindings we set last time. Use custom-initialize-delay.
13262 * loadup.el: Load mwheel after term/*-win.el.
13263 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
13264 and mouse-wheel-up-event now that their first evaluation is done
13265 sufficiently late to be correct.
13266
13267 * startup.el (tutorial-directory): Make it a defcustom.
13268 Use custom-initialize-delay rather than eval-at-startup to set it.
13269 * image.el (image-load-path): Make it a defcustom.
13270 Use custom-initialize-delay rather than eval-at-startup to set it.
13271 * subr.el (eval-at-startup): Remove.
13272 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
13273
13274 * subr.el (do-after-load-evaluation): Warn the user after loading an
13275 obsolete package.
13276
13277 2009-09-12 Glenn Morris <rgm@gnu.org>
13278
13279 * proced.el (proced-mark-alt): Remove alias.
13280 (proced-mode-map): Remove proced-mark-alt.
13281
13282 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
13283 Elint file and directory. Remove initialization entry.
13284
13285 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
13286 commands.
13287 (elint-current-buffer): Set mode-line-process.
13288 (elint-init-env): Handle define-derived-mode.
13289 Fix declare-function with unspecified arglist. Guard against odd
13290 defalias statements (eg iso-insert's 8859-1-map).
13291 (elint-add-required-env): Use a temp buffer.
13292 (elint-form): Just print the function/macro name, not the whole form.
13293 Return env unchanged if we fail to parse a macro.
13294 (elint-forms): Guard against parse errors.
13295 (elint-output): New function, to handle batch mode.
13296 (elint-log-message): Add optional argument. Use elint-output.
13297 (elint-set-mode-line): New function.
13298
13299 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
13300
13301 * emacs-lisp/elp.el (elp-not-profilable): Add more
13302 functions (Bug#4233).
13303
13304 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
13305
13306 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
13307 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
13308
13309 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
13310
13311 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
13312 (gdb-var-list-children): Use json parsing.
13313
13314 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
13315
13316 * progmodes/js.el (js--proper-indentation): Handle the case where
13317 char-before is null. Reported by Deniz Dogan.
13318
13319 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
13320
13321 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
13322
13323 2009-09-11 Daiki Ueno <ueno@unixuser.org>
13324
13325 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
13326 (epg-digest-algorithm-alist): Add SHA224.
13327 (epg-context-set-passphrase-callback)
13328 (epg-context-set-progress-callback): Add description about
13329 callback function.
13330
13331 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13332
13333 * custom.el (custom-delayed-init-variables): New var.
13334 (custom-initialize-delay): New function.
13335 * startup.el (command-line): "Re"evaluate all vars in
13336 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
13337 explicitly any more.
13338 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
13339 to avoid creating a ~/.emacs.d at build-time (bug#4347).
13340
13341 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
13342
13343 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
13344
13345 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
13346 (gdb-var-update-handler): Use json parsing.
13347
13348 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
13349
13350 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
13351 decode annotated text, regardless of language environment. (Bug#2741)
13352
13353 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13354
13355 * Makefile.in (autoloads): Make rmail.el writable as well.
13356
13357 2009-09-11 Glenn Morris <rgm@gnu.org>
13358
13359 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
13360 loaddefs.el.
13361 * dired.el: Regenerate with extracted autoloads.
13362 * Makefile.in (autoloads): Make dired.el writable.
13363
13364 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
13365 * ibuffer.el: Regenerate with extracted autoloads.
13366 * Makefile.in (autoloads): Make ibuffer.el writable.
13367
13368 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
13369 * version.el (emacs-copyright, emacs-major-version)
13370 (emacs-minor-version): Reformat doc-strings for make-docfile.
13371
13372 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
13373 functions and variables, since they must be stuff specific to some other
13374 platform.
13375 (apropos-print): Make mouse-click message less specific about button.
13376
13377 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
13378 that records where a macro was defined.
13379 * help-fns.el (describe-function-1): Mention if a function has a
13380 compiler-macro.
13381 * help-mode.el (help-function-cmacro): New button.
13382
13383 * locate.el (top-level): Always require dired.
13384 (locate-mode-map): Initialize inside the defvar.
13385
13386 * net/ange-ftp.el (dired-compress-file): Declare.
13387 (ange-ftp-dired-compress-file): Add doc string.
13388
13389 * term/ns-win.el (x-display-name, x-setup-function-keys):
13390 Unify doc-strings with X versions.
13391
13392 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13393
13394 * emulation/crisp.el (crisp-mode-map): Move initialization
13395 into declaration.
13396 (crisp-mode): Use define-minor-mode.
13397
13398 * progmodes/xscheme.el (xscheme-evaluation-commands):
13399 Put a :advertised-binding property rather than using
13400 advertised-xscheme-send-previous-expression.
13401 (advertised-xscheme-send-previous-expression): Declare obsolete.
13402 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
13403 `advertised-undo'.
13404 (crisp-mode): Add corresponding bindings to
13405 undo's :advertised-binding instead.
13406 * dired.el (dired-mode-map): Put a :advertised-binding property rather
13407 than using dired-advertised-find-file.
13408 (dired-advertised-find-file):
13409 * simple.el (advertised-undo):
13410 * wid-edit.el (advertised-widget-backward): Declare obsolete.
13411 (widget-keymap): Put a :advertised-binding property rather
13412 than using advertised-widget-backward.
13413 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
13414 than using advertised-undo.
13415 * tutorial.el (tutorial--default-keys): Adjust accordingly.
13416
13417 2009-09-10 Simon South <ssouth@slowcomputing.org>
13418
13419 * progmodes/delphi.el (delphi-tab): Indent region when Transient
13420 Mark mode is enabled and region is active; otherwise indent or
13421 insert TAB as usual.
13422 (delphi-mode): Update description of TAB-key binding.
13423
13424 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
13425
13426 * subr.el (define-key-rebound-commands): Mark obsolete.
13427 * startup.el (precompute-menubar-bindings): Remove.
13428 (normal-top-level): Remove obsolete code that tried to precompute
13429 menubar bindings.
13430 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
13431 define-key-rebound-commands and precompute-menubar-bindings.
13432
13433 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
13434
13435 * net/imap.el (imap-interactive-login): Better messages.
13436 (imap-open): Fix bug with renamed buffer on reconnect.
13437 (imap-authenticate): Add buffer-local imap-last-authenticator variable
13438 for easier debugging and cleaner code. On successful (guessed based on
13439 server capabilities) secondary authentication, set imap-state
13440 correctly.
13441 (imap-last-authenticator): Define imap-last-authenticator as a variable
13442 to avoid warnings.
13443
13444 2009-09-10 Glenn Morris <rgm@gnu.org>
13445
13446 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
13447
13448 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
13449 (byte-compile-file-form-autoload): Don't warn about unknown functions
13450 where the autoload statement comes after the use.
13451 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
13452 that any handlers inside the body (eg require) are in turn respected.
13453
13454 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
13455 effects.
13456
13457 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
13458 and syntax and abbrev tables basic docs, if they don't have any.
13459
13460 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
13461
13462 * international/mule-cmds.el (top-level): Require cl when compiling.
13463 (view-hello-file): Use default-value rather than
13464 default-enable-multibyte-characters.
13465
13466 * progmodes/fortran.el: Move all safe and risky properties into the
13467 defcustoms.
13468
13469 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
13470 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
13471 * mail/undigest.el:
13472 Put autoloads in rmail.el rather than loaddefs.el.
13473 * mail/rmail.el: Regenerate with extracted autoloads.
13474
13475 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
13476 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
13477
13478 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
13479
13480 Reported in thread for Bug#4375.
13481 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
13482 "-data-evaluate-expression" instead of print.
13483 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
13484 (gdb-tooltip-print): Parse output from above MI command.
13485 (gdb): Revert 2009-08-11 change. User should detach inferior
13486 manually.
13487
13488 Remove the word "separate" from IO functions as inferior
13489 output is now never displayed in the GUD buffer.
13490
13491 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
13492
13493 * startup.el (command-line-normalize-file-name): On Windows and
13494 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
13495
13496 2009-09-10 Juri Linkov <juri@jurta.org>
13497
13498 * isearch.el (isearch-text-char-description): Propertize escape
13499 character sequences with the `escape-glyph' face. (Bug#4344)
13500
13501 * simple.el (shell-command): Set asynchronous process filter to
13502 `comint-output-filter'. (Bug#4343)
13503
13504 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
13505 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
13506 the list. Move "asm" to the bottom.
13507 (grep-find-ignored-directories): Add `choice' with nil value
13508 to empty the list easily.
13509 (grep-find-ignored-files): New option.
13510 (grep-files-history): Set to nil by default instead of '("ch" "el").
13511 (grep-compute-defaults): Add "<X>" to `grep-template'.
13512 (grep-read-files): Bind new local variables `default-alias' and
13513 `default-extension'. Use a list of default values for the file prompt.
13514 (lgrep): Add `--exclude=' command line options composed from
13515 `grep-find-ignored-files'.
13516 (rgrep): Add `-name' command line options composed from
13517 `grep-find-ignored-files'. (Bug#4301)
13518
13519 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
13520
13521 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
13522 (bug#4368).
13523
13524 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
13525
13526 * calendar/time-date.el (autoload):
13527 Expand define-obsolete-function-alias into defalias and make-obsolete
13528 for old Emacsen that Gnus supports.
13529 (with-no-warnings): Define it for old Emacsen.
13530 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13531 is available.
13532 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13533 float-time is available; suppress compile warning for time-to-seconds.
13534
13535 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
13536
13537 * net/imap.el (imap-message-map): Docstring fix.
13538
13539 2009-09-09 Glenn Morris <rgm@gnu.org>
13540
13541 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
13542 line numbers too. (Bug#4374)
13543
13544 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
13545
13546 * smerge-mode.el (smerge-remove-props, smerge-refine):
13547 Use with-silent-modifications (bug#4342).
13548
13549 * subr.el (with-silent-modifications): New macro.
13550
13551 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
13552
13553 * files.el (top-level): Require `cl' when compiling.
13554
13555 2009-09-07 Glenn Morris <rgm@gnu.org>
13556
13557 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
13558
13559 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
13560 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
13561
13562 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
13563
13564 * vc-git.el (vc-git-annotate-command): Use separator to parse
13565 arguments correctly.
13566
13567 2009-09-06 Eli Zaretskii <eliz@gnu.org>
13568
13569 * proced.el (proced-mode): Doc fix.
13570
13571 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
13572
13573 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
13574 lstat fails.
13575 (tramp-do-file-attributes-with-ls): Check for file existence at
13576 remote end.
13577 (tramp-do-file-attributes-with-stat): Likewise.
13578 (tramp-convert-file-attributes): Return nil when attr is nil.
13579
13580 2009-09-05 Glenn Morris <rgm@gnu.org>
13581
13582 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
13583 properties to this button.
13584 (diary-fancy-display): Don't extend the button to the final newline.
13585 (diary-fancy-display-mode): Continue to define "q" as a local key.
13586
13587 * calendar/cal-china.el (holiday-chinese): Make it slightly more
13588 efficient.
13589
13590 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
13591
13592 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
13593 (byte-compile-dest-file-function): New option.
13594 (byte-compile-dest-file): Doc fix.
13595 Obey byte-compile-dest-file-function.
13596 (byte-compile-cl-file-p): New function.
13597 (byte-compile-eval): Only suppress noruntime warnings about cl functions
13598 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
13599 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
13600 than for file being previously loaded.
13601 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
13602 (byte-compile-file-form-require): Handle the case where requiring a file
13603 indirectly causes CL to be loaded.
13604
13605 2009-09-05 Karl Fogel <kfogel@red-bean.com>
13606
13607 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
13608 before killing the old buffer, since by the time `kill-buffer' is
13609 run so many buffer variables have been set to nil that it may not
13610 behave as expected. (Bug#4061)
13611
13612 2009-09-05 Karl Fogel <kfogel@red-bean.com>
13613
13614 * files.el (find-alternate-file): If the old buffer is modified
13615 and visiting a file, behave similarly to `kill-buffer' when
13616 killing it, thus reverting to the pre-1.878 behavior; see
13617 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
13618 for discussion. Also, consult `buffer-file-name' as a variable
13619 not as a function, for consistency with the rest of the code.
13620
13621 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
13622
13623 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
13624 also when adding a new directory.
13625
13626 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
13627 defun.
13628
13629 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
13630
13631 * files.el (locate-file-completion-table): Make it provide boundary
13632 information, so partial-completion works better.
13633
13634 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
13635
13636 * mail/footnote.el (Footnote-text-under-cursor):
13637 Check footnote-text-marker-alist before using it (bug#4324).
13638
13639 2009-09-04 Glenn Morris <rgm@gnu.org>
13640
13641 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
13642 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
13643 * play/solitaire.el, play/tetris.el:
13644 Remove leading * from defcustom and defface docs.
13645
13646 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
13647 necessary.
13648 (diary-fancy-overriding-map): New variable.
13649 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
13650 Use view-mode.
13651
13652 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
13653 goto-line.
13654
13655 2009-09-03 Glenn Morris <rgm@gnu.org>
13656
13657 * arc-mode.el (archive-mode):
13658 * dos-fns.el (set-default-process-coding-system):
13659 * man.el (Man-getpage-in-background):
13660 * menu-bar.el (menu-bar-describe-menu):
13661 * server.el (server-process-filter):
13662 * startup.el (command-line):
13663 * tar-mode.el (tar-header-block-tokenize, tar-extract):
13664 * w32-fns.el (set-default-process-coding-system):
13665 * x-dnd.el (x-dnd-handle-file-name):
13666 * international/mule-cmds.el (mule-menu-keymap)
13667 (set-default-coding-systems, language-info-alist, set-language-info)
13668 (set-language-environment, standard-display-european-internal)
13669 (set-locale-environment):
13670 * international/mule-diag.el (mule-diag):
13671 * mail/emacsbug.el (report-emacs-bug):
13672 * mail/rmail.el (rmail-mode):
13673 * mail/sendmail.el (mail-setup):
13674 Use default-value rather than default-enable-multibyte-characters.
13675
13676 * progmodes/f90.el: Move all safe properties into the defcustoms.
13677 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
13678
13679 * calendar/appt.el (appt-check):
13680 * calendar/diary-lib.el (diary-set-header, diary-live-p)
13681 (diary-check-diary-file, diary-list-entries)
13682 (diary-include-other-diary-files, diary-simple-display)
13683 (diary-fancy-display, diary-print-entries)
13684 (diary-mark-included-diary-files, diary-make-entry):
13685 Don't call substitute-in-file-name on diary-file.
13686
13687 2009-09-03 Eduard Wiebe <usenet@pusto.de>
13688 Stefan Monnier <monnier@iro.umontreal.ca>
13689
13690 * mail/footnote.el (footnote-prefix): Make it a defcustom.
13691 (footnote-mode-map): Move initialization into the declaration.
13692 (footnote-minor-mode-map): Define it rather than changing global-map.
13693 (footnote-mode): Use define-minor-mode.
13694
13695 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
13696
13697 * net/tramp.el (tramp-handle-file-attributes-with-ls)
13698 (tramp-do-file-attributes-with-perl)
13699 (tramp-do-file-attributes-with-stat): Rename from
13700 `tramp-handle-file-attributes-with-*'.
13701 (tramp-handle-file-attributes): Use them.
13702 (tramp-do-directory-files-and-attributes-with-perl)
13703 (tramp-do-directory-files-and-attributes-with-stat): Rename from
13704 `tramp-handle-directory-files-and-attributes-with-*'.
13705 (tramp-handle-directory-files-and-attributes): Use them.
13706 (tramp-method-out-of-band-p): Additional parameter SIZE.
13707 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
13708 (tramp-handle-write-region): Use it.
13709 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
13710 (tramp-handle-vc-registered): Check, whether the first run did
13711 return files to be tested.
13712 (tramp-advice-make-auto-save-file-name): Do not call directly
13713 `tramp-handle-make-auto-save-file-name', because this would bypass
13714 the locking mechanism.
13715
13716 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
13717 (file-remote-p, process-file, start-file-process, set-file-times)
13718 (tramp-compat-file-attributes): Compatibility functions shall not
13719 call directly `tramp-handle-*', because this would bypass the
13720 locking mechanism.
13721 (tramp-compat-number-sequence): New defun.
13722
13723 2009-09-02 Glenn Morris <rgm@gnu.org>
13724
13725 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
13726 alias for float-time.
13727 (time-to-number-of-days): In Emacs, use float-time.
13728 * net/newst-backend.el (time-add): Suppress warnings from compat
13729 function.
13730 * time.el (emacs-uptime, emacs-init-time):
13731 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
13732 Use float-time rather than time-to-seconds.
13733
13734 * minibuffer.el (completion-initials-expand): Fix typo.
13735
13736 * faces.el (modeline, modeline-inactive, modeline-highlight)
13737 (modeline-buffer-id):
13738 * info.el (info-menu-5): Mark these face aliases as obsolete.
13739
13740 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
13741
13742 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
13743 space ...
13744 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
13745 no "--thread" option.
13746 (gdb-stopped): Don't print "Switched to thread" message when it is
13747 unchanged.
13748
13749 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
13750
13751 * minibuffer.el (completion-try-completion)
13752 (completion-all-completions): Remove ill-defined (and
13753 mistakenly installed and luckily never used nor documented)
13754 `completion-styles' property.
13755 (completion-initials-expand, completion-initials-all-completions)
13756 (completion-initials-try-completion): New functions.
13757 (completion-styles-alist): Add doc to each entry.
13758 Add new `initials' entry.
13759
13760 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
13761
13762 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
13763 MI command -var-evaluate-expression.
13764 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
13765 and tweak for case of string child.
13766 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
13767
13768 2009-09-01 Glenn Morris <rgm@gnu.org>
13769
13770 * add-log.el (change-log-date-face, change-log-name-face)
13771 (change-log-email-face, change-log-file-face, change-log-list-face)
13772 (change-log-conditionals-face, change-log-function-face)
13773 (change-log-acknowledgement-face):
13774 * cus-edit.el (custom-invalid-face, custom-rogue-face)
13775 (custom-modified-face, custom-set-face, custom-changed-face)
13776 (custom-saved-face, custom-button-face, custom-button-pressed-face)
13777 (custom-documentation-face, custom-state-face, custom-comment-face)
13778 (custom-comment-tag-face, custom-variable-tag-face)
13779 (custom-variable-button-face, custom-face-tag-face)
13780 (custom-group-tag-face-1, custom-group-tag-face):
13781 * diff-mode.el (diff-header-face, diff-file-header-face)
13782 (diff-index-face, diff-hunk-header-face, diff-removed-face)
13783 (diff-added-face, diff-changed-face, diff-function-face)
13784 (diff-context-face, diff-nonexistent-face):
13785 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
13786 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
13787 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
13788 (Info-title-4-face):
13789 * isearch.el (isearch-lazy-highlight-face):
13790 * log-view.el (log-view-file-face, log-view-message-face):
13791 * paren.el (show-paren-match-face, show-paren-mismatch-face):
13792 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
13793 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
13794 (cvs-msg-face):
13795 * smerge-mode.el (smerge-mine-face, smerge-other-face)
13796 (smerge-base-face, smerge-markers-face):
13797 * wid-edit.el (widget-documentation-face, widget-button-face)
13798 (widget-field-face, widget-single-line-field-face)
13799 (widget-inactive-face, widget-button-pressed-face):
13800 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
13801 (woman-addition-face):
13802 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
13803 (eshell-ls-executable-face, eshell-ls-readonly-face)
13804 (eshell-ls-unreadable-face, eshell-ls-special-face)
13805 (eshell-ls-missing-face, eshell-ls-archive-face)
13806 (eshell-ls-backup-face, eshell-ls-product-face)
13807 (eshell-ls-clutter-face):
13808 * eshell/em-prompt.el (eshell-prompt-face):
13809 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
13810 * obsolete/old-whitespace.el (whitespace-highlight-face):
13811 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
13812 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
13813 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
13814 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
13815 (antlr-font-lock-literal-face):
13816 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
13817 (ebrowse-root-class-face, ebrowse-file-name-face)
13818 (ebrowse-default-face, ebrowse-member-attribute-face)
13819 (ebrowse-member-class-face, ebrowse-progress-face):
13820 * progmodes/make-mode.el (makefile-space-face):
13821 * progmodes/sh-script.el (sh-heredoc-face):
13822 * textmodes/flyspell.el (flyspell-incorrect-face)
13823 (flyspell-duplicate-face):
13824 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
13825 * textmodes/texinfo.el (texinfo-heading-face):
13826 Mark face aliases with "-face" suffix as obsolete.
13827
13828 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
13829 compiler.
13830
13831 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
13832 (eudc-bob-sound-menu): Use defvar rather than defconst, since
13833 easy-menu-define wants to modify these.
13834
13835 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
13836
13837 * net/browse-url.el (browse-url-file-url):
13838 * term/internal.el (dos-codepage-setup):
13839 Use default-value rather than default-enable-multibyte-characters.
13840
13841 * progmodes/etags.el (etags-goto-tag-location):
13842 * progmodes/flymake.el (flymake-highlight-line)
13843 (flymake-goto-file-and-line, flymake-goto-line):
13844 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
13845 (gdb-goto-breakpoint):
13846 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
13847 * progmodes/python.el (python-find-function)
13848 (python-pdbtrack-track-stack-file):
13849 * progmodes/verilog-mode.el (verilog-surelint-off):
13850 * term/ns-win.el (ns-open-file-select-line):
13851 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
13852 Use forward-line rather than goto-line.
13853
13854 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
13855 * textmodes/reftex-index.el (reftex-display-index):
13856 * textmodes/reftex-ref.el (reftex-offer-label-menu):
13857 * textmodes/reftex-toc.el (reftex-toc):
13858 Remove unnecessary bindings of default-major-mode (all are followed by
13859 major-mode check and possible mode switch).
13860
13861 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
13862
13863 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
13864 Handle watchpoints (bug#4282).
13865 (def-gdb-thread-buffer-command): Enable thread to be selected by
13866 clicking without selecting threads buffer first.
13867 (gdb-current-context-command): Use selected frame so that "up",
13868 "down" etc work in the GUD buffer.
13869 (gdb-update): Find selected frame before rendering stack buffer.
13870 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
13871
13872 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
13873
13874 * progmodes/sym-comp.el (displayed-completions): Remove.
13875 (symbol-complete): Use minibuffer-complete.
13876
13877 2009-08-31 Glenn Morris <rgm@gnu.org>
13878
13879 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
13880
13881 * apropos.el (apropos-symbols-internal):
13882 Handle (obsolete) face aliases.
13883
13884 * faces.el (describe-face): Adjust the output format to be more like
13885 describe-variable, and to mention (obsolete) face aliases.
13886 Adjust the whitespace so that help-setup-xref works.
13887
13888 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
13889 * calendar/diary-lib.el (diary-button-face):
13890 Mark these face aliases as obsolete.
13891
13892 * calendar/calendar.el (calendar-today): Doc fix.
13893
13894 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
13895
13896 * progmodes/gdb-mi.el (gdb-control-all-threads)
13897 (gdb-control-current-thread): Force tool bar update.
13898 (gdb-non-stop-handler): New function.
13899 (gdb-init-1): Use it to test if non-stop mode is supported.
13900 Remove unused gdbmi buffer type.
13901
13902 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
13903
13904 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
13905 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
13906
13907 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
13908
13909 * comint.el (comint-exec-1): Check command is non-null first.
13910 Part of gdb-mi.el change (2009-08-28).
13911
13912 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
13913
13914 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
13915
13916 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
13917
13918 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
13919 instead of `dolist' to avoid a recursive require when bootstrapping.
13920
13921 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
13922
13923 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
13924
13925 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
13926
13927 * net/imap.el (imap-send-command): Simplify.
13928 (imap-wait-for-tag): point-max -> buffer-size.
13929
13930 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
13931
13932 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
13933 with constant argument.
13934
13935 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
13936
13937 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
13938
13939 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
13940 Change default, since most of our files don't have a history.
13941 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
13942 the user.
13943
13944 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13945 Add comint-run.
13946
13947 * calc/calc.el: Improve commenting convention.
13948 (calc-digit-map, toplevel): Simplify.
13949
13950 * comint.el (comint-insert-input): Be careful to only set point if we
13951 don't delegate to some other command.
13952
13953 * proced.el (proced-signal-list): Make it an alist.
13954 (proced-grammar-alist): Capitalize names.
13955 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
13956 Disable undo manually and make it read-only.
13957 Use completion-annotate-function.
13958
13959 * minibuffer.el (minibuffer-message): If the current buffer is not
13960 a minibuffer, insert the message in the echo area rather than at the
13961 end of the buffer.
13962 (completion-annotate-function): New variable.
13963 (minibuffer-completion-help): Use it.
13964 (completion--embedded-envvar-table): Environment vars are
13965 always case-sensitive.
13966
13967 2009-08-30 Glenn Morris <rgm@gnu.org>
13968
13969 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
13970 from fortran-current-defun.
13971 (fortran-beginning-of-subprogram): Be more precise about finding the
13972 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
13973 (fortran-end-of-subprogram): Simplify.
13974 (fortran-current-defun): Use fortran-start-prog-re.
13975
13976 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
13977
13978 * subr.el (do-after-load-evaluation): Simplify.
13979
13980 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
13981
13982 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
13983
13984 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
13985 (vc-rcs-print-log): Use it.
13986
13987 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
13988
13989 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
13990
13991 * paths.el (abbrev-file-name): Move to abbrev.el.
13992 * abbrev.el (abbrev-file-name): Move from paths.el.
13993 Obey user-emacs-directory.
13994 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
13995 user-emacs-directory.
13996 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
13997 abbrev-file-name and calc-settings-file any more.
13998 * startup.el (command-line): Recompute abbrev-file-name and
13999 abbreviated-home-dir.
14000 (normal-no-mouse-startup-screen): Improve the generic code and get rid
14001 of the special code for when C-h bindings haven't been changed.
14002 (display-startup-echo-area-message): Use with-current-buffer.
14003 (command-line-1): Use a list of strings, rather than a list of lists
14004 of strings for longopts.
14005
14006 * files.el (get-free-disk-space): Use / for default-directory.
14007
14008 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14009 Use with-current-buffer.
14010
14011 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14012 Recognize immutable variables like most-positive-fixnum.
14013 (byte-compile-setq-default): Check and warn if trying to assign
14014 to an immutable variable, or a non-variable.
14015
14016 * progmodes/cc-vars.el (c-comment-continuation-stars):
14017 * progmodes/cc-engine.el (c-looking-at-bos):
14018 * progmodes/cc-cmds.el (c-toggle-auto-state)
14019 (c-forward-into-nomenclature, c-backward-into-nomenclature)
14020 (c-comment-line-break-function): Add version of obsolescence.
14021
14022 2009-08-28 Juri Linkov <juri@jurta.org>
14023
14024 * files.el (magic-fallback-mode-alist): Add ZIP magic number
14025 associated with `archive-mode'.
14026
14027 * image.el (image-type-header-regexps): Use only JPEG magic number
14028 to determine JPEG images, and don't use `image-jpeg-p' because
14029 Emacs can display non-JFIF non-Exif JPEG images.
14030
14031 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
14032
14033 * arc-mode.el (archive-mode):
14034 * emacs-lisp/re-builder.el (re-builder-unload-function):
14035 Protect against the default value of `major-mode' being nil.
14036
14037 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
14038
14039 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14040 Fix typos in docstrings.
14041
14042 * progmodes/js.el (js--macro-decl-re): Doc fix.
14043 (js--plain-method-re, js--split-name): Refloc docstring.
14044 (js--class-styles, js--make-merged-item, js--splice-into-items):
14045 Fix typos in docstrings; reflow docstrings.
14046 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14047 (js--variable-decl-matcher, js--inside-pitem-p)
14048 (js--parse-state-at-point, js--get-all-known-symbols)
14049 (js--symbol-history, js-find-symbol, js--js-references)
14050 (js--moz-interactor, js--js-encode-value, js--read-tab):
14051 Fix typos in docstrings.
14052
14053 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14054
14055 * textmodes/reftex.el (reftex-get-file-buffer-force):
14056 * progmodes/verilog-mode.el (verilog-batch-execute-func):
14057 * emulation/viper.el (viper-go-away, viper-set-hooks):
14058 * emacs-lisp/re-builder.el (re-builder-unload-function):
14059 * emacs-lisp/bytecomp.el (byte-compile-file):
14060 * ses.el (ses-unload-function):
14061 * hexl.el (hexl-find-file):
14062 * files.el (normal-mode):
14063 * ehelp.el (with-electric-help):
14064 * autoinsert.el (auto-insert-alist):
14065 * arc-mode.el (archive-mode):
14066 Use (default-value 'major-mode) instead of default-major-mode.
14067
14068 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14069 * international/mule.el (load-with-code-conversion):
14070 * emacs-lisp/debug.el (debug):
14071 * ediff-vers.el (ediff-rcs-get-output-buffer):
14072 * dired.el (dired-internal-noselect): Don't let-bind
14073 default-major-mode around code that doesn't use it.
14074 E.g. buffer creation via get-buffer-create doesn't use it.
14075
14076 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
14077
14078 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14079 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14080 when writing the temp file. Otherwise, epa-file gets confused.
14081 (tramp-register-file-name-handlers): Make it a defun. Move also
14082 `epa-file-handler' to the front of `file-name-handler-alist'.
14083
14084 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14085
14086 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14087 start right after a ^M.
14088 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14089 (tramp-completion-file-name-regexp-separate)
14090 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
14091 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14092 Don't modify last-coding-system-used by accident.
14093 (tramp-completion-file-name-handler): Apply the checks here,
14094 instead during registration.
14095 (tramp-register-file-name-handlers): Renamed from
14096 `tramp-register-file-name-handler'. Register both
14097 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
14098 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
14099
14100 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
14101
14102 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
14103 Remove variable ...
14104 (gdb-init-1, gdb-display-separate-io-buffer)
14105 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
14106 references to it.
14107 (gdb-inferior-io-mode): Use make-comint-in-buffer.
14108 (gdb-inferior-filter): Use comint-output-filter to stop
14109 echoing and remove ^M characters.
14110
14111 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14112
14113 * emulation/viper-init.el (viper-restore-cursor-type):
14114 * emulation/cua-base.el (cua--update-indications):
14115 Replace default-cursor-type with (default-value 'cursor-type).
14116
14117 * mail/sendmail.el (mail-recover-1):
14118 * international/mule-diag.el (describe-current-coding-system-briefly)
14119 (describe-current-coding-system):
14120 * international/mule-cmds.el (select-safe-coding-system)
14121 (select-message-coding-system)
14122 (set-language-environment-coding-systems, set-locale-environment):
14123 * hexl.el (hexl-insert-multibyte-char):
14124 * dos-w32.el (find-buffer-file-type-coding-system):
14125 * simple.el (what-cursor-position):
14126 Replace uses of default-buffer-file-coding-system
14127 with (default-value 'buffer-file-coding-system).
14128
14129 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
14130 Replace uses of default-cursor-in-non-selected-windows
14131 with (default-value 'cursor-in-non-selected-windows).
14132 Use with-current-buffer.
14133
14134 * mail/feedmail.el: Use CL macros.
14135 (feedmail-run-the-queue, feedmail-send-it-immediately):
14136 * dos-w32.el (find-buffer-file-type): Replace uses of
14137 default-buffer-file-type with (default-value 'buffer-file-type).
14138
14139 2009-08-28 Glenn Morris <rgm@gnu.org>
14140
14141 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
14142 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
14143 Use default-value of major-mode rather than default-major-mode.
14144
14145 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14146
14147 * Makefile.in (update-elcfiles): Report left over elc files.
14148
14149 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
14150 expand-file-name and with-current-buffer.
14151 (mail-get-names, mail-directory): Use with-current-buffer.
14152
14153 * vc.el (vc-read-revision): New function.
14154 (vc-version-diff, vc-merge): Use it.
14155
14156 2009-08-27 Sam Steingold <sds@gnu.org>
14157
14158 * simple.el (kill-do-not-save-duplicates): New user option.
14159 (kill-new): When it is non-nil, and the new string is the same as
14160 the latest kill, set replace to t to avoid duplicates in kill-ring.
14161
14162 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
14163
14164 * net/tramp.el (tramp-handle-process-file): Do not flush all
14165 caches when `process-file-side-effects' is set.
14166 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
14167 instead of `tramp-find-file-exists-command'.
14168 Unset `process-file-side-effects'.
14169
14170 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
14171
14172 * net/tramp.el (tramp-methods): New method "rsyncc".
14173 (top): Add completion function for "rsyncc".
14174 (tramp-message-show-message): New defvar.
14175 (tramp-message, tramp-error): Use it.
14176 (tramp-do-copy-or-rename-file-directly): Extend check for direct
14177 remote copying.
14178 (tramp-do-copy-or-rename-file-out-of-band): Handle new
14179 `tramp-methods' entry `copy-env' of "rsyncc".
14180 (tramp-vc-registered-read-file-names): New defconst.
14181 (tramp-vc-registered-file-names): New defvar.
14182 (tramp-handle-vc-registered): Implement optimization strategy.
14183 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
14184 (tramp-vc-file-name-handler): New defun.
14185 (tramp-get-ls-command, tramp-get-test-command)
14186 (tramp-get-file-exists-command, tramp-get-remote-ln)
14187 (tramp-get-remote-perl, tramp-get-remote-stat)
14188 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
14189
14190 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
14191 (tramp-cache-inhibit-cache): Extend doc string. It allows also
14192 timestamps.
14193 (tramp-get-file-property): Check for timestamps in
14194 `tramp-cache-inhibit-cache'.
14195 (tramp-set-file-property): Write timestamp.
14196
14197 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14198
14199 * language/japan-util.el (japanese-symbol-table): Add entries for
14200 cp932-2-byte.
14201
14202 * international/characters.el: Add category `j' to cp932-2-byte.
14203
14204 2009-08-27 Kenichi Handa <handa@m17n.org>
14205
14206 * international/fontset.el (build-default-fontset-data): New macro.
14207 (setup-default-fontset): Use build-default-fontset-data for CJK,
14208 tibetan, ethiopic, and ipa.
14209
14210 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14211
14212 * cus-start.el (default-major-mode): Customize `major-mode' instead.
14213 (enable-multibyte-characters): Not customizable any more.
14214
14215 * subr.el (default-mode-line-format, default-header-line-format)
14216 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
14217 (default-direction-reversed, default-truncate-lines)
14218 (default-left-margin, default-tab-width, default-case-fold-search)
14219 (default-left-margin-width, default-right-margin-width)
14220 (default-left-fringe-width, default-right-fringe-width)
14221 (default-fringes-outside-margins, default-scroll-bar-width)
14222 (default-vertical-scroll-bar, default-indicate-empty-lines)
14223 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
14224 (default-fringe-cursor-alist, default-scroll-up-aggressively)
14225 (default-scroll-down-aggressively, default-fill-column)
14226 (default-cursor-type, default-buffer-file-type)
14227 (default-cursor-in-non-selected-windows)
14228 (default-buffer-file-coding-system, default-major-mode)
14229 (default-enable-multibyte-characters): Mark as obsolete.
14230
14231 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
14232
14233 * vc-dir.el (vc-dir-update): Remove debug helper.
14234
14235 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
14236
14237 2009-08-26 Sam Steingold <sds@gnu.org>
14238
14239 * simple.el (save-interprogram-paste-before-kill): New user option.
14240 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
14241 save the interprogram-paste into kill-ring before overriding it
14242 with the Emacs kill.
14243
14244 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14245
14246 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
14247 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
14248 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
14249 and move to vc-rcs.el.
14250 (vc-default-next-revision): Rename to vc-rcs-next-revision and
14251 move to vc-rcs.el.
14252 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
14253 (vc-rcs-update-changelog): Remove.
14254 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
14255 and move to vc-rcs.el.
14256
14257 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
14258 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
14259 renaming.
14260 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
14261 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
14262 vc.el, renamed to be RCS specific.
14263
14264 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
14265 New functions.
14266 (vc-cvs-update-changelog): Move here from vc.el.
14267
14268 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
14269 New functions.
14270
14271 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14272
14273 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
14274
14275 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14276
14277 * vc-git.el (vc-git-register): Use "git add" for directories.
14278 (vc-git-stash, vc-git-stash-show): New functions.
14279 (vc-git-extra-menu-map): Bind them.
14280
14281 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
14282 directory correctly in case the item is a directory itself.
14283
14284 * vc.el: Document the desired behavior for reverted files in the
14285 `added' state.
14286 (vc-default-prettify-state-info): Remove function, unused.
14287
14288 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
14289
14290 2009-08-26 Glenn Morris <rgm@gnu.org>
14291
14292 * bindings.el (standard-mode-line-format): Reposition dashes in
14293 which-func entry. (Bug#4217)
14294
14295 * files.el (enable-local-variables, enable-local-eval)
14296 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
14297 the defcustoms.
14298 (auto-mode-alist, ignored-local-variables)
14299 (save-some-buffers-action-alist): Move risky declarations to the
14300 definitions.
14301 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
14302 (font-lock-defaults, format-alist, imenu--index-alist)
14303 (imenu-generic-expression, input-method-alist, minor-mode-alist)
14304 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
14305 (mode-line-modified, mode-line-mule-info, mode-line-position)
14306 (mode-line-process, mode-line-remote, outline-level)
14307 (parse-time-rules, rmail-output-file-alist)
14308 (special-display-buffer-names, vc-mode):
14309 Move risky declarations to the relevant files.
14310 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
14311 (mode-line-modified, mode-line-process, mode-line-position)
14312 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
14313 * font-core.el (font-lock-defaults):
14314 * format.el (format-alist):
14315 * vc-hooks.el (vc-mode):
14316 * window.el (special-display-buffer-names):
14317 * international/mule-cmds.el (input-method-alist):
14318 Define riskiness here (dumped file) rather than in files.el.
14319 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
14320 * imenu.el (imenu-generic-expression, imenu--index-alist):
14321 * outline.el (outline-level):
14322 * time.el (display-time-string):
14323 * calendar/parse-time.el (parse-time-rules):
14324 * mail/rmailout.el (rmail-output-file-alist):
14325 Autoload riskiness here, rather than placing in files.el.
14326
14327 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
14328
14329 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
14330
14331 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
14332
14333 * simple.el (process-file-side-effects): New defvar.
14334
14335 * dired-aux.el (dired-show-file-type):
14336 * vc.el (vc-diff-internal):
14337 * vc-arch.el (vc-arch-diff):
14338 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
14339 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
14340 * vc-git.el (vc-git-registered, vc-git-working-revision)
14341 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
14342 (vc-git--empty-db-p):
14343 * vc-hooks.el (vc-user-login-name):
14344 * vc-svn.el (vc-svn-registered, vc-svn-state)
14345 (vc-svn-dir-extra-headers, vc-svn-find-revision):
14346 * progmodes/grep.el (grep-probe): Let-bind
14347 `process-file-side-effects' with nil.
14348
14349 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
14350
14351 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
14352 daemon. Replace ping by checking for running service for bluez
14353 and zeroconf. (Bug#4239)
14354
14355 2009-08-25 Kevin Ryde <user42@zip.com.au>
14356
14357 * net/dig.el (dig): Add autoload cookie.
14358
14359 2009-08-25 Glenn Morris <rgm@gnu.org>
14360
14361 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
14362 load-history for absolute file-names.
14363 (byte-compile-file-form-require): Warn about use of the cl package.
14364
14365 * format.el (format-alist): Doc fix.
14366
14367 * play/bubbles.el (top-level): Don't require cl at run-time.
14368
14369 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
14370 run-time cl).
14371
14372 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
14373
14374 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
14375 from cl package.
14376 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
14377
14378 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
14379
14380 * calc/calc-alg.el (math-trig-rewrite)
14381 (math-hyperbolic-trig-rewrite): New functions.
14382 (calc-simplify): Simplify trig functions when asked.
14383
14384 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14385
14386 * diff-mode.el (diff-find-source-location): Avoid goto-line.
14387
14388 2009-08-24 Kenichi Handa <handa@m17n.org>
14389
14390 * language/ind-util.el (mapthread): Delete it.
14391 (combinatorial): New function.
14392 (indian--puthash-cv): Use combinatorial instead of mapthread.
14393
14394 2009-08-22 Kevin Ryde <user42@zip.com.au>
14395
14396 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
14397 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
14398 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
14399 Clarify docstring that the value is strings not symbols.
14400 (checkdoc-list-of-strings-p): New function.
14401
14402 2009-08-22 Glenn Morris <rgm@gnu.org>
14403
14404 * files.el (auto-mode-alist):
14405 * hippie-exp.el (he-concat-directory-file-name):
14406 * lpr.el (lpr-windows-system, printer-name):
14407 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
14408 * ps-print.el (ps-windows-system):
14409 * startup.el (command-line):
14410 * emulation/viper-ex.el (viper-glob-function):
14411 * international/mule-cmds.el (set-language-environment-coding-systems):
14412 * net/ange-ftp.el (ange-ftp-write-region):
14413 * obsolete/fast-lock.el (fast-lock-cache-name):
14414 Remove code for defunct system-types emx, macos, mswindows, next-mach,
14415 unisoft-unix, vax-vms, win32, w32.
14416
14417 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
14418 given name if the pattern is not more specific.
14419
14420 * calendar/lunar.el (lunar-phase-names): New option.
14421 (lunar-phase): Doc fix.
14422 (lunar-cycles-per-year): New constant.
14423 (lunar-index): New function.
14424 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
14425 (lunar-phase-name): Use lunar-phase-names.
14426 (calendar-lunar-phases): Use format.
14427 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
14428
14429 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
14430 Copy imenu-example--name-and-position function here for own use.
14431 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
14432
14433 * bs.el (bs--redisplay):
14434 * cus-edit.el (custom-redraw):
14435 * ibuffer.el (ibuffer-bury-buffer):
14436 * server.el (server-goto-line-column):
14437 * startup.el (command-line-1):
14438 * strokes.el (strokes-xpm-for-stroke):
14439 * term.el (term-display-buffer-line):
14440 * view.el (View-goto-line):
14441 * calc/calc.el (calc-do, calc-trail-buffer):
14442 * play/gamegrid.el (gamegrid-add-score-insecure):
14443 * progmodes/ada-mode.el (ada-compile-goto-error):
14444 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
14445 (ebrowse-select-1st-to-9nth):
14446 * progmodes/cperl-mode.el (cperl-time-fontification):
14447 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
14448 * progmodes/gud.el (gud-display-line):
14449 (idlwave-shell-display-line):
14450 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
14451 * progmodes/make-mode.el (makefile-browser-toggle):
14452 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
14453 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
14454 * textmodes/picture.el (picture-draw-rectangle):
14455 * textmodes/reftex-index.el (reftex-index-goto-letter):
14456 (reftex-select-jump-to-previous):
14457 * textmodes/reftex-sel.el (reftex-find-start-point)
14458 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
14459 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
14460 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
14461 * textmodes/tex-mode.el (tex-compilation-parse-errors):
14462 * textmodes/two-column.el (2C-associated-buffer):
14463 Use forward-line rather than goto-line.
14464
14465 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
14466 goto-line.
14467
14468 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
14469 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
14470 (quick-check-list-to-regexp): Declare.
14471
14472 * progmodes/make-mode.el (makefile-browser-insert-selection):
14473 Use goto-char rather than goto-line.
14474
14475 * progmodes/prolog.el (compilation-error-regexp-alist)
14476 (compilation-forget-errors): Declare.
14477
14478 2009-08-22 Juri Linkov <juri@jurta.org>
14479
14480 * progmodes/grep.el (lgrep, rgrep): At the beginning
14481 set `dir' to `default-directory' unless `dir' is a non-nil
14482 readable directory. (Bug#4052)
14483 (lgrep, rgrep): Change a weird way to report an error
14484 from using `read-string' to using `error'.
14485 Instead of using interactive arguments in the function body,
14486 add new argument `confirm'.
14487
14488 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
14489
14490 * textmodes/remember.el (remember-buffer):
14491 * progmodes/cperl-mode.el (cperl-vc-header-alist):
14492 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
14493 (icalendar-extract-ical-from-buffer):
14494 * net/newst-treeview.el (newsticker-groups-filename):
14495 * net/newst-backend.el (newsticker-cache-filename):
14496 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
14497 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
14498 (speedbar-add-ignored-path-regexp, speedbar-line-path)
14499 (speedbar-buffers-line-path, speedbar-path-line)
14500 (speedbar-buffers-line-path):
14501 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
14502 (epg-sign-keys):
14503 * epa.el (epa-display-verify-result):
14504 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
14505
14506 2009-08-21 Glenn Morris <rgm@gnu.org>
14507
14508 * progmodes/js.el (inferior-moz-process): Fix declaration.
14509
14510 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
14511
14512 * obsolete/rnewspost.el (news-mail-reply):
14513 Use goto-char rather than goto-line.
14514
14515 * term/ns-win.el (ns-open-file-select-line):
14516 Use line-beginning-position rather than goto-line.
14517
14518 * apropos.el (apropos-command):
14519 * ehelp.el (electric-helpify):
14520 * printing.el (pr-show-setup):
14521 * strokes.el (strokes-help):
14522 * tutorial.el (tutorial--describe-nonstandard-key)
14523 (tutorial--detailed-help):
14524 * woman.el (woman-mini-help, woman-display-extended-fonts):
14525 * calc/calc-help.el (calc-describe-key):
14526 * emulation/edt.el (edt-electric-helpify):
14527 * international/mule-diag.el (mule-diag):
14528 * play/yow.el (apropos-zippy):
14529 * progmodes/python.el (python-describe-symbol):
14530 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
14531 * textmodes/table.el (*table--cell-describe-mode)
14532 (*table--cell-describe-bindings):
14533 Use help-print-return-message rather than the now obsolete alias.
14534
14535 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
14536 (calendar-cursor-to-visible-date):
14537 * play/5x5.el (5x5-position-cursor):
14538 * play/decipher.el (decipher):
14539 * play/gomoku.el (gomoku-goto-xy):
14540 * play/landmark.el (lm-goto-xy):
14541 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
14542 (mpuz-paint-digit):
14543 Use forward-line, not goto-line.
14544
14545 * mail/rmail.el (rmail-obsolete): Delete custom group.
14546 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
14547 (rmail-remote-password, rmail-remote-password-required):
14548 Remove unneeded :set-after and :set properties.
14549
14550 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
14551
14552 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
14553
14554 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
14555
14556 * loadup.el: Remove leftover macos code.
14557
14558 * vc-git.el (vc-git-annotate-command): Run asynchronously.
14559 Explicitly pass the date format to git blame so that user local
14560 so that the output format can be parsed.
14561
14562 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
14563
14564 * net/dbus.el (top): Don't check for (getenv
14565 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
14566
14567 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
14568
14569 * log-edit.el (log-edit-strip-single-file-name): New var.
14570 (log-edit-insert-changelog): Use it. Bug#3571
14571
14572 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14573
14574 * subr.el (read-passwd): Use read-key so keypad keys work as well.
14575 Bug#3287
14576
14577 * help.el (help-print-return-message): Rename from
14578 print-help-return-message.
14579
14580 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
14581 cvs-mode-map parent hack.
14582 (log-view-mode): Derive from special-mode.
14583
14584 * linum.el (linum-mode): window-size-change-functions is redundant.
14585 Adapt to new window-configuration-change-hook behavior.
14586 (linum-after-size, linum-after-config): Remove.
14587
14588 * imenu.el (imenu-example--name-and-position)
14589 (imenu-example--lisp-extract-index-name)
14590 (imenu-example--create-lisp-index, imenu-example--create-c-index):
14591 Mark as obsolete.
14592
14593 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
14594 (inferior-prolog-mode): Use it.
14595 (inferior-prolog-load-file): Reset list of errors.
14596
14597 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14598
14599 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
14600
14601 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
14602
14603 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
14604
14605 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
14606 is running already.
14607
14608 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14609
14610 * subr.el (listify-key-sequence-1): Use normal syntax since those
14611 integers are nowadays always represented by the same (positive) number
14612 on all platforms.
14613 (read-key-empty-map): New const.
14614 (read-key-delay): New var.
14615 (read-key): New function.
14616 (force-mode-line-update): Use with-current-buffer.
14617 (locate-user-emacs-file): Don't forget to abbreviate the file name.
14618 (start-process-shell-command, start-file-process-shell-command):
14619 Discourage the use of command-args.
14620
14621 2009-08-19 Glenn Morris <rgm@gnu.org>
14622
14623 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
14624
14625 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14626
14627 * simple.el (choose-completion-string): Don't rely on
14628 minibuffer-completing-file-name and ad-hoc checks to decide whether
14629 to continue completion or not.
14630
14631 * minibuffer.el (minibuffer-hide-completions): New function.
14632 (completion--do-completion): Use it.
14633 (completions-annotations): New face.
14634 (completion--insert-strings): Use it.
14635 (completion-pcm--delim-wild-regex): Add docstring.
14636 (completion-pcm--string->pattern): Add support for 0-width delimiters
14637 in completion-pcm--delim-wild-regex.
14638
14639 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
14640
14641 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
14642 Remove unused var `buffer-modified-p'.
14643
14644 * minibuffer.el (completion--do-completion): Move point for the #b001
14645 case as well (bug#4176).
14646 (minibuffer-complete, minibuffer-complete-word): Don't move point.
14647
14648 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
14649
14650 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
14651 and :session buses.
14652
14653 2009-08-18 Kenichi Handa <handa@m17n.org>
14654
14655 * international/ucs-normalize.el (ucs-normalize-version):
14656 Change to 1.1.
14657 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
14658 (utf-8-hfs): Make it perform normalization on encoding too.
14659
14660 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
14661 (sentence-end-without-space): Delete duplicated chars.
14662 (sentence-end-base): Likewise.
14663
14664 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
14665 (html-mode): Delete duplicated chars from sentence-end-base.
14666
14667 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
14668 (texinfo-mode): Delete duplicated chars from sentence-end-base.
14669
14670 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
14671
14672 * files.el (hack-one-local-variable): If the mode function is for
14673 a minor mode, pass it an argument (Bug#4148).
14674
14675 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
14676
14677 * net/tramp.el (tramp-register-completion-file-name-handler):
14678 Check also for (member 'partial-completion completion-styles).
14679
14680 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
14681
14682 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
14683 abbrev (Bug#3943).
14684
14685 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
14686
14687 * progmodes/cperl-mode.el: Merge upstream 6.2.
14688 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
14689 (cperl-forward-re): Check cperl-brace-recursing.
14690 (cperl-highlight-charclass): New function.
14691 (cperl-find-pods-heres): Use it.
14692 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
14693 (cperl-beautify-regexp-piece): Fix column calculation.
14694 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
14695 (cperl-beautify-level): Don't process entire regexp.
14696 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
14697 calling man.
14698 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
14699 (cperl-init-faces): Build a list in the normal way.
14700
14701 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
14702
14703 * calendar/parse-time.el (parse-time-string-chars): Save match
14704 data.
14705
14706 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
14707
14708 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
14709 (sql-product): Use it.
14710 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
14711 (sql-set-product): Add completion.
14712 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
14713 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
14714 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
14715 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
14716 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
14717 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
14718 (sql-highlight-db2-keywords): Remove.
14719 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
14720 (sql-highlight-product): Use derived-mode-p.
14721 (sql-set-sqli-buffer): Use with-current-buffer.
14722 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
14723 Simplify.
14724
14725 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
14726
14727 * term.el: Fix commenting convention, turn comments into docstrings.
14728
14729 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
14730
14731 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
14732
14733 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
14734
14735 * calendar/parse-time.el (parse-time-string-chars): Compute using
14736 character classes, to handle non-ascii characters (Bug#3190).
14737
14738 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
14739
14740 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
14741 another heredoc if the user adds another < (Bug#3226).
14742
14743 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
14744 Don't initialize based on window-system (Bug#4124).
14745
14746 * facemenu.el (facemenu-read-color): Use a completion function
14747 that accepts any defined color, such as RGB triplets (Bug#3677).
14748
14749 * files.el (get-free-disk-space): Change fallback default
14750 directory to /. Expand DIR argument before switching to fallback.
14751 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
14752
14753 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
14754
14755 * files.el (load-library): Doc fix.
14756
14757 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
14758
14759 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
14760 (viper-if-string): Redefine C-s in the minibuffer to insert the last
14761 incremental search string.
14762
14763 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
14764 XEmacs.
14765
14766 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
14767 (ediff-merge-region-is-non-clash)
14768 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
14769 Also check if the job is really a merge job.
14770
14771 * ediff.el (ediff-current-file): New function.
14772
14773 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
14774
14775 * progmodes/js.el: Edit docstrings throughout to follow Emacs
14776 conventions.
14777 (js-insert-and-indent): Delete function.
14778 (js-mode-map): Don't bind keys to js-insert-and-indent.
14779 (js-beginning-of-defun): Rename from js--beginning-of-defun.
14780 (js-end-of-defun): Rename from js--end-of-defun.
14781 (js-auto-indent-flag): Delete variable.
14782
14783 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
14784
14785 * progmodes/js.el: Remove proclaim statement.
14786 Defvar which-func-imenu-joiner-function to silence compiler.
14787
14788 * files.el (auto-mode-alist): Use js-mode for .js files.
14789
14790 * progmodes/js2-mode.el: Remove file.
14791
14792 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
14793
14794 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
14795
14796 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
14797
14798 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
14799 Karl Landstrom <karl.landstrom@brgeight.se>
14800
14801 * progmodes/js.el: New file.
14802
14803 2009-08-14 Mark A. Hershberger <mah@everybody.org>
14804
14805 * timezone.el (timezone-parse-date): Add ability to understand ISO
14806 basic format (minimal separators) dates in addition to the
14807 already-supported extended format dates.
14808
14809 2009-08-14 Eli Zaretskii <eliz@gnu.org>
14810
14811 * international/ucs-normalize.el: Add a `coding' file variable.
14812
14813 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
14814
14815 2009-08-14 Sam Steingold <sds@gnu.org>
14816
14817 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
14818
14819 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
14820
14821 * faces.el (help-argument-name): Define it here instead of
14822 help-fns.el, because in daemon mode help-fns.el may be loaded when
14823 faces are still uninitialized (Bug#1078).
14824
14825 * help-fns.el (help-argument-name): Move defface to faces.el.
14826
14827 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
14828
14829 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
14830 create buffer with a pty but no process so that GDB can make the
14831 inferior the controlling process.
14832
14833 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
14834
14835 * international/ucs-normalize.el: New file.
14836
14837 2009-08-13 Richard Stallman <rms@gnu.org>
14838
14839 * mail/rmail.el (rmail-get-attr-names):
14840 Accept an attribute header that is too short.
14841
14842 * mail/rmail.el (rmail-forget-messages):
14843 Ignore nil elt in rmail-message-vector. Use dotimes.
14844
14845 * progmodes/compile.el (compilation-goto-locus):
14846 Use next-error-move-function.
14847
14848 * simple.el (next-error-move-function): New variable.
14849
14850 2009-08-12 Juri Linkov <juri@jurta.org>
14851
14852 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
14853 always non-nil. (Bug#4052)
14854
14855 * replace.el (read-regexp): Return empty string when
14856 `default-value' is nil.
14857 (keep-lines-read-args): Don't use empty string as the
14858 default value for `read-regexp'. (Bug#2495)
14859
14860 2009-08-12 Juri Linkov <juri@jurta.org>
14861
14862 * international/mule-cmds.el (ucs-insert): Change arguments
14863 from `arg' to `character', `count', `inherit' to be the same
14864 as in `insert-char'. Doc fix. (Bug#4039)
14865
14866 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
14867
14868 2009-08-12 Juri Linkov <juri@jurta.org>
14869
14870 * files-x.el: New file.
14871
14872 * files.el: Move code that deals with adding/deleting
14873 file/directory-local variables to files-x.el.
14874
14875 * Makefile.in (ELCFILES): Add files-x.elc.
14876
14877 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
14878
14879 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
14880 to use `goto-line'.
14881 (gdb-place-breakpoints, gdb-get-location): Rewritten without
14882 `goto-line'.
14883 (gdb-invalidate-disassembly): Do not refresh upon receiving
14884 'update signal. Instead, update all disassembly buffers only after
14885 threads list.
14886 (gdb): Send -target-detach when buffer is killed (Bug#3794).
14887 (gdb-starting): Moved -data-list-register-names...
14888 (gdb-stopped): ...here so it's sent when first thread stops.
14889 (gdb-registers-handler-custom): Do nothing if register names are
14890 unknown yet.
14891
14892 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
14893 from `gdb-mi.el' to avoid extra tangling.
14894
14895 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
14896 change which breaks `gud-def' definitions used in `gdb'.
14897 (gdb-update-gud-running): No extra fuss for updating frame number.
14898
14899 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
14900
14901 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
14902 (describe-language-environment-map, setup-language-environment-map)
14903 (set-coding-system-map): Move initialization into declaration.
14904 (set-language-info-alist): Last arg to define-key-after can be skipped.
14905
14906 * international/quail.el (quail-completion-1): Simplify.
14907 (quail-define-rules): Use slightly more compact code.
14908 (quail-insert-decode-map): Propertize keys, compact columns.
14909
14910 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14911 Add goto-line.
14912
14913 2009-08-10 Miles Bader <miles@gnu.org>
14914
14915 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
14916 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
14917 (js2-instance-member, js2-private-member, js2-private-function-call)
14918 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
14919 (js2-magic-paren, js2-external-variable):
14920 Remove "-face" suffix from face names.
14921 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
14922 (js2-highlight-undeclared-vars, js2-peek-token)
14923 (js2-parse-function-params, js2-mode-show-errors)
14924 (js2-mode-show-warnings, js2-make-magic-delimiter)
14925 (js2-mode-highlight-magic-parens): Update to use new face names.
14926
14927 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
14928
14929 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
14930 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
14931
14932 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
14933
14934 * subr.el: Provide hashtable-print-readable.
14935
14936 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
14937 hs-c-like-adjust-block-beginning.
14938 (hs-hide-block-at-point): Stop hiding at the beginning of
14939 hs-block-end-regexp (Bug#700).
14940
14941 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
14942
14943 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
14944 a macro.
14945 (gdb-registers-handler-custom): Do not fail when register names
14946 are unavailable.
14947
14948 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
14949
14950 * progmodes/gdb-mi.el (gdb-control-all-threads)
14951 (gdb-control-current-thread): Interactive setters for
14952 `gdb-gud-control-all-threads' to use in menu.
14953 (gdb-show-run-p): Show «Go» when process is not active.
14954 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
14955 gud/thread.xpm and gud/all.xpm.
14956
14957 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
14958
14959 * net/net-utils.el (net-utils-font-lock-keywords): New var.
14960 (nslookup-font-lock-keywords): Make it a variable.
14961 (net-utils-mode): New mode for viewing diagnostic network output.
14962 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
14963 (net-utils-run-simple): New function.
14964 (ifconfig, iwconfig, netstat, arp, route): Use it.
14965
14966 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
14967
14968 * progmodes/gdb-mi.el (gdb-read-memory-custom)
14969 (gdb-memory-set-address, def-gdb-set-positive-number)
14970 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
14971 after changing settings.
14972 (gdb-invalidate-disassembly): Update when first shown.
14973 (gdb-edit-locals-value): Fixed.
14974 (gdb-registers-handler-custom): Print registers in right order and
14975 allow changing register values (only for current thread yet).
14976 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
14977 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
14978 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
14979 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
14980 info in mode name.
14981 (gdb-registers-mode-map): TAB to switch to locals.
14982
14983 2009-08-08 Eli Zaretskii <eliz@gnu.org>
14984
14985 * mail/rmail.el (rmail-add-mbox-headers)
14986 (rmail-set-message-counters-counter): Search for
14987 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
14988
14989 2009-08-08 Glenn Morris <rgm@gnu.org>
14990
14991 * Makefile.in (ELCFILES): Update.
14992
14993 2009-08-07 Eli Zaretskii <eliz@gnu.org>
14994
14995 * mail/sendmail.el (mail-yank-original): Set
14996 buffer-file-coding-system from the one used by the message whose
14997 text is yanked.
14998
14999 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15000 to "windows" when "pgnuplot" is used.
15001 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15002 call accept-process-output if "pgnuplot" is used.
15003 (calc-graph-init): Don't send -display and -geometry to
15004 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
15005 running "pgnuplot -V" with shell-command-to-string.
15006
15007 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15008 the default.
15009
15010 2009-08-07 Eli Zaretskii <eliz@gnu.org>
15011
15012 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
15013 org/org-latex.elc.
15014
15015 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
15016
15017 * vc-dispatcher.el (vc-resynch-window): Update comment.
15018
15019 * term.el (term-handle-ansi-escape): Add comments with the
15020 terminfo capabilities implemented.
15021
15022 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
15023
15024 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15025 (gdb-var-create-handler): Rewritten using JSON parser.
15026 (gdb-propertize-header): Moved earlier.
15027 (gdb-set-header): Removed to avoid duplication.
15028 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15029 Refresh disassembly buffers only after threads list have been
15030 update.
15031 (gdb-threads-header, gdb-registers-header): Per-buffer header line
15032 variables.
15033
15034 2009-08-04 Juri Linkov <juri@jurta.org>
15035
15036 * files.el: Commands to add/delete file/directory-local variables.
15037 (read-file-local-variable, read-file-local-variable-value)
15038 (read-file-local-variable-mode, modify-file-local-variable)
15039 (modify-file-local-variable-prop-line)
15040 (modify-dir-local-variable): New functions.
15041 (add-file-local-variable, delete-file-local-variable)
15042 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15043 (add-dir-local-variable, delete-dir-local-variable)
15044 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15045 (copy-dir-locals-to-file-locals-prop-line): New commands.
15046
15047 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
15048
15049 * abbrev.el (insert-abbrev-table-description): Prettify output.
15050 Suggested by Karl Chen.
15051
15052 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
15053
15054 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
15055 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
15056 (gdb-overlay-arrow-position, gdb-thread-position)
15057 (gdb-disassembly-position): Declare variables.
15058 (gdb-wait-for-pending): Function now.
15059 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15060 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15061 compilation goes smoothly.
15062 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15063 (gdb-non-stop-setting): New customization setting which replaces
15064 `gdb-non-stop' so changing it doesn't break active GDB session.
15065 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15066 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15067 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15068 (gdb-show-threads-by-default): New customization options.
15069 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15070 routines.
15071 (gdb-get-buffer-create): Send buffers update signal when they are
15072 created.
15073 (gdb-invalidate-locals, gdb-invalidate-registers)
15074 (gdb-invalidate-breakpoints)
15075 (gdb-invalidate-threads, gdb-invalidate-disassembly)
15076 (gdb-invalidate-memory): Accept update signal.
15077 (gdb-current-context-command): Use --frame option.
15078 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15079 Implement `gdb-frame-number' selection logic.
15080 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15081 whether to show GUD toolbar buttons.
15082 (gdb-thread-exited): Unselect current thread when it exits.
15083 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15084 (gdb-mark-line): Routine which sets overlay arrow or inverses
15085 video on fringeless displays.
15086 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15087 to build aligned columns of data in GDB buffers and set text
15088 properties line-by-line.
15089 (gdb-invalidate-breakpoints)
15090 (gdb-breakpoints-list-handler-custom)
15091 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15092 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15093 (gdb-registers-handler-custom): Align data columns.
15094 (gdb-locals-handler-custom): Now prints data like in variable
15095 declarations.
15096 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15097 Removed confusing buttons.
15098 (gdb-invalidate-threads): Append --frame.
15099 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15100 between breakpoints/threads buffers.
15101 (gdb-set-window-buffer): Now can ignore dedicated windows.
15102 (gdb-propertize-header): Use `gdb-set-window-buffer'.
15103 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
15104 (def-gdb-thread-buffer-gud-command): Replaces
15105 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
15106 for fine thread control.
15107 (gdb-preempt-existing-or-display-buffer): New function used to
15108 display bound buffers without breaking window layout.
15109 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
15110 (gdb-select-frame): New version of `gdb-frames-select' which now
15111 sets `gdb-frame-number' so commands may use --frame option instead
15112 of inner debugger state.
15113 (gdb-frame-handler): Do not set `gdb-frame-number'.
15114 (gdb-threads-mode-map): Select threads with mouse.
15115
15116 * progmodes/gud.el (gdb-gud-context-call): Declare function to
15117 avoid compilation warning.
15118 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
15119 `gdb-show-stop-p`.
15120
15121 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
15122 Argument `key' renamed to `buffer-type'.
15123 (gdb-current-context-buffer-name): Do not add thread info to
15124 buffer name when no thread is selected.
15125 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
15126 command (bug 3794).
15127 (gdb-thread-selected): Handle `=thread-selected' notification.
15128 (gdb-wait-for-pending): New macro to deal with congestion problems.
15129 (gdb-breakpoints-list-handler-custom): Don't fail on pending
15130 breakpoints.
15131 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
15132 This fixes problem similar to one described in bug 3947.
15133 (gud-menu-map): More menu items.
15134 (gdb-init-1): Reset `gdb-thread-number' to nil.
15135
15136 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
15137 non-stop settings.
15138
15139 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
15140 (gdb-current-context-command): Do not append --thread if
15141 `gdb-thread-number' is nil.
15142 (gdb-running-threads-count, gdb-stopped-threads-count): New
15143 variables.
15144 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
15145 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
15146 customization options.
15147 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
15148 GUD commands.
15149 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
15150 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
15151 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
15152 set `gdb-thread-number' and update `gud-running' properly.
15153 (gdb-running): Update threads list when new threads appear.
15154 (gdb-stopped): Support non-stop operation and new thread switching
15155 logic.
15156 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
15157 (gdb-json-partial-output): New set of JSON routines.
15158 (def-gdb-auto-update-trigger): New `signal-list' optional
15159 argument.
15160 (gdb-thread-list-handler-custom): Update `gud-running',
15161 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
15162 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
15163 (gdb-continue-thread, gdb-step-thread): New commands for fine
15164 thread execution control.
15165 (gud-menu-map): New menu items to switch non-stop options.
15166 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
15167 (gdb-send): Mimic RET properly (bug 3794).
15168
15169 * progmodes/gdb-mi.el (gdb-rules-name-maker)
15170 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
15171 gdb-buffer-rules.
15172 (def-gdb-auto-update-handler): New nopreserve optional argument.
15173 (gdb-stack-list-frames-custom): Print stack from top to bottom.
15174
15175 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
15176 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
15177 (gdb-parent-mode): New mode to derive other GDB modes from.
15178 (gdb-display-disassembly-for-thread)
15179 (gdb-frame-disassembly-for-thread): New commands for threads
15180 buffer.
15181
15182 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
15183 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
15184 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
15185 (gdb-update): We now store all GDB buffers in a list so that they
15186 can be updated by traversing a list instead of calling invalidate
15187 triggers explicitly.
15188 (def-gdb-trigger-and-handler): New macro to define trigger-handler
15189 pair for GDB buffer.
15190 (gdb-stack-buffer-name): Add thread information.
15191 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
15192 handle pending triggers.
15193 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
15194 (def-gdb-thread-buffer-simple-command)
15195 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
15196 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
15197 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
15198 New commands which show buffers bound to thread.
15199 (gdb-stack-list-locals-regexp): Removed unused regexp.
15200
15201 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
15202 (gdb-locals-buffer-name, gdb-registers-buffer-name)
15203 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
15204 to (gud-comint-buffer) in *-buffer-name functions
15205 because (gdb-get-target-string) already does that.
15206 (gdb-locals-handler-custom, gdb-registers-handler-custom)
15207 (gdb-changed-registers-handler): Rewritten without regexps.
15208
15209 * progmodes/gdb-mi.el: Basic thread selection support.
15210 (gdb-thread-number): New variable.
15211 (gdb-current-context-command): New macro which adds --thread
15212 option to command.
15213 (gdb-threads-mode-map): Select thread with SPC.
15214 (gdb-thread-list-handler-custom): Mark current thread with overlay
15215 arrow. Synchronize GDB thread and Emacs thread.
15216 (gdb-select-thread): New command which selects current thread.
15217 (gdb-invalidate-frames, gdb-invalidate-locals)
15218 (gdb-invalidate-registers): Use --thread option.
15219
15220 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
15221
15222 * net/tramp.el (top): Make check for tramp-gvfs loading more
15223 robust. (Bug#3977)
15224 (tramp-handle-insert-file-contents): `unwind-protect' must be
15225 inside `with-parsed-tramp-file-name'.
15226
15227 * net/tramp-gvfs.el (top): Remove superfluous message when loading
15228 fails.
15229
15230 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
15231
15232 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
15233 directory if CLASSPATH is not set.
15234
15235 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
15236
15237 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
15238 New defconst.
15239 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
15240
15241 2009-08-02 Kevin Ryde <user42@zip.com.au>
15242
15243 * net/newst-backend.el (newsticker--raw-url-list-defaults):
15244 Update freshmeat link. Delete newsforge.com as it seems gone.
15245
15246 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
15247
15248 * select.el (x-set-selection): Doc fix (Bug#4021).
15249
15250 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
15251
15252 * help-fns.el (describe-variable): Treat list return values from
15253 dir-locals-find-file properly (Bug#4005).
15254
15255 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
15256
15257 * net/tramp.el (tramp-debug-message): Print also microseconds.
15258
15259 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
15260
15261 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
15262 or END is non-nil.
15263 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
15264 (tramp-get-debug-buffer): Change `outline-regexp' according to new
15265 format.
15266
15267 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
15268 (tramp-get-file-property): Use it.
15269
15270 * autorevert.el (auto-revert-handler): Allow
15271 `auto-revert-tail-mode' for remote files.
15272
15273 2009-08-02 Jason Rumney <jasonr@gnu.org>
15274
15275 * minibuffer.el (read-file-name): Treat confirm options to
15276 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
15277
15278 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
15279
15280 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
15281 (font-lock-variable-name-face, font-lock-constant-face): Darken
15282 the colors for light backgrounds.
15283
15284 2009-08-01 Eli Zaretskii <eliz@gnu.org>
15285
15286 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
15287 month names. (Bug#3987)
15288
15289 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
15290
15291 * simple.el (line-move-finish): Pass whole number to
15292 line-move-to-column.
15293 (line-move-visual): Perform hscroll to the recorded position.
15294
15295 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
15296
15297 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
15298
15299 2009-07-29 Alan Mackenzie <acm@muc.de>
15300
15301 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
15302
15303 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
15304
15305 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
15306 (gdb-place-breakpoints): Use full path when setting breakpoints.
15307
15308 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
15309
15310 * calc/calc.el (calc-mode-map): Add keybinding for
15311 `calc-transpose-lines'.
15312
15313 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
15314
15315 * calc/calc-misc.el (calc-transpose-lines): New function.
15316
15317 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
15318
15319 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
15320 Simplify check for out-of-band methods.
15321 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
15322 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
15323
15324 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
15325
15326 * vc-git.el (vc-git-checkin): Fix typo.
15327
15328 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
15329
15330 * progmodes/js2-mode.el: New file.
15331
15332 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
15333
15334 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
15335 (gud-menu-map): Adjust tooltip accordingly.
15336
15337 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15338
15339 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
15340 (vc-bzr-log-view-mode): Adjust log-view-file-re.
15341
15342 * add-log.el (change-log-mode-map): Add a menu.
15343
15344 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
15345
15346 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
15347 function returns nil.
15348 (dbus-handle-event): Handle special return value :ignore.
15349 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
15350
15351 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
15352
15353 * view.el (view-mode-enable): Don't define Helper-return-blurb if
15354 it's not needed.
15355
15356 2009-07-25 Eli Zaretskii <eliz@gnu.org>
15357
15358 Fix Bug#3888:
15359
15360 * w32-vars.el (x-select-enable-clipboard): Doc fix.
15361
15362 * term/pc-win.el (x-display-name, x-colors)
15363 (x-select-enable-clipboard, x-select-text): Doc fix.
15364
15365 * term/common-win.el (x-display-name, x-colors): Doc fix.
15366
15367 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
15368 (xw-defined-colors): Doc fix.
15369
15370 * w32-fns.el (x-select-text, x-setup-function-keys)
15371 (x-get-selection, x-set-selection): Doc fix.
15372
15373 * term/x-win.el (x-select-text, x-setup-function-keys)
15374 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
15375
15376 * select.el (x-set-selection): Doc fix.
15377
15378 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
15379
15380 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
15381 instead of "IsNSSSupportAvailable". Avahi ought to work also when
15382 "IsNSSSupportAvailable" method is not available. Reported by
15383 Steve Youngs <steve@sxemacs.org>.
15384
15385 2009-07-24 Kenichi Handa <handa@m17n.org>
15386
15387 * international/characters.el: Fix setting of category ?C, ?|, ?K,
15388 and ?H. Fix setting of case for Latin Extended and Greek Extended.
15389 (build-unicode-category-table): Fix range checks.
15390
15391 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
15392
15393 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
15394 the buffer we try to sync is current when calling
15395 vc-resynch-buffer.
15396
15397 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
15398 not show up to date files.
15399
15400 2009-07-24 Glenn Morris <rgm@gnu.org>
15401
15402 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
15403 Add autoload cookies. If necessary, initialize.
15404 (elint-log): Handle non-file buffers.
15405 (elint-initialize): Add optional argument to reinitialize.
15406 (elint-find-builtin-variables): Save excursion.
15407
15408 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
15409
15410 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15411 for Lint.
15412
15413 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15414
15415 * vc.el (vc-print-log-internal): New function, split out from ...
15416 (vc-print-log): ... here.
15417 (vc-dir-move-to-goal-column): Declare.
15418
15419 * vc-git.el (vc-git-add-signoff): New variable.
15420 (vc-git-checkin): Use it.
15421 (vc-git-toggle-signoff): New function.
15422 (vc-git-extra-menu-map): Bind it to menu.
15423 (vc-git--run-command-string): Accept a nil FILE argument.
15424 (vc-git-stash-list): New function.
15425 (vc-git-dir-extra-headers): Use it.
15426
15427 2009-07-23 Glenn Morris <rgm@gnu.org>
15428
15429 * help-fns.el (describe-variable): Describe ignored and risky local
15430 variables in a similar way to that in which we describe safe ones.
15431
15432 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
15433 (byte-compile-output-file-form, byte-compile-output-docform)
15434 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
15435 Give some more local variables with common names a "bytecomp-" prefix,
15436 so as not to shadow things during compilation.
15437 * emacs-lisp/cl-macs.el (load-time-value)
15438 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
15439 `outbuffer' to `bytecomp-outbuffer'.
15440
15441 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
15442 since the next two variables cover them automatically now.
15443 (elint-builtin-variables, elint-autoloaded-variables): New.
15444 (elint-unknown-builtin-args): Remove all members, since they can be
15445 parsed automatically now.
15446 (elint-extra-errors): New.
15447 (elint-env-add-env, elint-env-add-macro): Use cadr.
15448 (elint-current-buffer): Use or. Change final message.
15449 (elint-get-top-forms): Use line-end-position.
15450 (elint-init-env): Use cadr. Handle autoload, declare-function,
15451 and defalias.
15452 (elint-add-required-env): Doc fix. Use or. Standardize error.
15453 (regexp-assoc): Remove unused function.
15454 (elint-top-form): Set elint-current-pos, to record the start of the
15455 top-level form, for compilation-mode.
15456 (elint-form): Trap errors in macro expansion. Use dolist.
15457 (elint-unbound-variable): Use elint-builtin-variables and
15458 elint-autoloaded-variables.
15459 (elint-get-args): Use cadr, or.
15460 (elint-check-cond-form): Use dolist, cadr.
15461 (elint-check-condition-case-form): Doc fix. Use cadr.
15462 Use elint-extra-errors.
15463 (elint-log): New function.
15464 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
15465 Distinguish errors and warnings.
15466 (elint-log-message): Use with-current-buffer. Inhibit read-only.
15467 Use a bytecomp-style format.
15468 (elint-clear-log): Preserve default-directory. Inhibit read-only.
15469 (elint-get-log-buffer): Use compilation mode. Disable undo.
15470 Don't truncate lines.
15471 (elint-initialize): Set builtin and autoloaded variable lists.
15472 Only process elint-unknown-builtin-args if non-nil.
15473 (elint-find-builtin-variables, elint-find-autoloaded-variables):
15474 New functions.
15475 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
15476
15477 2009-07-22 Kevin Ryde <user42@zip.com.au>
15478
15479 * net/newst-backend.el (newsticker--parse-atom-1.0)
15480 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
15481 (newsticker--parse-rss-1.0):
15482 * progmodes/idlwave.el (idlwave-mode):
15483 * progmodes/idlw-shell.el (idlwave-shell-mode):
15484 * progmodes/vera-mode.el (vera-mode):
15485 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
15486 * progmodes/vhdl-mode.el (vhdl-mode):
15487 * textmodes/table.el (table-generate-source)
15488 (table--warn-incompatibility):
15489 Hyperlink urls in docstrings with URL `...'.
15490
15491 2009-07-22 Glenn Morris <rgm@gnu.org>
15492
15493 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
15494 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
15495 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
15496 Remove leading * from defcustom docs.
15497
15498 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
15499
15500 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
15501 defcustom doc.
15502 (list-load-path-shadows): Optionally, just return shadows as a string.
15503
15504 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
15505
15506 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
15507
15508 * mail/rmailedit.el (rmail-edit-mode): Use
15509 auto-save-include-big-deletions.
15510
15511 * mail/rmail.el (rmail-variables): Use
15512 auto-save-include-big-deletions.
15513
15514 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
15515 changes.
15516
15517 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
15518
15519 * calc/calc.el (calc-undo-length): New variable.
15520 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
15521
15522 2009-07-21 Richard Stallman <rms@gnu.org>
15523
15524 * files.el (auto-save-mode): Handle buffer-save-size = -2
15525 for toggling mode.
15526
15527 2009-07-21 Glenn Morris <rgm@gnu.org>
15528
15529 * textmodes/ispell.el (ispell-looking-back): Update declaration.
15530
15531 * calendar/todo-mode.el (calendar-current-date): Update declaration.
15532
15533 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
15534 silence compiler. Instead...
15535 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
15536 (ps-print-ensure-fontified): Update for above function name changes.
15537
15538 * printing.el (pr-mh-get-msg-num, pr-mh-show)
15539 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
15540 silence compiler. Instead...
15541 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
15542 (mh-show-buffer): Only define for compiler.
15543 (pr-mh-current-message): Update for above function name changes.
15544
15545 * files.el (abort-if-file-too-large): Explicitly pass `filename'
15546 as an argument.
15547 (find-file-noselect, insert-file-1): Update for above change.
15548
15549 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
15550
15551 * mail/mailclient.el (mailclient-send-it): Fix message.
15552
15553 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
15554 (edebug-eval): Check cl-debug-env is bound.
15555 (print-level, print-circle): Don't redefine built-in variables.
15556
15557 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
15558 (custom-print-vectors): Remove old comments from doc.
15559
15560 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
15561 (emerge-version): Make the variable an obsolete alias for the
15562 emacs-version variable. Make the function obsolete.
15563 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
15564 Emerge options, rather than merging in into the main Options menu.
15565 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
15566 and auto advance modes. Disable edit/fast items when not relevant.
15567
15568 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
15569
15570 * term/vt420.el (terminal-init-vt420): Fix typo.
15571
15572 2009-07-20 Sam Steingold <sds@gnu.org>
15573
15574 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
15575 variable (removed from compile.el on 2004-03-11).
15576
15577 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
15578
15579 * files.el (hack-local-variables-filter): Fix last change.
15580
15581 2009-07-19 Juri Linkov <juri@jurta.org>
15582
15583 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
15584 (dir-local-variables-alist): New buffer-local variable.
15585 (hack-local-variables-filter): If variable is not dir-local,
15586 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
15587 because file-local overrides dir-local.
15588 (c-postprocess-file-styles) <declare-function>:
15589 Remove obsolete declaration.
15590 (hack-dir-local-variables): Add dir-local variable/value pair to
15591 `dir-local-variables-alist' and remove duplicates. Doc fix.
15592
15593 * help-fns.el (describe-variable): Add information about
15594 file-local and dir-local variables.
15595
15596 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
15597
15598 * files.el (hack-local-variables-filter): Rewrite.
15599
15600 2009-07-19 Glenn Morris <rgm@gnu.org>
15601
15602 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
15603 Silence compiler by only defining on XEmacs.
15604
15605 * international/mule.el (auto-coding-regexp-alist): Only match
15606 BABYL... at the start of buffer, not of lines. (Bug#3790)
15607
15608 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
15609 non-calendar buffers (Bug#3862). Restore "not on a date" message.
15610 (cal-menu-context-mouse-menu): Doc fix.
15611
15612 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
15613
15614 * simple.el (mail-user-agent): Doc fix. Set :version tag.
15615
15616 2009-07-18 Juri Linkov <juri@jurta.org>
15617
15618 * info.el: Virtual Info keyword finder.
15619 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
15620 (Info-finder-file): New variable.
15621 (Info-finder-find-file): New function.
15622 (finder-known-keywords, finder-package-info)
15623 (find-library-name, lm-commentary): Use defvar and
15624 declare-function to silence compiler warnings.
15625 (Info-finder-find-node): New function.
15626 (info-finder): New command.
15627
15628 * subr.el (process-kill-buffer-query-function): New function.
15629 (add-hook)<kill-buffer-query-functions>: Add hook
15630 `process-kill-buffer-query-function'.
15631
15632 2009-07-18 Alan Mackenzie <acm@muc.de>
15633
15634 * progmodes/cc-mode.el (c-before-hack-hook)
15635 (c-postprocess-file-styles): Give invocation of `c-set-style'
15636 DONT-OVERRIDE parameter of t. Already set style variables will
15637 thus not be overridden by style settings given by `c-file-syle'.
15638
15639 * files.el (hack-local-variables-filter): Remove entries with
15640 duplicate keys from `file-local-variables-alist'.
15641
15642 2009-07-18 Eli Zaretskii <eliz@gnu.org>
15643
15644 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
15645 x-set-selection if display-selections-p returns nil for the
15646 current frame.
15647
15648 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
15649
15650 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
15651
15652 2009-07-18 Eli Zaretskii <eliz@gnu.org>
15653
15654 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
15655 Accept nil in addition to a regexp.
15656 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
15657 Accept nil in addition to a regexp.
15658 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
15659 buffers that have an associated file. Handle nil values of
15660 desktop-buffers-not-to-save and desktop-files-not-to-save.
15661 (Bug#3833)
15662
15663 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15664 (x-disown-selection-internal): New functions.
15665
15666 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
15667
15668 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
15669 warning.
15670 (gdb-breakpoints-header): Move forward to avoid compiler warning.
15671 (gdb-make-header-line-mouse-map): Remove duplicate definition.
15672
15673 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
15674
15675 * simple.el (set-mark): Revert last change.
15676
15677 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
15678
15679 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
15680 rendering of pngs is not possible instead of messaging a long
15681 description.
15682
15683 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
15684
15685 * w32-fns.el (x-selection-owner-p): New function.
15686
15687 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
15688 (mouse-yank-at-click, mouse-yank-primary): If
15689 select-active-regions is non-nil, deactivate the mark before
15690 insertion.
15691
15692 * simple.el (deactivate-mark, set-mark): Only save selection if we
15693 own it.
15694
15695 2009-07-17 Kenichi Handa <handa@m17n.org>
15696
15697 * case-table.el (describe-buffer-case-table): Fix for the case
15698 that KEY is a cons.
15699
15700 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
15701
15702 * vc-rcs.el (vc-rcs-find-file-hook):
15703 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
15704
15705 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
15706
15707 * net/tramp.el (tramp-wait-for-output): Handle the case when
15708 commands do not return a newline but a null byte before the shell
15709 prompt. (Bug#3858)
15710
15711 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15712
15713 * term/ns-win.el (ns-set-alpha): Don't declare.
15714 (ns-set-background-alpha): Remove function.
15715
15716 2009-07-16 Kevin Ryde <user42@zip.com.au>
15717
15718 * emacs-lisp/copyright.el (copyright-update): Save match-data across
15719 y-or-n-p, for safety.
15720
15721 2009-07-16 Richard Stallman <rms@gnu.org>
15722
15723 * files.el (auto-save-mode): If buffer-saved-size is -2,
15724 don't clobber it.
15725
15726 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
15727 (rmail-retry-ignored-headers): Add more uninteresting fields.
15728
15729 2009-07-15 Jari Aalto <jari.aalto@cante.net>
15730
15731 * net/rcirc.el (rcirc): Use history variables.
15732 (rcirc-server-name-history, rcirc-nick-name-history)
15733 (rcirc-server-port-history): New variables.
15734
15735 2009-07-15 Kenichi Handa <handa@m17n.org>
15736
15737 * international/mule-cmds.el (set-language-environment-charset):
15738 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
15739 ignore them.
15740
15741 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
15742 Delete unibyte-display.
15743
15744 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
15745
15746 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
15747
15748 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
15749
15750 * simple.el (deactivate-mark): Optional argument FORCE.
15751 (set-mark): Use deactivate-mark.
15752
15753 * info.el (Info-search): No need to check transient-mark-mode
15754 before calling deactivate-mark.
15755
15756 * select.el (x-set-selection): Doc fix.
15757 (x-valid-simple-selection-p): Allow buffer values.
15758 (xselect--selection-bounds): Handle buffer values. Suggested by
15759 David De La Harpe Golden.
15760
15761 * mouse.el (mouse-set-region, mouse-drag-track): Call
15762 copy-region-as-kill before setting the mark, to let
15763 select-active-regions work.
15764
15765 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
15766
15767 * simple.el (deactivate-mark): If select-active-regions is
15768 non-nil, copy the selection data into a string.
15769 (activate-mark): If select-active-regions is non-nil, set the
15770 selection to the current buffer.
15771 (set-mark): Update selection if select-active-regions is non-nil.
15772
15773 * select.el (x-valid-simple-selection-p): Allow buffer values.
15774
15775 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
15776
15777 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
15778 and more featureful message-mode.
15779
15780 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
15781
15782 * select.el (x-set-selection): Doc fix.
15783 (x-valid-simple-selection-p): Disallow selection data consisting
15784 of a list or cons of integers, since that is not used.
15785 (xselect--selection-bounds, xselect--int-to-cons): New functions.
15786 (xselect-convert-to-string, xselect-convert-to-length)
15787 (xselect-convert-to-filename, xselect-convert-to-charpos)
15788 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
15789
15790 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
15791
15792 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
15793 output in -break-info command (Emacs bug #3794).
15794
15795 2009-07-14 Glenn Morris <rgm@gnu.org>
15796
15797 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
15798 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
15799 (edebug-print-length, edebug-print-level, edebug-print-circle)
15800 (edebug-sit-for-seconds, edebug-view-outside)
15801 (edebug-bounce-point, edebug-set-global-break-condition)
15802 (edebug-Go-nonstop-mode, edebug-trace-mode)
15803 (edebug-Trace-fast-mode, edebug-continue-mode)
15804 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
15805 (edebug-visit-eval-list): Doc fixes.
15806
15807 * subr.el (def-edebug-spec): Doc fix.
15808
15809 2009-07-14 Kenichi Handa <handa@m17n.org>
15810
15811 * international/characters.el: Fix setting of category ?C.
15812
15813 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
15814
15815 * term/ns-win.el (x-select-font): defalias x-select-font to
15816 ns-popup-font-panel instead of generate-fontset-menu.
15817
15818 2009-07-12 Eli Zaretskii <eliz@gnu.org>
15819
15820 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
15821
15822 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
15823
15824 * arc-mode.el (archive-find-type): Allow for a PK00 string before
15825 the PK\003\004 header (Bug#3770).
15826
15827 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
15828
15829 * pcomplete.el (pcomplete-comint-setup): Check for
15830 shell-dynamic-complete-filename too.
15831
15832 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
15833
15834 * simple.el (temporary-goal-column): Change the value for
15835 line-move-visual to a cons cell.
15836 (line-move-visual): Record or set the window hscroll, if
15837 necessary (Bug#3494).
15838 (line-move-1): Handle cons value of temporary-goal-column.
15839
15840 2009-07-11 Kenichi Handa <handa@m17n.org>
15841
15842 * international/mule-diag.el (describe-character-set): Don't show
15843 width.
15844
15845 2009-07-10 Sam Steingold <sds@gnu.org>
15846
15847 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15848 Omake sometimes indents the errors it prints, so allow all
15849 regexps to start with spaces.
15850
15851 2009-07-10 Eli Zaretskii <eliz@gnu.org>
15852
15853 * cus-edit.el (customize-changed-options-previous-release):
15854 Bump value to 22.1. (Bug#3804)
15855
15856 2009-07-08 Sam Steingold <sds@gnu.org>
15857
15858 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
15859 to be a cons cell (test . ignored-directory) to selectively ignore
15860 some directories depending on the location of the search.
15861
15862 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
15863
15864 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
15865 remote user is root, on the local host.
15866 (tramp-local-host-p): Either the local user or the remote user
15867 must be root. (Bug#3771)
15868
15869 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
15870
15871 * progmodes/gdb-mi.el (gdb): Remove description of
15872 gdb-use-separate-io-buffer.
15873 (menu): Don't allow toggling of or enable
15874 gdb-use-separate-io-buffer from menubar.
15875
15876 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
15877
15878 * mail/unrmail.el (unrmail): Make sure the message ends with two
15879 newlines (Bug#3769).
15880
15881 2009-07-08 Glenn Morris <rgm@gnu.org>
15882
15883 * calendar/calendar.el (calendar-current-date): Rework previous change.
15884
15885 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
15886
15887 * calendar/calendar.el (calendar-current-date):
15888 Add an optional argument giving an offset from today.
15889
15890 2009-07-08 Glenn Morris <rgm@gnu.org>
15891
15892 * tutorial.el (tutorial--describe-nonstandard-key):
15893 Adjust the message for when a key has been unbound.
15894 (help-with-tutorial): Hide the arch-tag.
15895
15896 2009-07-08 Kenichi Handa <handa@m17n.org>
15897
15898 * international/fontset.el (setup-default-fontset): For each
15899 script, append (not set) font-specs.
15900
15901 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
15902 docstring.
15903
15904 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
15905
15906 * progmodes/gdb-mi.el (gdb-init-1): Move sending
15907 -data-list-register-names to ...
15908 (gdb-starting): ... here because GDB 7.0 requires execution to
15909 have started when using this MI command.
15910 (gdb-set-header): New function to distinguish select and
15911 unselected tabs in gdb buffers.
15912 (gdb-propertize-header): New macro that uses gdb-set-header.
15913 (gdb-breakpoints-header, gdb-locals-header): Use it.
15914 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
15915
15916 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
15917
15918 * Makefile.in (ELCFILES): Remove fadr.elc.
15919
15920 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
15921
15922 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
15923 may contain frame information, so `string-match' should be used.
15924 (gdb-update): Disassembly is invalidated through
15925 `gdb-get-selected-frame'.
15926 (gdb-pad-string): New function to pad string with spaces.
15927 (gdb-invalidate-disassembly): Invalidate only if the buffer
15928 exists.
15929 (gdb-disassembly-handler-custom): Column alignment.
15930 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
15931 placing new ones.
15932 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
15933 end of line, too.
15934 (gdb-frame-handler): Match convention to for disassembly buffer
15935 mode name.
15936 (gdb-stack-list-frames-handler): Rewritten without regexps.
15937 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
15938 not highlight breakpoints without line information.
15939 (gdb-input): Add trailing newline to command.
15940
15941 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
15942 buffer properly.
15943 (gdb-breakpoints-list-handler-custom): Replacement for
15944 `gdb-break-list-handler'. Using real parser instead of regexps
15945 now.
15946 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
15947 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
15948 to place breakpoints.
15949 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
15950 functions.
15951 (gdb-disassembly-handler-custom): Show overlay arrow.
15952 (gdb-disassembly-place-breakpoints): Show breakpoints in
15953 disassembly buffer.
15954 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15955 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
15956 instead of parsing breakpoints buffer. Fixed old menu references
15957 in `gud-menu-map'.
15958
15959 * fadr.el: Remove.
15960
15961 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
15962 (gdb-memory-address): New variable which holds top address of
15963 memory page shown in memory buffer.
15964 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
15965 customization variables.
15966 New functions:
15967 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
15968 display the memory buffer.
15969 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
15970 buffer display parameters.
15971 (def-gdb-memory-format, gdb-memory-format-binary)
15972 (gdb-memory-format-octal, gdb-memory-format-unsigned)
15973 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
15974 Functions for setting memory buffer format.
15975 (gdb-memory-unit-word, gdb-memory-unit-halfword)
15976 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
15977 unit size used in memory buffer.
15978 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
15979 to next/previous page of memory buffer.
15980 Now using (bindat-get-field) instead of fadr functions.
15981
15982 2009-07-07 Sam Steingold <sds@gnu.org>
15983
15984 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
15985 non-top-level files.
15986
15987 2009-07-07 Kenichi Handa <handa@m17n.org>
15988
15989 * international/mule-cmds.el (reset-language-environment): Put
15990 the highset priority to the charset iso-8859-1.
15991
15992 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
15993
15994 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
15995 to the end of the line when locating the block (Bug#700).
15996
15997 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
15998
15999 * net/tramp.el (tramp-handle-write-region): Flush file properties
16000 in case of short track.
16001
16002 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
16003
16004 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16005 Coded custom representation of verilog error regular expressions
16006 to work with Emacs-22's new format.
16007 (verilog-error-regexp-xemacs-alist): Coded custom representation
16008 of verilog error regular expressions to work with XEmacs format.
16009 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16010 error recognition into XEmacs.
16011 (verilog-error-regexp-add-emacs): Hook routine to install verilog
16012 error recognition into Emacs-22.
16013
16014 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
16015
16016 * woman.el: Remove stand-alone closing parentheses.
16017 (woman-file-name, woman2-format-paragraphs)
16018 (woman-leave-blank-lines): Code cleanup.
16019 (woman-use-own-frame): Change default to nil.
16020 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16021 defaults to inherit from default faces.
16022 (woman2-process-escapes): Consume the newline after a stand-alone
16023 filler character (Bug#3651).
16024
16025 2009-07-06 Glenn Morris <rgm@gnu.org>
16026
16027 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16028 (top-level): Move provide to the end.
16029 (ffap): Remove defunct URL from custom group.
16030
16031 * subr.el (eval-after-load): Doc fix.
16032
16033 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
16034
16035 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16036 `calc-embedded-word' is called twice.
16037
16038 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16039
16040 * files.el (find-alternate-file-other-window, find-alternate-file):
16041 Obey confirm-nonexistent-file-or-buffer.
16042
16043 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
16044
16045 * dired-aux.el (dired-show-file-type): Handle remote files.
16046
16047 2009-07-05 Jari Aalto <jari.aalto@cante.net>
16048
16049 * desktop.el (desktop-globals-to-save):
16050 Add file-name-history (Bug#2750).
16051
16052 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
16053
16054 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
16055
16056 2009-07-04 Johan Bockgård <bojohan@gnu.org>
16057
16058 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16059 property on entire argument since this is what eshell-lisp-command
16060 expects.
16061
16062 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
16063
16064 * net/tramp-gvfs.el (tramp-gvfs-methods)
16065 (tramp-gvfs-zeroconf-domain)
16066 (tramp-bluez-discover-devices-timeout): Add version flag.
16067 (tramp-gvfs-handler-mounted-unmounted)
16068 (tramp-gvfs-connection-mounted-p): Polish handling of
16069 incompatibilities between GVFS 0.2 and 1.0.
16070
16071 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
16072
16073 * cus-start.el (all): Add make-pointer-invisible.
16074
16075 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
16076
16077 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
16078 formatted correctly.
16079
16080 2009-07-02 Juri Linkov <juri@jurta.org>
16081
16082 * info.el: Virtual Info files and nodes.
16083 (Info-virtual-files, Info-virtual-nodes): New variables.
16084 (Info-current-node-virtual): New variable.
16085 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16086 New functions.
16087 (Info-file-supports-index-cookies): Use Info-virtual-file-p
16088 to check for a virtual file instead of checking a fixed list
16089 of node names.
16090 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16091 instead of ad-hoc processing of "dir" and (apropos history toc).
16092 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16093 instead of ad-hoc processing of "dir" and (apropos history toc).
16094 Reread a file when moving from a virtual node.
16095 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16096 (Info-directory-toc-nodes, Info-directory-find-file)
16097 (Info-directory-find-node): New functions.
16098 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16099 (Info-history): Move part of code to
16100 `Info-history-find-node'.
16101 (Info-history-toc-nodes, Info-history-find-file)
16102 (Info-history-find-node): New functions.
16103 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
16104 (Info-toc): Move part of code to `Info-toc-find-node'.
16105 (Info-toc-find-node): New function.
16106 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
16107 the current Info file name to references because now the node
16108 "*TOC*" belongs to the same Info manual.
16109 (Info-toc-build): Rename from `Info-build-toc'.
16110 (Info-toc-nodes): Rename input argument `file' to `filename'.
16111 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
16112 instead of ad-hoc processing of ("dir" apropos history toc).
16113 (Info-index-nodes): Use Info-virtual-file-p
16114 to check for a virtual file instead of checking a fixed list
16115 of node names.
16116 (Info-index-node): Add check for `Info-current-node-virtual'.
16117 Raise `save-match-data' higher up the tree to contain
16118 `search-forward' too (bug fix).
16119 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
16120 (Info-virtual-index-nodes): New variable.
16121 (Info-virtual-index-find-node, Info-virtual-index): New functions.
16122 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
16123 (Info-apropos-file, Info-apropos-nodes): New variables.
16124 (Info-apropos-toc-nodes, Info-apropos-find-file)
16125 (Info-apropos-find-node, Info-apropos-matches): New functions.
16126 (info-apropos): Move part of code to `Info-apropos-find-node' and
16127 `Info-apropos-matches'.
16128 (Info-mode-map): Bind "I" to `Info-virtual-index'.
16129 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
16130 for a virtual file instead of checking a fixed list of node names.
16131
16132 * simple.el (async-shell-command): New command.
16133
16134 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
16135
16136 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
16137 instead of `mount-info'.
16138
16139 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
16140
16141 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
16142 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
16143
16144 2009-07-02 Kenichi Handa <handa@m17n.org>
16145
16146 * international/mule.el (set-keyboard-coding-system): Force *-unix
16147 coding-system to avoid eol conversion.
16148
16149 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
16150
16151 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16152 Add handler for `process-file', `shell-command' and
16153 `start-file-process'.
16154 (tramp-gvfs-handle-shell-command)
16155 (tramp-gvfs-handle-start-file-process)
16156 (tramp-gvfs-handle-process-file): New defuns.
16157 (tramp-synce-list-devices): Simplify check for existence of property.
16158
16159 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
16160
16161 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
16162
16163 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
16164
16165 * language/korean.el (set-language-info-alist): Add korean-cp949,
16166 cp949 to spec.
16167
16168 2009-07-01 Kenichi Handa <handa@m17n.org>
16169
16170 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
16171
16172 * international/encoded-kb.el: Deleted.
16173
16174 * international/mule.el (set-keyboard-coding-system): Perform the
16175 necessary setup here instead of calling encoded-kbd-setup-display.
16176
16177 2009-07-01 Glenn Morris <rgm@gnu.org>
16178
16179 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
16180
16181 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
16182
16183 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
16184
16185 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
16186
16187 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
16188 Handle also the 'rename case, when setting file modes. (Bug#3712)
16189 (tramp-default-file-modes): Remove execute permissions.
16190
16191 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
16192 (top): Add a default for "synce" in `tramp-default-user-alist'.
16193 Add completion function for "synce" method.
16194 (tramp-hal-service, tramp-hal-path-manager)
16195 (tramp-hal-interface-manager, tramp-hal-interface-device):
16196 New defconst.
16197 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
16198 (tramp-synce-list-devices, tramp-synce-parse-device-names):
16199 New defuns.
16200
16201 * net/trampver.el: Update release number.
16202
16203 2009-06-30 Kenichi Handa <handa@m17n.org>
16204
16205 * international/fontset.el (setup-default-fontset): Add CJK fonts
16206 for symbols and the other miscellaneous characters.
16207
16208 * language/korea-util.el (setup-korean-environment-internal):
16209 Make char-width-table suitable for Korean environments.
16210 (exit-korean-environment): Cancel above.
16211
16212 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
16213 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
16214 setup-function to make char-width-table suitable for respective
16215 environments, and an exit-function to cancel that.
16216
16217 * language/japan-util.el (setup-japanese-environment-internal):
16218 Call use-cjk-char-width-table with arg `ja_JP'.
16219
16220 * international/characters.el (cjk-char-width-table): Delete it.
16221 (cjk-char-width-table-list): New variable.
16222 (use-cjk-char-width-table): New arg local-name.
16223 (use-default-char-width-table): Fix for the case that Emacs is
16224 already using the default char-width-table.
16225
16226 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
16227
16228 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
16229 modes mandatory. (Bug#3712)
16230
16231 2009-06-29 Alan Mackenzie <acm@muc.de>
16232
16233 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
16234 correction between the visible width of TABs and their number of bytes.
16235
16236 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
16237
16238 * server.el (server-buffer-done): Prevent kill-buffer from
16239 prompting by clearing the buffer modification flag (Bug#3696).
16240
16241 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
16242
16243 * progmodes/verilog-mode.el (verilog-beg-of-statement)
16244 (verilog-endcomment-reason-re): Support unique case and priority case.
16245 (verilog-basic-complete-re): Support localparam lineup.
16246 (verilog-beg-of-statement-1): Fix for robustness, unique case.
16247 (verilog-set-auto-endcomments): Fix for unique case, always_comb
16248 commenting.
16249 (verilog-leap-to-case-head): Now support *nested* unique &
16250 priority case statements.
16251 (verilog-auto-lineup): Make just declarations the default (as it
16252 had been).
16253 (verilog-leap-to-case-head): Support priority/unique case statements.
16254 (verilog-auto-lineup): Rework to give users radio buttons to
16255 select the various styles of automatic lineup.
16256 (verilog-error-regexp-alist): Rework to support the XEmacs style
16257 of error regular expressions from compilers, lint tools &
16258 simulators. Note that GNU Emacs has made it impossible for a mode
16259 to load such things.
16260 (electric-verilog-terminate-line, verilog-indent-declaration)
16261 (verilog-auto-wiure): Rework for radio button selection of
16262 auto-lineup selection of specification of auto lineup.
16263 (verilog-beg-of-statement-1): Redesign to support proper operation
16264 in additional code, based on testing with auto-lineup.
16265 (verilog-calculate-indent, assignments & declarations)
16266 (verilog-backward-token): Enhance to support auto-lineup of
16267 assignments & declarations.
16268 (verilog-in-directive-p, verilog-at-struct-p): New function for
16269 easy test of whether we are.
16270 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
16271 to support safe execution at almost anyline.
16272 (verilog-calc-1): Properly support indenting deep inside generate
16273 blocks.
16274 (verilog-init-font): Remove definition & use of verilog-init-font,
16275 as it is redundant with font-lock-defaults.
16276 (verilog-mode): Alter the definition of verilog-font-lock-defaults
16277 to avoid circular calls if syntax-ppss is a function (as is the
16278 case now in 22.x GNU Emacs) as that function would sometimes call
16279 itself, leading to (nearly) infinite recursion.
16280 (verilog-ovm-begin-re, verilog-ovm-end-re)
16281 (verilog-ovm-statement-re, verilog-leap-to-head)
16282 (verilog-backward-token): Add support for OVM macros. Some are
16283 complete statements, and others open and close scopes like begin
16284 and end.
16285 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
16286 (verilog-defun-level-generate-only-re): Really fix the defun-list
16287 compilation issue.
16288 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
16289 coverpoint, constraint and cross statements.
16290 (verilog-defun-level-list, verilog-generate-defun-level-list)
16291 (verilog-all-defun-level-list): Redo these specifications - it is
16292 too hard to support eval-when compile aggregation of lists also
16293 built at when-compile time.
16294 (verilog-defun-level-list): Place defconsts of variables used in
16295 building regular expressions which are built in eval-when-compile
16296 bodies in the same eval-when-compile body to facilitate compile
16297 without load.
16298 (verilog-beg-block-re-ordered): Support indenting
16299 virtual/protected tasks and functions.
16300 (verilog-defun-level-list, verilog-in-generate-region-p)
16301 (verilog-backward-ws&directives, verilog-calc-1): Speed up
16302 indentation of some module items (generate items).
16303 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
16304 across virtual/protected tasks and functions.
16305
16306 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
16307
16308 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
16309 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
16310 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
16311 in concatenations. Reported by Yishay Belkind.
16312 (verilog-auto-ascii-enum): Support one-hot state machines in
16313 AUTOASCIIENUM. Suggested by Lloyd Gomez.
16314 (verilog-auto-inst, verilog-auto-inst-port): Include interface
16315 modport in AUTOINST and add vl-modport for users. Reported by
16316 David Rogoff.
16317 (verilog-auto-inout-module, verilog-auto-inst)
16318 (verilog-decls-get-interfaces, verilog-insert-definition)
16319 (verilog-insert-one-definition, verilog-read-decls)
16320 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
16321 (verilog-sig-modport, verilog-signals-combine-bus)
16322 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
16323 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
16324 Suggested by David Rogoff.
16325 (verilog-repair-open-comma): Fix non-insertion of comma when
16326 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
16327 (verilog-make-width-expression): Simplify [A-1:0] expression
16328 widths to just {A{1'b0}}.
16329 (verilog-mode): Cleanup checkdoc warnings.
16330 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
16331 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
16332 inputs/outputs or data type. Suggested by Vasu Kandadi.
16333 (next-error-last-buffer): Fix byte-compiler warning.
16334 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
16335 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
16336 or shell command text during AUTO expansion. Suggested by Tad Truex.
16337 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
16338 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
16339 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
16340 in AUTOINOUT. Reported by Matthew Lovell.
16341 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
16342 causing use of <= assignments. Reported by Alex Reed.
16343 (verilog-read-decls): Fix triand, trior, wand, wor to be
16344 recognized by AUTOWIRE. Reported by Spencer Isaacson.
16345 (verilog-extended-complete-re): Support import "DPI-C" functions.
16346 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
16347 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
16348 (verilog-insert-date, verilog-insert-year)
16349 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
16350 Windows systems. Reported by Michael Potts.
16351 (verilog-read-module-name): Fix AUTOINST when the child module
16352 declaration's name is a tick define. Reported by Elliot Mednick.
16353 (verilog-read-decls): Fix V2K parameter bit subscripts getting
16354 passed to next parameter's definition. Reported by Bruce T.
16355 (verilog-read-decls): Fix detecting "parameter int" when using
16356 AUTOINSTPARAM. Reported by Bruce T.
16357 (verilog-goto-defun): Fix goto not finding modules unless first
16358 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
16359 (verilog-mode): Expand -f flag arguments on entry to mode so
16360 verilog-goto-defun will work. Reported by Lawrence Butcher.
16361 (verilog-getopt): Expand environment variables in -f file
16362 arguments. Suggested by Lawrence Butcher.
16363 (verilog-set-define): Fix "Symbol's value as variable is void"
16364 when reading enumerations.
16365 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
16366 Suggested by Stephen Peltan.
16367 (verilog-read-defines): Fix reading of enumerations in include
16368 files. Reported by Steve Peltan.
16369
16370 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
16371
16372 * files.el (trash-directory): Fix defcustom type.
16373
16374 2009-06-28 Juri Linkov <juri@jurta.org>
16375
16376 * help-fns.el (describe-function-1): Correctly locate adviced
16377 functions in hyperlink (Bug#2438).
16378
16379 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
16380
16381 * files.el (trash-directory): Change default to nil.
16382 (move-file-to-trash): If trash-directory is nil and
16383 system-move-file-to-trash is unbound, perform freedesktop-style
16384 trashing.
16385
16386 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
16387
16388 * files.el (move-file-to-trash): Add freedesktop trash
16389 support (Bug#973).
16390
16391 2009-06-28 Glenn Morris <rgm@gnu.org>
16392
16393 * autorevert.el (global-auto-revert-non-file-buffers)
16394 (global-auto-revert-mode): Doc fixes.
16395
16396 2009-06-27 Johan Bockgård <bojohan@gnu.org>
16397
16398 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
16399
16400 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
16401
16402 * faces.el (x-handle-named-frame-geometry): Ensure that we have
16403 opened an X connection before calling x-get-resource (Bug#3194).
16404
16405 * play/doctor.el: Remove reference to obsolete website.
16406 (make-doctor-variables): Correct grammar mistake (Bug#2633).
16407
16408 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
16409
16410 Remove find-file-not-found-hook VC method. (Bug#2757)
16411 * vc-hooks.el (vc-file-not-found-hook)
16412 (vc-default-find-file-not-found-hook): Remove functions.
16413 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
16414 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
16415 * vc.el:
16416 * vc-hg.el:
16417 * vc-git.el: Do not mention find-file-not-found-hook VC method.
16418
16419 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
16420
16421 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
16422 compatibility function for `looking-back'.
16423
16424 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
16425 Use `ispell-looking-back'.
16426
16427 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
16428
16429 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
16430 rather than `filename'.
16431
16432 2009-06-23 Miles Bader <miles@gnu.org>
16433
16434 * face-remap.el (text-scale-set): New function.
16435
16436 2009-06-23 Glenn Morris <rgm@gnu.org>
16437
16438 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
16439
16440 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
16441
16442 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
16443
16444 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
16445
16446 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
16447 Simplify Persian conditionals.
16448
16449 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
16450 variable `filename'.
16451
16452 * comint.el (comint-insert-input): Doc fix.
16453
16454 * Makefile.in (ELCFILES): Fix typo in previous change.
16455
16456 2009-06-23 Miles Bader <miles@gnu.org>
16457
16458 * cus-start.el: Add entry for `recenter-redisplay'.
16459
16460 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
16461
16462 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
16463 Add an optional argument for the backend, use it instead of
16464 calling vc-backend.
16465 (vc-mode-line): Add an optional argument for the backend.
16466 Pass the backend to vc-state and vc-working-revision. Move code for
16467 special handling for vc-state being a buffer to ...
16468
16469 * vc-rcs.el (vc-rcs-find-file-hook):
16470 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
16471
16472 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
16473 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
16474 vc-stay-local-p and vc-mode-line calls.
16475
16476 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
16477 (vc-cvs-diff, vc-cvs-annotate-command)
16478 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
16479 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
16480 vc-mode-line calls.
16481
16482 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
16483 direct comparison.
16484 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
16485 backend when calling vc-mode-line.
16486 (vc-register): Do not create a closure for calling the vc register
16487 function, call it directly.
16488
16489 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
16490
16491 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
16492 to make it obvious item can be clicked.
16493
16494 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
16495
16496 2009-06-23 Kenichi Handa <handa@m17n.org>
16497
16498 * language/korea-util.el (korean-key-bindings): Change the binding
16499 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
16500 same command.
16501
16502 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
16503
16504 Sync with Tramp 2.1.16.
16505
16506 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
16507
16508 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
16509 when a loading of a package fails. Completion function for rsync
16510 is `tramp-completion-function-alist-ssh'.
16511 (all): Replace all calls of `split-string' and
16512 `tramp-split-string' by `tramp-compat-split-string'.
16513 (tramp-default-method): Use `tramp-compat-process-running-p'.
16514 (tramp-default-proxies-alist): Allow also Lisp forms.
16515 (tramp-remote-path): Add choice "Private Directories".
16516 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
16517 (tramp-domain-regexp): Allow also "-", "_" and ".".
16518 (tramp-end-of-output): Remove newlines, and add "$" at the end.
16519 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
16520 (tramp-debug-message): Insert header line in debug buffer.
16521 (tramp-handle-directory-files-and-attributes-with-stat):
16522 Care about filenames with spaces, or starting with "-".
16523 (tramp-handle-dired-uncache): New defun.
16524 (tramp-handle-insert-directory): Don't flush the directory from
16525 cache, this is handled by `dired-uncache' now.
16526 (tramp-handle-insert-file-contents): Improve error handling.
16527 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
16528 Quote `tramp-end-of-output'.
16529 (tramp-action-password): Improve trace message.
16530 (tramp-check-for-regexp): Both echoes must be present, before removing.
16531 (tramp-open-connection-setup-interactive-shell): Trace coding system.
16532 (tramp-compute-multi-hops): Eval cons cells of
16533 `tramp-default-proxies-alist'.
16534 (tramp-maybe-open-connection): Use the same command pattern for
16535 first hop and further hops.
16536 (tramp-wait-for-output): Remove handling of newlines.
16537 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
16538 (tramp-split-string): Remove function. It is handled in
16539 tramp-compat now.
16540
16541 * net/tramp-cmds.el (tramp-bug):
16542 Recommend `tramp-cleanup-all-connections' in the bug mail.
16543
16544 * net/tramp-compat.el (tramp-compat-split-string)
16545 (tramp-compat-process-running-p): New defuns.
16546
16547 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
16548 for `dired-uncache'.
16549
16550 * net/tramp-gvfs.el: New package.
16551
16552 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
16553 Add handler for `dired-uncache'.
16554 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
16555
16556 * net/trampver.el: Update release number. Make version check fit
16557 for SXEmacs 22.
16558
16559 2009-06-22 Jim Meyering <meyering@redhat.com>
16560
16561 Automatically handle .xz suffix (XZ-compressed files), too.
16562 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
16563 XZ is the successor to LZMA: <http://tukaani.org/xz/>
16564
16565 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
16566 Nick Roberts <nickrob@snap.net.nz>
16567
16568 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
16569 repository (http://sphinx.net.ru/hg/gdb-mi/).
16570
16571 2009-06-22 Glenn Morris <rgm@gnu.org>
16572
16573 * files.el (dir-locals-collect-mode-variables): Allow for any number of
16574 `mode' and `eval' entries. (Bug#3430)
16575
16576 * Makefile.in (ELCFILES): Add fadr.elc.
16577
16578 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
16579 differing behavior of \n and ^ in strings. (Bug#3385)
16580
16581 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
16582
16583 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
16584 property.
16585 (lisp-indent-function): Make it a defcustom.
16586
16587 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
16588
16589 * progmodes/gdb-ui.el: Replace with ...
16590 * progmodes/gdb-mi.el: ... this file.
16591 * progmodes/gud.el: Modify for gdb-mi.el.
16592
16593 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
16594
16595 * fadr.el: New file.
16596
16597 See ChangeLog.14 for earlier changes.
16598
16599 ;; Local Variables:
16600 ;; coding: utf-8
16601 ;; End:
16602
16603 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
16604
16605 This file is part of GNU Emacs.
16606
16607 GNU Emacs is free software: you can redistribute it and/or modify
16608 it under the terms of the GNU General Public License as published by
16609 the Free Software Foundation, either version 3 of the License, or
16610 (at your option) any later version.
16611
16612 GNU Emacs is distributed in the hope that it will be useful,
16613 but WITHOUT ANY WARRANTY; without even the implied warranty of
16614 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16615 GNU General Public License for more details.
16616
16617 You should have received a copy of the GNU General Public License
16618 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
16619
16620 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1