]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
f04904a7079dd1ddc5059bb822099b50c44167cd
[gnu-emacs] / lisp / ChangeLog
1 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
2
3 * emacs-lisp/package.el (package-menu-mode-map): Change
4 package-menu-revert bindings to revert-buffer.
5 (package-menu-mode): Set revert-buffer-function.
6 (package-menu-revert): Doc fix.
7
8 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
9
10 * textmodes/ispell.el (ispell-init-process): Use "~/" as
11 `default-directory' unless using Ispell per-directory personal
12 dictionaries and not in a mini-buffer under XEmacs.
13 (kill-buffer-hook): Do not kill ispell process on exit when
14 `ispell-process-directory' is "~/". (Bug#6143)
15
16 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
17
18 * simple.el (kill-new): Call interprogram-cut-function with only
19 one argument.
20
21 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
22 Remove cut buffer from error message.
23
24 * term/x-win.el (x-select-text):
25 * term/pc-win.el (x-selection-value):
26 * term/ns-win.el (x-selection-value):
27 * eshell/em-term.el:
28 * w32-fns.el (x-get-selection-value):
29 * mouse-sel.el (mouse-sel-set-selection-function):
30 * frame.el (display-selections-p): Remove cut-buffer in documentation.
31
32 * term/x-win.el: Update documentation for x-last-selected-text-*.
33 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
34 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
35 (x-select-text): Remove argument PUSH, update documentation. Remove
36 cut-buffer code.
37 (x-selection-value-internal): Was previously x-selection-value.
38 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
39 Update documentation, remove cut-buffer code. Call
40 x-selection-value-internal.
41 (x-clipboard-yank): Call x-selection-value-internal.
42 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
43
44 * term/pc-win.el (x-last-selected-text):
45 x-cut-buffer-or-selection-value renamed to x-selection-value
46 (x-select-text): Remove argument PUSH, update documentation.
47
48 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
49 x-cut-buffer-or-selection-value renamed to x-selection-value
50 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
51 (x-select-text): Remove argument PUSH, update documentation.
52
53 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
54
55 * w32-fns.el (x-last-selected-text):
56 x-cut-buffer-or-selection-value renamed to x-selection-value.
57 (x-cut-buffer-max): Remove.
58 (x-select-text): Remove argument PUSH, update documentation.
59
60 * simple.el (interprogram-cut-function): Remove mention of PUSH.
61
62 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
63
64 * mouse-sel.el (mouse-sel-get-selection-function):
65 x-cut-buffer-or-selection-value renamed to x-selection-value.
66 (x-select-text): Optional push removed.
67
68 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
69
70 * simple.el (blink-paren-function): Move from C to here.
71 (blink-paren-post-self-insert-function): New function.
72 (post-self-insert-hook): Use it.
73
74 * emacs-lisp/pcase.el (pcase-split-memq):
75 Fix overenthusiastic optimisation.
76 (pcase-u1): Handle the case of a lambda pred.
77
78 2010-08-31 Kenichi Handa <handa@m17n.org>
79
80 * international/mule-cmds.el (standard-display-european-internal):
81 Setup standard-display-table for 8-bit characters by storing 8-bit
82 characters in the element vector.
83
84 * disp-table.el (standard-display-8bit): Setup
85 standard-display-table for 8-bit characters by storing 8-bit
86 characters in the element vector.
87 (standard-display-european): Likewise.
88
89 2010-08-31 Masatake YAMATO <yamato@redhat.com>
90
91 * textmodes/nroff-mode.el (nroff-view): New command.
92 (nroff-mode-map): Bind it to C-c C-c.
93
94 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
95
96 * emacs-lisp/smie.el (smie-down-list): New command.
97
98 Remove old indentation and navigation code on octave-mode.
99 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
100 smie-down-list rather than add a binding for octave-down-block.
101 (octave-mark-block, octave-blink-matching-block-open):
102 Rely on forward-sexp-function.
103 (octave-fill-paragraph): Don't narrow, so you can use
104 indent-according-to-mode.
105 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
106 (octave-in-block-p, octave-re-search-forward-kw)
107 (octave-re-search-backward-kw, octave-indent-calculate)
108 (octave-end-as-array-index-p, octave-block-end-offset)
109 (octave-scan-blocks, octave-forward-block, octave-backward-block)
110 (octave-down-block, octave-backward-up-block, octave-up-block)
111 (octave-before-magic-comment-p, octave-indent-line): Remove.
112
113 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
114
115 * emacs-lisp/package.el (package--read-archive-file): Just use
116 `read', to avoid copying an additional string.
117 (package-menu-mode): Set header-line-format here.
118 (package-menu-refresh, package-menu-revert): Signal an error if
119 not in the Package Menu.
120 (package-menu-package-list): New var.
121 (package--generate-package-list): Operate on the current buffer;
122 don't assume that it is *Packages*, since the user may rename it.
123 Allow persistent package listings and sort keys using
124 package-menu-package-list and package-menu-package-sort-key.
125 (package-menu--version-predicate): Fix version calculation.
126 (package-menu-sort-by-column): Don't select the window.
127 (package--list-packages): Create the *Packages* buffer.
128 Set package-menu-package-list-key.
129 (list-packages): Sorting by status is now the default.
130 (package-buffer-info): Use match-string-no-properties.
131 (define-package): Add a &rest argument for future proofing, but
132 don't use it yet.
133 (package-install-from-buffer, package-install-buffer-internal):
134 Merge into a single function, package-install-from-buffer.
135 (package-install-file): Change caller.
136
137 * finder.el: Load finder-inf using `require'.
138 (finder-list-matches): Sorting by status is now the default.
139 (finder-compile-keywords): Simpify printing.
140
141 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
142
143 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
144 (octave-mode-map): Remove special bindings for forward/backward-block
145 and octave-backward-up-block. Use smie-close-block.
146 (octave-continuation-marker-regexp): New var.
147 (octave-continuation-regexp): Use it.
148 (octave-operator-table, octave-smie-op-levels)
149 (octave-operator-regexp, octave-smie-indent-rules): New vars.
150 (octave-smie-backward-token, octave-smie-forward-token): New funs.
151 (octave-mode): Use SMIE.
152 (octave-close-block): Delete.
153
154 2010-08-30 Eli Zaretskii <eliz@gnu.org>
155
156 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
157 CLIPBOARD, not in PRIMARY. (Bug#6944)
158
159 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
160
161 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
162 a list of parents.
163 (smie-indent-column): Allow indirection through variables.
164
165 * composite.el (save-buffer-state): Delete, unused.
166 * font-lock.el (save-buffer-state): Use with-silent-modifications.
167 (font-lock-default-fontify-region): Use with-syntax-table.
168 * jit-lock.el (with-buffer-unmodified): Remove.
169 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
170
171 Use `declare' in defmacros.
172 * window.el (save-selected-window):
173 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
174 * progmodes/python.el (def-python-skeleton):
175 * net/dbus.el (dbus-ignore-errors):
176 * jka-cmpr-hook.el (with-auto-compression-mode):
177 * international/mule.el (with-category-table):
178 * emacs-lisp/timer.el (with-timeout):
179 * emacs-lisp/lisp-mnt.el (lm-with-file):
180 * emacs-lisp/eieio.el (with-slots):
181 * emacs-lisp/easymenu.el (easy-menu-define):
182 * emacs-lisp/debug.el (debugger-env-macro):
183 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
184 (Multiple-value-call, Multiple-value-prog1):
185 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
186 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
187 edebug rule to definition.
188 * emacs-lisp/lisp-mode.el (save-selected-window)
189 (with-current-buffer, combine-after-change-calls)
190 (with-output-to-string, with-temp-file, with-temp-buffer)
191 (with-temp-message, with-syntax-table, read-if, eval-after-load)
192 (dolist, dotimes, when, unless):
193 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
194
195 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
196
197 * finder.el: Require `package'.
198 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
199 (finder-package-info): Var deleted.
200 (finder-keywords-hash, finder--builtins-alist): New vars.
201 (finder-compile-keywords): Compute package--builtins and
202 finder-keywords-hash instead of finder-keywords-hash, respecting
203 the "Package" header.
204 (finder-unknown-keywords, finder-list-matches):
205 Use finder-keywords-hash and package--list-packages.
206 (finder-mode): Don't set font-lock-defaults.
207 (finder-exit): We don't use "*Finder-package*" and "*Finder
208 Category*" buffers anymore.
209
210 * emacs-lisp/package.el (package--builtins-base): Var deleted.
211 (package--builtins): Set default value to nil.
212 (package-initialize): Load precomputed value of package--builtins
213 from finder-inf.el.
214 (package-alist, package-compute-transaction)
215 (package-download-transaction): Improve docstring.
216 (package-read-all-archive-contents): Do not change
217 package--builtins here.
218 (list-packages): Make package-list-packages an alias for this.
219 Sort by status by default.
220 (package--list-packages): Add optional PACKAGES arg.
221 (describe-package-1): Use font-lock-face property. For built-in
222 packages, insert file commentary.
223 (package--generate-package-list): Rename from
224 package-list-packages-internal; all callers changed. Add optional
225 PACKAGES arg. Add alphabetical sort fallbacks.
226 (package-menu--version-predicate, package-menu--status-predicate)
227 (package-menu--description-predicate)
228 (package-menu--name-predicate): New functions.
229
230 * info.el (Info-finder-find-node): Search package-alist instead of
231 finder-package-info.
232
233 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
234
235 * subr.el (version-regexp-alist): Don't use "a" and "b" for
236 "alpha" and "beta".
237 (version-to-list): Handle versions like "10.3d".
238
239 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
240
241 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
242 (macroexp-accumulate): Use `declare'.
243
244 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
245
246 * whitespace.el (whitespace-style): Adjust type declaration.
247
248 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
249
250 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
251 empty argument to gvfs-copy.
252
253 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
254
255 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
256 handle new TRASH arg of `delete-file'.
257
258 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
259
260 * net/tramp.el (tramp-handle-insert-directory): Don't use
261 `forward-word', its default syntax could be changed.
262
263 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
264 Michael Albinus <michael.albinus@gmx.de>
265
266 Implement compression for inline methods.
267
268 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
269 (tramp-copy-size-limit): Allow also nil.
270 (tramp-inline-compress-commands): New defconst.
271 (tramp-find-inline-compress, tramp-get-inline-compress)
272 (tramp-get-inline-coding): New defuns.
273 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
274 replaced by `tramp-get-inline-coding'.
275 (tramp-handle-file-local-copy, tramp-handle-write-region)
276 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
277
278 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
279
280 Detect ssh 'ControlMaster' argument automatically in some cases.
281
282 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
283 (tramp-default-method): Use it.
284
285 2010-08-26 Karel Klíč <kklic@redhat.com>
286
287 * net/tramp.el (tramp-file-name-for-operation):
288 Add file-selinux-context.
289
290 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
291
292 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
293
294 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
295
296 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
297 (Bug#6907).
298
299 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
300
301 * progmodes/js.el: Make indentation more customizable (Bug#6914).
302 (js-paren-indent-offset, js-square-indent-offset)
303 (js-curly-indent-offset): New options.
304 (js--proper-indentation): Use them.
305
306 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
307
308 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
309 instead of inspecting font-lock properties (Bug#6916).
310
311 2010-08-26 David Reitter <david.reitter@gmail.com>
312
313 * server.el (server-visit-files): Run pre-command-hook and
314 post-command-hook for each buffer while it is current
315 (Bug#6910).
316 (server-execute): Do not run hooks here.
317
318 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
319
320 Sync with Tramp 2.1.19.
321
322 * net/tramp-cmds.el (tramp-cleanup-all-connections)
323 (tramp-reporter-dump-variable, tramp-load-report-modules)
324 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
325 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
326
327 * net/tramp-compat.el (top): Do not autoload
328 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
329 only when `start-file-process' is not bound.
330 (byte-compile-not-obsolete-vars): Define if not bound.
331 (tramp-compat-funcall): New defmacro.
332 (tramp-compat-line-beginning-position)
333 (tramp-compat-line-end-position)
334 (tramp-compat-temporary-file-directory)
335 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
336 (tramp-compat-copy-file, tramp-compat-copy-directory)
337 (tramp-compat-delete-file, tramp-compat-delete-directory)
338 (tramp-compat-number-sequence, tramp-compat-process-running-p):
339 Use it.
340 (tramp-advice-file-expand-wildcards): Do not use
341 `tramp-handle-file-remote-p'.
342 (tramp-compat-make-temp-file): Simplify fallback implementation.
343 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
344 (tramp-compat-copy-tree): Remove function.
345 (tramp-compat-delete-file): New defun.
346 (tramp-compat-delete-directory): Provide implementation for older
347 Emacsen.
348 (tramp-compat-file-attributes): Handle only
349 `wrong-number-of-arguments' error.
350
351 * net/tramp-fish.el (tramp-fish-handle-copy-file): Add
352 PRESERVE_SELINUX_CONTEXT.
353 (tramp-fish-handle-delete-file): Add TRASH arg.
354 (tramp-fish-handle-directory-files-and-attributes):
355 Do not use `tramp-fish-handle-file-attributes.
356 (tramp-fish-handle-file-local-copy)
357 (tramp-fish-handle-insert-file-contents)
358 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
359
360 * net/tramp-gvfs.el (top): Require url-util.
361 (tramp-gvfs-mount-point): Remove.
362 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
363 and `set-file-selinux-context'.
364 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
365 (tramp-gvfs-handle-file-selinux-context)
366 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
367 (with-tramp-dbus-call-method): Format trace message.
368 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
369 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
370 Implement backup call, when operation on local files fails. Use
371 progress reporter. Flush properties of changed files.
372 (tramp-gvfs-handle-delete-file): Add TRASH arg. Use
373 `tramp-compat-delete-file'.
374 (tramp-gvfs-handle-expand-file-name): Expand "~/".
375 (tramp-gvfs-handle-make-directory): Make more traces.
376 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
377 (tramp-gvfs-url-file-name): Hexify file name in url.
378 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
379 into account for the resulting file name.
380 (tramp-gvfs-handler-askquestion): Preserve current message, in
381 order to let progress reporter continue afterwards. (Bug#6257)
382 Return dummy mountpoint, when the answer is "no". See
383 `tramp-gvfs-maybe-open-connection'.
384 (tramp-gvfs-handler-mounted-unmounted)
385 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
386 attribute "default_location". Set "prefix" property. Handle
387 default-location.
388 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
389 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
390 exists. Raise an error, if not (due to a corresponding answer
391 "no" in interactive questions, for example). Use
392 `tramp-compat-funcall'.
393
394 * net/tramp-imap.el (top): Autoload `epg-make-context'.
395 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
396 (tramp-imap-do-copy-or-rename-file)
397 (tramp-imap-handle-insert-file-contents)
398 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
399 (tramp-imap-handle-delete-file): Add TRASH arg.
400
401 * net/tramp-smb.el (tramp-smb-handle-copy-file): Add
402 PRESERVE-SELINUX-CONTEXT.
403 (tramp-smb-handle-copy-file)
404 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
405 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
406 Use `with-progress-reporter'.
407 (tramp-smb-handle-delete-file): Add TRASH arg.
408
409 * net/tramp.el (tramp-methods): Move hostname to the end in all
410 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
411 appropriate.
412 (tramp-verbose): Describe verbose level 9.
413 (tramp-completion-function-alist)
414 (tramp-file-name-regexp, tramp-chunksize)
415 (tramp-local-coding-commands, tramp-remote-coding-commands)
416 (with-connection-property, tramp-completion-mode-p)
417 (tramp-action-process-alive, tramp-action-out-of-band)
418 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
419 (tramp-exists-file-name-handler): Fix docstring.
420 (tramp-remote-process-environment): Use `format' instead of
421 `concat'. Protect version string by apostroph.
422 (tramp-shell-prompt-pattern): Do not use a shy group in case of
423 XEmacs.
424 (tramp-file-name-regexp-unified)
425 (tramp-completion-file-name-regexp-unified): On W32 systems, do
426 not regard the volume letter as remote filename. (Bug#5447)
427 (tramp-perl-file-attributes)
428 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
429 (tramp-vc-registered-read-file-names): Read input as
430 here-document, otherwise the command could exceed maximum length
431 of command line.
432 (tramp-file-name-handler-alist): Add `file-selinux-context' and
433 `set-file-selinux-context'.
434 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
435 backtrace functions.
436 (tramp-error-with-buffer): Don't show the connection buffer when
437 we are in completion mode.
438 (tramp-progress-reporter-update, tramp-remote-selinux-p)
439 (tramp-handle-file-selinux-context)
440 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
441 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
442 New defuns.
443 (with-progress-reporter): New defmacro.
444 (tramp-debug-outline-regexp): New defconst.
445 (top, tramp-rfn-eshadow-setup-minibuffer)
446 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
447 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
448 (tramp-completion-mode-p, tramp-check-for-regexp)
449 (tramp-open-connection-setup-interactive-shell)
450 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
451 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
452 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
453 Use `tramp-compat-funcall'.
454 (tramp-handle-make-symbolic-link): Flush file properties.
455 (tramp-handle-load, tramp-handle-file-local-copy)
456 (tramp-handle-insert-file-contents, tramp-handle-write-region)
457 (tramp-handle-vc-registered, tramp-maybe-send-script)
458 (tramp-find-shell): Use `with-progress-reporter'.
459 (tramp-do-file-attributes-with-stat): Add space in format string,
460 in order to work around a bug in pdksh. Reported by Gilles Pion
461 <gpion@lfdj.com>.
462 (tramp-handle-verify-visited-file-modtime): Do not send a command
463 when the connection is not established.
464 (tramp-handle-set-file-times): Simplify the check for utc.
465 (tramp-handle-directory-files-and-attributes)
466 (tramp-get-remote-path): Use `copy-tree'.
467 (tramp-completion-handle-file-name-all-completions): Ensure, that
468 non remote files are still checked. Oops.
469 (tramp-handle-copy-file, tramp-do-copy-or-rename-file): Handle
470 PRESERVE-SELINUX-CONTEXT.
471 (tramp-do-copy-or-rename-file): Add progress reporter.
472 (tramp-do-copy-or-rename-file-directly): Do not use
473 `tramp-handle-file-remote-p'.
474 (tramp-do-copy-or-rename-file-out-of-band):
475 Use `tramp-compat-delete-directory'.
476 (tramp-do-copy-or-rename-file-out-of-band)
477 (tramp-compute-multi-hops, tramp-maybe-open-connection):
478 Use `format-spec-make'.
479 (tramp-handle-delete-file): Add TRASH arg.
480 (tramp-handle-dired-uncache): Flush directory cache, not only file
481 cache.
482 (tramp-handle-expand-file-name)
483 (tramp-completion-handle-file-name-all-completions)
484 (tramp-completion-handle-file-name-completion): Use
485 `tramp-connectable-p'.
486 (tramp-handle-start-file-process): Set connection property "vec".
487 Use it, in order to invalidate file caches. Check only for
488 `remote-tty' process property.
489 Implement tty setting. (Bug#4604, Bug#6360)
490 (tramp-file-name-for-operation): Add `call-process-region' and
491 `set-file-selinux-context'.
492 (tramp-find-foreign-file-name-handler)
493 (tramp-advice-make-auto-save-file-name)
494 (tramp-set-auto-save-file-modes): Remove superfluous check for
495 `stringp'. This is done inside `tramp-tramp-file-p'.
496 (tramp-file-name-handler): Trace 'quit. Catch the error for some
497 operations when we are in completion mode. This gives the user
498 the chance to correct the file name in the minibuffer.
499 (tramp-completion-mode-p): Use `non-essential'.
500 (tramp-handle-file-name-all-completions): Backward/ XEmacs
501 compatibility: Use `completion-ignore-case' if
502 `read-file-name-completion-ignore-case' does not exist.
503 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
504 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
505 `tramp-open-shell'.
506 (tramp-action-password): Hide password prompt before next run.
507 (tramp-process-actions): Widen connection buffer for the trace.
508 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
509 process property. Trace stty settings if `tramp-verbose' >= 9.
510 Apply workaround for IRIX64 bug. Move argument of last
511 `tramp-send-command' where it belongs to.
512 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
513 front of `login-args'.
514 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
515 on "/dev/null" instead of "/".
516 (tramp-get-ls-command-with-dired): Make test for "--dired"
517 stronger.
518 (tramp-set-auto-save-file-modes): Adapt version check.
519 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
520 (tramp-handle-process-file): Call the program in a subshell, in
521 order to preserve working directory.
522 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
523 `tramp-remote-sh' from `tramp-methods'.
524 (tramp-get-ls-command): Make test for "--color=never" stronger.
525 (tramp-check-for-regexp): Use (forward-line 1).
526
527 * net/trampver.el: Update release number.
528
529 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
530
531 * help.el (help-map): Bind `C-h P' to describe-package.
532
533 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
534
535 * emacs-lisp/package.el (package-refresh-contents): Catch errors
536 when downloading archives.
537 (describe-package-1): Add package commentary.
538 (package-install-button-action): New function.
539 (package-menu-mode-map): Bind ? to package-menu-describe-package.
540 (package-menu-view-commentary): Function removed.
541 (package-list-packages-internal): Hide the `package' package too.
542
543 2010-08-25 Kenichi Handa <handa@m17n.org>
544
545 * language/misc-lang.el ("Arabic"): New language environment.
546 Setup composition-function-table for Arabic characters.
547
548 * international/fontset.el (setup-default-fontset): Fix typo for
549 arabic OTF spec (fini->fina).
550
551 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
552
553 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
554 on all frames.
555
556 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
557
558 * whitespace.el: Allow cleaning up blanks without blank
559 visualization (Bug#6651). Adjust help window for
560 whitespace-toggle-options (Bug#6479). Allow to use fill-column
561 instead of whitespace-line-column (from EmacsWiki). New version
562 13.1.
563 (whitespace-style): Added new value 'face. Adjust docstring.
564 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
565 foreground property face.
566 (whitespace-line-column): Adjust docstring and type declaration.
567 (whitespace-style-value-list, whitespace-toggle-option-alist)
568 (whitespace-help-text): Adjust const initialization.
569 (whitespace-toggle-options, global-whitespace-toggle-options):
570 Adjust docstring.
571 (whitespace-display-window, whitespace-interactive-char)
572 (whitespace-style-face-p, whitespace-color-on): Adjust code.
573 (whitespace-help-scroll): New fun.
574
575 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
576
577 * emacs-lisp/package.el (list-packages): Alias for
578 package-list-packages.
579
580 2010-08-24 Kevin Ryde <user42@zip.com.au>
581
582 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
583 (Bug#5651).
584
585 * progmodes/ruby-mode.el (ruby): Add defgroup.
586
587 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
588
589 * progmodes/python.el: Add Ipython support (Bug#5390).
590 (python-shell-prompt-alist)
591 (python-shell-continuation-prompt-alist): New options.
592 (python--set-prompt-regexp): New function.
593 (inferior-python-mode, run-python, python-shell): Require
594 ansi-color. Use python--set-prompt-regexp to set the comint
595 prompt based on the Python interpreter.
596 (python--prompt-regexp): New var.
597 (python-check-comint-prompt)
598 (python-comint-output-filter-function): Use it.
599 (run-python): Use a pipe (Bug#5694).
600
601 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
602
603 * progmodes/python.el (python-send-region): Send a different
604 Python command if Ipython is in use.
605 (python-check-version): Use a Python command to find the version.
606
607 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
608
609 * mouse.el (mouse-yank-primary): Avoid setting primary when
610 deactivating the mark (Bug#6872).
611
612 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
613
614 * progmodes/python.el (python-block-pairs): Allow use of "finally"
615 with "else" (Bug#3991).
616
617 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
618
619 * net/dbus.el: Accept UNIX domain sockets as bus address.
620 (top): Don't initialize `dbus-registered-objects-table' anymore,
621 this is done in dbusbind,c.
622 (dbus-check-event): Adapt test for bus.
623 (dbus-return-values-table, dbus-unregister-service)
624 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
625 Adapt doc string.
626
627 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
628
629 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
630
631 2010-08-22 Juri Linkov <juri@jurta.org>
632
633 * simple.el (read-extended-command): New function with the logic
634 for `completing-read' moved to Elisp from `execute-extended-command'.
635 Use `function-called-at-point' in `minibuffer-default-add-function'
636 to get a command name for M-n (bug#5364, bug#5214).
637
638 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
639
640 * startup.el (command-line-1): Issue warning for ignored arguments
641 --unibyte, etc (Bug#6886).
642
643 2010-08-22 Leo <sdl.web@gmail.com>
644
645 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
646 (ignore, bright, dim, keyword): Split list of nicknames before
647 passing to rcirc-add-or-remove (Bug#6894).
648
649 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
650
651 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
652
653 2010-08-22 Leo <sdl.web@gmail.com>
654
655 Fix buffer-list rename&refresh after killing a buffer in ido.
656 * lisp/ido.el: Revert Óscar's.
657 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
658 Remember the buffers at head, rather than their name.
659 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
660
661 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
662 Stefan Monnier <monnier@iro.umontreal.ca>
663
664 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
665 extra backslash added to each line (bug#6890).
666
667 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
668
669 * subr.el (read-key): Don't echo keystrokes (bug#6883).
670
671 2010-08-22 Glenn Morris <rgm@gnu.org>
672
673 * menu-bar.el (menu-bar-games-menu): Add landmark.
674
675 2010-08-22 Glenn Morris <rgm@gnu.org>
676
677 * align.el (align-regexp): Make group and spacing arguments
678 use the interactive defaults when non-interactive. (Bug#6698)
679
680 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
681 expansion, so as not to need sendmail.
682 (mail-text-start): Remove declaration.
683 (rmail-retry-failure): Require sendmail.
684
685 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
686
687 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
688
689 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
690
691 * progmodes/flymake.el (flymake-start-syntax-check-process):
692 Use `start-file-process' in order to let it run also on remote hosts.
693
694 2010-08-22 Kenichi Handa <handa@m17n.org>
695
696 * files.el: Add `word-wrap' as safe local variable.
697
698 2010-08-22 Glenn Morris <rgm@gnu.org>
699
700 * woman.el (woman-translate): Case matters. (Bug#6849)
701
702 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
703
704 * simple.el (kill-region): Doc fix (Bug#6787).
705
706 2010-08-22 Glenn Morris <rgm@gnu.org>
707
708 * calendar/diary-lib.el (diary-header-line-format):
709 Fit it to the window, not the frame.
710
711 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
712
713 * subr.el (ignore-errors): Add debug declaration.
714
715 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
716
717 * whitespace.el (whitespace-color-off): Remove post-command-hook
718 locally.
719
720 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
721
722 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
723
724 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
725
726 * cus-edit.el (custom-group-value-create): Add extra newline
727 before end line (Bug#6876).
728
729 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
730
731 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
732 when extending it. Before killing on the second click, check if
733 the buffer is the correct one. Doc fix.
734 (mouse-secondary-save-then-kill): Allow usage without first
735 calling mouse-start-secondary, by defaulting to point. Don't save
736 an empty secondary selection. Doc fix.
737
738 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
739
740 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
741 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
742 New version 13.0.
743 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
744 Adjust initialization.
745 (whitespace-bob-marker, whitespace-eob-marker)
746 (whitespace-buffer-changed): New vars.
747 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
748 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
749 (whitespace-post-command-hook, whitespace-display-char-on):
750 Adjust code.
751 (whitespace-looking-back, whitespace-buffer-changed): New funs.
752 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
753
754 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
755
756 * files.el (locate-file-completion-table): Only list the .el and .elc
757 extensions if there's no other choice (bug#5955).
758
759 * facemenu.el (facemenu-self-insert-data): New var.
760 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
761 New functions.
762 (facemenu-add-face): Use them.
763
764 * simple.el (blink-matching-open): Obey forward-sexp-function.
765
766 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
767
768 * simple.el (prog-mode-map): New var.
769 (prog-indent-sexp): New command.
770
771 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
772
773 * progmodes/prolog.el (smie): Require.
774
775 * emacs-lisp/smie.el (smie-default-backward-token)
776 (smie-default-forward-token): Strip properties.
777 (smie-next-sexp): Be more careful with associative operators.
778 (smie-forward-sexp-command): Generalize.
779 (smie-backward-sexp-command): Simplify.
780 (smie-closer-alist): New var.
781 (smie-close-block): New command.
782 (smie-indent-debug-log): New var.
783 (smie-indent-offset-rule): Add a few more cases.
784 (smie-indent-column): New function.
785 (smie-indent-after-keyword): Use it.
786 (smie-indent-keyword): Use it.
787 Fix up the opener code's point position.
788 (smie-indent-comment): Only applies at BOL.
789 (smie-indent-debug): New command.
790
791 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
792 declarations that are useful before running the macro.
793
794 2010-08-18 Joakim Verona <joakim@verona.se>
795
796 * image.el (imagemagick-types-inhibit): New variable.
797 (imagemagick-register-types): New function.
798 * image-mode.el (image-transform-properties): New function.
799 (image-transform-set-scale, image-transform-fit-to-height)
800 (image-transform-set-rotation, image-transform-set-resize)
801 (image-transform-fit-to-width, image-transform-fit-to-height):
802 New functions.
803 (image-toggle-display-image): Support image transforms.
804
805 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
806
807 * image.el (create-animated-image): Don't add heuristic mask to image
808 (Bug#6839).
809
810 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
811
812 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
813 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
814
815 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
816
817 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
818
819 Font-lock '...' strings, plus various simplifications and fixes.
820 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
821 (octave-font-lock-close-quotes): New function.
822 (octave-font-lock-syntactic-keywords): New var.
823 (octave-mode): Use it. Set beginning-of-defun-function.
824 (octave-mode-map): Don't override the <foo>-defun commands.
825 (octave-mode-menu): Pass it directly to easy-menu-define;
826 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
827 (octave-block-match-alist): Fix up last change so that
828 octave-close-block uses the more specific keyword.
829 (info-lookup-mode): Silence byte-compiler.
830 (octave-beginning-of-defun): Not interactive any more.
831 Optimize slightly.
832 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
833 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
834 (octave-completion-at-point-function): Make sure point is within
835 beg..end.
836 (octave-reindent-then-newline-and-indent):
837 Use reindent-then-newline-and-indent.
838 (octave-add-octave-menu): Remove.
839
840 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
841
842 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
843 (report-emacs-bug-can-use-xdg-email): New functions.
844 (report-emacs-bug): Set can-xdg-email to result of
845 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
846 \C-cm to report-emacs-bug-insert-to-mailer and add help text
847 about it.
848
849 * net/browse-url.el (browse-url-default-browser): Add cond
850 for browse-url-xdg-open.
851 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
852
853 2010-08-17 Glenn Morris <rgm@gnu.org>
854
855 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
856 (c-fontify-recorded-types-and-refs): Define for compiler.
857 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
858 before use.
859
860 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
861 Fix format call.
862
863 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
864
865 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
866 properties.
867 (tramp-handle-process-file): Call the program in a subshell, in
868 order to preserve working directory.
869 (tramp-action-password): Hide password prompt before next run.
870 (tramp-process-actions): Widen connection buffer for the trace.
871
872 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
873
874 * net/rcirc.el (rcirc-log-process-buffers): New option.
875 (rcirc-print): Use it.
876 (rcirc-generate-log-filename): New function.
877 (rcirc-log-filename-function): Change default to
878 rcirc-generate-log-filename (Bug#6828).
879
880 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
881
882 * simple.el (deactivate-mark): If select-active-regions is `only',
883 only set selection for temporarily active regions.
884
885 * cus-start.el: Change defcustom for select-active-regions.
886
887 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
888
889 * mouse.el (mouse--drag-set-mark-and-point): New function.
890 (mouse-drag-track): Use LOCATION arg to push-mark.
891 Use mouse--drag-set-mark-and-point to take click-count into
892 consideration when updating point and mark (Bug#6840).
893
894 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
895
896 * progmodes/compile.el (compilation-error-regexp-alist-alist):
897 Give the Ruby rule a lower priority than Gnu (Bug#6778).
898
899 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
900
901 * font-lock.el (lisp-font-lock-keywords-2):
902 Add combine-after-change-calls, condition-case-no-debug,
903 with-demoted-errors, and with-silent-modifications (Bug#6025).
904
905 2010-08-14 Kevin Ryde <user42@zip.com.au>
906
907 * emacs-lisp/copyright.el (copyright-update-year)
908 (copyright-update): Temporary switch-to-buffer to ensure the
909 buffer change being queried is visible (Bug#5394).
910
911 2010-08-14 Tom Tromey <tromey@redhat.com>
912
913 * progmodes/etags.el (tags-file-name): Mark safe if stringp
914 (Bug#6733).
915
916 2010-08-14 Eli Zaretskii <eliz@gnu.org>
917
918 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
919 MS-DOS. (Bug#6689)
920
921 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
922
923 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
924 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
925 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
926 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
927 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
928 Call menu-bar-set-tool-bar-position.
929
930 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
931
932 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
933 comment style (bug#6834).
934 * progmodes/scheme.el (scheme-mode-syntax-table):
935 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
936 "b" flag in "' 14b" syntax.
937
938 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
939 for (un)commenting the region and performing completion.
940 (octave-mode-menu): Use standard commands for help and completion.
941 (octave-mode-syntax-table): Support %{..%} comments (sort of).
942 (octave-mode): Use define-derived-mode.
943 Set completion-at-point-functions and don't set columns.
944 Don't disable adaptive-fill-regexp.
945 (octave-describe-major-mode, octave-comment-region)
946 (octave-uncomment-region, octave-comment-indent)
947 (octave-indent-for-comment): Remove.
948 (octave-indent-calculate): Rename from calculate-octave-indent.
949 (octave-indent-line, octave-fill-paragraph): Update caller.
950 (octave-initialize-completions): No need to make an alist.
951 (octave-completion-at-point-function): New function.
952 (octave-complete-symbol): Use it.
953 (octave-insert-defun): Use define-skeleton.
954
955 * progmodes/octave-mod.el (octave-mode): Set comment-add.
956 (octave-mode-map): Use comment-dwim (bug#6829).
957
958 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
959
960 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
961 indentation of inserted comment.
962
963 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
964
965 * faces.el (region): Add type gtk that uses gtk colors.
966
967 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
968 Handle theme-name change.
969
970 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
971
972 * progmodes/sql.el: Version 2.5
973 (sql-product-alist): Add :prompt-cont-regexp property for several
974 database products.
975 (sql-prompt-cont-regexp): New variable.
976 (sql-output-newline-count, sql-output-by-send):
977 New variables. Record number of newlines in input text.
978 (sql-send-string): Handle multiple filters and count newlines.
979 (sql-send-magic-terminator): Count terminator newline.
980 (sql-interactive-remove-continuation-prompt): Filters output to
981 remove continuation prompts; one for each newline.
982 (sql-interactive-mode): Set up new variables, prompt regexp and
983 output filter.
984 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
985 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
986
987 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
988
989 * emacs-lisp/pcase.el: New file.
990
991 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
992
993 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
994 as here-document, otherwise the command could exceed maximum
995 length of command line.
996 (tramp-handle-vc-registered): Call script accordingly.
997 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
998
999 2010-08-10 Kenichi Handa <handa@m17n.org>
1000
1001 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
1002 composable pattern.
1003
1004 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
1005
1006 * emacs-lisp/package.el (package-version-split)
1007 (package--version-first-nonzero, package-version-compare):
1008 Functions removed.
1009 (package-directory-list, package-load-all-descriptors)
1010 (package--built-in, package-activate, define-package)
1011 (package-installed-p, package-compute-transaction)
1012 (package-read-all-archive-contents)
1013 (package--add-to-archive-contents, package-buffer-info)
1014 (package-tar-file-info, package-list-packages-internal):
1015 Use version-to-list and version-list-*.
1016
1017 * emacs-lisp/package-x.el (package-upload-buffer-internal):
1018 Use version-to-list.
1019 (package-upload-buffer-internal): Use version-list-<=.
1020
1021 2010-08-09 Kenichi Handa <handa@m17n.org>
1022
1023 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
1024 composable pattern.
1025
1026 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
1027
1028 * tutorial.el (tutorial--default-keys): C-d is now bound to
1029 delete-forward-char (Bug#6826).
1030
1031 * mouse.el (mouse-drag-track): Remove accidentally-removed check
1032 for `double' value of mouse-1-click-follows-link (Bug#6807).
1033
1034 2010-08-08 Johan Bockgård <bojohan@gnu.org>
1035
1036 * replace.el (replace-highlight): Bind isearch-forward and
1037 isearch-error, ensuring that highlighting is updated if the user
1038 switches the search direction (Bug#6808).
1039
1040 * isearch.el (isearch-lazy-highlight-forward): New var.
1041 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1042 (isearch-lazy-highlight-update): Use it.
1043
1044 2010-08-08 Kenichi Handa <handa@m17n.org>
1045
1046 * international/mule.el (define-charset): Store NAME as :base property.
1047 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
1048 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1049 current priority. Force using the designation of the specific
1050 charset by adding `charset' text property. Improve the whole algorithm.
1051
1052 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1053
1054 * emulation/pc-select.el (pc-selection-mode-hook)
1055 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1056 (pc-selection-mode): Fix typos in docstrings.
1057
1058 2010-08-08 Kenichi Handa <handa@m17n.org>
1059
1060 * language/cyrillic.el: Don't add "microsoft-cp1251" to
1061 ctext-non-standard-encodings-alist here.
1062
1063 * international/mule.el (ctext-non-standard-encodings-alist):
1064 Add "koi8-r" and "microsoft-cp1251".
1065 (ctext-standard-encodings): New variable.
1066 (ctext-non-standard-encodings-table): List only elements for
1067 non-standard encodings.
1068 (ctext-pre-write-conversion): Adjust for the above change.
1069 Check ctext-standard-encodings.
1070
1071 * international/mule-conf.el (compound-text): Doc fix.
1072 (ctext-no-compositions): Doc fix.
1073 (compound-text-with-extensions): Doc fix.
1074
1075 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1076
1077 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1078
1079 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1080
1081 * progmodes/which-func.el (which-func-format): Split help-echo text
1082 into lines, like other mode-line tooltips.
1083
1084 * server.el (server-start): When using TCP sockets, force IPv4
1085 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
1086
1087 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1088
1089 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1090
1091 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1092
1093 * term.el (term-delimiter-argument-list): Reflow docstring.
1094 (term-read-input-ring, term-write-input-ring, term-send-input)
1095 (term-bol, term-erase-in-display, serial-supported-or-barf):
1096 Fix typos in docstrings.
1097
1098 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1099
1100 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1101
1102 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1103
1104 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1105
1106 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
1107
1108 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1109 Fix typo in docstring (bug#6747).
1110
1111 2010-08-08 Leo <sdl.web@gmail.com>
1112
1113 * eshell/esh-io.el (eshell-get-target): Better detection of
1114 read-only file (Bug#6762).
1115
1116 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1117
1118 * align.el (align-default-spacing): Doc fix.
1119 (align-region-heuristic, align-regexp): Fix typos in docstrings.
1120
1121 2010-08-08 Stephen Peters <speters@itasoftware.com>
1122
1123 * calendar/icalendar.el
1124 (icalendar--split-value): Fixed splitting regexp. (Bug#6766)
1125 (icalendar--get-weekday-numbers): New
1126 (icalendar--convert-recurring-to-diary): Handle multiple byday
1127 values in weekly rules. (Bug#6766)
1128
1129 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
1130
1131 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
1132 (icalendar--create-uid, icalendar-export-region)
1133 (icalendar--parse-summary-and-rest): Code formatting.
1134
1135 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
1136
1137 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
1138 to italicize headers.
1139 (calc-highlight-selections-with-faces): New variable.
1140 (calc-selected-face, calc-nonselected-face): New faces.
1141
1142 * calc/calccomp.el (math-comp-highlight-string): Use
1143 `calc-highlight-selections-with-faces' to determine how to highlight
1144 sub-formulas.
1145
1146 * calc/calc-sel.el (calc-show-selections): Change message to when
1147 using faces to highlight selections.
1148
1149 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
1150
1151 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
1152 Add SQLite 3 keywords, functions and datatypes.
1153 (sql-interactive-mode): Remove `comint-process-echoes' set to t
1154 (Bug#6686).
1155
1156 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
1157
1158 * simple.el (select-active-regions): Move to keyboard.c.
1159 (deactivate-mark): Used saved-region-selection.
1160 (select-active-region): Function removed.
1161 (activate-mark, set-mark, push-mark-command)
1162 (handle-shift-selection): Don't call it.
1163 (keyboard-quit): Avoid adding the region to the window selection.
1164
1165 * mouse.el (mouse-drag-track): Remove hacks to deal with old
1166 select-active-regions implementation.
1167 (mouse-yank-at-click): Doc fix.
1168
1169 * cus-start.el: Add custom declaration for select-active-regions.
1170
1171 2010-08-07 Eli Zaretskii <eliz@gnu.org>
1172
1173 * simple.el (delete-forward-char): Doc fix.
1174
1175 * tutorial.el (help-with-tutorial): Hack safe file-local variables
1176 after reading the tutorial.
1177
1178 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
1179
1180 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
1181 for the case that a C style comment has its delimiters alone on
1182 their respective lines.
1183
1184 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
1185
1186 * net/tramp.el (tramp-handle-start-file-process): Set connection
1187 property "vec".
1188 (tramp-process-sentinel): Use it for flushing the cache. We
1189 cannot do it via the process buffer, the buffer could be deleted
1190 already when running the sentinel.
1191
1192 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
1193
1194 * comint.el (comint-mode): Make directory tracking functions
1195 functional on remote files. (Bug#6764)
1196
1197 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1198
1199 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
1200
1201 2010-08-05 Eli Zaretskii <eliz@gnu.org>
1202
1203 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
1204 unexec.c => unexcoff.c.
1205
1206 * emacs-lisp/authors.el (authors-fixed-entries): Rename
1207 unexec.c => unexcoff.c.
1208
1209 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
1210
1211 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
1212 cache, not only file cache.
1213 (tramp-process-sentinel): New defun.
1214 (tramp-handle-start-file-process): Use it, in order to invalidate
1215 file caches.
1216
1217 2010-08-03 Leo <sdl.web@gmail.com>
1218
1219 * server.el (server-start): Simplify loop.
1220
1221 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1222
1223 * frame.el (screen-height, screen-width, set-screen-width)
1224 (set-screen-height): Remove ancient compatibility aliases.
1225
1226 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
1227 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
1228
1229 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
1230 that change current buffer.
1231
1232 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1233
1234 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
1235 beginning of the string. Use `string-match-p'. (Bug#6765)
1236
1237 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
1238
1239 * cus-start.el (x-gtk-use-system-tooltips): New variable.
1240
1241 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
1242
1243 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
1244 (package--builtins): Tweak descriptions.
1245 (package-print-package): Upcase descriptions if necessary.
1246 Show all built-in packages in font-lock-builtin-face.
1247 (package-list-packages-internal): Omit "emacs" package.
1248 Show status of built-in packages as "built-in".
1249
1250 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
1251
1252 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
1253 before killing to preserve the primary selection (Bug#6701).
1254
1255 * term/x-win.el (x-select-text): Doc fix.
1256
1257 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
1258
1259 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
1260 The following functions were modified or created:
1261
1262 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
1263 (objc-font-lock-extra-types):
1264 * progmodes/cc-mode.el (c-basic-common-init):
1265 * progmodes/cc-langs.el (c-make-mode-syntax-table)
1266 (c++-make-template-syntax-table)
1267 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
1268 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
1269 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
1270 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
1271 * progmodes/cc-fonts.el (c-make-inverse-face)
1272 (c-basic-matchers-after):
1273 * progmodes/cc-engine.el (c-forward-keyword-clause)
1274 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
1275 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
1276 (c-guess-continued-construct, c-guess-basic-syntax):
1277
1278 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
1279
1280 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
1281
1282 2010-07-31 Eli Zaretskii <eliz@gnu.org>
1283
1284 * files.el (bidi-paragraph-direction): Define safe local values.
1285
1286 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
1287 language-info-alist. Remove outdated FIXME in a comment.
1288
1289 2010-07-31 Alan Mackenzie <acm@muc.de>
1290
1291 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
1292 Auto-fill broken in C/C++ modes.
1293
1294 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1295
1296 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
1297 (menu-bar-showhide-tool-bar-menu-customize-disable)
1298 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
1299 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
1300 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
1301 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
1302 make a menu for Options => toolbar that can move it.
1303
1304 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
1305
1306 * emacs-lisp/package-x.el (package--make-rss-entry):
1307 (package-maint-add-news-item, package--update-news)
1308 (package-upload-buffer-internal): New arg ARCHIVE-URL.
1309
1310 * emacs-lisp/package.el (package-archive-url): Rename from
1311 package-archive-id.
1312 (package-install): Doc fix.
1313 (package-download-single, package-download-tar, package-install)
1314 (package-menu-view-commentary): Callers changed.
1315
1316 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
1317
1318 * net/tramp.el (tramp-handle-start-file-process): Check only for
1319 `remote-tty' process property.
1320 (tramp-open-shell): Don't check for tty.
1321 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1322 process property.
1323
1324 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
1325 host.
1326
1327 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
1328
1329 * emacs-lisp/package.el (package-load-list, package-archives)
1330 (package-archive-contents, package-user-dir)
1331 (package-directory-list, package--builtins, package-alist)
1332 (package-activated-list, package-obsolete-alist): Mark as risky.
1333
1334 2010-07-28 Phil Hagelberg <phil@evri.com>
1335
1336 Add support for non-default package repositories.
1337 * emacs-lisp/package.el (package-archive-base): Var deleted.
1338 (package-archives): New variable.
1339 (package-archive-contents): Doc fix.
1340 (package-load-descriptor): Do nothing if descriptor file is missing.
1341 (package--write-file-no-coding): New function.
1342 (package-unpack-single): Use it.
1343 (package-archive-id): New function.
1344 (package-download-single, package-download-tar)
1345 (package-menu-view-commentary): Use it.
1346 (package-installed-p): Make second argument optional.
1347 (package-read-all-archive-contents): New function.
1348 (package-initialize): Use it.
1349 (package-read-archive-contents): Add ARCHIVE argument.
1350 (package--add-to-archive-contents): New function.
1351 (package-install): Don't call package-read-archive-contents.
1352 (package--download-one-archive): Store archive file in a
1353 subdirectory of package-user-dir.
1354 (package-menu-execute): Remove spurious line movement.
1355
1356 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
1357
1358 * cus-start.el (tool-bar-style): Add text-image-horiz.
1359
1360 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
1361
1362 * progmodes/gud.el (gud-common-init): Check for remoteness of
1363 `file', and not of `default-directory'.
1364
1365 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
1366
1367 * net/tramp.el (tramp-methods): Move hostname to the end in all
1368 ssh `tramp-login-args'.
1369 (tramp-verbose): Describe verbose level 9.
1370 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
1371 (tramp-open-connection-setup-interactive-shell): Trace stty
1372 settings if `tramp-verbose' >= 9.
1373 (tramp-handle-start-file-process): Implement tty setting.
1374 (Bug#4604, Bug#6360)
1375
1376 * net/tramp-cmds.el (tramp-bug): Recommend setting of
1377 `tramp-verbose' to 9.
1378
1379 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
1380
1381 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
1382 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
1383 Remove references to package `lisp-re' (bug#4369).
1384
1385 2010-07-27 Tom Tromey <tromey@redhat.com>
1386
1387 * progmodes/js.el (js-mode):
1388 * progmodes/make-mode.el (makefile-mode):
1389 * progmodes/simula.el (simula-mode):
1390 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
1391
1392 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
1393
1394 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1395
1396 * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
1397
1398 * time.el (display-time-day-and-date): Remove spurious * in docstring.
1399 (display-time-world-buffer-name, display-time-world-mode-map):
1400 Fix typos in docstrings.
1401
1402 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
1403
1404 * image-mode.el (image-display-size): New function.
1405 (image-forward-hscroll, image-next-line, image-eol, image-eob)
1406 (image-mode-fit-frame): Use it (Bug#6639).
1407
1408 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
1409
1410 * dired.el (dired-buffers-for-dir): Handle list values of
1411 dired-directory (Bug#6636).
1412
1413 2010-07-26 Sam Steingold <sds@gnu.org>
1414
1415 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
1416 Do not call `x-get-selection' the second time, reuse the value.
1417
1418 2010-07-26 Daiki Ueno <ueno@unixuser.org>
1419
1420 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
1421 which consist of control chars only. Suggested by Richard Stallman.
1422
1423 2010-07-25 Daiki Ueno <ueno@unixuser.org>
1424
1425 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
1426 exists before passing an error to find-file-not-found-functions
1427 (bug#6723).
1428
1429 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
1430
1431 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
1432 Remove leading nil element, adjust values.
1433 (tetris-shapes, tetris-shape-scores):
1434 Change representation of shapes and remove some redundancy.
1435 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
1436 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
1437 Adjust for working with new representation of shapes.
1438 (tetris-shape-rotations): New function.
1439 (tetris-move-bottom, tetris-move-left, tetris-move-right)
1440 (tetris-rotate-prev, tetris-rotate-next):
1441 Adjust for working with the new version of tetris-test-shape.
1442
1443 2010-07-23 Markus Triska <markus.triska@gmx.at>
1444
1445 * progmodes/ps-mode.el: Use comint (bug#5954).
1446 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
1447 (ps-mode-other-newline): Simplify.
1448 (ps-run-mode): Derive from comint-mode instead of
1449 fundamental-mode, yielding input history etc.
1450 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
1451 (ps-run-send-string): Adapt for comint-mode.
1452 (ps-run-newline): Remove now unneeded function.
1453
1454 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
1455
1456 * net/tramp.el (tramp-methods): Move hostname to the end in all
1457 plink `tramp-login-args'.
1458
1459 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
1460
1461 * net/tramp.el (tramp-open-shell): New defun.
1462 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1463 Use it.
1464
1465 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
1466
1467 * net/tramp.el (tramp-file-name-regexp-unified)
1468 (tramp-completion-file-name-regexp-unified): On W32 systems, do
1469 not regard the volume letter as remote filename. (Bug#5447)
1470
1471 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
1472
1473 * custom.el (custom-declare-variable): Give a clearer error message
1474 when the docstring is missing (bug#6476).
1475
1476 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
1477
1478 * progmodes/sql.el: Version 2.4. Improved Login prompting.
1479 (sql-login-params): New widget definition.
1480 (sql-oracle-login-params, sql-mysql-login-params)
1481 (sql-solid-login-params, sql-sybase-login-params)
1482 (sql-informix-login-params, sql-ingres-login-params)
1483 (sql-ms-login-params, sql-postgres-login-params)
1484 (sql-interbase-login-params, sql-db2-login-params)
1485 (sql-linter-login-params): Use it.
1486 (sql-sqlite-login-params): Use it; Define "database" parameter as
1487 a file name.
1488 (sql-sqlite-program): Change to "sqlite3".
1489 (sql-comint-sqlite): Make sure database name is complete.
1490 (sql-for-each-login): New function.
1491 (sql-connect, sql-save-connection): Use it.
1492 (sql-get-login-ext): New function.
1493 (sql-get-login): Use it.
1494 (sql-make-alternate-buffer-name): Handle :file parameters.
1495
1496 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
1497
1498 * dired.el (dired-no-confirm): Document value t and fix defcustom to
1499 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
1500
1501 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
1502
1503 * dired.el (dired-mode-map): Use command remapping (bug#6632).
1504
1505 2010-07-22 Lawrence Mitchell <wence@gmx.li>
1506
1507 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
1508
1509 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
1510
1511 * net/tramp.el (tramp-get-ls-command)
1512 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
1513 instead of "/".
1514
1515 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
1516
1517 * progmodes/sql.el: Version 2.3.
1518 (sql-connection-alist): Changed keys from symbols to strings;
1519 enhanced the widget definition.
1520 (sql-mode-menu): Added submenu to select connections.
1521 (sql-interactive-mode-menu): Added "Save Connection" item.
1522 (sql-add-product): Fixed menu item.
1523 (sql-get-product-feature): Improved error handling.
1524 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
1525 (sql-make-alternate-buffer-name): Simplified.
1526 (sql-product-interactive): Handle missing product.
1527 (sql-connect): Support string keys, minor improvements.
1528 (sql-save-connection): New function.
1529 (sql-connection-menu-filter): New function.
1530
1531 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
1532
1533 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
1534 (tramp-open-connection-setup-interactive-shell): Apply
1535 workaround for IRIX64 bug. Move argument of last
1536 `tramp-send-command' where it belongs to.
1537
1538 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
1539
1540 * net/tramp.el (tramp-perl-file-attributes)
1541 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1542 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1543 front of `login-args'.
1544
1545 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
1546
1547 * time.el (display-time-world-mode): Define with `define-derived-mode'.
1548 Set `show-trailing-whitespace' to nil.
1549 (display-time-world-display): Simplify.
1550
1551 2010-07-18 Alan Mackenzie <acm@muc.de>
1552
1553 Enhance `c-file-style' in file/directory local variables.
1554 * progmodes/cc-mode.el (c-count-cfss): New function.
1555 (c-before-hack-hook): Call `c-set-style' differently according to
1556 whether c-file-style was set in file or directory local
1557 variables.
1558
1559 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
1560
1561 * progmodes/sql.el: Version 2.2.
1562 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
1563 defcustom :safe keyword rather than putting safe-local-variable
1564 property.
1565 (sql-password): Use defcustom :risky keyword rather than putting
1566 risky-local-variable property.
1567 (sql-oracle-login-params, sql-sqlite-login-params)
1568 (sql-solid-login-params, sql-sybase-login-params)
1569 (sql-informix-login-params, sql-ingres-login-params)
1570 (sql-ms-login-params, sql-postgres-login-params)
1571 (sql-interbase-login-params, sql-db2-login-params)
1572 (sql-linter-login-params): Add `port' option.
1573 (sql-get-product-feature): Added NO-INDIRECT parameter.
1574 (sql-comint-oracle, sql-comint-sybase)
1575 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
1576 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
1577 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
1578 (sql-comint-linter): Renamed sql-connect-* functions to
1579 sql-comint-*.
1580 (sql-product-alist, sql-mode-menu): Renamed as above and
1581 :sqli-connect-func to :sqli-comint-func.
1582 (sql-connection): New variable.
1583 (sql-interactive-mode): Set it.
1584 (sql-connection-alist): New variable.
1585 (sql-connect): New function.
1586 (sql--alt-buffer-part, sql--alt-if-not-empty)
1587 (sql-make-alternate-buffer-name): Improved alternative buffer name.
1588
1589 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1590
1591 * image-mode.el (image-bookmark-make-record): Do not set context
1592 in an image (Bug#6650).
1593
1594 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
1595
1596 * simple.el (select-active-region): New function.
1597 (push-mark-command, set-mark, activate-mark)
1598 (handle-shift-selection): Use it.
1599 (deactivate-mark): Don't check for size of region.
1600
1601 * mouse.el (mouse-drag-track): Use select-active-region.
1602
1603 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
1604
1605 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
1606 "--dired" stronger.
1607
1608 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
1609
1610 * term/x-win.el (x-select-enable-primary): Change default to nil.
1611 (x-select-enable-clipboard): Add :version keyword.
1612
1613 * mouse.el (mouse-drag-copy-region):
1614 * simple.el (select-active-regions): Likewise.
1615
1616 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
1617
1618 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
1619 (vc-coding-system-for-diff): Use it to decide whether to inherit
1620 from the file the EOL format for reading the diffs of that file.
1621 (Bug#4451)
1622
1623 2010-07-16 Eli Zaretskii <eliz@gnu.org>
1624
1625 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1626 unibyte, so compressed attachments are not compressed again.
1627
1628 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
1629
1630 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
1631 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
1632 (tramp-find-shell): Simplify setting connection property.
1633 (tramp-get-ls-command): Make test for "--color=never" stronger.
1634
1635 2010-07-15 Simon South <ssouth@member.fsf.org>
1636
1637 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
1638 blocks within record declarations (i.e. variant parts) correctly.
1639
1640 2010-07-15 Simon South <ssouth@member.fsf.org>
1641
1642 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
1643 over literal tokens when parsing so newlines aren't "absorbed" by
1644 single-line comments. Corrects the indentation of case blocks
1645 that have a comment on the first line.
1646
1647 2010-07-14 Karl Fogel <kfogel@red-bean.com>
1648
1649 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
1650 by Drew Adams (Bug#5504).
1651
1652 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
1653
1654 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1655 now that Unicode is used (Bug#6594).
1656
1657 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
1658
1659 * term/x-win.el (x-select-enable-clipboard): Default to t.
1660 (x-initialize-window-system): Don't overwrite Paste menu item.
1661
1662 * simple.el (select-active-regions): Default to t.
1663 (push-mark-command): Don't overwrite primary with empty string.
1664
1665 * mouse.el: Bind mouse-2 to mouse-yank-primary.
1666 (mouse-drag-copy-region): Default to nil.
1667
1668 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
1669 Cut/Copy/Paste menu bar items.
1670
1671 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1672
1673 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1674 Patch applied by Karl Fogel.
1675
1676 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
1677 and `bookmark-current-buffer' if they have been already set in
1678 another buffer (e.g gnus-art).
1679
1680 2010-07-13 Karl Fogel <kfogel@red-bean.com>
1681 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1682
1683 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
1684
1685 * bookmark.el (bookmark-make-record-default): Allow unneeded
1686 information to be omitted from the record.
1687
1688 Adjust declarations and calls:
1689
1690 * info.el (bookmark-make-record-default): Adjust declaration.
1691 (Info-bookmark-make-record): Adjust call.
1692
1693 * woman.el (bookmark-make-record-default): Adjust declaration.
1694 (woman-bookmark-make-record): Adjust call.
1695
1696 * man.el (bookmark-make-record-default): Adjust declaration.
1697 (Man-bookmark-make-record): Adjust call.
1698
1699 * image-mode.el (bookmark-make-record-default): Adjust declaration.
1700
1701 * doc-view.el (bookmark-make-record-default): Adjust declaration.
1702
1703 2010-07-13 Karl Fogel <kfogel@red-bean.com>
1704
1705 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
1706 This is also from Thierry Volpiatto's patch in bug #6444. However,
1707 because it was extraneous to the functional change in that patch,
1708 and causes a re-indendation, I am committing it separately.
1709
1710 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1711
1712 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
1713 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
1714 Patch applied by Karl Fogel (Bug#6444).
1715
1716 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
1717
1718 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
1719
1720 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
1721
1722 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
1723 Dempsky; bug#5084). Remove incorrect binding for S-tab.
1724 (ns-alternatives-map): Change S-tab binding to backtab
1725 (bug#6616).
1726
1727 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
1728 under ns.
1729
1730 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
1731
1732 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
1733 (Bug#5806)
1734
1735 * language/tv-util.el (tai-viet-re): Remove format.
1736
1737 2010-07-12 Kenichi Handa <handa@m17n.org>
1738
1739 * language/hebrew.el: Remove no-byte-compile declaration.
1740 Change coding: tag to utf-8. Register hebrew-shape-gstring in
1741 composition-function-table for 3-character looking back.
1742 (hebrew-font-get-precomposed): New function.
1743 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
1744
1745 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
1746
1747 * mouse.el (mouse-drag-track): Handle select-active-regions
1748 (Bug#6612).
1749
1750 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
1751
1752 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1753 empty argument to gvfs-copy.
1754
1755 2010-07-10 Glenn Morris <rgm@gnu.org>
1756
1757 * calendar/calendar.el (calendar-week-end-day): New function.
1758 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1759 Respect calendar-week-start-day. (Bug#6606)
1760 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1761 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1762 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1763 respect calendar-week-start-day.
1764
1765 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
1766
1767 * simple.el (use-region-p): Doc fix (Bug#6607).
1768
1769 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
1770
1771 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
1772 regexps for cucumber and ruby.
1773
1774 2010-07-08 Daiki Ueno <ueno@unixuser.org>
1775
1776 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
1777 (epa-file-insert-file-contents): Hack to prevent
1778 find-file from opening empty buffer when decryption failed
1779 (bug#6568).
1780
1781 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
1782
1783 * textmodes/ispell.el (ispell-alternate-dictionary):
1784 Use file-readable-p.
1785 Return nil if no word-list is found at default locations.
1786 (ispell-complete-word-dict): Default to nil.
1787 (ispell-command-loop): Use 'word-list' when using lookup-words.
1788 (lookup-words): Use ispell-complete-word-dict or
1789 ispell-alternate-dictionary. Check for word-list availability
1790 and handle errors if needed with better messages (Bug#6539).
1791 (ispell-complete-word): Use ispell-complete-word-dict or
1792 ispell-alternate-dictionary.
1793
1794 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
1795
1796 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1797 builtins (BufferError, BytesWarning, WindowsError; callables
1798 bin, bytearray, bytes, format, memoryview, next, print; __package__).
1799
1800 2010-07-07 Glenn Morris <rgm@gnu.org>
1801
1802 * play/zone.el (top-level): Do not require timer, tabify, or cl.
1803 (zone-shift-left): Ignore intangibility, and any errors from
1804 forward-char.
1805 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
1806 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
1807 deleting, and copying text properties.
1808 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
1809 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
1810 to point-max is hard.
1811 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
1812 (zone-fill-out-screen): Ignore intangibility.
1813
1814 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
1815
1816 * menu-bar.el (menu-bar-mode):
1817 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
1818 if it has been set.
1819
1820 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
1821 word/line selection (Bug#6565).
1822
1823 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
1824
1825 * net/dbus.el (dbus-send-signal): Declare function.
1826
1827 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
1828
1829 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
1830 (dbus-register-property): New optional argument EMITS-SIGNAL.
1831 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
1832
1833 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
1834
1835 * mouse.el (mouse-drag-overlay): Variable deleted.
1836 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
1837 (mouse--remap-link-click-p): New function.
1838 (mouse-drag-track): Handle dragging by using temporary Transient
1839 Mark mode, instead of a special overlay.
1840 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
1841 mouse-show-mark.
1842
1843 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
1844 deleted.
1845
1846 2010-07-02 Juri Linkov <juri@jurta.org>
1847
1848 * autoinsert.el (auto-insert-alist): Fix readability
1849 by using dotted pair notation for lambda.
1850
1851 2010-07-02 Juri Linkov <juri@jurta.org>
1852
1853 * faces.el (read-face-name): Rename arg `string-describing-default'
1854 to `default'. Doc fix. Display the default value in quotes
1855 in the prompt. With empty input, return the `default' arg,
1856 unless the default value is a string (in which case return nil).
1857 (describe-face): Replace the string `default' arg of `read-face-name'
1858 with the symbol `default'.
1859
1860 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
1861
1862 * emulation/viper-cmd.el (viper-delete-backward-char)
1863 (viper-del-backward-char-in-insert)
1864 (viper-del-backward-char-in-replace, viper-change)
1865 (viper-backward-indent): Replace delete-backward-char with
1866 delete-char (Bug#6552).
1867
1868 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
1869
1870 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
1871
1872 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
1873
1874 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
1875 argument passed to frame-creation-function (Bug#5378).
1876
1877 * faces.el (x-handle-named-frame-geometry)
1878 (x-handle-reverse-video, x-create-frame-with-faces)
1879 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
1880 separately consult default-frame-alist. It is now passed as the
1881 PARAMETER argument.
1882
1883 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
1884
1885 * startup.el (command-line): Don't call tool-bar-setup in a
1886 tty-only build.
1887
1888 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
1889
1890 * ruler-mode.el (ruler--save-header-line-format): New fun.
1891 (ruler-mode): Use it as a setter function, so as not to overwrite
1892 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
1893
1894 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
1895
1896 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
1897 (vc-root-diff, vc-print-root-log, vc-log-incoming)
1898 (vc-log-outgoing): Use it.
1899 (vc-diff-internal): Set diff-vc-backend.
1900
1901 * vc/diff-mode.el (diff-vc-backend): New var.
1902
1903 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
1904
1905 * dynamic-setting.el (font-setting-change-default-font): Remove
1906 call to message.
1907
1908 2010-06-28 Kenichi Handa <handa@m17n.org>
1909
1910 * international/quail.el (quail-insert-kbd-layout): Fix the
1911 showing of untranslated characters.
1912
1913 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
1914
1915 * simple.el (delete-active-region): New option.
1916 (delete-backward-char): Implement in Lisp.
1917 (delete-forward-char): New command.
1918
1919 * mouse.el (mouse-region-delete-keys): Deleted.
1920 (mouse-show-mark): Simplify.
1921
1922 * bindings.el (global-map): Bind delete and DEL, the former to
1923 delete-forward-char.
1924
1925 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
1926
1927 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
1928 (ruby-mode): Bind indent-line-function (Bug#5119).
1929
1930 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
1931
1932 * startup.el (command-line): Recognize "0" X resource value.
1933
1934 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
1935
1936 * startup.el (command-line): Use X resources to set the value of
1937 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
1938
1939 * menu-bar.el (menu-bar-mode):
1940 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
1941 Set init-value to t.
1942
1943 * frame.el (frame-notice-user-settings): Don't change
1944 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
1945 vice versa (Bug#2249).
1946
1947 2010-06-26 Eli Zaretskii <eliz@gnu.org>
1948
1949 * w32-fns.el (w32-convert-standard-filename): Doc fix.
1950
1951 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
1952
1953 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
1954 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
1955
1956 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
1957 default directories are expanded (Bug#6143).
1958
1959 2010-06-24 Juri Linkov <juri@jurta.org>
1960
1961 * minibuffer.el (completions-format): Change default from nil to
1962 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
1963
1964 2010-06-24 Juri Linkov <juri@jurta.org>
1965
1966 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
1967 buffer-locally to lambda that re-runs the vc diff command.
1968 (Bug#6447)
1969
1970 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
1971
1972 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
1973 echo area is in use (Bug#3412).
1974
1975 2010-06-22 Glenn Morris <rgm@gnu.org>
1976
1977 * textmodes/texinfmt.el (texinfo-format-region)
1978 (texinfo-raise-lower-sections, texinfo-format-separate-node)
1979 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
1980 (texinfo-format-option, texinfo-noindent):
1981 Use line-beginning-position and line-end-position.
1982
1983 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
1984 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
1985 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
1986 utf-8 characters.
1987
1988 2010-06-21 Karl Fogel <kfogel@red-bean.com>
1989
1990 * play/zone.el (zone-fall-through-ws): Fix next-line ->
1991 forward-line fallout.
1992
1993 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
1994
1995 * mouse.el (mouse-appearance-menu): Add docstring.
1996
1997 * help.el (describe-key): Print up-event using key-description.
1998
1999 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
2000
2001 * net/zeroconf.el (zeroconf-resolve-service)
2002 (zeroconf-service-resolver-handler): Use
2003 `dbus-byte-array-to-string'.
2004 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
2005
2006 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
2007
2008 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
2009
2010 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
2011
2012 Avoid displaying files with a nil state in vc-dir.
2013 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
2014 cases that cause insertion.
2015 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
2016 with a nil state.
2017
2018 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
2019
2020 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
2021
2022 2010-06-29 Leo <sdl.web@gmail.com>
2023
2024 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
2025
2026 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
2027
2028 * generic-x.el (bat-generic-mode): Fix regexp for command line
2029 switches (Bug#5719).
2030
2031 2010-06-27 Masatake YAMATO <yamato@redhat.com>
2032
2033 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
2034 of nconc to avoid pure storage error (Bug#6239).
2035
2036 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
2037
2038 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
2039 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
2040 bindings of bookmark-automatically-show-annotations (Bug#6515).
2041
2042 2010-06-25 Eli Zaretskii <eliz@gnu.org>
2043
2044 * arc-mode.el (archive-zip-extract): Don't quote the file name on
2045 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
2046
2047 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
2048
2049 * comint.el (make-comint, make-comint-in-buffer): Mention return
2050 value in the docstrings. (Bug#6498)
2051
2052 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
2053
2054 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
2055 since it is not present when using some non-default switches.
2056
2057 2010-06-23 Karl Fogel <kfogel@red-bean.com>
2058
2059 * simple.el (compose-mail): Fix doc string to refer to
2060 `compose-mail-user-agent-warnings', instead of to the
2061 nonexistent `compose-mail-check-user-agent'.
2062
2063 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
2064
2065 Fix an indentation bug:
2066
2067 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
2068 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
2069 of existing values.
2070
2071 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
2072 (c-clear->-pair-props-if-match-before): now return t when they've
2073 cleared properties, nil otherwise.
2074 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
2075 by taking account of the existing value.
2076
2077 * progmodes/cc-defs.el
2078 (c-clear-char-property-with-value-function): Fix this to clear the
2079 property rather than overwriting it with nil.
2080
2081 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
2082
2083 * emacs-lisp/package.el (package-print-package): Add link to
2084 package description via describe-package.
2085 (describe-package-1): List package requirements. Add button to
2086 perform installation.
2087 (package-menu-describe-package): New command.
2088
2089 * help-mode.el (help-package): New button type.
2090
2091 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
2092
2093 * emacs-lisp/package.el: Move package-list-packages binding to
2094 menu-bar.el.
2095 (describe-package, describe-package-1, package--dir): New funs.
2096 (package-activate-1): Use package--dir.
2097
2098 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
2099
2100 * help-mode.el (help-package-def): New button type.
2101
2102 * menu-bar.el: Move package-list-packages binding here from
2103 package.el.
2104
2105 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
2106
2107 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
2108
2109 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2110
2111 * emacs-lisp/edebug.el (edebug-read-list):
2112 Phase out old-style backquotes.
2113
2114 2010-06-17 Juri Linkov <juri@jurta.org>
2115
2116 * help-mode.el (help-mode): Set buffer-local variable
2117 revert-buffer-function to help-mode-revert-buffer.
2118 (help-mode-revert-buffer): New function.
2119
2120 * info.el (Info-revert-find-node): Check for major-mode Info-mode
2121 before popping to "*info*" (like in other Info functions).
2122 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
2123 old-history-forward. Pop to old-buffer-name or "*info*" to
2124 recreate the killed buffer. Set Info-history-forward from
2125 old-history-forward.
2126 (Info-breadcrumbs-depth): Add :group and :version.
2127
2128 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
2129
2130 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
2131
2132 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
2133
2134 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
2135 for languages like Portuguese with pt_{BR,PT} and no plain pt.
2136
2137 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
2138
2139 * emacs-lisp/package.el (package-menu-mode-map):
2140 Move initialization into declaration.
2141
2142 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
2143
2144 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
2145
2146 * emacs-lisp/package.el (package-archive-base): Point to
2147 elpa.gnu.org.
2148 (package-enable, package-load-list): New defcustoms.
2149 (package-user-dir, package-directory-list): Turn into defcustoms.
2150 Don't include package-user-dir in package-directory-list.
2151 (package--builtins-base): Don't include Emacs as a "package".
2152 (package-subdirectory-regexp): New var.
2153 (package-load-all-descriptors, package-compute-transaction)
2154 (package-download-transaction): Obey package-load-list.
2155 (package-activate-1): Rename from package-do-activate.
2156 (package-list-packages-internal): Check package-load-list.
2157 (package-load-descriptor, package-generate-autoloads)
2158 (package-unpack, package-unpack-single)
2159 (package--read-archive-file, package-delete): Use
2160 expand-file-name.
2161
2162 * emacs-lisp/package-x.el: New file. Package uploading
2163 functionality split out from package.el.
2164
2165 * startup.el (command-line): Load packages after reading init
2166 file.
2167
2168 2010-06-17 Tom Tromey <tromey@redhat.com>
2169
2170 * emacs-lisp/package.el: New file.
2171
2172 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2173
2174 Fix vc-annotate for renamed files when using Git.
2175 * vc-git.el (vc-git-find-revision): Deal with empty results from
2176 ls-files. Doe not pass the object as a file name to cat-file, it
2177 is not a file name.
2178 (vc-git-annotate-command): Pass the file name using -- to avoid
2179 ambiguity with the revision.
2180 (vc-git-previous-revision): Pass a relative file name.
2181
2182 2010-06-22 Glenn Morris <rgm@gnu.org>
2183
2184 * progmodes/js.el (js-mode-map): Use standard capitalization and
2185 ellipses for menu entries.
2186
2187 * wid-edit.el (widget-complete): Doc fix.
2188
2189 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
2190
2191 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
2192
2193 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2194
2195 Fix annotating other revisions for renamed files in vc-annotate.
2196 * vc-annotate.el (vc-annotate): Add an optional argument for the
2197 VC backend. Use it when non-nil.
2198 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
2199 (Bug#6487)
2200
2201 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
2202 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2203 Do not pass the file name to the 'previous-revision call when we
2204 don't want a file diff. (Bug#6489)
2205
2206 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2207
2208 Fix finding revisions for renamed files in vc-annotate.
2209 * vc.el (vc-find-revision): Add an optional argument for
2210 the VC backend. Use it when non-nil.
2211 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
2212 backend to vc-find-revision. (Bug#6487)
2213
2214 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2215
2216 Fix reading file names in Git annotate buffers.
2217 * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
2218 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
2219
2220 2010-06-20 Alan Mackenzie <acm@muc.de>
2221
2222 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
2223 in file local variables, set it first.
2224
2225 2010-06-19 Glenn Morris <rgm@gnu.org>
2226
2227 * descr-text.el (describe-char-unicode-data): Insert separating
2228 space when needed. (Bug#6422)
2229
2230 * progmodes/idlwave.el (idlwave-action-and-binding):
2231 Fix typo in 2009-12-03 change. (Bug#6450)
2232
2233 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2234
2235 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
2236 handling for `lambda' (misunderstanding).
2237
2238 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
2239
2240 * calc/calc-poly.el (math-accum-factors): Make sure that
2241 constants aren't distributed after they are factored out.
2242
2243 2010-06-16 Juri Linkov <juri@jurta.org>
2244
2245 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
2246 `list-colors-print'. (Bug#6332)
2247
2248 * subr.el (read-quoted-char): Fix up last change (bug#6290).
2249
2250 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
2251
2252 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
2253 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
2254
2255 * font-lock.el (font-lock-major-mode): Rename from
2256 font-lock-mode-major-mode to distinguish it from
2257 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
2258 (font-lock-set-defaults):
2259 * font-core.el (font-lock-default-function): Adjust users.
2260 (font-lock-mode): Don't set it at all.
2261
2262 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
2263
2264 * vc-annotate.el (vc-annotate): Use vc-read-revision.
2265
2266 2010-06-16 Glenn Morris <rgm@gnu.org>
2267
2268 * calendar/appt.el (appt-time-msg-list): Doc fix.
2269 (appt-check): Let-bind appt-warn-time.
2270 (appt-add): Make the 3rd argument optional.
2271 Simplify argument names. Doc fix. Check for integer WARNTIME.
2272 Only add WARNTIME to the output list if non-nil.
2273
2274 2010-06-16 Ivan Kanis <apple@kanis.eu>
2275
2276 * calendar/appt.el (appt-check): Let the 3rd element of
2277 appt-time-msg-list specify the warning time.
2278 (appt-add): Add new argument with the warning time. (Bug#5176)
2279
2280 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2281
2282 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
2283 older than version 1.6. (Bug#6361)
2284
2285 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
2286
2287 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
2288 used by cl-do-arglist. (Bug#6408)
2289
2290 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
2291
2292 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
2293 portuguese casechars/not-casechars for missing 'çÇ'.
2294 Suggested by Rolando Pereira (bug#6434).
2295
2296 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
2297
2298 * facemenu.el (list-colors-sort): Doc fix.
2299
2300 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2301
2302 * progmodes/sql.el (sql-connect-mysql): Fix typo.
2303
2304 2010-06-14 Juri Linkov <juri@jurta.org>
2305
2306 Add sort option `list-colors-sort'. (Bug#6332)
2307 * facemenu.el (color-rgb-to-hsv): New function.
2308 (list-colors-sort): New defcustom.
2309 (list-colors-sort-key): New function.
2310 (list-colors-display): Doc fix. Sort list according to the option
2311 `list-colors-sort'.
2312 (list-colors-print): Add HSV values to `help-echo' property of
2313 RGB strings.
2314
2315 2010-06-14 Juri Linkov <juri@jurta.org>
2316
2317 * compare-w.el: Move to the "vc" subdirectory.
2318
2319 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2320
2321 * image-mode.el (image-mode-map): Remap left-char and right-char.
2322
2323 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
2324
2325 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
2326
2327 * term/common-win.el (x-colors): Add all the color names defined
2328 in rgb.txt (Bug#6332).
2329
2330 * facemenu.el (list-colors-print): Don't print extra names if it
2331 will overflow the window width.
2332
2333 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
2334 change (Bug#6343).
2335
2336 2010-06-12 Eli Zaretskii <eliz@gnu.org>
2337
2338 * files.el (make-directory): Doc fix (bug#6396).
2339
2340 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
2341
2342 * net/tramp.el (tramp-remote-process-environment): Protect version
2343 string by apostroph.
2344 (tramp-shell-prompt-pattern): Do not use a shy group in case of
2345 XEmacs.
2346 (tramp-file-name-for-operation): Add `call-process-region'.
2347 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
2348
2349 * net/tramp-compat.el (top): Do not autoload
2350 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
2351 only when `start-file-process' is not bound.
2352 (tramp-advice-file-expand-wildcards): Do not use
2353 `tramp-handle-file-remote-p'.
2354 (tramp-compat-make-temp-file): Handle the case, that
2355 `make-temp-file' has no third argument EXTENSION.
2356
2357 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
2358
2359 * makefile.w32-in (WINS_BASIC): Include new directory vc.
2360
2361 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
2362
2363 2010-06-11 Juri Linkov <juri@jurta.org>
2364
2365 * finder.el (finder-known-keywords): Add keyword "vc"
2366 for version control.
2367
2368 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
2369 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
2370 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
2371 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
2372
2373 2010-06-11 Juri Linkov <juri@jurta.org>
2374
2375 Move version control related files to the "vc" subdirectory.
2376 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
2377 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
2378 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
2379 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
2380 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
2381 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
2382 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
2383 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
2384 Move files to the "vc" subdirectory.
2385
2386 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
2387
2388 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
2389 (Bug#6367).
2390
2391 2010-06-11 Stephen Eglen <stephen@gnu.org>
2392
2393 * shell.el: Bind `shell-resync-dirs' to M-RET.
2394
2395 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
2396
2397 * notifications.el: Move file from lisp/net, because it is
2398 supposed to talk locally to the user.
2399
2400 2010-06-10 Julien Danjou <julien@danjou.info>
2401
2402 * net/notifications.el (notifications-on-action-signal)
2403 (notifications-on-closed-signal): Pass notification id as first
2404 argument to the callback functions. Add docstrings.
2405 (notifications-notify): Fix docstring.
2406
2407 2010-06-10 Glenn Morris <rgm@gnu.org>
2408
2409 * emacs-lisp/authors.el (authors-ignored-files)
2410 (authors-valid-file-names): Add some files.
2411
2412 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2413
2414 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
2415 merge conflict, giving preference to the emacs-23 version of the code.
2416
2417 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2418
2419 * emacs-lisp/advice.el (ad-compile-function):
2420 Define warning-suppress-types before we let-bind it (bug#6275).
2421
2422 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
2423 declare it, make it buffer-local and permanent-local (bug#6324).
2424 (vc-resynch-window): Adjust name.
2425 * vc-hooks.el (vc-find-file-hook): Adjust name.
2426
2427 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
2428
2429 * net/notifications.el (notifications-notify): Fix docstring.
2430
2431 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
2432
2433 Update to Unicode 6.0.0 beta.
2434 * international/charprop.el: Update copyright.
2435 * international/mule-cmds.el (ucs-names): Update character ranges.
2436 * international/uni-bidi.el:
2437 * international/uni-category.el:
2438 * international/uni-combining.el:
2439 * international/uni-comment.el:
2440 * international/uni-decimal.el:
2441 * international/uni-decomposition.el:
2442 * international/uni-digit.el:
2443 * international/uni-lowercase.el:
2444 * international/uni-mirrored.el:
2445 * international/uni-name.el:
2446 * international/uni-numeric.el:
2447 * international/uni-old-name.el:
2448 * international/uni-titlecase.el:
2449 * international/uni-uppercase.el: Regenerate.
2450
2451 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
2452
2453 * emacs-lisp/smie.el (comment-string-strip): Declare function.
2454 (smie-precs-precedence-table): Fix typo in docstring.
2455
2456 * vc-mtn.el (log-edit-extract-headers): Declare function.
2457
2458 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
2459
2460 * net/notifications.el (dbus-register-signal): Declare function.
2461 (notifications-notify): Fix typos and reflow docstring.
2462
2463 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
2464
2465 Improve VC create/retrieve tag/branch.
2466 * vc.el (vc-create-tag): Do not read the directory name for VCs
2467 with repository revision granularity. Adjust the tag/branch
2468 prompt. Reset VC properties.
2469 (vc-retrieve-tag): Do not read the directory name for VCs
2470 with repository revision granularity. Reset VC properties.
2471
2472 2010-06-09 Julien Danjou <julien@danjou.info>
2473
2474 * net/notifications.el: New file.
2475
2476 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
2477
2478 Add optional support for resetting VC properties.
2479 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
2480 call vc-file-clearprops when true.
2481 (vc-resynch-buffer): Add new optional argument, pass it down.
2482 (vc-resynch-buffers-in-directory): Likewise.
2483
2484 Improve support for special markup in the VC commit message.
2485 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
2486 * vc-hg.el (vc-hg-checkin): Add support for Date:.
2487 * vc-git.el (vc-git-checkin):
2488 * vc-bzr.el (vc-bzr-checkin): Likewise.
2489
2490 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2491
2492 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
2493 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
2494
2495 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
2496
2497 * iimage.el: Remove images as soon as the underlying text is modified.
2498 (iimage-modification-hook): New function.
2499 (iimage-mode-buffer): Use it.
2500
2501 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2502
2503 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
2504 smie-indent-offset-after. Add :prev case. Make a bit more generic.
2505 (smie-indent-virtual): Remove `virtual' arg. Update callers.
2506 (smie-indent-keyword): Add handling of open-paren keywords.
2507 (smie-indent-comment-continue): Don't assume comment-continue.
2508
2509 2010-06-07 Martin Rudalics <rudalics@gmx.at>
2510
2511 * window.el (pop-to-buffer): Remove the conditional that
2512 compares new-window and old-window, so it will reselect
2513 the selected window unconditionally.
2514 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
2515
2516 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2517
2518 * emacs-lisp/smie.el (smie-indent-offset-after)
2519 (smie-indent-forward-token, smie-indent-backward-token): New functions.
2520 (smie-indent-after-keyword): Use them.
2521 (smie-indent-fixindent): Only applies to the indentation of the BOL.
2522 (smie-indent-keyword): Tweak the black magic.
2523 (smie-indent-comment-continue): Strip comment-continue before use.
2524 (smie-indent-functions): Indent comments before keywords.
2525
2526 2010-06-06 Juri Linkov <juri@jurta.org>
2527
2528 * isearch.el (isearch-lazy-highlight-search): Fix looping
2529 by checking for empty match. This syncs this loop with the
2530 similar loop in `isearch-search'. (Bug#6362)
2531
2532 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
2533
2534 * net/dbus.el (dbus-register-method): Declare function.
2535 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
2536 (dbus-introspect): Doc fix.
2537 (dbus-event-bus-name, dbus-introspect-get-interface)
2538 (dbus-introspect-get-argument): Reflow docstrings.
2539
2540 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
2541
2542 vc-log-incoming/vc-log-outgoing fixes for Git.
2543 * vc-git.el (vc-git-log-view-mode): Fix font lock for
2544 incoming/outgoing logs.
2545 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
2546 instead of vc-git-compute-remote.
2547 (vc-git-compute-remote): Remove.
2548
2549 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
2550
2551 * term/common-win.el (x-colors): Add "dark green" and "dark
2552 turquoise" (Bug#6332).
2553
2554 2010-06-04 Juri Linkov <juri@jurta.org>
2555
2556 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
2557 Instead of setting `replace' to t and replacing the same string
2558 with itself, don't do certain actions when
2559 kill-do-not-save-duplicates is non-nil and string is equal to car
2560 of kill-ring: don't call menu-bar-update-yank-menu, don't push
2561 interprogram-paste strings to kill-ring, and don't push the input
2562 argument `string' to kill-ring.
2563 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
2564
2565 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
2566
2567 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
2568
2569 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
2570
2571 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
2572 (tramp-gvfs-handler-mounted-unmounted)
2573 (tramp-gvfs-connection-mounted-p): Handle default-location.
2574
2575 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
2576 move files to trash.
2577
2578 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
2579
2580 * international/mule-cmds.el (nonascii-insert-offset)
2581 (nonascii-translation-table): Add obsolescence information.
2582
2583 * international/mule.el (make-translation-table-from-vector): Doc fix.
2584
2585 2010-06-03 Eric Ludlam <zappo@gnu.org>
2586
2587 * cedet/semantic/lex-spp.el
2588 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
2589 invalid values during save, just save a nil (Bug#6324).
2590
2591 2010-06-03 Glenn Morris <rgm@gnu.org>
2592
2593 * desktop.el (desktop-clear-preserve-buffers):
2594 Add "*Warnings*" buffer. (Bug#6336)
2595
2596 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
2597
2598 vc-log-incoming/vc-log-outgoing improvements for Git.
2599 * vc-git.el (vc-git-log-outgoing): Use the same format as the
2600 short log.
2601 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
2602
2603 Add bindings for vc-log-incoming and vc-log-outgoing.
2604 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
2605 and vc-log-outgoing.
2606 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
2607 and vc-log-outgoing.
2608
2609 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
2610
2611 * net/rcirc.el (rcirc-sort-nicknames): Remove.
2612 (rcirc-handler-366): Always sort nicknames.
2613
2614 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
2615
2616 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
2617
2618 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
2619
2620 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
2621
2622 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2623
2624 * net/rcirc.el (rcirc-sort-nicknames): Change default.
2625 (rcirc-sort-nicknames-join): Avoid setq.
2626
2627 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2628
2629 * net/rcirc.el (rcirc-sort-nicknames): New custom.
2630 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
2631 (rcirc-handler-366): Use them.
2632
2633 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2634
2635 Split smie-indent-calculate into more manageable chunks.
2636 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
2637 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
2638 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
2639 (smie-indent-exps): Extract from smie-indent-calculate.
2640 (smie-indent-functions): New var.
2641 (smie-indent-functions): Use them.
2642
2643 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2644
2645 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
2646 (smie-indent-calculate): Simplify and cleanup.
2647
2648 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
2649
2650 * net/tramp-gvfs.el (top): Require url-util.
2651 (tramp-gvfs-mount-point): Remove.
2652 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
2653 New defuns.
2654 (with-tramp-dbus-call-method): Format trace message.
2655 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
2656 Implement backup call, when operation on local files fails.
2657 Use progress reporter. Flush properties of changed files.
2658 (tramp-gvfs-handle-make-directory): Make more traces.
2659 (tramp-gvfs-url-file-name): Hexify file name in url.
2660 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
2661 into account for the resulting file name.
2662 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
2663 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
2664 (tramp-gvfs-handler-mounted-unmounted)
2665 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
2666 attribute "default_location". Set "prefix" property.
2667 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
2668 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
2669 exists. Raise an error, if not (due to a corresponding answer
2670 "no" in interactive questions, for example).
2671
2672 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2673
2674 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
2675
2676 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
2677
2678 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
2679 right-*. (Bug#6265)
2680
2681 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
2682
2683 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
2684 * vc-git.el (vc-git-compute-remote): New function.
2685 (vc-git-log-outgoing): Use it instead of hard coding a value.
2686 (vc-git-log-incoming): New function.
2687
2688 Improve state updating for VC tag commands.
2689 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
2690 to update the state of all buffers in the directory.
2691
2692 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
2693
2694 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2695
2696 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
2697 `file-directory-p' to the filename part rather than to the whole text.
2698
2699 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
2700
2701 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
2702 (bug#6231).
2703
2704 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2705
2706 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
2707
2708 2010-05-31 Drew Adams <drew.adams@oracle.com>
2709
2710 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2711
2712 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
2713
2714 * subr.el (momentary-string-display): Just use read-event to read
2715 the exit event (Bug#6238).
2716
2717 2010-05-30 Eli Zaretskii <eliz@gnu.org>
2718
2719 * international/mule.el (define-coding-system): Doc fix (bug#6313).
2720
2721 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
2722
2723 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
2724 Suggested by Eli Zaretskii <eliz@gnu.org>.
2725
2726 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2727
2728 * minibuffer.el (completion-file-name-table): Don't return a boundary
2729 past the end of `string' (bug#6299).
2730 (completion--file-name-table): Delegate to completion-file-name-table
2731 for the `boundaries' case.
2732
2733 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
2734
2735 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
2736 movement commands.
2737
2738 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
2739 `path-separator', but maintain compatibility with Emacs 20.2.
2740
2741 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
2742
2743 * server.el (server-process-filter): Receive parent-id argument
2744 from emacsclient.
2745 (server-create-window-system-frame): New arg. Pass parent-id as
2746 frame parameter.
2747
2748 2010-05-29 Eli Zaretskii <eliz@gnu.org>
2749
2750 Bidi-sensitive word movement with arrow keys.
2751 * subr.el (right-arrow-command, left-arrow-command): Move to
2752 bindings.el.
2753
2754 * bindings.el (right-char, left-char): Move from subr.el and
2755 rename from right-arrow-command and left-arrow-command.
2756 (right-word, left-word): New functions.
2757 (global-map) <right>: Bind to right-char.
2758 (global-map) <left>: Bind to left-char.
2759 (global-map) <C-right>: Bind to right-word.
2760 (global-map) <C-left>: Bind to left-word.
2761
2762 * ls-lisp.el (ls-lisp-classify-file): New function.
2763 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
2764 (ls-lisp-classify): Call ls-lisp-classify-file.
2765 (insert-directory): Remove blanks from switches.
2766
2767 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
2768
2769 * ansi-color.el: Delete unused escape sequences (Bug#6085).
2770 (ansi-color-drop-regexp): New constant.
2771 (ansi-color-apply, ansi-color-filter-region)
2772 (ansi-color-apply-on-region): Delete unrecognized control sequences.
2773 (ansi-color-apply): Build string list before calling concat.
2774
2775 2010-05-28 Juri Linkov <juri@jurta.org>
2776
2777 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
2778 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
2779 (Bug#5270)
2780
2781 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
2782
2783 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
2784 to ignored backtrace functions.
2785 (with-progress-reporter): Expand docstring.
2786 (tramp-handle-delete-file): Implement TRASH argument.
2787 (tramp-get-remote-trash): New defun.
2788
2789 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
2790
2791 * net/tramp-compat.el (tramp-compat-delete-file): Use
2792 `symbol-value' for backward compatibility.
2793
2794 * net/tramp.el (tramp-handle-make-symbolic-link)
2795 (tramp-handle-load)
2796 (tramp-do-copy-or-rename-file-via-buffer)
2797 (tramp-do-copy-or-rename-file-directly)
2798 (tramp-do-copy-or-rename-file-out-of-band)
2799 (tramp-handle-process-file, tramp-handle-call-process-region)
2800 (tramp-handle-shell-command, tramp-handle-file-local-copy)
2801 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2802 (tramp-delete-temp-file-function): Use `delete-file' instead
2803 of `tramp-compat-delete-file'.
2804
2805 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
2806 (tramp-fish-handle-make-symbolic-link)
2807 (tramp-fish-handle-process-file): Use `delete-file' instead
2808 of `tramp-compat-delete-file'.
2809
2810 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
2811 `delete-file' instead of `tramp-compat-delete-file'.
2812
2813 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
2814 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
2815 `tramp-compat-delete-file'.
2816
2817 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
2818 `delete-file' instead of `tramp-compat-delete-file'.
2819
2820 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2821 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2822 (tramp-smb-handle-write-region): Use `delete-file' instead of
2823 `tramp-compat-delete-file'.
2824 (tramp-smb-handle-delete-directory): Use 'trash as arg.
2825
2826 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2827
2828 * dired.el (dired-delete-file): New arg TRASH.
2829 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
2830 (dired-do-flagged-delete, dired-do-delete): Use trash.
2831
2832 * speedbar.el (speedbar-item-delete): Allow trashing.
2833
2834 * files.el (delete-directory): New arg TRASH.
2835
2836 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
2837 (ange-ftp-rename-remote-to-remote)
2838 (ange-ftp-rename-local-to-remote)
2839 (ange-ftp-rename-remote-to-local, ange-ftp-load)
2840 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
2841 `delete-file'.
2842 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
2843 allow trashing.
2844
2845 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2846 handle new TRASH arg of `delete-file'.
2847
2848 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
2849 (tramp-handle-make-symbolic-link, tramp-handle-load)
2850 (tramp-do-copy-or-rename-file-via-buffer)
2851 (tramp-do-copy-or-rename-file-directly)
2852 (tramp-do-copy-or-rename-file-out-of-band)
2853 (tramp-handle-process-file, tramp-handle-call-process-region)
2854 (tramp-handle-shell-command, tramp-handle-file-local-copy)
2855 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2856 (tramp-delete-temp-file-function): Use null TRASH arg in
2857 tramp-compat-delete-file call.
2858
2859 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
2860 (tramp-fish-handle-delete-file)
2861 (tramp-fish-handle-make-symbolic-link)
2862 (tramp-fish-handle-process-file): Use null TRASH arg in
2863 `tramp-compat-delete-file' call.
2864
2865 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
2866 arg in `tramp-compat-delete-file' call.
2867
2868 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
2869 (tramp-gvfs-handle-write-region): Use null TRASH arg in
2870 `tramp-compat-delete-file' call.
2871
2872 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
2873 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
2874 `tramp-compat-delete-file' call.
2875
2876 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2877 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2878 (tramp-smb-handle-write-region): Use null TRASH arg in
2879 tramp-compat-delete-file call.
2880 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
2881 (tramp-smb-handle-delete-file): Rename arg.
2882
2883 * diff.el (diff-sentinel):
2884 * epg.el (epg--make-temp-file, epg-decrypt-string)
2885 (epg-verify-string, epg-sign-string, epg-encrypt-string):
2886 * jka-compr.el (jka-compr-partial-uncompress)
2887 (jka-compr-call-process, jka-compr-write-region):
2888 * server.el (server-sentinel): Remove optional arg from
2889 delete-file, reverting 2010-05-03 change.
2890
2891 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2892
2893 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
2894 font-lock-constant-face, not obsolete font-lock-reference-face.
2895
2896 2010-05-27 Kenichi Handa <handa@m17n.org>
2897
2898 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
2899 element of GSTRING is nil.
2900
2901 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2902
2903 * emacs-lisp/smie.el (smie-forward-token-function)
2904 (smie-backward-token-function): New vars.
2905 (smie-backward-sexp, smie-forward-sexp)
2906 (smie-indent-hanging-p, smie-indent-calculate): Use them.
2907 (smie-default-backward-token): Rename from smie-backward-token and
2908 skip comments.
2909 (smie-default-forward-token): Rename from smie-forward-token and
2910 skip comments.
2911 (smie-next-sexp): Handle nil results from next-token.
2912 (smie-indent-calculate): Add a new case for special `fixindent' comments.
2913
2914 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2915
2916 * progmodes/verilog-mode.el (verilog-type-font-keywords):
2917 Use font-lock-constant-face, not obsolete font-lock-reference-face.
2918
2919 2010-05-27 Masatake YAMATO <yamato@redhat.com>
2920
2921 * htmlfontify.el (hfy-face-resolve-face): New function.
2922 (hfy-face-to-style): Use it (Bug#6279).
2923
2924 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2925
2926 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
2927 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
2928
2929 2010-05-26 Glenn Morris <rgm@gnu.org>
2930
2931 * emulation/edt.el (edt-load-keys): Use locate-library.
2932
2933 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
2934
2935 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
2936 (log-edit-changelog-entries): Doc fix.
2937 (log-edit-changelog-insert-entries): Args changed.
2938 Rename relative filenames in ChangeLog entries. Delete tabs.
2939 (log-edit-insert-changelog-entries): Reorganize return value of
2940 `log-edit-changelog-entries' to pass filenames to
2941 log-edit-changelog-insert-entries.
2942
2943 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2944
2945 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
2946 `image-dired-dired-insert-marked-thumbs' to
2947 `image-dired-dired-toggle-marked-thumbs'.
2948
2949 * image-dired.el: Require cl when compiling.
2950 (image-dired-dired-toggle-marked-thumbs): Rename from
2951 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
2952 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
2953 to 'no-dir. Skip files whose names don't match
2954 `image-file-name-regexp'. When file has a thumbnail overlay,
2955 delete it. (Bug#5270)
2956
2957 2010-05-25 Juri Linkov <juri@jurta.org>
2958
2959 * image-mode.el (image-mode): Add image-after-revert-hook to
2960 after-revert-hook.
2961 (image-after-revert-hook): New function. (Bug#5669)
2962
2963 2010-05-25 Juri Linkov <juri@jurta.org>
2964
2965 * image.el (image-animated-p): When delay between animated images
2966 is 0, set it to 10 (0.1 sec). (Bug#6258)
2967
2968 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
2969
2970 * net/tramp.el (tramp-handle-insert-directory): Don't use
2971 `forward-word', its default syntax could be changed.
2972
2973 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
2974
2975 * net/tramp.el (tramp-progress-reporter-update): New defun.
2976 (with-progress-reporter): Use it.
2977 (tramp-process-actions):
2978 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
2979 current message, in order to let progress reporter continue
2980 afterwards. (Bug#6257)
2981
2982 2010-05-25 Glenn Morris <rgm@gnu.org>
2983
2984 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
2985 Add :version.
2986
2987 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
2988
2989 * net/rcirc.el (rcirc-default-user-name): Change to "user".
2990 (rcirc-default-full-name): Change to "unknown".
2991 (rcirc-user-name-history): Add variable.
2992
2993 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
2994 Jonathan Rockway <jon@jrock.us>
2995
2996 * net/rcirc.el (rcirc-server-alist): Add :pass.
2997 (rcirc): When prompting for connection parameters, also prompt for
2998 username and password.
2999 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
3000 value to server when connecting.
3001
3002 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3003
3004 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
3005 (smie-merge-prec2s): Pass the tables as separate args.
3006 (smie-bnf-precedence-table): Adjust call accordingly.
3007 (smie-prec2-levels): Set levels at the end.
3008
3009 Replace Lisp calls to delete-backward-char by delete-char.
3010 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
3011 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
3012 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
3013 * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
3014 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
3015 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
3016 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
3017 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
3018 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
3019 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
3020 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
3021 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
3022 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
3023 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
3024 delete-backward-char by calls to delete-char.
3025
3026 2010-05-25 Kenichi Handa <handa@m17n.org>
3027
3028 * language/hebrew.el (hebrew-shape-gstring): New function.
3029 Register it in composition-function-table for all Hebrew combining
3030 characters.
3031
3032 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3033
3034 * epa.el (epa--select-keys): Don't explicitly delete the window since
3035 that can fail (e.g. sole window in frame). Use dedication instead.
3036
3037 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
3038
3039 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
3040
3041 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
3042
3043 * image.el (image-refresh): Define as an alias for image-flush.
3044
3045 * image-mode.el (image-toggle-display-image): Caller changed.
3046
3047 2010-05-21 Juri Linkov <juri@jurta.org>
3048
3049 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
3050 Remove "all" from grep-files-aliases. Split grep-files-aliases by
3051 whitespace, call wildcard-to-regexp on substrings and concat them
3052 with "\\|". (Bug#6114)
3053
3054 2010-05-21 Alan Mackenzie <acm@muc.de>
3055
3056 * progmodes/cc-engine.el (c-parse-state-get-strategy):
3057 Replace parameter `here' with `here-' and `here-plus', which sandwich
3058 any pertinent CPP construct.
3059 (c-remove-stale-state-cache-backwards): Fix a bug which happens
3060 when doing (c-parse-state) in a CPP construct: Exclude any "new"
3061 CPP construct from taking part in the scanning.
3062
3063 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
3064
3065 * net/tramp.el (tramp-do-copy-or-rename-file)
3066 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
3067 Tune `with-progress-reporter' messages.
3068 (tramp-handle-vc-registered):
3069 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
3070 (tramp-fish-handle-insert-file-contents)
3071 (tramp-fish-maybe-open-connection):
3072 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3073 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
3074 (tramp-imap-handle-insert-file-contents)
3075 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
3076
3077 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
3078
3079 * add-log.el (change-log-font-lock-keywords):
3080 Highlight all authors in multi-author entries.
3081
3082 * smerge-mode.el (smerge-refine-ignore-whitespace)
3083 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
3084 Fix typos in docstrings.
3085 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
3086
3087 2010-05-21 Glenn Morris <rgm@gnu.org>
3088
3089 * progmodes/fortran.el (fortran-mode):
3090 * progmodes/f90.el (f90-mode): Derive from prog-mode.
3091
3092 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
3093 having a relative path in src/Makefile.in.
3094
3095 2010-05-20 Kevin Ryde <user42@zip.com.au>
3096
3097 * help-mode.el (help-make-xrefs): For Info node links turn
3098 newlines into spaces. Link node names with newlines are matched
3099 by help-xref-info-regexp and buttonized, this change ensures they
3100 can be followed successfully with RET. (Bug#6206)
3101
3102 2010-05-20 Juri Linkov <juri@jurta.org>
3103
3104 * locate.el (locate): Use pop-to-buffer instead of
3105 switch-to-buffer-other-window. (Bug#6204)
3106
3107 2010-05-20 Juri Linkov <juri@jurta.org>
3108
3109 * replace.el (replace-highlight): Fix lazy-highlighting
3110 for `M-s w str M-% str RET'.
3111
3112 2009-12-15 Masatake YAMATO <yamato@redhat.com>
3113
3114 * isearch.el (isearch-yank-word-or-char): Pull next subword
3115 when `subword-mode' is activated. (Bug#6220)
3116
3117 2010-05-20 Mark A. Hershberger <mah@everybody.org>
3118
3119 * isearch.el (isearch-update-post-hook): New hook.
3120 (isearch-update): Use the new hook. (Bug#6225)
3121
3122 2010-05-20 Juri Linkov <juri@jurta.org>
3123
3124 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
3125 [f1], [help], and (char-to-string help-char) instead of "\C-h".
3126 (Bug#6222)
3127
3128 2010-05-20 Juri Linkov <juri@jurta.org>
3129
3130 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
3131 (Bug#6223)
3132
3133 2010-05-20 Juri Linkov <juri@jurta.org>
3134
3135 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
3136 FILE-NAME to read from the minibuffer when called interactively
3137 with prefix argument instead of using buffer-file-name.
3138 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
3139
3140 * dired.el: Update autoloads.
3141
3142 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
3143
3144 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
3145 nxml-finish-element, for consistency with SGML mode.
3146
3147 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
3148 octave-close-block.
3149
3150 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
3151
3152 * composite.el: Require cl when compiling.
3153 (reference-point-alist, compose-gstring-for-graphic)
3154 (compose-gstring-for-terminal): Fix typos in docstrings.
3155
3156 2010-05-19 Juri Linkov <juri@jurta.org>
3157
3158 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
3159 set-window-parameter.
3160
3161 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
3162
3163 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
3164 where appropriate.
3165 (tramp-maybe-open-connection): Use it.
3166
3167 2010-05-19 Eli Zaretskii <eliz@gnu.org>
3168
3169 * simple.el (move-end-of-line): Make sure we are at line beginning
3170 before backing up to end of previous line.
3171
3172 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
3173
3174 * password-cache.el (password-cache-remove): Fix docstring.
3175
3176 * net/secrets.el: Autoload the widget functions.
3177 (secrets-search-items, secrets-create-item)
3178 (secrets-get-attributes, secrets-expand-item): Attributes will be
3179 stored on the password database without leading ":", as all other
3180 clients do as well.
3181 (secrets-mode): Fix docstring.
3182 (secrets-show-secrets): Provide it as autoloaded command only when
3183 D-Bus support is available. Check existence of Secret Service API.
3184
3185 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3186
3187 * indent.el (indent-region): Deactivate region (bug#6200).
3188
3189 2010-05-19 Glenn Morris <rgm@gnu.org>
3190
3191 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
3192
3193 2010-05-19 Kenichi Handa <handa@m17n.org>
3194
3195 * composite.el: Register compose-gstring-for-graphic in
3196 composition-function-table only for combining characters (Mn, Mc, Me).
3197
3198 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
3199
3200 * calc/calc-trail.el (calc-trail-isearch-forward)
3201 (calc-trail-isearch-backward): Ensure that the new window
3202 point is set correctly.
3203
3204 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3205
3206 * subr.el (read-quoted-char): Resolve modifiers after key
3207 remapping (bug#6212).
3208
3209 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
3210
3211 Add visualization code for secrets.
3212 * net/secrets.el (secrets-mode): New major mode.
3213 (secrets-show-secrets, secrets-show-collections)
3214 (secrets-expand-collection, secrets-expand-item)
3215 (secrets-tree-widget-after-toggle-function)
3216 (secrets-tree-widget-show-password): New defuns.
3217
3218 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3219
3220 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
3221 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
3222 handled in smie-next-sexp.
3223 (smie-indent-calculate): Provide a starting indentation (so the
3224 recursion is well-founded ;-).
3225
3226 Fix handling of non-associative equal levels.
3227 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
3228 when it's not needed.
3229 (smie-op-left, smie-op-right): New functions.
3230 (smie-next-sexp): New function, extracted from smie-backward-sexp.
3231 Better handle equal levels to distinguish the associative case from
3232 the "multi-keyword construct" case.
3233 (smie-backward-sexp, smie-forward-sexp): Use it.
3234
3235 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
3236
3237 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
3238
3239 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
3240 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
3241
3242 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3243
3244 Provide a simple generic indentation engine and use it for Prolog.
3245 * emacs-lisp/smie.el: New file.
3246 * progmodes/prolog.el (prolog-smie-op-levels)
3247 (prolog-smie-indent-rules): New var.
3248 (prolog-mode-variables): Use them to configure SMIE.
3249 (prolog-indent-line, prolog-indent-level): Remove.
3250
3251 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
3252
3253 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
3254 order before computing the averages.
3255
3256 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
3257
3258 * calc/calc-vec.el (calc-histogram):
3259 (calcFunc-histogram): Allow vectors as inputs.
3260 (math-vector-avg): New function.
3261
3262 * calc/calc-ext.el (math-group-float): Have the number of digits
3263 being grouped depend on the radix (Bug#6189).
3264
3265 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
3266
3267 * version.el (emacs-copyright, emacs-version): Don't define here,
3268 now that emacs.c defines it.
3269
3270 2010-05-15 Eli Zaretskii <eliz@gnu.org>
3271
3272 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
3273 "Describe Language Environment" menu item.
3274
3275 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
3276
3277 Bidi-sensitive movement with arrow keys.
3278 * subr.el (right-arrow-command, left-arrow-command): New functions.
3279
3280 * bindings.el (global-map): Bind them to right and left arrow keys.
3281
3282 Don't override standard definition of convert-standard-filename.
3283 * files.el (convert-standard-filename): Call
3284 w32-convert-standard-filename and dos-convert-standard-filename on
3285 the corresponding systems.
3286
3287 * w32-fns.el (w32-convert-standard-filename): Rename from
3288 convert-standard-filename. Doc fix.
3289
3290 * dos-fns.el (dos-convert-standard-filename): Doc fix.
3291 (convert-standard-filename): Don't defalias.
3292 (register-name-alist, make-register, register-value)
3293 (set-register-value, intdos): Obsolete aliases for the
3294 corresponding dos-* functions and variables.
3295 (dos-intdos): Add a doc string.
3296
3297 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
3298
3299 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
3300 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
3301 (math-compose-tex-func):
3302 * calc/calccomp.el (math-compose-expr):
3303 * calc/calc-ext.el (math-format-flat-expr-fancy):
3304 * calc/calc-store.el (calc-read-var-name):
3305 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
3306
3307 * calc/calc.el (var-π, var-φ, var-γ): New variables.
3308 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
3309 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
3310 (math-standard-units): Add units.
3311
3312 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3313
3314 * progmodes/asm-mode.el (asm-mode):
3315 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
3316
3317 * pcomplete.el (pcomplete-completions-at-point): New function,
3318 extracted from pcomplete-std-complete.
3319 (pcomplete-std-complete): Use it.
3320
3321 2010-05-15 Glenn Morris <rgm@gnu.org>
3322
3323 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3324 Remove references to CVS, RCS and Old directories.
3325
3326 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
3327
3328 * calc/calc-bin.el (math-format-twos-complement): Group digits when
3329 appropriate.
3330
3331 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
3332
3333 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
3334 (sh-mode-syntax-table): Give it a default value instead.
3335 (sh-header-marker): Make buffer-local.
3336 (sh-mode): Move make-local-variable to the corresponding setq.
3337 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
3338 Use complete-with-action.
3339
3340 * simple.el (prog-mode): New (abstract) major mode.
3341 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
3342 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
3343
3344 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
3345
3346 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
3347 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
3348 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
3349 (sql-make-alternate-buffer-name, sql-placeholders-filter)
3350 (sql-escape-newlines-filter, sql-input-sender)
3351 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
3352
3353 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
3354
3355 Add TeX open-block and close-block keybindings to SGML, and vice versa.
3356
3357 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
3358 latex-open-block and C-c / to latex-close-block.
3359
3360 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
3361 and C-c C-e to sgml-close-tag.
3362
3363 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
3364
3365 * net/tramp.el (with-progress-reporter): Create reporter object
3366 only when the message would be displayed. Handle nested calls.
3367 (tramp-handle-load, tramp-handle-file-local-copy)
3368 (tramp-handle-insert-file-contents, tramp-handle-write-region)
3369 (tramp-maybe-send-script, tramp-find-shell):
3370 Use `with-progress-reporter'.
3371 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
3372 Fix message text.
3373
3374 * net/tramp-smb.el (tramp-smb-handle-copy-file)
3375 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3376 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
3377 Use `with-progress-reporter'.
3378
3379 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
3380
3381 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
3382 process everytime when spellchecking from the minibuffer (bug#6143).
3383
3384 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3385
3386 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
3387
3388 * dos-fns.el: Add "dos-" prefix for namespace control.
3389 (convert-standard-filename): Define as alias for
3390 dos-convert-standard-filename but only if applicable.
3391
3392 2010-05-12 Alan Mackenzie <acm@muc.de>
3393
3394 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
3395 Push the mark at the start of these functions when appropriate.
3396
3397 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3398
3399 * minibuffer.el (completion-cycle-threshold): New custom var.
3400 (completion--do-completion): Use it.
3401 (minibuffer-complete): Use cycling if appropriate.
3402
3403 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
3404
3405 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
3406 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
3407
3408 2010-05-11 Juri Linkov <juri@jurta.org>
3409
3410 * scroll-all.el (scroll-all-check-to-scroll):
3411 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
3412
3413 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3414
3415 * iimage.el (iimage-mode-map): Move initialization into declaration.
3416 (iimage-mode-buffer): Use with-silent-modifications.
3417 Simplify calling convention. Adjust callers.
3418 (iimage-mode): Don't run hook redundantly.
3419
3420 * minibuffer.el (completion-pcm--pattern->regex):
3421 Fix last change (bug#6160).
3422
3423 2010-05-10 Juri Linkov <juri@jurta.org>
3424
3425 Remove nodes visited during Isearch from the Info history.
3426 * info.el (Info-isearch-initial-history)
3427 (Info-isearch-initial-history-list): New variables.
3428 (Info-isearch-start): Record initial values of
3429 Info-isearch-initial-history and Info-isearch-initial-history-list.
3430 Add Info-isearch-end to isearch-mode-end-hook.
3431 (Info-isearch-end): New function.
3432
3433 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
3434
3435 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
3436 format string, in order to work around a bug in pdksh.
3437 Reported by Gilles Pion <gpion@lfdj.com>.
3438 (tramp-handle-verify-visited-file-modtime): Do not send a command
3439 when the connection is not established.
3440 (tramp-handle-set-file-times): Simplify the check for utc.
3441
3442 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
3443
3444 Fix use of `filter-buffer-substring' (rework previous change).
3445 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
3446 (cua-repeat-replace-region):
3447 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
3448 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3449 (cua-cut-region-to-global-mark): Use it.
3450
3451 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
3452
3453 * progmodes/sql.el: Version 2.1.
3454 (sql-product-alist): Redesign structure of product info.
3455 (sql-product, sql-user, sql-server, sql-database): Safe variables.
3456 (sql-port, sql-port-history): New variables.
3457 (sql-interactive-product): New variable.
3458 (sql-send-terminator): New variable.
3459 (sql-imenu-generic-expression): Add "Types" imenu entry.
3460 (sql-oracle-login-params, sql-sqlite-login-params)
3461 (sql-mysql-login-params, sql-solid-login-params)
3462 (sql-sybase-login-params, sql-informix-login-params)
3463 (sql-ingres-login-params, sql-ms-login-params)
3464 (sql-postgres-login-params, sql-interbase-login-params)
3465 (sql-db2-login-params, sql-linter-login-params)
3466 (sql-oracle-scan-on): New variables.
3467 (sql-mode-map): Add C-c C-i to start interactive mode.
3468 (sql-mode-menu): Update existing menu entries.
3469 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
3470 (sql-mode-oracle-font-lock-keywords)
3471 (sql-mode-postgres-font-lock-keywords)
3472 (sql-mode-ms-font-lock-keywords)
3473 (sql-mode-sybase-font-lock-keywords)
3474 (sql-mode-informix-font-lock-keywords)
3475 (sql-mode-interbase-font-lock-keywords)
3476 (sql-mode-ingres-font-lock-keywords)
3477 (sql-mode-solid-font-lock-keywords)
3478 (sql-mode-mysql-font-lock-keywords)
3479 (sql-mode-sqlite-font-lock-keywords)
3480 (sql-mode-db2-font-lock-keywords)
3481 (sql-mode-linter-font-lock-keywords): Update initialization to
3482 reduce run-time complexity.
3483 (sql-add-product, sql-del-product): New functions.
3484 (sql-set-product-feature, sql-get-product-feature): New functions.
3485 (sql-product-font-lock): Update product API.
3486 (sql-add-product-keywords): New function.
3487 (sql-highlight-product): Update product API.
3488 (sql-help-list-products): New function.
3489 (sql-help): Dynamically lists free and non-free products.
3490 (sql-get-login): Correct bug in handling history and added
3491 prompt for port.
3492 (sql-copy-column): Copy without properties.
3493 (sqli-input-sender): Apply filters to SQLi input.
3494 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
3495 Implement as a filter.
3496 (sql-escape-newlines-filter): Implement as a filter.
3497 (sql-remove-tabs-filter): New function.
3498 (sql-send-magic-terminator): New function.
3499 (sql-send-string): Implement magic terminator.
3500 (sql-send-region): Use `sql-send-string'.
3501 (sql-interactive-mode): Use product API.
3502 (sql-product-interactive): Use product API.
3503 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
3504 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
3505 (sql-db2, sql-linter): Use `sql-product-interactive'.
3506 (sql-connect): New function.
3507 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
3508 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
3509 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
3510 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
3511 Use `sql-connect'.
3512
3513 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3514
3515 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
3516 New custom variable.
3517 (completion-pcm--string->pattern): Use it.
3518 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
3519 Make it handle any symbol as `any'.
3520 (completion-pcm--merge-completions): Extract common suffix for the new
3521 `prefix' symbol as well.
3522 (completion-substring--all-completions): Use the new `prefix' symbol.
3523
3524 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
3525
3526 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
3527 not bound.
3528 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
3529 (tramp-compat-funcall): New defmacro.
3530 (tramp-compat-line-beginning-position)
3531 (tramp-compat-line-end-position)
3532 (tramp-compat-temporary-file-directory)
3533 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
3534 (tramp-compat-copy-file, tramp-compat-copy-directory)
3535 (tramp-compat-delete-file, tramp-compat-delete-directory)
3536 (tramp-compat-number-sequence, tramp-compat-process-running-p)
3537 * net/tramp.el (top, with-progress-reporter)
3538 (tramp-rfn-eshadow-setup-minibuffer)
3539 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
3540 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
3541 (tramp-completion-mode-p, tramp-check-for-regexp)
3542 (tramp-open-connection-setup-interactive-shell)
3543 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
3544 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
3545 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
3546 * net/tramp-cmds.el (tramp-cleanup-all-connections)
3547 (tramp-reporter-dump-variable, tramp-load-report-modules)
3548 (tramp-append-tramp-buffers)
3549 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
3550
3551 * net/tramp-imap.el (top): Autoload `epg-make-context'.
3552
3553 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3554
3555 * progmodes/compile.el (compilation-buffer-modtime): Rename from
3556 buffer-modtime. Adjust users.
3557
3558 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3559
3560 * international/mule.el (auto-coding-alist): Only purecopy
3561 car of each item, not the whole list (Bug#6083).
3562
3563 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3564
3565 * progmodes/js.el (js-mode): Make paragraph variables local before
3566 calling c-setup-paragraph-variables (Bug#6071).
3567
3568 2010-05-08 Eli Zaretskii <eliz@gnu.org>
3569
3570 * composite.el (compose-region, reference-point-alist): Fix typos
3571 in the doc strings.
3572
3573 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3574
3575 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
3576 gnuplot's "set" command.
3577
3578 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
3579
3580 * abbrev.el (last-abbrev-text): Doc fix.
3581 (abbrev-prefix-mark): Don't escape parenthesis.
3582
3583 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
3584
3585 * composite.el (find-composition): Doc fix.
3586
3587 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
3588
3589 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
3590 (sql-oracle-program, sql-sqlite-options)
3591 (sql-query-placeholders-and-send): Doc fixes.
3592 (sql-set-product, sql-interactive-mode): Reflow docstrings.
3593 (sql-imenu-generic-expression, sql-buffer)
3594 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
3595 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
3596 (sql-mode-sybase-font-lock-keywords)
3597 (sql-mode-informix-font-lock-keywords)
3598 (sql-mode-interbase-font-lock-keywords)
3599 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
3600 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
3601 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
3602 (sql-product-feature, sql-highlight-product)
3603 (comint-line-beginning-position, sql-rename-buffer)
3604 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
3605 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
3606 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
3607 Fix typos in docstrings.
3608
3609 2010-05-08 Juri Linkov <juri@jurta.org>
3610
3611 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
3612 property instead of `invisible' and `after-string' (bug#5998).
3613
3614 2010-05-08 Juri Linkov <juri@jurta.org>
3615
3616 * image-mode.el (image-mode-as-text): Fix typo in docstring.
3617
3618 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
3619
3620 * filecache.el (file-cache-add-directory-list)
3621 (file-cache-add-directory-recursively): Fix typos in docstrings.
3622
3623 2010-05-08 Kenichi Handa <handa@m17n.org>
3624
3625 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
3626 (gujarati-composable-pattern): Fix typo.
3627
3628 2010-05-08 Kenichi Handa <handa@m17n.org>
3629
3630 * language/indian.el (oriya-composable-pattern)
3631 (tamil-composable-pattern, malayalam-composable-pattern):
3632 Add two-part vowels to "v" (vowel sign).
3633
3634 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3635
3636 * files.el (copy-directory): Handle symlinks (Bug#5982).
3637
3638 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
3639
3640 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
3641 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
3642 (Bug#5846).
3643
3644 2010-05-08 Glenn Morris <rgm@gnu.org>
3645
3646 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
3647
3648 * minibuffer.el (completion-at-point): Doc fix.
3649
3650 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3651
3652 * electric.el (Electric-command-loop): Minor tweak.
3653
3654 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
3655 better with dedicated windows.
3656
3657 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
3658
3659 * Version 23.2 released.
3660
3661 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
3662 Stefan Monnier <monnier@iro.umontreal.ca>
3663
3664 Highlight vendor specific properties.
3665 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
3666 (css-proprietary-property): New face.
3667 (css-font-lock-keywords): Use them.
3668
3669 2010-05-07 Eli Zaretskii <eliz@gnu.org>
3670
3671 * cus-start.el (all): Add native condition for tool-bar-* symbols.
3672
3673 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3674
3675 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
3676 * files.el (auto-mode-alist): Remove redundant entries.
3677
3678 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
3679 * simple.el (auto-save-mode): Move from files.el.
3680 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
3681
3682 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
3683
3684 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
3685
3686 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
3687
3688 * mail/binhex.el (binhex-decode-region-internal)
3689 * mail/uudecode.el (uudecode-decode-region-internal)
3690 * net/dns.el (dns-read-string-name, dns-write, dns-read)
3691 (dns-read-type, dns-query)
3692 * pgg-parse.el (pgg-parse-armor)
3693 * pgg.el (pgg-verify-region)
3694 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
3695 XEmacs.
3696
3697 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
3698
3699 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
3700
3701 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
3702
3703 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
3704 * emulation/cua-base.el (cua-repeat-replace-region):
3705 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3706 (cua-cut-region-to-global-mark):
3707 Remove text properties with `set-text-properties'.
3708
3709 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
3710
3711 * net/tramp.el (top, with-progress-reporter):
3712 Use `symbol-function' inside `funcall'.
3713
3714 * net/tramp-compat.el (tramp-compat-file-attributes)
3715 (tramp-compat-delete-file, tramp-compat-delete-directory):
3716 Handle only `wrong-number-of-arguments' error.
3717
3718 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
3719 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
3720 inside `funcall'.
3721
3722 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3723
3724 * minibuffer.el (completion--sreverse, completion--common-suffix):
3725 New functions.
3726 (completion-pcm--merge-completions): Extract common suffix when safe.
3727
3728 * emacs-lisp/easy-mmode.el (define-minor-mode):
3729 Make :variable more flexible.
3730 * files.el (auto-save-mode): Use it to define using define-minor-mode.
3731
3732 2010-05-05 Juri Linkov <juri@jurta.org>
3733
3734 Add `slow' and `history' tags to the desktop data.
3735
3736 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
3737 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
3738 (Info-finder-find-node): Require `finder.el' to be able
3739 to restore node from the desktop.
3740 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
3741 data `Info-history' and `slow' tag in the assoc list.
3742 (Info-restore-desktop-buffer): Don't restore nodes with the
3743 `slow' tag. Restore `Info-history'.
3744
3745 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
3746
3747 Add FORCE argument to `delete-file'.
3748
3749 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
3750 forcing to delete the temporary file.
3751 (ange-ftp-delete-file): Add FORCE arg.
3752 (ange-ftp-rename-remote-to-remote)
3753 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
3754 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
3755 Force file deletion.
3756
3757 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
3758
3759 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
3760 (tramp-handle-make-symbolic-link, tramp-handle-load)
3761 (tramp-do-copy-or-rename-file-via-buffer)
3762 (tramp-do-copy-or-rename-file-directly)
3763 (tramp-do-copy-or-rename-file-out-of-band)
3764 (tramp-handle-process-file, tramp-handle-call-process-region)
3765 (tramp-handle-shell-command, tramp-handle-file-local-copy)
3766 (tramp-handle-insert-file-contents, tramp-handle-write-region)
3767 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
3768
3769 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
3770 (tramp-fish-handle-make-symbolic-link)
3771 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
3772
3773 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
3774 Use `tramp-compat-delete-file'.
3775
3776 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
3777 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
3778
3779 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
3780 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
3781
3782 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
3783 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
3784 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
3785 `tramp-compat-delete-file'.
3786
3787 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3788
3789 Minor cleanups.
3790 * subr.el (add-minor-mode): Use push.
3791 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
3792 * emulation/edt.el (edt-select-mode): Simplify.
3793
3794 Use define-minor-mode in more cases.
3795 * term/tvi970.el (tvi970-set-keypad-mode):
3796 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
3797 (normal-erase-is-backspace-mode):
3798 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
3799 (set-scroll-bar-mode-1): (Re)move to its sole caller.
3800 (get-scroll-bar-mode): New function.
3801 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
3802
3803 Use define-minor-mode for less obvious cases.
3804 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
3805 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
3806 * international/iso-ascii.el (iso-ascii-mode):
3807 * frame.el (auto-raise-mode, auto-lower-mode):
3808 * composite.el (global-auto-composition-mode): Use define-minor-mode.
3809
3810 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
3811
3812 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
3813 in order to see error messages for failed logins.
3814
3815 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
3816
3817 * diff.el (diff-sentinel):
3818
3819 * epg.el (epg--make-temp-file, epg-decrypt-string)
3820 (epg-verify-string, epg-sign-string, epg-encrypt-string):
3821
3822 * jka-compr.el (jka-compr-partial-uncompress)
3823 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
3824
3825 * server.el (server-sentinel): Use delete-file's new FORCE arg
3826 (Bug#6070).
3827
3828 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3829
3830 Use define-minor-mode where applicable.
3831 * view.el (view-mode):
3832 * type-break.el (type-break-query-mode)
3833 (type-break-mode-line-message-mode):
3834 * textmodes/reftex.el (reftex-mode):
3835 * term/vt100.el (vt100-wide-mode):
3836 * tar-mode.el (tar-subfile-mode):
3837 * savehist.el (savehist-mode):
3838 * ibuf-ext.el (ibuffer-auto-mode):
3839 * composite.el (auto-composition-mode):
3840 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
3841 Use define-minor-mode.
3842 (vhdl-mode): Use static mode-line format.
3843 (vhdl-mode-line-update): Delete.
3844 (vhdl-create-mode-menu, vhdl-activate-customizations)
3845 (vhdl-hs-minor-mode): Don't bother calling it.
3846
3847 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3848
3849 * simple.el (with-wrapper-hook): Move.
3850 (buffer-substring-filters): Mark obsolete.
3851 (filter-buffer-substring-functions): New variable.
3852 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
3853
3854 Use a mode-line spec rather than a static string in Semantic.
3855 * cedet/semantic/util-modes.el:
3856 (semantic-minor-modes-format): New var to replace...
3857 (semantic-minor-modes-status): Remove.
3858 (semantic-mode-line-update): Construct a mode-line spec rather than
3859 a static string so that mouse buttons can be used on individual minor
3860 modes and so that semantic-mode-line-update only needs to be called
3861 when global settings are changed.
3862 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
3863 Call semantic-mode-line-update.
3864 (semantic-toggle-minor-mode-globally): Don't assume mode is on
3865 minor-mode-alist, check semantic-minor-mode-alist as well.
3866 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
3867 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
3868 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
3869 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3870 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3871 (define-semantic-idle-service, semantic-idle-summary-mode):
3872 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
3873 Don't call semantic-mode-line-update any more.
3874
3875 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3876
3877 Use define-minor-mode in CEDET where applicable.
3878
3879 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
3880 Use define-minor-mode.
3881
3882 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
3883 Remove unused arg `keymap' and code redundant with define-minor-mode.
3884 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
3885 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
3886 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
3887 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
3888 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
3889 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
3890 Use define-minor-mode.
3891 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
3892 (semantic-show-unmatched-syntax-mode-setup)
3893 (semantic-show-parser-state-mode-setup)
3894 (semantic-highlight-func-mode-setup): Inline into sole caller.
3895
3896 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
3897 (semantic-mru-bookmark-mode): Use define-minor-mode.
3898 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
3899
3900 * cedet/semantic/idle.el (define-semantic-idle-service):
3901 Use define-minor-mode and inline setup function into its sole caller.
3902 (semantic-idle-scheduler-mode-setup)
3903 (semantic-idle-summary-mode-setup): Inline into sole caller.
3904 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
3905 Use define-minor-mode.
3906
3907 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
3908 (semantic-decoration-mode): Use define-minor-mode.
3909 (semantic-decoration-mode-setup): Inline into sole caller.
3910
3911 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
3912 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
3913 (ede-dired-add-to-target): Use dolist.
3914
3915 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
3916 Michael Albinus <michael.albinus@gmx.de>
3917
3918 Implement compression for inline methods.
3919
3920 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
3921 (tramp-copy-size-limit): Allow also nil.
3922 (tramp-inline-compress-commands): New defconst.
3923 (tramp-find-inline-compress, tramp-get-inline-compress)
3924 (tramp-get-inline-coding): New defuns.
3925 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
3926 replaced by `tramp-get-inline-coding'.
3927 (tramp-handle-file-local-copy, tramp-handle-write-region)
3928 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
3929
3930 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3931
3932 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
3933 Remove unused functions.
3934
3935 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
3936 Set find-tag-default-function as a variable rather than a property.
3937
3938 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
3939 * progmodes/etags.el (tags-completion-at-point-function):
3940 Remove left over interactive spec. Add autoloading stub.
3941 (complete-tag): Use tags-completion-at-point-function.
3942
3943 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
3944
3945 * minibuffer.el (tags-completion-at-point-function): Fix return value.
3946
3947 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
3948
3949 * ido.el (ido-init-completion-maps): Remove C-v binding.
3950 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
3951
3952 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
3953
3954 * minibuffer.el (tags-completion-at-point-function): New function.
3955 (completion-at-point-functions): Use it.
3956
3957 * cedet/semantic.el (semantic-completion-at-point-function):
3958 New function.
3959 (semantic-mode): Use semantic-completion-at-point-function for
3960 completion-at-point-functions instead.
3961
3962 * progmodes/etags.el (complete-tag): Revert last change.
3963
3964 2010-04-29 Alan Mackenzie <acm@muc.de>
3965
3966 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
3967 off-by-one error (in end of macro position).
3968
3969 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3970
3971 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
3972 firefox is absent. Don't autoload.
3973 (browse-url-galeon-program): Don't autoload.
3974
3975 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
3976
3977 * bindings.el (complete-symbol): Move into minibuffer.el.
3978
3979 * minibuffer.el (complete-tag): Move from etags.el. If tags
3980 completion cannot be performed, return nil instead of signalling
3981 an error.
3982 (completion-at-point): Make it an alias for complete-symbol.
3983 (complete-symbol): Move from bindings.el, and replace with the
3984 body of completion-at-point.
3985
3986 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
3987
3988 * cedet/semantic.el (semantic-mode): When enabled, add
3989 semantic-ia-complete-symbol to completion-at-point-functions.
3990
3991 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
3992 if Semantic is not active.
3993
3994 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
3995
3996 * net/tramp.el (tramp-remote-selinux-p): New defun.
3997 (tramp-handle-file-selinux-context)
3998 (tramp-handle-set-file-selinux-context): Use it.
3999
4000 2010-04-28 Sam Steingold <sds@gnu.org>
4001
4002 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
4003 `safe-local-variable' if the value is a string or a symbol with
4004 the property `bug-reference-url-format'.
4005
4006 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
4007
4008 * progmodes/bug-reference.el (bug-reference-url-format):
4009 Revert 2010-04-27 change due to security risk.
4010
4011 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4012
4013 Make it possible to locally disable a globally enabled mode.
4014 * simple.el (fundamental-mode): Run fundamental-mode-hook.
4015 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
4016 rather than kill-all-local-variables so it runs fundamental-mode-hook.
4017 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4018 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
4019 that subsequent hooks get a chance to disable it.
4020
4021 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
4022
4023 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4024 Avoid re-enabling a minor mode after the user turned the minor mode
4025 off if MODE-enable-in-buffers is run twice (typically once from
4026 fundamental-mode's after-change-major-mode-hook and a second time from
4027 run-mode-hook's own after-change-major-mode-hook).
4028
4029 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
4030
4031 2010-04-27 Sam Steingold <sds@gnu.org>
4032
4033 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
4034 `safe-local-variable' if the value is a string or a function, as
4035 documented and implemented on 2010-04-02.
4036
4037 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
4038
4039 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
4040 when method is 'kill.
4041
4042 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
4043
4044 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
4045 condition in default directory check.
4046 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
4047 Kill ispell process when killing its associated buffer.
4048
4049 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
4050
4051 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
4052 but we aren't using it.
4053
4054 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
4055
4056 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
4057 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
4058
4059 2010-04-24 Glenn Morris <rgm@gnu.org>
4060
4061 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
4062 Ignore VCS-ignore files, and deleted nextstep preferences files.
4063 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
4064 (authors-ambiguous-files): New list.
4065 (authors-valid-file-names): Add some deleted files.
4066 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
4067 (authors-disambiguate-file-name): New function. (Bug#5501)
4068 (authors-canonical-file-name): Doc fix.
4069 Don't warn about obsolete files.
4070 (authors-canonical-file-name, authors-scan-el):
4071 Use authors-disambiguate-file-name.
4072
4073 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
4074 Add autoload cookies.
4075 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
4076 (generated-autoload-file): Set file-local value to "htmlfontify.el".
4077 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
4078 They have definitions / compiler macros in cl.el.
4079 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
4080 Replace manual autoloads with generated ones.
4081 (htmlfontify-unload-rgb-file): Remove autoload.
4082 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
4083
4084 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4085
4086 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
4087 (byte-compile-setq-default): Optimize for the
4088 single-var case and don't call byte-compile-form in this case to avoid
4089 inf-loop with byte-compile-set-default.
4090
4091 * progmodes/compile.el (compilation-start): Abbreviate default directory.
4092
4093 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
4094
4095 Implement SELINUX backends.
4096
4097 * net/tramp.el (tramp-file-name-handler-alist):
4098 Add `file-selinux-context' and `set-file-selinux-context'.
4099 (tramp-handle-file-selinux-context)
4100 (tramp-handle-set-file-selinux-context): New defuns.
4101 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
4102 Handle PRESERVE-SELINUX-CONTEXT.
4103
4104 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4105 Add `file-selinux-context' and `set-file-selinux-context'.
4106 (tramp-gvfs-handle-file-selinux-context)
4107 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
4108 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
4109
4110 * net/ange-ftp.el (ange-ftp-copy-file):
4111 * net/tramp-fish.el (tramp-fish-handle-copy-file):
4112 * net/tramp-imap.el (tramp-imap-handle-copy-file):
4113 * net/tramp-smb.el (tramp-smb-handle-copy-file):
4114 Add PRESERVE-SELINUX-CONTEXT.
4115
4116 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
4117
4118 Synchronize with Tramp repository.
4119
4120 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
4121 (tramp-action-process-alive, tramp-action-out-of-band)
4122 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
4123 (tramp-exists-file-name-handler): Fix docstring.
4124 (with-progress-reporter): New defmacro.
4125 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
4126 (tramp-maybe-open-connection): Use it.
4127
4128 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
4129
4130 Detect ssh 'ControlMaster' argument automatically in some cases.
4131
4132 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
4133 (tramp-default-method): Use it.
4134
4135 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
4136
4137 * net/tramp.el (tramp-handle-copy-file): Add new optional
4138 parameter `preserve-selinux-context'.
4139 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
4140
4141 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
4142
4143 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
4144 Ensure, that non remote files are still checked. Oops.
4145
4146 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
4147
4148 Fix Bug#5840.
4149
4150 * icomplete.el (icomplete-completions): Use `non-essential'.
4151
4152 * net/tramp.el (tramp-connectable-p): New defun.
4153 (tramp-handle-expand-file-name)
4154 (tramp-completion-handle-file-name-all-completions)
4155 (tramp-completion-handle-file-name-completion): Use it.
4156
4157 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4158
4159 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
4160
4161 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
4162
4163 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
4164
4165 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
4166
4167 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
4168 is present.
4169
4170 * info.el (info-tool-bar-map): Add labels.
4171
4172 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
4173
4174 * cus-edit.el (custom-commands): Add labels for tool bar.
4175 (custom-buffer-create-internal, Custom-mode): Adjust for
4176 labels in custom-commands.
4177
4178 * dynamic-setting.el: Renamed from font-setting.el.
4179
4180 2010-04-21 John Wiegley <jwiegley@gmail.com>
4181
4182 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
4183 toggles the use of virtual buffers.
4184 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
4185 (ido-toggle-virtual-buffers): New function.
4186
4187 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
4188
4189 Use `define-derived-mode'; fix window selection; doc fixes.
4190 * play/tetris.el (tetris, tetris-update-speed-function)
4191 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
4192 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
4193 (tetris-rotate-next, tetris-end-game, tetris-start-game)
4194 (tetris-pause-game): Fix typos in docstrings.
4195 (tetris-mode-map, tetris-null-map):
4196 Move initialization into declaration.
4197 (tetris-mode): Define with `define-derived-mode';
4198 set show-trailing-whitespace to nil.
4199 (tetris): Prefer window already displaying the "*Tetris*" buffer.
4200
4201 2010-04-21 Karel Klíč <kklic@redhat.com>
4202
4203 * files.el (backup-buffer): Handle SELinux context, and return it
4204 if a backup was made by renaming.
4205 (backup-buffer-copy): Set SELinux context to the target file.
4206 (basic-save-buffer): Set SELinux context of the newly written file.
4207 (basic-save-buffer-1): Now it also returns any SELinux context.
4208 (basic-save-buffer-2): Set SELinux context of the newly created file,
4209 and return it.
4210 * net/tramp.el (tramp-file-name-for-operation):
4211 Add file-selinux-context.
4212
4213 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4214
4215 Make the log-edit comments use RFC822 format throughout.
4216
4217 * vc.el (vc-checkin, vc-modify-change-comment):
4218 Adjust to new vc-start/finish-logentry.
4219 (vc-find-conflicted-file): New command.
4220 (vc-transfer-file): Adjust to new vc-checkin.
4221 (vc-next-action): Improve scoping.
4222
4223 * vc-hg.el (vc-hg-log-edit-mode): Remove.
4224 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
4225
4226 * vc-git.el (vc-git-log-edit-mode): Remove.
4227 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
4228 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
4229
4230 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
4231 (vc-start-logentry): Remove argument `extra'.
4232 (vc-finish-logentry): Remove extra args.
4233
4234 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
4235 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
4236 (vc-bzr-conflicted-files): New function.
4237
4238 * log-edit.el (log-edit-extra-flags)
4239 (log-edit-before-checkin-process): Remove.
4240 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
4241 (log-edit-headers-alist): New var.
4242 (log-edit-header-contents-regexp): New const.
4243 (log-edit-match-to-eoh): New function.
4244 (log-edit-font-lock-keywords): Use them.
4245 (log-edit): Insert a "Summary:" header as default.
4246 (log-edit-mode): Mark font-lock rules as case-insensitive.
4247 (log-edit-done): Cleanup headers.
4248 (log-view-process-buffer): Remove.
4249 (log-edit-extract-headers): New function to replace it.
4250
4251 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
4252
4253 * subr.el (default-direction-reversed): Remove obsolescence info.
4254
4255 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4256
4257 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
4258 windows/frames.
4259
4260 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
4261 I.e. include text after point in the completion region.
4262 Also, return nil when we're not after/in a symbol.
4263
4264 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
4265 default enable-multibyte-characters.
4266
4267 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4268
4269 * international/mule.el: Help the user choose a valid coding-system.
4270 (read-buffer-file-coding-system): New function.
4271 (set-buffer-file-coding-system): Use it. Prompt the user if the
4272 coding-system cannot encode all the chars.
4273
4274 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
4275 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
4276 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
4277 Don't use *vc-bzr-shelve*.
4278
4279 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
4280
4281 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
4282 Don't destroy list before using it.
4283
4284 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
4285
4286 Fix the version number for added files.
4287 * vc-hg.el (vc-hg-working-revision): Check if the file is
4288 registered after hg parent fails (Bug#5961).
4289
4290 2010-04-19 Glenn Morris <rgm@gnu.org>
4291
4292 * htmlfontify.el (htmlfontify-buffer)
4293 (htmlfontify-copy-and-link-dir): Autoload entry points.
4294
4295 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
4296
4297 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
4298 name relative to the project root (Bug#5960).
4299
4300 2010-04-19 Glenn Morris <rgm@gnu.org>
4301
4302 * vc-git.el (vc-git-print-log): Doc fix.
4303
4304 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
4305
4306 * ido.el (ido-file-internal): Fix 2009-12-02 change.
4307
4308 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
4309
4310 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
4311 default settings (Bug#5928).
4312
4313 2010-04-19 Glenn Morris <rgm@gnu.org>
4314
4315 * progmodes/fortran.el (fortran-match-and-skip-declaration):
4316 New function.
4317 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
4318
4319 2010-04-19 Kenichi Handa <handa@m17n.org>
4320
4321 * language/indian.el (malayalam-composable-pattern): Fix previous
4322 change (add U+0D4D "SIGN VIRAMA").
4323 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
4324 (tamil-composable-pattern): Fix typo in the regexp.
4325 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
4326 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
4327 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
4328
4329 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
4330
4331 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
4332 paragraph-separate (Bug#5821).
4333
4334 2010-04-19 Juri Linkov <juri@jurta.org>
4335
4336 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
4337
4338 * info.el (Info-find-node-2): Comment out code that skips
4339 breadcrumbs line.
4340 (Info-mouse-follow-link): New command.
4341 (Info-link-keymap): New keymap.
4342 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
4343 Return a string with links instead of inserting breadcrumbs
4344 to the Info buffer.
4345 (Info-fontify-node): Comment out code that inserts breadcrumbs.
4346 Instead of putting the `invisible' text property over the Info
4347 header, make an overlay over the Info header with the `invisible'
4348 property and `after-string' set to the string returned by
4349 `Info-breadcrumbs'.
4350
4351 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
4352
4353 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
4354 Reported by monkey@sandpframing.com.
4355
4356 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4357
4358 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
4359 (tmm-get-keymap): Add key-binding shortcuts now that they're not
4360 available in the "keyseq cache" any more.
4361
4362 * custom.el (defcustom): Add edebug spec.
4363
4364 2010-04-18 Juri Linkov <juri@jurta.org>
4365
4366 Test for special mode-class in view-buffer instead of view-file (bug#5513).
4367
4368 * view.el (view-file, view-buffer): Move test for special mode-class
4369 from view-file to view-buffer.
4370
4371 * tar-mode.el (tar-extract): Turn if's into one cond
4372 like in arc-mode.el.
4373
4374 2010-04-18 Juri Linkov <juri@jurta.org>
4375
4376 Add 7z archive format support (bug#5475).
4377
4378 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
4379 (archive-7z-extract): New defcustom.
4380 (archive-find-type): Add magic string for 7z.
4381 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
4382 If `stderr-file' is non-nil, use `(t stderr-file)' for the
4383 `buffer' arg of `call-process'.
4384 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
4385 call the function `archive-7z-extract' with the variable
4386 `archive-7z-extract' let-bound to `archive-zip-extract'.
4387 (archive-7z-summarize, archive-7z-extract): New functions.
4388
4389 * international/mule.el (auto-coding-alist):
4390 * files.el (auto-mode-alist): Add 7z file extension.
4391
4392 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4393
4394 * loadup.el: Setup hash-cons for pure data.
4395
4396 Fix duplicate entries in cedet's loaddefs.el files.
4397 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
4398 Should make most file-local generated-autoload-file unnecessary.
4399 (print-readably): Silence warnings.
4400 (autoload-find-destination): Take load-name as an arg to make sure
4401 it's the same as the one that will be in the file.
4402 (autoload-generate-file-autoloads): Adjust to above changes.
4403 Try to make the dataflow a bit simpler.
4404
4405 * cvs-status.el (cvs-refontify): Remove unused.
4406
4407 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
4408
4409 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
4410
4411 * calc-bin.el (calc-radix): Have the "O" option turn on
4412 twos-complement mode.
4413
4414 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
4415
4416 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
4417 Add `calc-option-prefix-help' to calc-help autoloads.
4418 (calc-inverse): Add "Option" to message, as appropriate.
4419 (calc-hyperbolic): Add "Option" to message, as appropriate.
4420 (calc-option, calc-is-option): New functions.
4421
4422 * calc-help.el (calc-full-help): Add `calc-option-help'.
4423 (calc-option-prefix-help): New function.
4424
4425 * calc-misc.el (calc-help): Add "Option" entry.
4426
4427 * calc.el (calc-local-var-list): Add `calc-option-flag'.
4428 (calc-option-flag): New variable.
4429 (calc-do): Set `calc-option-flag to nil.
4430 (calc-set-mode-line): Add "Opt " as appropriate.
4431
4432 2010-04-16 Juri Linkov <juri@jurta.org>
4433
4434 Move scrolling commands from simple.el to window.el
4435 because their primitives are implemented in window.c.
4436
4437 * simple.el (scroll-error-top-bottom)
4438 (scroll-up-command, scroll-down-command, scroll-up-line)
4439 (scroll-down-line, scroll-other-window-down)
4440 (beginning-of-buffer-other-window, end-of-buffer-other-window):
4441 * window.el (scroll-error-top-bottom)
4442 (scroll-up-command, scroll-down-command, scroll-up-line)
4443 (scroll-down-line, scroll-other-window-down)
4444 (beginning-of-buffer-other-window, end-of-buffer-other-window):
4445 Move from simple.el to window.el because their primitives are
4446 implemented in window.c.
4447
4448 2010-04-16 Juri Linkov <juri@jurta.org>
4449
4450 * isearch.el (isearch-lookup-scroll-key): Check both
4451 `isearch-scroll' and `scroll-command' properties.
4452 (scroll-up, scroll-down): Remove `isearch-scroll' property.
4453
4454 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
4455
4456 * simple.el (scroll-up-command, scroll-down-command)
4457 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
4458
4459 2010-04-15 Juri Linkov <juri@jurta.org>
4460
4461 * simple.el (scroll-up-command, scroll-down-command)
4462 (scroll-up-line, scroll-down-line): Put `scroll-command'
4463 property on the these symbols. Remove them from
4464 `scroll-preserve-screen-position-commands'.
4465
4466 * mwheel.el (mwheel-scroll): Put `scroll-command' and
4467 `isearch-scroll' properties on the `mwheel-scroll' symbol.
4468 Remove it from `scroll-preserve-screen-position-commands'.
4469
4470 * isearch.el (isearch-allow-scroll): Doc fix.
4471
4472 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
4473
4474 * net/tramp.el (tramp-error-with-buffer): Don't show the
4475 connection buffer when we are in completion mode.
4476 (tramp-file-name-handler): Catch the error for some operations
4477 when we are in completion mode. This gives the user the chance to
4478 correct the file name in the minibuffer.
4479
4480 2010-04-15 Glenn Morris <rgm@gnu.org>
4481
4482 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
4483
4484 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
4485
4486 Simplify by using `define-derived-mode'.
4487 * info.el (Info-mode):
4488 * calendar/todo-mode.el (todo-mode):
4489 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
4490 (gomoku-mode-map): Move initialization into declaration.
4491
4492 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
4493
4494 Fix Bug#5840.
4495 * ido.el (ido-file-name-all-completions-1):
4496 * minibuffer.el (minibuffer-completion-help):
4497 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
4498
4499 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4500
4501 * simple.el (non-essential): New var.
4502
4503 Add a new field `location' to bookmarks for non-file bookmarks.
4504 * bookmark.el (bookmark-location): Use the new field, if present.
4505 (bookmark-insert-location): Undo last change, not needed any more.
4506 * man.el (Man-bookmark-make-record):
4507 * woman.el (woman-bookmark-make-record): Add `location' field.
4508
4509 2010-04-14 Juri Linkov <juri@jurta.org>
4510
4511 * simple.el (scroll-error-top-bottom): New defcustom.
4512 (scroll-up-command, scroll-down-command): Use it. Doc fix.
4513
4514 * emulation/pc-select.el (pc-select-override-scroll-error):
4515 Obsolete in favor of `scroll-error-top-bottom'.
4516
4517 2010-04-14 Juri Linkov <juri@jurta.org>
4518
4519 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
4520 `scroll-up-command' and `M-v' to `scroll-down-command'.
4521
4522 * emulation/cua-rect.el (cua--init-rectangles):
4523 * forms.el (forms--change-commands):
4524 * image-mode.el (image-mode-map):
4525 Remap scroll-down-command and scroll-up-command
4526 in addition to scroll-down and scroll-up.
4527
4528 2010-04-14 Juri Linkov <juri@jurta.org>
4529
4530 * mwheel.el (scroll-preserve-screen-position-commands):
4531 Add mwheel-scroll to this list of commands.
4532
4533 * simple.el (scroll-preserve-screen-position-commands):
4534 Add scroll-up-command, scroll-down-command, scroll-up-line,
4535 scroll-down-line to this list of commands.
4536
4537 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4538
4539 * obsolete/complete.el: Move from lisp/complete.el.
4540
4541 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
4542
4543 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
4544 to the minor mode function now turns the mode ON unconditionally.
4545
4546 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4547
4548 * vc-dir.el (vc-dir-kill-line): New command.
4549 (vc-dir-mode-map): Bind it to C-k.
4550
4551 * bookmark.el (bookmark-insert-location): Handle a nil filename.
4552
4553 * woman.el: Add bookmark declarations to silence the compiler.
4554 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
4555 step to compatibility between man and woman bookmarks.
4556 Adjust for Man-default-bookmark-title renaming.
4557 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
4558
4559 * man.el: Add bookmark declarations to silence the compiler.
4560 (Man-name-local-regexp): Make it match NAME as well.
4561 (Man-getpage-in-background): Return the buffer.
4562 (Man-notify-when-ready): Use `case'.
4563 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
4564 Don't hardcode "NAME". Simplify.
4565 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
4566 Rename from Man-bookmark-make-record.
4567 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
4568 we have the actual man-args. Use Man-getpage-in-background rather
4569 than `man' since the arg is already processed. Let bookmark.el do the
4570 window handling. Only wait for the relevant process.
4571 Don't forget to autoload.
4572
4573 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
4574
4575 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4576
4577 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
4578 New functions.
4579 (woman-mode): Setup bookmark support.
4580
4581 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
4582 (man-bookmark-jump): New functions.
4583 (Man-mode): Setup bookmark support.
4584
4585 2010-04-10 Jari Aalto <jari.aalto@cante.net>
4586
4587 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
4588 recognize ssh-keygen prompt (Bug#2817).
4589
4590 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
4591
4592 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
4593
4594 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
4595
4596 Synchronize with Tramp repository.
4597
4598 * net/tramp.el (tramp-completion-function-alist)
4599 (tramp-file-name-regexp, tramp-chunksize)
4600 (tramp-local-coding-commands, tramp-remote-coding-commands):
4601 Fix docstring.
4602 (tramp-remote-process-environment): Use `format' instead of `concat'.
4603 (tramp-handle-directory-files-and-attributes)
4604 (tramp-get-remote-path): Use `copy-tree'.
4605 (tramp-handle-file-name-all-completions): Backward/ XEmacs
4606 compatibility: Use `completion-ignore-case' if
4607 `read-file-name-completion-ignore-case' does not exist.
4608 (tramp-do-copy-or-rename-file-directly): Do not use
4609 `tramp-handle-file-remote-p'.
4610 (tramp-do-copy-or-rename-file-out-of-band):
4611 Use `tramp-compat-delete-directory'.
4612 (tramp-do-copy-or-rename-file-out-of-band)
4613 (tramp-compute-multi-hops, tramp-maybe-open-connection):
4614 Use `format-spec-make'.
4615 (tramp-find-foreign-file-name-handler)
4616 (tramp-advice-make-auto-save-file-name)
4617 (tramp-set-auto-save-file-modes): Remove superfluous check for
4618 `stringp'. This is done inside `tramp-tramp-file-p'.
4619 (tramp-debug-outline-regexp): New defconst.
4620 (tramp-get-debug-buffer): Use it.
4621 (tramp-check-for-regexp): Use (forward-line 1).
4622 (tramp-set-auto-save-file-modes): Adapt version check.
4623
4624 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
4625 Wrap call of `featurep' for 2nd argument.
4626 (tramp-compat-make-temp-file): Simplify fallback implementation.
4627 (tramp-compat-copy-tree): Remove function.
4628 (tramp-compat-delete-directory): Provide implementation for older
4629 Emacsen.
4630
4631 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
4632 Do not use `tramp-fish-handle-file-attributes.
4633
4634 * net/trampver.el: Update release number.
4635
4636 2010-04-10 Glenn Morris <rgm@gnu.org>
4637
4638 * progmodes/compile.el (compilation-save-buffers-predicate):
4639 Add missing :version tag.
4640
4641 2010-04-09 Sam Steingold <sds@gnu.org>
4642
4643 * progmodes/compile.el (compilation-save-buffers-predicate):
4644 Remove the "autoload" cookie.
4645
4646 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
4647 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
4648 and `bug-reference-prog-mode' can be used in hooks directly.
4649
4650 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
4651
4652 Add --author support to git commit.
4653 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
4654 (vc-git-log-edit-mode): New minor mode.
4655 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
4656 New declarations.
4657
4658 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
4659
4660 * vc-hooks.el, vc-git.el: Improve documentation comments.
4661
4662 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4663
4664 Fix some of the problems in defsubst* (bug#5728).
4665 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
4666 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
4667
4668 2010-04-07 Sam Steingold <sds@gnu.org>
4669
4670 * progmodes/compile.el (compilation-save-buffers-predicate):
4671 New custom variable.
4672 (compile, recompile): Pass it to `save-some-buffers'.
4673
4674 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
4675
4676 * wid-edit.el (widget-choose): Move cursor to the second line of
4677 the buffer (Bug#5695).
4678
4679 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
4680
4681 Add new VC methods: vc-log-incoming and vc-log-outgoing.
4682 * vc.el (vc-print-log-setup-buttons): New function split out from
4683 vc-print-log-internal.
4684 (vc-log-internal-common): New function, a parametrized version of
4685 vc-print-log-internal.
4686 (vc-print-log-internal): Just call vc-log-internal-common with the
4687 right arguments.
4688 (vc-incoming-outgoing-internal):
4689 (vc-log-incoming, vc-log-outgoing): New functions.
4690 (vc-log-view-type): New permanent local variable.
4691
4692 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
4693
4694 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
4695 of the dynamic bound vc-short-log.
4696 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
4697
4698 * vc-git.el (vc-git-log-outgoing): New function.
4699 (vc-git-log-view-mode): Use vc-log-view-type instead
4700 of the dynamic bound vc-short-log.
4701
4702 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
4703 of the dynamic bound vc-short-log. Highlight the tag.
4704 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
4705 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
4706 (vc-hg-incoming-mode): Remove.
4707 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
4708
4709 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
4710
4711 Fix default-directory for vc-root-diff.
4712 * vc.el (vc-root-diff): Bind default-directory to the root
4713 directory for the diff command.
4714
4715 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
4716
4717 * progmodes/verilog-mode.el (verilog-forward-sexp):
4718 (verilog-calc-1): Support "disable fork" and "fork wait" multi
4719 word keywords, suggested by Steve Pearlmutter.
4720 (verilog-pretty-declarations): Support lineup of declarations in
4721 port lists.
4722 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
4723 fix bug for /* / comments.
4724 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
4725 Speed up and simplfy as this is never called with a bound.
4726 (verilog-pretty-declarations): Enhance to line up declarations
4727 inside a parameter list, suggested by Alan Morgan.
4728 (verilog-pretty-expr): Tune assignment regular expression match
4729 string for corner cases; also use markers instead of character
4730 number as indent changes the later.
4731
4732 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
4733
4734 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
4735 as missing keyword.
4736 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
4737 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
4738 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
4739 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
4740 Tennant.
4741 (verilog-keywords):
4742 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
4743 1800-2009 keywords, including "global.".
4744
4745 2010-04-06 John Wiegley <jwiegley@gmail.com>
4746
4747 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
4748 appearing in buffer list (if a live buffer name matched a recentf
4749 file basename). Should use uniquify to offer a real solution.
4750
4751 2010-04-06 John Wiegley <jwiegley@gmail.com>
4752
4753 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
4754 comment to code, and add a :version tag.
4755 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
4756
4757 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
4758
4759 Enable recentf-mode if using virtual buffers.
4760 * ido.el (recentf-list): Declare for byte-compiler.
4761 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
4762 (ido-make-buffer-list): Simplify.
4763 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
4764
4765 2010-04-05 Juri Linkov <juri@jurta.org>
4766
4767 Scrolling commands which scroll a line instead of full screen.
4768 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
4769
4770 * simple.el (scroll-up-line, scroll-down-line): New commands.
4771 Put property isearch-scroll=t on them.
4772
4773 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
4774 Remove commands.
4775
4776 2010-04-05 Juri Linkov <juri@jurta.org>
4777
4778 Scrolling commands which do not signal errors at top/bottom.
4779 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
4780
4781 * simple.el (scroll-up-command, scroll-down-command): New commands.
4782 Put property isearch-scroll=t on them.
4783
4784 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
4785 `scroll-down-command' and [next] from `scroll-up' to
4786 `scroll-up-command'.
4787
4788 * emulation/cua-base.el: Put property CUA=move on
4789 `scroll-up-command' and `scroll-down-command'.
4790 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
4791 and `scroll-down-command' to `cua-scroll-down'.
4792
4793 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
4794
4795 * help.el (describe-mode): Return nil.
4796
4797 2010-04-04 John Wiegley <jwiegley@gmail.com>
4798
4799 * ido.el (ido-use-virtual-buffers): New variable to indicate
4800 whether "virtual buffer" support is enabled for IDO.
4801 (ido-virtual): Face used to indicate virtual buffers in the list.
4802 (ido-buffer-internal): If a buffer is chosen, and no such buffer
4803 exists, but a virtual buffer of that name does (which would be why
4804 it was in the list), recreate the buffer by reopening the file.
4805 (ido-make-buffer-list): If virtual buffers are being used, call
4806 `ido-add-virtual-buffers-to-list' before the make list hook.
4807 (ido-virtual-buffers): New variable which contains a copy of the
4808 current contents of the `recentf-list', albeit pared down for the
4809 sake of speed, and with proper faces applied.
4810 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
4811 create a list of "virtual buffers" to present to the user in
4812 addition to the currently open set. Note that this logic could
4813 get rather slow if that list is too large. With the default
4814 `recentf-max-saved-items' of 200, there is little speed penalty.
4815
4816 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4817
4818 * font-lock.el: Require CL when compiling.
4819 (font-lock-turn-on-thing-lock): Use `case'.
4820
4821 2010-04-03 Eli Zaretskii <eliz@gnu.org>
4822
4823 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
4824 Zaretskii.
4825
4826 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
4827
4828 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
4829 (semantic-create-imenu-directory-index): Fix typos in docstrings.
4830 (semantic-imenu-goto-function): Reflow docstring.
4831
4832 2010-04-02 Juri Linkov <juri@jurta.org>
4833
4834 * ehelp.el (electric-help-orig-major-mode):
4835 New buffer-local variable.
4836 (electric-help-mode): Set it to original major-mode. Doc fix.
4837 (with-electric-help): Use `electric-help-orig-major-mode' instead
4838 of (default-value 'major-mode). Doc fix.
4839 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
4840
4841 2010-04-02 Sam Steingold <sds@gnu.org>
4842
4843 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
4844 `vc-hg-command' with a list of flags.
4845
4846 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4847 Also accept "patch" and "RFE".
4848 (bug-reference-fontify): `bug-reference-url-format' can also be a
4849 function to be able to handle the bug kind.
4850 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
4851
4852 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
4853
4854 * tmm.el (tmm-get-keymap): Check with symbolp before passing
4855 value to fboundp, it may not be a symbol.
4856
4857 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4858
4859 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
4860
4861 2010-03-31 Juri Linkov <juri@jurta.org>
4862
4863 * simple.el (next-line, previous-line): Re-throw a signal
4864 with `signal' instead of using `ding'.
4865 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
4866
4867 2010-03-31 Juri Linkov <juri@jurta.org>
4868
4869 * simple.el (keyboard-escape-quit): Raise deselecting the active
4870 region higher than exiting the minibuffer.
4871 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
4872
4873 2010-03-31 Juri Linkov <juri@jurta.org>
4874
4875 * image.el (image-animated-p): Use `image-metadata' instead of
4876 `image-extension-data'. Get GIF extenstion data from metadata
4877 property `extension-data'.
4878
4879 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4880
4881 * simple.el (append-to-buffer): Simplify.
4882
4883 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
4884
4885 * textmodes/artist.el (artist-mode): Fix typo in docstring.
4886 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
4887
4888 2010-03-31 Kenichi Handa <handa@m17n.org>
4889
4890 * language/sinhala.el (composition-function-table): Fix regexp for
4891 the new Unicode specification.
4892
4893 * language/indian.el (devanagari-composable-pattern)
4894 (tamil-composable-pattern, kannada-composable-pattern)
4895 (malayalam-composable-pattern): Adjust for the new Unicode
4896 specification.
4897 (bengali-composable-pattern, gurmukhi-composable-pattern)
4898 (gujarati-composable-pattern, oriya-composable-pattern)
4899 (telugu-composable-pattern): New variables to cope with the new
4900 Unicode specification. Use them in composition-function-table.
4901
4902 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4903
4904 Make tmm-menubar work for the Buffers menu again (bug#5726).
4905 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
4906 vectors rather than cons cells, as used in menu-bar-update-buffers.
4907
4908 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4909
4910 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
4911 (js-insert-and-indent): Revert 2009-08-15 change, restoring
4912 electric punctuation for "{}();,:" (Bug#5586).
4913
4914 * mail/sendmail.el (mail-default-directory): Doc fix.
4915
4916 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4917
4918 * mail/sendmail.el (mail-default-directory): Doc fix.
4919
4920 2010-03-31 Eli Zaretskii <eliz@gnu.org>
4921
4922 * subr.el (version-regexp-alist, version-to-list)
4923 (version-list-<, version-list-=, version-list-<=)
4924 (version-list-not-zero, version<, version<=, version=): Doc fix.
4925 (Bug#5744).
4926
4927 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
4928
4929 * vc.el (vc-root-diff): Doc fix.
4930
4931 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4932
4933 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
4934
4935 * simple.el (append-to-buffer): Fix last change.
4936
4937 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4938
4939 * simple.el (append-to-buffer): Ensure that point is preserved if
4940 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
4941 (Bug#5749)
4942
4943 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4944
4945 * files.el (auto-mode-case-fold): Change default to t.
4946
4947 2010-03-30 Juri Linkov <juri@jurta.org>
4948
4949 * dired-x.el (dired-omit-mode): Doc fix.
4950
4951 2010-03-30 Juri Linkov <juri@jurta.org>
4952
4953 * replace.el (occur-accumulate-lines): Move occur-engine related
4954 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
4955 to be located after `occur-engine'.
4956
4957 2010-03-30 Juri Linkov <juri@jurta.org>
4958
4959 Make occur handle multi-line matches cleanly with context.
4960 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
4961
4962 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
4963 (occur-engine): Add local variables `ret', `prev-after-lines',
4964 `prev-lines'. Use more arguments for `occur-context-lines'.
4965 Set first elem of its returned list to `data', and the second elem
4966 to `prev-after-lines'. Don't print the separator line.
4967 In the end, print remaining context after-lines.
4968 (occur-context-lines): Add new arguments `begpt', `endpt',
4969 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
4970 after-lines of the previous match with before-lines of the
4971 current match and not overlap them. Return a list with two
4972 values: the output line and the list of context after-lines.
4973
4974 2010-03-30 Juri Linkov <juri@jurta.org>
4975
4976 * replace.el (occur-accumulate-lines): Fix a bug where the first
4977 context line at the beginning of the buffer was missing.
4978
4979 2010-03-30 Eli Zaretskii <eliz@gnu.org>
4980
4981 * files.el: Make bidi-display-reordering safe variable for boolean
4982 values.
4983
4984 2010-03-29 Phil Hagelberg <phil@evri.com>
4985 Chong Yidong <cyd@stupidchicken.com>
4986
4987 * subr.el: Extend progress reporters to perform "spinning".
4988 (progress-reporter-update, progress-reporter-do-update):
4989 Handle non-numeric value arguments.
4990 (progress-reporter--pulse-characters): New var.
4991
4992 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
4993
4994 * progmodes/compile.el (compilation-start): Fix regexp detection
4995 of initial cd command (Bug#5771).
4996
4997 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
4998
4999 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
5000
5001 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
5002
5003 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
5004 * lisp/progmodes/gdb-mi.el: Restore.
5005 * lisp/progmodes/gdb-ui.el: Remove.
5006 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
5007
5008 2010-03-25 Glenn Morris <rgm@gnu.org>
5009
5010 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
5011 all dired buffers, even tramp ones. (Bug#5755)
5012
5013 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5014
5015 Add "union tags" in mpc.el.
5016 * mpc.el: Remove backward compatibility code.
5017 (mpc-browser-tags): Change default.
5018 (mpc--find-memoize-union-tags): New var.
5019 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
5020 (mpc-cmd-find): Handle the case where the playlist does not exist.
5021 Handle union-tags.
5022 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
5023 (mpc-cmd-add): Use mpc-cmd-flush.
5024 (mpc-tagbrowser-tag-name): New fun.
5025 (mpc-tagbrowser-buf): Use it.
5026 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
5027
5028 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5029
5030 Misc cleanup.
5031 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
5032 Use replace-regexp-in-string.
5033 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
5034 (makefile-imake-mode-syntax-table): Move init into defvar.
5035 (makefile-mode): Use define-derived-mode.
5036
5037 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
5038 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
5039 not be present any more.
5040
5041 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
5042
5043 * faces.el (set-face-attribute): Fix typo in docstring.
5044 (face-valid-attribute-values): Reflow docstring.
5045
5046 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
5047
5048 2010-03-24 Glenn Morris <rgm@gnu.org>
5049
5050 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
5051
5052 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
5053
5054 * indent.el (indent-for-tab-command): Doc fix.
5055
5056 2010-03-24 Alan Mackenzie <acm@muc.de>
5057
5058 * progmodes/cc-engine.el (c-remove-stale-state-cache):
5059 Fix off-by-one error. Fixes bug #5747.
5060
5061 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
5062
5063 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
5064 (image-dired-read-comment): Doc fix.
5065
5066 * json.el (json-object-type, json-array-type, json-key-type)
5067 (json-false, json-null, json-read-number):
5068 * minibuffer.el (completion-in-region-functions):
5069 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
5070 (cal-tex-cursor-week):
5071 * emacs-lisp/trace.el (trace-function):
5072 * eshell/em-basic.el (eshell/printnl):
5073 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
5074 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
5075 * obsolete/levents.el (allocate-event, event-key, event-object)
5076 (event-point, event-process, event-timestamp, event-to-character)
5077 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
5078 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
5079 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
5080 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
5081 (reftex-highlight-selection): Fix typos in docstrings.
5082
5083 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
5084
5085 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
5086
5087 2010-03-24 Glenn Morris <rgm@gnu.org>
5088
5089 * mail/rmail.el (rmail-highlight-face): Restore option deleted
5090 2008-02-13 without comment; mark it obsolete.
5091 (rmail-highlight-headers): Use rmail-highlight-face once more.
5092
5093 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
5094
5095 * woman.el (woman2-process-escapes): Only consume the newline if
5096 the filler character is on a line by itself (Bug#5729).
5097
5098 2010-03-24 Kenichi Handa <handa@m17n.org>
5099
5100 * language/indian.el (devanagari-composable-pattern): Add more
5101 consonants.
5102
5103 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
5104
5105 * net/trampver.el: Update release number.
5106
5107 2010-03-24 Glenn Morris <rgm@gnu.org>
5108
5109 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
5110
5111 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
5112
5113 * net/tramp.el (tramp-find-executable):
5114 Use `tramp-get-connection-buffer'. Make the regexp for checking
5115 output of "wc -l" more robust.
5116 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
5117 (tramp-open-connection-setup-interactive-shell): Remove workaround
5118 for OpenSolaris bug, it is not needed anymore.
5119
5120 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
5121
5122 * cedet/semantic/imenu.el: New file, from the CEDET repository
5123 (Bug#5412).
5124
5125 2010-03-24 Glenn Morris <rgm@gnu.org>
5126
5127 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
5128
5129 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5130
5131 * files.el (auto-mode-alist): Accept more verilog file patterns.
5132
5133 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5134
5135 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
5136
5137 2010-03-24 Glenn Morris <rgm@gnu.org>
5138
5139 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
5140 log-edit-before-checkin-process.
5141
5142 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
5143
5144 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
5145
5146 * vc-dispatcher.el (vc-start-logentry): Doc fix.
5147 (log-view-process-buffer, log-edit-extra-flags): Declare.
5148
5149 * log-edit.el (log-edit-before-checkin-process): Doc fix.
5150
5151 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
5152 Consistently check ede-object is bound throughout.
5153
5154 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
5155
5156 2010-03-23 Sam Steingold <sds@gnu.org>
5157
5158 Fix bug#5620: recalculate all markers on compilation buffer
5159 modifications, not on file modifications.
5160 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
5161 the buffer modification time, for buffers not associated with files.
5162 (compilation-mode): Create it.
5163 (compilation-filter): Update it.
5164 (compilation-next-error-function): Use it instead of
5165 `visited-file-modtime' for timestamp.
5166
5167 2010-03-23 Juri Linkov <juri@jurta.org>
5168
5169 Implement Occur multi-line matches.
5170 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
5171
5172 * replace.el (occur): Doc fix.
5173 (occur-engine): Set `begpt' to the beginning of the first line.
5174 Set `endpt' to the end of the last match line. At first, count
5175 line numbers between `origpt' and `begpt'. Split out code from
5176 `out-line' variable to new let-bindings `match-prefix' and
5177 `match-str'. In `out-line' add non-numeric prefix to all
5178 non-first lines of multi-line matches. Finally, count lines
5179 between `begpt' and `endpt' and add to `lines'.
5180
5181 2010-03-23 Juri Linkov <juri@jurta.org>
5182
5183 * replace.el (occur-accumulate-lines, occur-engine):
5184 Use `occur-engine-line' instead of duplicate code.
5185 (occur-engine-line): New function created from duplicate code
5186 in `occur-accumulate-lines' and `occur-engine'.
5187
5188 * replace.el (occur-engine-line): Add optional arg `keep-props'.
5189 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
5190
5191 2010-03-23 Juri Linkov <juri@jurta.org>
5192
5193 * finder.el: Remove TODO tasks.
5194
5195 * info.el (Info-finder-find-node): Add node "all"
5196 with all package info. Handle a list of multiple keywords
5197 separated by comma.
5198 (info-finder): In interactive use with a prefix argument,
5199 use `completing-read-multiple' to read a list of keywords
5200 separated by comma.
5201
5202 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5203
5204 Add a new completion style `substring'.
5205 * minibuffer.el (completion-basic--pattern): New function.
5206 (completion-basic-try-completion, completion-basic-all-completions):
5207 Use it.
5208 (completion-substring--all-completions)
5209 (completion-substring-try-completion)
5210 (completion-substring-all-completions): New functions.
5211 (completion-styles-alist): New style `substring'.
5212
5213 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5214
5215 Get rid of .elc files after removal of the corresponding .el.
5216 * Makefile.in (compile-clean): New target.
5217 (compile-main): Use it.
5218
5219 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
5220
5221 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
5222 don't do make there. When compiling with separate object dir, there
5223 is no Makefile there.
5224
5225 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5226
5227 Get rid of the ELCFILES abomination, again.
5228 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
5229 (all, compile): Don't call compile-last.
5230 (compile-main): Build the "elcfiles" list dynamically.
5231 (compile-targets): New (internal) target.
5232
5233 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
5234
5235 * Makefile.in (top_srcdir): Define.
5236 (abs_top_builddir): Define.
5237 (srcdir): Don't append `/..'.
5238 (EMACS): Use ${abs_top_builddir}.
5239 (all, compile, compile-always, compile-last): Don't set emacswd.
5240 (update-subdirs, update-authors): Use $(top_srcdir) instead of
5241 $(srcdir).
5242 (lisp): Use $(srcdir) instead of @srcdir@.
5243
5244 2010-03-21 Juri Linkov <juri@jurta.org>
5245
5246 Fix message of multi-line occur regexps and multi-buffer header lines.
5247 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
5248
5249 * replace.el (occur-1): Don't display regexp if it is longer
5250 than window-width. Use `query-replace-descr' to display regexp.
5251 (occur-engine): Don't display regexp in the buffer header for
5252 multi-buffer occur. Display a separate header line with total
5253 match count and regexp for multi-buffer occur.
5254 Use `query-replace-descr' to display regexp.
5255
5256 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
5257
5258 * net/secrets.el: Fix parenthesis.
5259 (secrets-enabled): Fix parenthesis.
5260
5261 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5262
5263 Use more relative file and directory names.
5264 * Makefile.in (EMACS): Arrange for it to work when we chdir.
5265 (setwins, setwins_almost, setwins_for_subdirs):
5266 Don't `cd'; output relative names.
5267 (all, compile, compile-always, compile-last): Set emacswd.
5268 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
5269 Just cd to the lisp source dir so we can use relative file names.
5270
5271 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
5272
5273 2010-03-20 Glenn Morris <rgm@gnu.org>
5274
5275 * textmodes/rst.el: Use faces for font-lock customization, and make the
5276 old -face variables obsolete.
5277 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
5278 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
5279 (rst-block-face, rst-external-face, rst-definition-face)
5280 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
5281 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
5282 Make obsolete.
5283 (rst-font-lock-keywords-function): Update for above changes.
5284
5285 2010-03-20 Juri Linkov <juri@jurta.org>
5286
5287 * s-region.el:
5288 * obsolete/s-region.el: Move to obsolete.
5289
5290 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
5291
5292 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
5293
5294 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
5295
5296 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
5297
5298 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
5299
5300 Add special markup processing for commit logs.
5301 * log-edit.el (log-edit-extra-flags): New variable.
5302 (log-edit): Add new argument MODE. Use that mode when non-nil
5303 instead of the log-view-mode.
5304 (log-view-process-buffer): New function.
5305
5306 * vc.el: Document that the checkin method takes optional
5307 arguments. Document new backend specific method: log-view-mode.
5308 (vc-default-log-edit-mode): New function.
5309 (vc-checkin): Use a backend specific log-view-mode.
5310 Pass extra arguments to the checkin method.
5311 (vc-modify-change-comment): Pass a dummy extra argument.
5312
5313 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
5314 log-edit.
5315 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
5316 (vc-finish-logentry): Process the log buffer before passing it
5317 down. Pass log-edit-extra-flags.
5318
5319 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
5320 command.
5321 (log-edit-extra-flags, log-edit-before-checkin-process):
5322 New declarations.
5323
5324 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
5325 command.
5326 (log-edit-extra-flags, log-edit-before-checkin-process):
5327 New declarations.
5328 (vc-hg-log-edit-mode): New derived mode.
5329
5330 * vc-arch.el (vc-arch-checkin):
5331 * vc-cvs.el (vc-cvs-checkin):
5332 * vc-git.el (vc-git-checkin):
5333 * vc-mtn.el (vc-mtn-checkin):
5334 * vc-rcs.el (vc-rcs-checkin):
5335 * vc-sccs.el (vc-sccs-checkin):
5336 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
5337
5338 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
5339
5340 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
5341 parent typo).
5342
5343 2010-03-19 Glenn Morris <rgm@gnu.org>
5344
5345 * password-cache.el (password-cache, password-cache-expiry): Autoload.
5346
5347 2010-03-18 Glenn Morris <rgm@gnu.org>
5348
5349 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
5350
5351 * replace.el (query-replace-history): Give it a doc string.
5352 (map-query-replace-regexp): Use query-replace-from-history-variable
5353 and query-replace-to-history-variable.
5354
5355 * mail/hashcash.el (declare-function): Remove duplicate definition.
5356
5357 * mail/emacsbug.el (report-emacs-bug-pretest-address):
5358 Make it an obsolete alias for report-emacs-bug-address.
5359 (message-strip-special-text-properties): Declare.
5360 (report-emacs-bug): Remove test for a pretest bug address.
5361 Combine message-mode-specific code.
5362
5363 * mail/supercite.el: Don't require sendmail.
5364 (mh-in-header-p): Declare rather than using with-no-warnings.
5365 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
5366 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
5367
5368 * calendar/cal-french.el: Convert to utf-8.
5369
5370 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
5371 Emacs scripts.
5372
5373 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
5374
5375 * net/secrets.el (secrets-enabled): New variable. Use it instead
5376 of a subfeature.
5377
5378 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
5379
5380 * net/secrets.el (top): Register the D-Bus signals only when the
5381 service "org.freedesktop.secrets" can be pinged.
5382 Provide subfeature `enabled'.
5383
5384 2010-03-14 Juri Linkov <juri@jurta.org>
5385
5386 Add finder unknown keywords.
5387
5388 * finder.el (finder-unknown-keywords): New function.
5389
5390 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
5391 to create a Finder node with unknown keywords.
5392
5393 2010-03-14 Juri Linkov <juri@jurta.org>
5394
5395 * finder.el (finder-compile-keywords): Replace `princ' with
5396 `prin1' on a list of symbols interned from keyword strings.
5397
5398 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
5399 a comma, then split keywords using a comma and optional whitespace.
5400 Otherwise, split by whitespace.
5401
5402 * complete.el:
5403 * face-remap.el:
5404 * log-view.el:
5405 * net/hmac-def.el:
5406 * net/hmac-md5.el:
5407 * net/netrc.el:
5408 * progmodes/mixal-mode.el: Fix keywords.
5409
5410 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
5411
5412 * Makefile.in (ELCFILES): Add net/secrets.elc.
5413
5414 * net/secrets.el: New file.
5415
5416 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
5417
5418 * facemenu.el (list-colors-display, list-colors-print): New arg
5419 callback. Use it to allow selecting colors.
5420
5421 * wid-edit.el (widget-image-insert): Insert image prop even if the
5422 current display is non-graphic.
5423 (widget-field-value-set): New fun.
5424 (editable-field): Use it.
5425 (widget-field-value-get): Clean up unused var.
5426 (widget-color-value-create, widget-color--choose-action):
5427 New funs. Allow using list-colors-display to choose color.
5428
5429 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
5430
5431 * cus-edit.el: Resort topmost custom groups.
5432 (custom-buffer-sort-alphabetically): Default to t.
5433 (customize-apropos): Use apropos-parse-pattern.
5434 (custom-search-field): New var.
5435 (custom-buffer-create-internal): Add custom-apropos search field.
5436 (custom-add-parent-links): Don't display parent doc.
5437 (custom-group-value-create): Don't sort top-level custom group.
5438 (custom-magic-value-create): Show visibility button before option name.
5439
5440 (custom-variable-state): New fun, from custom-variable-state-set.
5441 (custom-variable-state-set): Use it.
5442 (custom-group-value-create): Hide options with standard values
5443 using the :hidden-states property. Use progress reporter.
5444
5445 (custom-show): Simplify.
5446 (custom-visibility): Disable images by default.
5447 (custom-variable): New property :hidden-states.
5448 (custom-variable-value-create): Enable images for
5449 custom-visibility widgets. Use :hidden-states property to
5450 determine initial visibility.
5451
5452 * wid-edit.el (widget-image-find): Give images center ascent.
5453 (visibility): Add :on-image and :off-image properties.
5454 (widget-visibility-value-create): Use them.
5455
5456 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
5457
5458 * cus-edit.el (processes): Remove from development group.
5459 (oop, hypermedia): Delete group.
5460 (comm): Promote to top-level group.
5461
5462 * net/browse-url.el (browse-url):
5463 * net/xesam.el (xesam):
5464 * net/tramp.el (tramp):
5465 * net/goto-addr.el (goto-address):
5466 * net/ange-ftp.el (ange-ftp): Put in comm group.
5467
5468 * view.el (view): Remove from editing group.
5469
5470 * uniquify.el (uniquify): Put in files group.
5471
5472 * net/browse-url.el (browse-url):
5473 * ps-print.el (postscript): Put in external group.
5474
5475 * cus-edit.el (outlines):
5476 * textmodes/text-mode.el (text-mode-hook):
5477 * textmodes/table.el (table):
5478 * textmodes/picture.el (picture):
5479 * outline.el (outlines): Put in wp group.
5480
5481 * nxml/nxml-mode.el (nxml): Remove from wp group.
5482
5483 * net/tramp-imap.el (tramp-imap): Put in tramp group.
5484
5485 * mail/metamail.el (metamail): Remove from hypermedia group.
5486
5487 * cus-edit.el (abbrev):
5488 * whitespace.el (whitespace):
5489 * vcursor.el (vcursor):
5490 * reveal.el (reveal):
5491 * hl-line.el (hl-line): Put in convenience group.
5492
5493 * epg-config.el (epg): Put in data group.
5494
5495 * emulation/pc-select.el (pc-select): Put in emulations group.
5496
5497 * calculator.el (calculator): Put in applications group.
5498
5499 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
5500
5501 Add .dir-locals.el support for file-less buffers.
5502 * files.el (hack-local-variables): Split out code to apply local
5503 variable settings ...
5504 (hack-local-variables-apply): ... here. New function.
5505 (hack-dir-local-variables): Use the default directory for when the
5506 buffer does not have an associated file.
5507 (hack-dir-local-variables-non-file-buffer): New function.
5508 * diff-mode.el (diff-mode):
5509 * vc-annotate.el (vc-annotate-mode):
5510 * vc-dir.el (vc-dir-mode):
5511 * log-edit.el (log-edit-mode):
5512 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
5513
5514 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
5515
5516 Add support for shelving snapshots and for showing shelves.
5517 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
5518 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
5519 New functions.
5520 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
5521 (vc-bzr-extra-menu-map): Map them.
5522
5523 2010-03-11 Glenn Morris <rgm@gnu.org>
5524
5525 * cus-edit.el (customize-changed-options-previous-release):
5526 Bump to 23.1.
5527
5528 * image.el (image-animate-max-time): Fix :version tag.
5529
5530 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
5531
5532 * Branch for 23.2.
5533
5534 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5535
5536 * vc-git.el (vc-git-revision-table): Include remote branches.
5537
5538 2010-03-10 Kim F. Storm <storm@cua.dk>
5539
5540 Animated image API.
5541 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
5542
5543 * image.el (image-animate-max-time): New defcustom.
5544 (image-animated-types): New defconst.
5545 (create-animated-image, image-animate-timer)
5546 (image-animate-start, image-animate-stop, image-animate-timeout)
5547 (image-animated-p): New functions.
5548
5549 * image-mode.el (image-toggle-display-image):
5550 Replace `create-image' with `create-animated-image'.
5551
5552 2010-03-09 Miles Bader <miles@gnu.org>
5553
5554 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
5555 instead of "format:"; this ensures that the output is
5556 newline-terminated.
5557
5558 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
5559
5560 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
5561 that all errors are caught, and that the return value is always a
5562 list (Bug#5692).
5563
5564 2010-03-08 Kenichi Handa <handa@m17n.org>
5565
5566 * language/misc-lang.el (windows-1256): New coding system.
5567 (cp1256): New alias of windows-1256 (bug#5690).
5568
5569 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
5570
5571 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
5572 call to rfc822-bad-address. (Bug#5692)
5573
5574 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
5575
5576 * vc-git.el (vc-git-annotate-extract-revision-at-line):
5577 Use vc-git-root as default directory for revision path (Bug#5657).
5578
5579 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
5580
5581 * calculator.el (calculator): Don't bind split-window-keep-point
5582 (Bug#5674).
5583
5584 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
5585
5586 * vc-git.el: Re-flow to fit into 80 columns.
5587 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
5588 Remove spurious `quote' element in each case alternative.
5589 (vc-git-show-log-entry): Use prog1.
5590 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
5591
5592 2010-03-06 Glenn Morris <rgm@gnu.org>
5593
5594 * cedet/semantic/grammar.el (semantic-grammar-header-template):
5595 Update template copyright to GPLv3+.
5596
5597 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5598
5599 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
5600
5601 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
5602
5603 * macros.el (insert-kbd-macro): Look up keyboard macro using the
5604 definition, not the name (Bug#5481).
5605
5606 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
5607
5608 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
5609 argument with a local variable. (Bug#5670)
5610
5611 2010-03-02 Juri Linkov <juri@jurta.org>
5612
5613 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
5614
5615 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
5616
5617 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
5618 error when FILENAME and NEWNAME are existing remote directories.
5619
5620 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
5621 parameter DIR-FLAG.
5622
5623 2010-03-02 Glenn Morris <rgm@gnu.org>
5624
5625 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
5626 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
5627
5628 2010-03-01 Kenichi Handa <handa@m17n.org>
5629
5630 * language/burmese.el (burmese-composable-pattern): Rename from
5631 myanmar-composable-pattern.
5632
5633 * international/characters.el (script-list):
5634 * international/fontset.el (script-representative-chars):
5635 Change myanmar to burmese.
5636 (otf-script-alist): Likewise.
5637 (setup-default-fontset): Likewise. Re-fix :otf spec.
5638
5639 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5640
5641 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
5642
5643 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
5644
5645 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
5646
5647 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
5648
5649 * net/tramp.el (tramp-handle-write-region): START can be a string.
5650 Take care in the checks. Reported by Dan Davison
5651 <davison@stats.ox.ac.uk>.
5652
5653 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
5654
5655 * net/dbus.el (dbus-introspect, dbus-get-property)
5656 (dbus-set-property, dbus-get-all-properties):
5657 Use `dbus-call-method' when noninteractive. (Bug#5645)
5658
5659 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
5660
5661 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
5662 * emacs-lisp/elint.el (elint-add-required-env):
5663 * cedet/semantic/db-find.el
5664 (semanticdb-find-translate-path-brutish-default):
5665 * cedet/ede/make.el (ede-make-check-version):
5666 * calendar/icalendar.el (icalendar--add-diary-entry):
5667 * calc/calcalg2.el (math-tracing-integral):
5668 * files.el (recover-session-finish): Use with-current-buffer
5669 instead of save-excursion.
5670
5671 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5672
5673 Fix in-buffer completion when after-change-functions modify the buffer.
5674 * minibuffer.el (completion--replace): New function.
5675 (completion--do-completion): Use it and use relative movement.
5676
5677 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
5678
5679 * international/fontset.el (setup-default-fontset): Fix :otf spec.
5680
5681 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
5682
5683 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
5684 Allow the characters _<> in the stack entry (Bug#5653).
5685
5686 2010-02-26 Kenichi Handa <handa@m17n.org>
5687
5688 * language/burmese.el: Fix entries in composition-function-table.
5689 (myanmar-composable-pattern): New variable.
5690
5691 * international/fontset.el (setup-default-fontset): Add an entry
5692 for myanmar.
5693
5694 * international/characters.el (script-list): Add Myanmar
5695 Extended-A.
5696
5697 2010-02-26 Glenn Morris <rgm@gnu.org>
5698
5699 * custom.el (custom-initialize-delay): Doc fix.
5700
5701 * mail/sendmail.el (send-mail-function): Autoload the call
5702 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
5703
5704 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
5705
5706 * files.el (hack-local-variables-filter): For eval forms, also
5707 check safe-local-variable-p (Bug#5636).
5708
5709 2010-02-24 Eduard Wiebe <usenet@pusto.de>
5710
5711 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
5712 and use c(ad)r of cddr (Bug#5640).
5713
5714 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
5715
5716 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
5717 setting the modes by `ignore-errors'. It might fail, for example
5718 if the file is not owned by the user but the group.
5719 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
5720
5721 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
5722
5723 * files.el (directory-listing-before-filename-regexp): Use
5724 stricter matching for iso-style dates, to avoid false matches with
5725 date-like filenames (Bug#5597).
5726
5727 * htmlfontify.el (htmlfontify): Doc fix.
5728
5729 * eshell/eshell.el (eshell): Doc fix.
5730
5731 * startup.el (fancy-about-screen): In mode-line, apply
5732 mode-line-buffer-id face only to the buffer name (Bug#5613).
5733
5734 2010-02-20 Kevin Ryde <user42@zip.com.au>
5735
5736 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5737 In `watcom' anchor regexp to start of line, to avoid slowness
5738 (Bug#5599).
5739
5740 2010-02-20 Eli Zaretskii <eliz@gnu.org>
5741
5742 * subr.el (remove-yank-excluded-properties): Explain in a comment
5743 why `category' property is removed.
5744
5745 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
5746
5747 * isearch.el (isearch-update-post-hook, isearch-update): Revert
5748 2010-02-17 change.
5749
5750 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
5751
5752 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
5753 (icalendar--convert-weekly-to-ical)
5754 (icalendar--convert-yearly-to-ical)
5755 (icalendar--convert-block-to-ical)
5756 (icalendar--convert-cyclic-to-ical)
5757 (icalendar--convert-anniversary-to-ical): Take care of time
5758 specifications where hour has 1-digit only (Bug#5549).
5759
5760 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
5761
5762 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
5763 of disassemble output in GDB 7.1.
5764
5765 2010-02-19 Glenn Morris <rgm@gnu.org>
5766
5767 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
5768 property. (Bug#5593)
5769
5770 2010-02-18 Sam Steingold <sds@gnu.org>
5771
5772 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
5773
5774 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5775
5776 Use abbreviated file names in bookmarks (bug#5591).
5777 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
5778 calls to expand-file-name.
5779 (bookmark-relocate): Use abbreviated file names in bookmarks.
5780 (bookmark-load): Use abbreviated file names in messages.
5781
5782 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
5783
5784 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
5785 expand "." and "..". Reported by Thierry Volpiatto
5786 <thierry.volpiatto@gmail.com>.
5787
5788 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
5789
5790 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
5791 permissions of the temporary file to "0600". In case the remote
5792 file has no read permissions for the owner, there might be
5793 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
5794
5795 22010-02-18 Glenn Morris <rgm@gnu.org>
5796
5797 * emacs-lisp/authors.el (authors-renamed-files-alist):
5798 Add entries for INSTALL.CVS.
5799
5800 2010-02-17 Mark A. Hershberger <mah@everybody.org>
5801
5802 * vc-bzr.el: Fix typo in Known Bugs section.
5803
5804 * isearch.el (isearch-update-post-hook): New hook.
5805 (isearch-update): Use the new hook.
5806
5807 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
5808
5809 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5810 Fix errors in copying directories.
5811 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
5812 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
5813 (tramp-handle-delete-file)
5814 (tramp-handle-dired-recursive-delete-directory)
5815 (tramp-handle-write-region): Flush also the cache for the upper
5816 directory.
5817
5818 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
5819
5820 * simple.el (save-interprogram-paste-before-kill): Doc fix.
5821
5822 * cus-edit.el (hardware): Doc fix.
5823
5824 * man.el (man): Add to external custom group.
5825
5826 * delim-col.el (columns): Move to wp custom group.
5827
5828 * doc-view.el (doc-view): Add to data custom group.
5829
5830 * cedet/data-debug.el (data-debug): Move to extensions group.
5831
5832 * cedet/ede.el (ede):
5833 * cedet/srecode.el (srecode):
5834 * cedet/semantic.el (semantic): Put in tools and extensions group.
5835
5836 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
5837
5838 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
5839 by ispell-parse-output (Bug#5575).
5840
5841 2010-02-16 Kenichi Handa <handa@m17n.org>
5842
5843 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
5844 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
5845 (skkdic-convert): Use `euc-japan' coding system for writing.
5846
5847 2010-02-16 Glenn Morris <rgm@gnu.org>
5848
5849 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
5850 tex-main-file before using it. (Bug#5562)
5851
5852 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
5853
5854 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
5855 warnings, since it is annoying for the user to see them each time he
5856 runs the code.
5857
5858 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
5859
5860 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
5861 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
5862 instead of PROC for caching "first-password-request". Otherwise,
5863 new processes would not profit from passwords already entered.
5864
5865 * net/tramp-cache.el (tramp-dump-connection-properties):
5866 Don't save "first-password-request" property.
5867
5868 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
5869
5870 * outline.el (outline-head-from-level):
5871 * simple.el (with-wrapper-hook):
5872 * cedet/ede.el (ede-run-target, project-delete-target)
5873 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
5874 (ede-adebug-project, ede-adebug-project-parent)
5875 (ede-adebug-project-root):
5876 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
5877 (elint-defun, elint-buffer-env, elint-top-form-logged)
5878 (elint-unbound-variable):
5879 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
5880 Fix typos in docstrings.
5881
5882 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
5883
5884 * files.el (insert-directory): When WILDCARD-REGEXP and
5885 FULL-DIRECTORY-P are nil, insert the file entry instead of the
5886 whole directory. (Bug#5551)
5887
5888 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
5889 dired's alignment sanity. (Bug#5516)
5890
5891 2010-02-14 Juri Linkov <juri@jurta.org>
5892
5893 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
5894 Remove remaining ^H with their preceding chars. (Bug#5566)
5895
5896 2010-02-13 Glenn Morris <rgm@gnu.org>
5897
5898 * simple.el (transpose-subr): Give it a doc-string.
5899
5900 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
5901 Doc fixes.
5902
5903 2010-02-12 Juri Linkov <juri@jurta.org>
5904
5905 * arc-mode.el (archive-unique-fname): Make directories for nested
5906 archives. (Bug#5540)
5907
5908 2010-02-12 Juri Linkov <juri@jurta.org>
5909
5910 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
5911
5912 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5913
5914 * subr.el (copy-overlay): Handle deleted overlays.
5915
5916 * man.el (Man-completion-table): Don't signal an error if we can't run
5917 manual-program (bug#4056).
5918
5919 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
5920
5921 * textmodes/artist.el (artist-mt): Fix typos in docstring.
5922
5923 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5924
5925 * info.el (Info-bookmark-jump): Simplify.
5926
5927 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
5928 (bookmark-default-handler): Accept new bookmark field `buffer'.
5929
5930 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
5931
5932 * iswitchb.el (iswitchb-completions): Revert last change.
5933
5934 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
5935
5936 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
5937 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
5938 This prevents file names like "~/" being listed literally.
5939
5940 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
5941
5942 * term/xterm.el (xterm-maybe-set-dark-background-mode):
5943 Remove dead code. (Bug#5546)
5944
5945 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
5946
5947 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
5948 correctly (Bug#5548).
5949
5950 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
5951
5952 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
5953 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
5954
5955 2010-02-08 Kenichi Handa <handa@m17n.org>
5956
5957 * international/mule-util.el (with-coding-priority): Add autoload
5958 cookie for putting `lisp-indent-function'.
5959
5960 2010-02-07 Glenn Morris <rgm@gnu.org>
5961
5962 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
5963 Move F2003 named interfaces from keywords-2 to keywords-1, and
5964 use function-name-face rather than constant-face.
5965 Simplify "abstract interface" regexp.
5966
5967 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
5968
5969 * eshell/esh-util.el (eshell-file-attributes): New optional arg
5970 ID-FORMAT. Pass it to `file-attributes'.
5971
5972 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
5973
5974 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
5975
5976 * faces.el (set-face-attribute): Allow calling
5977 internal-set-lisp-face-attribute with 'unspecified family and
5978 foundry argument (Bug#5536).
5979
5980 2010-02-07 Glenn Morris <rgm@gnu.org>
5981
5982 * progmodes/f90.el (f90-font-lock-keywords-2)
5983 (f90-looking-at-type-like, f90-looking-at-program-block-end):
5984 Handle F2003 named interfaces.
5985
5986 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
5987
5988 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
5989 beg and end before calling c-get-state-before-change-functions.
5990
5991 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
5992
5993 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
5994
5995 2010-02-05 Juri Linkov <juri@jurta.org>
5996
5997 * doc-view.el (doc-view-mode):
5998 * image-mode.el (image-mode): Put property mode-class=special.
5999 (Bug#4896)
6000
6001 2010-02-05 Mark A. Hershberger <mah@everybody.org>
6002
6003 * vc-svn.el (vc-svn-revision-table): New function.
6004
6005 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
6006
6007 * net/ange-ftp.el (ange-ftp-insert-directory):
6008 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
6009 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
6010 Handle also directories. (Bug#5478)
6011
6012 2010-02-05 Glenn Morris <rgm@gnu.org>
6013
6014 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
6015
6016 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
6017
6018 * startup.el (command-line-1): Convert options beginning with a
6019 single dash as well (Bug#5519).
6020
6021 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
6022
6023 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
6024 * minibuffer.el (completion-initials-expand): Only check the presence
6025 of delims *within* the boundaries, since otherwise the / delim is
6026 always found for files.
6027
6028 Fix up various corner case problems.
6029 * doc-view.el (doc-view-last-page-number): New function.
6030 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
6031 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
6032 (doc-view-kill-proc): Avoid inf-loop in freak cases.
6033 (doc-view-reconvert-doc): Use the new recursive delete-directory.
6034 (doc-view-convert-current-doc): Don't create the resolution.el file
6035 here any more.
6036 (doc-view-pdf/ps->png): Do it here instead.
6037 (doc-view-already-converted-p): Check that resolution.el is present.
6038 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
6039 windows that are not yet showing images.
6040
6041 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
6042
6043 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
6044 `dired-uncache' for every elemnt which is an absolute file name.
6045
6046 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
6047 directory, handle its directory component.
6048 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
6049 function is called permanently and creates noise, otherwise.
6050
6051 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
6052 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
6053 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
6054
6055 2010-02-04 David Burger <dburger@google.com> (tiny change)
6056
6057 * macros.el (apply-macro-to-region-lines):
6058 Minor simplification. (Bug#5485)
6059
6060 2010-02-04 Glenn Morris <rgm@gnu.org>
6061
6062 * mail/rmail.el (rmail-show-message-1): Handle malformed
6063 quoted-printable text. (Bug#5441)
6064
6065 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
6066
6067 * simple.el (visual-line-mode): Capitalize lighter.
6068
6069 2010-02-03 John Wiegley <jwiegley@gmail.com>
6070
6071 * iswitchb.el (iswitchb-completions): Add bookmark files to the
6072 list of files considered for "virtual buffer" completions.
6073
6074 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
6075
6076 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
6077 also in case of (and (not full) (not wildcard)). This is needed
6078 when dired is called with a list of files, which are not in
6079 `default-directory'. (Bug#5478)
6080
6081 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6082
6083 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
6084
6085 2010-02-02 Juri Linkov <juri@jurta.org>
6086
6087 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
6088 from unidiff to allow function-line after @@.
6089
6090 2010-02-02 Juri Linkov <juri@jurta.org>
6091
6092 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
6093 '(RCS SCCS) with inverted condition.
6094
6095 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
6096
6097 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
6098 messages.
6099
6100 2010-02-01 Juri Linkov <juri@jurta.org>
6101
6102 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
6103 compare with "pkunzip" and "pkzip" instead of only "pkzip".
6104 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
6105 only when (car archive-zip-extract) is "unzip". (Bug#5475)
6106
6107 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
6108
6109 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
6110 (doc-view-revert-buffer): New command.
6111 (doc-view-mode-map): Use it.
6112
6113 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
6114
6115 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
6116 pending merge is detected.
6117
6118 2010-01-31 Juri Linkov <juri@jurta.org>
6119
6120 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
6121 beginning of interactive spec like all other grep commands do.
6122 Put "all" in front of "gz". (Bug#5260)
6123
6124 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
6125
6126 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
6127
6128 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
6129
6130 * dirtrack.el (dirtrack): Warn instead of signalling error if the
6131 regexp is incorrect (Bug#5476).
6132
6133 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
6134
6135 * net/tramp.el (tramp-handle-insert-directory): Handle also
6136 symlinks, when FILENAME is not in `default-directory'.
6137
6138 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
6139
6140 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
6141 FILE is not in `default-directory'. (Bug#5478)
6142
6143 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
6144 of SWITCHES. Handle the case, FILENAME is not in
6145 `default-directory'. (Bug#5478)
6146 (tramp-register-file-name-handlers): Add safe-magic property.
6147
6148 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
6149
6150 * arc-mode.el (archive-zip-extract): Quote the argument passed to
6151 unzip (Bug#5475).
6152
6153 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
6154
6155 * progmodes/flymake.el (flymake-allowed-file-name-masks)
6156 (flymake-master-make-header-init): Add other C++ filename masks.
6157 (flymake-find-possible-master-files)
6158 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
6159
6160 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
6161
6162 Fix some busybox annoyances.
6163
6164 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
6165 not responding." string.
6166 (tramp-open-connection-setup-interactive-shell): Dump stty
6167 settings. Enable "neveropen" arg for all `tramp-send-command'
6168 calls. Handle "=" in variable values properly.
6169 (tramp-find-inline-encoding): Raise an error, when no encoding is
6170 found.
6171 (tramp-wait-for-output): Check, whether PROC buffer is available.
6172 Remove spurious " ^H" sequences, sent by busybox.
6173 (tramp-get-ls-command): Suppress coloring, if possible.
6174
6175 2010-01-28 Glenn Morris <rgm@gnu.org>
6176
6177 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
6178
6179 * log-edit.el (log-edit-strip-single-file-name): Add missing
6180 :safe, :group, and :version tags.
6181
6182 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
6183
6184 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
6185 buffers. (Bug#5477)
6186
6187 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
6188
6189 * files.el (delete-directory): Handle moving to trash without
6190 first doing recursion (Bug#5436).
6191
6192 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
6193
6194 * vc-hooks.el (vc-path): Mark as obsolete.
6195
6196 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
6197
6198 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
6199 names too.
6200
6201 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
6202 for the short log.
6203 (vc-bzr-log-view-mode): Adjust regexp for the above change.
6204
6205 2010-01-25 Mark A. Hershberger <mah@everybody.org>
6206
6207 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
6208
6209 * vc-bzr.el (vc-bzr-revision-table): New function.
6210
6211 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
6212
6213 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
6214 diff-index command. This requires at least git-1.5.5. (Bug#1589).
6215
6216 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
6217
6218 Remove support for adding --signoff on commit.
6219 Future support will use an incompatible generic mechanism.
6220 * vc-git.el (vc-git-add-signoff): Remove variable.
6221 (vc-git-toggle-signoff): Remove function.
6222 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
6223
6224 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
6225 from xterm-set-background-mode. Return t if the background mode
6226 was set.
6227 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
6228 earlier, call it again in case the background mode has changed.
6229
6230 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
6231
6232 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
6233 (Bug#3541).
6234
6235 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
6236
6237 * emacs-lisp/assoc.el (aelement): Doc fix.
6238 (aput, adelete, amake): Use lexical-let (Bug#5450).
6239
6240 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
6241
6242 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
6243 is the same as subprogram call, not declaration. (Bug#5435).
6244
6245 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
6246
6247 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
6248 (tramp-smb-maybe-open-connection): Use it.
6249
6250 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
6251
6252 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
6253
6254 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
6255
6256 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
6257 just because we see "encoding: 8bit".
6258 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
6259
6260 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
6261
6262 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
6263
6264 2010-01-22 Eli Zaretskii <eliz@gnu.org>
6265
6266 * jka-compr.el (jka-compr-load): If load-file is not in
6267 load-history, try its file-truename version. (bug#5447)
6268
6269 2010-01-21 Alan Mackenzie <acm@muc.de>
6270
6271 Fix a situation where deletion of a cpp construct throws an error.
6272 * progmodes/cc-engine.el (c-invalidate-state-cache):
6273 Before invoking c-with-all-but-one-cpps-commented-out, check that the
6274 special cpp construct is still in the buffer.
6275 (c-parse-state): Record the special cpp with markers, not numbers.
6276
6277 2010-01-21 Kenichi Handa <handa@m17n.org>
6278
6279 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
6280 process last-command-event, as it is now decoded first (Bug#5380).
6281
6282 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
6283
6284 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
6285
6286 2010-01-20 Glenn Morris <rgm@gnu.org>
6287
6288 * indent.el (tab-always-indent): Fix custom-type.
6289
6290 2010-01-19 Alan Mackenzie <acm@muc.de>
6291
6292 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
6293 buffer throws "args out of range".
6294 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
6295 playing the role of delimiter.
6296
6297 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
6298
6299 * progmodes/ada-mode.el: Fix bug#5400.
6300 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
6301 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
6302 changed. Delete RECURSIVE parameter; never used. Improve doc string.
6303 Improve comments in "is" portion. Handle null procedure declaration.
6304 (ada-move-to-end): Improve doc string.
6305
6306 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
6307
6308 * ido.el (ido-cur-list): Initialize to nil.
6309 Remove obsolete information from commentary.
6310 (ido-choice-list): Initialize to nil.
6311 (ido-get-bufname): Reject minibuffers.
6312 (ido-make-buffer-list): If "default" is a nonexistent
6313 buffer, ignore it, as per the function's comment.
6314 (ido-kill-buffer-internal): New function.
6315 (ido-kill-buffer-at-head): Use it.
6316 (ido-visit-buffer): Likewise.
6317
6318 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
6319
6320 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
6321
6322 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
6323
6324 * cedet/ede/locate.el (ede-locate-file-in-project)
6325 (ede-locate-file-in-project-impl): Fix typos in docstrings.
6326 (ede-enable-locate-on-project): Fix typos in error messages.
6327
6328 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
6329 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
6330 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
6331 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
6332 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
6333 Fix typos in menu help.
6334
6335 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
6336 Fix typos in chart titles.
6337
6338 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
6339 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
6340 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
6341 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
6342 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
6343 (semantic-parse-stream, semantic-parse-region)
6344 (semantic-parse-region-default, semantic--set-buffer-cache)
6345 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
6346 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
6347 (semantic-default-submodes):
6348 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
6349 (semanticdb-create-ebrowse-database)
6350 (semanticdb-find-tags-for-completion-method)
6351 (semanticdb-find-tags-by-class-method)
6352 (semanticdb-deep-find-tags-by-name-method)
6353 (semanticdb-deep-find-tags-for-completion-method):
6354 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
6355 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
6356 (semanticdb-find-tags-for-completion-method)
6357 (semanticdb-find-tags-by-class-method)
6358 (semanticdb-deep-find-tags-for-completion-method):
6359 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
6360 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
6361 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
6362 (semanticdb-find-tags-by-name-method)
6363 (semanticdb-find-tags-by-name-regexp-method)
6364 (semanticdb-find-tags-for-completion-method)
6365 (semanticdb-find-tags-by-class-method)
6366 (semanticdb-find-tags-external-children-of-type-method)
6367 (semanticdb-find-tags-subclasses-of-type-method)
6368 (semanticdb-deep-find-tags-by-name-method)
6369 (semanticdb-deep-find-tags-by-name-regexp-method)
6370 (semanticdb-deep-find-tags-for-completion-method):
6371 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
6372 (semanticdb-enable-gnu-global-in-buffer)
6373 (semanticdb-find-tags-for-completion-method)
6374 (semanticdb-deep-find-tags-by-name-method)
6375 (semanticdb-deep-find-tags-for-completion-method):
6376 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
6377 (javascript-mode, semanticdb-find-translate-path)
6378 (semanticdb-find-tags-for-completion-method)
6379 (semanticdb-find-tags-by-class-method)
6380 (semanticdb-deep-find-tags-by-name-method)
6381 (semanticdb-deep-find-tags-for-completion-method)
6382 (semanticdb-find-tags-external-children-of-type-method):
6383 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
6384 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
6385 (global-semantic-idle-scheduler-mode):
6386 * cedet/srecode/dictionary.el (srecode-field-value)
6387 (srecode-dictionary-add-section-dictionary):
6388 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
6389 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
6390 (describe-class, eieio-describe-generic, describe-generic):
6391 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
6392 (eieio-speedbar-expand):
6393 * emulation/viper-cmd.el (viper-exec-form-in-vi)
6394 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
6395 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
6396 (viper-del-backward-char-in-replace, viper-backward-indent)
6397 (viper-brac-function, viper-register-to-point, viper-submit-report):
6398 * net/tramp.el (tramp-remote-coding-commands):
6399 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
6400 Fix typos in docstrings.
6401
6402 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
6403
6404 * mail/sendmail.el (mail-yank-original): Set the mark if the
6405 specified function for yanking does not do it.
6406
6407 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
6408
6409 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
6410
6411 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
6412 resyncing a directory.
6413
6414 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
6415
6416 * progmodes/ada-mode.el: Fix bug#1920.
6417 (ada-ident-re): Delete ., allow multibyte characters.
6418 (ada-goto-label-re): New; matches goto labels.
6419 (ada-block-label-re): New; matches block labels.
6420 (ada-label-re): New; matches both.
6421 (ada-named-block-re): Deleted; callers changed to use
6422 `ada-block-label-re' instead.
6423 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
6424 Use `ada-block-label-re'.
6425 (ada-indent-on-previous-lines): Improve handling of goto labels.
6426 (ada-get-indent-block-start): Special-case block label.
6427 (ada-get-indent-label): Split into `ada-indent-block-label' and
6428 `ada-indent-goto-label'.
6429 (ada-goto-stmt-start, ada-goto-next-non-ws):
6430 Optionally ignore goto labels.
6431 (ada-goto-next-word): Simplify.
6432 (ada-indent-newline-indent-conditional): Insert newline before
6433 trying to fix indentation; doc fix.
6434
6435 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
6436
6437 * calc/calc.el (calc-command-flags): Give it an initial value.
6438
6439 2010-01-17 Glenn Morris <rgm@gnu.org>
6440
6441 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
6442
6443 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
6444
6445 * cedet/semantic.el (semantic-mode):
6446 * files.el (minibuffer-with-setup-hook):
6447 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
6448 (artist-key-draw-continously, artist-key-do-continously-continously)
6449 (artist-key-set-point-continously, artist-mouse-draw-continously):
6450 Fix typos in docstrings.
6451
6452 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
6453
6454 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
6455 return t (Bug#3898).
6456
6457 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
6458
6459 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
6460 can parse the output of the external commands (Bug#5279).
6461
6462 2010-01-16 Jari Aalto <jari.aalto@cante.net>
6463
6464 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
6465
6466 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
6467
6468 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
6469
6470 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
6471
6472 * startup.el (command-line): Remove unused --icon-type arg.
6473 Handle --display arg, passing it to command-line-1 (Bug#5392).
6474
6475 2010-01-16 Mario Lang <mlang@delysid.org>
6476
6477 * cedet/ede/cpp-root.el (ede-cpp-root-project):
6478 * cedet/ede/files.el (ede-expand-filename):
6479 * cedet/ede/simple.el (ede-simple-project):
6480 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6481 (semantic-complete-inline-tag-engine):
6482 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
6483 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
6484 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
6485 * cedet/semantic/db.el (semanticdb-equivalent-mode):
6486 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
6487 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
6488 * emacs-lisp/chart.el (chart-translate-namezone):
6489 * textmodes/artist.el (artist-compute-popup-menu-table):
6490 Remove duplicated words in doc-strings.
6491
6492 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
6493
6494 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
6495 to mairix-search to suppress threading (Bug#5342).
6496
6497 2010-01-15 Kenichi Handa <handa@m17n.org>
6498
6499 * international/mule-cmds.el (canonicalize-coding-system-name):
6500 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
6501
6502 2010-01-15 Glenn Morris <rgm@gnu.org>
6503
6504 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
6505
6506 * wid-edit.el (widget-keymap): Doc fix.
6507
6508 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
6509 former seems to be more widely accepted by various svn versions.
6510
6511 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
6512
6513 * find-cmd.el (find-constituents):
6514 * vc-arch.el (vc-arch-root):
6515 * window.el (window-body-height, pop-up-frames):
6516 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
6517 (semantic-no-reparse-needed-change-hook):
6518 * cedet/srecode/insert.el (srecode-resolve-argument-list)
6519 (srecode-template-inserter-blank, srecode-template-inserter-variable)
6520 (srecode-template-inserter-ask, srecode-template-inserter-width)
6521 (srecode-template-inserter-section-start)
6522 (srecode-template-inserter-section-end, srecode-insert-method):
6523 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
6524 * progmodes/ada-stmt.el (ada-if):
6525 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
6526 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
6527 (ispell-encoding8-command, ispell-aspell-supports-utf8)
6528 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
6529
6530 * progmodes/flymake.el (flymake-post-syntax-check):
6531 Fix typo in error message.
6532
6533 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
6534
6535 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
6536 which is always a string. (Bug#5313)
6537
6538 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
6539
6540 * progmodes/ada-xref.el (ada-default-prj-properties):
6541 Simplify previous change.
6542
6543 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
6544
6545 * progmodes/ada-xref.el (ada-default-prj-properties):
6546 Default ada_project_path to $ADA_PROJECT_PATH.
6547
6548 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
6549
6550 * progmodes/ada-mode.el (ada-create-keymap):
6551 Override `narrow-to-defun' with `ada-narrow-to-defun'.
6552
6553 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
6554
6555 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
6556 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
6557 (ada-get-current-indent, ada-imenu-generic-expression)
6558 (ada-which-function): Check for it.
6559
6560 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
6561
6562 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
6563 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
6564
6565 2010-01-14 Glenn Morris <rgm@gnu.org>
6566
6567 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
6568
6569 2010-01-14 Kenichi Handa <handa@m17n.org>
6570
6571 * composite.el (auto-composition-mode): Make it a buffer local
6572 variable (permanent-local).
6573 (auto-composition-function): Set the default value to
6574 auto-compose-chars.
6575 (auto-composition-mode): Make it a simple function, not a minor mode.
6576 (global-auto-composition-mode): Likewise.
6577 (turn-on-auto-composition-if-enabled): Delete it.
6578
6579 2010-01-13 Karl Fogel <kfogel@red-bean.com>
6580
6581 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
6582
6583 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
6584
6585 * files.el (copy-directory): Compute target for recursive
6586 directories with identical names. (Bug#5343)
6587
6588 2010-01-12 Glenn Morris <rgm@gnu.org>
6589
6590 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
6591 it to bug-gnu-emacs rather than emacs-pretest-bug.
6592
6593 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
6594
6595 * cedet/data-debug.el (data-debug): Fix customization group reference.
6596
6597 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
6598
6599 * cedet/semantic/analyze.el (semantic-analyze-push-error)
6600 (semantic-analyze-context, semantic-analyze-context-assignment)
6601 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
6602 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
6603 (semantic-java-doc-keywords-map):
6604 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
6605 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
6606 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
6607 (semantic-c-classname, semantic-format-tag-uml-prototype)
6608 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
6609 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
6610 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
6611 (semantic-get-local-variables, semantic-end-of-command)
6612 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
6613 (lisp-mode):
6614 * cedet/semantic/bovine/make.el (makefile-mode):
6615 * cedet/semantic/wisent/python.el (wisent-python-string-re)
6616 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
6617 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
6618 (semantic-lex, semantic-get-local-variables, python-mode):
6619 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
6620 * cedet/srecode/extract.el (srecode-extract-state-set)
6621 (srecode-extract-method): Fix typos in docstrings.
6622
6623 2010-01-11 Sam Steingold <sds@gnu.org>
6624
6625 * imenu.el (imenu-default-create-index-function): Detect infinite
6626 loops caused by imenu-prev-index-position-function.
6627
6628 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
6629
6630 * htmlfontify.el (htmlfontify-load-rgb-file)
6631 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
6632 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
6633 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
6634 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
6635 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
6636 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
6637 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
6638 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
6639 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
6640 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
6641 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
6642 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
6643 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
6644 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
6645 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
6646 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
6647 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
6648 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
6649 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
6650 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
6651 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
6652 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
6653 backslash-quoting from parentheses, etc.
6654
6655 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
6656
6657 * progmodes/js.el: Autoload javascript-mode alias.
6658
6659 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
6660
6661 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
6662 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
6663 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
6664 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
6665 Fix typos in docstrings.
6666 (ffap-url-regexp): Doc fix.
6667 (ffap-at-mouse): Fix typo in message.
6668
6669 2010-01-11 Glenn Morris <rgm@gnu.org>
6670
6671 * version.el (emacs-copyright): Set copyright year to 2010.
6672
6673 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6674
6675 * format.el (format-annotate-function): Only set
6676 write-region-post-annotation-function after running to-fn so as not to
6677 affect nested write-region calls (bug#5273).
6678
6679 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
6680
6681 * cedet/semantic.el (semantic-new-buffer-setup-functions):
6682 Add python parser.
6683
6684 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
6685 wisent/python.el.
6686
6687 2010-01-10 Richard Kim <emacs18@gmail.com>
6688
6689 * cedet/semantic/wisent/python-wy.el:
6690 * cedet/semantic/wisent/python.el: New files.
6691
6692 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
6693
6694 * man.el (Man-goto-section): Signal error if the section is not
6695 found (Bug#5317).
6696
6697 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
6698
6699 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
6700 URLs with a leading triple slash in the file: scheme. (Bug#5345)
6701
6702 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
6703
6704 * progmodes/compile.el: Don't treat compile-command as safe if
6705 compilation-read-command might be nil (Bug#4218).
6706
6707 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
6708
6709 * startup.el (command-line-1): Use orig-argi to check for ignored X and
6710 NS options.
6711
6712 2010-01-08 Kenichi Handa <handa@m17n.org>
6713
6714 * international/fontset.el (build-default-fontset-data):
6715 Exclude characters in scripts kana, hangul, han, or cjk-misc.
6716
6717 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
6718
6719 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
6720 to `create-file-buffer' as it expects, not just a buffer name.
6721 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
6722 to help uniquify. (Bug#3224)
6723
6724 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
6725
6726 * font-setting.el (font-setting-change-default-font): Use user-spec
6727 instead of name.
6728
6729 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6730
6731 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
6732
6733 2010-01-05 Tom Tromey <tromey@redhat.com>
6734
6735 * progmodes/python.el (python-font-lock-keywords):
6736 Handle qualified decorators (Bug#881).
6737
6738 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6739
6740 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
6741 in a lightweight checkout.
6742
6743 2010-01-05 Kenichi Handa <handa@m17n.org>
6744
6745 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
6746
6747 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6748
6749 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
6750
6751 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
6752
6753 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
6754 checkouts. (Bug#618)
6755 (vc-bzr-log-view-mode): Also highlight the author.
6756 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
6757 (vc-bzr-shelve-menu-map):
6758 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
6759 (vc-bzr-shelve-apply): Make prompt more explicit.
6760
6761 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
6762
6763 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
6764 They are valid characters in URL paths (rfc3986), and at least
6765 Firefox does not understand the encoded version (Bug#3166).
6766
6767 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
6768
6769 * progmodes/octave-mod.el (octave-end-keywords)
6770 (octave-block-begin-or-end-regexp, octave-block-match-alist):
6771 Add "end" keyword (Bug#3061).
6772 (octave-end-as-array-index-p): New function.
6773 (calculate-octave-indent): Use it.
6774
6775 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6776
6777 * bookmark.el: Consistently put the text property on the bookmark name.
6778 (bookmark-bmenu-marks-width): Bump back to 2, to include
6779 annotation marks.
6780 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
6781 property on the bookmark name, instead of not putting it at all.
6782 (bookmark-bmenu-list): Fix where we put the text property.
6783
6784 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6785
6786 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
6787 for showing buffer modified state (as added in the previous change).
6788
6789 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6790
6791 * bookmark.el: Show modified state of bookmark buffer more accurately.
6792 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
6793 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
6794 (with-buffer-modified-unmodified): New macro.
6795 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6796 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
6797 Use new macro to preserve the buffer modified state.
6798
6799 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6800
6801 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
6802 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
6803 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
6804 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
6805 (bookmark-bmenu-rename, bookmark-bmenu-locate)
6806 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
6807 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
6808
6809 2010-01-02 Eli Zaretskii <eliz@gnu.org>
6810
6811 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6812 Make the lines in the generated doc string shorter. (Bug#4668)
6813
6814 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
6815
6816 * net/rcirc.el: Add follow-link binding (Bug#4738).
6817
6818 2010-01-02 Eli Zaretskii <eliz@gnu.org>
6819
6820 * Makefile.in (bzr-update): Rename from cvs-update.
6821 (cvs-update): New target for backward compatibility.
6822
6823 * makefile.w32-in (bzr-update): Rename from cvs-update.
6824 (cvs-update): New target for backward compatibility.
6825
6826 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6827
6828 * bookmark.el: Remove gratuitous gratitude.
6829
6830 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6831
6832 * bookmark.el (bookmark-bmenu-any-marks): New function.
6833 (bookmark-bmenu-save): Clear buffer modification if no marks.
6834
6835 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6836
6837 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
6838 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
6839 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
6840 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
6841
6842 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
6843 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
6844 To: emacs-devel {_AT_} gnu.org
6845 Subject: bookmark.el bug report
6846 Date: Mon, 28 Dec 2009 14:19:16 +0800
6847 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
6848
6849 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6850
6851 * bookmark.el: Improvements suggested by Drew Adams:
6852 (bookmark-bmenu-ensure-position): New name for
6853 `bookmark-bmenu-check-position'. Just ensure the position,
6854 don't return any meaningful value.
6855 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
6856 New constants.
6857
6858 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
6859
6860 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
6861 (bookmark-yank-point, bookmark-bmenu-check-position):
6862 Fix typos in docstrings.
6863 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
6864 (bookmark-name-from-full-record, bookmark-get-position)
6865 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
6866 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
6867 Remove useless quoting of parenthesis, etc. in docstrings.
6868
6869 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
6870 (ediff-append-custom-diff): Fix typo in error message.
6871 (ediff-meta-mark-equal-files): Fix typos in messages.
6872
6873 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
6874
6875 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
6876 Fix typo in docstring.
6877
6878 * net/imap-hash.el (imap-hash-make): Doc fix.
6879 (imap-hash-test): Fix typo in error message; reflow docstring.
6880 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
6881 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
6882 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
6883 Fix typos in docstrings.
6884 (imap-hash-open-connection): Fix typo in error message.
6885
6886 * play/gomoku.el (gomoku): Fix typos in docstring.
6887
6888 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
6889 (gdb-jsonify-buffer): Fix typos in docstring.
6890 (gdb-goto-breakpoint): Fix typo in error message.
6891 ("Display Other Windows"): Fix typo in help message.
6892 (gdb-speedbar-expand-node): Fix typo in question.
6893
6894 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
6895 (idlwave-html-system-help-location, idlwave-html-help-location)
6896 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
6897 (idlwave-help-browser-generic-args, idlwave-help-directory)
6898 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
6899 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
6900 (idlwave-online-help, idlwave-help-html-link)
6901 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
6902 Fix typos in docstrings.
6903 (idlwave-help-with-source, idlwave-help-find-routine-definition):
6904 Reflow docstrings.
6905 (idlwave-help-assistant-start): Fix typo in error message.
6906
6907 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
6908 (octave-electric-space): Fix typos in docstrings.
6909
6910 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
6911
6912 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
6913
6914 2010-01-01 Juri Linkov <juri@jurta.org>
6915
6916 * comint.el (comint-input-ring-size): Make it a defcustom and
6917 increase the default to 500 (Bug#5148).
6918
6919 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
6920
6921 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
6922 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
6923 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
6924
6925 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
6926
6927 Show working revision correctly for mercurial.
6928 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
6929 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
6930
6931 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
6932
6933 Declare some functions for the byte-compiler.
6934 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
6935 (speedbar-timer-fn, speedbar-change-expand-button-char)
6936 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
6937
6938 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
6939
6940 This changeset reverts GDB Graphical Interface to use annotations.
6941 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
6942
6943 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
6944
6945 Make vc-dir work on subdirectories of the bzr root.
6946 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
6947 file names relative to it.
6948 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
6949 relative directory to vc-bzr-after-dir-status.
6950
6951 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
6952
6953 * font-lock.el (font-lock-refresh-defaults): New function, which
6954 can be used to let font-lock react to external changes in
6955 variables like font-lock-defaults and keywords.
6956 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
6957
6958 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
6959
6960 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
6961
6962 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
6963
6964 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
6965
6966 Supersede color.diff settings in git log (bug#5211).
6967
6968 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
6969 escape chars in its output when the user has color.diff set to `always'.
6970 This fix works on git 1.4.2 and newer (released on 2006-08-13).
6971
6972 2009-12-26 Kevin Ryde <user42@zip.com.au>
6973
6974 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
6975 node. Keep previous "Index" name to work with past coreutils too.
6976
6977 * man.el (man): Revise docstring a bit to show -a and -l as
6978 examples. Add -k description since support for it has otherwise
6979 been a secret. (Further to bug#3717.)
6980 (Man-bgproc-sentinel): When "-k foo" produces no output show error
6981 "no matches" rather than "Can't find manpage", as the latter reads
6982 like -k was interpreted as a page name, which is not so. (Bug#5431)
6983
6984 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
6985
6986 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
6987 switches. Check also for //SUBDIRED// line.
6988
6989 2009-12-25 Kenichi Handa <handa@m17n.org>
6990
6991 * language/indian.el (devanagari-composable-pattern): Fixed to
6992 handle ZWNJ and ZWJ. Use it in composition-function-table for
6993 Devanagari.
6994 (malayalam-composable-pattern): Fix previous change.
6995
6996 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6997
6998 * ps-print.el (ps-face-attributes): It was not returning the
6999 attribute face for faces specified as string. Reported by harven
7000 <harven@free.fr>. (Bug#5254)
7001 (ps-print-version): New version 7.3.5.
7002
7003 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
7004
7005 * calendar/icalendar.el (icalendar--convert-tz-offset):
7006 Fix timezone names.
7007 (icalendar--convert-tz-offset): Fix the "last-day-problem".
7008 (icalendar--add-diary-entry): Remove the trailing blank that
7009 diary-make-entry inserts.
7010
7011 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
7012
7013 Make `file-expand-wildcards' work for remote files.
7014
7015 * files.el (file-expand-wildcards): In case of remote files, check
7016 only local file name part for wildcards. Provide feature 'files
7017 and subfeature 'remote-wildcards. (Bug#5198)
7018
7019 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
7020 if there is already an established connection.
7021 (tramp-advice-file-expand-wildcards): Remove it.
7022
7023 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
7024 (tramp-advice-file-expand-wildcards): Move from tramp.el.
7025 Activate advice for older GNU Emacs versions. (Bug#5237)
7026
7027 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
7028
7029 Some doc fixes (more needed).
7030
7031 * find-cmd.el (find-constituents): Reflow docstring.
7032 (find-cmd, find-prune, find-command): Fix typos in docstrings.
7033 (find-generic): Doc fix.
7034
7035 2009-12-17 Juri Linkov <juri@jurta.org>
7036
7037 Fix regression from 23.1 to allow multiple modes in Local Variables.
7038
7039 * files.el (hack-local-variables-filter): While ignoring duplicates,
7040 don't take `mode' into account.
7041 (hack-local-variables-filter, hack-dir-local-variables):
7042 Don't remove duplicate `mode' from local-variables-alist (like `eval').
7043
7044 2009-12-17 Juri Linkov <juri@jurta.org>
7045
7046 Make `dired-diff' safer. (Bug#5225)
7047
7048 * dired-aux.el (dired-diff): Signal an error when `file' equals to
7049 `current' or when `file' is a directory of the `current' file.
7050
7051 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
7052
7053 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
7054 unconditionally preloaded files.
7055
7056 2009-12-16 Juri Linkov <juri@jurta.org>
7057
7058 Revert to old 23.1 logic of using the file at the mark as default.
7059 * dired-aux.el (dired-diff): Use the file at the mark as default
7060 if it's not the same as the current file, and the target dir is
7061 the current dir or the mark is active. Add the current file
7062 as the arg of `dired-dwim-target-defaults'. Use the default file
7063 in the prompt. (Bug#5225)
7064
7065 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
7066
7067 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
7068 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
7069 (tramp-check-for-regexp): Check also, when an echoing shell stops
7070 to echo sent commands.
7071
7072 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
7073
7074 * Makefile.in: Revert last change (Bug#5191).
7075
7076 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
7077
7078 * vc-hg.el (vc-hg-print-log): Fix argument order.
7079 (vc-hg-working-revision): Make sure the command is executed in a
7080 known environment so that we can parse the output. (Bug#4417)
7081
7082 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
7083
7084 * progmodes/python.el (python-symbol-completions): Remove text
7085 properties from symbol string before calling python-send-receive.
7086
7087 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
7088
7089 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
7090 when there are values for both file and line. (Bug#5060)
7091
7092 2009-12-14 Juri Linkov <juri@jurta.org>
7093
7094 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
7095 whitespace after the file name of the first line of unified format,
7096 because git-diff doesn't output whitespace and file modification time
7097 after the file name.
7098
7099 2009-12-14 David Kastrup <dak@gnu.org>
7100
7101 * info.el (Info-hide-cookies-node): Before hiding a cookie,
7102 check if it already has the `display' property added by
7103 `Info-display-images-node', and not put the `invisible' property
7104 in this case.
7105
7106 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
7107
7108 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
7109 (semantic-mru-bookmark-mode): Doc fixes.
7110
7111 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
7112 of assert.
7113
7114 2009-12-13 Glenn Morris <rgm@gnu.org>
7115
7116 * mail/emacsbug.el (message-sort-headers): Define for compiler.
7117 (report-emacs-bug): In message-mode, sort manually before storing
7118 original report text. (Bug#5178)
7119 Remove superfluous save-excursion.
7120
7121 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
7122
7123 * net/dbus.el (dbus-property-handler): Filter lambda forms out
7124 when responding to "GetAll" properties.
7125
7126 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
7127
7128 * simple.el (compose-mail): Remove mail-setup-with-from from
7129 customization checks.
7130
7131 2009-12-12 Eli Zaretskii <eliz@gnu.org>
7132
7133 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
7134 RAR archives created on Unix systems.
7135
7136 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
7137
7138 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
7139 the varalias that was accidentally removed by the 2009-11-19 change
7140 (bug#5186).
7141
7142 2009-12-12 Kenichi Handa <handa@m17n.org>
7143
7144 * language/indian.el (indian-compose-regexp): New function.
7145 (malayalam-composable-pattern): Fix the pattern.
7146 (composition-function-table): Set malayalam-composable-pattern for
7147 Malayalam characters.
7148
7149 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
7150
7151 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
7152 rather than down-mouse-1, based on follow-link conventions.
7153
7154 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
7155 are compiled.
7156
7157 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
7158
7159 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
7160 (verilog-vmm-statement-re, verilog-ovm-statement-re)
7161 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
7162 (verilog-leap-to-head, verilog-backward-token):
7163 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
7164
7165 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
7166
7167 * progmodes/verilog-mode.el (verilog-auto-lineup)
7168 (verilog-nameable-item-re): Cleanup user-visible spelling and
7169 documentation errors. One reported by Gary Delp.
7170 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
7171 (verilog-read-decls): Fix AUTOWIRE with types declared in a
7172 package, bug195. Reported by Pierre-David Pfister.
7173
7174 2009-12-11 Glenn Morris <rgm@gnu.org>
7175
7176 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
7177
7178 * mail/emacsbug.el: No longer require sendmail.
7179 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
7180 (report-emacs-bug-orig-text): Doc fix.
7181 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
7182 New local variables, to adapt to different mail-user-agents.
7183 (report-emacs-bug): Fix test for a gnu.org address.
7184 Use overlays for emphasis, since font-lock defeats 'face property.
7185 Pretest bugs also end up at the newsgroup these days.
7186 Stop message-mode stripping text properties.
7187 Set and use the new buffer-local variables.
7188 (report-emacs-bug-hook): Add doc-string.
7189 Remove some unnecessary save-excursions and simplify.
7190 Use the appropriate hook and send-command.
7191
7192 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
7193 capitalization of some menu entries.
7194
7195 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7196
7197 * whitespace.el (whitespace-display-char-on):
7198 Ensure `buffer-display-table' is unique when two or more windows are
7199 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
7200 New version 12.1.
7201
7202 2009-12-10 Eli Zaretskii <eliz@gnu.org>
7203
7204 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
7205 characters in the Attribute field.
7206
7207 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
7208
7209 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
7210
7211 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
7212
7213 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
7214 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7215 Disregard autoload-excludes.
7216 (update-directory-autoloads): Obey autoload-excludes here instead.
7217 But don't store its contents in no-autoloads and remove entries that
7218 refer to excludes files.
7219
7220 2009-12-10 Glenn Morris <rgm@gnu.org>
7221
7222 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
7223 (expand-mail-aliases): Define for compiler.
7224
7225 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
7226 Define for compiler.
7227
7228 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
7229 appropriate for the mail-user-agent in use.
7230
7231 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
7232
7233 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
7234
7235 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
7236
7237 Fix short log parsing and fontification.
7238 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
7239 Fix fontification for the [merge] label.
7240
7241 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
7242
7243 Drop some properties to avoid surprises (bug#5002).
7244 * htmlfontify.el (hfy-ignored-properties): New defcustom.
7245 (hfy-fontify-buffer): Use it.
7246
7247 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
7248
7249 Minor cleanup.
7250 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
7251 Adjust all callers.
7252 (ffap-locate-file): Remove unused arg `dir-ok' and make other
7253 args compulsory. Adjust callers.
7254 (ffap-gopher-at-point): Remove unused var `name'.
7255
7256 Get rid of the ELCFILES abomination.
7257 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
7258 (compile-elcfiles): New phony target.
7259 (compile-main): Compute ELCFILES dynamically.
7260 (compile-clean): New target to remove left-over elc files.
7261 (compile, all): Use it.
7262
7263 2009-12-09 Kenichi Handa <handa@etlken>
7264
7265 * international/mule-diag.el: Require help-mode instead of help-fns.
7266
7267 2009-12-09 Kenichi Handa <handa@m17n.org>
7268
7269 * international/mule-cmds.el (ucs-names): Supply sufficiently
7270 fine ranges instead of pre-calculating accurate ranges.
7271 Iterate with bigger gc-cons-threshold.
7272
7273 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
7274
7275 Add support for stashing a snapshot of the current tree.
7276 * vc-git.el (vc-git-stash-snapshot): New function.
7277 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
7278
7279 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
7280
7281 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
7282 instead of `(beginning|end)-of-line'.
7283
7284 2009-12-08 Glenn Morris <rgm@gnu.org>
7285
7286 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
7287
7288 * Makefile.in (ELCFILES): Regenerate.
7289
7290 2009-12-07 Juri Linkov <juri@jurta.org>
7291
7292 Don't lazy-highlight the comint output in history Isearch mode.
7293
7294 * comint.el (comint-history-isearch-search): Instead of
7295 `comint-line-beginning-position', use `comint-after-pmark-p'
7296 to check if point if before the process mark, and go to
7297 `process-mark' in this case.
7298
7299 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7300
7301 * textmodes/tex-mode.el (latex-complete)
7302 (latex-indent-or-complete): Remove.
7303 (latex-mode): Set completion-at-point-functions instead.
7304
7305 Provide a standard completion command and hook it into TAB.
7306 * minibuffer.el (completion-at-point-functions): New var.
7307 (completion-at-point): New command.
7308 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
7309 * progmodes/python.el (python-mode-map): Use completion-at-point.
7310 (python-completion-at-point): Rename from python-partial-symbol and
7311 adjust for use in completion-at-point-functions.
7312 (python-mode): Setup completion-at-point for Python completion.
7313 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
7314 extracted from lisp-complete-symbol.
7315 (lisp-complete-symbol): Use it.
7316 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
7317 setup completion-at-point for Elisp completion.
7318 (emacs-lisp-mode-map, lisp-interaction-mode-map):
7319 Use completion-at-point.
7320 * ielm.el (ielm-map): Use completion-at-point.
7321 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
7322 * progmodes/sym-comp.el: Move to...
7323 * obsolete/sym-comp.el: Move from progmodes.
7324
7325 2009-12-07 Eli Zaretskii <eliz@gnu.org>
7326
7327 Prevent save-buffer in Rmail buffers from using the coding-system
7328 of the current message, and from clobbering the encoding mnemonics
7329 in the mode line (Bug#4623).
7330
7331 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
7332 flag, too.
7333 (rmail-message-encoding): New variable.
7334 (rmail-write-region-annotate): Record the encoding of the current
7335 message in rmail-message-encoding.
7336 (rmail-after-save-hook): New function, restores the encoding of
7337 the current message after the message collection is saved.
7338
7339 2009-12-07 Juri Linkov <juri@jurta.org>
7340
7341 * progmodes/grep.el (grep-read-files): Use `completing-read'
7342 instead of `read-string'. Set its `collection' arg to
7343 `read-file-name-internal'. (Bug#4301)
7344
7345 2009-12-07 Juri Linkov <juri@jurta.org>
7346
7347 Correctly restore original Isearch point. (Bug#4994)
7348
7349 * isearch.el (isearch-mode): Move `isearch-push-state' after
7350 `(run-hooks 'isearch-mode-hook)'.
7351 (isearch-cancel): When `isearch-push-state-function' is defined,
7352 let-bind `isearch-cmds' to the first state (the last element of
7353 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
7354 function and restores the original point). Otherwise, move point
7355 to `isearch-opoint'.
7356
7357 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7358
7359 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
7360 chars that don't have names, so the table can be built much faster at
7361 run-time.
7362
7363 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
7364
7365 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
7366 change. Suggested by David Kastrup.
7367
7368 * simple.el (compose-mail): Check for incompatibilities and warn.
7369 (compose-mail-user-agent-warnings): New option.
7370
7371 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
7372
7373 Support showing a single log entry from vc-annotate.
7374 * vc.el (print-log): Add a new argument: START-REVISION.
7375 (vc-print-log-internal): Add a new optional argument and
7376 pass it to the backend.
7377 (vc-print-log, vc-print-root-log): Adjust callers.
7378 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
7379 buffer already displays the requested log entry, use it.
7380 Otherwise display only the log entry in question.
7381 * vc-svn.el (vc-svn-print-log):
7382 * vc-mtn.el (vc-mtn-print-log):
7383 * vc-hg.el (vc-hg-state):
7384 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
7385 (vc-git-show-log-entry): Return t on success.
7386 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
7387 (vc-bzr-show-log-entry): Return t on success.
7388 * vc-rcs.el (vc-rcs-print-log):
7389 * vc-sccs.el (vc-sccs-print-log):
7390 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
7391
7392 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
7393
7394 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
7395 Add menus to the meta mode. (Bug#5043)
7396
7397 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
7398
7399 * ediff-init.el (ediff-event-key): Use event-to-character instead of
7400 event-key.
7401
7402 * ediff.el (ediff-buffers-internal): Add unwind-protect.
7403
7404 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
7405
7406 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
7407 Berbain <raphael.berbain@gmail.com>.
7408
7409 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
7410 characters.
7411 (tramp-initial-end-of-output): New defconst.
7412 (tramp-methods, tramp-find-shell)
7413 (tramp-open-connection-setup-interactive-shell)
7414 (tramp-maybe-open-connection): Use it.
7415 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
7416 existence of `#' and `$'.
7417
7418 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
7419 `tramp-initial-end-of-output'.
7420
7421 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
7422
7423 Get the background mode from the terminal for xterm, and set
7424 faces accordingly.
7425 * term/xterm.el (xterm-set-background-mode): New function.
7426 (terminal-init-xterm): Use it in case xterm supports background
7427 color queries. Recompute faces after getting the background
7428 color.
7429
7430 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
7431
7432 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
7433 number comment back on its own line, for easier parsing.
7434
7435 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7436
7437 Make it work for non-file buffers (bug#5102).
7438 * doc-view.el (doc-view-current-cache-dir):
7439 Use doc-view-buffer-file-name rather than buffer-file-name.
7440 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
7441
7442 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
7443
7444 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
7445 author field is too short.
7446
7447 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
7448
7449 * vc-git.el (vc-git-print-log): Handle a limit argument.
7450 Display the short log in graph form and with labels.
7451 (vc-git-log-view-mode): Handle labels.
7452
7453 Make vc-revert change VC state from 'added to 'unregistered.
7454 * vc-git.el (vc-git-revert): Call git reset first.
7455
7456 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
7457
7458 * net/newst-backend.el, net/newst-plainview.el:
7459 * net/newst-reader.el, net/newst-ticker.el:
7460 * net/newst-treeview.el, net/newsticker.el:
7461 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
7462
7463 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
7464
7465 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
7466
7467 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
7468 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
7469 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
7470 Update annotation regexp.
7471
7472 * simple.el (beginning-of-visual-line): Constrain to field
7473 boundaries (Bug#5106).
7474
7475 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
7476
7477 * xml.el (xml-substitute-numeric-entities): Move
7478 newsticker--decode-numeric-entities in newst-backend.el to
7479 xml-substitute-numeric-entities in xml.el. (Bug#5008)
7480 * net/newst-backend.el (newsticker--parse-generic-feed)
7481 (newsticker--parse-generic-items)
7482 (newsticker--decode-numeric-entities): Move
7483 newsticker--decode-numeric-entities in newst-backend.el to
7484 xml-substitute-numeric-entities in xml.el. (Bug#5008)
7485
7486 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
7487
7488 * progmodes/js.el (js--js-not): Add null to the list of values.
7489
7490 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
7491
7492 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
7493
7494 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7495
7496 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
7497 delimiter if it is at the end of the current line.
7498 (bibtex-generate-url-list): Fix docstring.
7499
7500 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7501
7502 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
7503 minibuffer's content with itself.
7504 Fold the confirm-after-completion case into the `confirm' case.
7505 (completion-pcm-word-delimiters): Add : and / to the delimiters.
7506
7507 2009-12-06 Kevin Ryde <user42@zip.com.au>
7508
7509 * ffap.el (ffap-rfc-path): Make this a defcustom since
7510 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
7511
7512 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
7513 manuals, similar to existing setup for help-mode. (Bug#3913.)
7514
7515 2009-12-05 Juri Linkov <juri@jurta.org>
7516
7517 Save and restore dired buffer's point positions too. (Bug#4880)
7518
7519 * dired.el (dired-save-positions): Return in the first element
7520 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
7521 Doc fix.
7522 (dired-restore-positions): First restore buffer's position.
7523 While restoring window's positions, check if window still displays
7524 the original buffer.
7525
7526 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
7527
7528 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
7529 if possible.
7530
7531 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
7532 Make argument optional.
7533
7534 * shell.el (shell): Require ansi-color (Bug#5113).
7535
7536 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
7537
7538 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
7539
7540 2009-12-05 Alan Mackenzie <acm@muc.de>
7541
7542 * progmodes/cc-mode.el (c-before-hack-hook)
7543 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
7544 `c-file-style' to work again. This reversion restores the current
7545 software to its state in Emacs 23.1. (Bug#4146)
7546
7547 2009-12-05 Kevin Ryde <user42@zip.com.au>
7548
7549 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
7550 comment-start-skip to comment-end-skip as comment (Bug#4781).
7551
7552 2009-12-05 Juri Linkov <juri@jurta.org>
7553
7554 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
7555 for virtual nodes. (Bug#4147)
7556 (Info-find-node-2): Set `Info-current-node-virtual' to nil
7557 when moving from a virtual node.
7558 (Info-mode-menu): Add `Info-virtual-index' to the menu.
7559 (Info-mode): Add `Info-virtual-index' to the docstring.
7560
7561 2009-12-05 Eric Ludlam <zappo@gnu.org>
7562
7563 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
7564 Describe project macro symbols.
7565
7566 * cedet/semantic/complete.el (semantic-complete-do-completion):
7567 Don't call semantic-collector-current-exact-match.
7568
7569 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
7570 ede-objects as targets.
7571
7572 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
7573 a target's object list even if compiler vars are already in the
7574 Makefile.
7575
7576 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
7577 list of headers producing necessary macros.
7578
7579 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7580
7581 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
7582 track of the buffer position of the end of a BibTeX entry as this
7583 position may change during reformatting.
7584 (bibtex-format-entry): Remove whitespace before processing
7585 numerical fields so that we recognize the latter properly.
7586 (bibtex-reformat): Do not use push which changes the global value
7587 of bibtex-entry-format.
7588 (bibtex-field-braces-alist, bibtex-field-strings-alist)
7589 (bibtex-field-re-init): Replace only space characters by regexp
7590 for whitespace.
7591 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
7592 (bibtex-initialize): Also update bibtex-strings.
7593 (bibtex-kill-field): Preserve white space at end of entry.
7594 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
7595 Update bibtex-reference-keys.
7596
7597 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
7598
7599 * minibuffer.el (completion-pcm--merge-try): Also consider placing
7600 point after a star, if that's the only place where modifications can
7601 make progress.
7602
7603 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
7604
7605 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
7606 in docstrings.
7607
7608 2009-12-04 Juri Linkov <juri@jurta.org>
7609
7610 * proced.el (proced): Call `(proced-update t)' to update process
7611 information instead of only running proced-post-display-hook.
7612 (proced-send-signal): Add a leading space to the buffer name
7613 " *Marked Processes*" to make this buffer ephemeral.
7614
7615 2009-12-04 Juri Linkov <juri@jurta.org>
7616
7617 * dired.el (dired-auto-revert-buffer): New defcustom.
7618 (dired-internal-noselect): Use it.
7619
7620 2009-12-04 Juri Linkov <juri@jurta.org>
7621
7622 Change roles of modes and functions in image-mode.el (Bug#5062).
7623
7624 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
7625 in `auto-mode-alist'.
7626 (image-mode-previous-major-mode): New variable.
7627 (image-minor-mode-map): Rename from `image-mode-text-map'.
7628 (image-mode): Move graceful error-handling code from
7629 `image-minor-mode' to here. On errors call `image-mode-as-text'.
7630 (image-minor-mode): Remove all image-handling code.
7631 Replace `image-mode-text-map' with `image-minor-mode-map'.
7632 Check for `image-type' in mode-line format string.
7633 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
7634 (image-mode-as-text): New function with most code from
7635 `image-mode-maybe'.
7636 (image-toggle-display-text): Move code that removes image
7637 properties from `image-toggle-display' to here.
7638 (image-toggle-display-image): New function with code that adds
7639 image properties copied from `image-toggle-display'.
7640 (image-toggle-display): Remove most code with leaving only code
7641 that toggles between `image-mode-as-text' and `image-mode'.
7642
7643 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
7644
7645 * net/newst-treeview.el
7646 (newsticker--treeview-list-highlight-start): Restored call to
7647 save-excursion: Selected item was stuck.
7648 (newsticker--treeview-list-select): New.
7649 (newsticker--treeview-item-show-text)
7650 (newsticker--treeview-item-show)
7651 (newsticker--treeview-item-update): Use new
7652 newsticker-treeview-item-mode.
7653 (newsticker-treeview-update): Keep current item.
7654 (newsticker-treeview-next-new-or-immortal-item): Doc change.
7655 (newsticker--treeview-first-feed): Doc change.
7656 (newsticker-treeview-list-menu)
7657 (newsticker-treeview-item-menu): Added menu entries.
7658 (newsticker-treeview-item-mode): New.
7659
7660 * net/newst-backend.el (newsticker-customize): Delete other
7661 windows.
7662
7663 2009-12-04 Sam Steingold <sds@gnu.org>
7664
7665 * log-view.el (log-view-mode-map): "q" calls quit-window,
7666 like in all the other non-self-insert buffers.
7667
7668 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
7669
7670 Minor cleanup.
7671 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
7672 key decoding rather than do it manually via last-input-event +
7673 ascii-character.
7674 (term-exec): Use delete-and-extract-region.
7675 (term-handle-ansi-terminal-messages): Remove unused var `end'.
7676 (term-process-pager): Remove unused var `i'.
7677 (term-dynamic-simple-complete): Make obsolete.
7678 (serial-update-config-menu): Remove unused vars `y' and `str'.
7679 (term-update-mode-line): Remove unused var `temp'.
7680
7681 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
7682
7683 Limit the number of log entries displayed by default.
7684 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
7685 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
7686 using a prefix argument.
7687
7688 2009-12-03 Glenn Morris <rgm@gnu.org>
7689
7690 * progmodes/idlwave.el (class): Restore still useful declaration.
7691
7692 2009-12-03 Alan Mackenzie <acm@muc.de>
7693
7694 Enhance `c-parse-state' to run efficiently in "brace deserts".
7695
7696 * progmodes/cc-mode.el (c-basic-common-init):
7697 Call c-state-cache-init.
7698 (c-neutralize-syntax-in-and-mark-CPP): Rename from
7699 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
7700 placing `category' properties value 'c-cpp-delimiter at its boundaries.
7701
7702 * progmodes/cc-langs.el (c-before-font-lock-function):
7703 c-extend-and-neutralize-syntax-in-CPP has been renamed
7704 c-neutralize-syntax-in-and-mark-CPP.
7705
7706 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
7707 with `category' properties now, not `syntax-table' ones.
7708
7709 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
7710 enhanced (but slower) version of c-end-of-macro that won't land
7711 inside a literal or on another awkward character.
7712 (c-state-cache-too-far, c-state-cache-start)
7713 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
7714 (c-state-nonlit-pos-cache-limit, c-state-point-min)
7715 (c-state-point-min-lit-type, c-state-point-min-lit-start)
7716 (c-state-min-scan-pos, c-state-brace-pair-desert)
7717 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
7718 buffer local variables.
7719 (c-state-literal-at, c-state-lit-beg)
7720 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
7721 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
7722 (c-state-cache-top-paren, c-state-cache-after-top-paren)
7723 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
7724 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
7725 (c-renarrow-state-cache)
7726 (c-append-lower-brace-pair-to-state-cache)
7727 (c-state-push-any-brace-pair, c-append-to-state-cache)
7728 (c-remove-stale-state-cache)
7729 (c-remove-stale-state-cache-backwards, c-state-cache-init)
7730 (c-invalidate-state-cache-1, c-parse-state-1)
7731 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
7732 (c-parse-state): Enhance and refactor.
7733 (c-debug-parse-state): Amend to deal with all the new variables.
7734
7735 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
7736 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
7737 modify to use category text properties rather than syntax-table ones.
7738 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
7739 to switch off/on the syntactic paren property of C++ template
7740 delimiters using the category property.
7741 (c-with-<->-as-parens-suppressed): Macro to invoke code with
7742 template delims suppressed.
7743 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
7744 New constant/macros which apply category properties to the start
7745 and end of preprocessor constructs.
7746 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
7747 "comment out" the syntactic value of characters in preprocessor
7748 constructs.
7749 (c-with-cpps-commented-out)
7750 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
7751 with characters in all or all but one preprocessor constructs
7752 "commented out".
7753
7754 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7755
7756 * proced.el (proced-filter-alist): Use regexp-quote.
7757
7758 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
7759
7760 Cleanup.
7761 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
7762 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
7763 arguments. Expand `default-directory'.
7764
7765 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
7766 the benefit of returning an expanded localname.
7767 (tramp-tramp-file-p): Handle the case NAME is not a string.
7768
7769 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
7770
7771 Add support for bzr shelve/unshelve.
7772 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
7773 (vc-bzr-extra-menu-map): New variables.
7774 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
7775 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
7776 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
7777 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
7778 (vc-bzr-dir-extra-headers): Display shelves.
7779
7780 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
7781
7782 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7783
7784 * textmodes/bibtex.el (bibtex-complete-internal):
7785 Use completion-in-region.
7786 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
7787
7788 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
7789
7790 Support applying stashes. Improve UI.
7791 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
7792 (vc-git-stash-apply, vc-git-stash-pop)
7793 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
7794 (vc-git-stash-menu): New functions.
7795 (vc-git-stash-menu-map): New variable.
7796 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
7797
7798 2009-12-03 Glenn Morris <rgm@gnu.org>
7799
7800 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
7801 (vc-print-log-internal): Fix previous change.
7802 (vc-revert): Correct pluralization.
7803
7804 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7805
7806 * progmodes/make-mode.el (makefile-special-targets-list): No need for
7807 it to be an alist any more.
7808 (makefile-complete): Use completion-in-region.
7809
7810 * progmodes/octave-mod.el (octave-complete-symbol):
7811 Use completion-in-region.
7812
7813 Misc cleanup.
7814 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
7815 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
7816 (idlwave-complete-class): Don't quote lambda.
7817 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
7818 (idlwave-mode-map): Move initialization into declaration.
7819 (idlwave-action-and-binding): Use backquotes.
7820 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
7821 Simplify.
7822 (idlwave-is-pointer-dereference): Remove unused var `pos'.
7823 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
7824 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
7825 `parts', and `all-parts'.
7826 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
7827 (idlwave-convert-xml-system-routine-info): Remove unused string
7828 `version-string'.
7829 (idlwave-display-user-catalog-widget): Use dolist.
7830 (idlwave-scanning-lib): Declare dynamically-scoped var.
7831 (idlwave-scan-library-catalogs): Remove unused var `flags'.
7832 (completion-highlight-first-word-only): Declare to silence bytecomp.
7833 (idlwave-popup-select): Tighten scope of `resp'.
7834 (idlwave-find-struct-tag): Remove unused var `beg'.
7835 (idlwave-after-load-rinfo-hook): Declare.
7836 (idlwave-sintern-class-info): Remove unused var `taglist'.
7837 (idlwave-find-class-definition): Remove unused var `list'.
7838 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
7839 (idlwave-what-module-find-class): Remove unused var `classes'.
7840
7841 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
7842
7843 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
7844
7845 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7846
7847 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
7848 buffers visited. Remove redundant current-buffer-saving.
7849
7850 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7851
7852 Use completion-in-buffer and remove uses of dynamic scoping.
7853 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
7854 (pascal-buffer-to-use, pascal-flag): Don't declare.
7855 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
7856 (pascal-get-completion-decl, pascal-keyword-completion):
7857 Add `pascal-str' argument, save-excursion,
7858 return the found completions, and don't filter with pascal-pred.
7859 (pascal-completion-cache): New var.
7860 (pascal-completion): Don't switch buffer any more (it was never
7861 necessary). Don't save-excursion any more (it's done by the called
7862 subroutines). Use a cache to avoid redundant computations.
7863 Use complete-with-action rather than pascal-completion-response and
7864 let it apply the predicate as well.
7865 (pascal-complete-word): Use completion-in-buffer when
7866 pascal-toggle-completions is nil.
7867 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
7868 not used any more.
7869 (pascal-comp-defun): Don't change buffer any more.
7870 Use complete-with-action rather than pascal-completion-response and
7871 let it apply the predicate as well.
7872 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
7873 when neded.
7874
7875 2009-12-02 Kenichi Handa <handa@m17n.org>
7876
7877 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
7878 shape for all Indic scripts.
7879
7880 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7881
7882 Use completion-in-buffer.
7883 * wid-edit.el (widget-field-text-end): New function.
7884 (widget-field-value-get): Use it.
7885 (widget-string-complete, widget-file-complete)
7886 (widget-color-complete): Use it and completion-in-region.
7887 (widget-complete): Don't narrow the buffer.
7888
7889 2009-12-02 Glenn Morris <rgm@gnu.org>
7890
7891 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
7892 (rmail-select-summary): Use rmail-pop-to-buffer.
7893 * mail/rmailsum.el: Replace all pop-to-buffer calls with
7894 rmail-pop-to-buffer, to prevent horizontal splits.
7895
7896 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
7897 save-excursion with save-current-buffer.
7898 Widen before searching. (Bug#5093)
7899 (diary-list-sexp-entries): Remove superfluous save-excursion.
7900
7901 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
7902
7903 * woman.el (woman-make-bufname): Handle man-pages with "." in the
7904 name. (Bug#5038)
7905
7906 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
7907
7908 * ido.el (ido-file-internal): Handle filenames at point that do
7909 not have a directory part. (Bug#5049)
7910
7911 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
7912
7913 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
7914 (mpc-songs-jump-to, mpc-resume): Doc fixes.
7915
7916 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
7917
7918 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
7919 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
7920 any more.
7921
7922 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7923
7924 * comint.el (comint-insert-input): Ignore clicks to the right of
7925 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
7926
7927 * vc.el (vc-print-log-internal): Don't wait for the process to
7928 terminate before setting up the major mode.
7929
7930 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
7931 in case.
7932
7933 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
7934 the last element.
7935
7936 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
7937
7938 2009-12-01 Glenn Morris <rgm@gnu.org>
7939
7940 * window.el (window--display-buffer-2): Fix previous changes.
7941
7942 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
7943
7944 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
7945
7946 2009-12-01 Glenn Morris <rgm@gnu.org>
7947
7948 * Makefile.in (ELCFILES): Add mpc.elc.
7949
7950 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7951
7952 * mpc.el: New file.
7953
7954 2009-12-01 Glenn Morris <rgm@gnu.org>
7955
7956 * window.el (window-to-use): Define for compiler.
7957
7958 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
7959 consistent with others (no final period).
7960
7961 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
7962 (rmail-mime-show): Downcase the encoding. (Bug#5070)
7963
7964 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
7965
7966 Make vc-print-log buttons work.
7967 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
7968
7969 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
7970
7971 * savehist.el (savehist-autosave-interval): Allow setting to nil
7972 through customize. (Bug#5056)
7973
7974 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
7975
7976 Fix references to jit-lock properties.
7977 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7978 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
7979 (perl-font-lock-special-syntactic-constructs):
7980 Quote jit-lock-defer-multiline property.
7981
7982 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
7983
7984 * vc-git.el (vc-git-registered): Call vc-git-root only once.
7985
7986 2009-11-30 Juri Linkov <juri@jurta.org>
7987
7988 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
7989 value `buffer' of `multi-isearch-next-buffer-current-function'.
7990 Use `(current-buffer)' when `buffer' is nil.
7991 (multi-isearch-next-buffer-from-list): Don't fallback to
7992 `(current-buffer)' when `buffer' is nil. (Bug#4947)
7993
7994 2009-11-30 Juri Linkov <juri@jurta.org>
7995
7996 * misearch.el (multi-isearch-read-buffers): Move canonicalization
7997 of buffers with `get-buffer' to `multi-isearch-buffers'.
7998 (multi-isearch-buffers, multi-isearch-buffers-regexp):
7999 Canonicalize BUFFERS with `get-buffer'. Doc fix.
8000 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
8001 FILES with `expand-file-name' converting relative file names
8002 to absolute. Doc fix. (Bug#4727)
8003
8004 2009-11-30 Juri Linkov <juri@jurta.org>
8005
8006 * misearch.el (multi-isearch-read-buffers)
8007 (multi-isearch-read-matching-buffers): New functions.
8008 (multi-isearch-buffers, multi-isearch-buffers-regexp):
8009 Use them in the `interactive' spec. Doc fix.
8010 (multi-isearch-read-files, multi-isearch-read-matching-files):
8011 New functions.
8012 (multi-isearch-files, multi-isearch-files-regexp):
8013 Use them in the `interactive' spec. Doc fix. (Bug#4725)
8014
8015 2009-11-30 Juri Linkov <juri@jurta.org>
8016
8017 * doc-view.el (doc-view-continuous):
8018 Rename from `doc-view-continuous-mode'.
8019 (doc-view-menu): Move "Toggle display" to the top.
8020 Add submenu "Continuous" with radio buttons "Off"/"On"
8021 and "Save as Default".
8022 (doc-view-scroll-up-or-next-page)
8023 (doc-view-scroll-down-or-previous-page)
8024 (doc-view-next-line-or-next-page)
8025 (doc-view-previous-line-or-previous-page): Rename
8026 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
8027
8028 2009-11-30 Juri Linkov <juri@jurta.org>
8029
8030 * comint.el (comint-mode-map): Rebind `M-r' from
8031 `comint-previous-matching-input' to
8032 `comint-history-isearch-backward-regexp'.
8033 Unbind `M-s' to allow global key binding `M-s'.
8034 Add menu items for `comint-history-isearch-backward' and
8035 `comint-history-isearch-backward-regexp'. (Bug#3746)
8036
8037 2009-11-30 Juri Linkov <juri@jurta.org>
8038
8039 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
8040 For def=recenter, replace `recenter' with `recenter-top-bottom'
8041 that is called with `this-command' and `last-command' let-bound
8042 to `recenter-top-bottom'. When the last `def' was not `recenter',
8043 set `recenter-last-op' to nil. (Bug#4981)
8044
8045 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8046
8047 Minor cleanup and simplification.
8048 * filecache.el (file-cache-add-directory)
8049 (file-cache-add-directory-recursively)
8050 (file-cache-add-from-file-cache-buffer)
8051 (file-cache-delete-file-regexp, file-cache-delete-directory)
8052 (file-cache-files-matching-internal, file-cache-display): Use dolist.
8053 (file-cache-temp-minibuffer-message): Delete function.
8054 (file-cache-minibuffer-complete): Use minibuffer-message instead.
8055
8056 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8057 Don't signal an error when bumping into EOB in tr, s, or y.
8058
8059 2009-11-29 Juri Linkov <juri@jurta.org>
8060
8061 * startup.el (fancy-about-text): Fix wording of Guided Tour.
8062 (Bug#4960)
8063
8064 * descr-text.el (describe-char-unidata-list): Use lowercase name
8065 for "Unicode name" like in other tags.
8066
8067 2009-11-29 Juri Linkov <juri@jurta.org>
8068
8069 * ediff-util.el (ediff-minibuffer-with-setup-hook):
8070 New compatibility macro.
8071 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
8072
8073 2009-11-29 Juri Linkov <juri@jurta.org>
8074
8075 Add defcustom to define the cycling order of `recenter-top-bottom'.
8076 (Bug#4981)
8077
8078 * window.el (recenter-last-op): Doc fix.
8079 (recenter-positions): New defcustom.
8080 (recenter-top-bottom): Rewrite to use `recenter-positions'.
8081 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
8082
8083 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
8084
8085 Improve integration of Tramp and ange-ftp in eshell.
8086
8087 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
8088 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
8089 (eshell/sudo): Flatten args. Let-bind `default-directory'.
8090
8091 * eshell/esh-util.el (top): Require also Tramp when compiling.
8092 (eshell-directory-files-and-attributes): Check for FTP remote
8093 connection.
8094 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
8095 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
8096 (eshell-file-attributes): Handle ".". Return `entry'.
8097
8098 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
8099 (ange-ftp-directory-files-and-attributes)
8100 (ange-ftp-real-directory-files-and-attributes): New defuns.
8101
8102 * net/tramp.el (tramp-maybe-open-connection): Open the remote
8103 shell with "exec" when possible. This prevents trailing prompts
8104 in `start-file-process'.
8105
8106 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8107
8108 Try and remove assumptions about point-min==1.
8109 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
8110 (rng-compute-mode-line-string): Show the validation percentage in
8111 terms of the narrowed text, not the widened text.
8112 (rng-do-some-validation): Don't catch internal errors when debugging.
8113 (rng-first-error): Simplify.
8114 (rng-after-change-function): Remove work around. AFAIK the bug has
8115 been fixed a while ago.
8116
8117 * image-mode.el (image-minor-mode): Exit more gracefully when the image
8118 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
8119
8120 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
8121
8122 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
8123 `cd' doesn't always do it for us (bug#5067).
8124
8125 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
8126 on 2009-10-25 as part of some other change (bug#5067).
8127
8128 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
8129
8130 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
8131 `suspicious'.
8132 (byte-compile-warnings): Use byte-compile-warning-types.
8133 (byte-compile-save-excursion): Warn about use of set-buffer right
8134 after save-excursion.
8135
8136 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
8137 the excursion as well.
8138
8139 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
8140
8141 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
8142 providing a Tramp related implementation of "su" and "sudo".
8143 (eshell-unix-initialize): Add "su" and "sudo".
8144
8145 2009-11-27 Daiki Ueno <ueno@unixuser.org>
8146
8147 * net/socks.el (socks-send-command): Convert binary request to
8148 unibyte before sending. This fixes mishandling of some port
8149 numbers such as 129.
8150
8151 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
8152
8153 * help.el (describe-bindings-internal): Remove `interactive'.
8154
8155 * man.el (Man-completion-table): Trim a terminating "(".
8156 Remove the space between name page a section.
8157 Add the command's description on the `help-echo' property.
8158 Remove `process-connection-type' binding since it's unused by
8159 call-process.
8160 Provide completion for the "<section> <name>" format as well.
8161 (Man-default-man-entry): Remove spurious var shadowing the argument.
8162
8163 2009-11-26 Kevin Ryde <user42@zip.com.au>
8164
8165 * log-view.el: Add "Keywords: tools", since its other keywords
8166 aren't in finder-known-keywords, and following vc.el.
8167
8168 * sha1.el (sha1-string-external): default-directory "/" in case
8169 otherwise non-existent. process-connection-type pipe for touch of
8170 efficiency recommended by elisp manual. (An aside in Bug#3911.)
8171
8172 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8173
8174 Misc coding convention cleanups.
8175 * htmlfontify.el (hfy-init-kludge-hook): Rename from
8176 hfy-init-kludge-hooks.
8177 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
8178 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
8179 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
8180 and push.
8181 (hfy-slant, hfy-weight): Use tables rather than code.
8182 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
8183 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
8184 (hfy-face-attr-for-class): Initialize `face-spec' directly.
8185 (hfy-face-to-css): Remove `nconc' with single arg.
8186 (hfy-p-to-face-lennart): Use `or'.
8187 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
8188 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
8189 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
8190 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
8191 (hfy-force-fontification): Use run-hooks.
8192
8193 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
8194
8195 Various minor fixes.
8196 * htmlfontify.el (hfy-default-header): Add toggle_invis since
8197 Javascript belongs in the header, not the body.
8198 (hfy-javascript): Remove.
8199 (hfy-fontify-buffer): Don't insert it any more.
8200 (hfy-face-at): Handle (face0 face1 face2) style face properties.
8201 Fix bug in invis handling when there were no invis props in a chunk.
8202
8203 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8204
8205 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
8206
8207 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
8208
8209 * finder.el (finder-mode-map): Add a menu.
8210
8211 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
8212
8213 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
8214 "unsigned" structs.
8215
8216 (verilog-leap-to-head, verilog-backward-token): Handle "disable
8217 fork" statement better.
8218
8219 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
8220
8221 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
8222 (verilog-delete-auto, verilog-delete-empty-auto-pair)
8223 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
8224 Reported by Clay Douglass.
8225
8226 (verilog-auto-inst, verilog-auto-star-safe)
8227 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
8228 Fix removing "// Interfaces" when saving .* expansions. Reported by
8229 Pierre-David Pfister.
8230
8231 2009-11-26 Glenn Morris <rgm@gnu.org>
8232
8233 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
8234 the scope.
8235
8236 2009-11-25 Johan Bockgård <bojohan@gnu.org>
8237
8238 * vc-annotate.el (vc-annotate-revision-previous-to-line):
8239 Really use previous revision.
8240
8241 2009-11-25 Kevin Ryde <user42@zip.com.au>
8242
8243 * man.el (Man-completion-table): default-directory "/" in case
8244 doesn't otherwise exist. process-environment COLUMNS=999 so as
8245 not to truncate long names. process-connection-type pipe to avoid
8246 any chance of hitting the pseudo-tty TIOCGWINSZ.
8247 (man): completion-ignore-case t for friendliness and since man
8248 itself is case-insensitive on the command line.
8249 Further to Bug#3717.
8250
8251 * arc-mode.el: Add "Keywords: files", so the details in its
8252 commentary can be reached from finder-by-keyword.
8253 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
8254 editing mode, but it's comms related and sgml-mode.el has "comm"
8255 on that basis too.
8256 * textmodes/bibtex-style.el: Add "Keywords: tex".
8257 * international/isearch-x.el, international/ja-dic-cnv.el:
8258 * international/ja-dic-utl.el, international/kkc.el:
8259 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
8260
8261 2009-11-25 Juri Linkov <juri@jurta.org>
8262
8263 * man.el (Man-completion-table): Modify regexp to include
8264 section names to completion strings. (Bug#3717)
8265
8266 2009-11-25 Juri Linkov <juri@jurta.org>
8267
8268 Search recursively in gzipped files. (Bug#4982)
8269
8270 * progmodes/grep.el (grep-highlight-matches): Add new options
8271 `always' and `auto'. Doc fix.
8272 (grep-process-setup): Check `grep-highlight-matches' for
8273 `auto-detect' to determine the need to compute grep defaults.
8274 Move Windows/DOS specific --colors settings handling
8275 to `grep-compute-defaults'. Check `grep-highlight-matches'
8276 to get the value of "--color=".
8277 (grep-compute-defaults): Compute `grep-highlight-matches' when it
8278 has the value `auto-detect'. Move Windows/DOS specific settings
8279 from `grep-process-setup'.
8280 (zrgrep): New command with alias `rzgrep'.
8281
8282 2009-11-25 Juri Linkov <juri@jurta.org>
8283
8284 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
8285 to nil instead of switching off view-mode. (Bug#4896)
8286
8287 2009-11-25 Juri Linkov <juri@jurta.org>
8288
8289 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
8290
8291 * mwheel.el (mwheel-scroll-up-function)
8292 (mwheel-scroll-down-function): New defvars.
8293 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
8294 `scroll-up', and `mwheel-scroll-down-function' instead of
8295 `scroll-down'.
8296
8297 * doc-view.el (doc-view-scroll-up-or-next-page)
8298 (doc-view-scroll-down-or-previous-page): Add optional ARG.
8299 Use this ARG in the call to image-scroll-up/image-scroll-down.
8300 Change `interactive' spec to "P". Goto next/previous page only
8301 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
8302 SPC/DEL case). Doc fix.
8303 (doc-view-next-line-or-next-page)
8304 (doc-view-previous-line-or-previous-page): Rename arg to ARG
8305 for consistency.
8306 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
8307 `doc-view-scroll-up-or-next-page', and buffer-local
8308 `mwheel-scroll-down-function' to
8309 `doc-view-scroll-down-or-previous-page'.
8310
8311 2009-11-25 Juri Linkov <juri@jurta.org>
8312
8313 Provide additional default values (directories at other Dired
8314 windows) via M-n in the minibuffer of some Dired commands.
8315
8316 * dired-aux.el (dired-diff, dired-compare-directories)
8317 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
8318 `minibuffer-default' in `minibuffer-with-setup-hook'.
8319 (dired-dwim-target-directory): Find a window that displays Dired
8320 buffer instead of failing when the next window is not Dired.
8321 Use `get-window-with-predicate' to find for the next Dired window.
8322 (dired-dwim-target-defaults): New function.
8323
8324 * ediff-util.el (ediff-read-file-name):
8325 Use `dired-dwim-target-defaults' to set `minibuffer-default'
8326 in `minibuffer-with-setup-hook'.
8327
8328 2009-11-25 Juri Linkov <juri@jurta.org>
8329
8330 Provide additional default values (file name at point or at the
8331 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
8332
8333 * minibuffer.el (read-file-name-defaults): New function.
8334 (read-file-name): Reset `minibuffer-default' to nil when
8335 it duplicates initial input `insdef'.
8336 Bind `minibuffer-default-add-function' to lambda that
8337 calls `read-file-name-defaults' in `minibuffer-selected-window'.
8338 (minibuffer-insert-file-name-at-point): New command.
8339
8340 * files.el (file-name-at-point-functions): New defcustom.
8341 (find-file-default): Remove defvar.
8342 (find-file-read-args): Don't use `find-file-default'.
8343 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
8344 to `read-file-name'.
8345 (find-file-literally): Use `read-file-name' with
8346 `confirm-nonexistent-file-or-buffer'.
8347
8348 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
8349
8350 * dired.el (dired-read-dir-and-switches):
8351 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
8352 to `read-file-name'.
8353 (dired-file-name-at-point): New function.
8354 (dired-mode): Add hook `dired-file-name-at-point' to
8355 `file-name-at-point-functions'.
8356
8357 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
8358
8359 Really make the *Completions* window soft-dedicated (bug#5030).
8360 * window.el (window--display-buffer-2): Add `dedicated' argument.
8361 (display-buffer): Pass it when needed so the dedicated flag is set
8362 after calling set-window-buffer, which would otherwise reset it.
8363
8364 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
8365
8366 * progmodes/meta-mode.el (meta-complete-symbol):
8367 * progmodes/etags.el (complete-tag):
8368 * mail/mailabbrev.el (mail-abbrev-complete-alias):
8369 Use completion-in-region.
8370
8371 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
8372 (dabbrev-completion): Use completion-in-region.
8373 (dabbrev--abbrev-at-point): Simplify regexp.
8374
8375 * abbrev.el (abbrev--before-point): Use word-motion functions
8376 if :regexp is not specified (bug#5031).
8377
8378 * subr.el (string-prefix-p): New function.
8379
8380 * man.el (Man-completion-cache): New var.
8381 (Man-completion-table): Use it.
8382
8383 * vc.el (vc-print-log-internal): Make `limit' optional for better
8384 compatibility (e.g. with vc-annotate.el).
8385
8386 2009-11-24 Kevin Ryde <user42@zip.com.au>
8387
8388 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
8389 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
8390
8391 * emacs-lisp/elint.el (elint-add-required-env): Better error message
8392 when .el source file not found or other error.
8393
8394 2009-11-24 Markus Triska <markus.triska@gmx.at>
8395
8396 * linum.el (linum-update-window): Ignore intangible (bug#4996).
8397
8398 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8399
8400 Handle the [back] button properly (bug#4979).
8401 * descr-text.el (describe-text-properties): Add a `buffer' argument.
8402 Use help-setup-xref, help-buffer, and with-help-window.
8403 (describe-char): Add `buffer' argument.
8404 Pass proper command to help-setup-xref. Don't meddle with
8405 help-xref-stack-item directly.
8406 (describe-text-category): Use with-help-window and help-buffer.
8407
8408 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
8409 for the displayed buffer (bug#4887).
8410
8411 * man.el (Man-completion-table): New function.
8412 (man): Use it.
8413
8414 2009-11-24 David Reitter <david.reitter@gmail.com>
8415
8416 * vc-git.el (vc-git-registered): Use checkout directory (where
8417 .git is) rather than the file's directory and a relative path spec
8418 to work around a bug in git.
8419
8420 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
8421
8422 Improve handling of processes on remote hosts.
8423
8424 * eshell/esh-util.el (eshell-path-env): New defvar.
8425 (eshell-parse-colon-path): New defun.
8426 (eshell-file-attributes): Use `eshell-parse-colon-path'.
8427
8428 * eshell/esh-ext.el (eshell-search-path):
8429 Use `eshell-parse-colon-path'.
8430 (eshell-remote-command): Remove argument HANDLER.
8431 (eshell-external-command): Check for FTP remote connection.
8432
8433 * eshell/esh-proc.el (eshell-gather-process-output):
8434 Use `file-truename', in order to start also symlinked files.
8435 Apply `start-file-process' instead of `start-process'.
8436 Shorten `command' to the local file name part.
8437
8438 * eshell/em-cmpl.el (eshell-complete-commands-list):
8439 Use `eshell-parse-colon-path'.
8440
8441 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
8442
8443 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
8444 to `eshell-directory-change-hook'.
8445
8446 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
8447
8448 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
8449 because it could be enabled automatically if view-read-only is non-nil.
8450
8451 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
8452
8453 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
8454 made on 2009-11-22.
8455
8456 2009-11-24 Glenn Morris <rgm@gnu.org>
8457
8458 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
8459 deleted variable bookmark-bmenu-bookmark-column.
8460
8461 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
8462 Move after definition of global-semantic-idle-tag-highlight-mode.
8463
8464 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8465
8466 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
8467
8468 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
8469
8470 * net/browse-url.el (browse-url-filename-alist): On Windows, add
8471 two slashes to the "file:" prefix.
8472 (browse-url-file-url): De-munge Cygwin filenames before passing
8473 them to Windows browser.
8474 (browse-url-default-windows-browser): Use call-process.
8475
8476 2009-11-23 Juri Linkov <juri@jurta.org>
8477
8478 Implement DocView Continuous mode. (Bug#4896)
8479 * doc-view.el (doc-view-continuous-mode): New defcustom.
8480 (doc-view-mode-map): Bind C-n/<down> to
8481 `doc-view-next-line-or-next-page', C-p/<up> to
8482 `doc-view-previous-line-or-previous-page'.
8483 (doc-view-next-line-or-next-page)
8484 (doc-view-previous-line-or-previous-page): New commands.
8485
8486 2009-11-23 Juri Linkov <juri@jurta.org>
8487
8488 Implement Isearch in comint input history. (Bug#3746)
8489 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
8490 `isearch-mode-hook'.
8491 (comint-history-isearch): New defcustom.
8492 (comint-history-isearch-backward)
8493 (comint-history-isearch-backward-regexp): New commands.
8494 (comint-history-isearch-message-overlay): New buffer-local variable.
8495 (comint-history-isearch-setup, comint-history-isearch-end)
8496 (comint-goto-input, comint-history-isearch-search)
8497 (comint-history-isearch-message, comint-history-isearch-wrap)
8498 (comint-history-isearch-push-state)
8499 (comint-history-isearch-pop-state): New functions.
8500
8501 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
8502
8503 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
8504 return.
8505 (tramp-handle-make-symbolic-link)
8506 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
8507 Quote file names.
8508 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
8509 (tramp-handle-process-file): Use it.
8510
8511 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
8512
8513 * window.el (move-to-window-line-last-op): Remove.
8514 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
8515
8516 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
8517
8518 Make M-r mirror the new cycling behavior of C-l.
8519 * window.el (move-to-window-line-last-op): New var.
8520 (move-to-window-line-top-bottom): New command.
8521 (global-map): Bind M-r move-to-window-line-top-bottom.
8522
8523 2009-11-23 Sven Joachim <svenjoac@gmx.de>
8524
8525 * dired-x.el (dired-guess-shell-alist-default):
8526 Support xz format. (Bug#4953)
8527
8528 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
8529
8530 * cedet/srecode/map.el (srecode-get-maps):
8531 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
8532 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
8533 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
8534 (semantic-toggle-decoration-style):
8535 * cedet/semantic/decorate/include.el
8536 (semantic-decoration-include-describe)
8537 (semantic-decoration-unknown-include-describe)
8538 (semantic-decoration-unparsed-include-describe)
8539 (semantic-decoration-all-include-summary):
8540 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
8541 * cedet/semantic/analyze/complete.el
8542 (semantic-analyze-possible-completions):
8543 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
8544 (semantic-show-unmatched-syntax-mode)
8545 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
8546 (semantic-highlight-func-mode):
8547 * cedet/semantic/util.el (semantic-describe-buffer):
8548 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
8549 (semantic-symref-find-tags-by-name)
8550 (semantic-symref-find-tags-by-regexp)
8551 (semantic-symref-find-tags-by-completion)
8552 (semantic-symref-find-file-references-by-name)
8553 (semantic-symref-find-text):
8554 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
8555 (senator-yank-tag):
8556 * cedet/semantic/scope.el (semantic-calculate-scope):
8557 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
8558 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
8559 (define-semantic-idle-service):
8560 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
8561 (semantic-complete-analyze-inline-idle):
8562 * cedet/semantic/analyze.el (semantic-analyze-current-context):
8563 * cedet/mode-local.el (describe-mode-local-bindings)
8564 (describe-mode-local-bindings-in-mode):
8565 * cedet/ede/make.el (ede-make-check-version):
8566 * cedet/ede/locate.el (ede-enable-locate-on-project):
8567 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
8568 (cedet-idutils-version-check):
8569 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
8570 (cedet-gnu-global-version-check):
8571 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
8572 (cedet-cscope-version-check): Use called-interactively-p instead
8573 of interactive-p.
8574
8575 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
8576 Use semantic-format-tag-prototype.
8577
8578 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
8579
8580 * emulation/viper-cmd.el: Use viper-last-command-char instead of
8581 last-command-char/last-command-event.
8582 (viper-prefix-arg-value): Do correct conversion of event-char for
8583 XEmacs.
8584
8585 * emulation/viper-util.el, emulation/viper.el:
8586 Use viper-last-command-char instead of
8587 last-command-char/last-command-event.
8588
8589 * ediff-init.el, ediff-mult.el, ediff-util.el:
8590 Replace last-command-char and last-command-event
8591 with (ediff-last-command-char) everywhere.
8592
8593 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
8594 created in fundamental mode.
8595
8596 * ediff.el (ediff-version): Revert the change of interactive-p to
8597 called-interactively-p.
8598
8599 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
8600
8601 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
8602 generation from word-movement command names.
8603
8604 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
8605
8606 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
8607 (semantic-complete-jump-local, semantic-complete-jump):
8608 Improve prompt string.
8609
8610 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
8611
8612 * cus-start.el (all): Add native condition for font-use-system-font.
8613
8614 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
8615
8616 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8617 Correct the patch from 2009-11-18. (Bug#3910)
8618
8619 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
8620
8621 * progmodes/subword.el: Rename from lisp/subword.el.
8622
8623 * subword.el: Rename to progmodes/subword.el.
8624
8625 * Makefile.in (ELCFILES): Adapt to subword.el move.
8626
8627 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8628 Stefan Monnier <monnier@iro.umontreal.ca>
8629
8630 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
8631 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
8632 (bookmark-bmenu-show-filenames): Use push.
8633 (bookmark-bmenu-hide-filenames): Use local var instead of
8634 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
8635 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
8636 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
8637 filenames now that the bookmark names are always available.
8638
8639 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8640
8641 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
8642 (bookmark-search-pattern): Move and leave unbound.
8643 (bookmark-bmenu-mode-map): Change binding.
8644 (bookmark-read-search-input): Simplify.
8645 Don't use text-char-description. Don't error on non-char events.
8646 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
8647 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
8648 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
8649 Use a local var for the timer.
8650 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
8651 (i.e. bookmark-bmenu-search).
8652
8653 2009-11-21 Glenn Morris <rgm@gnu.org>
8654
8655 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
8656
8657 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
8658
8659 * net/browse-url.el (browse-url-default-windows-browser):
8660 Use cygstart for cygwin.
8661
8662 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
8663
8664 * bookmark.el: Formatting and doc fixes only:
8665 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
8666 (bookmark-bmenu-search): Wrap to fit within 80 columns.
8667 Minor grammar and punctuation fixes in doc string.
8668 (bookmark-read-search-input): Adjust to fit within 80 columns.
8669
8670 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
8671
8672 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
8673 (c-backward-into-nomenclature): Adapt to subword renaming.
8674
8675 * subword.el (subword-forward, subword-backward, subword-mark)
8676 (subword-kill, subword-backward-kill, subword-transpose)
8677 (subword-downcase, subword-upcase, subword-capitalize)
8678 (subword-forward-internal, subword-backward-internal):
8679 Rename from forward-subword, backward-subword, mark-subword,
8680 kill-subword, backward-kill-subword, transpose-subwords,
8681 downcase-subword, upcase-subword, capitalize-subword,
8682 forward-subword-internal, backward-subword-internal.
8683
8684 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8685
8686 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
8687 New options.
8688 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
8689 New vars.
8690 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
8691 (bookmark-bmenu-filter-alist-by-regexp)
8692 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
8693 (bookmark-bmenu-search): New command.
8694 (bookmark-bmenu-mode-map): Bind it.
8695
8696 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
8697
8698 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
8699
8700 * cedet/semantic/idle.el (define-semantic-idle-service)
8701 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
8702
8703 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
8704
8705 * progmodes/cc-cmds.el: declare-functioned forward-subword and
8706 backward-subword to quit the byte-compiler.
8707
8708 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
8709
8710 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
8711
8712 * progmodes/cc-cmds.el (c-update-modeline)
8713 (c-forward-into-nomenclature, c-backward-into-nomenclature):
8714 Refer to subword.el functions instead of cc-subword.el.
8715
8716 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
8717 subword.el functions instead of cc-subword.el.
8718
8719 * progmodes/cc-subword.el: Rename to subword.el.
8720 * subword.el: Rename from progmodes/cc-subword.el.
8721 (subword-mode-map): Rename from c-subword-mode-map.
8722 (subword-mode): Rename from c-subword-mode.
8723 (global-subword-mode): New global minor mode.
8724 (forward-subword): Rename from c-forward-subword.
8725 (backward-subword): Rename from c-backward-subword.
8726 (mark-subword): Rename from c-mark-subword.
8727 (kill-subword): Rename from c-kill-subword.
8728 (backward-kill-subword): Rename from c-backward-kill-subword.
8729 (transpose-subwords): Rename from c-tranpose-subword.
8730 (downcase-subword): Rename from c-downcase-subword.
8731 (capitalize-subword): Rename from c-capitalize-subword.
8732 (forward-subword-internal): Rename from c-forward-subword-internal.
8733 (backward-subword-internal): Rename from c-backward-subword-internal.
8734
8735 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
8736
8737 * vc.el (vc-deduce-fileset): Allow non-state changing operations
8738 from a dired buffer.
8739 (vc-dired-deduce-fileset): New function.
8740 (vc-root-diff, vc-print-root-log): Use it.
8741
8742 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
8743 nil LIMIT argument to vc-print-log-internal.
8744
8745 2009-11-20 Glenn Morris <rgm@gnu.org>
8746
8747 * Makefile.in (ELCFILES): Regenerate.
8748
8749 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
8750
8751 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
8752
8753 * cedet/semantic.el: Enable idle-mode menu items only if
8754 global-semantic-idle-scheduler-mode is enabled.
8755 (semantic-default-submodes): Doc fix.
8756
8757 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
8758 When turning off, disable other idle modes.
8759
8760 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
8761
8762 * calc/calc.el (calc-set-mode-line):
8763 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
8764 (math-format-number): Rename `math-format-complement-signed' to
8765 `math-format-twos-complement'.
8766
8767 * calc/calc-bin.el (math-format-twos-complement): Rename from
8768 math-format-complement-signed.
8769 (calc-radix): Rename `calc-complement-signed-mode' to
8770 `calc-twos-complement-mode'.
8771 (calc-octal-radix, calc-hex-radix): Add an argument for
8772 two's complement.
8773
8774 * calc/calc-embed.el (calc-embedded-mode-vars):
8775 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
8776
8777 * calc/calc-ext.el (calc-init-extensions):
8778 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
8779 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
8780
8781 * calc/calc-units.el (math-build-units-table-buffer):
8782 Let `calc-twos-complement-mode' be nil.
8783
8784 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
8785 entries.
8786
8787 * calc/calc-vec.el (calcFunc-vunpack):
8788 * calc/calc-aent.el (calc-do-calc-eval):
8789 * calc/calc-forms.el (math-format-date):
8790 * calc/calc-graph.el (calc-graph-plot):
8791 * calc/calc-math.el (math-use-emacs-fn):
8792 * calc/calccomp.el (math-compose-expr):
8793 Let `calc-twos-complement-mode' be nil.
8794
8795 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8796
8797 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
8798 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
8799 * minibuffer.el (completion-in-region-functions): New hook.
8800 (completion-in-region): New function.
8801 * emacs-lisp/lisp.el (lisp-complete-symbol):
8802 * pcomplete.el (pcomplete-std-complete): Use it.
8803
8804 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8805
8806 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
8807 (latex-complete-alist): New vars.
8808 (latex-string-prefix-p, latex-complete-bibtex-keys)
8809 (latex-complete-envnames, latex-complete-refkeys)
8810 (latex-complete-data): New functions.
8811 (latex-complete, latex-indent-or-complete): New commands.
8812
8813 * window.el (display-buffer-mark-dedicated): New var.
8814 (display-buffer): Obey it.
8815 * minibuffer.el (minibuffer-completion-help): Use it.
8816
8817 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
8818
8819 * filecache.el (file-cache-add-file): Use push and cons.
8820 (file-cache-delete-file-regexp): Use push.
8821 (file-cache-complete): Use completion-in-region.
8822
8823 * simple.el (with-wrapper-hook): Fix thinko.
8824
8825 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
8826 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
8827 Use with-current-buffer and string-to-number.
8828 (hfy-fallback-colour-values): Use assoc-string.
8829 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
8830 (hfy-face-at): Remove unused var `found-face'.
8831 (hfy-compile-stylesheet): Remove unused var `css'.
8832 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
8833 and `orig-buffer'.
8834 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
8835 Use with-current-buffer.
8836 (hfy-text-p): Use expand-file-name and fewer setq.
8837
8838 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
8839
8840 * htmlfontify.el, hfy-cmap.el: New files.
8841
8842 2009-11-19 Juri Linkov <juri@jurta.org>
8843
8844 * minibuffer.el (completions-format): New defcustom.
8845 (completion--insert-strings): Implement vertical format.
8846
8847 * simple.el (switch-to-completions): Move point to the first
8848 completion when point was at the beginning of the buffer.
8849
8850 2009-11-19 Juri Linkov <juri@jurta.org>
8851
8852 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
8853
8854 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
8855
8856 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
8857
8858 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
8859 (mail-signature): Change default to t.
8860 (mail-from-style): Deprecate `system-default' value.
8861 (mail-insert-from-field): For default value of mail-from-style,
8862 default to `angles' unless `angles' needs quoting and `parens'
8863 does not.
8864 (mail-citation-prefix-regexp): Use citation regexp from
8865 message-mode.
8866
8867 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
8868
8869 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
8870 Set variables for computing the prompt for reading password.
8871
8872 2009-11-19 Glenn Morris <rgm@gnu.org>
8873
8874 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
8875
8876 * textmodes/flyspell.el (sgml-lexical-context): Declare.
8877
8878 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
8879 (newsticker-treeview-listwindow-height): Fix custom type.
8880
8881 2009-11-19 Kenichi Handa <handa@m17n.org>
8882
8883 * descr-text.el (describe-char-padded-string): Compose with TAB
8884 only if there's a font for CH.
8885 (describe-char): Fix the condition for detecting a trivial composition.
8886
8887 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
8888
8889 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
8890 more accurate version of the regexp. (Bug#3910)
8891
8892 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
8893
8894 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
8895
8896 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
8897
8898 * font-setting.el (font-use-system-font): Declare for byte-compiler.
8899 (font-setting-change-default-font): Fix typo in docstring.
8900
8901 2009-11-18 Alan Mackenzie <acm@muc.de>
8902
8903 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
8904
8905 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
8906
8907 * font-setting.el (font-use-system-font): Move ...
8908
8909 * cus-start.el (all): ... to here.
8910
8911 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
8912
8913 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
8914 Don't set `ad-return-value' if `ad-do-it' doesn't.
8915
8916 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
8917 modification time.
8918
8919 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
8920
8921 * menu-bar.el: Put "Use system font" in Option-menu.
8922 (menu-bar-options-save): Add font-use-system-font.
8923
8924 * loadup.el: If feature system-font-setting or font-render-setting is
8925 there, load font-setting.
8926
8927 * Makefile.in (ELCFILES): Add font-settings.el.
8928 * font-setting.el: New file.
8929
8930 2009-11-17 Glenn Morris <rgm@gnu.org>
8931
8932 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
8933
8934 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
8935 Preserve point in the list buffer. (Bug#4939)
8936 Use point-at-eol.
8937 (newsticker--treeview-list-update-highlight)
8938 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
8939
8940 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
8941
8942 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
8943 Remove.
8944
8945 * calc/calc-ext.el (calc-init-extensions): Remove references to
8946 symclip.
8947
8948 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
8949
8950 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
8951 * calc/calc-help.el (calc-b-prefix-help): Remove references to
8952 `calc-symclip'.
8953
8954 2009-11-16 Kevin Ryde <user42@zip.com.au>
8955
8956 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
8957 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
8958
8959 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
8960 (lm-keywords-list): Allow comma-only separator like "foo,bar".
8961 Ignore trailing spaces by omit-nulls to split-string (fixing
8962 regression from Emacs 21 due to the incompatible split-string
8963 change). (Bug #4928.)
8964
8965 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
8966
8967 * vc.el (vc-log-show-limit): Default to 2000.
8968 (vc-print-log-internal): Insert buttons to request more entries
8969 when limiting the output.
8970
8971 * vc-sccs.el (vc-sccs-print-log):
8972 * vc-rcs.el (vc-rcs-print-log):
8973 * vc-cvs.el (vc-cvs-print-log):
8974 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
8975 LIMIT is non-nil.
8976
8977 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
8978
8979 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
8980 error when `tramp-gvfs-dbus-event-vector' is set.
8981 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
8982
8983 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8984
8985 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
8986
8987 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
8988
8989 * net/dbus.el (dbus-unregister-service): New defun.
8990 (dbus-register-property): Register the handlers of
8991 "org.freedesktop.DBus.Properties" for SERVICE.
8992 (dbus-property-handler): Fix docstring.
8993
8994 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8995
8996 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
8997 Quote doc string reference in defvaralias as it is not in special form.
8998 (byte-compile-output-docform): Doc fix.
8999
9000 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
9001
9002 * calc/calc.el (math-2-word-size, math-half-2-word-size)
9003 (calc-complement-signed-mode): New variables.
9004 (calc-set-mode-line): Add indicator for twos-complements.
9005 (math-format-number): Format twos-complement notation.
9006
9007 * calc/calc-bin.el (calc-word-size): Reset the variables
9008 `math-2-word-size' and `math-half-2-word-size'.
9009 (math-format-complement-signed, math-symclip, calcFunc-symclip)
9010 (calc-symclip): New functions.
9011
9012 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
9013
9014 * calc/calc-embed.el (calc-embedded-mode-vars):
9015 Add `calc-complement-signed-mode' to the list of modes.
9016
9017 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
9018 (calc-b-oper-keys): Add `calc-symclip' to list.
9019
9020 * calc/calc-ext.el (math-read-number-fancy): Read complement
9021 signed numbers.
9022 (calc-init-extensions): Add binding for `calc-symclip'.
9023 Add autoload for `calcFunc-symclip' and `calc-symclip'.
9024
9025 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
9026 `calc-symclip'.
9027 (calc-modes-menu): Add item for twos complement mode.
9028
9029 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
9030
9031 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
9032
9033 * register.el (jump-to-register, insert-register): Handle Semantic
9034 tags. From commented-out advice in semantic/senator.el.
9035
9036 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
9037
9038 * vc.el (vc-log-show-limit): New variable.
9039 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
9040 when using a prefix argument.
9041 (vc-print-log-internal): Add new argument LIMIT.
9042
9043 * vc-svn.el (vc-svn-print-log):
9044 * vc-mtn.el (vc-mtn-print-log):
9045 * vc-hg.el (vc-hg-print-log):
9046 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
9047 pass it to the log command when set. Make the BUFFER argument
9048 non-optional.
9049
9050 * vc-sccs.el (vc-sccs-print-log):
9051 * vc-rcs.el (vc-rcs-print-log):
9052 * vc-git.el (vc-git-print-log):
9053 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
9054 ignore it. Make the BUFFER argument non-optional
9055
9056 * bindings.el (mode-line-buffer-identification): Do not purecopy.
9057
9058 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
9059
9060 * dired.el (dired-mode-map): Move encryption items to "Operate"
9061 menu (Bug#4703).
9062
9063 * strokes.el (strokes-update-window-configuration): Make strokes
9064 buffer current before erasing (Bug#4906).
9065
9066 * cedet/semantic/idle.el (semantic-idle-summary-mode)
9067 (semantic-idle-summary-mode): Define using define-minor-mode
9068 instead of define-semantic-idle-service.
9069 (semantic-idle-summary-mode): New function.
9070 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
9071 that mouse motion does not reset the echo area.
9072
9073 2009-11-15 Juri Linkov <juri@jurta.org>
9074
9075 * simple.el (set-mark-default-inactive): Add :type, :group
9076 and :version. (Bug#4876)
9077
9078 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
9079
9080 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
9081 (archive-unique-fname): ... here. (Bug#4929)
9082
9083 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9084
9085 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
9086 with a real fix.
9087
9088 * novice.el (disabled-command-function): Add useful args.
9089 Setup the help buffer so that [back] works.
9090 Remove redundant call to help-mode.
9091 (disabled-command-function): Use `case'.
9092 (en/disable-command): New function extracted from enable-command.
9093 (enable-command, disable-command): Use it.
9094
9095 2009-11-14 Glenn Morris <rgm@gnu.org>
9096
9097 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
9098 constants. (Bug#4913)
9099
9100 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
9101
9102 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
9103
9104 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
9105 defined in C that have no doc-strings. (Bug#1063)
9106
9107 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
9108
9109 * cus-edit.el (data, files):
9110 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
9111
9112 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
9113
9114 * simple.el (shell-command): Doc fix (Bug#4891).
9115
9116 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
9117
9118 2009-11-14 Glenn Morris <rgm@gnu.org>
9119
9120 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
9121 statements for vc-diff, emerge-quit, and rmail-cease-edit.
9122 If they are already loaded, eval-after-load will do the right thing.
9123
9124 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
9125 compiling.
9126
9127 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
9128
9129 * simple.el (x-selection-owner-p): Declare.
9130 (read-mail-command): Use custom radio type rather than choice.
9131 (completion-no-auto-exit): Doc fix.
9132
9133 * custom.el (defgroup):
9134 * epg-config.el (epg): Doc fixes.
9135
9136 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
9137
9138 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
9139 * international/ccl.el (define-ccl-program): Do not purecopy the
9140 docstring, defconst does it anyway.
9141
9142 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9143
9144 * add-log.el (add-change-log-entry): Avoid displaying the changelog
9145 a second time.
9146
9147 * x-dnd.el (x-dnd-maybe-call-test-function):
9148 * window.el (split-window-vertically):
9149 * whitespace.el (whitespace-help-on):
9150 * vc-rcs.el (vc-rcs-consult-headers):
9151 * userlock.el (ask-user-about-lock-help)
9152 (ask-user-about-supersession-help):
9153 * type-break.el (type-break-force-mode-line-update):
9154 * time-stamp.el (time-stamp-conv-warn):
9155 * terminal.el (te-set-output-log, te-more-break, te-filter)
9156 (te-sentinel, terminal-emulator):
9157 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
9158 (term-write-input-ring, term-check-source, term-start-output-log):
9159 (term-display-buffer-line, term-dynamic-list-completions):
9160 (term-ansi-make-term, serial-term):
9161 * subr.el (selective-display):
9162 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
9163 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
9164 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
9165 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
9166 (speedbar-remove-localized-speedbar-support)
9167 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
9168 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
9169 (speedbar-buffers-line-directory):
9170 * simple.el (shell-command-on-region, append-to-buffer)
9171 (prepend-to-buffer):
9172 * shadowfile.el (shadow-save-todo-file):
9173 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
9174 (scroll-bar-maybe-set-window-start):
9175 * sb-image.el (speedbar-image-dump):
9176 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
9177 (load-save-place-alist-from-file):
9178 * ps-samp.el (ps-print-message-from-summary):
9179 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
9180 (ps-background-image, ps-begin-job, ps-do-despool):
9181 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
9182 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
9183 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
9184 (pr-call-process, pr-file-list, pr-interface-save):
9185 * novice.el (disabled-command-function)
9186 (enable-command, disable-command):
9187 * mouse.el (mouse-buffer-menu-alist):
9188 * mouse-copy.el (mouse-kill-preserving-secondary):
9189 * macros.el (kbd-macro-query):
9190 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
9191 * informat.el (batch-info-validate):
9192 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
9193 * hippie-exp.el (try-expand-dabbrev-visible):
9194 * help-mode.el (help-make-xrefs):
9195 * help-fns.el (describe-variable):
9196 * generic-x.el (bat-generic-mode-run-as-comint):
9197 * finder.el (finder-mouse-select):
9198 * find-dired.el (find-dired-sentinel):
9199 * filesets.el (filesets-file-close):
9200 * files.el (list-directory):
9201 * faces.el (list-faces-display, describe-face):
9202 * facemenu.el (list-colors-display):
9203 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
9204 * epg.el (epg--process-filter, epg-cancel):
9205 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
9206 (epa--read-signature-type):
9207 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
9208 (emerge-file-names):
9209 * ehelp.el (electric-helpify):
9210 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
9211 * ediff-vers.el (rcs-ediff-view-revision):
9212 * ediff-util.el (ediff-setup):
9213 * ediff-mult.el (ediff-append-custom-diff):
9214 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
9215 (ediff-wordify):
9216 * echistory.el (Electric-command-history-redo-expression):
9217 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
9218 * disp-table.el (describe-display-table):
9219 * dired.el (dired-find-buffer-nocreate):
9220 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
9221 * dabbrev.el (dabbrev--same-major-mode-p):
9222 * chistory.el (list-command-history):
9223 * apropos.el (apropos-documentation):
9224 * allout.el (allout-obtain-passphrase):
9225 (allout-copy-exposed-to-buffer):
9226 (allout-verify-passphrase): Use with-current-buffer.
9227
9228 2009-11-13 Glenn Morris <rgm@gnu.org>
9229
9230 * Makefile.in (ELCFILES): Regenerate.
9231
9232 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
9233
9234 * net/dbus.el (dbus-registered-objects-table): Rename from
9235 `dbus-registered-functions-table', because it contains also properties.
9236 (dbus-unregister-object): Unregister also properties.
9237 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
9238 Use a timeout of 500 msec, in order to not block.
9239 (dbus-register-property, dbus-property-handler): New defuns.
9240
9241 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9242
9243 * simple.el (minibuffer-default-add-completions): Drop deprecated
9244 4th arg.
9245
9246 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
9247
9248 * textmodes/artist.el (artist-mouse-choose-operation):
9249 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
9250 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
9251 (artist-compute-up-event-key): New function.
9252 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
9253
9254 2009-11-13 Kenichi Handa <handa@m17n.org>
9255
9256 * language/japan-util.el: Make sure that the value of jisx0208
9257 property is jisx0208 character.
9258
9259 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
9260
9261 * international/mule.el (auto-coding-regexp-alist): Only purecopy
9262 car or each item, not the whole list.
9263
9264 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
9265
9266 * minibuffer.el (minibuffer-completion-help):
9267 Use minibuffer-hide-completions.
9268
9269 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
9270
9271 * dired.el (dired-save-positions, dired-restore-positions): New funs.
9272 (dired-revert): Use them (bug#4880).
9273
9274 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
9275
9276 * tooltip.el (tooltip-frame-parameters): Undo previous change.
9277
9278 2009-11-12 Juri Linkov <juri@jurta.org>
9279
9280 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
9281 New functions.
9282 (find-file-literally-at-point): Alias of `ffap-literally'.
9283
9284 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
9285
9286 * textmodes/ispell.el (ispell-skip-region-alist):
9287 * textmodes/css-mode.el (auto-mode-alist):
9288 * progmodes/compile.el (auto-mode-alist):
9289 * international/mule.el (ctext-non-standard-encodings-alist)
9290 (ctext-non-standard-encodings-regexp):
9291 * simple.el (shell-command-switch, text-read-only):
9292 * replace.el (occur-mode-map):
9293 * paths.el (rmail-file-name):
9294 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
9295 * find-file.el (ff-special-constructs):
9296 * files.el (file-name-handler-alist):
9297 * composite.el: Purecopy strings.
9298
9299 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
9300
9301 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
9302
9303 * widget.el (define-widget): Purecopy the docstring.
9304 * international/mule-cmds.el (charset): Do not purecopy the
9305 docstring here, define-widget does it.
9306
9307 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9308 * textmodes/bibtex-style.el (auto-mode-alist):
9309 * progmodes/inf-lisp.el (inferior-lisp-prompt):
9310 * progmodes/compile.el (compile-command):
9311 * language/korea-util.el (default-korean-keyboard):
9312 * international/mule-conf.el (file-coding-system-alist):
9313 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
9314 * tooltip.el (tooltip-frame-parameters):
9315 * newcomment.el (comment-end, comment-padding):
9316 * dired.el (dired-trivial-filenames):
9317 * comint.el (comint-file-name-prefix): Purecopy initial values.
9318
9319 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
9320
9321 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
9322 (tramp-advice-minibuffer-electric-tilde): Unload advices via
9323 `tramp-unload'.
9324 (tramp-advice-make-auto-save-file-name)
9325 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
9326 after removing the advice.
9327
9328 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
9329
9330 * progmodes/grep.el (grep-regexp-alist):
9331 * international/mule-cmds.el (iso-2022-control-alist):
9332 * emacs-lisp/timer.el (timer-duration-words):
9333 * subr.el (version-separator, version-regexp-alist):
9334 * minibuffer.el (completion-styles-alist):
9335 * faces.el (face-attribute-name-alist, list-faces-sample-text):
9336 Change defvars to defconsts.
9337
9338 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
9339 * loadup.el ("international/mule-conf"): Load the byte compiled version.
9340 * international/mule-conf.el: Allow to be byte compiled.
9341
9342 * international/mule.el (define-charset): Purecopy props.
9343 (load-with-code-conversion): Purecopy doc string and file name.
9344 (put-charset-property): Purecopy strings.
9345 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
9346
9347 * international/mule-cmds.el (register-input-method): Purecopy arguments.
9348 (define-char-code-property): Correctly purecopy the table.
9349
9350 * international/ccl.el (define-ccl-program): Purecopy the docstring.
9351
9352 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
9353
9354 * subr.el (add-hook): Purecopy strings.
9355 (eval-after-load): Purecopy load-history-regexp and the form.
9356
9357 * custom.el (custom-declare-group): Purecopy load-file-name.
9358
9359 * subr.el (menu-bar-separator): New defconst.
9360 * net/eudc.el (eudc-tools-menu):
9361 * international/mule-cmds.el (set-coding-system-map)
9362 (mule-menu-keymap):
9363 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9364 * vc-hooks.el (vc-menu-map):
9365 * replace.el (occur-mode-map):
9366 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
9367 (menu-bar-edit-menu, menu-bar-goto-menu)
9368 (menu-bar-custom-menu, menu-bar-showhide-menu)
9369 (menu-bar-options-menu, menu-bar-tools-menu)
9370 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
9371 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
9372 (menu-bar-help-menu):
9373 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
9374 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
9375
9376 * term/x-win.el (x-gtk-stock-map):
9377 * progmodes/vera-mode.el (auto-mode-alist):
9378 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
9379 (inferior-lisp-program, inferior-lisp-load-command):
9380 * progmodes/hideshow.el (hs-special-modes-alist):
9381 * progmodes/gud.el (same-window-regexps):
9382 * progmodes/grep.el (grep-program, find-program, xargs-program):
9383 * net/telnet.el (same-window-regexps):
9384 * net/rlogin.el (same-window-regexps):
9385 * language/ethiopic.el (font-ccl-encoder-alist):
9386 * vc-sccs.el (vc-sccs-master-templates):
9387 * vc-rcs.el (vc-rcs-master-templates):
9388 * subr.el (cl-assertion-failed):
9389 * simple.el (next-error-overlay-arrow-position):
9390 * lpr.el (lpr-command):
9391 * locate.el (locate-ls-subdir-switches):
9392 * info.el (same-window-regexps, info)
9393 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
9394 * image-mode.el (image-mode, auto-mode-alist):
9395 * hippie-exp.el (hippie-expand-ignore-buffers):
9396 * format.el (format-alist):
9397 * find-dired.el (find-ls-subdir-switches, find-grep-options)
9398 (find-name-arg):
9399 * facemenu.el (facemenu-keybindings):
9400 * dired.el (dired-listing-switches, dired-chown-program):
9401 * diff.el (diff-switches, diff-command):
9402 * cus-edit.el (same-window-regexps):
9403 * bindings.el (mode-line-mule-info)
9404 (mode-line-buffer-identification): Purecopy strings.
9405
9406 2009-11-11 Juri Linkov <juri@jurta.org>
9407
9408 * simple.el (dired-get-filename) <declare-function>:
9409 Tell the byte-compiler about dired-get-filename.
9410 (shell-command): In Dired mode, get filename from the current line
9411 as the default value.
9412
9413 2009-11-10 Glenn Morris <rgm@gnu.org>
9414
9415 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
9416 * calendar/holidays.el, progmodes/cperl-mode.el:
9417 Update x-popup-menu declarations.
9418
9419 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
9420 (list-load-path-shadows): Use dolist.
9421 (list-load-path-shadows): Use with-current-buffer.
9422
9423 2009-11-10 Juri Linkov <juri@jurta.org>
9424
9425 * minibuffer.el (read-file-name): Support a list of default values
9426 in `default-filename'. Use the first file name where only one
9427 element is required. Doc fix.
9428
9429 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
9430
9431 * net/dbus.el (dbus-unregister-object): Release service, if no
9432 other method is registered for it.
9433
9434 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
9435
9436 * bookmark.el (bookmark-completing-read): Sort bookmark names if
9437 bookmark-sort-flag is non-nil (Bug#4653).
9438
9439 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
9440
9441 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
9442 the progress reporter entirely.
9443
9444 * emulation/cua-base.el: Add CUA property to some CC mode commands
9445 (Bug#4100).
9446
9447 2009-11-08 Kevin Ryde <user42@zip.com.au>
9448
9449 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9450 at end of sentence (Bug#4818).
9451
9452 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
9453
9454 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9455 Handle "see declaration of" MSFT statements (Bug#4100).
9456
9457 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
9458
9459 * net/tramp.el (tramp-advice-make-auto-save-file-name)
9460 (tramp-advice-file-expand-wildcards): Unload via
9461 `ad-remove-advice'.
9462
9463 * net/trampver.el: Update release number.
9464
9465 2009-11-08 Kevin Ryde <user42@zip.com.au>
9466
9467 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
9468 `ad-do-it'.
9469
9470 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
9471
9472 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
9473 in order to keep context in SELinux.
9474
9475 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
9476
9477 * dired-aux.el (dired-query): Place cursor in echo area and allow
9478 C-g.
9479
9480 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
9481 menu item if not on a directory (Bug#4701).
9482
9483 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
9484
9485 Sync with Tramp 2.1.17.
9486
9487 * net/tramp.el (tramp-handle-copy-directory): Don't use
9488 `file-remote-p' (due to compatibility).
9489
9490 * net/tramp-compat.el (tramp-compat-copy-directory)
9491 (tramp-compat-delete-directory): New defuns.
9492
9493 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
9494 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
9495 `tramp-compat-delete-directory'.
9496
9497 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
9498 (tramp-smb-handle-delete-directory): Use
9499 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
9500
9501 * net/trampver.el: Update release number.
9502
9503 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
9504
9505 * tar-mode.el (tar-copy): Call write-region on the right buffer
9506 (Bug#4857).
9507
9508 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
9509 by hand, if necessary (Bug#4878).
9510
9511 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
9512
9513 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
9514 align size column (Bug#4839).
9515
9516 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
9517 statement.
9518
9519 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
9520
9521 * progmodes/ld-script.el (auto-mode-alist):
9522 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
9523
9524 * cus-face.el (custom-declare-face): Purecopy face spec.
9525
9526 2009-11-06 Kenichi Handa <handa@m17n.org>
9527
9528 * international/uni-bidi.el: Re-generated.
9529 * international/uni-category.el: Re-generated.
9530 * international/uni-combining.el: Re-generated.
9531 * international/uni-mirrored.el: Re-generated.
9532
9533 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
9534
9535 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
9536 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
9537 (tex-start-options, slitex-run-command, latex-run-command)
9538 (tex-run-command, tex-directory):
9539 * textmodes/ispell.el (ispell-html-skip-alists)
9540 (ispell-tex-skip-alists, ispell-tex-skip-alists):
9541 * textmodes/fill.el (adaptive-fill-first-line-regexp):
9542 (adaptive-fill-regexp):
9543 * textmodes/dns-mode.el (auto-mode-alist):
9544 * progmodes/python.el (interpreter-mode-alist):
9545 * progmodes/etags.el (tags-compression-info-list):
9546 * progmodes/etags.el (tags-file-name):
9547 * net/browse-url.el (browse-url-galeon-program)
9548 (browse-url-firefox-program):
9549 * mail/sendmail.el (mail-signature-file)
9550 (mail-citation-prefix-regexp):
9551 * international/mule-conf.el (eight-bit):
9552 * international/latexenc.el (latex-inputenc-coding-alist):
9553 * international/fontset.el (x-pixel-size-width-font-regexp):
9554 * emacs-lisp/warnings.el (warning-type-format):
9555 * emacs-lisp/trace.el (trace-buffer):
9556 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
9557 (emacs-lisp-mode-map):
9558 * calendar/holidays.el (holiday-solar-holidays)
9559 (holiday-bahai-holidays, holiday-islamic-holidays)
9560 (holiday-christian-holidays, holiday-hebrew-holidays)
9561 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
9562 (hebrew-holidays-1, holiday-oriental-holidays)
9563 (holiday-general-holidays):
9564 * x-dnd.el (x-dnd-known-types):
9565 * tool-bar.el (tool-bar):
9566 * startup.el (site-run-file):
9567 * shell.el (shell-dumb-shell-regexp):
9568 * rfn-eshadow.el (file-name-shadow-tty-properties)
9569 (file-name-shadow-properties):
9570 * paths.el (remote-shell-program, news-directory):
9571 * mouse.el ([C-down-mouse-3]):
9572 * menu-bar.el (menu-bar-tools-menu):
9573 * jka-cmpr-hook.el (jka-compr-load-suffixes)
9574 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
9575 (jka-compr-compression-info-list):
9576 * isearch.el (search-whitespace-regexp):
9577 * image-file.el (image-file-name-extensions):
9578 * find-dired.el (find-ls-option):
9579 * files.el (directory-listing-before-filename-regexp)
9580 (directory-free-space-args, insert-directory-program)
9581 (list-directory-brief-switches, magic-fallback-mode-alist)
9582 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
9583 (automount-dir-prefix):
9584 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
9585 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
9586 (face-font-registry-alternatives, face-font-registry-alternatives)
9587 (face-font-family-alternatives):
9588 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
9589 (facemenu-foreground-menu, facemenu-face-menu):
9590 * epa-hook.el (epa-file-name-regexp):
9591 * dnd.el (dnd-protocol-alist):
9592 * textmodes/rst.el (auto-mode-alist):
9593 * button.el (default-button): Purecopy strings.
9594
9595 2009-11-06 Glenn Morris <rgm@gnu.org>
9596
9597 * Makefile.in (ELCFILES): Update.
9598
9599 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
9600
9601 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
9602 * emacs-lisp/levents.el: Move to obsolete/levents.el.
9603
9604 * nxml/xsd-regexp.el (xsdre-gen-categories):
9605 * nxml/xmltok.el (xmltok-parse-entity):
9606 * nxml/rng-parse.el (rng-parse-validate-file):
9607 * nxml/rng-maint.el (rng-format-manual)
9608 (rng-manual-output-force-new-line):
9609 * nxml/rng-loc.el (rng-save-schema-location-1):
9610 * nxml/rng-cmpct.el (rng-c-parse-file):
9611 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
9612 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
9613
9614 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
9615
9616 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
9617 Remove extra save-excursions and make-variable-buffer-local's.
9618 Suggested by Stefan Monnier.
9619
9620 (verilog-getopt-file, verilog-module-inside-filename-p)
9621 (verilog-set-define): Merge GNU 1.35 and repair changes from
9622 switching to using with-current-buffer.
9623
9624 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
9625 being treated as a number and confusing AUTORESET.
9626 Reported by Dan Dever.
9627
9628 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
9629 Add verilog-auto-ignore-concat to fix backward compatibility with
9630 older verilog-modes. Reported by Dan Katz.
9631
9632 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
9633 containing closing anchors "...$".
9634
9635 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
9636 Reported by Wade Smith.
9637
9638 (verilog-batch-execute-func): Comment on function usage.
9639
9640 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
9641
9642 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
9643 for labels.
9644
9645 (verilog-label-re, verilog-calc-1): Support proper indent of named
9646 asserts.
9647
9648 (verilog-backward-token, verilog-basic-complete-re)
9649 (verilog-beg-of-statement, verilog-indent-re): Support proper
9650 indent of the assert statement at the beginning of a block of text.
9651
9652 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
9653 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
9654 tokens as begins.
9655
9656 2009-11-05 Glenn Morris <rgm@gnu.org>
9657
9658 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
9659 Emacs 19. (Bug#1531)
9660 (byte-compile-fix-header): Update for the above change.
9661 Drop test for epoch::version.
9662
9663 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
9664 * cus-dep.el (custom-make-dependencies):
9665 * finder.el (finder-compile-keywords):
9666 Use autoload-rubric's feature argument.
9667
9668 * calendar/diary-lib.el (top-level): Make load behave more like require.
9669
9670 * vc-git.el (vc-git-stash-map): Move definition before use.
9671
9672 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
9673
9674 * custom.el (custom-declare-group): Purecopy standard-value.
9675 (custom-declare-group): Purecopy custom-prefix.
9676
9677 * international/mule.el (load-with-code-conversion):
9678 Call do-after-load-evaluation unconditionally.
9679
9680 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
9681
9682 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
9683
9684 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
9685
9686 2009-11-04 Glenn Morris <rgm@gnu.org>
9687
9688 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
9689 (byte-compile-compatibility): Remove option.
9690 (byte-compile-close-variables, byte-compile-fix-header)
9691 (byte-compile-insert-header, byte-compile-output-docform)
9692 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
9693 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
9694 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
9695 (byte-compile-insert, byte-compile-defun):
9696 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
9697 (byte-defop-compiler19): Remove.
9698 Without byte-compile-compatibility, the 'emacs19-opcode property is not
9699 used by anything. Replace all calls with byte-defop-compiler.
9700
9701 2009-11-04 Juri Linkov <juri@jurta.org>
9702
9703 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
9704 (menu-bar-options-menu): Don't quote the `prop' arg of
9705 `menu-bar-make-mm-toggle'.
9706
9707 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
9708
9709 * calendar/calendar.el (cal-loaddefs):
9710 * calendar/diary-lib.el (diary-loaddefs):
9711 * calendar/holidays.el (hol-loaddefs):
9712 * eshell/esh-module.el (esh-groups): Load rather than require.
9713
9714 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
9715
9716 * calendar/todo-mode.el (todo-add-category): Don't hardcode
9717 point-min==1.
9718 (todo-top-priorities): Only display-buffer when called interactively.
9719 (todo-item-start): Don't save excursion point.
9720 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
9721 (todo-insert-item-here, todo-file-item, todo-remove-item):
9722 Adjust uses of todo-item-start and todo-item-end.
9723
9724 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
9725 (autoload-rubric): Don't use any more.
9726 * cedet/semantic/fw.el (semantic/loaddefs):
9727 * cedet/srecode.el (srecode/loaddefs):
9728 * cedet/ede.el (ede/loaddefs): Load rather than require.
9729 * cedet/ede/cpp-root.el:
9730 * cedet/ede/emacs.el:
9731 * cedet/ede/files.el:
9732 * cedet/ede/linux.el:
9733 * cedet/ede/locate.el:
9734 * cedet/ede/make.el:
9735 * cedet/ede/shell.el:
9736 * cedet/ede/speedbar.el:
9737 * cedet/ede/system.el:
9738 * cedet/ede/util.el:
9739 * cedet/semantic/analyze.el:
9740 * cedet/semantic/bovine.el:
9741 * cedet/semantic/complete.el:
9742 * cedet/semantic/ctxt.el:
9743 * cedet/semantic/db-file.el:
9744 * cedet/semantic/db-find.el:
9745 * cedet/semantic/db-global.el:
9746 * cedet/semantic/db-mode.el:
9747 * cedet/semantic/db-typecache.el:
9748 * cedet/semantic/db.el:
9749 * cedet/semantic/debug.el:
9750 * cedet/semantic/dep.el:
9751 * cedet/semantic/doc.el:
9752 * cedet/semantic/edit.el:
9753 * cedet/semantic/find.el:
9754 * cedet/semantic/format.el:
9755 * cedet/semantic/html.el:
9756 * cedet/semantic/ia-sb.el:
9757 * cedet/semantic/ia.el:
9758 * cedet/semantic/idle.el:
9759 * cedet/semantic/lex-spp.el:
9760 * cedet/semantic/lex.el:
9761 * cedet/semantic/mru-bookmark.el:
9762 * cedet/semantic/scope.el:
9763 * cedet/semantic/senator.el:
9764 * cedet/semantic/sort.el:
9765 * cedet/semantic/symref.el:
9766 * cedet/semantic/tag-file.el:
9767 * cedet/semantic/tag-ls.el:
9768 * cedet/semantic/tag-write.el:
9769 * cedet/semantic/tag.el:
9770 * cedet/semantic/util-modes.el:
9771 * cedet/semantic/analyze/complete.el:
9772 * cedet/semantic/analyze/refs.el:
9773 * cedet/semantic/bovine/c.el:
9774 * cedet/semantic/bovine/gcc.el:
9775 * cedet/semantic/bovine/make.el:
9776 * cedet/semantic/bovine/scm.el:
9777 * cedet/semantic/decorate/include.el:
9778 * cedet/semantic/decorate/mode.el:
9779 * cedet/semantic/symref/cscope.el:
9780 * cedet/semantic/symref/global.el:
9781 * cedet/semantic/symref/grep.el:
9782 * cedet/semantic/symref/idutils.el:
9783 * cedet/semantic/symref/list.el:
9784 * cedet/semantic/wisent/java-tags.el:
9785 * cedet/semantic/wisent/javascript.el:
9786 * cedet/srecode/compile.el:
9787 * cedet/srecode/cpp.el:
9788 * cedet/srecode/document.el:
9789 * cedet/srecode/el.el:
9790 * cedet/srecode/expandproto.el:
9791 * cedet/srecode/getset.el:
9792 * cedet/srecode/insert.el:
9793 * cedet/srecode/java.el:
9794 * cedet/srecode/map.el:
9795 * cedet/srecode/mode.el:
9796 * cedet/srecode/template.el:
9797 * cedet/srecode/texi.el: Remove the file-local setting of
9798 generated-autoload-feature.
9799
9800 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
9801 and only put a prop if it is non-nil.
9802
9803 2009-11-03 Juri Linkov <juri@jurta.org>
9804
9805 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
9806 (menu-bar-options-menu): Fix list quoting (Bug#4429).
9807
9808 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
9809 and "Menu" to make top-level menu item visually one unit (like
9810 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
9811 multi-word menu items). Fix :help string for quit-window.
9812
9813 2009-11-03 Glenn Morris <rgm@gnu.org>
9814
9815 * cedet/mode-local.el (with-mode-local): Doc fix.
9816
9817 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
9818 (byte-compile-file-form-define-abbrev-table)
9819 (byte-compile-file-form-custom-declare-variable)
9820 (byte-compile-variable-ref, byte-compile-defvar):
9821 Whether or not a warning is enabled should only affect whether we issue
9822 the warning, not whether or not we collect the relevant data.
9823 Eg warnings can be turned on and off throughout the course of a file.
9824
9825 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
9826 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
9827
9828 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
9829
9830 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
9831 * play/mpuz.el (mpuz-create-buffer):
9832 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
9833 (lm-print-y,s,noise, lm-print-w0, lm-init):
9834 * play/gomoku.el (gomoku-prompt-for-move):
9835 * play/fortune.el (fortune-in-buffer):
9836 * play/dissociate.el (dissociated-press):
9837 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
9838 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
9839 * mail/supercite.el (sc-eref-show):
9840 * mail/smtpmail.el (smtpmail-send-it):
9841 * mail/rmailsum.el (rmail-summary-next-labeled-message)
9842 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
9843 (rmail-summary-undelete-many, rmail-summary-rmail-update)
9844 (rmail-summary-goto-msg, rmail-summary-expunge)
9845 (rmail-summary-get-new-mail, rmail-summary-search-backward)
9846 (rmail-summary-add-label, rmail-summary-output-menu)
9847 (rmail-summary-output-body):
9848 * mail/rfc822.el (rfc822-addresses):
9849 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
9850 * mail/mailpost.el (post-mail-send-it):
9851 * mail/hashcash.el (hashcash-generate-payment):
9852 * mail/feedmail.el (feedmail-run-the-queue)
9853 (feedmail-queue-send-edit-prompt-help-first)
9854 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
9855 (feedmail-deduce-address-list):
9856 * eshell/esh-ext.el (eshell-remote-command):
9857 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
9858 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
9859 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
9860 (viper-save-string-in-file, viper-valid-marker):
9861 * emulation/viper-keym.el (viper-toggle-key):
9862 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
9863 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
9864 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
9865 * emulation/viper-cmd.el (viper-exec-form-in-vi)
9866 (viper-exec-form-in-emacs, viper-brac-function):
9867 * emulation/viper.el (viper-delocalize-var):
9868 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
9869 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
9870 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
9871 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
9872 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
9873 * emulation/edt.el (edt-electric-helpify):
9874 * emulation/cua-rect.el (cua--rectangle-aux-replace):
9875 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
9876 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
9877 (cua-indent-to-global-mark-column):
9878 * calendar/diary-lib.el (calendar-mark-1):
9879 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
9880 Use with-current-buffer.
9881 * emulation/viper.el (viper-delocalize-var): Use dolist.
9882
9883 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
9884
9885 * comint.el (comint-replace-by-expanded-history-before-point):
9886 Replace !! with the previous input string literally (Bug#1795).
9887
9888 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
9889
9890 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
9891 to be made up of whitespace.
9892
9893 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
9894
9895 * minibuffer.el (read-file-name): Don't use file dialogs for
9896 remote directories (Bug#99).
9897
9898 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
9899
9900 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
9901
9902 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
9903
9904 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
9905 instead of deleting the window or frame.
9906
9907 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
9908
9909 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
9910 Support face colors.
9911
9912 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
9913 New function. Support face colors (Bug#1168).
9914 (tex-common-initialization): Use it.
9915
9916 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
9917 mode allows it (Bug#1168).
9918
9919 2009-10-31 Juri Linkov <juri@jurta.org>
9920
9921 * facemenu.el (list-colors-display): Don't mark buffer as
9922 modified (Bug#3948).
9923
9924 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
9925
9926 * international/mule-diag.el (list-character-sets-1): Minor
9927 message fix (Bug#3526).
9928
9929 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
9930 face property (Bug#4834).
9931 (etags-list-tags, etags-tags-apropos-additional)
9932 (etags-tags-apropos, tags-select-tags-table): Add follow-link
9933 property.
9934
9935 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
9936 items.
9937
9938 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
9939 items.
9940
9941 * cedet/ede.el (ede-minor-mode):
9942 * cedet/semantic.el (semantic-mode): Toggle menu separators.
9943
9944 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
9945
9946 * textmodes/two-column.el (2C-split):
9947 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
9948 * textmodes/tex-mode.el (tex-set-buffer-directory):
9949 * textmodes/spell.el (spell-region, spell-string):
9950 * textmodes/reftex.el (reftex-erase-buffer):
9951 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
9952 * textmodes/reftex-toc.el (reftex-toc-promote-action):
9953 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
9954 (reftex-select-item):
9955 * textmodes/reftex-ref.el (reftex-label-info-update)
9956 (reftex-offer-label-menu):
9957 * textmodes/reftex-index.el (reftex-index-change-entry)
9958 (reftex-index-phrases-info):
9959 * textmodes/reftex-global.el (reftex-create-tags-file)
9960 (reftex-save-all-document-buffers, reftex-ensure-write-access):
9961 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
9962 (reftex-view-crossref-from-bibtex):
9963 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
9964 (reftex-extract-bib-entries-from-thebibliography)
9965 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
9966 * textmodes/refbib.el (r2b-capitalize-title):
9967 (r2b-convert-buffer, r2b-help):
9968 * textmodes/page-ext.el (pages-directory)
9969 (pages-directory-goto-with-mouse):
9970 * textmodes/bibtex.el (bibtex-validate-globally):
9971 * textmodes/bib-mode.el (bib-capitalize-title):
9972 * textmodes/artist.el (artist-clear-buffer, artist-system):
9973 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
9974 (local-set-scheme-interaction-buffer, xscheme-process-filter)
9975 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
9976 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
9977 (xscheme-send-control-g-interrupt, xscheme-start-process)
9978 (xscheme-process-sentinel, xscheme-cd):
9979 * progmodes/verilog-mode.el (verilog-read-always-signals)
9980 (verilog-set-define, verilog-getopt-file)
9981 (verilog-module-inside-filename-p):
9982 * progmodes/sh-script.el:
9983 * progmodes/python.el (python-pdbtrack-get-source-buffer)
9984 (python-pdbtrack-grub-for-buffer, python-execute-file):
9985 * progmodes/octave-inf.el (inferior-octave):
9986 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
9987 (idlwave-shell-compile-helper-routines, idlwave-set-local)
9988 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
9989 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
9990 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
9991 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
9992 (idlwave-shell-filter, idlwave-shell-examine-highlight)
9993 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
9994 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
9995 (idlwave-shell-examine-display, idlwave-shell-run-region)
9996 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
9997 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
9998 * progmodes/idlw-help.el (idlwave-help-get-special-help)
9999 (idlwave-help-get-help-buffer):
10000 * progmodes/gud.el (gud-basic-call, gud-find-class)
10001 (gud-tooltip-activate-mouse-motions-if-enabled):
10002 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
10003 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
10004 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
10005 (ebrowse-tags-next-file):
10006 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
10007 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
10008 (ebnf-eps-finish-and-write):
10009 * progmodes/cpp.el (cpp-edit-save):
10010 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
10011 * progmodes/cc-defs.el (c-emacs-features):
10012 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
10013 (antlr-directory-dependencies):
10014 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
10015 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
10016 (ada-find-any-references, ada-make-filename-from-adaname)
10017 (ada-make-body-gnatstub):
10018 * obsolete/rnews.el (news-list-news-groups):
10019 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
10020 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
10021 * net/rcirc.el (rcirc-debug):
10022 * net/newst-treeview.el (newsticker--treeview-list-add-item)
10023 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
10024 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
10025 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
10026 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
10027 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
10028 (newsticker--treeview-list-clear-highlight)
10029 (newsticker--treeview-list-update-highlight)
10030 (newsticker--treeview-list-highlight-start)
10031 (newsticker--treeview-tree-update-highlight)
10032 (newsticker--treeview-get-selected-item)
10033 (newsticker-treeview-mark-list-items-old)
10034 (newsticker--treeview-set-current-node):
10035 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
10036 * net/newst-backend.el (newsticker--get-news-by-funcall)
10037 (newsticker--get-news-by-wget, newsticker--image-get)
10038 (newsticker--image-sentinel):
10039 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
10040 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
10041 (eudc-ph-close-session):
10042 * net/eudc.el (eudc-save-options):
10043 * language/thai-word.el (thai-update-word-table):
10044 * language/japan-util.el (japanese-string-conversion):
10045 * international/titdic-cnv.el (tsang-quick-converter)
10046 (ziranma-converter, ctlau-converter):
10047 * international/mule-cmds.el (describe-language-environment):
10048 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
10049 (skkdic-convert-postfix, skkdic-convert-prefix):
10050 (skkdic-convert-okuri-nasi, skkdic-convert):
10051 * emacs-lisp/re-builder.el (reb-update-overlays):
10052 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
10053 * emacs-lisp/gulp.el (gulp-send-requests):
10054 * emacs-lisp/find-gc.el (trace-call-tree):
10055 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
10056 (eieio-describe-generic):
10057 * emacs-lisp/eieio-base.el (eieio-persistent-read):
10058 * emacs-lisp/edebug.el (edebug-outside-excursion):
10059 * emacs-lisp/debug.el (debugger-make-xrefs):
10060 * emacs-lisp/cust-print.el (custom-prin1-to-string):
10061 * emacs-lisp/chart.el (chart-new-buffer):
10062 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
10063 Use with-current-buffer.
10064 * textmodes/artist.el (artist-system): Don't call
10065 copy-sequence on a fresh string.
10066 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
10067
10068 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
10069
10070 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
10071 is no item to edit. (Bug#4820)
10072 (todo-top-priorities): Restore point and restore narrowing in Todo
10073 buffer. (Bug#4820)
10074
10075 2009-10-31 Glenn Morris <rgm@gnu.org>
10076
10077 * net/ange-ftp.el (top-level): Don't require dired when compiling.
10078 (comint-last-output-start, comint-last-input-start)
10079 (comint-last-input-end): Don't defvar when compiling.
10080 (ange-ftp-process-file): Use bound-and-true-p.
10081
10082 * pcmpl-rpm.el (top-level): Move provide statement to end.
10083 (pcmpl-rpm): Remove unused custom group.
10084
10085 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
10086
10087 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
10088
10089 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10090 (byte-compile-warnings): Add `constants' as an option.
10091 (byte-compile-callargs-warn, byte-compile-arglist-warn)
10092 (display-call-tree): Update for byte-compile-fdefinition possibly
10093 returning `(macro lambda ...)'. (Bug#4778)
10094 (byte-compile-variable-ref, byte-compile-setq-default):
10095 Respect `constants' member of byte-compile-warnings.
10096
10097 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
10098 Use mapc rather than mapcar because the return value is never used.
10099
10100 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
10101 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
10102 * cedet/semantic/html.el:
10103 Suppress harmless warnings about setting up semantic-imenu (not
10104 part of Emacs) variables.
10105
10106 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10107
10108 * vc-bzr.el (vc-bzr-revision-keywords): New var.
10109 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
10110 to "submit:".
10111
10112 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
10113 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
10114 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
10115 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
10116 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
10117 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
10118 (semantic-analyzer-debug-global-symbol)
10119 (semantic-analyzer-debug-missing-innertype)
10120 (semantic-analyzer-debug-insert-include-summary):
10121 * cedet/semantic/util.el (semantic-file-tag-table):
10122 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
10123 (semantic-recursive-find-nonterminal-by-name):
10124 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
10125 * cedet/semantic/tag-file.el (semantic-prototype-file):
10126 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
10127 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
10128 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
10129 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
10130 (semantic-idle-summary-maybe-highlight):
10131 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
10132 (semantic-ia-sb-tag-info):
10133 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
10134 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
10135 * cedet/semantic/ede-grammar.el (project-compile-target):
10136 (ede-proj-makefile-insert-variables):
10137 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
10138 (semantic-debug-set-source-location, semantic-debug-interface-layout)
10139 (semantic-debug-mode, semantic-debug):
10140 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
10141 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
10142 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
10143 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
10144 (semanticdb-find-translate-path-includes--internal)
10145 (semanticdb-reset-log, semanticdb-find-log-activity):
10146 * cedet/semantic/db-file.el (object-write):
10147 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
10148 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
10149 (semanticdb-create-ebrowse-database):
10150 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
10151 * cedet/semantic/complete.el (semantic-displayor-focus-request)
10152 (semantic-collector-calculate-completions-raw)
10153 (semantic-complete-read-tag-analyzer):
10154 * cedet/semantic/analyze.el (semantic-analyze-pulse):
10155 * cedet/ede/util.el (ede-update-version-in-source):
10156 * cedet/ede/proj.el (project-delete-target):
10157 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
10158 (ede-proj-flush-autoconf):
10159 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
10160 (ede-proj-configure-synchronize):
10161 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
10162 * cedet/ede/linux.el (ede-linux-version):
10163 * cedet/ede/emacs.el (ede-emacs-version):
10164 * cedet/ede/dired.el (ede-dired-add-to-target):
10165 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
10166 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
10167 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
10168 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
10169 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
10170 (cedet-idutils-version-check):
10171 * cedet/cedet-global.el (cedet-gnu-global-call):
10172 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
10173 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
10174 * cedet/cedet-cscope.el (cedet-cscope-call)
10175 (cedet-cscope-expand-filename, cedet-cscope-version-check):
10176 Use with-current-buffer.
10177 * cedet/ede.el (ede-make-project-local-variable)
10178 (ede-set-project-variables, ede-set): Use dolist.
10179
10180 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
10181
10182 * textmodes/ispell.el (ispell-skip-region-alist):
10183 * international/mule-conf.el (eight-bit):
10184 * international/fontset.el (font-encoding-alist):
10185 * startup.el (pure-space-overflow-message):
10186 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
10187 * paths.el (gnus-nntp-service, rmail-spool-directory)
10188 (term-file-prefix):
10189 * files.el (save-some-buffers-action-alist):
10190 * cmuscheme.el (same-window-buffer-names):
10191 * ielm.el (same-window-buffer-names):
10192 * shell.el (same-window-buffer-names):
10193 * mail/sendmail.el (same-window-buffer-names):
10194 * progmodes/inf-lisp.el (same-window-buffer-names):
10195 * bindings.el (mode-line-client)
10196 (mode-line-column-line-number-mode-map):
10197 * language/tibetan.el (tibetan-precomposition-rule-regexp)
10198 (tibetan-precomposed-regexp): Purecopy string arguments.
10199
10200 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10201
10202 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
10203 (calcDigit-nondigit):
10204 * calc/calc-yank.el (calc-copy-to-buffer):
10205 * calc/calc-units.el (calc-invalidate-units-table):
10206 * calc/calc-trail.el (calc-trail-yank):
10207 * calc/calc-store.el (calc-insert-variables):
10208 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
10209 * calc/calc-prog.el (calc-read-parse-table):
10210 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
10211 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
10212 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
10213 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
10214 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
10215 (calc-graph-name, calc-graph-find-command, calc-graph-view)
10216 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
10217 * calc/calc-ext.el (calc-realign):
10218 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
10219 (calc-embedded-finish-edit, calc-embedded-make-info)
10220 (calc-embedded-finish-command, calc-embedded-stack-change):
10221 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
10222
10223 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
10224 (overload-docstring-extension): Use that info.
10225 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
10226 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
10227 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
10228 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
10229 (semantic-nonterminal-full-name): Add the new `when' info.
10230 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
10231 `assert'.
10232
10233 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
10234 shell-dynamic-complete-filename in preference to
10235 comint-dynamic-complete-filename.
10236
10237 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10238 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10239 Don't consider whether the display supports colors.
10240 (bookmark-import-new-list): Use dolist.
10241 (bookmark-bmenu-mode-map): Move initialization into declaration.
10242 (bookmark-bmenu-list): Use dolist, simplify.
10243 (bookmark-show-all-annotations): Use save-selected-window and dolist.
10244 (menu-bar-final-items): Use push.
10245
10246 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
10247
10248 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
10249 it works on remote files.
10250 (vc-hg-diff): Don't pass any `--cwd' argument.
10251
10252 2009-10-27 Kevin Ryde <user42@zip.com.au>
10253
10254 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
10255 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
10256 (Further to Bug#3921).
10257
10258 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
10259
10260 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
10261 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
10262 calling `tramp-imap-put-file'. Add file size to the call.
10263 (tramp-imap-get-file-entries): Compute also user name, file size,
10264 and date.
10265 (tramp-imap-handle-insert-directory): Insert uid and gid.
10266 (tramp-imap-handle-file-attributes): Transform uid and gid
10267 according to `id-format'.
10268 (tramp-imap-put-file): New optional parameter SIZE. Encode file
10269 size in header X-Size.
10270
10271 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
10272
10273 * simple.el (transpose-subr): Give clearer error when the mark
10274 is not set. (Bug#4807)
10275
10276 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
10277
10278 * net/tramp.el (tramp-perl-file-truename): New defconst.
10279 Perl code contributed by yary <not.com@gmail.com> (tiny change).
10280 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
10281 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
10282 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
10283
10284 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
10285 Ignore `dired-call-process'.
10286 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
10287
10288 2009-10-26 Julian Scheid <julians37@gmail.com>
10289
10290 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
10291 (tramp-get-remote-readlink): New defun.
10292 (tramp-handle-file-truename): Use it.
10293 (tramp-handle-file-exists-p): Check file-attributes cache, assume
10294 file exists if cache value present.
10295 (tramp-check-cached-permissions): New defun.
10296 (tramp-handle-file-readable-p): Use it.
10297 (tramp-handle-file-writable-p): Likewise.
10298 (tramp-handle-file-executable-p): Likewise.
10299 (tramp-handle-file-name-all-completions): Try using Perl to get
10300 partial completions. When perl not available, combine `cd' and
10301 `ls' into single remote operation and use shell expansion to get
10302 partial remote directory contents. Set `file-exists-p' cache for
10303 directory and any files returned by ls. Change cache handling to
10304 support partial directory contents. Use error message emitted by
10305 remote `cd' or Perl code for local tramp-error.
10306 (tramp-do-copy-or-rename-file-directly): Avoid separate
10307 tramp-send-command-and-check call.
10308 (tramp-handle-process-file): Merge three remote ops into one.
10309 Do not flush all caches when `process-file-side-effects' is set.
10310 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
10311 file-attributes shows uid/gid to be set already.
10312
10313 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
10314
10315 * textmodes/tex-mode.el (tex-dvi-view-command)
10316 (tex-show-queue-command, tex-open-quote):
10317 * progmodes/ruby-mode.el (auto-mode-alist)
10318 (interpreter-mode-alist): Purecopy strings.
10319
10320 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
10321
10322 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
10323 string for the hook, keymap and abbrev table.
10324
10325 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
10326
10327 * x-dnd.el (x-dnd-xdnd-to-action):
10328 * startup.el (fancy-startup-text, fancy-about-text): Change to
10329 defconst from defvar.
10330
10331 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
10332
10333 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
10334 Purecopy initialization strings.
10335
10336 * mail/sendmail.el (mail-header-separator)
10337 (mail-personal-alias-file):
10338 * mail/rmail.el (rmail-default-dont-reply-to-names)
10339 (rmail-ignored-headers, rmail-retry-ignored-headers)
10340 (rmail-highlighted-headers, rmail-secondary-file-directory)
10341 (rmail-secondary-file-regexp):
10342 * files.el (null-device, file-name-invalid-regexp)
10343 (locate-dominating-stop-dir-regexp)
10344 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
10345 (interpreter-mode-alist): Use mapcar instead of mapc.
10346
10347 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
10348
10349 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
10350 (completion-ignored-extensions):
10351 (debug-ignored-errors): Purecopy strings.
10352
10353 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
10354
10355 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
10356 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
10357 (pcomplete--here): Use push.
10358
10359 * subr.el (all-completions): Declare the 4th arg obsolete.
10360
10361 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10362
10363 * pcomplete.el (pcomplete-unquote-argument-function): New var.
10364 (pcomplete-unquote-argument): New function.
10365 (pcomplete--common-suffix): Always pay attention to case.
10366 (pcomplete--table-subvert): Quote and unquote the text.
10367 (pcomplete--common-quoted-suffix): New function.
10368 (pcomplete-std-complete): Use it and pcomplete-begin.
10369
10370 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
10371 we're inside a dedicated or minibuffer window.
10372
10373 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10374
10375 * cedet/semantic/fw.el (semantic-alias-obsolete)
10376 (semantic-varalias-obsolete): Make the `when' arg mandatory.
10377 (define-mode-overload-implementation):
10378 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
10379 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
10380 * cedet/semantic/util.el (semantic-file-token-stream)
10381 (semantic-something-to-stream):
10382 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
10383 (semantic-expand-nonterminal):
10384 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
10385 (semantic-find-dependency, semantic-find-nonterminal)
10386 (semantic-find-dependency):
10387 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
10388 (semantic-flex-text, semantic-flex-make-keyword-table)
10389 (semantic-flex-keyword-p, semantic-flex-keyword-put)
10390 (semantic-flex-keyword-get, semantic-flex-map-keywords)
10391 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
10392 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
10393 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
10394 (semantic-after-idle-scheduler-reparse-hooks):
10395 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
10396 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
10397 * cedet/semantic.el (semantic-toplevel-bovine-table)
10398 (semantic-toplevel-bovine-cache)
10399 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
10400 (semantic-init-mode-hooks, semantic-init-db-hooks)
10401 (semantic-bovination-working-type): Provide the `when' arg.
10402
10403 2009-10-24 Karl Fogel <kfogel@red-bean.com>
10404
10405 * bookmark.el: Update documentation, especially documentation
10406 of `bookmark-alist' and of the bookmark file format.
10407 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
10408
10409 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
10410
10411 * mail/emacsbug.el (report-emacs-bug): Clarify that the
10412 keybindings apply to the mail buffer (Bug#4003). Shrink help
10413 window to buffer.
10414
10415 * whitespace.el (whitespace-mode, whitespace-newline-mode)
10416 (global-whitespace-mode, global-whitespace-newline-mode)
10417 (whitespace-toggle-options, global-whitespace-toggle-options):
10418 Doc fix (Bug#3660).
10419
10420 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
10421 of xmltok-start before the end tag was inserted (Bug#2840).
10422
10423 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
10424 patterns that are preceded by an open-paren (Bug#1320).
10425
10426 2009-10-24 Sven Joachim <svenjoac@gmx.de>
10427
10428 * files.el (delete-directory): Delete symlinks to directories with
10429 delete-file (Bug#4739).
10430
10431 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
10432
10433 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
10434 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
10435 argument to make-obsolete.
10436
10437 * cedet/semantic/fw.el (semantic-alias-obsolete)
10438 (semantic-varalias-obsolete): Add optional WHEN argument.
10439
10440 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
10441
10442 * vc.el (vc-backend-for-registration): Rename from
10443 vc-get-backend-for-registration. Update callers.
10444
10445 * international/mule-cmds.el (set-language-info-alist):
10446 Purecopy lang-env.
10447 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
10448 (charset): Purecopy the name.
10449 (define-char-code-property): Purecopy string arguments.
10450
10451 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10452 Purecopy string arguments.
10453
10454 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10455 * ediff-hook.el (menu-bar-ediff-menu):
10456 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
10457 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
10458
10459 2009-10-24 Glenn Morris <rgm@gnu.org>
10460
10461 * comint.el (comint-dynamic-list-completions):
10462 * term.el (term-dynamic-list-completions): Use choose-completion rather
10463 than obsolete alias mouse-choose-completion.
10464
10465 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
10466 file-cache-choose-completion.
10467 (file-cache-choose-completion): Handle an optional event argument.
10468 (file-cache-mouse-choose-completion): Make it an obsolete alias.
10469
10470 * progmodes/octave-mod.el (octave-complete-symbol):
10471 Use choose-completion if mouse-choose-completion is ever removed.
10472
10473 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
10474 use.
10475
10476 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
10477 compiler.
10478
10479 * vc-hooks.el (vc-responsible-backend): Fix declaration.
10480
10481 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
10482
10483 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
10484 Ignore `pred' now that we receive one.
10485 Handle test-completion specially.
10486
10487 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
10488
10489 * vc.el (vc-responsible-backend): Throw an error if not backend is
10490 found. Remove the REGISTER argument. Move the code dealing with
10491 REGISTER ...
10492 (vc-get-backend-for-registration): ... here. New function.
10493 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
10494 of vc-responsible-backend, pass the file name instead of the
10495 directory name.
10496
10497 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
10498
10499 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
10500 New funs.
10501 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
10502 (pcomplete-comint-setup): Don't modify a global var via
10503 accidental side-effects.
10504 (pcomplete-shell-setup): Adjust call accordingly.
10505 (pcomplete-parse-comint-arguments): Use push.
10506
10507 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
10508
10509 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
10510 Allow uncapitalized info node names (Bug#3921).
10511
10512 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
10513 to the DEBUG file (Bug#3781).
10514
10515 2009-10-23 Jari Aalto <jari.aalto@cante.net>
10516
10517 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
10518 dictionary entry (Bug#4579).
10519
10520 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
10521
10522 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
10523 from `rfn-eshadow-update-overlay-hook' when unloading.
10524 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
10525 "rsyncc". Adjust doc string.
10526 (tramp-temp-buffer-file-name): New buffer-local defvar.
10527 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10528 Keep temporary file when indicated by method ("rsync" and
10529 "rsyncc").
10530 (tramp-handle-write-region): Handle APPEND.
10531 (tramp-delete-temp-file-function): New defun. Added to
10532 `kill-buffer-hook'.
10533
10534 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
10535
10536 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
10537
10538 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
10539
10540 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
10541 (color-name-rgb-alist, tty-standard-colors)
10542 (tty-color-mode-alist): Change to defconst.
10543
10544 * simple.el (mark-inactive): Purecopy message.
10545
10546 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
10547 (global-map, yank-menu):
10548 * textmodes/ispell.el (ispell-menu-map):
10549 * net/eudc.el (eudc-tools-menu):
10550 * international/mule-cmds.el (describe-language-environment-map)
10551 (setup-language-environment-map, set-coding-system-map)
10552 (mule-menu-keymap):
10553 * vc-hooks.el (vc-menu-entry, vc-menu-map):
10554 * replace.el (occur-mode-map):
10555 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
10556
10557 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
10558
10559 * calc/calc.el (math-read-number, math-read-number-simple): Use
10560 `save-match-data'.
10561
10562 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
10563
10564 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
10565 rather than fiddling with global-map bindings, since it should only
10566 affect per-terminal settings.
10567 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
10568
10569 * minibuffer.el (completion-table-with-terminator): Allow to specify
10570 the terminator-regexp.
10571
10572 * simple.el (switch-to-completions): Look for *Completions* in other
10573 frames as well.
10574
10575 * pcomplete.el: Allow the use of completion-tables.
10576 (pcomplete-std-complete): New command.
10577 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
10578 (pcomplete--here): Use a function for `form' rather than an expression,
10579 so it can be byte-compiled.
10580 (pcomplete-here, pcomplete-here*): Adjust accordingly.
10581 Add edebug declaration.
10582 (pcomplete-show-completions): Remove unused var `curbuf'.
10583 (pcomplete-do-complete, pcomplete-stub):
10584 Don't assume `completions' is a list of strings any more.
10585
10586 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
10587
10588 * find-dired.el (find-name-arg): Fix typo in docstring.
10589
10590 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
10591
10592 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
10593 (pcmpl-linux-fs-types): Same, and update to new modules layout.
10594
10595 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
10596 pcomplete-entries.
10597
10598 * comint.el (comint-read-input-ring, comint-write-input-ring)
10599 (comint-substitute-in-file-name)
10600 (comint-dynamic-complete-as-filename)
10601 (comint-dynamic-simple-complete)
10602 (comint-dynamic-list-filename-completions)
10603 (comint-dynamic-list-completions)
10604 (comint-redirect-results-list-from-process): Minor simplifications.
10605
10606 2009-10-21 Kevin Ryde <user42@zip.com.au>
10607
10608 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
10609 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
10610 the first form. And insert a blank line after ";;; Code" since
10611 that's usual style. (Bug#4612)
10612
10613 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
10614
10615 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10616
10617 * minibuffer.el (completion-table-with-terminator): Properly implement
10618 boundaries, in case `terminator' appears in the suffix.
10619 (completion--embedded-envvar-table): Don't return boundaries if
10620 there's no valid completion. Simplify.
10621 (completion-file-name-table): New completion table extracted from
10622 completion--file-name-table.
10623 (completion--file-name-table): Use it.
10624 (read-file-name-predicate): Declare obsolete.
10625 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
10626 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
10627 completion-file-name-table, and use the `pred' argument.
10628 * files.el (locate-file-completion-table): Use the `pred' arg rather
10629 than read-file-name-predicate.
10630 (abbreviate-file-name): Use \` rather than ^ for BOS.
10631
10632 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
10633
10634 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
10635 vc-responsible-backend to register, it causes problems.
10636
10637 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10638
10639 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
10640
10641 2009-10-21 Eric Ludlam <zappo@gnu.org>
10642
10643 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
10644 (semantic-c-debug-mode-init-pch): New functions.
10645 (semantic-c-debug-mode-init-last-mode): New var.
10646 (semantic-c-parse-lexical-token): Use them.
10647
10648 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
10649 When extracting the argument list, limit only by point-max.
10650
10651 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
10652
10653 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
10654 (tramp-smb-handle-file-attributes): Use it.
10655 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
10656 (tramp-smb-handle-insert-directory): Use `mapc' rather than
10657 `mapcar'. Use `tramp-smb-get-stat-capability'.
10658 Add `dired-filename' text properties.
10659 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
10660 (tramp-smb-maybe-open-connection): Simplify check for smbclient
10661 version.
10662
10663 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
10664
10665 * subr.el (read-key-delay): Reduce to 0.01.
10666 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
10667 (bug#4751).
10668
10669 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
10670
10671 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
10672
10673 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
10674 (Info-menu): Remove unused vars `last' and `completions'.
10675 (Info-index-nodes): Remove unused var `node'.
10676
10677 * info.el (Info-complete-menu-item): Use complete-with-action.
10678
10679 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
10680
10681 Make vc-annotate work through copies and renames.
10682 * vc-annotate.el (vc-annotate-extract-revision-at-line):
10683 Return the file name too.
10684 (vc-annotate-revision-at-line)
10685 (vc-annotate-find-revision-at-line)
10686 (vc-annotate-revision-previous-to-line)
10687 (vc-annotate-show-log-revision-at-line): Update to get the file
10688 name from vc-annotate-extract-revision-at-line.
10689 (vc-annotate-show-diff-revision-at-line-internal): Change the
10690 argument to mean whether to show a file diff or not. Get the file
10691 name from vc-annotate-extract-revision-at-line.
10692 (vc-annotate-show-diff-revision-at-line):
10693 Update vc-annotate-show-diff-revision-at-line call.
10694 (vc-annotate-warp-revision): Add an optional file argument.
10695
10696 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
10697 (vc-git-annotate-extract-revision-at-line): Also return the file
10698 name if found.
10699
10700 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
10701 command. Remove unused code.
10702 (vc-hg-annotate-re): Update to match --follow output.
10703 (vc-hg-annotate-extract-revision-at-line): Also return the file
10704 name if found.
10705
10706 * vc.el: Update annotate-extract-revision-at-line documentation.
10707
10708 2009-10-18 Kevin Ryde <user42@zip.com.au>
10709
10710 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
10711 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
10712
10713 * net/browse-url.el (browse-url): Identify alist with "consp and
10714 not functionp" and let all other things go down the `apply' leg,
10715 as suggested by Stefan. (Further to bug#4531.)
10716
10717 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
10718
10719 * minibuffer.el (read-file-name): Check for repeat before putting
10720 a default argument in file-name-history (Bug#4657).
10721
10722 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
10723 read syntax (Bug#4737).
10724
10725 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
10726
10727 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10728
10729 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
10730 (html-tag-alist, html-tag-help): Add descriptions for undocumented
10731 entries and make note of obsolete tags.
10732
10733 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
10734
10735 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
10736
10737 2009-10-18 Glenn Morris <rgm@gnu.org>
10738
10739 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
10740 grep, so that binary files (eg international/uni-bidi.el) can match.
10741 Remove test for "UnicodeData" files, since it is hopefully unnecessary
10742 now, and in any case the file header format has changed.
10743
10744 2009-10-17 Glenn Morris <rgm@gnu.org>
10745
10746 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
10747 (flyspell-get-word, flyspell-large-region)
10748 (flyspell-auto-correct-previous-word): Doc/error message fixes.
10749
10750 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
10751
10752 * Makefile.in (ELCFILES): Add ede/shell.
10753
10754 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
10755
10756 * term/common-win.el (x-colors): Purecopy it.
10757
10758 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10759
10760 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
10761 permissive for when the buffer is empty.
10762 (tar-header-block-tokenize): Decode the username and groupname.
10763 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
10764
10765 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
10766
10767 * cedet/srecode/srt.el:
10768 * cedet/srecode/compile.el:
10769 * cedet/semantic/mru-bookmark.el:
10770 * cedet/semantic/debug.el:
10771 * cedet/semantic/complete.el:
10772 * cedet/semantic/analyze.el: Require CL when compiling.
10773
10774 2009-10-17 Eric Ludlam <zappo@gnu.org>
10775
10776 * cedet/semantic/scope.el
10777 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
10778 tmpscope so that the regular scope will continue to work.
10779
10780 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
10781 Use semantic-idle-summary-highlight-face as the highlighting.
10782
10783 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
10784 contains multibyte characters, choose first applicable coding
10785 system automatically.
10786
10787 * cedet/ede/project-am.el (project-run-target): New method.
10788 (project-run-target): New method.
10789
10790 * cedet/ede.el (ede-target): Add run target menu item.
10791 (ede-project, ede-minor-keymap): Add ede-run-target binding.
10792 (ede-run-target): New function.
10793 (ede-target::project-run-target): New method.
10794
10795 * cedet/ede/proj.el (project-run-target): New method.
10796
10797 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
10798 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
10799 Add :rules.
10800 (ede-proj-target-makefile-shared-object): Only libtool compilers
10801 now available. Add linkers for libtool.
10802 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
10803 (ede-proj-makefile-target-name): Always use .la extension.
10804
10805 * cedet/ede/proj-prog.el (project-run-target): New method.
10806
10807 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
10808 (ede-g++-linker): Change Change link lines.
10809
10810 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
10811 When searching for old variables, go to the end of the buffer and
10812 search backward from there.
10813 (ede-proj-makefile-automake-insert-subdirs)
10814 (ede-proj-makefile-automake-insert-extradist): New methods.
10815 (ede-proj-makefile-create): Use them.
10816
10817 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
10818 Force FILE to expand to the current target. Use file-exists-p to
10819 check that it exists.
10820
10821 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
10822 (ede-linux-load): Wrap dir in file-name-as-directory.
10823 Set :version slot.
10824
10825 * cedet/ede/files.el (ede-get-locator-object): When enabling
10826 locate, do so on "top".
10827
10828 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
10829 file-name-as-directory during compare.
10830 (ede-emacs-version): Return Emacs/XEmacs differentiator.
10831 Get version number from different places. Don't call egrep.
10832 (ede-emacs-load): Set :version slot. Call file-name-as-directory
10833 to set the directory.
10834
10835 * cedet/ede/shell.el: New file.
10836
10837 * cedet/inversion.el (inversion-decoders): Allow for stray . in
10838 alpha/beta variants.
10839
10840 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10841
10842 * international/mule-cmds.el (select-safe-coding-system): If the file
10843 has a coding cookie, use it regardless of any other setting (bug#4712).
10844
10845 2009-10-17 Glenn Morris <rgm@gnu.org>
10846
10847 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
10848 All errors should have messages.
10849
10850 * foldout.el (foldout-mouse-swallow-events):
10851 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
10852
10853 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
10854 (dired-keep-marker-copy, dired-keep-marker-hardlink)
10855 (dired-keep-marker-symlink, dired-dwim-target)
10856 (dired-copy-preserve-time): Do not autoload these defcustoms.
10857
10858 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
10859 messages from messing up the file coding. (Bug#4623)
10860
10861 2009-10-17 Jari Aalto <jari.aalto@cante.net>
10862
10863 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
10864 if no match is found for the current dictionary. (Bug#4578)
10865
10866 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
10867 optional, since that is how it is documented, and this is often called
10868 with a nil argument. (Bug#4577)
10869 (flyspell-external-point-words, flyspell-auto-correct-word)
10870 (flyspell-correct-word-before-point, flyspell-word-search-forward)
10871 (flyspell-word-search-backward): Remove nil argument in calls to
10872 flyspell-get-word, since it is not needed now.
10873
10874 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
10875
10876 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
10877
10878 2009-10-16 Glenn Morris <rgm@gnu.org>
10879
10880 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
10881
10882 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
10883
10884 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
10885 (ange-ftp-file-size): New function.
10886 (ange-ftp-file-attributes): Use it.
10887
10888 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
10889
10890 * net/tramp-smb.el (tramp-smb-version): New defvar.
10891 (tramp-smb-maybe-open-connection): Use it, in order to avoid
10892 repeated checks.
10893
10894 2009-10-16 Glenn Morris <rgm@gnu.org>
10895
10896 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
10897 Maybe copy some custom properties from old to new name. (Bug#4706)
10898
10899 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
10900
10901 * subr.el (error, sit-for, start-process-shell-command)
10902 (start-file-process-shell-command): Set the calling convention
10903 after the function definition.
10904
10905 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10906
10907 * subr.el (error, sit-for, start-process-shell-command)
10908 (start-file-process-shell-command): Use the new
10909 set-advertised-calling-convention feature.
10910
10911 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
10912
10913 * international/ucs-normalize.el (ucs-normalize-version):
10914 Change to 1.2.
10915 (check-range): Adjust for Unicode 5.2.
10916
10917 2009-10-15 Juri Linkov <juri@jurta.org>
10918
10919 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
10920 to the `menu-item' format.
10921
10922 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
10923
10924 * net/tramp.el (tramp-replace-environment-variables): Do not fail
10925 if the environment variable does not exist.
10926
10927 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10928 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
10929 parameter.
10930 (tramp-smb-handle-add-name-to-file)
10931 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
10932 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
10933 (tramp-smb-handle-file-attributes)
10934 (tramp-smb-do-file-attributes-with-stat)
10935 (tramp-smb-handle-file-local-copy)
10936 (tramp-smb-handle-insert-directory)
10937 (tramp-smb-handle-make-directory)
10938 (tramp-smb-handle-make-directory-internal)
10939 (tramp-smb-handle-make-symbolic-link)
10940 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
10941 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
10942 (tramp-smb-maybe-open-connection): Apply the changed parameters.
10943 (tramp-smb-read-file-entry): Read Disk names in compressed format.
10944 Handle long file names.
10945 (tramp-smb-get-cifs-capabilities): Check, whether the connection
10946 process is running.
10947 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
10948 Read share names with "-g" option.
10949
10950 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
10951
10952 * net/rcirc.el (rcirc-view-log-file): New command.
10953 (rcirc-track-minor-mode-map): Remove C-c ` binding.
10954 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
10955 specified.
10956
10957 2009-10-15 Glenn Morris <rgm@gnu.org>
10958
10959 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
10960 from the second command-line argument.
10961 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
10962 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
10963 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
10964 w32-batch-update-autoloads.
10965 * emacs-lisp/autoload.el (autoload-make-program): New variable.
10966 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
10967
10968 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
10969 the headers cannot be located. Simplify, subtracting superflous
10970 save-excursions.
10971
10972 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
10973
10974 Replace completion-base-size by completion-base-position to fix bugs
10975 such as (bug#4699).
10976 * simple.el (completion-base-position): New var.
10977 (completion-base-size): Mark as obsolete.
10978 (choose-completion): Make it work for mouse events as well.
10979 Pass the new base-position to choose-completion-string.
10980 (choose-completion-guess-base-position): New function, extracted from
10981 choose-completion-delete-max-match.
10982 (choose-completion-delete-max-match): Use it. Make obsolete.
10983 (choose-completion-string): Use the new base-position info.
10984 (completion-root-regexp): Delete.
10985 (completion-setup-function): Preserve completion-base-position.
10986 Eliminate obsolete base-size manipulation.
10987 * minibuffer.el (display-completion-list): Don't mess with base-size.
10988 (minibuffer-completion-help): Set completion-base-position instead.
10989 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
10990 choose-completion.
10991 * textmodes/bibtex.el (bibtex-complete):
10992 * emacs-lisp/crm.el (crm--choose-completion-string):
10993 Adjust to new calling convention.
10994 * complete.el (partial-completion-mode): Use minibufferp to avoid
10995 bumping into incompatible change to choose-completion-string-functions.
10996 * ido.el (ido-choose-completion-string): Make its calling convention
10997 more permissive.
10998 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
10999 base-size manipulation.
11000 (comint-dynamic-list-input-ring): Use dotimes and push.
11001 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
11002 fundamental-mode. Use `or'.
11003
11004 2009-10-14 Juri Linkov <juri@jurta.org>
11005
11006 * misearch.el (multi-isearch-next-buffer-from-list)
11007 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
11008
11009 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11010
11011 * Makefile.in (compile-onefile): Load `bytecomp' rather than
11012 `bytecomp.el'.
11013
11014 * minibuffer.el (completion-pcm--merge-completions): Make sure the
11015 string we return is all made up of text from the completions rather
11016 than part from the completions and part from the input (bug#4219).
11017
11018 * ido.el (ido-everywhere): Use define-minor-mode.
11019
11020 * buff-menu.el (list-buffers, ctl-x-map):
11021 Mark the entry points with ;;;###autoload cookies.
11022
11023 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
11024
11025 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
11026 correctly in the detached head case.
11027 (vc-git-print-log): Remove unused binding.
11028
11029 * vc.el (vc-responsible-backend): When a directory is passed for
11030 for registration create a VC repository if no backend is
11031 responsible for the directory argument.
11032 (vc-deduce-fileset): Tell vc-responsible-backend to register.
11033
11034 * vc.el: Move comments about RCS and SCCS ...
11035 * vc-rcs.el:
11036 * vc-sccs.el: ... here, respectively.
11037
11038 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11039
11040 * minibuffer.el (completion--file-name-table): Return nil if there's
11041 no file completion, even if substitute-in-file-name changed
11042 the string (bug#4708).
11043
11044 2009-10-13 Juri Linkov <juri@jurta.org>
11045
11046 * files-x.el (read-file-local-variable-value): Don't filter out
11047 minor modes from mode name completion (bug#4664).
11048
11049 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
11050
11051 * international/mule-cmds.el (ucs-names): Remove exclusion of
11052 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
11053
11054 2009-10-13 Kenichi Handa <handa@m17n.org>
11055
11056 * international/uni-name.el: Regenerated.
11057
11058 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
11059
11060 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
11061 should be automatically buffer-local, but isn't.)
11062
11063 2009-10-12 Sam Steingold <sds@gnu.org>
11064
11065 * progmodes/compile.el (compilation-next-error-function): Fix the
11066 timestamps if the buffer has been visited before.
11067 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
11068 non-anchored patterns, like the perl one (bug#3928).
11069
11070 2009-10-12 Glenn Morris <rgm@gnu.org>
11071
11072 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
11073 Let-bind `size'.
11074
11075 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
11076
11077 * proced.el (proced-unload-function): New function.
11078
11079 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
11080 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
11081 Doc fix.
11082
11083 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
11084
11085 2009-10-11 Juri Linkov <juri@jurta.org>
11086
11087 * files-x.el (read-file-local-variable-value):
11088 Provide default value only for bound variables (bug#4664).
11089
11090 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
11091
11092 * net/tramp.el (tramp-local-host-p): Function shall return nil for
11093 connection methods like smb.
11094
11095 * net/tramp-cache.el (tramp-flush-connection-property): The hash
11096 can be empty.
11097
11098 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11099 (tramp-smb-file-name-handler-alist): Add handlers for
11100 `add-name-to-file', `make-symbolic-link'.
11101 (tramp-smb-handle-add-name-to-file)
11102 (tramp-smb-do-file-attributes-with-stat)
11103 (tramp-smb-handle-make-symbolic-link)
11104 (tramp-smb-get-cifs-capabilities): New defuns.
11105 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11106 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11107 (tramp-smb-handle-file-local-copy)
11108 (tramp-smb-handle-make-directory-internal)
11109 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11110 The file name syntax depends on cifs capabilities.
11111 (tramp-smb-handle-file-attributes):
11112 Call `tramp-smb-do-file-attributes-with-stat' if possible.
11113 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
11114 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
11115
11116 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
11117
11118 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
11119 (eieio-defclass): Apply deftype handler and setf-method properties
11120 directly.
11121 (eieio-add-new-slot): Avoid union function from cl library.
11122 (eieio--typep): New function.
11123 (eieio-perform-slot-validation): Use it.
11124
11125 2009-10-10 Karl Fogel <kfogel@red-bean.com>
11126
11127 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
11128 Update documentation to refer to the variables documented in r1.135.
11129 (Bug#4188)
11130
11131 2009-10-10 Karl Fogel <kfogel@red-bean.com>
11132
11133 * bookmark.el (Info-suffix-list): Remove this unused variable.
11134 (bookmark-current-point): Remove this obsolete variable.
11135 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
11136 Adjust for removal of bookmark-current-point.
11137
11138 (bookmarks-already-loaded, bookmark-current-buffer)
11139 (bookmark-yank-point): Document. (Bug#4188)
11140
11141 2009-10-10 Glenn Morris <rgm@gnu.org>
11142
11143 * frame.el (frame-height): Doc fix.
11144
11145 * calendar/calendar.el (calendar-split-width-threshold): New option.
11146 (calendar-basic-setup): Use calendar-split-width-threshold.
11147
11148 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
11149
11150 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
11151 Use .la for Automake.
11152
11153 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
11154
11155 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
11156 Use "autoreconf -i". Suggested by Andreas Schwab.
11157
11158 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
11159
11160 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
11161 Ideographic Supplement" range (U+1F200..U+1F2FF).
11162
11163 2009-10-09 Karl Fogel <kfogel@red-bean.com>
11164
11165 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
11166 since the list will have been rebuilt anyway. (Bug#4349)
11167
11168 2009-10-09 Karl Fogel <kfogel@red-bean.com>
11169
11170 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
11171 (bookmark-bmenu-execute-deletions): Don't save here, as
11172 bookmark-delete will now do so if necessary.
11173 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
11174 (Bug#4348)
11175
11176 2009-10-09 Glenn Morris <rgm@gnu.org>
11177
11178 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
11179
11180 2009-10-09 Karl Fogel <kfogel@red-bean.com>
11181
11182 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
11183 (bookmark-jump-other-window): Just invoke bookmark-jump with new
11184 argument now, so the two function's behaviors will match. (Bug#3645)
11185
11186 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
11187
11188 * cedet/ede/proj.el (project-make-dist, project-compile-project):
11189 Fix filename test.
11190 (ede-proj-dist-makefile): Use expand-file-name instead of concat
11191 to expand file names.
11192
11193 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
11194
11195 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
11196 (tramp-file-name-real-host, tramp-file-name-port):
11197 Apply `save-match-data'.
11198
11199 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
11200 case both directories are remote.
11201 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
11202 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
11203
11204 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
11205
11206 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
11207 (ede-proj-target-makefile-objectcode): Use it.
11208
11209 * cedet/ede/source.el (ede-want-any-source-files-p)
11210 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
11211 Return search result. This error was introduced while merging.
11212
11213 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
11214
11215 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
11216
11217 2009-10-07 Glenn Morris <rgm@gnu.org>
11218
11219 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
11220 of concat.
11221
11222 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
11223
11224 * files-x.el (read-file-local-variable): Include some
11225 non-user-variables in the completion table (bug#4664).
11226
11227 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
11228
11229 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
11230 message.
11231
11232 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11233 (tramp-smb-file-name-handler-alist): Add handler for
11234 `copy-directory', `expand-file-name', `set-file-modes'.
11235 (tramp-smb-handle-copy-directory)
11236 (tramp-smb-handle-expand-file-name)
11237 (tramp-smb-handle-set-file-modes): New defuns.
11238 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
11239 (tramp-smb-handle-file-attributes): Simplify check for retrieving
11240 entry.
11241 (tramp-smb-handle-insert-directory): Don't flush the cache.
11242 (tramp-smb-maybe-open-connection): Check for samba client and
11243 server versions.
11244
11245 2009-10-07 Eli Zaretskii <eliz@gnu.org>
11246
11247 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
11248 to not error out of search for "^lisp=" fails.
11249
11250 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
11251
11252 * makefile.w32-in (WINS_UPDATES): New macro.
11253 (custom-deps, finder-data, autoloads): Use it.
11254
11255 2009-10-07 Glenn Morris <rgm@gnu.org>
11256
11257 * Makefile.in (autoloads): Revert previous change.
11258 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
11259 the list of preloaded files passed on the command-line, get
11260 it from src/Makefile.
11261
11262 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
11263 show the original buffer rather than a random one.
11264
11265 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
11266
11267 * help.el (describe-no-warranty): Place point in a slightly better
11268 position in the GPLv3 text.
11269
11270 2009-10-06 Sam Steingold <sds@gnu.org>
11271
11272 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
11273 the comm attribute is present before calling regexp-quote.
11274
11275 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
11276
11277 * play/animate.el (animate-string): For good effect, make sure
11278 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
11279
11280 * play/animate.el (animate-sequence, animate-birthday-present):
11281 * misc.el (butterfly): Don't set `indent-tabs-mode'.
11282
11283 2009-10-06 Glenn Morris <rgm@gnu.org>
11284
11285 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
11286
11287 * emacs-lisp/autoload.el (autoload-excludes): New variable.
11288 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
11289 (batch-update-autoloads): Process a string value of autoload-excludes,
11290 set during the build process.
11291 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
11292
11293 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
11294 inside with-parsed... macro so that `v' is defined.
11295
11296 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
11297 * progmodes/fortran.el (fortran-end-of-block)
11298 (fortran-beginning-of-block):
11299 Also push mark in the macro case.
11300
11301 * emerge.el (emerge-show-file-name):
11302 * calc/calc.el (calc-quit):
11303 * calc/calc-misc.el (calc-big-or-small):
11304 * calc/calc-graph.el (calc-graph-view):
11305 * calc/calc-ext.el (calc-reset):
11306 * calendar/calendar.el (calendar-basic-setup):
11307 Use window-full-height-p.
11308
11309 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
11310 header we don't understand, don't insert another. (Bug#4624)
11311 If changing mime charset, insert the new one in the right place.
11312
11313 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
11314
11315 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
11316 (cal-tex-cursor-month): Correctly increment the end date for diary and
11317 holiday listing. (Bug#4626)
11318
11319 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11320
11321 * help-fns.el (describe-function-1): Don't burp if the function is not
11322 a symbol.
11323
11324 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
11325
11326 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
11327 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
11328 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
11329 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
11330
11331 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
11332 (eieio-default-superclass): Reflow docstrings.
11333 (this, class-option-assoc, defclass, eieio-class-un-autoload)
11334 (eieio-unbind-method-implementations, defmethod)
11335 (eieio-validate-slot-value, eieio-validate-class-slot-value)
11336 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
11337 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
11338 (eieio-slot-originating-class-p, eieio-slot-name-index)
11339 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
11340 (constructor, initialize-instance, no-next-method, object-print)
11341 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
11342 Fix typos in docstrings.
11343 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
11344 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
11345 (next-method-p): Doc fixes.
11346 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
11347 Fix typos in error messages.
11348 (eieio-defmethod): Fix typo in description of generic method.
11349
11350 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
11351 (eieio-persistent-save-interactive, slot-missing):
11352 Fix typos in docstrings.
11353 (eieio-instance-inheritor-slot-boundp): Doc fix.
11354
11355 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
11356 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
11357
11358 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
11359 (eieio-custom-object-apply-reset):
11360 Fix typos in docstrings and error messages.
11361
11362 * emacs-lisp/eieio-datadebug.el (data-debug-show):
11363 Fix typo in docstring.
11364
11365 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
11366 (eieio-browse-tree): Doc fix.
11367 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
11368 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
11369 Fix typos in docstrings.
11370
11371 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
11372 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
11373 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
11374 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
11375 Reflow docstrings.
11376
11377 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
11378
11379 * vc-hg.el (log-view-vc-backend): Declare for compiler.
11380 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
11381 Set log-view-vc-backend so that diff can work.
11382
11383 * log-view.el (log-view-diff): Use vc-diff-internal instead of
11384 vc-version-diff.
11385 (vc-diff-internal): Autoload this instead of vc-version-diff.
11386
11387 2009-10-05 Eli Zaretskii <eliz@gnu.org>
11388
11389 * simple.el (eval-expression): Doc fix.
11390
11391 * progmodes/cwarn.el (cwarn-mode): Doc fix.
11392
11393 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
11394
11395 * files.el (directory-files-no-dot-files-regexp): New defconst.
11396 (delete-directory): Use it.
11397 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
11398
11399 * net/tramp.el (tramp-verbose): Fix docstring.
11400 (tramp-methods): Add recursive option to `tramp-copy-args'.
11401 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
11402 "scp1_old", "scp2_old", "rsync", "rsyncc".
11403 (tramp-default-method): Check also for `auth-source-user-or-password'.
11404 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
11405 Add handler for `copy-directory'.
11406 (tramp-handle-copy-directory): New defun.
11407 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
11408 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
11409 Optimize sent command.
11410
11411 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11412
11413 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
11414 window if necessary.
11415
11416 * calendar/calendar.el (calendar-basic-setup): Don't call
11417 switch-to-buffer in a dedicated window.
11418
11419 2009-10-05 Karl Fogel <kfogel@red-bean.com>
11420
11421 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
11422 don't do anything related to relocating, just return nil.
11423 (bookmark-error-no-filename): New error.
11424 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
11425 bookmark has no file. Don't even attempt to handle things that
11426 are not files; the whole point of custom handlers is to keep that
11427 knowledge elsewhere anyway. Tighten some comments.
11428 (bookmark-file-or-variation-thereof): Remove now-unused function.
11429 (bookmark-location): Doc string fix.
11430 (Bug#4250)
11431
11432 2009-10-04 Karl Fogel <kfogel@red-bean.com>
11433
11434 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
11435 don't use a file dialog, because they usually don't know how to read
11436 a directory target from the user. (Bug#4230)
11437 Also, make sure the prompt can display directories as well as files.
11438
11439 2009-10-04 Karl Fogel <kfogel@red-bean.com>
11440
11441 * bookmark.el (bookmark-set, bookmark-buffer-name):
11442 Improve doc strings. (Bug#1193)
11443
11444 2009-10-04 Karl Fogel <kfogel@red-bean.com>
11445
11446 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
11447 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
11448 (bookmark-get-annotation, bookmark-set-annotation)
11449 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
11450 (bookmark-set-position, bookmark-get-front-context-string)
11451 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
11452 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
11453 (bookmark-jump-other-window, bookmark-handle-bookmark)
11454 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
11455 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
11456 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
11457 Improve doc strings to say whether bookmark can be a string or
11458 a record or both, and make other consistency and clarity fixes.
11459 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
11460 (bookmark-default-annotation-text, bookmark-yank-word)
11461 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
11462 (bookmark-import-new-list, bookmark-maybe-rename)
11463 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
11464 (bookmark-bmenu-bookmark): Give these doc strings.
11465 (bookmark-bmenu-check-position): Give this a doc string, but also
11466 add a FIXME comment about how the function may be pointless.
11467 (bookmark-default-handler): Rework doc string and change a
11468 parameter name, to clarify that this takes a bookmark record
11469 not a bookmark name.
11470 (bookmark-set): Change a parameter name to indicate its meaning,
11471 and improve the doc string a bit.
11472 (Bug#4188)
11473
11474 2009-10-04 Karl Fogel <kfogel@red-bean.com>
11475
11476 * bookmark.el (bookmark-alist): Document the new `handler' element
11477 in the param alist.
11478 (bookmark-make-record-function): Adjust documentation for above.
11479 (Bug#4193)
11480
11481 2009-10-04 Karl Fogel <kfogel@red-bean.com>
11482
11483 * info.el (Info-bookmark-make-record): Document this function.
11484 (Info-bookmark-jump): Document with a doc string, not just a comment.
11485 (Bug#4203)
11486
11487 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
11488
11489 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
11490 (semantic-new-buffer-fcn): Call parser setup functions here.
11491 (semantic-mode): Don't call parser setup functions here, it's done
11492 in semantic-new-buffer-fcn now.
11493 (semantic-mode): Parse all existing buffers when enabled.
11494
11495 * cedet/srecode/compile.el (srecode-compile-file):
11496 Call semantic-new-buffer-fcn if the buffer has not been parsed.
11497
11498 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
11499
11500 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
11501
11502 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
11503 (proj-comp-insert-variable-once): New macro, renamed from
11504 ede-pmake-insert-variable-once in ede/pmake.edl.
11505 (ede-proj-makefile-insert-variables): Use it.
11506
11507 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
11508
11509 * files.el (copy-directory): New defun.
11510
11511 * dired-aux.el (dired-copy-file-recursive): Use it.
11512
11513 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
11514
11515 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
11516 (makefile-end-of-command):
11517 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
11518 (semantic-end-of-context): Fix previous change. Doc fixes.
11519
11520 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
11521
11522 * files-x.el (modify-dir-local-variable)
11523 (copy-dir-locals-to-file-locals-prop-line):
11524 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
11525 (makefile-end-of-command):
11526 * cedet/semantic/lex.el (semantic-lex-token):
11527 * cedet/semantic/analyze/fcn.el
11528 (semantic-analyze-dereference-metatype-1):
11529 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
11530 (semantic-lex-cpp-undef):
11531 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
11532 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
11533 (semantic-end-of-context): Fix typos in docstrings.
11534
11535 * recentf.el (recentf-unload-function): New function.
11536
11537 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
11538
11539 * cedet/ede.el (ede-project-placeholder-cache-file):
11540 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
11541 * cedet/srecode/map.el (srecode-map-save-file):
11542 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
11543
11544 2009-10-04 Glenn Morris <rgm@gnu.org>
11545
11546 * window.el (window-full-height-p): Add doc string.
11547
11548 2009-10-04 Martin Rudalics <rudalics@gmx.at>
11549
11550 * window.el (window-full-height-p): New function. (Bug#4543)
11551
11552 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
11553
11554 * cedet/srecode/insert.el: Require srecode/args.
11555
11556 * cedet/srecode/args.el: Require srecode/dictionary instead of
11557 srecode/insert.
11558
11559 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
11560
11561 * files.el (auto-mode-alist): Add .srt and Project.ede.
11562
11563 * cedet/semantic.el (semantic-mode):
11564 Handle srecode-template-mode-hook as well.
11565 (semantic-mode): Use js-mode-hook for Javascript hook.
11566
11567 * cedet/srecode/template.el: Remove hook variable.
11568
11569 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
11570
11571 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
11572 projects exist.
11573 (ede-project-placeholder-cache-file): Default to a file in
11574 user-emacs-directory.
11575
11576 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
11577 templates in data-directory.
11578 (srecode-map-save-file): Default to a file in user-emacs-directory.
11579
11580 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
11581 directory.
11582
11583 2009-09-30 Eric Ludlam <zappo@gnu.org>
11584
11585 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
11586 Doc fix.
11587
11588 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
11589 Only insert each variable once.
11590
11591 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
11592 (ede-pmake-insert-variable-shared): Use it.
11593
11594 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
11595 for lexical table iff table is nil.
11596
11597 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
11598
11599 * vc.el: Remove commented out code.
11600 (vc-derived-from-dir-mode): Remove, unused.
11601 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
11602
11603 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
11604
11605 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11606 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
11607 there could be recursive loading when `default-directory' is a
11608 remote file name. (Bug#4614)
11609
11610 2009-10-03 Glenn Morris <rgm@gnu.org>
11611
11612 * calendar/calendar.el (calendar-basic-setup): Handle the case where
11613 the frame is wide.
11614 (calendar-generate-window): Test for shrinkability rather than width.
11615
11616 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
11617 declaration, currently false.
11618
11619 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
11620 reusing existing buffers, in case we happen to visit two files with the
11621 same basename. (Bug#4593)
11622
11623 2009-10-02 Eli Zaretskii <eliz@gnu.org>
11624
11625 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
11626 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
11627 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
11628 subdirs of cedet as well.
11629 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
11630
11631 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11632
11633 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
11634 Obey advertised-signature-table.
11635
11636 * help-fns.el (help-function-arglist): Don't check
11637 advertised-signature-table.
11638 (describe-function-1): Do it here instead so it also applies to subrs.
11639
11640 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
11641
11642 * simple.el (start-file-process): Say in the doc-string, that file
11643 handlers might not support pty association, if PROGRAM is nil.
11644
11645 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
11646 HOST and USER are strings. They are nil, when there are
11647 incomplete entries in ~/.netrc, for example.
11648 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
11649 root directory ("device busy" error otherwise).
11650
11651 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
11652 Flush file properties of created directory.
11653
11654 2009-10-02 Eli Zaretskii <eliz@gnu.org>
11655
11656 * makefile.w32-in (WINS_BASIC): Remove cedet.
11657 (WINS_CEDET): Add cedet.
11658 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
11659
11660 2009-10-02 Kevin Ryde <user42@zip.com.au>
11661
11662 * net/browse-url.el (browse-url): Pass any symbol in
11663 browse-url-browser-function to `apply', since if you've mistakenly put
11664 an unbound symbol then the error is clearer. (Bug#4531)
11665
11666 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
11667
11668 * allout.el (allout-init, allout-back-to-current-heading)
11669 (allout-beginning-of-current-entry, allout-ascend-to-depth)
11670 (allout-ascend, allout-up-current-level, allout-end-of-level)
11671 (allout-previous-visible-heading, allout-forward-current-level)
11672 (allout-backward-current-level, allout-show-children):
11673 * apropos.el (apropos-describe-plist):
11674 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
11675 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
11676 * completion.el (add-completion, add-permanent-completion):
11677 * descr-text.el (describe-text-category, describe-char):
11678 * desktop.el (desktop-lazy-abort):
11679 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
11680 * dired.el (dired-build-subdir-alist):
11681 * ediff.el (ediff-version):
11682 * elide-head.el (elide-head, elide-head-show):
11683 * emerge.el (emerge-version):
11684 * env.el (getenv):
11685 * face-remap.el (variable-pitch-mode):
11686 * faces.el (describe-face):
11687 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
11688 (dired-at-point):
11689 * files.el (find-file-existing, auto-save-mode):
11690 * font-lock.el (font-lock-fontify-buffer):
11691 * help-fns.el (describe-function, describe-variable)
11692 (describe-syntax, describe-categories):
11693 * help.el (view-lossage, describe-bindings, describe-key)
11694 (describe-mode):
11695 * hexl.el (hexl-current-address):
11696 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
11697 * info.el (Info-goto-emacs-key-command-node):
11698 * log-edit.el (log-edit-insert-cvs-template)
11699 (log-edit-insert-cvs-rcstemplate):
11700 * menu-bar.el (menu-bar-mode):
11701 * mouse.el (mouse-appearance-menu):
11702 * newcomment.el (comment-indent-new-line):
11703 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
11704 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
11705 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
11706 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
11707 * recentf.el (recentf-mode):
11708 * savehist.el (savehist-mode, savehist-save):
11709 * shadowfile.el (shadow-copy-files):
11710 * simple.el (kill-ring-save, next-line, previous-line)
11711 (normal-erase-is-backspace-mode):
11712 * strokes.el (strokes-update-window-configuration)
11713 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
11714 (strokes-xpm-for-stroke):
11715 * time.el (emacs-uptime, emacs-init-time):
11716 * tutorial.el (tutorial--describe-nonstandard-key)
11717 (tutorial--detailed-help):
11718 * type-break.el (type-break-mode)
11719 (type-break-mode-line-message-mode, type-break-query-mode)
11720 (type-break-guesstimate-keystroke-threshold):
11721 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
11722 * version.el (emacs-version):
11723 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
11724 * winner.el (winner-mode):
11725 * calendar/timeclock.el (timeclock-in, timeclock-out)
11726 (timeclock-status-string, timeclock-change)
11727 (timeclock-workday-remaining-string)
11728 (timeclock-workday-elapsed-string)
11729 (timeclock-when-to-leave-string):
11730 * calendar/todo-mode.el (todo-add-category):
11731 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
11732 * emacs-lisp/autoload.el (update-file-autoloads):
11733 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
11734 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
11735 (checkdoc-message-text, checkdoc-defun):
11736 * emacs-lisp/debug.el (debugger-list-functions):
11737 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11738 * emacs-lisp/eieio-opt.el (eieio-describe-class)
11739 (eieio-describe-generic):
11740 * emacs-lisp/lisp-mnt.el (lm-synopsis):
11741 * emacs-lisp/shadow.el (list-load-path-shadows):
11742 * emulation/cua-base.el (cua-mode):
11743 * emulation/edt.el (edt-set-scroll-margins):
11744 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
11745 (tpu-toggle-regexp, tpu-toggle-search-direction)
11746 (tpu-toggle-rectangle, tpu-toggle-control-keys):
11747 * emulation/tpu-extras.el (tpu-set-scroll-margins):
11748 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
11749 (viper-set-parsing-style-toggling-macro)
11750 (viper-set-emacs-state-searchstyle-macros):
11751 * emulation/viper.el (viper-set-hooks):
11752 * eshell/esh-mode.el (eshell-truncate-buffer):
11753 * international/mule-cmds.el (prefer-coding-system)
11754 (describe-input-method, describe-language-environment):
11755 * international/mule-diag.el (list-character-sets)
11756 (describe-character-set, describe-coding-system)
11757 (describe-fontset, list-fontsets, list-input-methods):
11758 * mail/sendmail.el (mail-signature):
11759 * net/ange-ftp.el (ange-ftp-copy-file):
11760 * net/browse-url.el (browse-url):
11761 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
11762 * net/quickurl.el (quickurl-add-url):
11763 * net/rcirc.el (names, topic):
11764 * net/xesam.el (xesam-mode):
11765 * play/5x5.el (5x5-new-game):
11766 * play/yow.el (apropos-zippy):
11767 * progmodes/ada-mode.el (ada-mode-version):
11768 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
11769 (f90-end-of-block)
11770 (f90-beginning-of-block):
11771 * progmodes/fortran.el (fortran-end-of-block)
11772 (fortran-beginning-of-block):
11773 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
11774 * progmodes/python.el (python-describe-symbol, python-shell):
11775 * term/ns-win.el (ns-print-buffer):
11776 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
11777 * textmodes/flyspell.el (flyspell-mode-on):
11778 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
11779 (pages-directory-for-addresses):
11780 * textmodes/table.el (table-recognize-cell)
11781 (table-query-dimension, table-generate-source)
11782 (table-insert-sequence, table--warn-incompatibility):
11783 * textmodes/tex-mode.el (tex-validate-buffer):
11784 * textmodes/texinfmt.el (texinfmt-version)
11785 (texinfo-format-buffer):
11786 Use `called-interactively-p' instead of `interactive-p'.
11787
11788 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
11789
11790 * image-mode.el (image-toggle-display):
11791 * emacs-lisp/elp.el (elp-instrument-function):
11792 * emacs-lisp/advice.el (ad-make-advised-definition):
11793 * emacs-lisp/easy-mmode.el (define-minor-mode):
11794 * net/browse-url.el (browse-url-maybe-new-window):
11795 * progmodes/sh-script.el (sh-learn-buffer-indent):
11796 Pass new argument 'any to `called-interactively-p'.
11797
11798 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
11799
11800 * international/uni-bidi.el:
11801 * international/uni-category.el:
11802 * international/uni-combining.el:
11803 * international/uni-comment.el:
11804 * international/uni-decimal.el:
11805 * international/uni-decomposition.el:
11806 * international/uni-digit.el:
11807 * international/uni-lowercase.el:
11808 * international/uni-mirrored.el:
11809 * international/uni-name.el:
11810 * international/uni-numeric.el:
11811 * international/uni-old-name.el:
11812 * international/uni-titlecase.el:
11813 * international/uni-uppercase.el:
11814 Regenerate from Unicode 5.2.0 data.
11815
11816 2009-10-01 Glenn Morris <rgm@gnu.org>
11817
11818 * Makefile.in (ELCFILES): Regenerate.
11819
11820 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
11821
11822 * subr.el (interactive-p): Mark obsolete.
11823 (called-interactively-p): Make the optional-ness of `kind' obsolete.
11824 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
11825 advertised-signature-table for subroutines as well.
11826
11827 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
11828 (set-advertised-calling-convention): New function.
11829 (make-obsolete, define-obsolete-function-alias)
11830 (make-obsolete-variable, define-obsolete-variable-alias):
11831 Make the optional-ness of `when' obsolete.
11832 (define-obsolete-face-alias): Make `when' non-optional.
11833 * help-fns.el (help-function-arglist):
11834 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
11835 Use advertised-signature-table.
11836
11837 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
11838
11839 * files.el (delete-directory): New defun. The original function
11840 in fileio.c has been renamed to `delete-directory-internal'.
11841
11842 * dired.el (dired-delete-file): Call `delete-directory' with
11843 RECURSIVE parameter.
11844
11845 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
11846 parameter RECURSIVE. Implementation is missing.
11847
11848 * net/tramp.el (tramp-handle-make-directory): Flush upper
11849 directory's file properties.
11850 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
11851 (tramp-handle-dired-recursive-delete-directory): Flush directory
11852 properties after the remove command only.
11853
11854 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
11855 Handle optional parameter RECURSIVE.
11856
11857 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
11858 Handle optional parameter RECURSIVE.
11859
11860 * net/tramp-smb.el (tramp-smb-errors): Add error message for
11861 connection timeout.
11862 (tramp-smb-handle-delete-directory): Handle optional parameter
11863 RECURSIVE.
11864
11865 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
11866
11867 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
11868 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
11869 (byte-compile-defmacro): Use backquotes.
11870
11871 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
11872
11873 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
11874 has no associated file.
11875 (vc-resynch-buffer): Use vc-dir-buffers.
11876
11877 2009-10-01 Glenn Morris <rgm@gnu.org>
11878
11879 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
11880 (chart-file-count):
11881 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
11882 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
11883 * emacs-lisp/eieio-opt.el (eieio-describe-class):
11884 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
11885 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
11886 (eieio-copy-parents-into-subclass, make-instance, class-children)
11887 (eieio-generic-form):
11888 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
11889 * cedet/cedet-idutils.el (cedet-idutils-search)
11890 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
11891 (cedet-idutils-version-check):
11892 * cedet/cedet.el (cedet-version):
11893 * cedet/data-debug.el (data-debug-insert-overlay-button)
11894 (data-debug-insert-overlay-list-button)
11895 (data-debug-insert-buffer-button)
11896 (data-debug-insert-buffer-list-button)
11897 (data-debug-insert-process-button, data-debug-insert-ring-button)
11898 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
11899 (data-debug-insert-stuff-vector-button)
11900 (data-debug-insert-symbol-button, data-debug-insert-string)
11901 (data-debug-insert-number, data-debug-insert-lambda-expression)
11902 (data-debug-insert-nil, data-debug-insert-simple-thing)
11903 (data-debug-insert-custom, data-debug-edebug-expr):
11904 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
11905 (global-ede-mode-map, ede-new, ede-debug-target)
11906 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
11907 * cedet/semantic.el (semantic-minimum-working-buffer-size)
11908 (semantic-fetch-tags, semantic-submode-list)
11909 (semantic-default-submodes):
11910 * cedet/ede/source.el (ede-source-match):
11911 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
11912 (project-am-package-info):
11913 * cedet/ede/proj.el (ede-proj-target, project-new-target):
11914 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
11915 * cedet/ede/proj-comp.el (ede-current-build-list):
11916 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
11917 * cedet/ede/files.el (ede-toplevel-project-or-nil):
11918 * cedet/ede/cpp-root.el (initialize-instance):
11919 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
11920 (autoconf-parameter-strip, autoconf-insert-new-macro):
11921 * cedet/semantic/wisent.el (wisent-lex-eoi):
11922 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
11923 (semantic-show-parser-state-mode):
11924 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
11925 * cedet/semantic/tag.el (semantic-tag-new-variable)
11926 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
11927 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
11928 (semantic--tag-deep-copy-tag-list)
11929 (semantic-tag-components-with-overlays-default):
11930 * cedet/semantic/symref.el (semantic-symref-find-text):
11931 * cedet/semantic/senator.el (senator-yank-tag)
11932 (senator-transpose-tags-up):
11933 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
11934 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
11935 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
11936 * cedet/semantic/lex.el (semantic-lex-comment-regex)
11937 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
11938 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
11939 * cedet/semantic/lex-spp.el
11940 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
11941 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
11942 * cedet/semantic/idle.el
11943 (semantic-idle-summary-current-symbol-info-brutish)
11944 (semantic-idle-summary-current-symbol-info-default):
11945 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
11946 (semantic--grammar-macro-compl-dict):
11947 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
11948 * cedet/semantic/format.el (semantic-format-tag-custom-list)
11949 (semantic-format-tag-canonical-name-default):
11950 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
11951 (semantic-find-tags-for-completion)
11952 (semantic-find-tags-by-scope-protection-default)
11953 (semantic-deep-find-tags-for-completion):
11954 * cedet/semantic/edit.el
11955 (semantic-edits-incremental-reparse-failed-hook)
11956 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
11957 (semantic-edits-splice-remove, semantic-edits-splice-replace):
11958 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
11959 * cedet/semantic/dep.el (semantic-dependency-include-path):
11960 * cedet/semantic/db.el (semanticdb-default-find-index-class)
11961 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
11962 (semanticdb-project-roots):
11963 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
11964 (semanticdb-find-adebug-insert-scanned-tag-cons)
11965 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
11966 (semanticdb-brute-deep-find-tags-for-completion):
11967 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
11968 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
11969 (semantic-end-of-context-default)
11970 (semantic-ctxt-current-function-default)
11971 (semantic-ctxt-scoped-types-default):
11972 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
11973 (semantic-complete-inline-tag-engine)
11974 (semantic-complete-inline-custom-type)
11975 (semantic-complete-read-tag-analyzer):
11976 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
11977 (semantic-chart-database-size):
11978 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
11979 (semantic-analyze-current-context):
11980 * cedet/semantic/symref/list.el (semantic-symref)
11981 (semantic-symref-hide-buffer, semantic-symref-symbol):
11982 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
11983 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
11984 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
11985 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
11986 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
11987 (semantic-c-dereference-template):
11988 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
11989 (semantic--analyze-refs-full-lookup-with-parents)
11990 (semantic--analyze-refs-full-lookup-simple):
11991 * cedet/semantic/analyze/complete.el
11992 (semantic-analyze-possible-completions):
11993 * cedet/srecode/table.el (srecode-mode-table-new):
11994 * cedet/srecode/srt.el (srecode-read-variable-name):
11995 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
11996 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
11997 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
11998 * cedet/srecode/map.el (srecode-current-map):
11999 * cedet/srecode/insert.el (srecode-insert)
12000 (srecode-insert-variable-secondname-handler, srecode-insert-method)
12001 (srecode-template-inserter-point-override)
12002 (srecode-insert-include-lookup):
12003 * cedet/srecode/getset.el (srecode-auto-choose-class):
12004 * cedet/srecode/extract.el (srecode-inserter-extract):
12005 * cedet/srecode/document.el
12006 (srecode-document-autocomment-return-last-alist)
12007 (srecode-document-autocomment-param-type-alist)
12008 (srecode-document-insert-function-comment)
12009 (srecode-document-insert-variable-one-line-comment)
12010 (srecode-document-function-name-comment):
12011 * cedet/srecode/dictionary.el (srecode-create-dictionary)
12012 (srecode-compound-toString):
12013 * cedet/srecode/compile.el (srecode-flush-active-templates):
12014 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
12015 Doc/message fixes.
12016
12017 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
12018 match-data. (Bug#4555).
12019
12020 * cedet/semantic/bovine/gcc.el
12021 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
12022 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
12023
12024 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
12025 rather than parsing it as a regexp. This relaxes the layout
12026 requirements and makes errors easier to detect.
12027 (check-declare-verify): Check file is regular.
12028 (check-declare-directory): Doc fix.
12029 * subr.el (declare-function): Doc fix.
12030
12031 * ibuffer.el (ibuffer-format-qualifier):
12032 * isearch.el (hi-lock-regexp-okay):
12033 * calc/calc.el (math-zerop):
12034 * mail/uce.el (rmail-msgbeg, rmail-msgend):
12035 * term/w32-win.el (setup-default-fontset, set-fontset-font):
12036 Remove unused declarations.
12037
12038 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
12039
12040 * cedet/semantic/wisent/javat-wy.el
12041 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
12042
12043 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
12044
12045 * cedet/srecode/expandproto.el: Fix provide statement.
12046
12047 2009-09-30 Eric Ludlam <zappo@gnu.org>
12048
12049 * emacs-lisp/eieio.el (boolean-p): Delete.
12050
12051 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
12052
12053 * cedet/ede/srecode.el: Fix provide statement.
12054
12055 2009-09-30 Glenn Morris <rgm@gnu.org>
12056
12057 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
12058 * cedet/ede/proj-aux.el (ede-aux-source):
12059 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
12060 (ede-misc-source):
12061 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
12062 (semantic-mrub-switch-tags): Fix doc typos.
12063
12064 * cedet/semantic/db-global.el (data-debug-new-buffer)
12065 (data-debug-insert-thing): Remove unneeded declarations (one broken).
12066 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
12067
12068 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
12069
12070 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
12071 use of CL function `remove-if-not'.
12072
12073 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
12074
12075 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
12076 filename is not a string.
12077
12078 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
12079
12080 * files.el (safe-local-eval-forms): Fix typo.
12081
12082 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
12083
12084 * vc-hooks.el (vc-dir-buffers): New var.
12085 (vc-state-refresh): New function.
12086 (vc-state): Use it.
12087 (vc-after-save): Always ask the backend to recompute the new state.
12088 Always call vc-dir if necessary, using vc-dir-buffers.
12089 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
12090 Use vc-dir-buffers.
12091 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
12092 (vc-dir-prepare-status-buffer, vc-dir-update)
12093 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
12094 Don't call expand-file-name on default-directory.
12095
12096 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12097
12098 * speedbar.el (speedbar-item-delete):
12099 * calc/calc-prog.el (calc-kbd-if):
12100 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
12101
12102 * epa.el (epa-key-list-mode-map):
12103 * hi-lock.el (hi-lock-menu): Fix typos in menus.
12104
12105 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
12106 (hs-show-hook): Fix typo in docstring.
12107
12108 2009-09-29 Glenn Morris <rgm@gnu.org>
12109
12110 * cedet/semantic/symref/idutils.el:
12111 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
12112
12113 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
12114
12115 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
12116 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
12117 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
12118 Mark declarations not understood by check-declare.
12119
12120 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
12121 file-name-nondirectory call preventing location of cedet files.
12122 (check-declare-verify): Use literal search rather than re-search.
12123 Add basic defmethod and defclass, and define-overloadable-function.
12124
12125 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12126 Use tramp-compat-file-attributes rather than nonexistent
12127 tramp-compat-handle-file-attributes.
12128
12129 * Makefile.in (lisptagsfiles4): New.
12130 (AUTOGENEL): Add cedet loaddefs files.
12131 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
12132 (update-elclist, compile-always, backup-compiled-files)
12133 (bootstrap-clean): Add yet another directory level.
12134 (update-elclist): Use LC_COLLATE rather than COLLATE.
12135 (ELCFILES): Update, via `make update-elclist'.
12136
12137 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12138
12139 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
12140 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
12141 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
12142
12143 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
12144
12145 * Makefile.in (lisptagsfiles3): Define.
12146 (TAGS, TAGS-LISP): Use it.
12147 (update-elclist): Add third directory level to look for elc files.
12148 (compile-always): Likewise.
12149 (backup-compiled-files): Likewise.
12150 (bootstrap-clean): Likewise.
12151 (ELCFILES): Update.
12152
12153 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
12154
12155 * Makefile.in (ELCFILES): Add CEDET files.
12156
12157 2009-09-28 Eric Ludlam <zappo@gnu.org>
12158
12159 CEDET (development tools) package merged.
12160
12161 * cedet/*.el:
12162 * cedet/ede/*.el:
12163 * cedet/semantic/*.el:
12164 * cedet/srecode/*.el: New files.
12165
12166 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
12167
12168 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
12169
12170 * net/tramp.el (top): Require tramp-imap.
12171
12172 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12173 Use `tramp-compat-handle-file-attributes'.
12174
12175 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12176
12177 * net/tramp-imap.el: New package.
12178
12179 2009-09-28 Eric Ludlam <zappo@gnu.org>
12180
12181 * emacs-lisp/chart.el:
12182 * emacs-lisp/eieio-base.el:
12183 * emacs-lisp/eieio-comp.el:
12184 * emacs-lisp/eieio-custom.el:
12185 * emacs-lisp/eieio-datadebug.el:
12186 * emacs-lisp/eieio-opt.el:
12187 * emacs-lisp/eieio-speedbar.el:
12188 * emacs-lisp/eieio.el: New files.
12189
12190 * cedet/cedet-cscope.el:
12191 * cedet/cedet-files.el:
12192 * cedet/cedet-global.el:
12193 * cedet/cedet-idutils.el:
12194 * cedet/data-debug.el:
12195 * cedet/inversion.el:
12196 * cedet/mode-local.el:
12197 * cedet/pulse.el: New files.
12198
12199 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12200
12201 * whitespace.el (whitespace-trailing-regexp)
12202 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
12203 Fix doc string.
12204
12205 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
12206
12207 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
12208 menu.
12209
12210 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
12211 menu-bar-ediff-menu.
12212
12213 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
12214 define-overloadable-function.
12215
12216 * progmodes/autoconf.el: Provide autoconf as well, so that this
12217 file can be `require'd.
12218
12219 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
12220
12221 * emacs-lisp/autoload.el (generated-autoload-feature)
12222 (generated-autoload-load-name): New vars.
12223 (autoload-rubric, autoload-generate-file-autoloads): Use them.
12224 (make-autoload): Recognize define-overloadable-function and
12225 defclass forms (for EIEIO).
12226
12227 * Makefile.in (update-subdirs): Exclude cedet directory.
12228
12229 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
12230
12231 * term/ns-win.el: Don't set the region face background. (Bug#4381)
12232
12233 * faces.el: Default light-background background for region face to
12234 ns_selection_color under NS.
12235
12236 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
12237
12238 * net/imap-hash.el: New library, see NEWS.
12239
12240 * Makefile.in (ELCFILES): Add imap-hash.el.
12241
12242 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
12243
12244 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
12245 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
12246 * help-macro.el (make-help-screen): Avoid using an ambiguous function
12247 definition where the docstring could be taken for the return value.
12248
12249 2009-09-26 Glenn Morris <rgm@gnu.org>
12250
12251 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
12252 Add option to only show images below a certain size.
12253 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
12254 save-excursion calls.
12255
12256 2009-09-26 Eli Zaretskii <eliz@gnu.org>
12257
12258 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
12259 subdirectories) and eieio.
12260
12261 2009-09-26 Alan Mackenzie <acm@muc.de>
12262
12263 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
12264 buggy bracketing. (Bug#4289)
12265
12266 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
12267 character constants (as case labels). (Bug#4289)
12268
12269 2009-09-25 Juri Linkov <juri@jurta.org>
12270
12271 * files.el (safe-local-eval-forms): Allow time-stamp in
12272 before-save-hook (Bug#4554).
12273
12274 2009-09-25 Drew Adams <drew.adams@oracle.com>
12275
12276 * menu-bar.el (list-buffers-directory): Doc fix.
12277
12278 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
12279
12280 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
12281 Try and avoid copying twice the same paragraph.
12282 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
12283 Remove save-excursion.
12284 (log-edit-changelog-entry): Do it here instead.
12285
12286 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
12287
12288 * bs.el (bs--get-file-name): Use `list-buffers-directory'
12289 when available, instead of hardcoding mode names. Doc fix.
12290
12291 * menu-bar.el (list-buffers-directory): Add docstring.
12292 Make automatically buffer-local.
12293
12294 * dired.el (dired-mode):
12295 * files.el (cd-absolute):
12296 * pcvs.el (cvs-temp-buffer):
12297 * pcvs-util.el (cvs-get-buffer-create):
12298 * shell.el (shell-mode):
12299 * vc-dir.el (vc-dir-mode):
12300 Don't make `list-buffers-directory' buffer local.
12301
12302 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
12303
12304 * comint.el (comint-exec, comint-run, make-comint):
12305 Doc fixes (Bug#4542).
12306
12307 2009-09-25 Glenn Morris <rgm@gnu.org>
12308
12309 * mail/rmailmm.el (rmail-mime): New custom group.
12310 Move all defcustoms in this file into this group.
12311 (rmail-mime-media-type-handlers-alist): Revert previous change.
12312 (rmail-mime-show-images): New option.
12313 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
12314 references to it, since it wasn't actually used for anything.
12315 (rmail-mime-insert-image): New function.
12316 (rmail-mime-image): Use rmail-mime-insert-image.
12317 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
12318 obey the value of `rmail-mime-show-images' option. Print the size of
12319 attachments.
12320
12321 2009-09-25 David Engster <deng@randomsample.de>
12322
12323 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
12324
12325 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12326
12327 * whitespace.el: Does not highlight trailing spaces While point is
12328 at end of line. Does not highligt spaces at beginning of buffer
12329 while point is at beginning of buffer. Does not highlight spaces
12330 at end of buffer while point is at end of buffer. (Bug#4177)
12331 New version 12.0.
12332 (whitespace-display-mappings): Adjust initialization.
12333 (whitespace-point, whitespace-font-lock-refontify): New vars.
12334 (whitespace-color-on, whitespace-color-off): Adjust code.
12335 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
12336 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
12337 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
12338
12339 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
12340
12341 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
12342
12343 * textmodes/sgml-mode.el: Remove xml-mode alias.
12344
12345 * files.el (auto-mode-alist, conf-mode-maybe)
12346 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
12347
12348 2009-09-24 Alan Mackenzie <acm@muc.de>
12349
12350 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
12351 c-forward-conditionals, but it doesn't move point and doesn't set
12352 the mark.
12353 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
12354 (c-down-conditional-with-else, c-backward-conditional)
12355 (c-forward-conditional): Refactor to use c-scan-conditionals.
12356
12357 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
12358
12359 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
12360 (help-default-arg-highlight): Remove.
12361 (help-highlight-arg): New function.
12362 (help-do-arg-highlight): Use it.
12363 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
12364
12365 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12366
12367 * term.el (term-set-scroll-region, term-handle-ansi-escape):
12368 Undo last change, which didn't fix the problem and introduced others.
12369
12370 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
12371
12372 * progmodes/gdb-mi.el: Don't require speedbar.
12373 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
12374
12375 2009-09-24 Glenn Morris <rgm@gnu.org>
12376
12377 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
12378
12379 * term/ns-win.el (ns-reg-to-script): Define for compiler.
12380
12381 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
12382 there is no newline after the final mime boundary. (Bug#4539)
12383 Move markers on insertion so that any buttons inserted don't end up in
12384 the next part of a multipart message.
12385 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
12386 (rmail-mime-bulk-handler): Optionally handle images.
12387 (rmail-mime-image): New button action.
12388 (rmail-mime-image-handler): New function.
12389 (rmail-mime-mode): New mode.
12390 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
12391
12392 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12393
12394 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
12395 than just dropping elements from it (bug#4504).
12396
12397 * term.el (term-set-scroll-region): Don't move cursor any more.
12398 (term-handle-ansi-escape): Call term-goto here instead.
12399 Suggested by Ivan Kanis <apple@kanis.eu>.
12400
12401 * term.el: Require CL.
12402 (term-ansi-reset): New function.
12403 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
12404 (term-handle-colors-array): Simplify.
12405
12406 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
12407
12408 * allout.el (allout-overlay-interior-modification-handler)
12409 (allout-obtain-passphrase):
12410 * epa-file.el (epa-file-write-region):
12411 * ps-print.el (ps-begin-job):
12412 * vc-hooks.el (vc-toggle-read-only):
12413 * vc-rcs.el (vc-rcs-rollback):
12414 * vc-sccs.el (vc-sccs-rollback):
12415 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
12416 (vc-version-diff, vc-revert, vc-rollback):
12417 * wdired.el (wdired-check-kill-buffer):
12418 * emacs-lisp/authors.el (authors):
12419 * net/socks.el (socks-open-connection):
12420 * net/zeroconf.el (zeroconf-service-add-hook):
12421 * obsolete/vc-mcvs.el (vc-mcvs-register):
12422 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
12423 (gdb-select-frame):
12424 * progmodes/grep.el (lgrep, rgrep):
12425 * progmodes/idlw-help.el (idlwave-help-check-locations)
12426 (idlwave-help-html-link, idlwave-help-assistant-open-link):
12427 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12428 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
12429 (reftex-toc-rename-label): Fix typos in error messages.
12430
12431 * dired-aux.el (dired-do-shell-command): Reflow docstring.
12432 (dired-copy-how-to-fn): Doc fix.
12433 (dired-files-attributes, dired-read-shell-command):
12434 Fix typos in docstrings.
12435
12436 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
12437 (dired-x-find-file-other-window): Reflow docstrings.
12438 (dired-omit-marker-char, dired-read-shell-command)
12439 (dired-x-submit-report): Fix typos in docstrings.
12440
12441 * shell.el (shell-mode-hook):
12442 * view.el (View-scroll-line-forward):
12443 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
12444 Fix typos in docstrings.
12445
12446 * net/dig.el (dig-invoke): Fix typo in docstring.
12447 (query-dig): Reflow docstring.
12448
12449 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
12450 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
12451 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
12452 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
12453 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
12454 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
12455 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
12456 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
12457 (idlwave-completion-map, idlwave-current-indent)
12458 (idlwave-custom-ampersand-surround, idlwave-customize)
12459 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
12460 (idlwave-define-abbrev, idlwave-determine-class-special)
12461 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
12462 (idlwave-end-block-reg, idlwave-end-of-statement)
12463 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
12464 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
12465 (idlwave-explicit-class-listed, idlwave-file-header)
12466 (idlwave-fill-paragraph, idlwave-find-class-definition)
12467 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
12468 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
12469 (idlwave-in-quote, idlwave-indent-action-table)
12470 (idlwave-indent-expand-table, idlwave-indent-line)
12471 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
12472 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
12473 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
12474 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
12475 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
12476 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
12477 (idlwave-outlawed-buffers, idlwave-popup-select)
12478 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
12479 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
12480 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
12481 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
12482 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
12483 (idlwave-statement-type, idlwave-struct-skip)
12484 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
12485 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
12486 (idlwave-what-module-find-class): Fix typos in docstrings.
12487 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
12488 (idlwave-calculate-cont-indent, idlwave-expand-equal)
12489 (idlwave-find-module, idlwave-find-structure-definition)
12490 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
12491 (idlwave-list-load-path-shadows, idlwave-next-statement)
12492 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
12493 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
12494 (idlwave-template): Reflow docstrings.
12495
12496 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
12497 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
12498 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
12499 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
12500 (idlwave-shell-display-line, idlwave-shell-display-wframe)
12501 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
12502 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
12503 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
12504 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
12505 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
12506 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
12507 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
12508 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
12509 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
12510 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
12511 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
12512 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
12513 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
12514 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
12515 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
12516 Fix typos in docstrings.
12517 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
12518 (idlwave-shell-hide-output, idlwave-shell-mode)
12519 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
12520 Reflow docstrings.
12521
12522 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
12523
12524 2009-09-24 Ivan Kanis <apple@kanis.eu>
12525
12526 * term.el (term-bold-attribute): New var.
12527 (term-handle-colors-array): Use it.
12528
12529 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
12530
12531 * progmodes/gdb-mi.el (gdb-version): New variable.
12532 (gdb-non-stop-handler): Set gdb-version.
12533 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
12534 Condition "--thread" option on gdb-version.
12535 (gdb-invalidate-threads): Remove unused argument.
12536
12537 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
12538
12539 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
12540 to looking-back to avoid ridiculous slow down in large files (bug#4511).
12541
12542 2009-09-23 Glenn Morris <rgm@gnu.org>
12543
12544 * mail/rmail.el (rmail-reply): Don't try to add a References header when
12545 replying to mail without References or Message-Id. (Bug#4525)
12546
12547 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
12548
12549 * term/ns-win.el (ns-reg-to-script): New variable.
12550
12551 2009-09-23 Daiki Ueno <ueno@unixuser.org>
12552
12553 * epg.el (epg-wait-for-status): Preserve existing 'error results.
12554
12555 2009-09-22 Sam Steingold <sds@gnu.org>
12556
12557 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
12558 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
12559 to 1 because hg returns status 1 when nothing is found.
12560 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
12561
12562 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
12563
12564 * textmodes/fill.el: Convert to utf-8 encoding.
12565 (fill-french-nobreak-p): Remove redundant » and « inherited from our
12566 pre-Unicode days.
12567
12568 * add-log.el (change-log-fill-forward-paragraph): New function.
12569 (change-log-mode): Use it so fill-region DTRT.
12570 Set fill-indent-according-to-mode here rather than in
12571 change-log-fill-paragraph.
12572 (change-log-fill-paragraph): Remove.
12573
12574 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
12575
12576 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
12577 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
12578
12579 2009-09-22 Glenn Morris <rgm@gnu.org>
12580
12581 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
12582 the scroll-bar scroll the calendar window rather than the buffer.
12583
12584 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
12585 commands that move point (as opposed to scrolling).
12586
12587 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
12588
12589 * emacs-lisp/elint.el (elint): New custom group.
12590 (elint-log-buffer): Make it a defcustom.
12591 (elint-scan-preloaded, elint-ignored-warnings)
12592 (elint-directory-skip-re): New options.
12593 (elint-builtin-variables): Doc fix.
12594 (elint-preloaded-env): New variable.
12595 (elint-unknown-builtin-args): Add an entry for encode-time.
12596 (elint-extra-errors): Make it a variable rather than a constant.
12597 (elint-preloaded-skip-re): New constant.
12598 (elint-directory): Skip files matching elint-directory-skip-re.
12599 (elint-features): New variable, local to linted buffers.
12600 (elint-update-env): Initialize elint-features. Possibly add
12601 elint-preloaded-env to the buffer's environment.
12602 (elint-get-top-forms): Bind elint-current-pos, for log messages.
12603 Skip quoted forms.
12604 (elint-init-form): New function, extracted from elint-init-env.
12605 Make non-list forms a warning rather than an error.
12606 Add the mode-map for define-derived-mode. Handle define-minor-mode,
12607 easy-menu-define, put that adds an error-condition, and provide.
12608 When requiring cl, also require cl-macs. Really require cl, to handle
12609 some cl macros. Store required libraries in the list elint-features,
12610 so as not to re-load them. Treat cc-require like require.
12611 (elint-init-env): Call elint-init-form to do the work.
12612 Handle eval-and-compile and such like.
12613 (elint-add-required-env): Do not clear messages.
12614 (elint-special-forms): Add handlers for function, defalias, if, when,
12615 unless, and, or.
12616 (elint-form): Add optional argument to ignore elint-special-forms,
12617 useful to prevent recursive calls from handlers. Doc fix.
12618 Respect elint-ignored-warnings.
12619 (elint-form): Respect elint-ignored-warnings.
12620 (elint-bound-variable, elint-bound-function): New variables.
12621 (elint-unbound-variable): Respect elint-bound-variable.
12622 (elint-get-args): Respect elint-bound-function.
12623 (elint-check-cond-form): Add some simple handling for (f)boundp and
12624 featurep tests.
12625 (elint-check-defalias-form): New handler.
12626 (elint-check-let-form): Make an empty let a warning rather than an
12627 error.
12628 (elint-check-setq-form): Make an empty setq a warning rather than an
12629 error. Respect elint-ignored-warnings.
12630 (elint-check-defvar-form): Accept null doc-strings.
12631 (elint-check-conditional-form): New handler. Does some simple-minded
12632 checking of featurep and (f)boundp tests.
12633 (elint-put-function-args): New function.
12634 (elint-initialize): Use elint-scan-doc-file rather than
12635 elint-find-builtin-variables. Use elint-put-function-args.
12636 Possibly scan preloaded-file-list.
12637 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
12638 extend to handle functions as well.
12639
12640 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
12641
12642 * linum.el (linum-delete-overlays, linum-update-window):
12643 Do not modify the right margin. (Bug#3971)
12644
12645 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
12646
12647 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
12648 nxml-mode instead of xml-mode.
12649
12650 2009-09-21 Kevin Ryde <user42@zip.com.au>
12651
12652 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
12653
12654 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12655
12656 * net/dig.el (dig-mode): Use define-derived-mode.
12657
12658 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
12659
12660 * vc-dispatcher.el (vc-do-command): Return the process object in
12661 the asynchronous case. Use when instead of if. Do not run
12662 vc-exec-after to display a message if not enabled. (Bug#4463)
12663
12664 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
12665 properties to the stash strings.
12666 (vc-git-stash-list): Return a list of strings.
12667 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
12668 (vc-git-stash-show-at-point): New functions.
12669 (vc-git-stash-map): New keymap.
12670
12671 * register.el (ctl-x-r-map): Define the keys here instead of
12672 using autoload.
12673
12674 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
12675
12676 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
12677 list, to workaround performance problem (bug#4485).
12678
12679 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
12680
12681 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
12682
12683 2009-09-20 Daiki Ueno <ueno@unixuser.org>
12684
12685 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
12686 Document that this option is not recommended to use.
12687
12688 2009-09-19 Glenn Morris <rgm@gnu.org>
12689
12690 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
12691 variable `var'.
12692
12693 * calc/calc-alg.el (var):
12694 * calc/calcalg2.el (var): Define for compiler.
12695
12696 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
12697
12698 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
12699 Doc fix (Bug#3932).
12700
12701 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
12702
12703 * time-stamp.el (time-stamp-month-dd-yyyy)
12704 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
12705 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
12706 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
12707 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
12708 Remove functions that have been obsolete since 1995 (Bug#4436).
12709
12710 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
12711 indent buffer only if called interactively (Bug#4452).
12712
12713 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
12714 Eli Zaretskii <eliz@gnu.org>
12715
12716 This fixes bug#4197 (merged to bug#865, though not identical).
12717 * server.el (server-auth-dir): Add docstring note about FAT32.
12718 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
12719 but warn against using them.
12720
12721 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
12722
12723 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
12724 older GDB where there is no has_more field.
12725
12726 2009-09-19 Glenn Morris <rgm@gnu.org>
12727
12728 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12729
12730 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
12731
12732 * files.el (auto-mode-alist): Change default for XML files to nXML
12733 mode (Bug#4169).
12734
12735 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
12736
12737 * server.el (server-ensure-safe-dir): Pass 'integer
12738 to `file-attributes', as suggested.
12739
12740 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
12741
12742 * dired-aux.el (dired-query-alist): Remove spurious backslash.
12743 (dired-query): Use read-key.
12744
12745 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
12746
12747 * cus-start.el (ns-use-qd-smoothing): Remove.
12748
12749 2009-09-18 Glenn Morris <rgm@gnu.org>
12750
12751 * allout.el (top-level): Remove unnecessary progn.
12752
12753 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
12754
12755 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
12756 definition of abbrev table.
12757
12758 * speedbar.el (speedbar-track-mouse):
12759 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
12760 * net/eudc.el (eudc-expand-inline):
12761 * net/newst-backend.el (newsticker--cache-read-feed):
12762 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
12763 condition-case handlers.
12764
12765 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
12766
12767 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
12768 (gdb-var-list): Add an element for has_more field.
12769 (gdb-non-stop-handler): Enable pretty printing for STL containers.
12770 (gdb-var-create-handler, gdb-var-list-children-handler-1)
12771 (gdb-var-update-handler-1): Parse output of dynamic variable
12772 objects (STL containers).
12773 (gdb-var-delete-1): Pass var1 as an explicit second argument.
12774 (gdb-get-field): Delete alias. Use bindat-get-field directly.
12775
12776 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
12777 gdb-var-list.
12778 (gud-speedbar-buttons): Make node expandable if expression "has more"
12779 children.
12780
12781 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
12782
12783 * startup.el (emacs-quick-startup): Remove variable and all uses.
12784 (command-line): Set `inhibit-x-resources' instead.
12785 (command-line-1): Use `inhibit-x-resources' instead.
12786
12787 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
12788
12789 * subr.el: Fix last change to avoid using the `unless' macro,
12790 which breaks bootstrapping.
12791
12792 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
12793
12794 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
12795 extended definitions, in case we reload subr.el after having
12796 loaded CL.
12797 (eval-next-after-load): Mark as obsolete.
12798
12799 2009-09-17 Juri Linkov <juri@jurta.org>
12800
12801 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
12802 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
12803 (menu-bar-showhide-menu, menu-bar-tools-menu)
12804 (menu-bar-describe-menu, menu-bar-help-menu)
12805 (minibuffer-local-completion-map, minibuffer-local-map):
12806 Fix list quoting.
12807
12808 2009-09-17 Glenn Morris <rgm@gnu.org>
12809
12810 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
12811 arguments, whether or not it has a handler.
12812
12813 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
12814
12815 * simple.el (hard-newline): Give it a doc-string.
12816
12817 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12818 (lisp-mode-syntax-table): Give them doc-strings.
12819
12820 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
12821
12822 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
12823 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
12824 (menu-bar-options-menu, menu-bar-showhide-menu)
12825 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
12826 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
12827 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
12828 (menu-bar-options-menu, menu-bar-tools-menu)
12829 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
12830 (menu-bar-help-menu):
12831 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
12832 string arguments.
12833
12834 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
12835 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
12836 calls for the menu names and :help.
12837
12838 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
12839
12840 * mouse.el (minor-mode-menu-from-indicator): Pay attention
12841 to :minor-mode-function (bug#4455).
12842
12843 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
12844
12845 * startup.el (command-line): Initialize the window-system after
12846 processing the command-line.
12847
12848 * textmodes/page.el (what-page): Make sure we don't inf-loop if
12849 page-delimiter matches the empty string.
12850
12851 2009-09-16 Glenn Morris <rgm@gnu.org>
12852
12853 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
12854 byte-compile-not-obsolete-var. It's a list now.
12855 (byte-compile-not-obsolete-funcs): New variable.
12856 (byte-compile-warn-obsolete): Don't warn about functions if they are in
12857 byte-compile-not-obsolete-funcs.
12858 (byte-compile-variable-ref, byte-compile-defvar): Update for
12859 byte-compile-not-obsolete-vars name-change and list nature.
12860 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
12861 and variables behind (f)boundp tests.
12862 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
12863
12864 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
12865
12866 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
12867
12868 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
12869
12870 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
12871 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
12872 Don't autoload.
12873
12874 2009-09-15 Stephen Eglen <stephen@gnu.org>
12875
12876 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
12877 the virtual-buffers, use the name of the buffer specified by
12878 find-file-noselect, as the match may be a symlink. (This was a
12879 problem if the target and the symlink had different names.)
12880
12881 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
12882
12883 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
12884
12885 * desktop.el (desktop-path): Check user-emacs-directory.
12886
12887 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
12888
12889 * loadup.el: Use after-load-functions to GC after loading each file.
12890 Remove the explicit GC calls that used to be sprinkled around.
12891
12892 * subr.el (after-load-functions): New hook.
12893 (do-after-load-evaluation): Run it. Use string-match-p to detect
12894 `obsolete' packages, rather than painfully extracting the relevant
12895 directory name.
12896
12897 2009-09-15 Glenn Morris <rgm@gnu.org>
12898
12899 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
12900 free variable `doc'.
12901
12902 * dired.el (dired-mode-map): Add menu entry for async shell command.
12903
12904 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
12905 variables, also consider the .elc files, since the .el files are
12906 normally gzipped (subsequent code locates the .el.gz from the .elc).
12907
12908 * calc/calc-prog.el (arglist): Define for compiler.
12909
12910 * calendar/diary-lib.el (diary-display-function): Change the default to
12911 fancy display.
12912 (body): Define for compiler.
12913
12914 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
12915 (byte-compile-file-form, byte-compile-lambda)
12916 (byte-compile-top-level-body, byte-compile-form)
12917 (byte-compile-variable-ref, byte-compile-setq)
12918 (byte-compile-setq-default, byte-compile-body)
12919 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
12920 (batch-byte-compile): Give some more local variables with common names
12921 a "bytecomp-" prefix to avoid masking warnings about free variables.
12922
12923 * startup.el (command-line-1): Give local variables with common names a
12924 distinguishing prefix, so as not to hide free variable warnings during
12925 bootstrap.
12926
12927 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
12928 clever and add a suffix to make a unique name, just let the user decide
12929 whether or not to overwrite it. If the input is a directory, write the
12930 default filename to that directory. (Bug#4388)
12931 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
12932 is a filename-as-a-directory.
12933
12934 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
12935
12936 * textmodes/page.el (what-page): Don't move to beginning of line.
12937 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
12938
12939 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
12940
12941 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
12942
12943 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
12944
12945 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
12946 * help.el (help-for-help-internal): Add purecopy calls for text.
12947
12948 * vc.el (top): print-log method now takes an optional SHORTLOG
12949 argument. Add a new method: root.
12950 (vc-root-diff, vc-print-root-log): New functions.
12951 (vc-log-short-style): New variable.
12952 (vc-print-log-internal): Add support for showing short logs.
12953
12954 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
12955 vc-print-root-log and vc-print-root-diff.
12956
12957 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
12958 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
12959 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
12960 short logs.
12961
12962 * vc-cvs.el (vc-cvs-print-log):
12963 * vc-mtn.el (vc-mtn-print-log):
12964 * vc-rcs.el (vc-rcs-print-log):
12965 * vc-sccs.el (vc-sccs-print-log):
12966 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
12967 that is ignored for now.
12968
12969 * vc-mtn.el (vc-mtn-annotate-command):
12970 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
12971
12972 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
12973
12974 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
12975 to function-key-map, and give them ascii-character property.
12976 * term/x-win.el (x-alternatives-map):
12977 * term/ns-win.el (ns-alternatives-map):
12978 * term/internal.el (msdos-key-remapping-map):
12979 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
12980
12981 2009-09-14 Glenn Morris <rgm@gnu.org>
12982
12983 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
12984 temp-buffers (2009-09-12).
12985
12986 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
12987
12988 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
12989 the new read-key function.
12990
12991 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
12992
12993 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
12994 is defined (Bug#4405).
12995
12996 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
12997
12998 * recentf.el (recentf-cleanup): Use a hash table to find
12999 duplicates (Bug#4407).
13000
13001 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
13002
13003 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
13004 kp-0 to ascii equivalents (Bug#4325).
13005
13006 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
13007
13008 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
13009
13010 * eshell/em-hist.el:
13011 * eshell/em-dirs.el (eshell-complete-user-reference):
13012 Declare pcomplete functions and variables to avoid compiler warnings.
13013
13014 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
13015
13016 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
13017 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
13018 * eshell/em-alias.el (eshell-aliases-file):
13019 * eshell/em-hist.el (eshell-history-file-name):
13020 Use expand-file-name instead of concat to make file names (Bug#4308).
13021
13022 2009-09-13 Glenn Morris <rgm@gnu.org>
13023
13024 * ediff-merg.el (ediff-do-merge):
13025 * filesets.el (filesets-run-cmd):
13026 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
13027 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
13028 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
13029 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
13030 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
13031 Replace empty `let's with `progn'.
13032
13033 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13034
13035 * mail/sendmail.el (send-mail-function):
13036 * tooltip.el (tooltip-mode):
13037 * simple.el (transient-mark-mode):
13038 * rfn-eshadow.el (file-name-shadow-mode):
13039 * frame.el (blink-cursor-mode):
13040 * font-core.el (global-font-lock-mode):
13041 * files.el (temporary-file-directory)
13042 (small-temporary-file-directory, auto-save-file-name-transforms):
13043 * epa-hook.el (auto-encryption-mode):
13044 * composite.el (global-auto-composition-mode):
13045 Use custom-initialize-delay.
13046 * startup.el (command-line): Don't explicitly call
13047 custom-reevaluate-setting for all the above vars.
13048 * custom.el (custom-initialize-safe-set)
13049 (custom-initialize-safe-default): Delete.
13050
13051 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13052
13053 * term/x-win.el (x-initialize-window-system):
13054 * term/w32-win.el (w32-initialize-window-system):
13055 * term/ns-win.el (ns-initialize-window-system): Don't call
13056 mouse-wheel-mode since it's enabled globally by default already.
13057
13058 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
13059 actually define the variable, but only silences the byte-compiler.
13060 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
13061 before looking it up.
13062 (mouse-wheel-scroll-amount): Also reset the bindings if this value
13063 is changed.
13064
13065 2009-09-12 Glenn Morris <rgm@gnu.org>
13066
13067 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
13068 1000.
13069 (elint-add-required-env): Don't beep on error.
13070 (elint-forms): In case of error, return ENV unchanged.
13071 (elint-init-env): Skip non-list forms.
13072 (elint-log): Handle unknown file positions.
13073
13074 2009-09-12 Daiki Ueno <ueno@unixuser.org>
13075
13076 * epg.el (epg-make-context): Add autoload cookie.
13077 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
13078 (epg-decrypt-string, epg-start-verify, epg-verify-file)
13079 (epg-verify-string, epg-start-sign, epg-sign-file)
13080 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
13081 (epg-encrypt-string, epg-start-export-keys)
13082 (epg-export-keys-to-file, epg-export-keys-to-string)
13083 (epg-start-import-keys, epg-import-keys-from-file)
13084 (epg-import-keys-from-string, epg-start-receive-keys)
13085 (epg-receive-keys, epg-import-keys-from-server)
13086 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
13087 (epg-sign-keys, epg-start-generate-key)
13088 (epg-generate-key-from-file, epg-generate-key-from-string):
13089 Remove autoload cookie.
13090
13091 2009-09-12 Eli Zaretskii <eliz@gnu.org>
13092
13093 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
13094 reevaluation of trash-directory.
13095
13096 * mwheel.el: Fix last change.
13097 (mouse-wheel-mode): New defvar.
13098 (mouse-wheel-mode): Remove autoload cookie.
13099
13100 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13101
13102 * mwheel.el (mwheel-installed-bindings): New var.
13103 (mouse-wheel-mode): Use it, so as to make sure we really remove all
13104 the bindings we set last time. Use custom-initialize-delay.
13105 * loadup.el: Load mwheel after term/*-win.el.
13106 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
13107 and mouse-wheel-up-event now that their first evaluation is done
13108 sufficiently late to be correct.
13109
13110 * startup.el (tutorial-directory): Make it a defcustom.
13111 Use custom-initialize-delay rather than eval-at-startup to set it.
13112 * image.el (image-load-path): Make it a defcustom.
13113 Use custom-initialize-delay rather than eval-at-startup to set it.
13114 * subr.el (eval-at-startup): Remove.
13115 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
13116
13117 * subr.el (do-after-load-evaluation): Warn the user after loading an
13118 obsolete package.
13119
13120 2009-09-12 Glenn Morris <rgm@gnu.org>
13121
13122 * proced.el (proced-mark-alt): Remove alias.
13123 (proced-mode-map): Remove proced-mark-alt.
13124
13125 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
13126 Elint file and directory. Remove initialization entry.
13127
13128 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
13129 commands.
13130 (elint-current-buffer): Set mode-line-process.
13131 (elint-init-env): Handle define-derived-mode.
13132 Fix declare-function with unspecified arglist. Guard against odd
13133 defalias statements (eg iso-insert's 8859-1-map).
13134 (elint-add-required-env): Use a temp buffer.
13135 (elint-form): Just print the function/macro name, not the whole form.
13136 Return env unchanged if we fail to parse a macro.
13137 (elint-forms): Guard against parse errors.
13138 (elint-output): New function, to handle batch mode.
13139 (elint-log-message): Add optional argument. Use elint-output.
13140 (elint-set-mode-line): New function.
13141
13142 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
13143
13144 * emacs-lisp/elp.el (elp-not-profilable): Add more
13145 functions (Bug#4233).
13146
13147 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
13148
13149 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
13150 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
13151
13152 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
13153
13154 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
13155 (gdb-var-list-children): Use json parsing.
13156
13157 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
13158
13159 * progmodes/js.el (js--proper-indentation): Handle the case where
13160 char-before is null. Reported by Deniz Dogan.
13161
13162 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
13163
13164 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
13165
13166 2009-09-11 Daiki Ueno <ueno@unixuser.org>
13167
13168 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
13169 (epg-digest-algorithm-alist): Add SHA224.
13170 (epg-context-set-passphrase-callback)
13171 (epg-context-set-progress-callback): Add description about
13172 callback function.
13173
13174 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13175
13176 * custom.el (custom-delayed-init-variables): New var.
13177 (custom-initialize-delay): New function.
13178 * startup.el (command-line): "Re"evaluate all vars in
13179 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
13180 explicitly any more.
13181 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
13182 to avoid creating a ~/.emacs.d at build-time (bug#4347).
13183
13184 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
13185
13186 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
13187
13188 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
13189 (gdb-var-update-handler): Use json parsing.
13190
13191 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
13192
13193 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
13194 decode annotated text, regardless of language environment. (Bug#2741)
13195
13196 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13197
13198 * Makefile.in (autoloads): Make rmail.el writable as well.
13199
13200 2009-09-11 Glenn Morris <rgm@gnu.org>
13201
13202 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
13203 loaddefs.el.
13204 * dired.el: Regenerate with extracted autoloads.
13205 * Makefile.in (autoloads): Make dired.el writable.
13206
13207 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
13208 * ibuffer.el: Regenerate with extracted autoloads.
13209 * Makefile.in (autoloads): Make ibuffer.el writable.
13210
13211 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
13212 * version.el (emacs-copyright, emacs-major-version)
13213 (emacs-minor-version): Reformat doc-strings for make-docfile.
13214
13215 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
13216 functions and variables, since they must be stuff specific to some other
13217 platform.
13218 (apropos-print): Make mouse-click message less specific about button.
13219
13220 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
13221 that records where a macro was defined.
13222 * help-fns.el (describe-function-1): Mention if a function has a
13223 compiler-macro.
13224 * help-mode.el (help-function-cmacro): New button.
13225
13226 * locate.el (top-level): Always require dired.
13227 (locate-mode-map): Initialize inside the defvar.
13228
13229 * net/ange-ftp.el (dired-compress-file): Declare.
13230 (ange-ftp-dired-compress-file): Add doc string.
13231
13232 * term/ns-win.el (x-display-name, x-setup-function-keys):
13233 Unify doc-strings with X versions.
13234
13235 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13236
13237 * emulation/crisp.el (crisp-mode-map): Move initialization
13238 into declaration.
13239 (crisp-mode): Use define-minor-mode.
13240
13241 * progmodes/xscheme.el (xscheme-evaluation-commands):
13242 Put a :advertised-binding property rather than using
13243 advertised-xscheme-send-previous-expression.
13244 (advertised-xscheme-send-previous-expression): Declare obsolete.
13245 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
13246 `advertised-undo'.
13247 (crisp-mode): Add corresponding bindings to
13248 undo's :advertised-binding instead.
13249 * dired.el (dired-mode-map): Put a :advertised-binding property rather
13250 than using dired-advertised-find-file.
13251 (dired-advertised-find-file):
13252 * simple.el (advertised-undo):
13253 * wid-edit.el (advertised-widget-backward): Declare obsolete.
13254 (widget-keymap): Put a :advertised-binding property rather
13255 than using advertised-widget-backward.
13256 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
13257 than using advertised-undo.
13258 * tutorial.el (tutorial--default-keys): Adjust accordingly.
13259
13260 2009-09-10 Simon South <ssouth@slowcomputing.org>
13261
13262 * progmodes/delphi.el (delphi-tab): Indent region when Transient
13263 Mark mode is enabled and region is active; otherwise indent or
13264 insert TAB as usual.
13265 (delphi-mode): Update description of TAB-key binding.
13266
13267 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
13268
13269 * subr.el (define-key-rebound-commands): Mark obsolete.
13270 * startup.el (precompute-menubar-bindings): Remove.
13271 (normal-top-level): Remove obsolete code that tried to precompute
13272 menubar bindings.
13273 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
13274 define-key-rebound-commands and precompute-menubar-bindings.
13275
13276 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
13277
13278 * net/imap.el (imap-interactive-login): Better messages.
13279 (imap-open): Fix bug with renamed buffer on reconnect.
13280 (imap-authenticate): Add buffer-local imap-last-authenticator variable
13281 for easier debugging and cleaner code. On successful (guessed based on
13282 server capabilities) secondary authentication, set imap-state
13283 correctly.
13284 (imap-last-authenticator): Define imap-last-authenticator as a variable
13285 to avoid warnings.
13286
13287 2009-09-10 Glenn Morris <rgm@gnu.org>
13288
13289 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
13290
13291 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
13292 (byte-compile-file-form-autoload): Don't warn about unknown functions
13293 where the autoload statement comes after the use.
13294 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
13295 that any handlers inside the body (eg require) are in turn respected.
13296
13297 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
13298 effects.
13299
13300 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
13301 and syntax and abbrev tables basic docs, if they don't have any.
13302
13303 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
13304
13305 * international/mule-cmds.el (top-level): Require cl when compiling.
13306 (view-hello-file): Use default-value rather than
13307 default-enable-multibyte-characters.
13308
13309 * progmodes/fortran.el: Move all safe and risky properties into the
13310 defcustoms.
13311
13312 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
13313 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
13314 * mail/undigest.el:
13315 Put autoloads in rmail.el rather than loaddefs.el.
13316 * mail/rmail.el: Regenerate with extracted autoloads.
13317
13318 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
13319 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
13320
13321 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
13322
13323 Reported in thread for Bug#4375.
13324 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
13325 "-data-evaluate-expression" instead of print.
13326 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
13327 (gdb-tooltip-print): Parse output from above MI command.
13328 (gdb): Revert 2009-08-11 change. User should detach inferior
13329 manually.
13330
13331 Remove the word "separate" from IO functions as inferior
13332 output is now never displayed in the GUD buffer.
13333
13334 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
13335
13336 * startup.el (command-line-normalize-file-name): On Windows and
13337 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
13338
13339 2009-09-10 Juri Linkov <juri@jurta.org>
13340
13341 * isearch.el (isearch-text-char-description): Propertize escape
13342 character sequences with the `escape-glyph' face. (Bug#4344)
13343
13344 * simple.el (shell-command): Set asynchronous process filter to
13345 `comint-output-filter'. (Bug#4343)
13346
13347 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
13348 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
13349 the list. Move "asm" to the bottom.
13350 (grep-find-ignored-directories): Add `choice' with nil value
13351 to empty the list easily.
13352 (grep-find-ignored-files): New option.
13353 (grep-files-history): Set to nil by default instead of '("ch" "el").
13354 (grep-compute-defaults): Add "<X>" to `grep-template'.
13355 (grep-read-files): Bind new local variables `default-alias' and
13356 `default-extension'. Use a list of default values for the file prompt.
13357 (lgrep): Add `--exclude=' command line options composed from
13358 `grep-find-ignored-files'.
13359 (rgrep): Add `-name' command line options composed from
13360 `grep-find-ignored-files'. (Bug#4301)
13361
13362 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
13363
13364 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
13365 (bug#4368).
13366
13367 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
13368
13369 * calendar/time-date.el (autoload):
13370 Expand define-obsolete-function-alias into defalias and make-obsolete
13371 for old Emacsen that Gnus supports.
13372 (with-no-warnings): Define it for old Emacsen.
13373 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13374 is available.
13375 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13376 float-time is available; suppress compile warning for time-to-seconds.
13377
13378 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
13379
13380 * net/imap.el (imap-message-map): Docstring fix.
13381
13382 2009-09-09 Glenn Morris <rgm@gnu.org>
13383
13384 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
13385 line numbers too. (Bug#4374)
13386
13387 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
13388
13389 * smerge-mode.el (smerge-remove-props, smerge-refine):
13390 Use with-silent-modifications (bug#4342).
13391
13392 * subr.el (with-silent-modifications): New macro.
13393
13394 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
13395
13396 * files.el (top-level): Require `cl' when compiling.
13397
13398 2009-09-07 Glenn Morris <rgm@gnu.org>
13399
13400 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
13401
13402 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
13403 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
13404
13405 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
13406
13407 * vc-git.el (vc-git-annotate-command): Use separator to parse
13408 arguments correctly.
13409
13410 2009-09-06 Eli Zaretskii <eliz@gnu.org>
13411
13412 * proced.el (proced-mode): Doc fix.
13413
13414 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
13415
13416 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
13417 lstat fails.
13418 (tramp-do-file-attributes-with-ls): Check for file existence at
13419 remote end.
13420 (tramp-do-file-attributes-with-stat): Likewise.
13421 (tramp-convert-file-attributes): Return nil when attr is nil.
13422
13423 2009-09-05 Glenn Morris <rgm@gnu.org>
13424
13425 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
13426 properties to this button.
13427 (diary-fancy-display): Don't extend the button to the final newline.
13428 (diary-fancy-display-mode): Continue to define "q" as a local key.
13429
13430 * calendar/cal-china.el (holiday-chinese): Make it slightly more
13431 efficient.
13432
13433 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
13434
13435 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
13436 (byte-compile-dest-file-function): New option.
13437 (byte-compile-dest-file): Doc fix.
13438 Obey byte-compile-dest-file-function.
13439 (byte-compile-cl-file-p): New function.
13440 (byte-compile-eval): Only suppress noruntime warnings about cl functions
13441 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
13442 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
13443 than for file being previously loaded.
13444 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
13445 (byte-compile-file-form-require): Handle the case where requiring a file
13446 indirectly causes CL to be loaded.
13447
13448 2009-09-05 Karl Fogel <kfogel@red-bean.com>
13449
13450 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
13451 before killing the old buffer, since by the time `kill-buffer' is
13452 run so many buffer variables have been set to nil that it may not
13453 behave as expected. (Bug#4061)
13454
13455 2009-09-05 Karl Fogel <kfogel@red-bean.com>
13456
13457 * files.el (find-alternate-file): If the old buffer is modified
13458 and visiting a file, behave similarly to `kill-buffer' when
13459 killing it, thus reverting to the pre-1.878 behavior; see
13460 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
13461 for discussion. Also, consult `buffer-file-name' as a variable
13462 not as a function, for consistency with the rest of the code.
13463
13464 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
13465
13466 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
13467 also when adding a new directory.
13468
13469 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
13470 defun.
13471
13472 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
13473
13474 * files.el (locate-file-completion-table): Make it provide boundary
13475 information, so partial-completion works better.
13476
13477 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
13478
13479 * mail/footnote.el (Footnote-text-under-cursor):
13480 Check footnote-text-marker-alist before using it (bug#4324).
13481
13482 2009-09-04 Glenn Morris <rgm@gnu.org>
13483
13484 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
13485 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
13486 * play/solitaire.el, play/tetris.el:
13487 Remove leading * from defcustom and defface docs.
13488
13489 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
13490 necessary.
13491 (diary-fancy-overriding-map): New variable.
13492 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
13493 Use view-mode.
13494
13495 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
13496 goto-line.
13497
13498 2009-09-03 Glenn Morris <rgm@gnu.org>
13499
13500 * arc-mode.el (archive-mode):
13501 * dos-fns.el (set-default-process-coding-system):
13502 * man.el (Man-getpage-in-background):
13503 * menu-bar.el (menu-bar-describe-menu):
13504 * server.el (server-process-filter):
13505 * startup.el (command-line):
13506 * tar-mode.el (tar-header-block-tokenize, tar-extract):
13507 * w32-fns.el (set-default-process-coding-system):
13508 * x-dnd.el (x-dnd-handle-file-name):
13509 * international/mule-cmds.el (mule-menu-keymap)
13510 (set-default-coding-systems, language-info-alist, set-language-info)
13511 (set-language-environment, standard-display-european-internal)
13512 (set-locale-environment):
13513 * international/mule-diag.el (mule-diag):
13514 * mail/emacsbug.el (report-emacs-bug):
13515 * mail/rmail.el (rmail-mode):
13516 * mail/sendmail.el (mail-setup):
13517 Use default-value rather than default-enable-multibyte-characters.
13518
13519 * progmodes/f90.el: Move all safe properties into the defcustoms.
13520 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
13521
13522 * calendar/appt.el (appt-check):
13523 * calendar/diary-lib.el (diary-set-header, diary-live-p)
13524 (diary-check-diary-file, diary-list-entries)
13525 (diary-include-other-diary-files, diary-simple-display)
13526 (diary-fancy-display, diary-print-entries)
13527 (diary-mark-included-diary-files, diary-make-entry):
13528 Don't call substitute-in-file-name on diary-file.
13529
13530 2009-09-03 Eduard Wiebe <usenet@pusto.de>
13531 Stefan Monnier <monnier@iro.umontreal.ca>
13532
13533 * mail/footnote.el (footnote-prefix): Make it a defcustom.
13534 (footnote-mode-map): Move initialization into the declaration.
13535 (footnote-minor-mode-map): Define it rather than changing global-map.
13536 (footnote-mode): Use define-minor-mode.
13537
13538 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
13539
13540 * net/tramp.el (tramp-handle-file-attributes-with-ls)
13541 (tramp-do-file-attributes-with-perl)
13542 (tramp-do-file-attributes-with-stat): Rename from
13543 `tramp-handle-file-attributes-with-*'.
13544 (tramp-handle-file-attributes): Use them.
13545 (tramp-do-directory-files-and-attributes-with-perl)
13546 (tramp-do-directory-files-and-attributes-with-stat): Rename from
13547 `tramp-handle-directory-files-and-attributes-with-*'.
13548 (tramp-handle-directory-files-and-attributes): Use them.
13549 (tramp-method-out-of-band-p): Additional parameter SIZE.
13550 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
13551 (tramp-handle-write-region): Use it.
13552 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
13553 (tramp-handle-vc-registered): Check, whether the first run did
13554 return files to be tested.
13555 (tramp-advice-make-auto-save-file-name): Do not call directly
13556 `tramp-handle-make-auto-save-file-name', because this would bypass
13557 the locking mechanism.
13558
13559 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
13560 (file-remote-p, process-file, start-file-process, set-file-times)
13561 (tramp-compat-file-attributes): Compatibility functions shall not
13562 call directly `tramp-handle-*', because this would bypass the
13563 locking mechanism.
13564 (tramp-compat-number-sequence): New defun.
13565
13566 2009-09-02 Glenn Morris <rgm@gnu.org>
13567
13568 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
13569 alias for float-time.
13570 (time-to-number-of-days): In Emacs, use float-time.
13571 * net/newst-backend.el (time-add): Suppress warnings from compat
13572 function.
13573 * time.el (emacs-uptime, emacs-init-time):
13574 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
13575 Use float-time rather than time-to-seconds.
13576
13577 * minibuffer.el (completion-initials-expand): Fix typo.
13578
13579 * faces.el (modeline, modeline-inactive, modeline-highlight)
13580 (modeline-buffer-id):
13581 * info.el (info-menu-5): Mark these face aliases as obsolete.
13582
13583 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
13584
13585 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
13586 space ...
13587 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
13588 no "--thread" option.
13589 (gdb-stopped): Don't print "Switched to thread" message when it is
13590 unchanged.
13591
13592 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
13593
13594 * minibuffer.el (completion-try-completion)
13595 (completion-all-completions): Remove ill-defined (and
13596 mistakenly installed and luckily never used nor documented)
13597 `completion-styles' property.
13598 (completion-initials-expand, completion-initials-all-completions)
13599 (completion-initials-try-completion): New functions.
13600 (completion-styles-alist): Add doc to each entry.
13601 Add new `initials' entry.
13602
13603 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
13604
13605 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
13606 MI command -var-evaluate-expression.
13607 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
13608 and tweak for case of string child.
13609 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
13610
13611 2009-09-01 Glenn Morris <rgm@gnu.org>
13612
13613 * add-log.el (change-log-date-face, change-log-name-face)
13614 (change-log-email-face, change-log-file-face, change-log-list-face)
13615 (change-log-conditionals-face, change-log-function-face)
13616 (change-log-acknowledgement-face):
13617 * cus-edit.el (custom-invalid-face, custom-rogue-face)
13618 (custom-modified-face, custom-set-face, custom-changed-face)
13619 (custom-saved-face, custom-button-face, custom-button-pressed-face)
13620 (custom-documentation-face, custom-state-face, custom-comment-face)
13621 (custom-comment-tag-face, custom-variable-tag-face)
13622 (custom-variable-button-face, custom-face-tag-face)
13623 (custom-group-tag-face-1, custom-group-tag-face):
13624 * diff-mode.el (diff-header-face, diff-file-header-face)
13625 (diff-index-face, diff-hunk-header-face, diff-removed-face)
13626 (diff-added-face, diff-changed-face, diff-function-face)
13627 (diff-context-face, diff-nonexistent-face):
13628 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
13629 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
13630 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
13631 (Info-title-4-face):
13632 * isearch.el (isearch-lazy-highlight-face):
13633 * log-view.el (log-view-file-face, log-view-message-face):
13634 * paren.el (show-paren-match-face, show-paren-mismatch-face):
13635 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
13636 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
13637 (cvs-msg-face):
13638 * smerge-mode.el (smerge-mine-face, smerge-other-face)
13639 (smerge-base-face, smerge-markers-face):
13640 * wid-edit.el (widget-documentation-face, widget-button-face)
13641 (widget-field-face, widget-single-line-field-face)
13642 (widget-inactive-face, widget-button-pressed-face):
13643 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
13644 (woman-addition-face):
13645 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
13646 (eshell-ls-executable-face, eshell-ls-readonly-face)
13647 (eshell-ls-unreadable-face, eshell-ls-special-face)
13648 (eshell-ls-missing-face, eshell-ls-archive-face)
13649 (eshell-ls-backup-face, eshell-ls-product-face)
13650 (eshell-ls-clutter-face):
13651 * eshell/em-prompt.el (eshell-prompt-face):
13652 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
13653 * obsolete/old-whitespace.el (whitespace-highlight-face):
13654 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
13655 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
13656 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
13657 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
13658 (antlr-font-lock-literal-face):
13659 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
13660 (ebrowse-root-class-face, ebrowse-file-name-face)
13661 (ebrowse-default-face, ebrowse-member-attribute-face)
13662 (ebrowse-member-class-face, ebrowse-progress-face):
13663 * progmodes/make-mode.el (makefile-space-face):
13664 * progmodes/sh-script.el (sh-heredoc-face):
13665 * textmodes/flyspell.el (flyspell-incorrect-face)
13666 (flyspell-duplicate-face):
13667 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
13668 * textmodes/texinfo.el (texinfo-heading-face):
13669 Mark face aliases with "-face" suffix as obsolete.
13670
13671 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
13672 compiler.
13673
13674 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
13675 (eudc-bob-sound-menu): Use defvar rather than defconst, since
13676 easy-menu-define wants to modify these.
13677
13678 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
13679
13680 * net/browse-url.el (browse-url-file-url):
13681 * term/internal.el (dos-codepage-setup):
13682 Use default-value rather than default-enable-multibyte-characters.
13683
13684 * progmodes/etags.el (etags-goto-tag-location):
13685 * progmodes/flymake.el (flymake-highlight-line)
13686 (flymake-goto-file-and-line, flymake-goto-line):
13687 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
13688 (gdb-goto-breakpoint):
13689 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
13690 * progmodes/python.el (python-find-function)
13691 (python-pdbtrack-track-stack-file):
13692 * progmodes/verilog-mode.el (verilog-surelint-off):
13693 * term/ns-win.el (ns-open-file-select-line):
13694 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
13695 Use forward-line rather than goto-line.
13696
13697 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
13698 * textmodes/reftex-index.el (reftex-display-index):
13699 * textmodes/reftex-ref.el (reftex-offer-label-menu):
13700 * textmodes/reftex-toc.el (reftex-toc):
13701 Remove unnecessary bindings of default-major-mode (all are followed by
13702 major-mode check and possible mode switch).
13703
13704 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
13705
13706 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
13707 Handle watchpoints (bug#4282).
13708 (def-gdb-thread-buffer-command): Enable thread to be selected by
13709 clicking without selecting threads buffer first.
13710 (gdb-current-context-command): Use selected frame so that "up",
13711 "down" etc work in the GUD buffer.
13712 (gdb-update): Find selected frame before rendering stack buffer.
13713 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
13714
13715 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
13716
13717 * progmodes/sym-comp.el (displayed-completions): Remove.
13718 (symbol-complete): Use minibuffer-complete.
13719
13720 2009-08-31 Glenn Morris <rgm@gnu.org>
13721
13722 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
13723
13724 * apropos.el (apropos-symbols-internal):
13725 Handle (obsolete) face aliases.
13726
13727 * faces.el (describe-face): Adjust the output format to be more like
13728 describe-variable, and to mention (obsolete) face aliases.
13729 Adjust the whitespace so that help-setup-xref works.
13730
13731 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
13732 * calendar/diary-lib.el (diary-button-face):
13733 Mark these face aliases as obsolete.
13734
13735 * calendar/calendar.el (calendar-today): Doc fix.
13736
13737 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
13738
13739 * progmodes/gdb-mi.el (gdb-control-all-threads)
13740 (gdb-control-current-thread): Force tool bar update.
13741 (gdb-non-stop-handler): New function.
13742 (gdb-init-1): Use it to test if non-stop mode is supported.
13743 Remove unused gdbmi buffer type.
13744
13745 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
13746
13747 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
13748 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
13749
13750 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
13751
13752 * comint.el (comint-exec-1): Check command is non-null first.
13753 Part of gdb-mi.el change (2009-08-28).
13754
13755 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
13756
13757 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
13758
13759 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
13760
13761 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
13762 instead of `dolist' to avoid a recursive require when bootstrapping.
13763
13764 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
13765
13766 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
13767
13768 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
13769
13770 * net/imap.el (imap-send-command): Simplify.
13771 (imap-wait-for-tag): point-max -> buffer-size.
13772
13773 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
13774
13775 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
13776 with constant argument.
13777
13778 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
13779
13780 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
13781
13782 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
13783 Change default, since most of our files don't have a history.
13784 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
13785 the user.
13786
13787 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13788 Add comint-run.
13789
13790 * calc/calc.el: Improve commenting convention.
13791 (calc-digit-map, toplevel): Simplify.
13792
13793 * comint.el (comint-insert-input): Be careful to only set point if we
13794 don't delegate to some other command.
13795
13796 * proced.el (proced-signal-list): Make it an alist.
13797 (proced-grammar-alist): Capitalize names.
13798 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
13799 Disable undo manually and make it read-only.
13800 Use completion-annotate-function.
13801
13802 * minibuffer.el (minibuffer-message): If the current buffer is not
13803 a minibuffer, insert the message in the echo area rather than at the
13804 end of the buffer.
13805 (completion-annotate-function): New variable.
13806 (minibuffer-completion-help): Use it.
13807 (completion--embedded-envvar-table): Environment vars are
13808 always case-sensitive.
13809
13810 2009-08-30 Glenn Morris <rgm@gnu.org>
13811
13812 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
13813 from fortran-current-defun.
13814 (fortran-beginning-of-subprogram): Be more precise about finding the
13815 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
13816 (fortran-end-of-subprogram): Simplify.
13817 (fortran-current-defun): Use fortran-start-prog-re.
13818
13819 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
13820
13821 * subr.el (do-after-load-evaluation): Simplify.
13822
13823 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
13824
13825 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
13826
13827 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
13828 (vc-rcs-print-log): Use it.
13829
13830 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
13831
13832 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
13833
13834 * paths.el (abbrev-file-name): Move to abbrev.el.
13835 * abbrev.el (abbrev-file-name): Move from paths.el.
13836 Obey user-emacs-directory.
13837 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
13838 user-emacs-directory.
13839 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
13840 abbrev-file-name and calc-settings-file any more.
13841 * startup.el (command-line): Recompute abbrev-file-name and
13842 abbreviated-home-dir.
13843 (normal-no-mouse-startup-screen): Improve the generic code and get rid
13844 of the special code for when C-h bindings haven't been changed.
13845 (display-startup-echo-area-message): Use with-current-buffer.
13846 (command-line-1): Use a list of strings, rather than a list of lists
13847 of strings for longopts.
13848
13849 * files.el (get-free-disk-space): Use / for default-directory.
13850
13851 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
13852 Use with-current-buffer.
13853
13854 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
13855 Recognize immutable variables like most-positive-fixnum.
13856 (byte-compile-setq-default): Check and warn if trying to assign
13857 to an immutable variable, or a non-variable.
13858
13859 * progmodes/cc-vars.el (c-comment-continuation-stars):
13860 * progmodes/cc-engine.el (c-looking-at-bos):
13861 * progmodes/cc-cmds.el (c-toggle-auto-state)
13862 (c-forward-into-nomenclature, c-backward-into-nomenclature)
13863 (c-comment-line-break-function): Add version of obsolescence.
13864
13865 2009-08-28 Juri Linkov <juri@jurta.org>
13866
13867 * files.el (magic-fallback-mode-alist): Add ZIP magic number
13868 associated with `archive-mode'.
13869
13870 * image.el (image-type-header-regexps): Use only JPEG magic number
13871 to determine JPEG images, and don't use `image-jpeg-p' because
13872 Emacs can display non-JFIF non-Exif JPEG images.
13873
13874 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
13875
13876 * arc-mode.el (archive-mode):
13877 * emacs-lisp/re-builder.el (re-builder-unload-function):
13878 Protect against the default value of `major-mode' being nil.
13879
13880 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
13881
13882 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
13883 Fix typos in docstrings.
13884
13885 * progmodes/js.el (js--macro-decl-re): Doc fix.
13886 (js--plain-method-re, js--split-name): Refloc docstring.
13887 (js--class-styles, js--make-merged-item, js--splice-into-items):
13888 Fix typos in docstrings; reflow docstrings.
13889 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
13890 (js--variable-decl-matcher, js--inside-pitem-p)
13891 (js--parse-state-at-point, js--get-all-known-symbols)
13892 (js--symbol-history, js-find-symbol, js--js-references)
13893 (js--moz-interactor, js--js-encode-value, js--read-tab):
13894 Fix typos in docstrings.
13895
13896 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
13897
13898 * textmodes/reftex.el (reftex-get-file-buffer-force):
13899 * progmodes/verilog-mode.el (verilog-batch-execute-func):
13900 * emulation/viper.el (viper-go-away, viper-set-hooks):
13901 * emacs-lisp/re-builder.el (re-builder-unload-function):
13902 * emacs-lisp/bytecomp.el (byte-compile-file):
13903 * ses.el (ses-unload-function):
13904 * hexl.el (hexl-find-file):
13905 * files.el (normal-mode):
13906 * ehelp.el (with-electric-help):
13907 * autoinsert.el (auto-insert-alist):
13908 * arc-mode.el (archive-mode):
13909 Use (default-value 'major-mode) instead of default-major-mode.
13910
13911 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
13912 * international/mule.el (load-with-code-conversion):
13913 * emacs-lisp/debug.el (debug):
13914 * ediff-vers.el (ediff-rcs-get-output-buffer):
13915 * dired.el (dired-internal-noselect): Don't let-bind
13916 default-major-mode around code that doesn't use it.
13917 E.g. buffer creation via get-buffer-create doesn't use it.
13918
13919 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
13920
13921 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
13922 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
13923 when writing the temp file. Otherwise, epa-file gets confused.
13924 (tramp-register-file-name-handlers): Make it a defun. Move also
13925 `epa-file-handler' to the front of `file-name-handler-alist'.
13926
13927 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
13928
13929 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
13930 start right after a ^M.
13931 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
13932 (tramp-completion-file-name-regexp-separate)
13933 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
13934 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
13935 Don't modify last-coding-system-used by accident.
13936 (tramp-completion-file-name-handler): Apply the checks here,
13937 instead during registration.
13938 (tramp-register-file-name-handlers): Renamed from
13939 `tramp-register-file-name-handler'. Register both
13940 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
13941 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
13942
13943 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
13944
13945 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
13946 Remove variable ...
13947 (gdb-init-1, gdb-display-separate-io-buffer)
13948 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
13949 references to it.
13950 (gdb-inferior-io-mode): Use make-comint-in-buffer.
13951 (gdb-inferior-filter): Use comint-output-filter to stop
13952 echoing and remove ^M characters.
13953
13954 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
13955
13956 * emulation/viper-init.el (viper-restore-cursor-type):
13957 * emulation/cua-base.el (cua--update-indications):
13958 Replace default-cursor-type with (default-value 'cursor-type).
13959
13960 * mail/sendmail.el (mail-recover-1):
13961 * international/mule-diag.el (describe-current-coding-system-briefly)
13962 (describe-current-coding-system):
13963 * international/mule-cmds.el (select-safe-coding-system)
13964 (select-message-coding-system)
13965 (set-language-environment-coding-systems, set-locale-environment):
13966 * hexl.el (hexl-insert-multibyte-char):
13967 * dos-w32.el (find-buffer-file-type-coding-system):
13968 * simple.el (what-cursor-position):
13969 Replace uses of default-buffer-file-coding-system
13970 with (default-value 'buffer-file-coding-system).
13971
13972 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
13973 Replace uses of default-cursor-in-non-selected-windows
13974 with (default-value 'cursor-in-non-selected-windows).
13975 Use with-current-buffer.
13976
13977 * mail/feedmail.el: Use CL macros.
13978 (feedmail-run-the-queue, feedmail-send-it-immediately):
13979 * dos-w32.el (find-buffer-file-type): Replace uses of
13980 default-buffer-file-type with (default-value 'buffer-file-type).
13981
13982 2009-08-28 Glenn Morris <rgm@gnu.org>
13983
13984 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
13985 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
13986 Use default-value of major-mode rather than default-major-mode.
13987
13988 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
13989
13990 * Makefile.in (update-elcfiles): Report left over elc files.
13991
13992 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
13993 expand-file-name and with-current-buffer.
13994 (mail-get-names, mail-directory): Use with-current-buffer.
13995
13996 * vc.el (vc-read-revision): New function.
13997 (vc-version-diff, vc-merge): Use it.
13998
13999 2009-08-27 Sam Steingold <sds@gnu.org>
14000
14001 * simple.el (kill-do-not-save-duplicates): New user option.
14002 (kill-new): When it is non-nil, and the new string is the same as
14003 the latest kill, set replace to t to avoid duplicates in kill-ring.
14004
14005 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
14006
14007 * net/tramp.el (tramp-handle-process-file): Do not flush all
14008 caches when `process-file-side-effects' is set.
14009 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
14010 instead of `tramp-find-file-exists-command'.
14011 Unset `process-file-side-effects'.
14012
14013 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
14014
14015 * net/tramp.el (tramp-methods): New method "rsyncc".
14016 (top): Add completion function for "rsyncc".
14017 (tramp-message-show-message): New defvar.
14018 (tramp-message, tramp-error): Use it.
14019 (tramp-do-copy-or-rename-file-directly): Extend check for direct
14020 remote copying.
14021 (tramp-do-copy-or-rename-file-out-of-band): Handle new
14022 `tramp-methods' entry `copy-env' of "rsyncc".
14023 (tramp-vc-registered-read-file-names): New defconst.
14024 (tramp-vc-registered-file-names): New defvar.
14025 (tramp-handle-vc-registered): Implement optimization strategy.
14026 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
14027 (tramp-vc-file-name-handler): New defun.
14028 (tramp-get-ls-command, tramp-get-test-command)
14029 (tramp-get-file-exists-command, tramp-get-remote-ln)
14030 (tramp-get-remote-perl, tramp-get-remote-stat)
14031 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
14032
14033 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
14034 (tramp-cache-inhibit-cache): Extend doc string. It allows also
14035 timestamps.
14036 (tramp-get-file-property): Check for timestamps in
14037 `tramp-cache-inhibit-cache'.
14038 (tramp-set-file-property): Write timestamp.
14039
14040 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14041
14042 * language/japan-util.el (japanese-symbol-table): Add entries for
14043 cp932-2-byte.
14044
14045 * international/characters.el: Add category `j' to cp932-2-byte.
14046
14047 2009-08-27 Kenichi Handa <handa@m17n.org>
14048
14049 * international/fontset.el (build-default-fontset-data): New macro.
14050 (setup-default-fontset): Use build-default-fontset-data for CJK,
14051 tibetan, ethiopic, and ipa.
14052
14053 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14054
14055 * cus-start.el (default-major-mode): Customize `major-mode' instead.
14056 (enable-multibyte-characters): Not customizable any more.
14057
14058 * subr.el (default-mode-line-format, default-header-line-format)
14059 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
14060 (default-direction-reversed, default-truncate-lines)
14061 (default-left-margin, default-tab-width, default-case-fold-search)
14062 (default-left-margin-width, default-right-margin-width)
14063 (default-left-fringe-width, default-right-fringe-width)
14064 (default-fringes-outside-margins, default-scroll-bar-width)
14065 (default-vertical-scroll-bar, default-indicate-empty-lines)
14066 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
14067 (default-fringe-cursor-alist, default-scroll-up-aggressively)
14068 (default-scroll-down-aggressively, default-fill-column)
14069 (default-cursor-type, default-buffer-file-type)
14070 (default-cursor-in-non-selected-windows)
14071 (default-buffer-file-coding-system, default-major-mode)
14072 (default-enable-multibyte-characters): Mark as obsolete.
14073
14074 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
14075
14076 * vc-dir.el (vc-dir-update): Remove debug helper.
14077
14078 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
14079
14080 2009-08-26 Sam Steingold <sds@gnu.org>
14081
14082 * simple.el (save-interprogram-paste-before-kill): New user option.
14083 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
14084 save the interprogram-paste into kill-ring before overriding it
14085 with the Emacs kill.
14086
14087 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14088
14089 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
14090 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
14091 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
14092 and move to vc-rcs.el.
14093 (vc-default-next-revision): Rename to vc-rcs-next-revision and
14094 move to vc-rcs.el.
14095 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
14096 (vc-rcs-update-changelog): Remove.
14097 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
14098 and move to vc-rcs.el.
14099
14100 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
14101 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
14102 renaming.
14103 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
14104 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
14105 vc.el, renamed to be RCS specific.
14106
14107 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
14108 New functions.
14109 (vc-cvs-update-changelog): Move here from vc.el.
14110
14111 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
14112 New functions.
14113
14114 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14115
14116 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
14117
14118 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14119
14120 * vc-git.el (vc-git-register): Use "git add" for directories.
14121 (vc-git-stash, vc-git-stash-show): New functions.
14122 (vc-git-extra-menu-map): Bind them.
14123
14124 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
14125 directory correctly in case the item is a directory itself.
14126
14127 * vc.el: Document the desired behavior for reverted files in the
14128 `added' state.
14129 (vc-default-prettify-state-info): Remove function, unused.
14130
14131 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
14132
14133 2009-08-26 Glenn Morris <rgm@gnu.org>
14134
14135 * bindings.el (standard-mode-line-format): Reposition dashes in
14136 which-func entry. (Bug#4217)
14137
14138 * files.el (enable-local-variables, enable-local-eval)
14139 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
14140 the defcustoms.
14141 (auto-mode-alist, ignored-local-variables)
14142 (save-some-buffers-action-alist): Move risky declarations to the
14143 definitions.
14144 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
14145 (font-lock-defaults, format-alist, imenu--index-alist)
14146 (imenu-generic-expression, input-method-alist, minor-mode-alist)
14147 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
14148 (mode-line-modified, mode-line-mule-info, mode-line-position)
14149 (mode-line-process, mode-line-remote, outline-level)
14150 (parse-time-rules, rmail-output-file-alist)
14151 (special-display-buffer-names, vc-mode):
14152 Move risky declarations to the relevant files.
14153 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
14154 (mode-line-modified, mode-line-process, mode-line-position)
14155 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
14156 * font-core.el (font-lock-defaults):
14157 * format.el (format-alist):
14158 * vc-hooks.el (vc-mode):
14159 * window.el (special-display-buffer-names):
14160 * international/mule-cmds.el (input-method-alist):
14161 Define riskiness here (dumped file) rather than in files.el.
14162 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
14163 * imenu.el (imenu-generic-expression, imenu--index-alist):
14164 * outline.el (outline-level):
14165 * time.el (display-time-string):
14166 * calendar/parse-time.el (parse-time-rules):
14167 * mail/rmailout.el (rmail-output-file-alist):
14168 Autoload riskiness here, rather than placing in files.el.
14169
14170 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
14171
14172 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
14173
14174 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
14175
14176 * simple.el (process-file-side-effects): New defvar.
14177
14178 * dired-aux.el (dired-show-file-type):
14179 * vc.el (vc-diff-internal):
14180 * vc-arch.el (vc-arch-diff):
14181 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
14182 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
14183 * vc-git.el (vc-git-registered, vc-git-working-revision)
14184 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
14185 (vc-git--empty-db-p):
14186 * vc-hooks.el (vc-user-login-name):
14187 * vc-svn.el (vc-svn-registered, vc-svn-state)
14188 (vc-svn-dir-extra-headers, vc-svn-find-revision):
14189 * progmodes/grep.el (grep-probe): Let-bind
14190 `process-file-side-effects' with nil.
14191
14192 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
14193
14194 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
14195 daemon. Replace ping by checking for running service for bluez
14196 and zeroconf. (Bug#4239)
14197
14198 2009-08-25 Kevin Ryde <user42@zip.com.au>
14199
14200 * net/dig.el (dig): Add autoload cookie.
14201
14202 2009-08-25 Glenn Morris <rgm@gnu.org>
14203
14204 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
14205 load-history for absolute file-names.
14206 (byte-compile-file-form-require): Warn about use of the cl package.
14207
14208 * format.el (format-alist): Doc fix.
14209
14210 * play/bubbles.el (top-level): Don't require cl at run-time.
14211
14212 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
14213 run-time cl).
14214
14215 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
14216
14217 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
14218 from cl package.
14219 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
14220
14221 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
14222
14223 * calc/calc-alg.el (math-trig-rewrite)
14224 (math-hyperbolic-trig-rewrite): New functions.
14225 (calc-simplify): Simplify trig functions when asked.
14226
14227 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14228
14229 * diff-mode.el (diff-find-source-location): Avoid goto-line.
14230
14231 2009-08-24 Kenichi Handa <handa@m17n.org>
14232
14233 * language/ind-util.el (mapthread): Delete it.
14234 (combinatorial): New function.
14235 (indian--puthash-cv): Use combinatorial instead of mapthread.
14236
14237 2009-08-22 Kevin Ryde <user42@zip.com.au>
14238
14239 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
14240 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
14241 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
14242 Clarify docstring that the value is strings not symbols.
14243 (checkdoc-list-of-strings-p): New function.
14244
14245 2009-08-22 Glenn Morris <rgm@gnu.org>
14246
14247 * files.el (auto-mode-alist):
14248 * hippie-exp.el (he-concat-directory-file-name):
14249 * lpr.el (lpr-windows-system, printer-name):
14250 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
14251 * ps-print.el (ps-windows-system):
14252 * startup.el (command-line):
14253 * emulation/viper-ex.el (viper-glob-function):
14254 * international/mule-cmds.el (set-language-environment-coding-systems):
14255 * net/ange-ftp.el (ange-ftp-write-region):
14256 * obsolete/fast-lock.el (fast-lock-cache-name):
14257 Remove code for defunct system-types emx, macos, mswindows, next-mach,
14258 unisoft-unix, vax-vms, win32, w32.
14259
14260 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
14261 given name if the pattern is not more specific.
14262
14263 * calendar/lunar.el (lunar-phase-names): New option.
14264 (lunar-phase): Doc fix.
14265 (lunar-cycles-per-year): New constant.
14266 (lunar-index): New function.
14267 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
14268 (lunar-phase-name): Use lunar-phase-names.
14269 (calendar-lunar-phases): Use format.
14270 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
14271
14272 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
14273 Copy imenu-example--name-and-position function here for own use.
14274 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
14275
14276 * bs.el (bs--redisplay):
14277 * cus-edit.el (custom-redraw):
14278 * ibuffer.el (ibuffer-bury-buffer):
14279 * server.el (server-goto-line-column):
14280 * startup.el (command-line-1):
14281 * strokes.el (strokes-xpm-for-stroke):
14282 * term.el (term-display-buffer-line):
14283 * view.el (View-goto-line):
14284 * calc/calc.el (calc-do, calc-trail-buffer):
14285 * play/gamegrid.el (gamegrid-add-score-insecure):
14286 * progmodes/ada-mode.el (ada-compile-goto-error):
14287 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
14288 (ebrowse-select-1st-to-9nth):
14289 * progmodes/cperl-mode.el (cperl-time-fontification):
14290 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
14291 * progmodes/gud.el (gud-display-line):
14292 (idlwave-shell-display-line):
14293 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
14294 * progmodes/make-mode.el (makefile-browser-toggle):
14295 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
14296 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
14297 * textmodes/picture.el (picture-draw-rectangle):
14298 * textmodes/reftex-index.el (reftex-index-goto-letter):
14299 (reftex-select-jump-to-previous):
14300 * textmodes/reftex-sel.el (reftex-find-start-point)
14301 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
14302 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
14303 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
14304 * textmodes/tex-mode.el (tex-compilation-parse-errors):
14305 * textmodes/two-column.el (2C-associated-buffer):
14306 Use forward-line rather than goto-line.
14307
14308 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
14309 goto-line.
14310
14311 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
14312 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
14313 (quick-check-list-to-regexp): Declare.
14314
14315 * progmodes/make-mode.el (makefile-browser-insert-selection):
14316 Use goto-char rather than goto-line.
14317
14318 * progmodes/prolog.el (compilation-error-regexp-alist)
14319 (compilation-forget-errors): Declare.
14320
14321 2009-08-22 Juri Linkov <juri@jurta.org>
14322
14323 * progmodes/grep.el (lgrep, rgrep): At the beginning
14324 set `dir' to `default-directory' unless `dir' is a non-nil
14325 readable directory. (Bug#4052)
14326 (lgrep, rgrep): Change a weird way to report an error
14327 from using `read-string' to using `error'.
14328 Instead of using interactive arguments in the function body,
14329 add new argument `confirm'.
14330
14331 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
14332
14333 * textmodes/remember.el (remember-buffer):
14334 * progmodes/cperl-mode.el (cperl-vc-header-alist):
14335 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
14336 (icalendar-extract-ical-from-buffer):
14337 * net/newst-treeview.el (newsticker-groups-filename):
14338 * net/newst-backend.el (newsticker-cache-filename):
14339 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
14340 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
14341 (speedbar-add-ignored-path-regexp, speedbar-line-path)
14342 (speedbar-buffers-line-path, speedbar-path-line)
14343 (speedbar-buffers-line-path):
14344 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
14345 (epg-sign-keys):
14346 * epa.el (epa-display-verify-result):
14347 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
14348
14349 2009-08-21 Glenn Morris <rgm@gnu.org>
14350
14351 * progmodes/js.el (inferior-moz-process): Fix declaration.
14352
14353 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
14354
14355 * obsolete/rnewspost.el (news-mail-reply):
14356 Use goto-char rather than goto-line.
14357
14358 * term/ns-win.el (ns-open-file-select-line):
14359 Use line-beginning-position rather than goto-line.
14360
14361 * apropos.el (apropos-command):
14362 * ehelp.el (electric-helpify):
14363 * printing.el (pr-show-setup):
14364 * strokes.el (strokes-help):
14365 * tutorial.el (tutorial--describe-nonstandard-key)
14366 (tutorial--detailed-help):
14367 * woman.el (woman-mini-help, woman-display-extended-fonts):
14368 * calc/calc-help.el (calc-describe-key):
14369 * emulation/edt.el (edt-electric-helpify):
14370 * international/mule-diag.el (mule-diag):
14371 * play/yow.el (apropos-zippy):
14372 * progmodes/python.el (python-describe-symbol):
14373 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
14374 * textmodes/table.el (*table--cell-describe-mode)
14375 (*table--cell-describe-bindings):
14376 Use help-print-return-message rather than the now obsolete alias.
14377
14378 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
14379 (calendar-cursor-to-visible-date):
14380 * play/5x5.el (5x5-position-cursor):
14381 * play/decipher.el (decipher):
14382 * play/gomoku.el (gomoku-goto-xy):
14383 * play/landmark.el (lm-goto-xy):
14384 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
14385 (mpuz-paint-digit):
14386 Use forward-line, not goto-line.
14387
14388 * mail/rmail.el (rmail-obsolete): Delete custom group.
14389 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
14390 (rmail-remote-password, rmail-remote-password-required):
14391 Remove unneeded :set-after and :set properties.
14392
14393 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
14394
14395 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
14396
14397 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
14398
14399 * loadup.el: Remove leftover macos code.
14400
14401 * vc-git.el (vc-git-annotate-command): Run asynchronously.
14402 Explicitly pass the date format to git blame so that user local
14403 so that the output format can be parsed.
14404
14405 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
14406
14407 * net/dbus.el (top): Don't check for (getenv
14408 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
14409
14410 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
14411
14412 * log-edit.el (log-edit-strip-single-file-name): New var.
14413 (log-edit-insert-changelog): Use it. Bug#3571
14414
14415 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14416
14417 * subr.el (read-passwd): Use read-key so keypad keys work as well.
14418 Bug#3287
14419
14420 * help.el (help-print-return-message): Rename from
14421 print-help-return-message.
14422
14423 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
14424 cvs-mode-map parent hack.
14425 (log-view-mode): Derive from special-mode.
14426
14427 * linum.el (linum-mode): window-size-change-functions is redundant.
14428 Adapt to new window-configuration-change-hook behavior.
14429 (linum-after-size, linum-after-config): Remove.
14430
14431 * imenu.el (imenu-example--name-and-position)
14432 (imenu-example--lisp-extract-index-name)
14433 (imenu-example--create-lisp-index, imenu-example--create-c-index):
14434 Mark as obsolete.
14435
14436 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
14437 (inferior-prolog-mode): Use it.
14438 (inferior-prolog-load-file): Reset list of errors.
14439
14440 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14441
14442 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
14443
14444 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
14445
14446 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
14447
14448 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
14449 is running already.
14450
14451 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14452
14453 * subr.el (listify-key-sequence-1): Use normal syntax since those
14454 integers are nowadays always represented by the same (positive) number
14455 on all platforms.
14456 (read-key-empty-map): New const.
14457 (read-key-delay): New var.
14458 (read-key): New function.
14459 (force-mode-line-update): Use with-current-buffer.
14460 (locate-user-emacs-file): Don't forget to abbreviate the file name.
14461 (start-process-shell-command, start-file-process-shell-command):
14462 Discourage the use of command-args.
14463
14464 2009-08-19 Glenn Morris <rgm@gnu.org>
14465
14466 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
14467
14468 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14469
14470 * simple.el (choose-completion-string): Don't rely on
14471 minibuffer-completing-file-name and ad-hoc checks to decide whether
14472 to continue completion or not.
14473
14474 * minibuffer.el (minibuffer-hide-completions): New function.
14475 (completion--do-completion): Use it.
14476 (completions-annotations): New face.
14477 (completion--insert-strings): Use it.
14478 (completion-pcm--delim-wild-regex): Add docstring.
14479 (completion-pcm--string->pattern): Add support for 0-width delimiters
14480 in completion-pcm--delim-wild-regex.
14481
14482 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
14483
14484 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
14485 Remove unused var `buffer-modified-p'.
14486
14487 * minibuffer.el (completion--do-completion): Move point for the #b001
14488 case as well (bug#4176).
14489 (minibuffer-complete, minibuffer-complete-word): Don't move point.
14490
14491 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
14492
14493 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
14494 and :session buses.
14495
14496 2009-08-18 Kenichi Handa <handa@m17n.org>
14497
14498 * international/ucs-normalize.el (ucs-normalize-version):
14499 Change to 1.1.
14500 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
14501 (utf-8-hfs): Make it perform normalization on encoding too.
14502
14503 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
14504 (sentence-end-without-space): Delete duplicated chars.
14505 (sentence-end-base): Likewise.
14506
14507 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
14508 (html-mode): Delete duplicated chars from sentence-end-base.
14509
14510 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
14511 (texinfo-mode): Delete duplicated chars from sentence-end-base.
14512
14513 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
14514
14515 * files.el (hack-one-local-variable): If the mode function is for
14516 a minor mode, pass it an argument (Bug#4148).
14517
14518 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
14519
14520 * net/tramp.el (tramp-register-completion-file-name-handler):
14521 Check also for (member 'partial-completion completion-styles).
14522
14523 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
14524
14525 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
14526 abbrev (Bug#3943).
14527
14528 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
14529
14530 * progmodes/cperl-mode.el: Merge upstream 6.2.
14531 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
14532 (cperl-forward-re): Check cperl-brace-recursing.
14533 (cperl-highlight-charclass): New function.
14534 (cperl-find-pods-heres): Use it.
14535 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
14536 (cperl-beautify-regexp-piece): Fix column calculation.
14537 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
14538 (cperl-beautify-level): Don't process entire regexp.
14539 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
14540 calling man.
14541 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
14542 (cperl-init-faces): Build a list in the normal way.
14543
14544 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
14545
14546 * calendar/parse-time.el (parse-time-string-chars): Save match
14547 data.
14548
14549 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
14550
14551 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
14552 (sql-product): Use it.
14553 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
14554 (sql-set-product): Add completion.
14555 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
14556 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
14557 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
14558 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
14559 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
14560 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
14561 (sql-highlight-db2-keywords): Remove.
14562 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
14563 (sql-highlight-product): Use derived-mode-p.
14564 (sql-set-sqli-buffer): Use with-current-buffer.
14565 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
14566 Simplify.
14567
14568 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
14569
14570 * term.el: Fix commenting convention, turn comments into docstrings.
14571
14572 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
14573
14574 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
14575
14576 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
14577
14578 * calendar/parse-time.el (parse-time-string-chars): Compute using
14579 character classes, to handle non-ascii characters (Bug#3190).
14580
14581 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
14582
14583 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
14584 another heredoc if the user adds another < (Bug#3226).
14585
14586 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
14587 Don't initialize based on window-system (Bug#4124).
14588
14589 * facemenu.el (facemenu-read-color): Use a completion function
14590 that accepts any defined color, such as RGB triplets (Bug#3677).
14591
14592 * files.el (get-free-disk-space): Change fallback default
14593 directory to /. Expand DIR argument before switching to fallback.
14594 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
14595
14596 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
14597
14598 * files.el (load-library): Doc fix.
14599
14600 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
14601
14602 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
14603 (viper-if-string): Redefine C-s in the minibuffer to insert the last
14604 incremental search string.
14605
14606 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
14607 XEmacs.
14608
14609 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
14610 (ediff-merge-region-is-non-clash)
14611 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
14612 Also check if the job is really a merge job.
14613
14614 * ediff.el (ediff-current-file): New function.
14615
14616 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
14617
14618 * progmodes/js.el: Edit docstrings throughout to follow Emacs
14619 conventions.
14620 (js-insert-and-indent): Delete function.
14621 (js-mode-map): Don't bind keys to js-insert-and-indent.
14622 (js-beginning-of-defun): Rename from js--beginning-of-defun.
14623 (js-end-of-defun): Rename from js--end-of-defun.
14624 (js-auto-indent-flag): Delete variable.
14625
14626 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
14627
14628 * progmodes/js.el: Remove proclaim statement.
14629 Defvar which-func-imenu-joiner-function to silence compiler.
14630
14631 * files.el (auto-mode-alist): Use js-mode for .js files.
14632
14633 * progmodes/js2-mode.el: Remove file.
14634
14635 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
14636
14637 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
14638
14639 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
14640
14641 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
14642 Karl Landstrom <karl.landstrom@brgeight.se>
14643
14644 * progmodes/js.el: New file.
14645
14646 2009-08-14 Mark A. Hershberger <mah@everybody.org>
14647
14648 * timezone.el (timezone-parse-date): Add ability to understand ISO
14649 basic format (minimal separators) dates in addition to the
14650 already-supported extended format dates.
14651
14652 2009-08-14 Eli Zaretskii <eliz@gnu.org>
14653
14654 * international/ucs-normalize.el: Add a `coding' file variable.
14655
14656 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
14657
14658 2009-08-14 Sam Steingold <sds@gnu.org>
14659
14660 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
14661
14662 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
14663
14664 * faces.el (help-argument-name): Define it here instead of
14665 help-fns.el, because in daemon mode help-fns.el may be loaded when
14666 faces are still uninitialized (Bug#1078).
14667
14668 * help-fns.el (help-argument-name): Move defface to faces.el.
14669
14670 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
14671
14672 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
14673 create buffer with a pty but no process so that GDB can make the
14674 inferior the controlling process.
14675
14676 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
14677
14678 * international/ucs-normalize.el: New file.
14679
14680 2009-08-13 Richard Stallman <rms@gnu.org>
14681
14682 * mail/rmail.el (rmail-get-attr-names):
14683 Accept an attribute header that is too short.
14684
14685 * mail/rmail.el (rmail-forget-messages):
14686 Ignore nil elt in rmail-message-vector. Use dotimes.
14687
14688 * progmodes/compile.el (compilation-goto-locus):
14689 Use next-error-move-function.
14690
14691 * simple.el (next-error-move-function): New variable.
14692
14693 2009-08-12 Juri Linkov <juri@jurta.org>
14694
14695 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
14696 always non-nil. (Bug#4052)
14697
14698 * replace.el (read-regexp): Return empty string when
14699 `default-value' is nil.
14700 (keep-lines-read-args): Don't use empty string as the
14701 default value for `read-regexp'. (Bug#2495)
14702
14703 2009-08-12 Juri Linkov <juri@jurta.org>
14704
14705 * international/mule-cmds.el (ucs-insert): Change arguments
14706 from `arg' to `character', `count', `inherit' to be the same
14707 as in `insert-char'. Doc fix. (Bug#4039)
14708
14709 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
14710
14711 2009-08-12 Juri Linkov <juri@jurta.org>
14712
14713 * files-x.el: New file.
14714
14715 * files.el: Move code that deals with adding/deleting
14716 file/directory-local variables to files-x.el.
14717
14718 * Makefile.in (ELCFILES): Add files-x.elc.
14719
14720 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
14721
14722 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
14723 to use `goto-line'.
14724 (gdb-place-breakpoints, gdb-get-location): Rewritten without
14725 `goto-line'.
14726 (gdb-invalidate-disassembly): Do not refresh upon receiving
14727 'update signal. Instead, update all disassembly buffers only after
14728 threads list.
14729 (gdb): Send -target-detach when buffer is killed (Bug#3794).
14730 (gdb-starting): Moved -data-list-register-names...
14731 (gdb-stopped): ...here so it's sent when first thread stops.
14732 (gdb-registers-handler-custom): Do nothing if register names are
14733 unknown yet.
14734
14735 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
14736 from `gdb-mi.el' to avoid extra tangling.
14737
14738 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
14739 change which breaks `gud-def' definitions used in `gdb'.
14740 (gdb-update-gud-running): No extra fuss for updating frame number.
14741
14742 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
14743
14744 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
14745 (describe-language-environment-map, setup-language-environment-map)
14746 (set-coding-system-map): Move initialization into declaration.
14747 (set-language-info-alist): Last arg to define-key-after can be skipped.
14748
14749 * international/quail.el (quail-completion-1): Simplify.
14750 (quail-define-rules): Use slightly more compact code.
14751 (quail-insert-decode-map): Propertize keys, compact columns.
14752
14753 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14754 Add goto-line.
14755
14756 2009-08-10 Miles Bader <miles@gnu.org>
14757
14758 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
14759 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
14760 (js2-instance-member, js2-private-member, js2-private-function-call)
14761 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
14762 (js2-magic-paren, js2-external-variable):
14763 Remove "-face" suffix from face names.
14764 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
14765 (js2-highlight-undeclared-vars, js2-peek-token)
14766 (js2-parse-function-params, js2-mode-show-errors)
14767 (js2-mode-show-warnings, js2-make-magic-delimiter)
14768 (js2-mode-highlight-magic-parens): Update to use new face names.
14769
14770 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
14771
14772 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
14773 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
14774
14775 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
14776
14777 * subr.el: Provide hashtable-print-readable.
14778
14779 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
14780 hs-c-like-adjust-block-beginning.
14781 (hs-hide-block-at-point): Stop hiding at the beginning of
14782 hs-block-end-regexp (Bug#700).
14783
14784 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
14785
14786 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
14787 a macro.
14788 (gdb-registers-handler-custom): Do not fail when register names
14789 are unavailable.
14790
14791 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
14792
14793 * progmodes/gdb-mi.el (gdb-control-all-threads)
14794 (gdb-control-current-thread): Interactive setters for
14795 `gdb-gud-control-all-threads' to use in menu.
14796 (gdb-show-run-p): Show «Go» when process is not active.
14797 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
14798 gud/thread.xpm and gud/all.xpm.
14799
14800 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
14801
14802 * net/net-utils.el (net-utils-font-lock-keywords): New var.
14803 (nslookup-font-lock-keywords): Make it a variable.
14804 (net-utils-mode): New mode for viewing diagnostic network output.
14805 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
14806 (net-utils-run-simple): New function.
14807 (ifconfig, iwconfig, netstat, arp, route): Use it.
14808
14809 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
14810
14811 * progmodes/gdb-mi.el (gdb-read-memory-custom)
14812 (gdb-memory-set-address, def-gdb-set-positive-number)
14813 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
14814 after changing settings.
14815 (gdb-invalidate-disassembly): Update when first shown.
14816 (gdb-edit-locals-value): Fixed.
14817 (gdb-registers-handler-custom): Print registers in right order and
14818 allow changing register values (only for current thread yet).
14819 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
14820 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
14821 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
14822 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
14823 info in mode name.
14824 (gdb-registers-mode-map): TAB to switch to locals.
14825
14826 2009-08-08 Eli Zaretskii <eliz@gnu.org>
14827
14828 * mail/rmail.el (rmail-add-mbox-headers)
14829 (rmail-set-message-counters-counter): Search for
14830 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
14831
14832 2009-08-08 Glenn Morris <rgm@gnu.org>
14833
14834 * Makefile.in (ELCFILES): Update.
14835
14836 2009-08-07 Eli Zaretskii <eliz@gnu.org>
14837
14838 * mail/sendmail.el (mail-yank-original): Set
14839 buffer-file-coding-system from the one used by the message whose
14840 text is yanked.
14841
14842 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
14843 to "windows" when "pgnuplot" is used.
14844 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
14845 call accept-process-output if "pgnuplot" is used.
14846 (calc-graph-init): Don't send -display and -geometry to
14847 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
14848 running "pgnuplot -V" with shell-command-to-string.
14849
14850 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
14851 the default.
14852
14853 2009-08-07 Eli Zaretskii <eliz@gnu.org>
14854
14855 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
14856 org/org-latex.elc.
14857
14858 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
14859
14860 * vc-dispatcher.el (vc-resynch-window): Update comment.
14861
14862 * term.el (term-handle-ansi-escape): Add comments with the
14863 terminfo capabilities implemented.
14864
14865 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
14866
14867 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
14868 (gdb-var-create-handler): Rewritten using JSON parser.
14869 (gdb-propertize-header): Moved earlier.
14870 (gdb-set-header): Removed to avoid duplication.
14871 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
14872 Refresh disassembly buffers only after threads list have been
14873 update.
14874 (gdb-threads-header, gdb-registers-header): Per-buffer header line
14875 variables.
14876
14877 2009-08-04 Juri Linkov <juri@jurta.org>
14878
14879 * files.el: Commands to add/delete file/directory-local variables.
14880 (read-file-local-variable, read-file-local-variable-value)
14881 (read-file-local-variable-mode, modify-file-local-variable)
14882 (modify-file-local-variable-prop-line)
14883 (modify-dir-local-variable): New functions.
14884 (add-file-local-variable, delete-file-local-variable)
14885 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
14886 (add-dir-local-variable, delete-dir-local-variable)
14887 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
14888 (copy-dir-locals-to-file-locals-prop-line): New commands.
14889
14890 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
14891
14892 * abbrev.el (insert-abbrev-table-description): Prettify output.
14893 Suggested by Karl Chen.
14894
14895 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
14896
14897 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
14898 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
14899 (gdb-overlay-arrow-position, gdb-thread-position)
14900 (gdb-disassembly-position): Declare variables.
14901 (gdb-wait-for-pending): Function now.
14902 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
14903 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
14904 compilation goes smoothly.
14905 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
14906 (gdb-non-stop-setting): New customization setting which replaces
14907 `gdb-non-stop' so changing it doesn't break active GDB session.
14908 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
14909 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
14910 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
14911 (gdb-show-threads-by-default): New customization options.
14912 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
14913 routines.
14914 (gdb-get-buffer-create): Send buffers update signal when they are
14915 created.
14916 (gdb-invalidate-locals, gdb-invalidate-registers)
14917 (gdb-invalidate-breakpoints)
14918 (gdb-invalidate-threads, gdb-invalidate-disassembly)
14919 (gdb-invalidate-memory): Accept update signal.
14920 (gdb-current-context-command): Use --frame option.
14921 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
14922 Implement `gdb-frame-number' selection logic.
14923 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
14924 whether to show GUD toolbar buttons.
14925 (gdb-thread-exited): Unselect current thread when it exits.
14926 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
14927 (gdb-mark-line): Routine which sets overlay arrow or inverses
14928 video on fringeless displays.
14929 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
14930 to build aligned columns of data in GDB buffers and set text
14931 properties line-by-line.
14932 (gdb-invalidate-breakpoints)
14933 (gdb-breakpoints-list-handler-custom)
14934 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
14935 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
14936 (gdb-registers-handler-custom): Align data columns.
14937 (gdb-locals-handler-custom): Now prints data like in variable
14938 declarations.
14939 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
14940 Removed confusing buttons.
14941 (gdb-invalidate-threads): Append --frame.
14942 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
14943 between breakpoints/threads buffers.
14944 (gdb-set-window-buffer): Now can ignore dedicated windows.
14945 (gdb-propertize-header): Use `gdb-set-window-buffer'.
14946 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
14947 (def-gdb-thread-buffer-gud-command): Replaces
14948 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
14949 for fine thread control.
14950 (gdb-preempt-existing-or-display-buffer): New function used to
14951 display bound buffers without breaking window layout.
14952 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
14953 (gdb-select-frame): New version of `gdb-frames-select' which now
14954 sets `gdb-frame-number' so commands may use --frame option instead
14955 of inner debugger state.
14956 (gdb-frame-handler): Do not set `gdb-frame-number'.
14957 (gdb-threads-mode-map): Select threads with mouse.
14958
14959 * progmodes/gud.el (gdb-gud-context-call): Declare function to
14960 avoid compilation warning.
14961 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
14962 `gdb-show-stop-p`.
14963
14964 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
14965 Argument `key' renamed to `buffer-type'.
14966 (gdb-current-context-buffer-name): Do not add thread info to
14967 buffer name when no thread is selected.
14968 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
14969 command (bug 3794).
14970 (gdb-thread-selected): Handle `=thread-selected' notification.
14971 (gdb-wait-for-pending): New macro to deal with congestion problems.
14972 (gdb-breakpoints-list-handler-custom): Don't fail on pending
14973 breakpoints.
14974 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
14975 This fixes problem similar to one described in bug 3947.
14976 (gud-menu-map): More menu items.
14977 (gdb-init-1): Reset `gdb-thread-number' to nil.
14978
14979 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
14980 non-stop settings.
14981
14982 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
14983 (gdb-current-context-command): Do not append --thread if
14984 `gdb-thread-number' is nil.
14985 (gdb-running-threads-count, gdb-stopped-threads-count): New
14986 variables.
14987 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
14988 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
14989 customization options.
14990 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
14991 GUD commands.
14992 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
14993 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
14994 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
14995 set `gdb-thread-number' and update `gud-running' properly.
14996 (gdb-running): Update threads list when new threads appear.
14997 (gdb-stopped): Support non-stop operation and new thread switching
14998 logic.
14999 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
15000 (gdb-json-partial-output): New set of JSON routines.
15001 (def-gdb-auto-update-trigger): New `signal-list' optional
15002 argument.
15003 (gdb-thread-list-handler-custom): Update `gud-running',
15004 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
15005 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
15006 (gdb-continue-thread, gdb-step-thread): New commands for fine
15007 thread execution control.
15008 (gud-menu-map): New menu items to switch non-stop options.
15009 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
15010 (gdb-send): Mimic RET properly (bug 3794).
15011
15012 * progmodes/gdb-mi.el (gdb-rules-name-maker)
15013 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
15014 gdb-buffer-rules.
15015 (def-gdb-auto-update-handler): New nopreserve optional argument.
15016 (gdb-stack-list-frames-custom): Print stack from top to bottom.
15017
15018 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
15019 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
15020 (gdb-parent-mode): New mode to derive other GDB modes from.
15021 (gdb-display-disassembly-for-thread)
15022 (gdb-frame-disassembly-for-thread): New commands for threads
15023 buffer.
15024
15025 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
15026 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
15027 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
15028 (gdb-update): We now store all GDB buffers in a list so that they
15029 can be updated by traversing a list instead of calling invalidate
15030 triggers explicitly.
15031 (def-gdb-trigger-and-handler): New macro to define trigger-handler
15032 pair for GDB buffer.
15033 (gdb-stack-buffer-name): Add thread information.
15034 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
15035 handle pending triggers.
15036 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
15037 (def-gdb-thread-buffer-simple-command)
15038 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
15039 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
15040 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
15041 New commands which show buffers bound to thread.
15042 (gdb-stack-list-locals-regexp): Removed unused regexp.
15043
15044 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
15045 (gdb-locals-buffer-name, gdb-registers-buffer-name)
15046 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
15047 to (gud-comint-buffer) in *-buffer-name functions
15048 because (gdb-get-target-string) already does that.
15049 (gdb-locals-handler-custom, gdb-registers-handler-custom)
15050 (gdb-changed-registers-handler): Rewritten without regexps.
15051
15052 * progmodes/gdb-mi.el: Basic thread selection support.
15053 (gdb-thread-number): New variable.
15054 (gdb-current-context-command): New macro which adds --thread
15055 option to command.
15056 (gdb-threads-mode-map): Select thread with SPC.
15057 (gdb-thread-list-handler-custom): Mark current thread with overlay
15058 arrow. Synchronize GDB thread and Emacs thread.
15059 (gdb-select-thread): New command which selects current thread.
15060 (gdb-invalidate-frames, gdb-invalidate-locals)
15061 (gdb-invalidate-registers): Use --thread option.
15062
15063 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
15064
15065 * net/tramp.el (top): Make check for tramp-gvfs loading more
15066 robust. (Bug#3977)
15067 (tramp-handle-insert-file-contents): `unwind-protect' must be
15068 inside `with-parsed-tramp-file-name'.
15069
15070 * net/tramp-gvfs.el (top): Remove superfluous message when loading
15071 fails.
15072
15073 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
15074
15075 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
15076 directory if CLASSPATH is not set.
15077
15078 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
15079
15080 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
15081 New defconst.
15082 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
15083
15084 2009-08-02 Kevin Ryde <user42@zip.com.au>
15085
15086 * net/newst-backend.el (newsticker--raw-url-list-defaults):
15087 Update freshmeat link. Delete newsforge.com as it seems gone.
15088
15089 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
15090
15091 * select.el (x-set-selection): Doc fix (Bug#4021).
15092
15093 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
15094
15095 * help-fns.el (describe-variable): Treat list return values from
15096 dir-locals-find-file properly (Bug#4005).
15097
15098 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
15099
15100 * net/tramp.el (tramp-debug-message): Print also microseconds.
15101
15102 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
15103
15104 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
15105 or END is non-nil.
15106 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
15107 (tramp-get-debug-buffer): Change `outline-regexp' according to new
15108 format.
15109
15110 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
15111 (tramp-get-file-property): Use it.
15112
15113 * autorevert.el (auto-revert-handler): Allow
15114 `auto-revert-tail-mode' for remote files.
15115
15116 2009-08-02 Jason Rumney <jasonr@gnu.org>
15117
15118 * minibuffer.el (read-file-name): Treat confirm options to
15119 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
15120
15121 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
15122
15123 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
15124 (font-lock-variable-name-face, font-lock-constant-face): Darken
15125 the colors for light backgrounds.
15126
15127 2009-08-01 Eli Zaretskii <eliz@gnu.org>
15128
15129 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
15130 month names. (Bug#3987)
15131
15132 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
15133
15134 * simple.el (line-move-finish): Pass whole number to
15135 line-move-to-column.
15136 (line-move-visual): Perform hscroll to the recorded position.
15137
15138 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
15139
15140 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
15141
15142 2009-07-29 Alan Mackenzie <acm@muc.de>
15143
15144 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
15145
15146 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
15147
15148 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
15149 (gdb-place-breakpoints): Use full path when setting breakpoints.
15150
15151 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
15152
15153 * calc/calc.el (calc-mode-map): Add keybinding for
15154 `calc-transpose-lines'.
15155
15156 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
15157
15158 * calc/calc-misc.el (calc-transpose-lines): New function.
15159
15160 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
15161
15162 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
15163 Simplify check for out-of-band methods.
15164 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
15165 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
15166
15167 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
15168
15169 * vc-git.el (vc-git-checkin): Fix typo.
15170
15171 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
15172
15173 * progmodes/js2-mode.el: New file.
15174
15175 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
15176
15177 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
15178 (gud-menu-map): Adjust tooltip accordingly.
15179
15180 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15181
15182 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
15183 (vc-bzr-log-view-mode): Adjust log-view-file-re.
15184
15185 * add-log.el (change-log-mode-map): Add a menu.
15186
15187 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
15188
15189 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
15190 function returns nil.
15191 (dbus-handle-event): Handle special return value :ignore.
15192 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
15193
15194 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
15195
15196 * view.el (view-mode-enable): Don't define Helper-return-blurb if
15197 it's not needed.
15198
15199 2009-07-25 Eli Zaretskii <eliz@gnu.org>
15200
15201 Fix Bug#3888:
15202
15203 * w32-vars.el (x-select-enable-clipboard): Doc fix.
15204
15205 * term/pc-win.el (x-display-name, x-colors)
15206 (x-select-enable-clipboard, x-select-text): Doc fix.
15207
15208 * term/common-win.el (x-display-name, x-colors): Doc fix.
15209
15210 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
15211 (xw-defined-colors): Doc fix.
15212
15213 * w32-fns.el (x-select-text, x-setup-function-keys)
15214 (x-get-selection, x-set-selection): Doc fix.
15215
15216 * term/x-win.el (x-select-text, x-setup-function-keys)
15217 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
15218
15219 * select.el (x-set-selection): Doc fix.
15220
15221 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
15222
15223 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
15224 instead of "IsNSSSupportAvailable". Avahi ought to work also when
15225 "IsNSSSupportAvailable" method is not available. Reported by
15226 Steve Youngs <steve@sxemacs.org>.
15227
15228 2009-07-24 Kenichi Handa <handa@m17n.org>
15229
15230 * international/characters.el: Fix setting of category ?C, ?|, ?K,
15231 and ?H. Fix setting of case for Latin Extended and Greek Extended.
15232 (build-unicode-category-table): Fix range checks.
15233
15234 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
15235
15236 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
15237 the buffer we try to sync is current when calling
15238 vc-resynch-buffer.
15239
15240 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
15241 not show up to date files.
15242
15243 2009-07-24 Glenn Morris <rgm@gnu.org>
15244
15245 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
15246 Add autoload cookies. If necessary, initialize.
15247 (elint-log): Handle non-file buffers.
15248 (elint-initialize): Add optional argument to reinitialize.
15249 (elint-find-builtin-variables): Save excursion.
15250
15251 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
15252
15253 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15254 for Lint.
15255
15256 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15257
15258 * vc.el (vc-print-log-internal): New function, split out from ...
15259 (vc-print-log): ... here.
15260 (vc-dir-move-to-goal-column): Declare.
15261
15262 * vc-git.el (vc-git-add-signoff): New variable.
15263 (vc-git-checkin): Use it.
15264 (vc-git-toggle-signoff): New function.
15265 (vc-git-extra-menu-map): Bind it to menu.
15266 (vc-git--run-command-string): Accept a nil FILE argument.
15267 (vc-git-stash-list): New function.
15268 (vc-git-dir-extra-headers): Use it.
15269
15270 2009-07-23 Glenn Morris <rgm@gnu.org>
15271
15272 * help-fns.el (describe-variable): Describe ignored and risky local
15273 variables in a similar way to that in which we describe safe ones.
15274
15275 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
15276 (byte-compile-output-file-form, byte-compile-output-docform)
15277 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
15278 Give some more local variables with common names a "bytecomp-" prefix,
15279 so as not to shadow things during compilation.
15280 * emacs-lisp/cl-macs.el (load-time-value)
15281 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
15282 `outbuffer' to `bytecomp-outbuffer'.
15283
15284 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
15285 since the next two variables cover them automatically now.
15286 (elint-builtin-variables, elint-autoloaded-variables): New.
15287 (elint-unknown-builtin-args): Remove all members, since they can be
15288 parsed automatically now.
15289 (elint-extra-errors): New.
15290 (elint-env-add-env, elint-env-add-macro): Use cadr.
15291 (elint-current-buffer): Use or. Change final message.
15292 (elint-get-top-forms): Use line-end-position.
15293 (elint-init-env): Use cadr. Handle autoload, declare-function,
15294 and defalias.
15295 (elint-add-required-env): Doc fix. Use or. Standardize error.
15296 (regexp-assoc): Remove unused function.
15297 (elint-top-form): Set elint-current-pos, to record the start of the
15298 top-level form, for compilation-mode.
15299 (elint-form): Trap errors in macro expansion. Use dolist.
15300 (elint-unbound-variable): Use elint-builtin-variables and
15301 elint-autoloaded-variables.
15302 (elint-get-args): Use cadr, or.
15303 (elint-check-cond-form): Use dolist, cadr.
15304 (elint-check-condition-case-form): Doc fix. Use cadr.
15305 Use elint-extra-errors.
15306 (elint-log): New function.
15307 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
15308 Distinguish errors and warnings.
15309 (elint-log-message): Use with-current-buffer. Inhibit read-only.
15310 Use a bytecomp-style format.
15311 (elint-clear-log): Preserve default-directory. Inhibit read-only.
15312 (elint-get-log-buffer): Use compilation mode. Disable undo.
15313 Don't truncate lines.
15314 (elint-initialize): Set builtin and autoloaded variable lists.
15315 Only process elint-unknown-builtin-args if non-nil.
15316 (elint-find-builtin-variables, elint-find-autoloaded-variables):
15317 New functions.
15318 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
15319
15320 2009-07-22 Kevin Ryde <user42@zip.com.au>
15321
15322 * net/newst-backend.el (newsticker--parse-atom-1.0)
15323 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
15324 (newsticker--parse-rss-1.0):
15325 * progmodes/idlwave.el (idlwave-mode):
15326 * progmodes/idlw-shell.el (idlwave-shell-mode):
15327 * progmodes/vera-mode.el (vera-mode):
15328 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
15329 * progmodes/vhdl-mode.el (vhdl-mode):
15330 * textmodes/table.el (table-generate-source)
15331 (table--warn-incompatibility):
15332 Hyperlink urls in docstrings with URL `...'.
15333
15334 2009-07-22 Glenn Morris <rgm@gnu.org>
15335
15336 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
15337 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
15338 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
15339 Remove leading * from defcustom docs.
15340
15341 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
15342
15343 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
15344 defcustom doc.
15345 (list-load-path-shadows): Optionally, just return shadows as a string.
15346
15347 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
15348
15349 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
15350
15351 * mail/rmailedit.el (rmail-edit-mode): Use
15352 auto-save-include-big-deletions.
15353
15354 * mail/rmail.el (rmail-variables): Use
15355 auto-save-include-big-deletions.
15356
15357 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
15358 changes.
15359
15360 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
15361
15362 * calc/calc.el (calc-undo-length): New variable.
15363 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
15364
15365 2009-07-21 Richard Stallman <rms@gnu.org>
15366
15367 * files.el (auto-save-mode): Handle buffer-save-size = -2
15368 for toggling mode.
15369
15370 2009-07-21 Glenn Morris <rgm@gnu.org>
15371
15372 * textmodes/ispell.el (ispell-looking-back): Update declaration.
15373
15374 * calendar/todo-mode.el (calendar-current-date): Update declaration.
15375
15376 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
15377 silence compiler. Instead...
15378 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
15379 (ps-print-ensure-fontified): Update for above function name changes.
15380
15381 * printing.el (pr-mh-get-msg-num, pr-mh-show)
15382 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
15383 silence compiler. Instead...
15384 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
15385 (mh-show-buffer): Only define for compiler.
15386 (pr-mh-current-message): Update for above function name changes.
15387
15388 * files.el (abort-if-file-too-large): Explicitly pass `filename'
15389 as an argument.
15390 (find-file-noselect, insert-file-1): Update for above change.
15391
15392 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
15393
15394 * mail/mailclient.el (mailclient-send-it): Fix message.
15395
15396 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
15397 (edebug-eval): Check cl-debug-env is bound.
15398 (print-level, print-circle): Don't redefine built-in variables.
15399
15400 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
15401 (custom-print-vectors): Remove old comments from doc.
15402
15403 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
15404 (emerge-version): Make the variable an obsolete alias for the
15405 emacs-version variable. Make the function obsolete.
15406 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
15407 Emerge options, rather than merging in into the main Options menu.
15408 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
15409 and auto advance modes. Disable edit/fast items when not relevant.
15410
15411 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
15412
15413 * term/vt420.el (terminal-init-vt420): Fix typo.
15414
15415 2009-07-20 Sam Steingold <sds@gnu.org>
15416
15417 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
15418 variable (removed from compile.el on 2004-03-11).
15419
15420 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
15421
15422 * files.el (hack-local-variables-filter): Fix last change.
15423
15424 2009-07-19 Juri Linkov <juri@jurta.org>
15425
15426 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
15427 (dir-local-variables-alist): New buffer-local variable.
15428 (hack-local-variables-filter): If variable is not dir-local,
15429 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
15430 because file-local overrides dir-local.
15431 (c-postprocess-file-styles) <declare-function>:
15432 Remove obsolete declaration.
15433 (hack-dir-local-variables): Add dir-local variable/value pair to
15434 `dir-local-variables-alist' and remove duplicates. Doc fix.
15435
15436 * help-fns.el (describe-variable): Add information about
15437 file-local and dir-local variables.
15438
15439 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
15440
15441 * files.el (hack-local-variables-filter): Rewrite.
15442
15443 2009-07-19 Glenn Morris <rgm@gnu.org>
15444
15445 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
15446 Silence compiler by only defining on XEmacs.
15447
15448 * international/mule.el (auto-coding-regexp-alist): Only match
15449 BABYL... at the start of buffer, not of lines. (Bug#3790)
15450
15451 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
15452 non-calendar buffers (Bug#3862). Restore "not on a date" message.
15453 (cal-menu-context-mouse-menu): Doc fix.
15454
15455 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
15456
15457 * simple.el (mail-user-agent): Doc fix. Set :version tag.
15458
15459 2009-07-18 Juri Linkov <juri@jurta.org>
15460
15461 * info.el: Virtual Info keyword finder.
15462 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
15463 (Info-finder-file): New variable.
15464 (Info-finder-find-file): New function.
15465 (finder-known-keywords, finder-package-info)
15466 (find-library-name, lm-commentary): Use defvar and
15467 declare-function to silence compiler warnings.
15468 (Info-finder-find-node): New function.
15469 (info-finder): New command.
15470
15471 * subr.el (process-kill-buffer-query-function): New function.
15472 (add-hook)<kill-buffer-query-functions>: Add hook
15473 `process-kill-buffer-query-function'.
15474
15475 2009-07-18 Alan Mackenzie <acm@muc.de>
15476
15477 * progmodes/cc-mode.el (c-before-hack-hook)
15478 (c-postprocess-file-styles): Give invocation of `c-set-style'
15479 DONT-OVERRIDE parameter of t. Already set style variables will
15480 thus not be overridden by style settings given by `c-file-syle'.
15481
15482 * files.el (hack-local-variables-filter): Remove entries with
15483 duplicate keys from `file-local-variables-alist'.
15484
15485 2009-07-18 Eli Zaretskii <eliz@gnu.org>
15486
15487 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
15488 x-set-selection if display-selections-p returns nil for the
15489 current frame.
15490
15491 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
15492
15493 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
15494
15495 2009-07-18 Eli Zaretskii <eliz@gnu.org>
15496
15497 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
15498 Accept nil in addition to a regexp.
15499 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
15500 Accept nil in addition to a regexp.
15501 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
15502 buffers that have an associated file. Handle nil values of
15503 desktop-buffers-not-to-save and desktop-files-not-to-save.
15504 (Bug#3833)
15505
15506 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15507 (x-disown-selection-internal): New functions.
15508
15509 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
15510
15511 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
15512 warning.
15513 (gdb-breakpoints-header): Move forward to avoid compiler warning.
15514 (gdb-make-header-line-mouse-map): Remove duplicate definition.
15515
15516 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
15517
15518 * simple.el (set-mark): Revert last change.
15519
15520 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
15521
15522 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
15523 rendering of pngs is not possible instead of messaging a long
15524 description.
15525
15526 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
15527
15528 * w32-fns.el (x-selection-owner-p): New function.
15529
15530 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
15531 (mouse-yank-at-click, mouse-yank-primary): If
15532 select-active-regions is non-nil, deactivate the mark before
15533 insertion.
15534
15535 * simple.el (deactivate-mark, set-mark): Only save selection if we
15536 own it.
15537
15538 2009-07-17 Kenichi Handa <handa@m17n.org>
15539
15540 * case-table.el (describe-buffer-case-table): Fix for the case
15541 that KEY is a cons.
15542
15543 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
15544
15545 * vc-rcs.el (vc-rcs-find-file-hook):
15546 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
15547
15548 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
15549
15550 * net/tramp.el (tramp-wait-for-output): Handle the case when
15551 commands do not return a newline but a null byte before the shell
15552 prompt. (Bug#3858)
15553
15554 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15555
15556 * term/ns-win.el (ns-set-alpha): Don't declare.
15557 (ns-set-background-alpha): Remove function.
15558
15559 2009-07-16 Kevin Ryde <user42@zip.com.au>
15560
15561 * emacs-lisp/copyright.el (copyright-update): Save match-data across
15562 y-or-n-p, for safety.
15563
15564 2009-07-16 Richard Stallman <rms@gnu.org>
15565
15566 * files.el (auto-save-mode): If buffer-saved-size is -2,
15567 don't clobber it.
15568
15569 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
15570 (rmail-retry-ignored-headers): Add more uninteresting fields.
15571
15572 2009-07-15 Jari Aalto <jari.aalto@cante.net>
15573
15574 * net/rcirc.el (rcirc): Use history variables.
15575 (rcirc-server-name-history, rcirc-nick-name-history)
15576 (rcirc-server-port-history): New variables.
15577
15578 2009-07-15 Kenichi Handa <handa@m17n.org>
15579
15580 * international/mule-cmds.el (set-language-environment-charset):
15581 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
15582 ignore them.
15583
15584 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
15585 Delete unibyte-display.
15586
15587 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
15588
15589 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
15590
15591 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
15592
15593 * simple.el (deactivate-mark): Optional argument FORCE.
15594 (set-mark): Use deactivate-mark.
15595
15596 * info.el (Info-search): No need to check transient-mark-mode
15597 before calling deactivate-mark.
15598
15599 * select.el (x-set-selection): Doc fix.
15600 (x-valid-simple-selection-p): Allow buffer values.
15601 (xselect--selection-bounds): Handle buffer values. Suggested by
15602 David De La Harpe Golden.
15603
15604 * mouse.el (mouse-set-region, mouse-drag-track): Call
15605 copy-region-as-kill before setting the mark, to let
15606 select-active-regions work.
15607
15608 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
15609
15610 * simple.el (deactivate-mark): If select-active-regions is
15611 non-nil, copy the selection data into a string.
15612 (activate-mark): If select-active-regions is non-nil, set the
15613 selection to the current buffer.
15614 (set-mark): Update selection if select-active-regions is non-nil.
15615
15616 * select.el (x-valid-simple-selection-p): Allow buffer values.
15617
15618 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
15619
15620 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
15621 and more featureful message-mode.
15622
15623 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
15624
15625 * select.el (x-set-selection): Doc fix.
15626 (x-valid-simple-selection-p): Disallow selection data consisting
15627 of a list or cons of integers, since that is not used.
15628 (xselect--selection-bounds, xselect--int-to-cons): New functions.
15629 (xselect-convert-to-string, xselect-convert-to-length)
15630 (xselect-convert-to-filename, xselect-convert-to-charpos)
15631 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
15632
15633 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
15634
15635 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
15636 output in -break-info command (Emacs bug #3794).
15637
15638 2009-07-14 Glenn Morris <rgm@gnu.org>
15639
15640 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
15641 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
15642 (edebug-print-length, edebug-print-level, edebug-print-circle)
15643 (edebug-sit-for-seconds, edebug-view-outside)
15644 (edebug-bounce-point, edebug-set-global-break-condition)
15645 (edebug-Go-nonstop-mode, edebug-trace-mode)
15646 (edebug-Trace-fast-mode, edebug-continue-mode)
15647 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
15648 (edebug-visit-eval-list): Doc fixes.
15649
15650 * subr.el (def-edebug-spec): Doc fix.
15651
15652 2009-07-14 Kenichi Handa <handa@m17n.org>
15653
15654 * international/characters.el: Fix setting of category ?C.
15655
15656 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
15657
15658 * term/ns-win.el (x-select-font): defalias x-select-font to
15659 ns-popup-font-panel instead of generate-fontset-menu.
15660
15661 2009-07-12 Eli Zaretskii <eliz@gnu.org>
15662
15663 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
15664
15665 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
15666
15667 * arc-mode.el (archive-find-type): Allow for a PK00 string before
15668 the PK\003\004 header (Bug#3770).
15669
15670 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
15671
15672 * pcomplete.el (pcomplete-comint-setup): Check for
15673 shell-dynamic-complete-filename too.
15674
15675 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
15676
15677 * simple.el (temporary-goal-column): Change the value for
15678 line-move-visual to a cons cell.
15679 (line-move-visual): Record or set the window hscroll, if
15680 necessary (Bug#3494).
15681 (line-move-1): Handle cons value of temporary-goal-column.
15682
15683 2009-07-11 Kenichi Handa <handa@m17n.org>
15684
15685 * international/mule-diag.el (describe-character-set): Don't show
15686 width.
15687
15688 2009-07-10 Sam Steingold <sds@gnu.org>
15689
15690 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15691 Omake sometimes indents the errors it prints, so allow all
15692 regexps to start with spaces.
15693
15694 2009-07-10 Eli Zaretskii <eliz@gnu.org>
15695
15696 * cus-edit.el (customize-changed-options-previous-release):
15697 Bump value to 22.1. (Bug#3804)
15698
15699 2009-07-08 Sam Steingold <sds@gnu.org>
15700
15701 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
15702 to be a cons cell (test . ignored-directory) to selectively ignore
15703 some directories depending on the location of the search.
15704
15705 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
15706
15707 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
15708 remote user is root, on the local host.
15709 (tramp-local-host-p): Either the local user or the remote user
15710 must be root. (Bug#3771)
15711
15712 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
15713
15714 * progmodes/gdb-mi.el (gdb): Remove description of
15715 gdb-use-separate-io-buffer.
15716 (menu): Don't allow toggling of or enable
15717 gdb-use-separate-io-buffer from menubar.
15718
15719 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
15720
15721 * mail/unrmail.el (unrmail): Make sure the message ends with two
15722 newlines (Bug#3769).
15723
15724 2009-07-08 Glenn Morris <rgm@gnu.org>
15725
15726 * calendar/calendar.el (calendar-current-date): Rework previous change.
15727
15728 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
15729
15730 * calendar/calendar.el (calendar-current-date):
15731 Add an optional argument giving an offset from today.
15732
15733 2009-07-08 Glenn Morris <rgm@gnu.org>
15734
15735 * tutorial.el (tutorial--describe-nonstandard-key):
15736 Adjust the message for when a key has been unbound.
15737 (help-with-tutorial): Hide the arch-tag.
15738
15739 2009-07-08 Kenichi Handa <handa@m17n.org>
15740
15741 * international/fontset.el (setup-default-fontset): For each
15742 script, append (not set) font-specs.
15743
15744 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
15745 docstring.
15746
15747 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
15748
15749 * progmodes/gdb-mi.el (gdb-init-1): Move sending
15750 -data-list-register-names to ...
15751 (gdb-starting): ... here because GDB 7.0 requires execution to
15752 have started when using this MI command.
15753 (gdb-set-header): New function to distinguish select and
15754 unselected tabs in gdb buffers.
15755 (gdb-propertize-header): New macro that uses gdb-set-header.
15756 (gdb-breakpoints-header, gdb-locals-header): Use it.
15757 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
15758
15759 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
15760
15761 * Makefile.in (ELCFILES): Remove fadr.elc.
15762
15763 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
15764
15765 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
15766 may contain frame information, so `string-match' should be used.
15767 (gdb-update): Disassembly is invalidated through
15768 `gdb-get-selected-frame'.
15769 (gdb-pad-string): New function to pad string with spaces.
15770 (gdb-invalidate-disassembly): Invalidate only if the buffer
15771 exists.
15772 (gdb-disassembly-handler-custom): Column alignment.
15773 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
15774 placing new ones.
15775 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
15776 end of line, too.
15777 (gdb-frame-handler): Match convention to for disassembly buffer
15778 mode name.
15779 (gdb-stack-list-frames-handler): Rewritten without regexps.
15780 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
15781 not highlight breakpoints without line information.
15782 (gdb-input): Add trailing newline to command.
15783
15784 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
15785 buffer properly.
15786 (gdb-breakpoints-list-handler-custom): Replacement for
15787 `gdb-break-list-handler'. Using real parser instead of regexps
15788 now.
15789 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
15790 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
15791 to place breakpoints.
15792 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
15793 functions.
15794 (gdb-disassembly-handler-custom): Show overlay arrow.
15795 (gdb-disassembly-place-breakpoints): Show breakpoints in
15796 disassembly buffer.
15797 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15798 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
15799 instead of parsing breakpoints buffer. Fixed old menu references
15800 in `gud-menu-map'.
15801
15802 * fadr.el: Remove.
15803
15804 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
15805 (gdb-memory-address): New variable which holds top address of
15806 memory page shown in memory buffer.
15807 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
15808 customization variables.
15809 New functions:
15810 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
15811 display the memory buffer.
15812 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
15813 buffer display parameters.
15814 (def-gdb-memory-format, gdb-memory-format-binary)
15815 (gdb-memory-format-octal, gdb-memory-format-unsigned)
15816 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
15817 Functions for setting memory buffer format.
15818 (gdb-memory-unit-word, gdb-memory-unit-halfword)
15819 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
15820 unit size used in memory buffer.
15821 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
15822 to next/previous page of memory buffer.
15823 Now using (bindat-get-field) instead of fadr functions.
15824
15825 2009-07-07 Sam Steingold <sds@gnu.org>
15826
15827 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
15828 non-top-level files.
15829
15830 2009-07-07 Kenichi Handa <handa@m17n.org>
15831
15832 * international/mule-cmds.el (reset-language-environment): Put
15833 the highset priority to the charset iso-8859-1.
15834
15835 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
15836
15837 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
15838 to the end of the line when locating the block (Bug#700).
15839
15840 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
15841
15842 * net/tramp.el (tramp-handle-write-region): Flush file properties
15843 in case of short track.
15844
15845 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
15846
15847 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
15848 Coded custom representation of verilog error regular expressions
15849 to work with Emacs-22's new format.
15850 (verilog-error-regexp-xemacs-alist): Coded custom representation
15851 of verilog error regular expressions to work with XEmacs format.
15852 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
15853 error recognition into XEmacs.
15854 (verilog-error-regexp-add-emacs): Hook routine to install verilog
15855 error recognition into Emacs-22.
15856
15857 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
15858
15859 * woman.el: Remove stand-alone closing parentheses.
15860 (woman-file-name, woman2-format-paragraphs)
15861 (woman-leave-blank-lines): Code cleanup.
15862 (woman-use-own-frame): Change default to nil.
15863 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
15864 defaults to inherit from default faces.
15865 (woman2-process-escapes): Consume the newline after a stand-alone
15866 filler character (Bug#3651).
15867
15868 2009-07-06 Glenn Morris <rgm@gnu.org>
15869
15870 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
15871 (top-level): Move provide to the end.
15872 (ffap): Remove defunct URL from custom group.
15873
15874 * subr.el (eval-after-load): Doc fix.
15875
15876 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
15877
15878 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
15879 `calc-embedded-word' is called twice.
15880
15881 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15882
15883 * files.el (find-alternate-file-other-window, find-alternate-file):
15884 Obey confirm-nonexistent-file-or-buffer.
15885
15886 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
15887
15888 * dired-aux.el (dired-show-file-type): Handle remote files.
15889
15890 2009-07-05 Jari Aalto <jari.aalto@cante.net>
15891
15892 * desktop.el (desktop-globals-to-save):
15893 Add file-name-history (Bug#2750).
15894
15895 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
15896
15897 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
15898
15899 2009-07-04 Johan Bockgård <bojohan@gnu.org>
15900
15901 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
15902 property on entire argument since this is what eshell-lisp-command
15903 expects.
15904
15905 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
15906
15907 * net/tramp-gvfs.el (tramp-gvfs-methods)
15908 (tramp-gvfs-zeroconf-domain)
15909 (tramp-bluez-discover-devices-timeout): Add version flag.
15910 (tramp-gvfs-handler-mounted-unmounted)
15911 (tramp-gvfs-connection-mounted-p): Polish handling of
15912 incompatibilities between GVFS 0.2 and 1.0.
15913
15914 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
15915
15916 * cus-start.el (all): Add make-pointer-invisible.
15917
15918 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
15919
15920 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
15921 formatted correctly.
15922
15923 2009-07-02 Juri Linkov <juri@jurta.org>
15924
15925 * info.el: Virtual Info files and nodes.
15926 (Info-virtual-files, Info-virtual-nodes): New variables.
15927 (Info-current-node-virtual): New variable.
15928 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
15929 New functions.
15930 (Info-file-supports-index-cookies): Use Info-virtual-file-p
15931 to check for a virtual file instead of checking a fixed list
15932 of node names.
15933 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
15934 instead of ad-hoc processing of "dir" and (apropos history toc).
15935 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
15936 instead of ad-hoc processing of "dir" and (apropos history toc).
15937 Reread a file when moving from a virtual node.
15938 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
15939 (Info-directory-toc-nodes, Info-directory-find-file)
15940 (Info-directory-find-node): New functions.
15941 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
15942 (Info-history): Move part of code to
15943 `Info-history-find-node'.
15944 (Info-history-toc-nodes, Info-history-find-file)
15945 (Info-history-find-node): New functions.
15946 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
15947 (Info-toc): Move part of code to `Info-toc-find-node'.
15948 (Info-toc-find-node): New function.
15949 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
15950 the current Info file name to references because now the node
15951 "*TOC*" belongs to the same Info manual.
15952 (Info-toc-build): Rename from `Info-build-toc'.
15953 (Info-toc-nodes): Rename input argument `file' to `filename'.
15954 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
15955 instead of ad-hoc processing of ("dir" apropos history toc).
15956 (Info-index-nodes): Use Info-virtual-file-p
15957 to check for a virtual file instead of checking a fixed list
15958 of node names.
15959 (Info-index-node): Add check for `Info-current-node-virtual'.
15960 Raise `save-match-data' higher up the tree to contain
15961 `search-forward' too (bug fix).
15962 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
15963 (Info-virtual-index-nodes): New variable.
15964 (Info-virtual-index-find-node, Info-virtual-index): New functions.
15965 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
15966 (Info-apropos-file, Info-apropos-nodes): New variables.
15967 (Info-apropos-toc-nodes, Info-apropos-find-file)
15968 (Info-apropos-find-node, Info-apropos-matches): New functions.
15969 (info-apropos): Move part of code to `Info-apropos-find-node' and
15970 `Info-apropos-matches'.
15971 (Info-mode-map): Bind "I" to `Info-virtual-index'.
15972 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
15973 for a virtual file instead of checking a fixed list of node names.
15974
15975 * simple.el (async-shell-command): New command.
15976
15977 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
15978
15979 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
15980 instead of `mount-info'.
15981
15982 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
15983
15984 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
15985 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
15986
15987 2009-07-02 Kenichi Handa <handa@m17n.org>
15988
15989 * international/mule.el (set-keyboard-coding-system): Force *-unix
15990 coding-system to avoid eol conversion.
15991
15992 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
15993
15994 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
15995 Add handler for `process-file', `shell-command' and
15996 `start-file-process'.
15997 (tramp-gvfs-handle-shell-command)
15998 (tramp-gvfs-handle-start-file-process)
15999 (tramp-gvfs-handle-process-file): New defuns.
16000 (tramp-synce-list-devices): Simplify check for existence of property.
16001
16002 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
16003
16004 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
16005
16006 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
16007
16008 * language/korean.el (set-language-info-alist): Add korean-cp949,
16009 cp949 to spec.
16010
16011 2009-07-01 Kenichi Handa <handa@m17n.org>
16012
16013 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
16014
16015 * international/encoded-kb.el: Deleted.
16016
16017 * international/mule.el (set-keyboard-coding-system): Perform the
16018 necessary setup here instead of calling encoded-kbd-setup-display.
16019
16020 2009-07-01 Glenn Morris <rgm@gnu.org>
16021
16022 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
16023
16024 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
16025
16026 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
16027
16028 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
16029
16030 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
16031 Handle also the 'rename case, when setting file modes. (Bug#3712)
16032 (tramp-default-file-modes): Remove execute permissions.
16033
16034 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
16035 (top): Add a default for "synce" in `tramp-default-user-alist'.
16036 Add completion function for "synce" method.
16037 (tramp-hal-service, tramp-hal-path-manager)
16038 (tramp-hal-interface-manager, tramp-hal-interface-device):
16039 New defconst.
16040 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
16041 (tramp-synce-list-devices, tramp-synce-parse-device-names):
16042 New defuns.
16043
16044 * net/trampver.el: Update release number.
16045
16046 2009-06-30 Kenichi Handa <handa@m17n.org>
16047
16048 * international/fontset.el (setup-default-fontset): Add CJK fonts
16049 for symbols and the other miscellaneous characters.
16050
16051 * language/korea-util.el (setup-korean-environment-internal):
16052 Make char-width-table suitable for Korean environments.
16053 (exit-korean-environment): Cancel above.
16054
16055 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
16056 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
16057 setup-function to make char-width-table suitable for respective
16058 environments, and an exit-function to cancel that.
16059
16060 * language/japan-util.el (setup-japanese-environment-internal):
16061 Call use-cjk-char-width-table with arg `ja_JP'.
16062
16063 * international/characters.el (cjk-char-width-table): Delete it.
16064 (cjk-char-width-table-list): New variable.
16065 (use-cjk-char-width-table): New arg local-name.
16066 (use-default-char-width-table): Fix for the case that Emacs is
16067 already using the default char-width-table.
16068
16069 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
16070
16071 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
16072 modes mandatory. (Bug#3712)
16073
16074 2009-06-29 Alan Mackenzie <acm@muc.de>
16075
16076 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
16077 correction between the visible width of TABs and their number of bytes.
16078
16079 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
16080
16081 * server.el (server-buffer-done): Prevent kill-buffer from
16082 prompting by clearing the buffer modification flag (Bug#3696).
16083
16084 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
16085
16086 * progmodes/verilog-mode.el (verilog-beg-of-statement)
16087 (verilog-endcomment-reason-re): Support unique case and priority case.
16088 (verilog-basic-complete-re): Support localparam lineup.
16089 (verilog-beg-of-statement-1): Fix for robustness, unique case.
16090 (verilog-set-auto-endcomments): Fix for unique case, always_comb
16091 commenting.
16092 (verilog-leap-to-case-head): Now support *nested* unique &
16093 priority case statements.
16094 (verilog-auto-lineup): Make just declarations the default (as it
16095 had been).
16096 (verilog-leap-to-case-head): Support priority/unique case statements.
16097 (verilog-auto-lineup): Rework to give users radio buttons to
16098 select the various styles of automatic lineup.
16099 (verilog-error-regexp-alist): Rework to support the XEmacs style
16100 of error regular expressions from compilers, lint tools &
16101 simulators. Note that GNU Emacs has made it impossible for a mode
16102 to load such things.
16103 (electric-verilog-terminate-line, verilog-indent-declaration)
16104 (verilog-auto-wiure): Rework for radio button selection of
16105 auto-lineup selection of specification of auto lineup.
16106 (verilog-beg-of-statement-1): Redesign to support proper operation
16107 in additional code, based on testing with auto-lineup.
16108 (verilog-calculate-indent, assignments & declarations)
16109 (verilog-backward-token): Enhance to support auto-lineup of
16110 assignments & declarations.
16111 (verilog-in-directive-p, verilog-at-struct-p): New function for
16112 easy test of whether we are.
16113 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
16114 to support safe execution at almost anyline.
16115 (verilog-calc-1): Properly support indenting deep inside generate
16116 blocks.
16117 (verilog-init-font): Remove definition & use of verilog-init-font,
16118 as it is redundant with font-lock-defaults.
16119 (verilog-mode): Alter the definition of verilog-font-lock-defaults
16120 to avoid circular calls if syntax-ppss is a function (as is the
16121 case now in 22.x GNU Emacs) as that function would sometimes call
16122 itself, leading to (nearly) infinite recursion.
16123 (verilog-ovm-begin-re, verilog-ovm-end-re)
16124 (verilog-ovm-statement-re, verilog-leap-to-head)
16125 (verilog-backward-token): Add support for OVM macros. Some are
16126 complete statements, and others open and close scopes like begin
16127 and end.
16128 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
16129 (verilog-defun-level-generate-only-re): Really fix the defun-list
16130 compilation issue.
16131 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
16132 coverpoint, constraint and cross statements.
16133 (verilog-defun-level-list, verilog-generate-defun-level-list)
16134 (verilog-all-defun-level-list): Redo these specifications - it is
16135 too hard to support eval-when compile aggregation of lists also
16136 built at when-compile time.
16137 (verilog-defun-level-list): Place defconsts of variables used in
16138 building regular expressions which are built in eval-when-compile
16139 bodies in the same eval-when-compile body to facilitate compile
16140 without load.
16141 (verilog-beg-block-re-ordered): Support indenting
16142 virtual/protected tasks and functions.
16143 (verilog-defun-level-list, verilog-in-generate-region-p)
16144 (verilog-backward-ws&directives, verilog-calc-1): Speed up
16145 indentation of some module items (generate items).
16146 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
16147 across virtual/protected tasks and functions.
16148
16149 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
16150
16151 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
16152 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
16153 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
16154 in concatenations. Reported by Yishay Belkind.
16155 (verilog-auto-ascii-enum): Support one-hot state machines in
16156 AUTOASCIIENUM. Suggested by Lloyd Gomez.
16157 (verilog-auto-inst, verilog-auto-inst-port): Include interface
16158 modport in AUTOINST and add vl-modport for users. Reported by
16159 David Rogoff.
16160 (verilog-auto-inout-module, verilog-auto-inst)
16161 (verilog-decls-get-interfaces, verilog-insert-definition)
16162 (verilog-insert-one-definition, verilog-read-decls)
16163 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
16164 (verilog-sig-modport, verilog-signals-combine-bus)
16165 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
16166 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
16167 Suggested by David Rogoff.
16168 (verilog-repair-open-comma): Fix non-insertion of comma when
16169 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
16170 (verilog-make-width-expression): Simplify [A-1:0] expression
16171 widths to just {A{1'b0}}.
16172 (verilog-mode): Cleanup checkdoc warnings.
16173 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
16174 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
16175 inputs/outputs or data type. Suggested by Vasu Kandadi.
16176 (next-error-last-buffer): Fix byte-compiler warning.
16177 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
16178 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
16179 or shell command text during AUTO expansion. Suggested by Tad Truex.
16180 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
16181 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
16182 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
16183 in AUTOINOUT. Reported by Matthew Lovell.
16184 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
16185 causing use of <= assignments. Reported by Alex Reed.
16186 (verilog-read-decls): Fix triand, trior, wand, wor to be
16187 recognized by AUTOWIRE. Reported by Spencer Isaacson.
16188 (verilog-extended-complete-re): Support import "DPI-C" functions.
16189 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
16190 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
16191 (verilog-insert-date, verilog-insert-year)
16192 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
16193 Windows systems. Reported by Michael Potts.
16194 (verilog-read-module-name): Fix AUTOINST when the child module
16195 declaration's name is a tick define. Reported by Elliot Mednick.
16196 (verilog-read-decls): Fix V2K parameter bit subscripts getting
16197 passed to next parameter's definition. Reported by Bruce T.
16198 (verilog-read-decls): Fix detecting "parameter int" when using
16199 AUTOINSTPARAM. Reported by Bruce T.
16200 (verilog-goto-defun): Fix goto not finding modules unless first
16201 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
16202 (verilog-mode): Expand -f flag arguments on entry to mode so
16203 verilog-goto-defun will work. Reported by Lawrence Butcher.
16204 (verilog-getopt): Expand environment variables in -f file
16205 arguments. Suggested by Lawrence Butcher.
16206 (verilog-set-define): Fix "Symbol's value as variable is void"
16207 when reading enumerations.
16208 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
16209 Suggested by Stephen Peltan.
16210 (verilog-read-defines): Fix reading of enumerations in include
16211 files. Reported by Steve Peltan.
16212
16213 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
16214
16215 * files.el (trash-directory): Fix defcustom type.
16216
16217 2009-06-28 Juri Linkov <juri@jurta.org>
16218
16219 * help-fns.el (describe-function-1): Correctly locate adviced
16220 functions in hyperlink (Bug#2438).
16221
16222 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
16223
16224 * files.el (trash-directory): Change default to nil.
16225 (move-file-to-trash): If trash-directory is nil and
16226 system-move-file-to-trash is unbound, perform freedesktop-style
16227 trashing.
16228
16229 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
16230
16231 * files.el (move-file-to-trash): Add freedesktop trash
16232 support (Bug#973).
16233
16234 2009-06-28 Glenn Morris <rgm@gnu.org>
16235
16236 * autorevert.el (global-auto-revert-non-file-buffers)
16237 (global-auto-revert-mode): Doc fixes.
16238
16239 2009-06-27 Johan Bockgård <bojohan@gnu.org>
16240
16241 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
16242
16243 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
16244
16245 * faces.el (x-handle-named-frame-geometry): Ensure that we have
16246 opened an X connection before calling x-get-resource (Bug#3194).
16247
16248 * play/doctor.el: Remove reference to obsolete website.
16249 (make-doctor-variables): Correct grammar mistake (Bug#2633).
16250
16251 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
16252
16253 Remove find-file-not-found-hook VC method. (Bug#2757)
16254 * vc-hooks.el (vc-file-not-found-hook)
16255 (vc-default-find-file-not-found-hook): Remove functions.
16256 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
16257 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
16258 * vc.el:
16259 * vc-hg.el:
16260 * vc-git.el: Do not mention find-file-not-found-hook VC method.
16261
16262 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
16263
16264 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
16265 compatibility function for `looking-back'.
16266
16267 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
16268 Use `ispell-looking-back'.
16269
16270 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
16271
16272 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
16273 rather than `filename'.
16274
16275 2009-06-23 Miles Bader <miles@gnu.org>
16276
16277 * face-remap.el (text-scale-set): New function.
16278
16279 2009-06-23 Glenn Morris <rgm@gnu.org>
16280
16281 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
16282
16283 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
16284
16285 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
16286
16287 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
16288
16289 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
16290 Simplify Persian conditionals.
16291
16292 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
16293 variable `filename'.
16294
16295 * comint.el (comint-insert-input): Doc fix.
16296
16297 * Makefile.in (ELCFILES): Fix typo in previous change.
16298
16299 2009-06-23 Miles Bader <miles@gnu.org>
16300
16301 * cus-start.el: Add entry for `recenter-redisplay'.
16302
16303 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
16304
16305 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
16306 Add an optional argument for the backend, use it instead of
16307 calling vc-backend.
16308 (vc-mode-line): Add an optional argument for the backend.
16309 Pass the backend to vc-state and vc-working-revision. Move code for
16310 special handling for vc-state being a buffer to ...
16311
16312 * vc-rcs.el (vc-rcs-find-file-hook):
16313 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
16314
16315 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
16316 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
16317 vc-stay-local-p and vc-mode-line calls.
16318
16319 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
16320 (vc-cvs-diff, vc-cvs-annotate-command)
16321 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
16322 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
16323 vc-mode-line calls.
16324
16325 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
16326 direct comparison.
16327 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
16328 backend when calling vc-mode-line.
16329 (vc-register): Do not create a closure for calling the vc register
16330 function, call it directly.
16331
16332 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
16333
16334 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
16335 to make it obvious item can be clicked.
16336
16337 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
16338
16339 2009-06-23 Kenichi Handa <handa@m17n.org>
16340
16341 * language/korea-util.el (korean-key-bindings): Change the binding
16342 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
16343 same command.
16344
16345 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
16346
16347 Sync with Tramp 2.1.16.
16348
16349 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
16350
16351 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
16352 when a loading of a package fails. Completion function for rsync
16353 is `tramp-completion-function-alist-ssh'.
16354 (all): Replace all calls of `split-string' and
16355 `tramp-split-string' by `tramp-compat-split-string'.
16356 (tramp-default-method): Use `tramp-compat-process-running-p'.
16357 (tramp-default-proxies-alist): Allow also Lisp forms.
16358 (tramp-remote-path): Add choice "Private Directories".
16359 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
16360 (tramp-domain-regexp): Allow also "-", "_" and ".".
16361 (tramp-end-of-output): Remove newlines, and add "$" at the end.
16362 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
16363 (tramp-debug-message): Insert header line in debug buffer.
16364 (tramp-handle-directory-files-and-attributes-with-stat):
16365 Care about filenames with spaces, or starting with "-".
16366 (tramp-handle-dired-uncache): New defun.
16367 (tramp-handle-insert-directory): Don't flush the directory from
16368 cache, this is handled by `dired-uncache' now.
16369 (tramp-handle-insert-file-contents): Improve error handling.
16370 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
16371 Quote `tramp-end-of-output'.
16372 (tramp-action-password): Improve trace message.
16373 (tramp-check-for-regexp): Both echoes must be present, before removing.
16374 (tramp-open-connection-setup-interactive-shell): Trace coding system.
16375 (tramp-compute-multi-hops): Eval cons cells of
16376 `tramp-default-proxies-alist'.
16377 (tramp-maybe-open-connection): Use the same command pattern for
16378 first hop and further hops.
16379 (tramp-wait-for-output): Remove handling of newlines.
16380 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
16381 (tramp-split-string): Remove function. It is handled in
16382 tramp-compat now.
16383
16384 * net/tramp-cmds.el (tramp-bug):
16385 Recommend `tramp-cleanup-all-connections' in the bug mail.
16386
16387 * net/tramp-compat.el (tramp-compat-split-string)
16388 (tramp-compat-process-running-p): New defuns.
16389
16390 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
16391 for `dired-uncache'.
16392
16393 * net/tramp-gvfs.el: New package.
16394
16395 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
16396 Add handler for `dired-uncache'.
16397 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
16398
16399 * net/trampver.el: Update release number. Make version check fit
16400 for SXEmacs 22.
16401
16402 2009-06-22 Jim Meyering <meyering@redhat.com>
16403
16404 Automatically handle .xz suffix (XZ-compressed files), too.
16405 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
16406 XZ is the successor to LZMA: <http://tukaani.org/xz/>
16407
16408 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
16409 Nick Roberts <nickrob@snap.net.nz>
16410
16411 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
16412 repository (http://sphinx.net.ru/hg/gdb-mi/).
16413
16414 2009-06-22 Glenn Morris <rgm@gnu.org>
16415
16416 * files.el (dir-locals-collect-mode-variables): Allow for any number of
16417 `mode' and `eval' entries. (Bug#3430)
16418
16419 * Makefile.in (ELCFILES): Add fadr.elc.
16420
16421 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
16422 differing behavior of \n and ^ in strings. (Bug#3385)
16423
16424 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
16425
16426 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
16427 property.
16428 (lisp-indent-function): Make it a defcustom.
16429
16430 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
16431
16432 * progmodes/gdb-ui.el: Replace with ...
16433 * progmodes/gdb-mi.el: ... this file.
16434 * progmodes/gud.el: Modify for gdb-mi.el.
16435
16436 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
16437
16438 * fadr.el: New file.
16439
16440 See ChangeLog.14 for earlier changes.
16441
16442 ;; Local Variables:
16443 ;; coding: utf-8
16444 ;; End:
16445
16446 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
16447
16448 This file is part of GNU Emacs.
16449
16450 GNU Emacs is free software: you can redistribute it and/or modify
16451 it under the terms of the GNU General Public License as published by
16452 the Free Software Foundation, either version 3 of the License, or
16453 (at your option) any later version.
16454
16455 GNU Emacs is distributed in the hope that it will be useful,
16456 but WITHOUT ANY WARRANTY; without even the implied warranty of
16457 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16458 GNU General Public License for more details.
16459
16460 You should have received a copy of the GNU General Public License
16461 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
16462
16463 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1