]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
merge changes in emacs-23 branch
[gnu-emacs] / lisp / ChangeLog
1 2010-08-31 Kenichi Handa <handa@m17n.org>
2
3 * international/mule-cmds.el (standard-display-european-internal):
4 Setup standard-display-table for 8-bit characters by storing 8-bit
5 characters in the element vector.
6
7 * disp-table.el (standard-display-8bit): Setup
8 standard-display-table for 8-bit characters by storing 8-bit
9 characters in the element vector.
10 (standard-display-european): Likewise.
11
12 2010-08-31 Masatake YAMATO <yamato@redhat.com>
13
14 * textmodes/nroff-mode.el (nroff-view): New command.
15 (nroff-mode-map): Bind it to C-c C-c.
16
17 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
18
19 * emacs-lisp/smie.el (smie-down-list): New command.
20
21 Remove old indentation and navigation code on octave-mode.
22 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
23 smie-down-list rather than add a binding for octave-down-block.
24 (octave-mark-block, octave-blink-matching-block-open):
25 Rely on forward-sexp-function.
26 (octave-fill-paragraph): Don't narrow, so you can use
27 indent-according-to-mode.
28 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
29 (octave-in-block-p, octave-re-search-forward-kw)
30 (octave-re-search-backward-kw, octave-indent-calculate)
31 (octave-end-as-array-index-p, octave-block-end-offset)
32 (octave-scan-blocks, octave-forward-block, octave-backward-block)
33 (octave-down-block, octave-backward-up-block, octave-up-block)
34 (octave-before-magic-comment-p, octave-indent-line): Remove.
35
36 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
37
38 * emacs-lisp/package.el (package--read-archive-file): Just use
39 `read', to avoid copying an additional string.
40 (package-menu-mode): Set header-line-format here.
41 (package-menu-refresh, package-menu-revert): Signal an error if
42 not in the Package Menu.
43 (package-menu-package-list): New var.
44 (package--generate-package-list): Operate on the current buffer;
45 don't assume that it is *Packages*, since the user may rename it.
46 Allow persistent package listings and sort keys using
47 package-menu-package-list and package-menu-package-sort-key.
48 (package-menu--version-predicate): Fix version calculation.
49 (package-menu-sort-by-column): Don't select the window.
50 (package--list-packages): Create the *Packages* buffer.
51 Set package-menu-package-list-key.
52 (list-packages): Sorting by status is now the default.
53 (package-buffer-info): Use match-string-no-properties.
54 (define-package): Add a &rest argument for future proofing, but
55 don't use it yet.
56 (package-install-from-buffer, package-install-buffer-internal):
57 Merge into a single function, package-install-from-buffer.
58 (package-install-file): Change caller.
59
60 * finder.el: Load finder-inf using `require'.
61 (finder-list-matches): Sorting by status is now the default.
62 (finder-compile-keywords): Simpify printing.
63
64 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
65
66 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
67 (octave-mode-map): Remove special bindings for forward/backward-block
68 and octave-backward-up-block. Use smie-close-block.
69 (octave-continuation-marker-regexp): New var.
70 (octave-continuation-regexp): Use it.
71 (octave-operator-table, octave-smie-op-levels)
72 (octave-operator-regexp, octave-smie-indent-rules): New vars.
73 (octave-smie-backward-token, octave-smie-forward-token): New funs.
74 (octave-mode): Use SMIE.
75 (octave-close-block): Delete.
76
77 2010-08-30 Eli Zaretskii <eliz@gnu.org>
78
79 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
80 CLIPBOARD, not in PRIMARY. (Bug#6944)
81
82 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
83
84 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
85 a list of parents.
86 (smie-indent-column): Allow indirection through variables.
87
88 * composite.el (save-buffer-state): Delete, unused.
89 * font-lock.el (save-buffer-state): Use with-silent-modifications.
90 (font-lock-default-fontify-region): Use with-syntax-table.
91 * jit-lock.el (with-buffer-unmodified): Remove.
92 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
93
94 Use `declare' in defmacros.
95 * window.el (save-selected-window):
96 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
97 * progmodes/python.el (def-python-skeleton):
98 * net/dbus.el (dbus-ignore-errors):
99 * jka-cmpr-hook.el (with-auto-compression-mode):
100 * international/mule.el (with-category-table):
101 * emacs-lisp/timer.el (with-timeout):
102 * emacs-lisp/lisp-mnt.el (lm-with-file):
103 * emacs-lisp/eieio.el (with-slots):
104 * emacs-lisp/easymenu.el (easy-menu-define):
105 * emacs-lisp/debug.el (debugger-env-macro):
106 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
107 (Multiple-value-call, Multiple-value-prog1):
108 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
109 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
110 edebug rule to definition.
111 * emacs-lisp/lisp-mode.el (save-selected-window)
112 (with-current-buffer, combine-after-change-calls)
113 (with-output-to-string, with-temp-file, with-temp-buffer)
114 (with-temp-message, with-syntax-table, read-if, eval-after-load)
115 (dolist, dotimes, when, unless):
116 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
117
118 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
119
120 * finder.el: Require `package'.
121 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
122 (finder-package-info): Var deleted.
123 (finder-keywords-hash, finder--builtins-alist): New vars.
124 (finder-compile-keywords): Compute package--builtins and
125 finder-keywords-hash instead of finder-keywords-hash, respecting
126 the "Package" header.
127 (finder-unknown-keywords, finder-list-matches):
128 Use finder-keywords-hash and package--list-packages.
129 (finder-mode): Don't set font-lock-defaults.
130 (finder-exit): We don't use "*Finder-package*" and "*Finder
131 Category*" buffers anymore.
132
133 * emacs-lisp/package.el (package--builtins-base): Var deleted.
134 (package--builtins): Set default value to nil.
135 (package-initialize): Load precomputed value of package--builtins
136 from finder-inf.el.
137 (package-alist, package-compute-transaction)
138 (package-download-transaction): Improve docstring.
139 (package-read-all-archive-contents): Do not change
140 package--builtins here.
141 (list-packages): Make package-list-packages an alias for this.
142 Sort by status by default.
143 (package--list-packages): Add optional PACKAGES arg.
144 (describe-package-1): Use font-lock-face property. For built-in
145 packages, insert file commentary.
146 (package--generate-package-list): Rename from
147 package-list-packages-internal; all callers changed. Add optional
148 PACKAGES arg. Add alphabetical sort fallbacks.
149 (package-menu--version-predicate, package-menu--status-predicate)
150 (package-menu--description-predicate)
151 (package-menu--name-predicate): New functions.
152
153 * info.el (Info-finder-find-node): Search package-alist instead of
154 finder-package-info.
155
156 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
157
158 * subr.el (version-regexp-alist): Don't use "a" and "b" for
159 "alpha" and "beta".
160 (version-to-list): Handle versions like "10.3d".
161
162 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
163
164 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
165 (macroexp-accumulate): Use `declare'.
166
167 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
168
169 * whitespace.el (whitespace-style): Adjust type declaration.
170
171 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
172
173 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
174 empty argument to gvfs-copy.
175
176 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
177
178 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
179 handle new TRASH arg of `delete-file'.
180
181 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
182
183 * net/tramp.el (tramp-handle-insert-directory): Don't use
184 `forward-word', its default syntax could be changed.
185
186 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
187 Michael Albinus <michael.albinus@gmx.de>
188
189 Implement compression for inline methods.
190
191 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
192 (tramp-copy-size-limit): Allow also nil.
193 (tramp-inline-compress-commands): New defconst.
194 (tramp-find-inline-compress, tramp-get-inline-compress)
195 (tramp-get-inline-coding): New defuns.
196 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
197 replaced by `tramp-get-inline-coding'.
198 (tramp-handle-file-local-copy, tramp-handle-write-region)
199 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
200
201 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
202
203 Detect ssh 'ControlMaster' argument automatically in some cases.
204
205 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
206 (tramp-default-method): Use it.
207
208 2010-08-26 Karel Klíč <kklic@redhat.com>
209
210 * net/tramp.el (tramp-file-name-for-operation):
211 Add file-selinux-context.
212
213 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
214
215 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
216
217 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
218
219 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
220 (Bug#6907).
221
222 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
223
224 * progmodes/js.el: Make indentation more customizable (Bug#6914).
225 (js-paren-indent-offset, js-square-indent-offset)
226 (js-curly-indent-offset): New options.
227 (js--proper-indentation): Use them.
228
229 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
230
231 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
232 instead of inspecting font-lock properties (Bug#6916).
233
234 2010-08-26 David Reitter <david.reitter@gmail.com>
235
236 * server.el (server-visit-files): Run pre-command-hook and
237 post-command-hook for each buffer while it is current
238 (Bug#6910).
239 (server-execute): Do not run hooks here.
240
241 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
242
243 Sync with Tramp 2.1.19.
244
245 * net/tramp-cmds.el (tramp-cleanup-all-connections)
246 (tramp-reporter-dump-variable, tramp-load-report-modules)
247 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
248 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
249
250 * net/tramp-compat.el (top): Do not autoload
251 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
252 only when `start-file-process' is not bound.
253 (byte-compile-not-obsolete-vars): Define if not bound.
254 (tramp-compat-funcall): New defmacro.
255 (tramp-compat-line-beginning-position)
256 (tramp-compat-line-end-position)
257 (tramp-compat-temporary-file-directory)
258 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
259 (tramp-compat-copy-file, tramp-compat-copy-directory)
260 (tramp-compat-delete-file, tramp-compat-delete-directory)
261 (tramp-compat-number-sequence, tramp-compat-process-running-p):
262 Use it.
263 (tramp-advice-file-expand-wildcards): Do not use
264 `tramp-handle-file-remote-p'.
265 (tramp-compat-make-temp-file): Simplify fallback implementation.
266 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
267 (tramp-compat-copy-tree): Remove function.
268 (tramp-compat-delete-file): New defun.
269 (tramp-compat-delete-directory): Provide implementation for older
270 Emacsen.
271 (tramp-compat-file-attributes): Handle only
272 `wrong-number-of-arguments' error.
273
274 * net/tramp-fish.el (tramp-fish-handle-copy-file): Add
275 PRESERVE_SELINUX_CONTEXT.
276 (tramp-fish-handle-delete-file): Add TRASH arg.
277 (tramp-fish-handle-directory-files-and-attributes):
278 Do not use `tramp-fish-handle-file-attributes.
279 (tramp-fish-handle-file-local-copy)
280 (tramp-fish-handle-insert-file-contents)
281 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
282
283 * net/tramp-gvfs.el (top): Require url-util.
284 (tramp-gvfs-mount-point): Remove.
285 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
286 and `set-file-selinux-context'.
287 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
288 (tramp-gvfs-handle-file-selinux-context)
289 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
290 (with-tramp-dbus-call-method): Format trace message.
291 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
292 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
293 Implement backup call, when operation on local files fails. Use
294 progress reporter. Flush properties of changed files.
295 (tramp-gvfs-handle-delete-file): Add TRASH arg. Use
296 `tramp-compat-delete-file'.
297 (tramp-gvfs-handle-expand-file-name): Expand "~/".
298 (tramp-gvfs-handle-make-directory): Make more traces.
299 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
300 (tramp-gvfs-url-file-name): Hexify file name in url.
301 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
302 into account for the resulting file name.
303 (tramp-gvfs-handler-askquestion): Preserve current message, in
304 order to let progress reporter continue afterwards. (Bug#6257)
305 Return dummy mountpoint, when the answer is "no". See
306 `tramp-gvfs-maybe-open-connection'.
307 (tramp-gvfs-handler-mounted-unmounted)
308 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
309 attribute "default_location". Set "prefix" property. Handle
310 default-location.
311 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
312 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
313 exists. Raise an error, if not (due to a corresponding answer
314 "no" in interactive questions, for example). Use
315 `tramp-compat-funcall'.
316
317 * net/tramp-imap.el (top): Autoload `epg-make-context'.
318 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
319 (tramp-imap-do-copy-or-rename-file)
320 (tramp-imap-handle-insert-file-contents)
321 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
322 (tramp-imap-handle-delete-file): Add TRASH arg.
323
324 * net/tramp-smb.el (tramp-smb-handle-copy-file): Add
325 PRESERVE-SELINUX-CONTEXT.
326 (tramp-smb-handle-copy-file)
327 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
328 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
329 Use `with-progress-reporter'.
330 (tramp-smb-handle-delete-file): Add TRASH arg.
331
332 * net/tramp.el (tramp-methods): Move hostname to the end in all
333 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
334 appropriate.
335 (tramp-verbose): Describe verbose level 9.
336 (tramp-completion-function-alist)
337 (tramp-file-name-regexp, tramp-chunksize)
338 (tramp-local-coding-commands, tramp-remote-coding-commands)
339 (with-connection-property, tramp-completion-mode-p)
340 (tramp-action-process-alive, tramp-action-out-of-band)
341 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
342 (tramp-exists-file-name-handler): Fix docstring.
343 (tramp-remote-process-environment): Use `format' instead of
344 `concat'. Protect version string by apostroph.
345 (tramp-shell-prompt-pattern): Do not use a shy group in case of
346 XEmacs.
347 (tramp-file-name-regexp-unified)
348 (tramp-completion-file-name-regexp-unified): On W32 systems, do
349 not regard the volume letter as remote filename. (Bug#5447)
350 (tramp-perl-file-attributes)
351 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
352 (tramp-vc-registered-read-file-names): Read input as
353 here-document, otherwise the command could exceed maximum length
354 of command line.
355 (tramp-file-name-handler-alist): Add `file-selinux-context' and
356 `set-file-selinux-context'.
357 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
358 backtrace functions.
359 (tramp-error-with-buffer): Don't show the connection buffer when
360 we are in completion mode.
361 (tramp-progress-reporter-update, tramp-remote-selinux-p)
362 (tramp-handle-file-selinux-context)
363 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
364 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
365 New defuns.
366 (with-progress-reporter): New defmacro.
367 (tramp-debug-outline-regexp): New defconst.
368 (top, tramp-rfn-eshadow-setup-minibuffer)
369 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
370 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
371 (tramp-completion-mode-p, tramp-check-for-regexp)
372 (tramp-open-connection-setup-interactive-shell)
373 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
374 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
375 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
376 Use `tramp-compat-funcall'.
377 (tramp-handle-make-symbolic-link): Flush file properties.
378 (tramp-handle-load, tramp-handle-file-local-copy)
379 (tramp-handle-insert-file-contents, tramp-handle-write-region)
380 (tramp-handle-vc-registered, tramp-maybe-send-script)
381 (tramp-find-shell): Use `with-progress-reporter'.
382 (tramp-do-file-attributes-with-stat): Add space in format string,
383 in order to work around a bug in pdksh. Reported by Gilles Pion
384 <gpion@lfdj.com>.
385 (tramp-handle-verify-visited-file-modtime): Do not send a command
386 when the connection is not established.
387 (tramp-handle-set-file-times): Simplify the check for utc.
388 (tramp-handle-directory-files-and-attributes)
389 (tramp-get-remote-path): Use `copy-tree'.
390 (tramp-completion-handle-file-name-all-completions): Ensure, that
391 non remote files are still checked. Oops.
392 (tramp-handle-copy-file, tramp-do-copy-or-rename-file): Handle
393 PRESERVE-SELINUX-CONTEXT.
394 (tramp-do-copy-or-rename-file): Add progress reporter.
395 (tramp-do-copy-or-rename-file-directly): Do not use
396 `tramp-handle-file-remote-p'.
397 (tramp-do-copy-or-rename-file-out-of-band):
398 Use `tramp-compat-delete-directory'.
399 (tramp-do-copy-or-rename-file-out-of-band)
400 (tramp-compute-multi-hops, tramp-maybe-open-connection):
401 Use `format-spec-make'.
402 (tramp-handle-delete-file): Add TRASH arg.
403 (tramp-handle-dired-uncache): Flush directory cache, not only file
404 cache.
405 (tramp-handle-expand-file-name)
406 (tramp-completion-handle-file-name-all-completions)
407 (tramp-completion-handle-file-name-completion): Use
408 `tramp-connectable-p'.
409 (tramp-handle-start-file-process): Set connection property "vec".
410 Use it, in order to invalidate file caches. Check only for
411 `remote-tty' process property.
412 Implement tty setting. (Bug#4604, Bug#6360)
413 (tramp-file-name-for-operation): Add `call-process-region' and
414 `set-file-selinux-context'.
415 (tramp-find-foreign-file-name-handler)
416 (tramp-advice-make-auto-save-file-name)
417 (tramp-set-auto-save-file-modes): Remove superfluous check for
418 `stringp'. This is done inside `tramp-tramp-file-p'.
419 (tramp-file-name-handler): Trace 'quit. Catch the error for some
420 operations when we are in completion mode. This gives the user
421 the chance to correct the file name in the minibuffer.
422 (tramp-completion-mode-p): Use `non-essential'.
423 (tramp-handle-file-name-all-completions): Backward/ XEmacs
424 compatibility: Use `completion-ignore-case' if
425 `read-file-name-completion-ignore-case' does not exist.
426 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
427 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
428 `tramp-open-shell'.
429 (tramp-action-password): Hide password prompt before next run.
430 (tramp-process-actions): Widen connection buffer for the trace.
431 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
432 process property. Trace stty settings if `tramp-verbose' >= 9.
433 Apply workaround for IRIX64 bug. Move argument of last
434 `tramp-send-command' where it belongs to.
435 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
436 front of `login-args'.
437 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
438 on "/dev/null" instead of "/".
439 (tramp-get-ls-command-with-dired): Make test for "--dired"
440 stronger.
441 (tramp-set-auto-save-file-modes): Adapt version check.
442 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
443 (tramp-handle-process-file): Call the program in a subshell, in
444 order to preserve working directory.
445 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
446 `tramp-remote-sh' from `tramp-methods'.
447 (tramp-get-ls-command): Make test for "--color=never" stronger.
448 (tramp-check-for-regexp): Use (forward-line 1).
449
450 * net/trampver.el: Update release number.
451
452 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
453
454 * help.el (help-map): Bind `C-h P' to describe-package.
455
456 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
457
458 * emacs-lisp/package.el (package-refresh-contents): Catch errors
459 when downloading archives.
460 (describe-package-1): Add package commentary.
461 (package-install-button-action): New function.
462 (package-menu-mode-map): Bind ? to package-menu-describe-package.
463 (package-menu-view-commentary): Function removed.
464 (package-list-packages-internal): Hide the `package' package too.
465
466 2010-08-25 Kenichi Handa <handa@m17n.org>
467
468 * language/misc-lang.el ("Arabic"): New language environment.
469 Setup composition-function-table for Arabic characters.
470
471 * international/fontset.el (setup-default-fontset): Fix typo for
472 arabic OTF spec (fini->fina).
473
474 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
475
476 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
477 on all frames.
478
479 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
480
481 * whitespace.el: Allow cleaning up blanks without blank
482 visualization (Bug#6651). Adjust help window for
483 whitespace-toggle-options (Bug#6479). Allow to use fill-column
484 instead of whitespace-line-column (from EmacsWiki). New version
485 13.1.
486 (whitespace-style): Added new value 'face. Adjust docstring.
487 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
488 foreground property face.
489 (whitespace-line-column): Adjust docstring and type declaration.
490 (whitespace-style-value-list, whitespace-toggle-option-alist)
491 (whitespace-help-text): Adjust const initialization.
492 (whitespace-toggle-options, global-whitespace-toggle-options):
493 Adjust docstring.
494 (whitespace-display-window, whitespace-interactive-char)
495 (whitespace-style-face-p, whitespace-color-on): Adjust code.
496 (whitespace-help-scroll): New fun.
497
498 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
499
500 * emacs-lisp/package.el (list-packages): Alias for
501 package-list-packages.
502
503 2010-08-24 Kevin Ryde <user42@zip.com.au>
504
505 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
506 (Bug#5651).
507
508 * progmodes/ruby-mode.el (ruby): Add defgroup.
509
510 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
511
512 * progmodes/python.el: Add Ipython support (Bug#5390).
513 (python-shell-prompt-alist)
514 (python-shell-continuation-prompt-alist): New options.
515 (python--set-prompt-regexp): New function.
516 (inferior-python-mode, run-python, python-shell): Require
517 ansi-color. Use python--set-prompt-regexp to set the comint
518 prompt based on the Python interpreter.
519 (python--prompt-regexp): New var.
520 (python-check-comint-prompt)
521 (python-comint-output-filter-function): Use it.
522 (run-python): Use a pipe (Bug#5694).
523
524 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
525
526 * progmodes/python.el (python-send-region): Send a different
527 Python command if Ipython is in use.
528 (python-check-version): Use a Python command to find the version.
529
530 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
531
532 * mouse.el (mouse-yank-primary): Avoid setting primary when
533 deactivating the mark (Bug#6872).
534
535 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
536
537 * progmodes/python.el (python-block-pairs): Allow use of "finally"
538 with "else" (Bug#3991).
539
540 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
541
542 * net/dbus.el: Accept UNIX domain sockets as bus address.
543 (top): Don't initialize `dbus-registered-objects-table' anymore,
544 this is done in dbusbind,c.
545 (dbus-check-event): Adapt test for bus.
546 (dbus-return-values-table, dbus-unregister-service)
547 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
548 Adapt doc string.
549
550 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
551
552 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
553
554 2010-08-22 Juri Linkov <juri@jurta.org>
555
556 * simple.el (read-extended-command): New function with the logic
557 for `completing-read' moved to Elisp from `execute-extended-command'.
558 Use `function-called-at-point' in `minibuffer-default-add-function'
559 to get a command name for M-n (bug#5364, bug#5214).
560
561 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
562
563 * startup.el (command-line-1): Issue warning for ignored arguments
564 --unibyte, etc (Bug#6886).
565
566 2010-08-22 Leo <sdl.web@gmail.com>
567
568 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
569 (ignore, bright, dim, keyword): Split list of nicknames before
570 passing to rcirc-add-or-remove (Bug#6894).
571
572 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
573
574 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
575
576 2010-08-22 Leo <sdl.web@gmail.com>
577
578 Fix buffer-list rename&refresh after killing a buffer in ido.
579 * lisp/ido.el: Revert Óscar's.
580 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
581 Remember the buffers at head, rather than their name.
582 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
583
584 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
585 Stefan Monnier <monnier@iro.umontreal.ca>
586
587 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
588 extra backslash added to each line (bug#6890).
589
590 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
591
592 * subr.el (read-key): Don't echo keystrokes (bug#6883).
593
594 2010-08-22 Glenn Morris <rgm@gnu.org>
595
596 * menu-bar.el (menu-bar-games-menu): Add landmark.
597
598 2010-08-22 Glenn Morris <rgm@gnu.org>
599
600 * align.el (align-regexp): Make group and spacing arguments
601 use the interactive defaults when non-interactive. (Bug#6698)
602
603 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
604 expansion, so as not to need sendmail.
605 (mail-text-start): Remove declaration.
606 (rmail-retry-failure): Require sendmail.
607
608 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
609
610 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
611
612 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
613
614 * progmodes/flymake.el (flymake-start-syntax-check-process):
615 Use `start-file-process' in order to let it run also on remote hosts.
616
617 2010-08-22 Kenichi Handa <handa@m17n.org>
618
619 * files.el: Add `word-wrap' as safe local variable.
620
621 2010-08-22 Glenn Morris <rgm@gnu.org>
622
623 * woman.el (woman-translate): Case matters. (Bug#6849)
624
625 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
626
627 * simple.el (kill-region): Doc fix (Bug#6787).
628
629 2010-08-22 Glenn Morris <rgm@gnu.org>
630
631 * calendar/diary-lib.el (diary-header-line-format):
632 Fit it to the window, not the frame.
633
634 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
635
636 * subr.el (ignore-errors): Add debug declaration.
637
638 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
639
640 * whitespace.el (whitespace-color-off): Remove post-command-hook
641 locally.
642
643 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
644
645 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
646
647 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
648
649 * cus-edit.el (custom-group-value-create): Add extra newline
650 before end line (Bug#6876).
651
652 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
653
654 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
655 when extending it. Before killing on the second click, check if
656 the buffer is the correct one. Doc fix.
657 (mouse-secondary-save-then-kill): Allow usage without first
658 calling mouse-start-secondary, by defaulting to point. Don't save
659 an empty secondary selection. Doc fix.
660
661 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
662
663 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
664 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
665 New version 13.0.
666 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
667 Adjust initialization.
668 (whitespace-bob-marker, whitespace-eob-marker)
669 (whitespace-buffer-changed): New vars.
670 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
671 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
672 (whitespace-post-command-hook, whitespace-display-char-on):
673 Adjust code.
674 (whitespace-looking-back, whitespace-buffer-changed): New funs.
675 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
676
677 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
678
679 * files.el (locate-file-completion-table): Only list the .el and .elc
680 extensions if there's no other choice (bug#5955).
681
682 * facemenu.el (facemenu-self-insert-data): New var.
683 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
684 New functions.
685 (facemenu-add-face): Use them.
686
687 * simple.el (blink-matching-open): Obey forward-sexp-function.
688
689 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
690
691 * simple.el (prog-mode-map): New var.
692 (prog-indent-sexp): New command.
693
694 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
695
696 * progmodes/prolog.el (smie): Require.
697
698 * emacs-lisp/smie.el (smie-default-backward-token)
699 (smie-default-forward-token): Strip properties.
700 (smie-next-sexp): Be more careful with associative operators.
701 (smie-forward-sexp-command): Generalize.
702 (smie-backward-sexp-command): Simplify.
703 (smie-closer-alist): New var.
704 (smie-close-block): New command.
705 (smie-indent-debug-log): New var.
706 (smie-indent-offset-rule): Add a few more cases.
707 (smie-indent-column): New function.
708 (smie-indent-after-keyword): Use it.
709 (smie-indent-keyword): Use it.
710 Fix up the opener code's point position.
711 (smie-indent-comment): Only applies at BOL.
712 (smie-indent-debug): New command.
713
714 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
715 declarations that are useful before running the macro.
716
717 2010-08-18 Joakim Verona <joakim@verona.se>
718
719 * image.el (imagemagick-types-inhibit): New variable.
720 (imagemagick-register-types): New function.
721 * image-mode.el (image-transform-properties): New function.
722 (image-transform-set-scale, image-transform-fit-to-height)
723 (image-transform-set-rotation, image-transform-set-resize)
724 (image-transform-fit-to-width, image-transform-fit-to-height):
725 New functions.
726 (image-toggle-display-image): Support image transforms.
727
728 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
729
730 * image.el (create-animated-image): Don't add heuristic mask to image
731 (Bug#6839).
732
733 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
734
735 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
736 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
737
738 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
739
740 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
741
742 Font-lock '...' strings, plus various simplifications and fixes.
743 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
744 (octave-font-lock-close-quotes): New function.
745 (octave-font-lock-syntactic-keywords): New var.
746 (octave-mode): Use it. Set beginning-of-defun-function.
747 (octave-mode-map): Don't override the <foo>-defun commands.
748 (octave-mode-menu): Pass it directly to easy-menu-define;
749 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
750 (octave-block-match-alist): Fix up last change so that
751 octave-close-block uses the more specific keyword.
752 (info-lookup-mode): Silence byte-compiler.
753 (octave-beginning-of-defun): Not interactive any more.
754 Optimize slightly.
755 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
756 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
757 (octave-completion-at-point-function): Make sure point is within
758 beg..end.
759 (octave-reindent-then-newline-and-indent):
760 Use reindent-then-newline-and-indent.
761 (octave-add-octave-menu): Remove.
762
763 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
764
765 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
766 (report-emacs-bug-can-use-xdg-email): New functions.
767 (report-emacs-bug): Set can-xdg-email to result of
768 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
769 \C-cm to report-emacs-bug-insert-to-mailer and add help text
770 about it.
771
772 * net/browse-url.el (browse-url-default-browser): Add cond
773 for browse-url-xdg-open.
774 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
775
776 2010-08-17 Glenn Morris <rgm@gnu.org>
777
778 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
779 (c-fontify-recorded-types-and-refs): Define for compiler.
780 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
781 before use.
782
783 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
784 Fix format call.
785
786 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
787
788 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
789 properties.
790 (tramp-handle-process-file): Call the program in a subshell, in
791 order to preserve working directory.
792 (tramp-action-password): Hide password prompt before next run.
793 (tramp-process-actions): Widen connection buffer for the trace.
794
795 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
796
797 * net/rcirc.el (rcirc-log-process-buffers): New option.
798 (rcirc-print): Use it.
799 (rcirc-generate-log-filename): New function.
800 (rcirc-log-filename-function): Change default to
801 rcirc-generate-log-filename (Bug#6828).
802
803 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
804
805 * simple.el (deactivate-mark): If select-active-regions is `only',
806 only set selection for temporarily active regions.
807
808 * cus-start.el: Change defcustom for select-active-regions.
809
810 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
811
812 * mouse.el (mouse--drag-set-mark-and-point): New function.
813 (mouse-drag-track): Use LOCATION arg to push-mark.
814 Use mouse--drag-set-mark-and-point to take click-count into
815 consideration when updating point and mark (Bug#6840).
816
817 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
818
819 * progmodes/compile.el (compilation-error-regexp-alist-alist):
820 Give the Ruby rule a lower priority than Gnu (Bug#6778).
821
822 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
823
824 * font-lock.el (lisp-font-lock-keywords-2):
825 Add combine-after-change-calls, condition-case-no-debug,
826 with-demoted-errors, and with-silent-modifications (Bug#6025).
827
828 2010-08-14 Kevin Ryde <user42@zip.com.au>
829
830 * emacs-lisp/copyright.el (copyright-update-year)
831 (copyright-update): Temporary switch-to-buffer to ensure the
832 buffer change being queried is visible (Bug#5394).
833
834 2010-08-14 Tom Tromey <tromey@redhat.com>
835
836 * progmodes/etags.el (tags-file-name): Mark safe if stringp
837 (Bug#6733).
838
839 2010-08-14 Eli Zaretskii <eliz@gnu.org>
840
841 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
842 MS-DOS. (Bug#6689)
843
844 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
845
846 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
847 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
848 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
849 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
850 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
851 Call menu-bar-set-tool-bar-position.
852
853 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
854
855 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
856 comment style (bug#6834).
857 * progmodes/scheme.el (scheme-mode-syntax-table):
858 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
859 "b" flag in "' 14b" syntax.
860
861 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
862 for (un)commenting the region and performing completion.
863 (octave-mode-menu): Use standard commands for help and completion.
864 (octave-mode-syntax-table): Support %{..%} comments (sort of).
865 (octave-mode): Use define-derived-mode.
866 Set completion-at-point-functions and don't set columns.
867 Don't disable adaptive-fill-regexp.
868 (octave-describe-major-mode, octave-comment-region)
869 (octave-uncomment-region, octave-comment-indent)
870 (octave-indent-for-comment): Remove.
871 (octave-indent-calculate): Rename from calculate-octave-indent.
872 (octave-indent-line, octave-fill-paragraph): Update caller.
873 (octave-initialize-completions): No need to make an alist.
874 (octave-completion-at-point-function): New function.
875 (octave-complete-symbol): Use it.
876 (octave-insert-defun): Use define-skeleton.
877
878 * progmodes/octave-mod.el (octave-mode): Set comment-add.
879 (octave-mode-map): Use comment-dwim (bug#6829).
880
881 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
882
883 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
884 indentation of inserted comment.
885
886 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
887
888 * faces.el (region): Add type gtk that uses gtk colors.
889
890 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
891 Handle theme-name change.
892
893 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
894
895 * progmodes/sql.el: Version 2.5
896 (sql-product-alist): Add :prompt-cont-regexp property for several
897 database products.
898 (sql-prompt-cont-regexp): New variable.
899 (sql-output-newline-count, sql-output-by-send):
900 New variables. Record number of newlines in input text.
901 (sql-send-string): Handle multiple filters and count newlines.
902 (sql-send-magic-terminator): Count terminator newline.
903 (sql-interactive-remove-continuation-prompt): Filters output to
904 remove continuation prompts; one for each newline.
905 (sql-interactive-mode): Set up new variables, prompt regexp and
906 output filter.
907 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
908 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
909
910 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
911
912 * emacs-lisp/pcase.el: New file.
913
914 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
915
916 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
917 as here-document, otherwise the command could exceed maximum
918 length of command line.
919 (tramp-handle-vc-registered): Call script accordingly.
920 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
921
922 2010-08-10 Kenichi Handa <handa@m17n.org>
923
924 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
925 composable pattern.
926
927 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
928
929 * emacs-lisp/package.el (package-version-split)
930 (package--version-first-nonzero, package-version-compare):
931 Functions removed.
932 (package-directory-list, package-load-all-descriptors)
933 (package--built-in, package-activate, define-package)
934 (package-installed-p, package-compute-transaction)
935 (package-read-all-archive-contents)
936 (package--add-to-archive-contents, package-buffer-info)
937 (package-tar-file-info, package-list-packages-internal):
938 Use version-to-list and version-list-*.
939
940 * emacs-lisp/package-x.el (package-upload-buffer-internal):
941 Use version-to-list.
942 (package-upload-buffer-internal): Use version-list-<=.
943
944 2010-08-09 Kenichi Handa <handa@m17n.org>
945
946 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
947 composable pattern.
948
949 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
950
951 * tutorial.el (tutorial--default-keys): C-d is now bound to
952 delete-forward-char (Bug#6826).
953
954 * mouse.el (mouse-drag-track): Remove accidentally-removed check
955 for `double' value of mouse-1-click-follows-link (Bug#6807).
956
957 2010-08-08 Johan Bockgård <bojohan@gnu.org>
958
959 * replace.el (replace-highlight): Bind isearch-forward and
960 isearch-error, ensuring that highlighting is updated if the user
961 switches the search direction (Bug#6808).
962
963 * isearch.el (isearch-lazy-highlight-forward): New var.
964 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
965 (isearch-lazy-highlight-update): Use it.
966
967 2010-08-08 Kenichi Handa <handa@m17n.org>
968
969 * international/mule.el (define-charset): Store NAME as :base property.
970 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
971 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
972 current priority. Force using the designation of the specific
973 charset by adding `charset' text property. Improve the whole algorithm.
974
975 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
976
977 * emulation/pc-select.el (pc-selection-mode-hook)
978 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
979 (pc-selection-mode): Fix typos in docstrings.
980
981 2010-08-08 Kenichi Handa <handa@m17n.org>
982
983 * language/cyrillic.el: Don't add "microsoft-cp1251" to
984 ctext-non-standard-encodings-alist here.
985
986 * international/mule.el (ctext-non-standard-encodings-alist):
987 Add "koi8-r" and "microsoft-cp1251".
988 (ctext-standard-encodings): New variable.
989 (ctext-non-standard-encodings-table): List only elements for
990 non-standard encodings.
991 (ctext-pre-write-conversion): Adjust for the above change.
992 Check ctext-standard-encodings.
993
994 * international/mule-conf.el (compound-text): Doc fix.
995 (ctext-no-compositions): Doc fix.
996 (compound-text-with-extensions): Doc fix.
997
998 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
999
1000 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1001
1002 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1003
1004 * progmodes/which-func.el (which-func-format): Split help-echo text
1005 into lines, like other mode-line tooltips.
1006
1007 * server.el (server-start): When using TCP sockets, force IPv4
1008 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
1009
1010 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1011
1012 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1013
1014 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1015
1016 * term.el (term-delimiter-argument-list): Reflow docstring.
1017 (term-read-input-ring, term-write-input-ring, term-send-input)
1018 (term-bol, term-erase-in-display, serial-supported-or-barf):
1019 Fix typos in docstrings.
1020
1021 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1022
1023 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1024
1025 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1026
1027 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1028
1029 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
1030
1031 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1032 Fix typo in docstring (bug#6747).
1033
1034 2010-08-08 Leo <sdl.web@gmail.com>
1035
1036 * eshell/esh-io.el (eshell-get-target): Better detection of
1037 read-only file (Bug#6762).
1038
1039 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1040
1041 * align.el (align-default-spacing): Doc fix.
1042 (align-region-heuristic, align-regexp): Fix typos in docstrings.
1043
1044 2010-08-08 Stephen Peters <speters@itasoftware.com>
1045
1046 * calendar/icalendar.el
1047 (icalendar--split-value): Fixed splitting regexp. (Bug#6766)
1048 (icalendar--get-weekday-numbers): New
1049 (icalendar--convert-recurring-to-diary): Handle multiple byday
1050 values in weekly rules. (Bug#6766)
1051
1052 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
1053
1054 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
1055 (icalendar--create-uid, icalendar-export-region)
1056 (icalendar--parse-summary-and-rest): Code formatting.
1057
1058 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
1059
1060 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
1061 to italicize headers.
1062 (calc-highlight-selections-with-faces): New variable.
1063 (calc-selected-face, calc-nonselected-face): New faces.
1064
1065 * calc/calccomp.el (math-comp-highlight-string): Use
1066 `calc-highlight-selections-with-faces' to determine how to highlight
1067 sub-formulas.
1068
1069 * calc/calc-sel.el (calc-show-selections): Change message to when
1070 using faces to highlight selections.
1071
1072 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
1073
1074 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
1075 Add SQLite 3 keywords, functions and datatypes.
1076 (sql-interactive-mode): Remove `comint-process-echoes' set to t
1077 (Bug#6686).
1078
1079 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
1080
1081 * simple.el (select-active-regions): Move to keyboard.c.
1082 (deactivate-mark): Used saved-region-selection.
1083 (select-active-region): Function removed.
1084 (activate-mark, set-mark, push-mark-command)
1085 (handle-shift-selection): Don't call it.
1086 (keyboard-quit): Avoid adding the region to the window selection.
1087
1088 * mouse.el (mouse-drag-track): Remove hacks to deal with old
1089 select-active-regions implementation.
1090 (mouse-yank-at-click): Doc fix.
1091
1092 * cus-start.el: Add custom declaration for select-active-regions.
1093
1094 2010-08-07 Eli Zaretskii <eliz@gnu.org>
1095
1096 * simple.el (delete-forward-char): Doc fix.
1097
1098 * tutorial.el (help-with-tutorial): Hack safe file-local variables
1099 after reading the tutorial.
1100
1101 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
1102
1103 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
1104 for the case that a C style comment has its delimiters alone on
1105 their respective lines.
1106
1107 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
1108
1109 * net/tramp.el (tramp-handle-start-file-process): Set connection
1110 property "vec".
1111 (tramp-process-sentinel): Use it for flushing the cache. We
1112 cannot do it via the process buffer, the buffer could be deleted
1113 already when running the sentinel.
1114
1115 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
1116
1117 * comint.el (comint-mode): Make directory tracking functions
1118 functional on remote files. (Bug#6764)
1119
1120 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1121
1122 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
1123
1124 2010-08-05 Eli Zaretskii <eliz@gnu.org>
1125
1126 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
1127 unexec.c => unexcoff.c.
1128
1129 * emacs-lisp/authors.el (authors-fixed-entries): Rename
1130 unexec.c => unexcoff.c.
1131
1132 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
1133
1134 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
1135 cache, not only file cache.
1136 (tramp-process-sentinel): New defun.
1137 (tramp-handle-start-file-process): Use it, in order to invalidate
1138 file caches.
1139
1140 2010-08-03 Leo <sdl.web@gmail.com>
1141
1142 * server.el (server-start): Simplify loop.
1143
1144 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1145
1146 * frame.el (screen-height, screen-width, set-screen-width)
1147 (set-screen-height): Remove ancient compatibility aliases.
1148
1149 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
1150 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
1151
1152 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
1153 that change current buffer.
1154
1155 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1156
1157 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
1158 beginning of the string. Use `string-match-p'. (Bug#6765)
1159
1160 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
1161
1162 * cus-start.el (x-gtk-use-system-tooltips): New variable.
1163
1164 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
1165
1166 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
1167 (package--builtins): Tweak descriptions.
1168 (package-print-package): Upcase descriptions if necessary.
1169 Show all built-in packages in font-lock-builtin-face.
1170 (package-list-packages-internal): Omit "emacs" package.
1171 Show status of built-in packages as "built-in".
1172
1173 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
1174
1175 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
1176 before killing to preserve the primary selection (Bug#6701).
1177
1178 * term/x-win.el (x-select-text): Doc fix.
1179
1180 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
1181
1182 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
1183 The following functions were modified or created:
1184
1185 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
1186 (objc-font-lock-extra-types):
1187 * progmodes/cc-mode.el (c-basic-common-init):
1188 * progmodes/cc-langs.el (c-make-mode-syntax-table)
1189 (c++-make-template-syntax-table)
1190 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
1191 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
1192 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
1193 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
1194 * progmodes/cc-fonts.el (c-make-inverse-face)
1195 (c-basic-matchers-after):
1196 * progmodes/cc-engine.el (c-forward-keyword-clause)
1197 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
1198 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
1199 (c-guess-continued-construct, c-guess-basic-syntax):
1200
1201 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
1202
1203 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
1204
1205 2010-07-31 Eli Zaretskii <eliz@gnu.org>
1206
1207 * files.el (bidi-paragraph-direction): Define safe local values.
1208
1209 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
1210 language-info-alist. Remove outdated FIXME in a comment.
1211
1212 2010-07-31 Alan Mackenzie <acm@muc.de>
1213
1214 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
1215 Auto-fill broken in C/C++ modes.
1216
1217 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1218
1219 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
1220 (menu-bar-showhide-tool-bar-menu-customize-disable)
1221 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
1222 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
1223 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
1224 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
1225 make a menu for Options => toolbar that can move it.
1226
1227 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
1228
1229 * emacs-lisp/package-x.el (package--make-rss-entry):
1230 (package-maint-add-news-item, package--update-news)
1231 (package-upload-buffer-internal): New arg ARCHIVE-URL.
1232
1233 * emacs-lisp/package.el (package-archive-url): Rename from
1234 package-archive-id.
1235 (package-install): Doc fix.
1236 (package-download-single, package-download-tar, package-install)
1237 (package-menu-view-commentary): Callers changed.
1238
1239 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
1240
1241 * net/tramp.el (tramp-handle-start-file-process): Check only for
1242 `remote-tty' process property.
1243 (tramp-open-shell): Don't check for tty.
1244 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1245 process property.
1246
1247 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
1248 host.
1249
1250 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
1251
1252 * emacs-lisp/package.el (package-load-list, package-archives)
1253 (package-archive-contents, package-user-dir)
1254 (package-directory-list, package--builtins, package-alist)
1255 (package-activated-list, package-obsolete-alist): Mark as risky.
1256
1257 2010-07-28 Phil Hagelberg <phil@evri.com>
1258
1259 Add support for non-default package repositories.
1260 * emacs-lisp/package.el (package-archive-base): Var deleted.
1261 (package-archives): New variable.
1262 (package-archive-contents): Doc fix.
1263 (package-load-descriptor): Do nothing if descriptor file is missing.
1264 (package--write-file-no-coding): New function.
1265 (package-unpack-single): Use it.
1266 (package-archive-id): New function.
1267 (package-download-single, package-download-tar)
1268 (package-menu-view-commentary): Use it.
1269 (package-installed-p): Make second argument optional.
1270 (package-read-all-archive-contents): New function.
1271 (package-initialize): Use it.
1272 (package-read-archive-contents): Add ARCHIVE argument.
1273 (package--add-to-archive-contents): New function.
1274 (package-install): Don't call package-read-archive-contents.
1275 (package--download-one-archive): Store archive file in a
1276 subdirectory of package-user-dir.
1277 (package-menu-execute): Remove spurious line movement.
1278
1279 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
1280
1281 * cus-start.el (tool-bar-style): Add text-image-horiz.
1282
1283 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
1284
1285 * progmodes/gud.el (gud-common-init): Check for remoteness of
1286 `file', and not of `default-directory'.
1287
1288 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
1289
1290 * net/tramp.el (tramp-methods): Move hostname to the end in all
1291 ssh `tramp-login-args'.
1292 (tramp-verbose): Describe verbose level 9.
1293 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
1294 (tramp-open-connection-setup-interactive-shell): Trace stty
1295 settings if `tramp-verbose' >= 9.
1296 (tramp-handle-start-file-process): Implement tty setting.
1297 (Bug#4604, Bug#6360)
1298
1299 * net/tramp-cmds.el (tramp-bug): Recommend setting of
1300 `tramp-verbose' to 9.
1301
1302 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
1303
1304 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
1305 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
1306 Remove references to package `lisp-re' (bug#4369).
1307
1308 2010-07-27 Tom Tromey <tromey@redhat.com>
1309
1310 * progmodes/js.el (js-mode):
1311 * progmodes/make-mode.el (makefile-mode):
1312 * progmodes/simula.el (simula-mode):
1313 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
1314
1315 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
1316
1317 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1318
1319 * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
1320
1321 * time.el (display-time-day-and-date): Remove spurious * in docstring.
1322 (display-time-world-buffer-name, display-time-world-mode-map):
1323 Fix typos in docstrings.
1324
1325 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
1326
1327 * image-mode.el (image-display-size): New function.
1328 (image-forward-hscroll, image-next-line, image-eol, image-eob)
1329 (image-mode-fit-frame): Use it (Bug#6639).
1330
1331 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
1332
1333 * dired.el (dired-buffers-for-dir): Handle list values of
1334 dired-directory (Bug#6636).
1335
1336 2010-07-26 Sam Steingold <sds@gnu.org>
1337
1338 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
1339 Do not call `x-get-selection' the second time, reuse the value.
1340
1341 2010-07-26 Daiki Ueno <ueno@unixuser.org>
1342
1343 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
1344 which consist of control chars only. Suggested by Richard Stallman.
1345
1346 2010-07-25 Daiki Ueno <ueno@unixuser.org>
1347
1348 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
1349 exists before passing an error to find-file-not-found-functions
1350 (bug#6723).
1351
1352 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
1353
1354 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
1355 Remove leading nil element, adjust values.
1356 (tetris-shapes, tetris-shape-scores):
1357 Change representation of shapes and remove some redundancy.
1358 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
1359 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
1360 Adjust for working with new representation of shapes.
1361 (tetris-shape-rotations): New function.
1362 (tetris-move-bottom, tetris-move-left, tetris-move-right)
1363 (tetris-rotate-prev, tetris-rotate-next):
1364 Adjust for working with the new version of tetris-test-shape.
1365
1366 2010-07-23 Markus Triska <markus.triska@gmx.at>
1367
1368 * progmodes/ps-mode.el: Use comint (bug#5954).
1369 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
1370 (ps-mode-other-newline): Simplify.
1371 (ps-run-mode): Derive from comint-mode instead of
1372 fundamental-mode, yielding input history etc.
1373 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
1374 (ps-run-send-string): Adapt for comint-mode.
1375 (ps-run-newline): Remove now unneeded function.
1376
1377 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
1378
1379 * net/tramp.el (tramp-methods): Move hostname to the end in all
1380 plink `tramp-login-args'.
1381
1382 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
1383
1384 * net/tramp.el (tramp-open-shell): New defun.
1385 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1386 Use it.
1387
1388 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
1389
1390 * net/tramp.el (tramp-file-name-regexp-unified)
1391 (tramp-completion-file-name-regexp-unified): On W32 systems, do
1392 not regard the volume letter as remote filename. (Bug#5447)
1393
1394 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
1395
1396 * custom.el (custom-declare-variable): Give a clearer error message
1397 when the docstring is missing (bug#6476).
1398
1399 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
1400
1401 * progmodes/sql.el: Version 2.4. Improved Login prompting.
1402 (sql-login-params): New widget definition.
1403 (sql-oracle-login-params, sql-mysql-login-params)
1404 (sql-solid-login-params, sql-sybase-login-params)
1405 (sql-informix-login-params, sql-ingres-login-params)
1406 (sql-ms-login-params, sql-postgres-login-params)
1407 (sql-interbase-login-params, sql-db2-login-params)
1408 (sql-linter-login-params): Use it.
1409 (sql-sqlite-login-params): Use it; Define "database" parameter as
1410 a file name.
1411 (sql-sqlite-program): Change to "sqlite3".
1412 (sql-comint-sqlite): Make sure database name is complete.
1413 (sql-for-each-login): New function.
1414 (sql-connect, sql-save-connection): Use it.
1415 (sql-get-login-ext): New function.
1416 (sql-get-login): Use it.
1417 (sql-make-alternate-buffer-name): Handle :file parameters.
1418
1419 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
1420
1421 * dired.el (dired-no-confirm): Document value t and fix defcustom to
1422 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
1423
1424 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
1425
1426 * dired.el (dired-mode-map): Use command remapping (bug#6632).
1427
1428 2010-07-22 Lawrence Mitchell <wence@gmx.li>
1429
1430 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
1431
1432 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
1433
1434 * net/tramp.el (tramp-get-ls-command)
1435 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
1436 instead of "/".
1437
1438 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
1439
1440 * progmodes/sql.el: Version 2.3.
1441 (sql-connection-alist): Changed keys from symbols to strings;
1442 enhanced the widget definition.
1443 (sql-mode-menu): Added submenu to select connections.
1444 (sql-interactive-mode-menu): Added "Save Connection" item.
1445 (sql-add-product): Fixed menu item.
1446 (sql-get-product-feature): Improved error handling.
1447 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
1448 (sql-make-alternate-buffer-name): Simplified.
1449 (sql-product-interactive): Handle missing product.
1450 (sql-connect): Support string keys, minor improvements.
1451 (sql-save-connection): New function.
1452 (sql-connection-menu-filter): New function.
1453
1454 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
1455
1456 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
1457 (tramp-open-connection-setup-interactive-shell): Apply
1458 workaround for IRIX64 bug. Move argument of last
1459 `tramp-send-command' where it belongs to.
1460
1461 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
1462
1463 * net/tramp.el (tramp-perl-file-attributes)
1464 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1465 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1466 front of `login-args'.
1467
1468 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
1469
1470 * time.el (display-time-world-mode): Define with `define-derived-mode'.
1471 Set `show-trailing-whitespace' to nil.
1472 (display-time-world-display): Simplify.
1473
1474 2010-07-18 Alan Mackenzie <acm@muc.de>
1475
1476 Enhance `c-file-style' in file/directory local variables.
1477 * progmodes/cc-mode.el (c-count-cfss): New function.
1478 (c-before-hack-hook): Call `c-set-style' differently according to
1479 whether c-file-style was set in file or directory local
1480 variables.
1481
1482 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
1483
1484 * progmodes/sql.el: Version 2.2.
1485 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
1486 defcustom :safe keyword rather than putting safe-local-variable
1487 property.
1488 (sql-password): Use defcustom :risky keyword rather than putting
1489 risky-local-variable property.
1490 (sql-oracle-login-params, sql-sqlite-login-params)
1491 (sql-solid-login-params, sql-sybase-login-params)
1492 (sql-informix-login-params, sql-ingres-login-params)
1493 (sql-ms-login-params, sql-postgres-login-params)
1494 (sql-interbase-login-params, sql-db2-login-params)
1495 (sql-linter-login-params): Add `port' option.
1496 (sql-get-product-feature): Added NO-INDIRECT parameter.
1497 (sql-comint-oracle, sql-comint-sybase)
1498 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
1499 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
1500 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
1501 (sql-comint-linter): Renamed sql-connect-* functions to
1502 sql-comint-*.
1503 (sql-product-alist, sql-mode-menu): Renamed as above and
1504 :sqli-connect-func to :sqli-comint-func.
1505 (sql-connection): New variable.
1506 (sql-interactive-mode): Set it.
1507 (sql-connection-alist): New variable.
1508 (sql-connect): New function.
1509 (sql--alt-buffer-part, sql--alt-if-not-empty)
1510 (sql-make-alternate-buffer-name): Improved alternative buffer name.
1511
1512 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1513
1514 * image-mode.el (image-bookmark-make-record): Do not set context
1515 in an image (Bug#6650).
1516
1517 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
1518
1519 * simple.el (select-active-region): New function.
1520 (push-mark-command, set-mark, activate-mark)
1521 (handle-shift-selection): Use it.
1522 (deactivate-mark): Don't check for size of region.
1523
1524 * mouse.el (mouse-drag-track): Use select-active-region.
1525
1526 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
1527
1528 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
1529 "--dired" stronger.
1530
1531 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
1532
1533 * term/x-win.el (x-select-enable-primary): Change default to nil.
1534 (x-select-enable-clipboard): Add :version keyword.
1535
1536 * mouse.el (mouse-drag-copy-region):
1537 * simple.el (select-active-regions): Likewise.
1538
1539 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
1540
1541 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
1542 (vc-coding-system-for-diff): Use it to decide whether to inherit
1543 from the file the EOL format for reading the diffs of that file.
1544 (Bug#4451)
1545
1546 2010-07-16 Eli Zaretskii <eliz@gnu.org>
1547
1548 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1549 unibyte, so compressed attachments are not compressed again.
1550
1551 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
1552
1553 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
1554 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
1555 (tramp-find-shell): Simplify setting connection property.
1556 (tramp-get-ls-command): Make test for "--color=never" stronger.
1557
1558 2010-07-15 Simon South <ssouth@member.fsf.org>
1559
1560 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
1561 blocks within record declarations (i.e. variant parts) correctly.
1562
1563 2010-07-15 Simon South <ssouth@member.fsf.org>
1564
1565 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
1566 over literal tokens when parsing so newlines aren't "absorbed" by
1567 single-line comments. Corrects the indentation of case blocks
1568 that have a comment on the first line.
1569
1570 2010-07-14 Karl Fogel <kfogel@red-bean.com>
1571
1572 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
1573 by Drew Adams (Bug#5504).
1574
1575 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
1576
1577 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1578 now that Unicode is used (Bug#6594).
1579
1580 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
1581
1582 * term/x-win.el (x-select-enable-clipboard): Default to t.
1583 (x-initialize-window-system): Don't overwrite Paste menu item.
1584
1585 * simple.el (select-active-regions): Default to t.
1586 (push-mark-command): Don't overwrite primary with empty string.
1587
1588 * mouse.el: Bind mouse-2 to mouse-yank-primary.
1589 (mouse-drag-copy-region): Default to nil.
1590
1591 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
1592 Cut/Copy/Paste menu bar items.
1593
1594 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1595
1596 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1597 Patch applied by Karl Fogel.
1598
1599 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
1600 and `bookmark-current-buffer' if they have been already set in
1601 another buffer (e.g gnus-art).
1602
1603 2010-07-13 Karl Fogel <kfogel@red-bean.com>
1604 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1605
1606 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
1607
1608 * bookmark.el (bookmark-make-record-default): Allow unneeded
1609 information to be omitted from the record.
1610
1611 Adjust declarations and calls:
1612
1613 * info.el (bookmark-make-record-default): Adjust declaration.
1614 (Info-bookmark-make-record): Adjust call.
1615
1616 * woman.el (bookmark-make-record-default): Adjust declaration.
1617 (woman-bookmark-make-record): Adjust call.
1618
1619 * man.el (bookmark-make-record-default): Adjust declaration.
1620 (Man-bookmark-make-record): Adjust call.
1621
1622 * image-mode.el (bookmark-make-record-default): Adjust declaration.
1623
1624 * doc-view.el (bookmark-make-record-default): Adjust declaration.
1625
1626 2010-07-13 Karl Fogel <kfogel@red-bean.com>
1627
1628 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
1629 This is also from Thierry Volpiatto's patch in bug #6444. However,
1630 because it was extraneous to the functional change in that patch,
1631 and causes a re-indendation, I am committing it separately.
1632
1633 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1634
1635 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
1636 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
1637 Patch applied by Karl Fogel (Bug#6444).
1638
1639 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
1640
1641 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
1642
1643 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
1644
1645 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
1646 Dempsky; bug#5084). Remove incorrect binding for S-tab.
1647 (ns-alternatives-map): Change S-tab binding to backtab
1648 (bug#6616).
1649
1650 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
1651 under ns.
1652
1653 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
1654
1655 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
1656 (Bug#5806)
1657
1658 * language/tv-util.el (tai-viet-re): Remove format.
1659
1660 2010-07-12 Kenichi Handa <handa@m17n.org>
1661
1662 * language/hebrew.el: Remove no-byte-compile declaration.
1663 Change coding: tag to utf-8. Register hebrew-shape-gstring in
1664 composition-function-table for 3-character looking back.
1665 (hebrew-font-get-precomposed): New function.
1666 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
1667
1668 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
1669
1670 * mouse.el (mouse-drag-track): Handle select-active-regions
1671 (Bug#6612).
1672
1673 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
1674
1675 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1676 empty argument to gvfs-copy.
1677
1678 2010-07-10 Glenn Morris <rgm@gnu.org>
1679
1680 * calendar/calendar.el (calendar-week-end-day): New function.
1681 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1682 Respect calendar-week-start-day. (Bug#6606)
1683 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1684 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1685 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1686 respect calendar-week-start-day.
1687
1688 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
1689
1690 * simple.el (use-region-p): Doc fix (Bug#6607).
1691
1692 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
1693
1694 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
1695 regexps for cucumber and ruby.
1696
1697 2010-07-08 Daiki Ueno <ueno@unixuser.org>
1698
1699 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
1700 (epa-file-insert-file-contents): Hack to prevent
1701 find-file from opening empty buffer when decryption failed
1702 (bug#6568).
1703
1704 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
1705
1706 * textmodes/ispell.el (ispell-alternate-dictionary):
1707 Use file-readable-p.
1708 Return nil if no word-list is found at default locations.
1709 (ispell-complete-word-dict): Default to nil.
1710 (ispell-command-loop): Use 'word-list' when using lookup-words.
1711 (lookup-words): Use ispell-complete-word-dict or
1712 ispell-alternate-dictionary. Check for word-list availability
1713 and handle errors if needed with better messages (Bug#6539).
1714 (ispell-complete-word): Use ispell-complete-word-dict or
1715 ispell-alternate-dictionary.
1716
1717 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
1718
1719 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1720 builtins (BufferError, BytesWarning, WindowsError; callables
1721 bin, bytearray, bytes, format, memoryview, next, print; __package__).
1722
1723 2010-07-07 Glenn Morris <rgm@gnu.org>
1724
1725 * play/zone.el (top-level): Do not require timer, tabify, or cl.
1726 (zone-shift-left): Ignore intangibility, and any errors from
1727 forward-char.
1728 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
1729 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
1730 deleting, and copying text properties.
1731 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
1732 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
1733 to point-max is hard.
1734 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
1735 (zone-fill-out-screen): Ignore intangibility.
1736
1737 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
1738
1739 * menu-bar.el (menu-bar-mode):
1740 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
1741 if it has been set.
1742
1743 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
1744 word/line selection (Bug#6565).
1745
1746 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
1747
1748 * net/dbus.el (dbus-send-signal): Declare function.
1749
1750 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
1751
1752 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
1753 (dbus-register-property): New optional argument EMITS-SIGNAL.
1754 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
1755
1756 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
1757
1758 * mouse.el (mouse-drag-overlay): Variable deleted.
1759 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
1760 (mouse--remap-link-click-p): New function.
1761 (mouse-drag-track): Handle dragging by using temporary Transient
1762 Mark mode, instead of a special overlay.
1763 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
1764 mouse-show-mark.
1765
1766 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
1767 deleted.
1768
1769 2010-07-02 Juri Linkov <juri@jurta.org>
1770
1771 * autoinsert.el (auto-insert-alist): Fix readability
1772 by using dotted pair notation for lambda.
1773
1774 2010-07-02 Juri Linkov <juri@jurta.org>
1775
1776 * faces.el (read-face-name): Rename arg `string-describing-default'
1777 to `default'. Doc fix. Display the default value in quotes
1778 in the prompt. With empty input, return the `default' arg,
1779 unless the default value is a string (in which case return nil).
1780 (describe-face): Replace the string `default' arg of `read-face-name'
1781 with the symbol `default'.
1782
1783 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
1784
1785 * emulation/viper-cmd.el (viper-delete-backward-char)
1786 (viper-del-backward-char-in-insert)
1787 (viper-del-backward-char-in-replace, viper-change)
1788 (viper-backward-indent): Replace delete-backward-char with
1789 delete-char (Bug#6552).
1790
1791 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
1792
1793 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
1794
1795 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
1796
1797 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
1798 argument passed to frame-creation-function (Bug#5378).
1799
1800 * faces.el (x-handle-named-frame-geometry)
1801 (x-handle-reverse-video, x-create-frame-with-faces)
1802 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
1803 separately consult default-frame-alist. It is now passed as the
1804 PARAMETER argument.
1805
1806 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
1807
1808 * startup.el (command-line): Don't call tool-bar-setup in a
1809 tty-only build.
1810
1811 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
1812
1813 * ruler-mode.el (ruler--save-header-line-format): New fun.
1814 (ruler-mode): Use it as a setter function, so as not to overwrite
1815 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
1816
1817 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
1818
1819 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
1820 (vc-root-diff, vc-print-root-log, vc-log-incoming)
1821 (vc-log-outgoing): Use it.
1822 (vc-diff-internal): Set diff-vc-backend.
1823
1824 * vc/diff-mode.el (diff-vc-backend): New var.
1825
1826 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
1827
1828 * dynamic-setting.el (font-setting-change-default-font): Remove
1829 call to message.
1830
1831 2010-06-28 Kenichi Handa <handa@m17n.org>
1832
1833 * international/quail.el (quail-insert-kbd-layout): Fix the
1834 showing of untranslated characters.
1835
1836 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
1837
1838 * simple.el (delete-active-region): New option.
1839 (delete-backward-char): Implement in Lisp.
1840 (delete-forward-char): New command.
1841
1842 * mouse.el (mouse-region-delete-keys): Deleted.
1843 (mouse-show-mark): Simplify.
1844
1845 * bindings.el (global-map): Bind delete and DEL, the former to
1846 delete-forward-char.
1847
1848 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
1849
1850 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
1851 (ruby-mode): Bind indent-line-function (Bug#5119).
1852
1853 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
1854
1855 * startup.el (command-line): Recognize "0" X resource value.
1856
1857 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
1858
1859 * startup.el (command-line): Use X resources to set the value of
1860 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
1861
1862 * menu-bar.el (menu-bar-mode):
1863 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
1864 Set init-value to t.
1865
1866 * frame.el (frame-notice-user-settings): Don't change
1867 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
1868 vice versa (Bug#2249).
1869
1870 2010-06-26 Eli Zaretskii <eliz@gnu.org>
1871
1872 * w32-fns.el (w32-convert-standard-filename): Doc fix.
1873
1874 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
1875
1876 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
1877 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
1878
1879 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
1880 default directories are expanded (Bug#6143).
1881
1882 2010-06-24 Juri Linkov <juri@jurta.org>
1883
1884 * minibuffer.el (completions-format): Change default from nil to
1885 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
1886
1887 2010-06-24 Juri Linkov <juri@jurta.org>
1888
1889 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
1890 buffer-locally to lambda that re-runs the vc diff command.
1891 (Bug#6447)
1892
1893 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
1894
1895 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
1896 echo area is in use (Bug#3412).
1897
1898 2010-06-22 Glenn Morris <rgm@gnu.org>
1899
1900 * textmodes/texinfmt.el (texinfo-format-region)
1901 (texinfo-raise-lower-sections, texinfo-format-separate-node)
1902 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
1903 (texinfo-format-option, texinfo-noindent):
1904 Use line-beginning-position and line-end-position.
1905
1906 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
1907 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
1908 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
1909 utf-8 characters.
1910
1911 2010-06-21 Karl Fogel <kfogel@red-bean.com>
1912
1913 * play/zone.el (zone-fall-through-ws): Fix next-line ->
1914 forward-line fallout.
1915
1916 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
1917
1918 * mouse.el (mouse-appearance-menu): Add docstring.
1919
1920 * help.el (describe-key): Print up-event using key-description.
1921
1922 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
1923
1924 * net/zeroconf.el (zeroconf-resolve-service)
1925 (zeroconf-service-resolver-handler): Use
1926 `dbus-byte-array-to-string'.
1927 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1928
1929 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1930
1931 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1932
1933 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
1934
1935 Avoid displaying files with a nil state in vc-dir.
1936 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1937 cases that cause insertion.
1938 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1939 with a nil state.
1940
1941 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
1942
1943 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1944
1945 2010-06-29 Leo <sdl.web@gmail.com>
1946
1947 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
1948
1949 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
1950
1951 * generic-x.el (bat-generic-mode): Fix regexp for command line
1952 switches (Bug#5719).
1953
1954 2010-06-27 Masatake YAMATO <yamato@redhat.com>
1955
1956 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1957 of nconc to avoid pure storage error (Bug#6239).
1958
1959 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
1960
1961 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1962 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1963 bindings of bookmark-automatically-show-annotations (Bug#6515).
1964
1965 2010-06-25 Eli Zaretskii <eliz@gnu.org>
1966
1967 * arc-mode.el (archive-zip-extract): Don't quote the file name on
1968 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
1969
1970 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
1971
1972 * comint.el (make-comint, make-comint-in-buffer): Mention return
1973 value in the docstrings. (Bug#6498)
1974
1975 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
1976
1977 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1978 since it is not present when using some non-default switches.
1979
1980 2010-06-23 Karl Fogel <kfogel@red-bean.com>
1981
1982 * simple.el (compose-mail): Fix doc string to refer to
1983 `compose-mail-user-agent-warnings', instead of to the
1984 nonexistent `compose-mail-check-user-agent'.
1985
1986 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
1987
1988 Fix an indentation bug:
1989
1990 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
1991 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
1992 of existing values.
1993
1994 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
1995 (c-clear->-pair-props-if-match-before): now return t when they've
1996 cleared properties, nil otherwise.
1997 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
1998 by taking account of the existing value.
1999
2000 * progmodes/cc-defs.el
2001 (c-clear-char-property-with-value-function): Fix this to clear the
2002 property rather than overwriting it with nil.
2003
2004 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
2005
2006 * emacs-lisp/package.el (package-print-package): Add link to
2007 package description via describe-package.
2008 (describe-package-1): List package requirements. Add button to
2009 perform installation.
2010 (package-menu-describe-package): New command.
2011
2012 * help-mode.el (help-package): New button type.
2013
2014 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
2015
2016 * emacs-lisp/package.el: Move package-list-packages binding to
2017 menu-bar.el.
2018 (describe-package, describe-package-1, package--dir): New funs.
2019 (package-activate-1): Use package--dir.
2020
2021 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
2022
2023 * help-mode.el (help-package-def): New button type.
2024
2025 * menu-bar.el: Move package-list-packages binding here from
2026 package.el.
2027
2028 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
2029
2030 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
2031
2032 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2033
2034 * emacs-lisp/edebug.el (edebug-read-list):
2035 Phase out old-style backquotes.
2036
2037 2010-06-17 Juri Linkov <juri@jurta.org>
2038
2039 * help-mode.el (help-mode): Set buffer-local variable
2040 revert-buffer-function to help-mode-revert-buffer.
2041 (help-mode-revert-buffer): New function.
2042
2043 * info.el (Info-revert-find-node): Check for major-mode Info-mode
2044 before popping to "*info*" (like in other Info functions).
2045 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
2046 old-history-forward. Pop to old-buffer-name or "*info*" to
2047 recreate the killed buffer. Set Info-history-forward from
2048 old-history-forward.
2049 (Info-breadcrumbs-depth): Add :group and :version.
2050
2051 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
2052
2053 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
2054
2055 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
2056
2057 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
2058 for languages like Portuguese with pt_{BR,PT} and no plain pt.
2059
2060 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
2061
2062 * emacs-lisp/package.el (package-menu-mode-map):
2063 Move initialization into declaration.
2064
2065 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
2066
2067 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
2068
2069 * emacs-lisp/package.el (package-archive-base): Point to
2070 elpa.gnu.org.
2071 (package-enable, package-load-list): New defcustoms.
2072 (package-user-dir, package-directory-list): Turn into defcustoms.
2073 Don't include package-user-dir in package-directory-list.
2074 (package--builtins-base): Don't include Emacs as a "package".
2075 (package-subdirectory-regexp): New var.
2076 (package-load-all-descriptors, package-compute-transaction)
2077 (package-download-transaction): Obey package-load-list.
2078 (package-activate-1): Rename from package-do-activate.
2079 (package-list-packages-internal): Check package-load-list.
2080 (package-load-descriptor, package-generate-autoloads)
2081 (package-unpack, package-unpack-single)
2082 (package--read-archive-file, package-delete): Use
2083 expand-file-name.
2084
2085 * emacs-lisp/package-x.el: New file. Package uploading
2086 functionality split out from package.el.
2087
2088 * startup.el (command-line): Load packages after reading init
2089 file.
2090
2091 2010-06-17 Tom Tromey <tromey@redhat.com>
2092
2093 * emacs-lisp/package.el: New file.
2094
2095 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2096
2097 Fix vc-annotate for renamed files when using Git.
2098 * vc-git.el (vc-git-find-revision): Deal with empty results from
2099 ls-files. Doe not pass the object as a file name to cat-file, it
2100 is not a file name.
2101 (vc-git-annotate-command): Pass the file name using -- to avoid
2102 ambiguity with the revision.
2103 (vc-git-previous-revision): Pass a relative file name.
2104
2105 2010-06-22 Glenn Morris <rgm@gnu.org>
2106
2107 * progmodes/js.el (js-mode-map): Use standard capitalization and
2108 ellipses for menu entries.
2109
2110 * wid-edit.el (widget-complete): Doc fix.
2111
2112 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
2113
2114 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
2115
2116 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2117
2118 Fix annotating other revisions for renamed files in vc-annotate.
2119 * vc-annotate.el (vc-annotate): Add an optional argument for the
2120 VC backend. Use it when non-nil.
2121 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
2122 (Bug#6487)
2123
2124 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
2125 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2126 Do not pass the file name to the 'previous-revision call when we
2127 don't want a file diff. (Bug#6489)
2128
2129 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2130
2131 Fix finding revisions for renamed files in vc-annotate.
2132 * vc.el (vc-find-revision): Add an optional argument for
2133 the VC backend. Use it when non-nil.
2134 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
2135 backend to vc-find-revision. (Bug#6487)
2136
2137 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2138
2139 Fix reading file names in Git annotate buffers.
2140 * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
2141 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
2142
2143 2010-06-20 Alan Mackenzie <acm@muc.de>
2144
2145 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
2146 in file local variables, set it first.
2147
2148 2010-06-19 Glenn Morris <rgm@gnu.org>
2149
2150 * descr-text.el (describe-char-unicode-data): Insert separating
2151 space when needed. (Bug#6422)
2152
2153 * progmodes/idlwave.el (idlwave-action-and-binding):
2154 Fix typo in 2009-12-03 change. (Bug#6450)
2155
2156 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2157
2158 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
2159 handling for `lambda' (misunderstanding).
2160
2161 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
2162
2163 * calc/calc-poly.el (math-accum-factors): Make sure that
2164 constants aren't distributed after they are factored out.
2165
2166 2010-06-16 Juri Linkov <juri@jurta.org>
2167
2168 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
2169 `list-colors-print'. (Bug#6332)
2170
2171 * subr.el (read-quoted-char): Fix up last change (bug#6290).
2172
2173 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
2174
2175 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
2176 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
2177
2178 * font-lock.el (font-lock-major-mode): Rename from
2179 font-lock-mode-major-mode to distinguish it from
2180 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
2181 (font-lock-set-defaults):
2182 * font-core.el (font-lock-default-function): Adjust users.
2183 (font-lock-mode): Don't set it at all.
2184
2185 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
2186
2187 * vc-annotate.el (vc-annotate): Use vc-read-revision.
2188
2189 2010-06-16 Glenn Morris <rgm@gnu.org>
2190
2191 * calendar/appt.el (appt-time-msg-list): Doc fix.
2192 (appt-check): Let-bind appt-warn-time.
2193 (appt-add): Make the 3rd argument optional.
2194 Simplify argument names. Doc fix. Check for integer WARNTIME.
2195 Only add WARNTIME to the output list if non-nil.
2196
2197 2010-06-16 Ivan Kanis <apple@kanis.eu>
2198
2199 * calendar/appt.el (appt-check): Let the 3rd element of
2200 appt-time-msg-list specify the warning time.
2201 (appt-add): Add new argument with the warning time. (Bug#5176)
2202
2203 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2204
2205 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
2206 older than version 1.6. (Bug#6361)
2207
2208 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
2209
2210 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
2211 used by cl-do-arglist. (Bug#6408)
2212
2213 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
2214
2215 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
2216 portuguese casechars/not-casechars for missing 'çÇ'.
2217 Suggested by Rolando Pereira (bug#6434).
2218
2219 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
2220
2221 * facemenu.el (list-colors-sort): Doc fix.
2222
2223 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2224
2225 * progmodes/sql.el (sql-connect-mysql): Fix typo.
2226
2227 2010-06-14 Juri Linkov <juri@jurta.org>
2228
2229 Add sort option `list-colors-sort'. (Bug#6332)
2230 * facemenu.el (color-rgb-to-hsv): New function.
2231 (list-colors-sort): New defcustom.
2232 (list-colors-sort-key): New function.
2233 (list-colors-display): Doc fix. Sort list according to the option
2234 `list-colors-sort'.
2235 (list-colors-print): Add HSV values to `help-echo' property of
2236 RGB strings.
2237
2238 2010-06-14 Juri Linkov <juri@jurta.org>
2239
2240 * compare-w.el: Move to the "vc" subdirectory.
2241
2242 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2243
2244 * image-mode.el (image-mode-map): Remap left-char and right-char.
2245
2246 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
2247
2248 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
2249
2250 * term/common-win.el (x-colors): Add all the color names defined
2251 in rgb.txt (Bug#6332).
2252
2253 * facemenu.el (list-colors-print): Don't print extra names if it
2254 will overflow the window width.
2255
2256 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
2257 change (Bug#6343).
2258
2259 2010-06-12 Eli Zaretskii <eliz@gnu.org>
2260
2261 * files.el (make-directory): Doc fix (bug#6396).
2262
2263 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
2264
2265 * net/tramp.el (tramp-remote-process-environment): Protect version
2266 string by apostroph.
2267 (tramp-shell-prompt-pattern): Do not use a shy group in case of
2268 XEmacs.
2269 (tramp-file-name-for-operation): Add `call-process-region'.
2270 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
2271
2272 * net/tramp-compat.el (top): Do not autoload
2273 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
2274 only when `start-file-process' is not bound.
2275 (tramp-advice-file-expand-wildcards): Do not use
2276 `tramp-handle-file-remote-p'.
2277 (tramp-compat-make-temp-file): Handle the case, that
2278 `make-temp-file' has no third argument EXTENSION.
2279
2280 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
2281
2282 * makefile.w32-in (WINS_BASIC): Include new directory vc.
2283
2284 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
2285
2286 2010-06-11 Juri Linkov <juri@jurta.org>
2287
2288 * finder.el (finder-known-keywords): Add keyword "vc"
2289 for version control.
2290
2291 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
2292 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
2293 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
2294 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
2295
2296 2010-06-11 Juri Linkov <juri@jurta.org>
2297
2298 Move version control related files to the "vc" subdirectory.
2299 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
2300 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
2301 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
2302 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
2303 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
2304 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
2305 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
2306 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
2307 Move files to the "vc" subdirectory.
2308
2309 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
2310
2311 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
2312 (Bug#6367).
2313
2314 2010-06-11 Stephen Eglen <stephen@gnu.org>
2315
2316 * shell.el: Bind `shell-resync-dirs' to M-RET.
2317
2318 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
2319
2320 * notifications.el: Move file from lisp/net, because it is
2321 supposed to talk locally to the user.
2322
2323 2010-06-10 Julien Danjou <julien@danjou.info>
2324
2325 * net/notifications.el (notifications-on-action-signal)
2326 (notifications-on-closed-signal): Pass notification id as first
2327 argument to the callback functions. Add docstrings.
2328 (notifications-notify): Fix docstring.
2329
2330 2010-06-10 Glenn Morris <rgm@gnu.org>
2331
2332 * emacs-lisp/authors.el (authors-ignored-files)
2333 (authors-valid-file-names): Add some files.
2334
2335 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2336
2337 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
2338 merge conflict, giving preference to the emacs-23 version of the code.
2339
2340 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2341
2342 * emacs-lisp/advice.el (ad-compile-function):
2343 Define warning-suppress-types before we let-bind it (bug#6275).
2344
2345 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
2346 declare it, make it buffer-local and permanent-local (bug#6324).
2347 (vc-resynch-window): Adjust name.
2348 * vc-hooks.el (vc-find-file-hook): Adjust name.
2349
2350 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
2351
2352 * net/notifications.el (notifications-notify): Fix docstring.
2353
2354 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
2355
2356 Update to Unicode 6.0.0 beta.
2357 * international/charprop.el: Update copyright.
2358 * international/mule-cmds.el (ucs-names): Update character ranges.
2359 * international/uni-bidi.el:
2360 * international/uni-category.el:
2361 * international/uni-combining.el:
2362 * international/uni-comment.el:
2363 * international/uni-decimal.el:
2364 * international/uni-decomposition.el:
2365 * international/uni-digit.el:
2366 * international/uni-lowercase.el:
2367 * international/uni-mirrored.el:
2368 * international/uni-name.el:
2369 * international/uni-numeric.el:
2370 * international/uni-old-name.el:
2371 * international/uni-titlecase.el:
2372 * international/uni-uppercase.el: Regenerate.
2373
2374 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
2375
2376 * emacs-lisp/smie.el (comment-string-strip): Declare function.
2377 (smie-precs-precedence-table): Fix typo in docstring.
2378
2379 * vc-mtn.el (log-edit-extract-headers): Declare function.
2380
2381 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
2382
2383 * net/notifications.el (dbus-register-signal): Declare function.
2384 (notifications-notify): Fix typos and reflow docstring.
2385
2386 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
2387
2388 Improve VC create/retrieve tag/branch.
2389 * vc.el (vc-create-tag): Do not read the directory name for VCs
2390 with repository revision granularity. Adjust the tag/branch
2391 prompt. Reset VC properties.
2392 (vc-retrieve-tag): Do not read the directory name for VCs
2393 with repository revision granularity. Reset VC properties.
2394
2395 2010-06-09 Julien Danjou <julien@danjou.info>
2396
2397 * net/notifications.el: New file.
2398
2399 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
2400
2401 Add optional support for resetting VC properties.
2402 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
2403 call vc-file-clearprops when true.
2404 (vc-resynch-buffer): Add new optional argument, pass it down.
2405 (vc-resynch-buffers-in-directory): Likewise.
2406
2407 Improve support for special markup in the VC commit message.
2408 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
2409 * vc-hg.el (vc-hg-checkin): Add support for Date:.
2410 * vc-git.el (vc-git-checkin):
2411 * vc-bzr.el (vc-bzr-checkin): Likewise.
2412
2413 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2414
2415 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
2416 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
2417
2418 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
2419
2420 * iimage.el: Remove images as soon as the underlying text is modified.
2421 (iimage-modification-hook): New function.
2422 (iimage-mode-buffer): Use it.
2423
2424 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2425
2426 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
2427 smie-indent-offset-after. Add :prev case. Make a bit more generic.
2428 (smie-indent-virtual): Remove `virtual' arg. Update callers.
2429 (smie-indent-keyword): Add handling of open-paren keywords.
2430 (smie-indent-comment-continue): Don't assume comment-continue.
2431
2432 2010-06-07 Martin Rudalics <rudalics@gmx.at>
2433
2434 * window.el (pop-to-buffer): Remove the conditional that
2435 compares new-window and old-window, so it will reselect
2436 the selected window unconditionally.
2437 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
2438
2439 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2440
2441 * emacs-lisp/smie.el (smie-indent-offset-after)
2442 (smie-indent-forward-token, smie-indent-backward-token): New functions.
2443 (smie-indent-after-keyword): Use them.
2444 (smie-indent-fixindent): Only applies to the indentation of the BOL.
2445 (smie-indent-keyword): Tweak the black magic.
2446 (smie-indent-comment-continue): Strip comment-continue before use.
2447 (smie-indent-functions): Indent comments before keywords.
2448
2449 2010-06-06 Juri Linkov <juri@jurta.org>
2450
2451 * isearch.el (isearch-lazy-highlight-search): Fix looping
2452 by checking for empty match. This syncs this loop with the
2453 similar loop in `isearch-search'. (Bug#6362)
2454
2455 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
2456
2457 * net/dbus.el (dbus-register-method): Declare function.
2458 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
2459 (dbus-introspect): Doc fix.
2460 (dbus-event-bus-name, dbus-introspect-get-interface)
2461 (dbus-introspect-get-argument): Reflow docstrings.
2462
2463 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
2464
2465 vc-log-incoming/vc-log-outgoing fixes for Git.
2466 * vc-git.el (vc-git-log-view-mode): Fix font lock for
2467 incoming/outgoing logs.
2468 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
2469 instead of vc-git-compute-remote.
2470 (vc-git-compute-remote): Remove.
2471
2472 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
2473
2474 * term/common-win.el (x-colors): Add "dark green" and "dark
2475 turquoise" (Bug#6332).
2476
2477 2010-06-04 Juri Linkov <juri@jurta.org>
2478
2479 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
2480 Instead of setting `replace' to t and replacing the same string
2481 with itself, don't do certain actions when
2482 kill-do-not-save-duplicates is non-nil and string is equal to car
2483 of kill-ring: don't call menu-bar-update-yank-menu, don't push
2484 interprogram-paste strings to kill-ring, and don't push the input
2485 argument `string' to kill-ring.
2486 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
2487
2488 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
2489
2490 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
2491
2492 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
2493
2494 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
2495 (tramp-gvfs-handler-mounted-unmounted)
2496 (tramp-gvfs-connection-mounted-p): Handle default-location.
2497
2498 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
2499 move files to trash.
2500
2501 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
2502
2503 * international/mule-cmds.el (nonascii-insert-offset)
2504 (nonascii-translation-table): Add obsolescence information.
2505
2506 * international/mule.el (make-translation-table-from-vector): Doc fix.
2507
2508 2010-06-03 Eric Ludlam <zappo@gnu.org>
2509
2510 * cedet/semantic/lex-spp.el
2511 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
2512 invalid values during save, just save a nil (Bug#6324).
2513
2514 2010-06-03 Glenn Morris <rgm@gnu.org>
2515
2516 * desktop.el (desktop-clear-preserve-buffers):
2517 Add "*Warnings*" buffer. (Bug#6336)
2518
2519 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
2520
2521 vc-log-incoming/vc-log-outgoing improvements for Git.
2522 * vc-git.el (vc-git-log-outgoing): Use the same format as the
2523 short log.
2524 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
2525
2526 Add bindings for vc-log-incoming and vc-log-outgoing.
2527 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
2528 and vc-log-outgoing.
2529 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
2530 and vc-log-outgoing.
2531
2532 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
2533
2534 * net/rcirc.el (rcirc-sort-nicknames): Remove.
2535 (rcirc-handler-366): Always sort nicknames.
2536
2537 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
2538
2539 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
2540
2541 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
2542
2543 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
2544
2545 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2546
2547 * net/rcirc.el (rcirc-sort-nicknames): Change default.
2548 (rcirc-sort-nicknames-join): Avoid setq.
2549
2550 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2551
2552 * net/rcirc.el (rcirc-sort-nicknames): New custom.
2553 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
2554 (rcirc-handler-366): Use them.
2555
2556 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2557
2558 Split smie-indent-calculate into more manageable chunks.
2559 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
2560 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
2561 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
2562 (smie-indent-exps): Extract from smie-indent-calculate.
2563 (smie-indent-functions): New var.
2564 (smie-indent-functions): Use them.
2565
2566 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2567
2568 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
2569 (smie-indent-calculate): Simplify and cleanup.
2570
2571 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
2572
2573 * net/tramp-gvfs.el (top): Require url-util.
2574 (tramp-gvfs-mount-point): Remove.
2575 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
2576 New defuns.
2577 (with-tramp-dbus-call-method): Format trace message.
2578 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
2579 Implement backup call, when operation on local files fails.
2580 Use progress reporter. Flush properties of changed files.
2581 (tramp-gvfs-handle-make-directory): Make more traces.
2582 (tramp-gvfs-url-file-name): Hexify file name in url.
2583 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
2584 into account for the resulting file name.
2585 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
2586 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
2587 (tramp-gvfs-handler-mounted-unmounted)
2588 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
2589 attribute "default_location". Set "prefix" property.
2590 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
2591 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
2592 exists. Raise an error, if not (due to a corresponding answer
2593 "no" in interactive questions, for example).
2594
2595 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2596
2597 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
2598
2599 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
2600
2601 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
2602 right-*. (Bug#6265)
2603
2604 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
2605
2606 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
2607 * vc-git.el (vc-git-compute-remote): New function.
2608 (vc-git-log-outgoing): Use it instead of hard coding a value.
2609 (vc-git-log-incoming): New function.
2610
2611 Improve state updating for VC tag commands.
2612 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
2613 to update the state of all buffers in the directory.
2614
2615 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
2616
2617 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2618
2619 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
2620 `file-directory-p' to the filename part rather than to the whole text.
2621
2622 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
2623
2624 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
2625 (bug#6231).
2626
2627 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2628
2629 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
2630
2631 2010-05-31 Drew Adams <drew.adams@oracle.com>
2632
2633 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2634
2635 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
2636
2637 * subr.el (momentary-string-display): Just use read-event to read
2638 the exit event (Bug#6238).
2639
2640 2010-05-30 Eli Zaretskii <eliz@gnu.org>
2641
2642 * international/mule.el (define-coding-system): Doc fix (bug#6313).
2643
2644 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
2645
2646 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
2647 Suggested by Eli Zaretskii <eliz@gnu.org>.
2648
2649 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2650
2651 * minibuffer.el (completion-file-name-table): Don't return a boundary
2652 past the end of `string' (bug#6299).
2653 (completion--file-name-table): Delegate to completion-file-name-table
2654 for the `boundaries' case.
2655
2656 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
2657
2658 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
2659 movement commands.
2660
2661 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
2662 `path-separator', but maintain compatibility with Emacs 20.2.
2663
2664 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
2665
2666 * server.el (server-process-filter): Receive parent-id argument
2667 from emacsclient.
2668 (server-create-window-system-frame): New arg. Pass parent-id as
2669 frame parameter.
2670
2671 2010-05-29 Eli Zaretskii <eliz@gnu.org>
2672
2673 Bidi-sensitive word movement with arrow keys.
2674 * subr.el (right-arrow-command, left-arrow-command): Move to
2675 bindings.el.
2676
2677 * bindings.el (right-char, left-char): Move from subr.el and
2678 rename from right-arrow-command and left-arrow-command.
2679 (right-word, left-word): New functions.
2680 (global-map) <right>: Bind to right-char.
2681 (global-map) <left>: Bind to left-char.
2682 (global-map) <C-right>: Bind to right-word.
2683 (global-map) <C-left>: Bind to left-word.
2684
2685 * ls-lisp.el (ls-lisp-classify-file): New function.
2686 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
2687 (ls-lisp-classify): Call ls-lisp-classify-file.
2688 (insert-directory): Remove blanks from switches.
2689
2690 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
2691
2692 * ansi-color.el: Delete unused escape sequences (Bug#6085).
2693 (ansi-color-drop-regexp): New constant.
2694 (ansi-color-apply, ansi-color-filter-region)
2695 (ansi-color-apply-on-region): Delete unrecognized control sequences.
2696 (ansi-color-apply): Build string list before calling concat.
2697
2698 2010-05-28 Juri Linkov <juri@jurta.org>
2699
2700 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
2701 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
2702 (Bug#5270)
2703
2704 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
2705
2706 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
2707 to ignored backtrace functions.
2708 (with-progress-reporter): Expand docstring.
2709 (tramp-handle-delete-file): Implement TRASH argument.
2710 (tramp-get-remote-trash): New defun.
2711
2712 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
2713
2714 * net/tramp-compat.el (tramp-compat-delete-file): Use
2715 `symbol-value' for backward compatibility.
2716
2717 * net/tramp.el (tramp-handle-make-symbolic-link)
2718 (tramp-handle-load)
2719 (tramp-do-copy-or-rename-file-via-buffer)
2720 (tramp-do-copy-or-rename-file-directly)
2721 (tramp-do-copy-or-rename-file-out-of-band)
2722 (tramp-handle-process-file, tramp-handle-call-process-region)
2723 (tramp-handle-shell-command, tramp-handle-file-local-copy)
2724 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2725 (tramp-delete-temp-file-function): Use `delete-file' instead
2726 of `tramp-compat-delete-file'.
2727
2728 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
2729 (tramp-fish-handle-make-symbolic-link)
2730 (tramp-fish-handle-process-file): Use `delete-file' instead
2731 of `tramp-compat-delete-file'.
2732
2733 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
2734 `delete-file' instead of `tramp-compat-delete-file'.
2735
2736 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
2737 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
2738 `tramp-compat-delete-file'.
2739
2740 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
2741 `delete-file' instead of `tramp-compat-delete-file'.
2742
2743 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2744 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2745 (tramp-smb-handle-write-region): Use `delete-file' instead of
2746 `tramp-compat-delete-file'.
2747 (tramp-smb-handle-delete-directory): Use 'trash as arg.
2748
2749 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2750
2751 * dired.el (dired-delete-file): New arg TRASH.
2752 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
2753 (dired-do-flagged-delete, dired-do-delete): Use trash.
2754
2755 * speedbar.el (speedbar-item-delete): Allow trashing.
2756
2757 * files.el (delete-directory): New arg TRASH.
2758
2759 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
2760 (ange-ftp-rename-remote-to-remote)
2761 (ange-ftp-rename-local-to-remote)
2762 (ange-ftp-rename-remote-to-local, ange-ftp-load)
2763 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
2764 `delete-file'.
2765 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
2766 allow trashing.
2767
2768 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2769 handle new TRASH arg of `delete-file'.
2770
2771 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
2772 (tramp-handle-make-symbolic-link, tramp-handle-load)
2773 (tramp-do-copy-or-rename-file-via-buffer)
2774 (tramp-do-copy-or-rename-file-directly)
2775 (tramp-do-copy-or-rename-file-out-of-band)
2776 (tramp-handle-process-file, tramp-handle-call-process-region)
2777 (tramp-handle-shell-command, tramp-handle-file-local-copy)
2778 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2779 (tramp-delete-temp-file-function): Use null TRASH arg in
2780 tramp-compat-delete-file call.
2781
2782 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
2783 (tramp-fish-handle-delete-file)
2784 (tramp-fish-handle-make-symbolic-link)
2785 (tramp-fish-handle-process-file): Use null TRASH arg in
2786 `tramp-compat-delete-file' call.
2787
2788 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
2789 arg in `tramp-compat-delete-file' call.
2790
2791 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
2792 (tramp-gvfs-handle-write-region): Use null TRASH arg in
2793 `tramp-compat-delete-file' call.
2794
2795 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
2796 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
2797 `tramp-compat-delete-file' call.
2798
2799 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2800 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2801 (tramp-smb-handle-write-region): Use null TRASH arg in
2802 tramp-compat-delete-file call.
2803 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
2804 (tramp-smb-handle-delete-file): Rename arg.
2805
2806 * diff.el (diff-sentinel):
2807 * epg.el (epg--make-temp-file, epg-decrypt-string)
2808 (epg-verify-string, epg-sign-string, epg-encrypt-string):
2809 * jka-compr.el (jka-compr-partial-uncompress)
2810 (jka-compr-call-process, jka-compr-write-region):
2811 * server.el (server-sentinel): Remove optional arg from
2812 delete-file, reverting 2010-05-03 change.
2813
2814 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2815
2816 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
2817 font-lock-constant-face, not obsolete font-lock-reference-face.
2818
2819 2010-05-27 Kenichi Handa <handa@m17n.org>
2820
2821 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
2822 element of GSTRING is nil.
2823
2824 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2825
2826 * emacs-lisp/smie.el (smie-forward-token-function)
2827 (smie-backward-token-function): New vars.
2828 (smie-backward-sexp, smie-forward-sexp)
2829 (smie-indent-hanging-p, smie-indent-calculate): Use them.
2830 (smie-default-backward-token): Rename from smie-backward-token and
2831 skip comments.
2832 (smie-default-forward-token): Rename from smie-forward-token and
2833 skip comments.
2834 (smie-next-sexp): Handle nil results from next-token.
2835 (smie-indent-calculate): Add a new case for special `fixindent' comments.
2836
2837 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2838
2839 * progmodes/verilog-mode.el (verilog-type-font-keywords):
2840 Use font-lock-constant-face, not obsolete font-lock-reference-face.
2841
2842 2010-05-27 Masatake YAMATO <yamato@redhat.com>
2843
2844 * htmlfontify.el (hfy-face-resolve-face): New function.
2845 (hfy-face-to-style): Use it (Bug#6279).
2846
2847 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2848
2849 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
2850 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
2851
2852 2010-05-26 Glenn Morris <rgm@gnu.org>
2853
2854 * emulation/edt.el (edt-load-keys): Use locate-library.
2855
2856 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
2857
2858 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
2859 (log-edit-changelog-entries): Doc fix.
2860 (log-edit-changelog-insert-entries): Args changed.
2861 Rename relative filenames in ChangeLog entries. Delete tabs.
2862 (log-edit-insert-changelog-entries): Reorganize return value of
2863 `log-edit-changelog-entries' to pass filenames to
2864 log-edit-changelog-insert-entries.
2865
2866 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2867
2868 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
2869 `image-dired-dired-insert-marked-thumbs' to
2870 `image-dired-dired-toggle-marked-thumbs'.
2871
2872 * image-dired.el: Require cl when compiling.
2873 (image-dired-dired-toggle-marked-thumbs): Rename from
2874 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
2875 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
2876 to 'no-dir. Skip files whose names don't match
2877 `image-file-name-regexp'. When file has a thumbnail overlay,
2878 delete it. (Bug#5270)
2879
2880 2010-05-25 Juri Linkov <juri@jurta.org>
2881
2882 * image-mode.el (image-mode): Add image-after-revert-hook to
2883 after-revert-hook.
2884 (image-after-revert-hook): New function. (Bug#5669)
2885
2886 2010-05-25 Juri Linkov <juri@jurta.org>
2887
2888 * image.el (image-animated-p): When delay between animated images
2889 is 0, set it to 10 (0.1 sec). (Bug#6258)
2890
2891 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
2892
2893 * net/tramp.el (tramp-handle-insert-directory): Don't use
2894 `forward-word', its default syntax could be changed.
2895
2896 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
2897
2898 * net/tramp.el (tramp-progress-reporter-update): New defun.
2899 (with-progress-reporter): Use it.
2900 (tramp-process-actions):
2901 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
2902 current message, in order to let progress reporter continue
2903 afterwards. (Bug#6257)
2904
2905 2010-05-25 Glenn Morris <rgm@gnu.org>
2906
2907 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
2908 Add :version.
2909
2910 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
2911
2912 * net/rcirc.el (rcirc-default-user-name): Change to "user".
2913 (rcirc-default-full-name): Change to "unknown".
2914 (rcirc-user-name-history): Add variable.
2915
2916 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
2917 Jonathan Rockway <jon@jrock.us>
2918
2919 * net/rcirc.el (rcirc-server-alist): Add :pass.
2920 (rcirc): When prompting for connection parameters, also prompt for
2921 username and password.
2922 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
2923 value to server when connecting.
2924
2925 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2926
2927 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
2928 (smie-merge-prec2s): Pass the tables as separate args.
2929 (smie-bnf-precedence-table): Adjust call accordingly.
2930 (smie-prec2-levels): Set levels at the end.
2931
2932 Replace Lisp calls to delete-backward-char by delete-char.
2933 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
2934 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
2935 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
2936 * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
2937 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
2938 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
2939 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
2940 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
2941 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
2942 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
2943 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
2944 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
2945 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
2946 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
2947 delete-backward-char by calls to delete-char.
2948
2949 2010-05-25 Kenichi Handa <handa@m17n.org>
2950
2951 * language/hebrew.el (hebrew-shape-gstring): New function.
2952 Register it in composition-function-table for all Hebrew combining
2953 characters.
2954
2955 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2956
2957 * epa.el (epa--select-keys): Don't explicitly delete the window since
2958 that can fail (e.g. sole window in frame). Use dedication instead.
2959
2960 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
2961
2962 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2963
2964 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
2965
2966 * image.el (image-refresh): Define as an alias for image-flush.
2967
2968 * image-mode.el (image-toggle-display-image): Caller changed.
2969
2970 2010-05-21 Juri Linkov <juri@jurta.org>
2971
2972 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
2973 Remove "all" from grep-files-aliases. Split grep-files-aliases by
2974 whitespace, call wildcard-to-regexp on substrings and concat them
2975 with "\\|". (Bug#6114)
2976
2977 2010-05-21 Alan Mackenzie <acm@muc.de>
2978
2979 * progmodes/cc-engine.el (c-parse-state-get-strategy):
2980 Replace parameter `here' with `here-' and `here-plus', which sandwich
2981 any pertinent CPP construct.
2982 (c-remove-stale-state-cache-backwards): Fix a bug which happens
2983 when doing (c-parse-state) in a CPP construct: Exclude any "new"
2984 CPP construct from taking part in the scanning.
2985
2986 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
2987
2988 * net/tramp.el (tramp-do-copy-or-rename-file)
2989 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
2990 Tune `with-progress-reporter' messages.
2991 (tramp-handle-vc-registered):
2992 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
2993 (tramp-fish-handle-insert-file-contents)
2994 (tramp-fish-maybe-open-connection):
2995 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2996 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
2997 (tramp-imap-handle-insert-file-contents)
2998 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2999
3000 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
3001
3002 * add-log.el (change-log-font-lock-keywords):
3003 Highlight all authors in multi-author entries.
3004
3005 * smerge-mode.el (smerge-refine-ignore-whitespace)
3006 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
3007 Fix typos in docstrings.
3008 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
3009
3010 2010-05-21 Glenn Morris <rgm@gnu.org>
3011
3012 * progmodes/fortran.el (fortran-mode):
3013 * progmodes/f90.el (f90-mode): Derive from prog-mode.
3014
3015 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
3016 having a relative path in src/Makefile.in.
3017
3018 2010-05-20 Kevin Ryde <user42@zip.com.au>
3019
3020 * help-mode.el (help-make-xrefs): For Info node links turn
3021 newlines into spaces. Link node names with newlines are matched
3022 by help-xref-info-regexp and buttonized, this change ensures they
3023 can be followed successfully with RET. (Bug#6206)
3024
3025 2010-05-20 Juri Linkov <juri@jurta.org>
3026
3027 * locate.el (locate): Use pop-to-buffer instead of
3028 switch-to-buffer-other-window. (Bug#6204)
3029
3030 2010-05-20 Juri Linkov <juri@jurta.org>
3031
3032 * replace.el (replace-highlight): Fix lazy-highlighting
3033 for `M-s w str M-% str RET'.
3034
3035 2009-12-15 Masatake YAMATO <yamato@redhat.com>
3036
3037 * isearch.el (isearch-yank-word-or-char): Pull next subword
3038 when `subword-mode' is activated. (Bug#6220)
3039
3040 2010-05-20 Mark A. Hershberger <mah@everybody.org>
3041
3042 * isearch.el (isearch-update-post-hook): New hook.
3043 (isearch-update): Use the new hook. (Bug#6225)
3044
3045 2010-05-20 Juri Linkov <juri@jurta.org>
3046
3047 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
3048 [f1], [help], and (char-to-string help-char) instead of "\C-h".
3049 (Bug#6222)
3050
3051 2010-05-20 Juri Linkov <juri@jurta.org>
3052
3053 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
3054 (Bug#6223)
3055
3056 2010-05-20 Juri Linkov <juri@jurta.org>
3057
3058 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
3059 FILE-NAME to read from the minibuffer when called interactively
3060 with prefix argument instead of using buffer-file-name.
3061 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
3062
3063 * dired.el: Update autoloads.
3064
3065 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
3066
3067 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
3068 nxml-finish-element, for consistency with SGML mode.
3069
3070 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
3071 octave-close-block.
3072
3073 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
3074
3075 * composite.el: Require cl when compiling.
3076 (reference-point-alist, compose-gstring-for-graphic)
3077 (compose-gstring-for-terminal): Fix typos in docstrings.
3078
3079 2010-05-19 Juri Linkov <juri@jurta.org>
3080
3081 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
3082 set-window-parameter.
3083
3084 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
3085
3086 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
3087 where appropriate.
3088 (tramp-maybe-open-connection): Use it.
3089
3090 2010-05-19 Eli Zaretskii <eliz@gnu.org>
3091
3092 * simple.el (move-end-of-line): Make sure we are at line beginning
3093 before backing up to end of previous line.
3094
3095 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
3096
3097 * password-cache.el (password-cache-remove): Fix docstring.
3098
3099 * net/secrets.el: Autoload the widget functions.
3100 (secrets-search-items, secrets-create-item)
3101 (secrets-get-attributes, secrets-expand-item): Attributes will be
3102 stored on the password database without leading ":", as all other
3103 clients do as well.
3104 (secrets-mode): Fix docstring.
3105 (secrets-show-secrets): Provide it as autoloaded command only when
3106 D-Bus support is available. Check existence of Secret Service API.
3107
3108 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3109
3110 * indent.el (indent-region): Deactivate region (bug#6200).
3111
3112 2010-05-19 Glenn Morris <rgm@gnu.org>
3113
3114 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
3115
3116 2010-05-19 Kenichi Handa <handa@m17n.org>
3117
3118 * composite.el: Register compose-gstring-for-graphic in
3119 composition-function-table only for combining characters (Mn, Mc, Me).
3120
3121 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
3122
3123 * calc/calc-trail.el (calc-trail-isearch-forward)
3124 (calc-trail-isearch-backward): Ensure that the new window
3125 point is set correctly.
3126
3127 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3128
3129 * subr.el (read-quoted-char): Resolve modifiers after key
3130 remapping (bug#6212).
3131
3132 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
3133
3134 Add visualization code for secrets.
3135 * net/secrets.el (secrets-mode): New major mode.
3136 (secrets-show-secrets, secrets-show-collections)
3137 (secrets-expand-collection, secrets-expand-item)
3138 (secrets-tree-widget-after-toggle-function)
3139 (secrets-tree-widget-show-password): New defuns.
3140
3141 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3142
3143 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
3144 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
3145 handled in smie-next-sexp.
3146 (smie-indent-calculate): Provide a starting indentation (so the
3147 recursion is well-founded ;-).
3148
3149 Fix handling of non-associative equal levels.
3150 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
3151 when it's not needed.
3152 (smie-op-left, smie-op-right): New functions.
3153 (smie-next-sexp): New function, extracted from smie-backward-sexp.
3154 Better handle equal levels to distinguish the associative case from
3155 the "multi-keyword construct" case.
3156 (smie-backward-sexp, smie-forward-sexp): Use it.
3157
3158 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
3159
3160 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
3161
3162 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
3163 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
3164
3165 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3166
3167 Provide a simple generic indentation engine and use it for Prolog.
3168 * emacs-lisp/smie.el: New file.
3169 * progmodes/prolog.el (prolog-smie-op-levels)
3170 (prolog-smie-indent-rules): New var.
3171 (prolog-mode-variables): Use them to configure SMIE.
3172 (prolog-indent-line, prolog-indent-level): Remove.
3173
3174 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
3175
3176 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
3177 order before computing the averages.
3178
3179 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
3180
3181 * calc/calc-vec.el (calc-histogram):
3182 (calcFunc-histogram): Allow vectors as inputs.
3183 (math-vector-avg): New function.
3184
3185 * calc/calc-ext.el (math-group-float): Have the number of digits
3186 being grouped depend on the radix (Bug#6189).
3187
3188 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
3189
3190 * version.el (emacs-copyright, emacs-version): Don't define here,
3191 now that emacs.c defines it.
3192
3193 2010-05-15 Eli Zaretskii <eliz@gnu.org>
3194
3195 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
3196 "Describe Language Environment" menu item.
3197
3198 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
3199
3200 Bidi-sensitive movement with arrow keys.
3201 * subr.el (right-arrow-command, left-arrow-command): New functions.
3202
3203 * bindings.el (global-map): Bind them to right and left arrow keys.
3204
3205 Don't override standard definition of convert-standard-filename.
3206 * files.el (convert-standard-filename): Call
3207 w32-convert-standard-filename and dos-convert-standard-filename on
3208 the corresponding systems.
3209
3210 * w32-fns.el (w32-convert-standard-filename): Rename from
3211 convert-standard-filename. Doc fix.
3212
3213 * dos-fns.el (dos-convert-standard-filename): Doc fix.
3214 (convert-standard-filename): Don't defalias.
3215 (register-name-alist, make-register, register-value)
3216 (set-register-value, intdos): Obsolete aliases for the
3217 corresponding dos-* functions and variables.
3218 (dos-intdos): Add a doc string.
3219
3220 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
3221
3222 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
3223 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
3224 (math-compose-tex-func):
3225 * calc/calccomp.el (math-compose-expr):
3226 * calc/calc-ext.el (math-format-flat-expr-fancy):
3227 * calc/calc-store.el (calc-read-var-name):
3228 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
3229
3230 * calc/calc.el (var-π, var-φ, var-γ): New variables.
3231 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
3232 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
3233 (math-standard-units): Add units.
3234
3235 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3236
3237 * progmodes/asm-mode.el (asm-mode):
3238 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
3239
3240 * pcomplete.el (pcomplete-completions-at-point): New function,
3241 extracted from pcomplete-std-complete.
3242 (pcomplete-std-complete): Use it.
3243
3244 2010-05-15 Glenn Morris <rgm@gnu.org>
3245
3246 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3247 Remove references to CVS, RCS and Old directories.
3248
3249 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
3250
3251 * calc/calc-bin.el (math-format-twos-complement): Group digits when
3252 appropriate.
3253
3254 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
3255
3256 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
3257 (sh-mode-syntax-table): Give it a default value instead.
3258 (sh-header-marker): Make buffer-local.
3259 (sh-mode): Move make-local-variable to the corresponding setq.
3260 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
3261 Use complete-with-action.
3262
3263 * simple.el (prog-mode): New (abstract) major mode.
3264 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
3265 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
3266
3267 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
3268
3269 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
3270 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
3271 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
3272 (sql-make-alternate-buffer-name, sql-placeholders-filter)
3273 (sql-escape-newlines-filter, sql-input-sender)
3274 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
3275
3276 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
3277
3278 Add TeX open-block and close-block keybindings to SGML, and vice versa.
3279
3280 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
3281 latex-open-block and C-c / to latex-close-block.
3282
3283 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
3284 and C-c C-e to sgml-close-tag.
3285
3286 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
3287
3288 * net/tramp.el (with-progress-reporter): Create reporter object
3289 only when the message would be displayed. Handle nested calls.
3290 (tramp-handle-load, tramp-handle-file-local-copy)
3291 (tramp-handle-insert-file-contents, tramp-handle-write-region)
3292 (tramp-maybe-send-script, tramp-find-shell):
3293 Use `with-progress-reporter'.
3294 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
3295 Fix message text.
3296
3297 * net/tramp-smb.el (tramp-smb-handle-copy-file)
3298 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3299 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
3300 Use `with-progress-reporter'.
3301
3302 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
3303
3304 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
3305 process everytime when spellchecking from the minibuffer (bug#6143).
3306
3307 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3308
3309 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
3310
3311 * dos-fns.el: Add "dos-" prefix for namespace control.
3312 (convert-standard-filename): Define as alias for
3313 dos-convert-standard-filename but only if applicable.
3314
3315 2010-05-12 Alan Mackenzie <acm@muc.de>
3316
3317 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
3318 Push the mark at the start of these functions when appropriate.
3319
3320 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3321
3322 * minibuffer.el (completion-cycle-threshold): New custom var.
3323 (completion--do-completion): Use it.
3324 (minibuffer-complete): Use cycling if appropriate.
3325
3326 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
3327
3328 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
3329 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
3330
3331 2010-05-11 Juri Linkov <juri@jurta.org>
3332
3333 * scroll-all.el (scroll-all-check-to-scroll):
3334 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
3335
3336 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3337
3338 * iimage.el (iimage-mode-map): Move initialization into declaration.
3339 (iimage-mode-buffer): Use with-silent-modifications.
3340 Simplify calling convention. Adjust callers.
3341 (iimage-mode): Don't run hook redundantly.
3342
3343 * minibuffer.el (completion-pcm--pattern->regex):
3344 Fix last change (bug#6160).
3345
3346 2010-05-10 Juri Linkov <juri@jurta.org>
3347
3348 Remove nodes visited during Isearch from the Info history.
3349 * info.el (Info-isearch-initial-history)
3350 (Info-isearch-initial-history-list): New variables.
3351 (Info-isearch-start): Record initial values of
3352 Info-isearch-initial-history and Info-isearch-initial-history-list.
3353 Add Info-isearch-end to isearch-mode-end-hook.
3354 (Info-isearch-end): New function.
3355
3356 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
3357
3358 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
3359 format string, in order to work around a bug in pdksh.
3360 Reported by Gilles Pion <gpion@lfdj.com>.
3361 (tramp-handle-verify-visited-file-modtime): Do not send a command
3362 when the connection is not established.
3363 (tramp-handle-set-file-times): Simplify the check for utc.
3364
3365 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
3366
3367 Fix use of `filter-buffer-substring' (rework previous change).
3368 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
3369 (cua-repeat-replace-region):
3370 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
3371 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3372 (cua-cut-region-to-global-mark): Use it.
3373
3374 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
3375
3376 * progmodes/sql.el: Version 2.1.
3377 (sql-product-alist): Redesign structure of product info.
3378 (sql-product, sql-user, sql-server, sql-database): Safe variables.
3379 (sql-port, sql-port-history): New variables.
3380 (sql-interactive-product): New variable.
3381 (sql-send-terminator): New variable.
3382 (sql-imenu-generic-expression): Add "Types" imenu entry.
3383 (sql-oracle-login-params, sql-sqlite-login-params)
3384 (sql-mysql-login-params, sql-solid-login-params)
3385 (sql-sybase-login-params, sql-informix-login-params)
3386 (sql-ingres-login-params, sql-ms-login-params)
3387 (sql-postgres-login-params, sql-interbase-login-params)
3388 (sql-db2-login-params, sql-linter-login-params)
3389 (sql-oracle-scan-on): New variables.
3390 (sql-mode-map): Add C-c C-i to start interactive mode.
3391 (sql-mode-menu): Update existing menu entries.
3392 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
3393 (sql-mode-oracle-font-lock-keywords)
3394 (sql-mode-postgres-font-lock-keywords)
3395 (sql-mode-ms-font-lock-keywords)
3396 (sql-mode-sybase-font-lock-keywords)
3397 (sql-mode-informix-font-lock-keywords)
3398 (sql-mode-interbase-font-lock-keywords)
3399 (sql-mode-ingres-font-lock-keywords)
3400 (sql-mode-solid-font-lock-keywords)
3401 (sql-mode-mysql-font-lock-keywords)
3402 (sql-mode-sqlite-font-lock-keywords)
3403 (sql-mode-db2-font-lock-keywords)
3404 (sql-mode-linter-font-lock-keywords): Update initialization to
3405 reduce run-time complexity.
3406 (sql-add-product, sql-del-product): New functions.
3407 (sql-set-product-feature, sql-get-product-feature): New functions.
3408 (sql-product-font-lock): Update product API.
3409 (sql-add-product-keywords): New function.
3410 (sql-highlight-product): Update product API.
3411 (sql-help-list-products): New function.
3412 (sql-help): Dynamically lists free and non-free products.
3413 (sql-get-login): Correct bug in handling history and added
3414 prompt for port.
3415 (sql-copy-column): Copy without properties.
3416 (sqli-input-sender): Apply filters to SQLi input.
3417 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
3418 Implement as a filter.
3419 (sql-escape-newlines-filter): Implement as a filter.
3420 (sql-remove-tabs-filter): New function.
3421 (sql-send-magic-terminator): New function.
3422 (sql-send-string): Implement magic terminator.
3423 (sql-send-region): Use `sql-send-string'.
3424 (sql-interactive-mode): Use product API.
3425 (sql-product-interactive): Use product API.
3426 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
3427 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
3428 (sql-db2, sql-linter): Use `sql-product-interactive'.
3429 (sql-connect): New function.
3430 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
3431 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
3432 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
3433 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
3434 Use `sql-connect'.
3435
3436 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3437
3438 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
3439 New custom variable.
3440 (completion-pcm--string->pattern): Use it.
3441 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
3442 Make it handle any symbol as `any'.
3443 (completion-pcm--merge-completions): Extract common suffix for the new
3444 `prefix' symbol as well.
3445 (completion-substring--all-completions): Use the new `prefix' symbol.
3446
3447 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
3448
3449 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
3450 not bound.
3451 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
3452 (tramp-compat-funcall): New defmacro.
3453 (tramp-compat-line-beginning-position)
3454 (tramp-compat-line-end-position)
3455 (tramp-compat-temporary-file-directory)
3456 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
3457 (tramp-compat-copy-file, tramp-compat-copy-directory)
3458 (tramp-compat-delete-file, tramp-compat-delete-directory)
3459 (tramp-compat-number-sequence, tramp-compat-process-running-p)
3460 * net/tramp.el (top, with-progress-reporter)
3461 (tramp-rfn-eshadow-setup-minibuffer)
3462 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
3463 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
3464 (tramp-completion-mode-p, tramp-check-for-regexp)
3465 (tramp-open-connection-setup-interactive-shell)
3466 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
3467 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
3468 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
3469 * net/tramp-cmds.el (tramp-cleanup-all-connections)
3470 (tramp-reporter-dump-variable, tramp-load-report-modules)
3471 (tramp-append-tramp-buffers)
3472 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
3473
3474 * net/tramp-imap.el (top): Autoload `epg-make-context'.
3475
3476 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3477
3478 * progmodes/compile.el (compilation-buffer-modtime): Rename from
3479 buffer-modtime. Adjust users.
3480
3481 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3482
3483 * international/mule.el (auto-coding-alist): Only purecopy
3484 car of each item, not the whole list (Bug#6083).
3485
3486 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3487
3488 * progmodes/js.el (js-mode): Make paragraph variables local before
3489 calling c-setup-paragraph-variables (Bug#6071).
3490
3491 2010-05-08 Eli Zaretskii <eliz@gnu.org>
3492
3493 * composite.el (compose-region, reference-point-alist): Fix typos
3494 in the doc strings.
3495
3496 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3497
3498 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
3499 gnuplot's "set" command.
3500
3501 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
3502
3503 * abbrev.el (last-abbrev-text): Doc fix.
3504 (abbrev-prefix-mark): Don't escape parenthesis.
3505
3506 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
3507
3508 * composite.el (find-composition): Doc fix.
3509
3510 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
3511
3512 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
3513 (sql-oracle-program, sql-sqlite-options)
3514 (sql-query-placeholders-and-send): Doc fixes.
3515 (sql-set-product, sql-interactive-mode): Reflow docstrings.
3516 (sql-imenu-generic-expression, sql-buffer)
3517 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
3518 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
3519 (sql-mode-sybase-font-lock-keywords)
3520 (sql-mode-informix-font-lock-keywords)
3521 (sql-mode-interbase-font-lock-keywords)
3522 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
3523 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
3524 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
3525 (sql-product-feature, sql-highlight-product)
3526 (comint-line-beginning-position, sql-rename-buffer)
3527 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
3528 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
3529 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
3530 Fix typos in docstrings.
3531
3532 2010-05-08 Juri Linkov <juri@jurta.org>
3533
3534 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
3535 property instead of `invisible' and `after-string' (bug#5998).
3536
3537 2010-05-08 Juri Linkov <juri@jurta.org>
3538
3539 * image-mode.el (image-mode-as-text): Fix typo in docstring.
3540
3541 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
3542
3543 * filecache.el (file-cache-add-directory-list)
3544 (file-cache-add-directory-recursively): Fix typos in docstrings.
3545
3546 2010-05-08 Kenichi Handa <handa@m17n.org>
3547
3548 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
3549 (gujarati-composable-pattern): Fix typo.
3550
3551 2010-05-08 Kenichi Handa <handa@m17n.org>
3552
3553 * language/indian.el (oriya-composable-pattern)
3554 (tamil-composable-pattern, malayalam-composable-pattern):
3555 Add two-part vowels to "v" (vowel sign).
3556
3557 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3558
3559 * files.el (copy-directory): Handle symlinks (Bug#5982).
3560
3561 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
3562
3563 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
3564 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
3565 (Bug#5846).
3566
3567 2010-05-08 Glenn Morris <rgm@gnu.org>
3568
3569 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
3570
3571 * minibuffer.el (completion-at-point): Doc fix.
3572
3573 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3574
3575 * electric.el (Electric-command-loop): Minor tweak.
3576
3577 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
3578 better with dedicated windows.
3579
3580 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
3581
3582 * Version 23.2 released.
3583
3584 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
3585 Stefan Monnier <monnier@iro.umontreal.ca>
3586
3587 Highlight vendor specific properties.
3588 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
3589 (css-proprietary-property): New face.
3590 (css-font-lock-keywords): Use them.
3591
3592 2010-05-07 Eli Zaretskii <eliz@gnu.org>
3593
3594 * cus-start.el (all): Add native condition for tool-bar-* symbols.
3595
3596 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3597
3598 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
3599 * files.el (auto-mode-alist): Remove redundant entries.
3600
3601 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
3602 * simple.el (auto-save-mode): Move from files.el.
3603 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
3604
3605 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
3606
3607 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
3608
3609 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
3610
3611 * mail/binhex.el (binhex-decode-region-internal)
3612 * mail/uudecode.el (uudecode-decode-region-internal)
3613 * net/dns.el (dns-read-string-name, dns-write, dns-read)
3614 (dns-read-type, dns-query)
3615 * pgg-parse.el (pgg-parse-armor)
3616 * pgg.el (pgg-verify-region)
3617 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
3618 XEmacs.
3619
3620 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
3621
3622 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
3623
3624 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
3625
3626 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
3627 * emulation/cua-base.el (cua-repeat-replace-region):
3628 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3629 (cua-cut-region-to-global-mark):
3630 Remove text properties with `set-text-properties'.
3631
3632 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
3633
3634 * net/tramp.el (top, with-progress-reporter):
3635 Use `symbol-function' inside `funcall'.
3636
3637 * net/tramp-compat.el (tramp-compat-file-attributes)
3638 (tramp-compat-delete-file, tramp-compat-delete-directory):
3639 Handle only `wrong-number-of-arguments' error.
3640
3641 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
3642 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
3643 inside `funcall'.
3644
3645 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3646
3647 * minibuffer.el (completion--sreverse, completion--common-suffix):
3648 New functions.
3649 (completion-pcm--merge-completions): Extract common suffix when safe.
3650
3651 * emacs-lisp/easy-mmode.el (define-minor-mode):
3652 Make :variable more flexible.
3653 * files.el (auto-save-mode): Use it to define using define-minor-mode.
3654
3655 2010-05-05 Juri Linkov <juri@jurta.org>
3656
3657 Add `slow' and `history' tags to the desktop data.
3658
3659 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
3660 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
3661 (Info-finder-find-node): Require `finder.el' to be able
3662 to restore node from the desktop.
3663 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
3664 data `Info-history' and `slow' tag in the assoc list.
3665 (Info-restore-desktop-buffer): Don't restore nodes with the
3666 `slow' tag. Restore `Info-history'.
3667
3668 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
3669
3670 Add FORCE argument to `delete-file'.
3671
3672 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
3673 forcing to delete the temporary file.
3674 (ange-ftp-delete-file): Add FORCE arg.
3675 (ange-ftp-rename-remote-to-remote)
3676 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
3677 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
3678 Force file deletion.
3679
3680 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
3681
3682 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
3683 (tramp-handle-make-symbolic-link, tramp-handle-load)
3684 (tramp-do-copy-or-rename-file-via-buffer)
3685 (tramp-do-copy-or-rename-file-directly)
3686 (tramp-do-copy-or-rename-file-out-of-band)
3687 (tramp-handle-process-file, tramp-handle-call-process-region)
3688 (tramp-handle-shell-command, tramp-handle-file-local-copy)
3689 (tramp-handle-insert-file-contents, tramp-handle-write-region)
3690 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
3691
3692 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
3693 (tramp-fish-handle-make-symbolic-link)
3694 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
3695
3696 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
3697 Use `tramp-compat-delete-file'.
3698
3699 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
3700 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
3701
3702 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
3703 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
3704
3705 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
3706 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
3707 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
3708 `tramp-compat-delete-file'.
3709
3710 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3711
3712 Minor cleanups.
3713 * subr.el (add-minor-mode): Use push.
3714 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
3715 * emulation/edt.el (edt-select-mode): Simplify.
3716
3717 Use define-minor-mode in more cases.
3718 * term/tvi970.el (tvi970-set-keypad-mode):
3719 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
3720 (normal-erase-is-backspace-mode):
3721 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
3722 (set-scroll-bar-mode-1): (Re)move to its sole caller.
3723 (get-scroll-bar-mode): New function.
3724 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
3725
3726 Use define-minor-mode for less obvious cases.
3727 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
3728 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
3729 * international/iso-ascii.el (iso-ascii-mode):
3730 * frame.el (auto-raise-mode, auto-lower-mode):
3731 * composite.el (global-auto-composition-mode): Use define-minor-mode.
3732
3733 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
3734
3735 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
3736 in order to see error messages for failed logins.
3737
3738 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
3739
3740 * diff.el (diff-sentinel):
3741
3742 * epg.el (epg--make-temp-file, epg-decrypt-string)
3743 (epg-verify-string, epg-sign-string, epg-encrypt-string):
3744
3745 * jka-compr.el (jka-compr-partial-uncompress)
3746 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
3747
3748 * server.el (server-sentinel): Use delete-file's new FORCE arg
3749 (Bug#6070).
3750
3751 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3752
3753 Use define-minor-mode where applicable.
3754 * view.el (view-mode):
3755 * type-break.el (type-break-query-mode)
3756 (type-break-mode-line-message-mode):
3757 * textmodes/reftex.el (reftex-mode):
3758 * term/vt100.el (vt100-wide-mode):
3759 * tar-mode.el (tar-subfile-mode):
3760 * savehist.el (savehist-mode):
3761 * ibuf-ext.el (ibuffer-auto-mode):
3762 * composite.el (auto-composition-mode):
3763 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
3764 Use define-minor-mode.
3765 (vhdl-mode): Use static mode-line format.
3766 (vhdl-mode-line-update): Delete.
3767 (vhdl-create-mode-menu, vhdl-activate-customizations)
3768 (vhdl-hs-minor-mode): Don't bother calling it.
3769
3770 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3771
3772 * simple.el (with-wrapper-hook): Move.
3773 (buffer-substring-filters): Mark obsolete.
3774 (filter-buffer-substring-functions): New variable.
3775 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
3776
3777 Use a mode-line spec rather than a static string in Semantic.
3778 * cedet/semantic/util-modes.el:
3779 (semantic-minor-modes-format): New var to replace...
3780 (semantic-minor-modes-status): Remove.
3781 (semantic-mode-line-update): Construct a mode-line spec rather than
3782 a static string so that mouse buttons can be used on individual minor
3783 modes and so that semantic-mode-line-update only needs to be called
3784 when global settings are changed.
3785 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
3786 Call semantic-mode-line-update.
3787 (semantic-toggle-minor-mode-globally): Don't assume mode is on
3788 minor-mode-alist, check semantic-minor-mode-alist as well.
3789 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
3790 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
3791 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
3792 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3793 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3794 (define-semantic-idle-service, semantic-idle-summary-mode):
3795 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
3796 Don't call semantic-mode-line-update any more.
3797
3798 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3799
3800 Use define-minor-mode in CEDET where applicable.
3801
3802 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
3803 Use define-minor-mode.
3804
3805 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
3806 Remove unused arg `keymap' and code redundant with define-minor-mode.
3807 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
3808 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
3809 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
3810 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
3811 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
3812 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
3813 Use define-minor-mode.
3814 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
3815 (semantic-show-unmatched-syntax-mode-setup)
3816 (semantic-show-parser-state-mode-setup)
3817 (semantic-highlight-func-mode-setup): Inline into sole caller.
3818
3819 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
3820 (semantic-mru-bookmark-mode): Use define-minor-mode.
3821 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
3822
3823 * cedet/semantic/idle.el (define-semantic-idle-service):
3824 Use define-minor-mode and inline setup function into its sole caller.
3825 (semantic-idle-scheduler-mode-setup)
3826 (semantic-idle-summary-mode-setup): Inline into sole caller.
3827 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
3828 Use define-minor-mode.
3829
3830 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
3831 (semantic-decoration-mode): Use define-minor-mode.
3832 (semantic-decoration-mode-setup): Inline into sole caller.
3833
3834 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
3835 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
3836 (ede-dired-add-to-target): Use dolist.
3837
3838 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
3839 Michael Albinus <michael.albinus@gmx.de>
3840
3841 Implement compression for inline methods.
3842
3843 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
3844 (tramp-copy-size-limit): Allow also nil.
3845 (tramp-inline-compress-commands): New defconst.
3846 (tramp-find-inline-compress, tramp-get-inline-compress)
3847 (tramp-get-inline-coding): New defuns.
3848 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
3849 replaced by `tramp-get-inline-coding'.
3850 (tramp-handle-file-local-copy, tramp-handle-write-region)
3851 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
3852
3853 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3854
3855 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
3856 Remove unused functions.
3857
3858 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
3859 Set find-tag-default-function as a variable rather than a property.
3860
3861 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
3862 * progmodes/etags.el (tags-completion-at-point-function):
3863 Remove left over interactive spec. Add autoloading stub.
3864 (complete-tag): Use tags-completion-at-point-function.
3865
3866 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
3867
3868 * minibuffer.el (tags-completion-at-point-function): Fix return value.
3869
3870 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
3871
3872 * ido.el (ido-init-completion-maps): Remove C-v binding.
3873 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
3874
3875 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
3876
3877 * minibuffer.el (tags-completion-at-point-function): New function.
3878 (completion-at-point-functions): Use it.
3879
3880 * cedet/semantic.el (semantic-completion-at-point-function):
3881 New function.
3882 (semantic-mode): Use semantic-completion-at-point-function for
3883 completion-at-point-functions instead.
3884
3885 * progmodes/etags.el (complete-tag): Revert last change.
3886
3887 2010-04-29 Alan Mackenzie <acm@muc.de>
3888
3889 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
3890 off-by-one error (in end of macro position).
3891
3892 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3893
3894 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
3895 firefox is absent. Don't autoload.
3896 (browse-url-galeon-program): Don't autoload.
3897
3898 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
3899
3900 * bindings.el (complete-symbol): Move into minibuffer.el.
3901
3902 * minibuffer.el (complete-tag): Move from etags.el. If tags
3903 completion cannot be performed, return nil instead of signalling
3904 an error.
3905 (completion-at-point): Make it an alias for complete-symbol.
3906 (complete-symbol): Move from bindings.el, and replace with the
3907 body of completion-at-point.
3908
3909 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
3910
3911 * cedet/semantic.el (semantic-mode): When enabled, add
3912 semantic-ia-complete-symbol to completion-at-point-functions.
3913
3914 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
3915 if Semantic is not active.
3916
3917 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
3918
3919 * net/tramp.el (tramp-remote-selinux-p): New defun.
3920 (tramp-handle-file-selinux-context)
3921 (tramp-handle-set-file-selinux-context): Use it.
3922
3923 2010-04-28 Sam Steingold <sds@gnu.org>
3924
3925 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
3926 `safe-local-variable' if the value is a string or a symbol with
3927 the property `bug-reference-url-format'.
3928
3929 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
3930
3931 * progmodes/bug-reference.el (bug-reference-url-format):
3932 Revert 2010-04-27 change due to security risk.
3933
3934 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3935
3936 Make it possible to locally disable a globally enabled mode.
3937 * simple.el (fundamental-mode): Run fundamental-mode-hook.
3938 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
3939 rather than kill-all-local-variables so it runs fundamental-mode-hook.
3940 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3941 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
3942 that subsequent hooks get a chance to disable it.
3943
3944 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3945
3946 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3947 Avoid re-enabling a minor mode after the user turned the minor mode
3948 off if MODE-enable-in-buffers is run twice (typically once from
3949 fundamental-mode's after-change-major-mode-hook and a second time from
3950 run-mode-hook's own after-change-major-mode-hook).
3951
3952 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
3953
3954 2010-04-27 Sam Steingold <sds@gnu.org>
3955
3956 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
3957 `safe-local-variable' if the value is a string or a function, as
3958 documented and implemented on 2010-04-02.
3959
3960 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
3961
3962 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
3963 when method is 'kill.
3964
3965 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
3966
3967 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
3968 condition in default directory check.
3969 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
3970 Kill ispell process when killing its associated buffer.
3971
3972 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
3973
3974 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
3975 but we aren't using it.
3976
3977 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
3978
3979 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
3980 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
3981
3982 2010-04-24 Glenn Morris <rgm@gnu.org>
3983
3984 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
3985 Ignore VCS-ignore files, and deleted nextstep preferences files.
3986 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
3987 (authors-ambiguous-files): New list.
3988 (authors-valid-file-names): Add some deleted files.
3989 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
3990 (authors-disambiguate-file-name): New function. (Bug#5501)
3991 (authors-canonical-file-name): Doc fix.
3992 Don't warn about obsolete files.
3993 (authors-canonical-file-name, authors-scan-el):
3994 Use authors-disambiguate-file-name.
3995
3996 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
3997 Add autoload cookies.
3998 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
3999 (generated-autoload-file): Set file-local value to "htmlfontify.el".
4000 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
4001 They have definitions / compiler macros in cl.el.
4002 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
4003 Replace manual autoloads with generated ones.
4004 (htmlfontify-unload-rgb-file): Remove autoload.
4005 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
4006
4007 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4008
4009 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
4010 (byte-compile-setq-default): Optimize for the
4011 single-var case and don't call byte-compile-form in this case to avoid
4012 inf-loop with byte-compile-set-default.
4013
4014 * progmodes/compile.el (compilation-start): Abbreviate default directory.
4015
4016 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
4017
4018 Implement SELINUX backends.
4019
4020 * net/tramp.el (tramp-file-name-handler-alist):
4021 Add `file-selinux-context' and `set-file-selinux-context'.
4022 (tramp-handle-file-selinux-context)
4023 (tramp-handle-set-file-selinux-context): New defuns.
4024 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
4025 Handle PRESERVE-SELINUX-CONTEXT.
4026
4027 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4028 Add `file-selinux-context' and `set-file-selinux-context'.
4029 (tramp-gvfs-handle-file-selinux-context)
4030 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
4031 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
4032
4033 * net/ange-ftp.el (ange-ftp-copy-file):
4034 * net/tramp-fish.el (tramp-fish-handle-copy-file):
4035 * net/tramp-imap.el (tramp-imap-handle-copy-file):
4036 * net/tramp-smb.el (tramp-smb-handle-copy-file):
4037 Add PRESERVE-SELINUX-CONTEXT.
4038
4039 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
4040
4041 Synchronize with Tramp repository.
4042
4043 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
4044 (tramp-action-process-alive, tramp-action-out-of-band)
4045 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
4046 (tramp-exists-file-name-handler): Fix docstring.
4047 (with-progress-reporter): New defmacro.
4048 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
4049 (tramp-maybe-open-connection): Use it.
4050
4051 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
4052
4053 Detect ssh 'ControlMaster' argument automatically in some cases.
4054
4055 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
4056 (tramp-default-method): Use it.
4057
4058 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
4059
4060 * net/tramp.el (tramp-handle-copy-file): Add new optional
4061 parameter `preserve-selinux-context'.
4062 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
4063
4064 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
4065
4066 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
4067 Ensure, that non remote files are still checked. Oops.
4068
4069 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
4070
4071 Fix Bug#5840.
4072
4073 * icomplete.el (icomplete-completions): Use `non-essential'.
4074
4075 * net/tramp.el (tramp-connectable-p): New defun.
4076 (tramp-handle-expand-file-name)
4077 (tramp-completion-handle-file-name-all-completions)
4078 (tramp-completion-handle-file-name-completion): Use it.
4079
4080 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4081
4082 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
4083
4084 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
4085
4086 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
4087
4088 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
4089
4090 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
4091 is present.
4092
4093 * info.el (info-tool-bar-map): Add labels.
4094
4095 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
4096
4097 * cus-edit.el (custom-commands): Add labels for tool bar.
4098 (custom-buffer-create-internal, Custom-mode): Adjust for
4099 labels in custom-commands.
4100
4101 * dynamic-setting.el: Renamed from font-setting.el.
4102
4103 2010-04-21 John Wiegley <jwiegley@gmail.com>
4104
4105 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
4106 toggles the use of virtual buffers.
4107 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
4108 (ido-toggle-virtual-buffers): New function.
4109
4110 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
4111
4112 Use `define-derived-mode'; fix window selection; doc fixes.
4113 * play/tetris.el (tetris, tetris-update-speed-function)
4114 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
4115 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
4116 (tetris-rotate-next, tetris-end-game, tetris-start-game)
4117 (tetris-pause-game): Fix typos in docstrings.
4118 (tetris-mode-map, tetris-null-map):
4119 Move initialization into declaration.
4120 (tetris-mode): Define with `define-derived-mode';
4121 set show-trailing-whitespace to nil.
4122 (tetris): Prefer window already displaying the "*Tetris*" buffer.
4123
4124 2010-04-21 Karel Klíč <kklic@redhat.com>
4125
4126 * files.el (backup-buffer): Handle SELinux context, and return it
4127 if a backup was made by renaming.
4128 (backup-buffer-copy): Set SELinux context to the target file.
4129 (basic-save-buffer): Set SELinux context of the newly written file.
4130 (basic-save-buffer-1): Now it also returns any SELinux context.
4131 (basic-save-buffer-2): Set SELinux context of the newly created file,
4132 and return it.
4133 * net/tramp.el (tramp-file-name-for-operation):
4134 Add file-selinux-context.
4135
4136 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4137
4138 Make the log-edit comments use RFC822 format throughout.
4139
4140 * vc.el (vc-checkin, vc-modify-change-comment):
4141 Adjust to new vc-start/finish-logentry.
4142 (vc-find-conflicted-file): New command.
4143 (vc-transfer-file): Adjust to new vc-checkin.
4144 (vc-next-action): Improve scoping.
4145
4146 * vc-hg.el (vc-hg-log-edit-mode): Remove.
4147 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
4148
4149 * vc-git.el (vc-git-log-edit-mode): Remove.
4150 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
4151 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
4152
4153 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
4154 (vc-start-logentry): Remove argument `extra'.
4155 (vc-finish-logentry): Remove extra args.
4156
4157 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
4158 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
4159 (vc-bzr-conflicted-files): New function.
4160
4161 * log-edit.el (log-edit-extra-flags)
4162 (log-edit-before-checkin-process): Remove.
4163 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
4164 (log-edit-headers-alist): New var.
4165 (log-edit-header-contents-regexp): New const.
4166 (log-edit-match-to-eoh): New function.
4167 (log-edit-font-lock-keywords): Use them.
4168 (log-edit): Insert a "Summary:" header as default.
4169 (log-edit-mode): Mark font-lock rules as case-insensitive.
4170 (log-edit-done): Cleanup headers.
4171 (log-view-process-buffer): Remove.
4172 (log-edit-extract-headers): New function to replace it.
4173
4174 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
4175
4176 * subr.el (default-direction-reversed): Remove obsolescence info.
4177
4178 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4179
4180 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
4181 windows/frames.
4182
4183 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
4184 I.e. include text after point in the completion region.
4185 Also, return nil when we're not after/in a symbol.
4186
4187 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
4188 default enable-multibyte-characters.
4189
4190 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4191
4192 * international/mule.el: Help the user choose a valid coding-system.
4193 (read-buffer-file-coding-system): New function.
4194 (set-buffer-file-coding-system): Use it. Prompt the user if the
4195 coding-system cannot encode all the chars.
4196
4197 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
4198 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
4199 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
4200 Don't use *vc-bzr-shelve*.
4201
4202 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
4203
4204 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
4205 Don't destroy list before using it.
4206
4207 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
4208
4209 Fix the version number for added files.
4210 * vc-hg.el (vc-hg-working-revision): Check if the file is
4211 registered after hg parent fails (Bug#5961).
4212
4213 2010-04-19 Glenn Morris <rgm@gnu.org>
4214
4215 * htmlfontify.el (htmlfontify-buffer)
4216 (htmlfontify-copy-and-link-dir): Autoload entry points.
4217
4218 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
4219
4220 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
4221 name relative to the project root (Bug#5960).
4222
4223 2010-04-19 Glenn Morris <rgm@gnu.org>
4224
4225 * vc-git.el (vc-git-print-log): Doc fix.
4226
4227 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
4228
4229 * ido.el (ido-file-internal): Fix 2009-12-02 change.
4230
4231 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
4232
4233 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
4234 default settings (Bug#5928).
4235
4236 2010-04-19 Glenn Morris <rgm@gnu.org>
4237
4238 * progmodes/fortran.el (fortran-match-and-skip-declaration):
4239 New function.
4240 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
4241
4242 2010-04-19 Kenichi Handa <handa@m17n.org>
4243
4244 * language/indian.el (malayalam-composable-pattern): Fix previous
4245 change (add U+0D4D "SIGN VIRAMA").
4246 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
4247 (tamil-composable-pattern): Fix typo in the regexp.
4248 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
4249 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
4250 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
4251
4252 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
4253
4254 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
4255 paragraph-separate (Bug#5821).
4256
4257 2010-04-19 Juri Linkov <juri@jurta.org>
4258
4259 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
4260
4261 * info.el (Info-find-node-2): Comment out code that skips
4262 breadcrumbs line.
4263 (Info-mouse-follow-link): New command.
4264 (Info-link-keymap): New keymap.
4265 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
4266 Return a string with links instead of inserting breadcrumbs
4267 to the Info buffer.
4268 (Info-fontify-node): Comment out code that inserts breadcrumbs.
4269 Instead of putting the `invisible' text property over the Info
4270 header, make an overlay over the Info header with the `invisible'
4271 property and `after-string' set to the string returned by
4272 `Info-breadcrumbs'.
4273
4274 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
4275
4276 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
4277 Reported by monkey@sandpframing.com.
4278
4279 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4280
4281 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
4282 (tmm-get-keymap): Add key-binding shortcuts now that they're not
4283 available in the "keyseq cache" any more.
4284
4285 * custom.el (defcustom): Add edebug spec.
4286
4287 2010-04-18 Juri Linkov <juri@jurta.org>
4288
4289 Test for special mode-class in view-buffer instead of view-file (bug#5513).
4290
4291 * view.el (view-file, view-buffer): Move test for special mode-class
4292 from view-file to view-buffer.
4293
4294 * tar-mode.el (tar-extract): Turn if's into one cond
4295 like in arc-mode.el.
4296
4297 2010-04-18 Juri Linkov <juri@jurta.org>
4298
4299 Add 7z archive format support (bug#5475).
4300
4301 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
4302 (archive-7z-extract): New defcustom.
4303 (archive-find-type): Add magic string for 7z.
4304 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
4305 If `stderr-file' is non-nil, use `(t stderr-file)' for the
4306 `buffer' arg of `call-process'.
4307 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
4308 call the function `archive-7z-extract' with the variable
4309 `archive-7z-extract' let-bound to `archive-zip-extract'.
4310 (archive-7z-summarize, archive-7z-extract): New functions.
4311
4312 * international/mule.el (auto-coding-alist):
4313 * files.el (auto-mode-alist): Add 7z file extension.
4314
4315 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4316
4317 * loadup.el: Setup hash-cons for pure data.
4318
4319 Fix duplicate entries in cedet's loaddefs.el files.
4320 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
4321 Should make most file-local generated-autoload-file unnecessary.
4322 (print-readably): Silence warnings.
4323 (autoload-find-destination): Take load-name as an arg to make sure
4324 it's the same as the one that will be in the file.
4325 (autoload-generate-file-autoloads): Adjust to above changes.
4326 Try to make the dataflow a bit simpler.
4327
4328 * cvs-status.el (cvs-refontify): Remove unused.
4329
4330 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
4331
4332 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
4333
4334 * calc-bin.el (calc-radix): Have the "O" option turn on
4335 twos-complement mode.
4336
4337 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
4338
4339 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
4340 Add `calc-option-prefix-help' to calc-help autoloads.
4341 (calc-inverse): Add "Option" to message, as appropriate.
4342 (calc-hyperbolic): Add "Option" to message, as appropriate.
4343 (calc-option, calc-is-option): New functions.
4344
4345 * calc-help.el (calc-full-help): Add `calc-option-help'.
4346 (calc-option-prefix-help): New function.
4347
4348 * calc-misc.el (calc-help): Add "Option" entry.
4349
4350 * calc.el (calc-local-var-list): Add `calc-option-flag'.
4351 (calc-option-flag): New variable.
4352 (calc-do): Set `calc-option-flag to nil.
4353 (calc-set-mode-line): Add "Opt " as appropriate.
4354
4355 2010-04-16 Juri Linkov <juri@jurta.org>
4356
4357 Move scrolling commands from simple.el to window.el
4358 because their primitives are implemented in window.c.
4359
4360 * simple.el (scroll-error-top-bottom)
4361 (scroll-up-command, scroll-down-command, scroll-up-line)
4362 (scroll-down-line, scroll-other-window-down)
4363 (beginning-of-buffer-other-window, end-of-buffer-other-window):
4364 * window.el (scroll-error-top-bottom)
4365 (scroll-up-command, scroll-down-command, scroll-up-line)
4366 (scroll-down-line, scroll-other-window-down)
4367 (beginning-of-buffer-other-window, end-of-buffer-other-window):
4368 Move from simple.el to window.el because their primitives are
4369 implemented in window.c.
4370
4371 2010-04-16 Juri Linkov <juri@jurta.org>
4372
4373 * isearch.el (isearch-lookup-scroll-key): Check both
4374 `isearch-scroll' and `scroll-command' properties.
4375 (scroll-up, scroll-down): Remove `isearch-scroll' property.
4376
4377 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
4378
4379 * simple.el (scroll-up-command, scroll-down-command)
4380 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
4381
4382 2010-04-15 Juri Linkov <juri@jurta.org>
4383
4384 * simple.el (scroll-up-command, scroll-down-command)
4385 (scroll-up-line, scroll-down-line): Put `scroll-command'
4386 property on the these symbols. Remove them from
4387 `scroll-preserve-screen-position-commands'.
4388
4389 * mwheel.el (mwheel-scroll): Put `scroll-command' and
4390 `isearch-scroll' properties on the `mwheel-scroll' symbol.
4391 Remove it from `scroll-preserve-screen-position-commands'.
4392
4393 * isearch.el (isearch-allow-scroll): Doc fix.
4394
4395 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
4396
4397 * net/tramp.el (tramp-error-with-buffer): Don't show the
4398 connection buffer when we are in completion mode.
4399 (tramp-file-name-handler): Catch the error for some operations
4400 when we are in completion mode. This gives the user the chance to
4401 correct the file name in the minibuffer.
4402
4403 2010-04-15 Glenn Morris <rgm@gnu.org>
4404
4405 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
4406
4407 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
4408
4409 Simplify by using `define-derived-mode'.
4410 * info.el (Info-mode):
4411 * calendar/todo-mode.el (todo-mode):
4412 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
4413 (gomoku-mode-map): Move initialization into declaration.
4414
4415 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
4416
4417 Fix Bug#5840.
4418 * ido.el (ido-file-name-all-completions-1):
4419 * minibuffer.el (minibuffer-completion-help):
4420 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
4421
4422 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4423
4424 * simple.el (non-essential): New var.
4425
4426 Add a new field `location' to bookmarks for non-file bookmarks.
4427 * bookmark.el (bookmark-location): Use the new field, if present.
4428 (bookmark-insert-location): Undo last change, not needed any more.
4429 * man.el (Man-bookmark-make-record):
4430 * woman.el (woman-bookmark-make-record): Add `location' field.
4431
4432 2010-04-14 Juri Linkov <juri@jurta.org>
4433
4434 * simple.el (scroll-error-top-bottom): New defcustom.
4435 (scroll-up-command, scroll-down-command): Use it. Doc fix.
4436
4437 * emulation/pc-select.el (pc-select-override-scroll-error):
4438 Obsolete in favor of `scroll-error-top-bottom'.
4439
4440 2010-04-14 Juri Linkov <juri@jurta.org>
4441
4442 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
4443 `scroll-up-command' and `M-v' to `scroll-down-command'.
4444
4445 * emulation/cua-rect.el (cua--init-rectangles):
4446 * forms.el (forms--change-commands):
4447 * image-mode.el (image-mode-map):
4448 Remap scroll-down-command and scroll-up-command
4449 in addition to scroll-down and scroll-up.
4450
4451 2010-04-14 Juri Linkov <juri@jurta.org>
4452
4453 * mwheel.el (scroll-preserve-screen-position-commands):
4454 Add mwheel-scroll to this list of commands.
4455
4456 * simple.el (scroll-preserve-screen-position-commands):
4457 Add scroll-up-command, scroll-down-command, scroll-up-line,
4458 scroll-down-line to this list of commands.
4459
4460 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4461
4462 * obsolete/complete.el: Move from lisp/complete.el.
4463
4464 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
4465
4466 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
4467 to the minor mode function now turns the mode ON unconditionally.
4468
4469 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4470
4471 * vc-dir.el (vc-dir-kill-line): New command.
4472 (vc-dir-mode-map): Bind it to C-k.
4473
4474 * bookmark.el (bookmark-insert-location): Handle a nil filename.
4475
4476 * woman.el: Add bookmark declarations to silence the compiler.
4477 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
4478 step to compatibility between man and woman bookmarks.
4479 Adjust for Man-default-bookmark-title renaming.
4480 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
4481
4482 * man.el: Add bookmark declarations to silence the compiler.
4483 (Man-name-local-regexp): Make it match NAME as well.
4484 (Man-getpage-in-background): Return the buffer.
4485 (Man-notify-when-ready): Use `case'.
4486 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
4487 Don't hardcode "NAME". Simplify.
4488 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
4489 Rename from Man-bookmark-make-record.
4490 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
4491 we have the actual man-args. Use Man-getpage-in-background rather
4492 than `man' since the arg is already processed. Let bookmark.el do the
4493 window handling. Only wait for the relevant process.
4494 Don't forget to autoload.
4495
4496 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
4497
4498 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4499
4500 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
4501 New functions.
4502 (woman-mode): Setup bookmark support.
4503
4504 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
4505 (man-bookmark-jump): New functions.
4506 (Man-mode): Setup bookmark support.
4507
4508 2010-04-10 Jari Aalto <jari.aalto@cante.net>
4509
4510 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
4511 recognize ssh-keygen prompt (Bug#2817).
4512
4513 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
4514
4515 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
4516
4517 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
4518
4519 Synchronize with Tramp repository.
4520
4521 * net/tramp.el (tramp-completion-function-alist)
4522 (tramp-file-name-regexp, tramp-chunksize)
4523 (tramp-local-coding-commands, tramp-remote-coding-commands):
4524 Fix docstring.
4525 (tramp-remote-process-environment): Use `format' instead of `concat'.
4526 (tramp-handle-directory-files-and-attributes)
4527 (tramp-get-remote-path): Use `copy-tree'.
4528 (tramp-handle-file-name-all-completions): Backward/ XEmacs
4529 compatibility: Use `completion-ignore-case' if
4530 `read-file-name-completion-ignore-case' does not exist.
4531 (tramp-do-copy-or-rename-file-directly): Do not use
4532 `tramp-handle-file-remote-p'.
4533 (tramp-do-copy-or-rename-file-out-of-band):
4534 Use `tramp-compat-delete-directory'.
4535 (tramp-do-copy-or-rename-file-out-of-band)
4536 (tramp-compute-multi-hops, tramp-maybe-open-connection):
4537 Use `format-spec-make'.
4538 (tramp-find-foreign-file-name-handler)
4539 (tramp-advice-make-auto-save-file-name)
4540 (tramp-set-auto-save-file-modes): Remove superfluous check for
4541 `stringp'. This is done inside `tramp-tramp-file-p'.
4542 (tramp-debug-outline-regexp): New defconst.
4543 (tramp-get-debug-buffer): Use it.
4544 (tramp-check-for-regexp): Use (forward-line 1).
4545 (tramp-set-auto-save-file-modes): Adapt version check.
4546
4547 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
4548 Wrap call of `featurep' for 2nd argument.
4549 (tramp-compat-make-temp-file): Simplify fallback implementation.
4550 (tramp-compat-copy-tree): Remove function.
4551 (tramp-compat-delete-directory): Provide implementation for older
4552 Emacsen.
4553
4554 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
4555 Do not use `tramp-fish-handle-file-attributes.
4556
4557 * net/trampver.el: Update release number.
4558
4559 2010-04-10 Glenn Morris <rgm@gnu.org>
4560
4561 * progmodes/compile.el (compilation-save-buffers-predicate):
4562 Add missing :version tag.
4563
4564 2010-04-09 Sam Steingold <sds@gnu.org>
4565
4566 * progmodes/compile.el (compilation-save-buffers-predicate):
4567 Remove the "autoload" cookie.
4568
4569 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
4570 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
4571 and `bug-reference-prog-mode' can be used in hooks directly.
4572
4573 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
4574
4575 Add --author support to git commit.
4576 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
4577 (vc-git-log-edit-mode): New minor mode.
4578 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
4579 New declarations.
4580
4581 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
4582
4583 * vc-hooks.el, vc-git.el: Improve documentation comments.
4584
4585 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4586
4587 Fix some of the problems in defsubst* (bug#5728).
4588 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
4589 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
4590
4591 2010-04-07 Sam Steingold <sds@gnu.org>
4592
4593 * progmodes/compile.el (compilation-save-buffers-predicate):
4594 New custom variable.
4595 (compile, recompile): Pass it to `save-some-buffers'.
4596
4597 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
4598
4599 * wid-edit.el (widget-choose): Move cursor to the second line of
4600 the buffer (Bug#5695).
4601
4602 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
4603
4604 Add new VC methods: vc-log-incoming and vc-log-outgoing.
4605 * vc.el (vc-print-log-setup-buttons): New function split out from
4606 vc-print-log-internal.
4607 (vc-log-internal-common): New function, a parametrized version of
4608 vc-print-log-internal.
4609 (vc-print-log-internal): Just call vc-log-internal-common with the
4610 right arguments.
4611 (vc-incoming-outgoing-internal):
4612 (vc-log-incoming, vc-log-outgoing): New functions.
4613 (vc-log-view-type): New permanent local variable.
4614
4615 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
4616
4617 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
4618 of the dynamic bound vc-short-log.
4619 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
4620
4621 * vc-git.el (vc-git-log-outgoing): New function.
4622 (vc-git-log-view-mode): Use vc-log-view-type instead
4623 of the dynamic bound vc-short-log.
4624
4625 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
4626 of the dynamic bound vc-short-log. Highlight the tag.
4627 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
4628 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
4629 (vc-hg-incoming-mode): Remove.
4630 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
4631
4632 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
4633
4634 Fix default-directory for vc-root-diff.
4635 * vc.el (vc-root-diff): Bind default-directory to the root
4636 directory for the diff command.
4637
4638 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
4639
4640 * progmodes/verilog-mode.el (verilog-forward-sexp):
4641 (verilog-calc-1): Support "disable fork" and "fork wait" multi
4642 word keywords, suggested by Steve Pearlmutter.
4643 (verilog-pretty-declarations): Support lineup of declarations in
4644 port lists.
4645 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
4646 fix bug for /* / comments.
4647 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
4648 Speed up and simplfy as this is never called with a bound.
4649 (verilog-pretty-declarations): Enhance to line up declarations
4650 inside a parameter list, suggested by Alan Morgan.
4651 (verilog-pretty-expr): Tune assignment regular expression match
4652 string for corner cases; also use markers instead of character
4653 number as indent changes the later.
4654
4655 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
4656
4657 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
4658 as missing keyword.
4659 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
4660 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
4661 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
4662 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
4663 Tennant.
4664 (verilog-keywords):
4665 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
4666 1800-2009 keywords, including "global.".
4667
4668 2010-04-06 John Wiegley <jwiegley@gmail.com>
4669
4670 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
4671 appearing in buffer list (if a live buffer name matched a recentf
4672 file basename). Should use uniquify to offer a real solution.
4673
4674 2010-04-06 John Wiegley <jwiegley@gmail.com>
4675
4676 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
4677 comment to code, and add a :version tag.
4678 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
4679
4680 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
4681
4682 Enable recentf-mode if using virtual buffers.
4683 * ido.el (recentf-list): Declare for byte-compiler.
4684 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
4685 (ido-make-buffer-list): Simplify.
4686 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
4687
4688 2010-04-05 Juri Linkov <juri@jurta.org>
4689
4690 Scrolling commands which scroll a line instead of full screen.
4691 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
4692
4693 * simple.el (scroll-up-line, scroll-down-line): New commands.
4694 Put property isearch-scroll=t on them.
4695
4696 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
4697 Remove commands.
4698
4699 2010-04-05 Juri Linkov <juri@jurta.org>
4700
4701 Scrolling commands which do not signal errors at top/bottom.
4702 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
4703
4704 * simple.el (scroll-up-command, scroll-down-command): New commands.
4705 Put property isearch-scroll=t on them.
4706
4707 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
4708 `scroll-down-command' and [next] from `scroll-up' to
4709 `scroll-up-command'.
4710
4711 * emulation/cua-base.el: Put property CUA=move on
4712 `scroll-up-command' and `scroll-down-command'.
4713 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
4714 and `scroll-down-command' to `cua-scroll-down'.
4715
4716 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
4717
4718 * help.el (describe-mode): Return nil.
4719
4720 2010-04-04 John Wiegley <jwiegley@gmail.com>
4721
4722 * ido.el (ido-use-virtual-buffers): New variable to indicate
4723 whether "virtual buffer" support is enabled for IDO.
4724 (ido-virtual): Face used to indicate virtual buffers in the list.
4725 (ido-buffer-internal): If a buffer is chosen, and no such buffer
4726 exists, but a virtual buffer of that name does (which would be why
4727 it was in the list), recreate the buffer by reopening the file.
4728 (ido-make-buffer-list): If virtual buffers are being used, call
4729 `ido-add-virtual-buffers-to-list' before the make list hook.
4730 (ido-virtual-buffers): New variable which contains a copy of the
4731 current contents of the `recentf-list', albeit pared down for the
4732 sake of speed, and with proper faces applied.
4733 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
4734 create a list of "virtual buffers" to present to the user in
4735 addition to the currently open set. Note that this logic could
4736 get rather slow if that list is too large. With the default
4737 `recentf-max-saved-items' of 200, there is little speed penalty.
4738
4739 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4740
4741 * font-lock.el: Require CL when compiling.
4742 (font-lock-turn-on-thing-lock): Use `case'.
4743
4744 2010-04-03 Eli Zaretskii <eliz@gnu.org>
4745
4746 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
4747 Zaretskii.
4748
4749 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
4750
4751 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
4752 (semantic-create-imenu-directory-index): Fix typos in docstrings.
4753 (semantic-imenu-goto-function): Reflow docstring.
4754
4755 2010-04-02 Juri Linkov <juri@jurta.org>
4756
4757 * ehelp.el (electric-help-orig-major-mode):
4758 New buffer-local variable.
4759 (electric-help-mode): Set it to original major-mode. Doc fix.
4760 (with-electric-help): Use `electric-help-orig-major-mode' instead
4761 of (default-value 'major-mode). Doc fix.
4762 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
4763
4764 2010-04-02 Sam Steingold <sds@gnu.org>
4765
4766 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
4767 `vc-hg-command' with a list of flags.
4768
4769 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4770 Also accept "patch" and "RFE".
4771 (bug-reference-fontify): `bug-reference-url-format' can also be a
4772 function to be able to handle the bug kind.
4773 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
4774
4775 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
4776
4777 * tmm.el (tmm-get-keymap): Check with symbolp before passing
4778 value to fboundp, it may not be a symbol.
4779
4780 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4781
4782 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
4783
4784 2010-03-31 Juri Linkov <juri@jurta.org>
4785
4786 * simple.el (next-line, previous-line): Re-throw a signal
4787 with `signal' instead of using `ding'.
4788 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
4789
4790 2010-03-31 Juri Linkov <juri@jurta.org>
4791
4792 * simple.el (keyboard-escape-quit): Raise deselecting the active
4793 region higher than exiting the minibuffer.
4794 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
4795
4796 2010-03-31 Juri Linkov <juri@jurta.org>
4797
4798 * image.el (image-animated-p): Use `image-metadata' instead of
4799 `image-extension-data'. Get GIF extenstion data from metadata
4800 property `extension-data'.
4801
4802 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4803
4804 * simple.el (append-to-buffer): Simplify.
4805
4806 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
4807
4808 * textmodes/artist.el (artist-mode): Fix typo in docstring.
4809 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
4810
4811 2010-03-31 Kenichi Handa <handa@m17n.org>
4812
4813 * language/sinhala.el (composition-function-table): Fix regexp for
4814 the new Unicode specification.
4815
4816 * language/indian.el (devanagari-composable-pattern)
4817 (tamil-composable-pattern, kannada-composable-pattern)
4818 (malayalam-composable-pattern): Adjust for the new Unicode
4819 specification.
4820 (bengali-composable-pattern, gurmukhi-composable-pattern)
4821 (gujarati-composable-pattern, oriya-composable-pattern)
4822 (telugu-composable-pattern): New variables to cope with the new
4823 Unicode specification. Use them in composition-function-table.
4824
4825 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4826
4827 Make tmm-menubar work for the Buffers menu again (bug#5726).
4828 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
4829 vectors rather than cons cells, as used in menu-bar-update-buffers.
4830
4831 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4832
4833 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
4834 (js-insert-and-indent): Revert 2009-08-15 change, restoring
4835 electric punctuation for "{}();,:" (Bug#5586).
4836
4837 * mail/sendmail.el (mail-default-directory): Doc fix.
4838
4839 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4840
4841 * mail/sendmail.el (mail-default-directory): Doc fix.
4842
4843 2010-03-31 Eli Zaretskii <eliz@gnu.org>
4844
4845 * subr.el (version-regexp-alist, version-to-list)
4846 (version-list-<, version-list-=, version-list-<=)
4847 (version-list-not-zero, version<, version<=, version=): Doc fix.
4848 (Bug#5744).
4849
4850 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
4851
4852 * vc.el (vc-root-diff): Doc fix.
4853
4854 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4855
4856 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
4857
4858 * simple.el (append-to-buffer): Fix last change.
4859
4860 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4861
4862 * simple.el (append-to-buffer): Ensure that point is preserved if
4863 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
4864 (Bug#5749)
4865
4866 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4867
4868 * files.el (auto-mode-case-fold): Change default to t.
4869
4870 2010-03-30 Juri Linkov <juri@jurta.org>
4871
4872 * dired-x.el (dired-omit-mode): Doc fix.
4873
4874 2010-03-30 Juri Linkov <juri@jurta.org>
4875
4876 * replace.el (occur-accumulate-lines): Move occur-engine related
4877 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
4878 to be located after `occur-engine'.
4879
4880 2010-03-30 Juri Linkov <juri@jurta.org>
4881
4882 Make occur handle multi-line matches cleanly with context.
4883 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
4884
4885 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
4886 (occur-engine): Add local variables `ret', `prev-after-lines',
4887 `prev-lines'. Use more arguments for `occur-context-lines'.
4888 Set first elem of its returned list to `data', and the second elem
4889 to `prev-after-lines'. Don't print the separator line.
4890 In the end, print remaining context after-lines.
4891 (occur-context-lines): Add new arguments `begpt', `endpt',
4892 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
4893 after-lines of the previous match with before-lines of the
4894 current match and not overlap them. Return a list with two
4895 values: the output line and the list of context after-lines.
4896
4897 2010-03-30 Juri Linkov <juri@jurta.org>
4898
4899 * replace.el (occur-accumulate-lines): Fix a bug where the first
4900 context line at the beginning of the buffer was missing.
4901
4902 2010-03-30 Eli Zaretskii <eliz@gnu.org>
4903
4904 * files.el: Make bidi-display-reordering safe variable for boolean
4905 values.
4906
4907 2010-03-29 Phil Hagelberg <phil@evri.com>
4908 Chong Yidong <cyd@stupidchicken.com>
4909
4910 * subr.el: Extend progress reporters to perform "spinning".
4911 (progress-reporter-update, progress-reporter-do-update):
4912 Handle non-numeric value arguments.
4913 (progress-reporter--pulse-characters): New var.
4914
4915 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
4916
4917 * progmodes/compile.el (compilation-start): Fix regexp detection
4918 of initial cd command (Bug#5771).
4919
4920 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
4921
4922 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
4923
4924 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
4925
4926 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
4927 * lisp/progmodes/gdb-mi.el: Restore.
4928 * lisp/progmodes/gdb-ui.el: Remove.
4929 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
4930
4931 2010-03-25 Glenn Morris <rgm@gnu.org>
4932
4933 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
4934 all dired buffers, even tramp ones. (Bug#5755)
4935
4936 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4937
4938 Add "union tags" in mpc.el.
4939 * mpc.el: Remove backward compatibility code.
4940 (mpc-browser-tags): Change default.
4941 (mpc--find-memoize-union-tags): New var.
4942 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
4943 (mpc-cmd-find): Handle the case where the playlist does not exist.
4944 Handle union-tags.
4945 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
4946 (mpc-cmd-add): Use mpc-cmd-flush.
4947 (mpc-tagbrowser-tag-name): New fun.
4948 (mpc-tagbrowser-buf): Use it.
4949 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
4950
4951 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4952
4953 Misc cleanup.
4954 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
4955 Use replace-regexp-in-string.
4956 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
4957 (makefile-imake-mode-syntax-table): Move init into defvar.
4958 (makefile-mode): Use define-derived-mode.
4959
4960 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
4961 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
4962 not be present any more.
4963
4964 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
4965
4966 * faces.el (set-face-attribute): Fix typo in docstring.
4967 (face-valid-attribute-values): Reflow docstring.
4968
4969 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
4970
4971 2010-03-24 Glenn Morris <rgm@gnu.org>
4972
4973 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4974
4975 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
4976
4977 * indent.el (indent-for-tab-command): Doc fix.
4978
4979 2010-03-24 Alan Mackenzie <acm@muc.de>
4980
4981 * progmodes/cc-engine.el (c-remove-stale-state-cache):
4982 Fix off-by-one error. Fixes bug #5747.
4983
4984 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
4985
4986 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
4987 (image-dired-read-comment): Doc fix.
4988
4989 * json.el (json-object-type, json-array-type, json-key-type)
4990 (json-false, json-null, json-read-number):
4991 * minibuffer.el (completion-in-region-functions):
4992 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
4993 (cal-tex-cursor-week):
4994 * emacs-lisp/trace.el (trace-function):
4995 * eshell/em-basic.el (eshell/printnl):
4996 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
4997 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
4998 * obsolete/levents.el (allocate-event, event-key, event-object)
4999 (event-point, event-process, event-timestamp, event-to-character)
5000 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
5001 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
5002 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
5003 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
5004 (reftex-highlight-selection): Fix typos in docstrings.
5005
5006 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
5007
5008 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
5009
5010 2010-03-24 Glenn Morris <rgm@gnu.org>
5011
5012 * mail/rmail.el (rmail-highlight-face): Restore option deleted
5013 2008-02-13 without comment; mark it obsolete.
5014 (rmail-highlight-headers): Use rmail-highlight-face once more.
5015
5016 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
5017
5018 * woman.el (woman2-process-escapes): Only consume the newline if
5019 the filler character is on a line by itself (Bug#5729).
5020
5021 2010-03-24 Kenichi Handa <handa@m17n.org>
5022
5023 * language/indian.el (devanagari-composable-pattern): Add more
5024 consonants.
5025
5026 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
5027
5028 * net/trampver.el: Update release number.
5029
5030 2010-03-24 Glenn Morris <rgm@gnu.org>
5031
5032 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
5033
5034 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
5035
5036 * net/tramp.el (tramp-find-executable):
5037 Use `tramp-get-connection-buffer'. Make the regexp for checking
5038 output of "wc -l" more robust.
5039 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
5040 (tramp-open-connection-setup-interactive-shell): Remove workaround
5041 for OpenSolaris bug, it is not needed anymore.
5042
5043 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
5044
5045 * cedet/semantic/imenu.el: New file, from the CEDET repository
5046 (Bug#5412).
5047
5048 2010-03-24 Glenn Morris <rgm@gnu.org>
5049
5050 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
5051
5052 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5053
5054 * files.el (auto-mode-alist): Accept more verilog file patterns.
5055
5056 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5057
5058 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
5059
5060 2010-03-24 Glenn Morris <rgm@gnu.org>
5061
5062 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
5063 log-edit-before-checkin-process.
5064
5065 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
5066
5067 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
5068
5069 * vc-dispatcher.el (vc-start-logentry): Doc fix.
5070 (log-view-process-buffer, log-edit-extra-flags): Declare.
5071
5072 * log-edit.el (log-edit-before-checkin-process): Doc fix.
5073
5074 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
5075 Consistently check ede-object is bound throughout.
5076
5077 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
5078
5079 2010-03-23 Sam Steingold <sds@gnu.org>
5080
5081 Fix bug#5620: recalculate all markers on compilation buffer
5082 modifications, not on file modifications.
5083 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
5084 the buffer modification time, for buffers not associated with files.
5085 (compilation-mode): Create it.
5086 (compilation-filter): Update it.
5087 (compilation-next-error-function): Use it instead of
5088 `visited-file-modtime' for timestamp.
5089
5090 2010-03-23 Juri Linkov <juri@jurta.org>
5091
5092 Implement Occur multi-line matches.
5093 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
5094
5095 * replace.el (occur): Doc fix.
5096 (occur-engine): Set `begpt' to the beginning of the first line.
5097 Set `endpt' to the end of the last match line. At first, count
5098 line numbers between `origpt' and `begpt'. Split out code from
5099 `out-line' variable to new let-bindings `match-prefix' and
5100 `match-str'. In `out-line' add non-numeric prefix to all
5101 non-first lines of multi-line matches. Finally, count lines
5102 between `begpt' and `endpt' and add to `lines'.
5103
5104 2010-03-23 Juri Linkov <juri@jurta.org>
5105
5106 * replace.el (occur-accumulate-lines, occur-engine):
5107 Use `occur-engine-line' instead of duplicate code.
5108 (occur-engine-line): New function created from duplicate code
5109 in `occur-accumulate-lines' and `occur-engine'.
5110
5111 * replace.el (occur-engine-line): Add optional arg `keep-props'.
5112 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
5113
5114 2010-03-23 Juri Linkov <juri@jurta.org>
5115
5116 * finder.el: Remove TODO tasks.
5117
5118 * info.el (Info-finder-find-node): Add node "all"
5119 with all package info. Handle a list of multiple keywords
5120 separated by comma.
5121 (info-finder): In interactive use with a prefix argument,
5122 use `completing-read-multiple' to read a list of keywords
5123 separated by comma.
5124
5125 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5126
5127 Add a new completion style `substring'.
5128 * minibuffer.el (completion-basic--pattern): New function.
5129 (completion-basic-try-completion, completion-basic-all-completions):
5130 Use it.
5131 (completion-substring--all-completions)
5132 (completion-substring-try-completion)
5133 (completion-substring-all-completions): New functions.
5134 (completion-styles-alist): New style `substring'.
5135
5136 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5137
5138 Get rid of .elc files after removal of the corresponding .el.
5139 * Makefile.in (compile-clean): New target.
5140 (compile-main): Use it.
5141
5142 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
5143
5144 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
5145 don't do make there. When compiling with separate object dir, there
5146 is no Makefile there.
5147
5148 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5149
5150 Get rid of the ELCFILES abomination, again.
5151 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
5152 (all, compile): Don't call compile-last.
5153 (compile-main): Build the "elcfiles" list dynamically.
5154 (compile-targets): New (internal) target.
5155
5156 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
5157
5158 * Makefile.in (top_srcdir): Define.
5159 (abs_top_builddir): Define.
5160 (srcdir): Don't append `/..'.
5161 (EMACS): Use ${abs_top_builddir}.
5162 (all, compile, compile-always, compile-last): Don't set emacswd.
5163 (update-subdirs, update-authors): Use $(top_srcdir) instead of
5164 $(srcdir).
5165 (lisp): Use $(srcdir) instead of @srcdir@.
5166
5167 2010-03-21 Juri Linkov <juri@jurta.org>
5168
5169 Fix message of multi-line occur regexps and multi-buffer header lines.
5170 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
5171
5172 * replace.el (occur-1): Don't display regexp if it is longer
5173 than window-width. Use `query-replace-descr' to display regexp.
5174 (occur-engine): Don't display regexp in the buffer header for
5175 multi-buffer occur. Display a separate header line with total
5176 match count and regexp for multi-buffer occur.
5177 Use `query-replace-descr' to display regexp.
5178
5179 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
5180
5181 * net/secrets.el: Fix parenthesis.
5182 (secrets-enabled): Fix parenthesis.
5183
5184 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5185
5186 Use more relative file and directory names.
5187 * Makefile.in (EMACS): Arrange for it to work when we chdir.
5188 (setwins, setwins_almost, setwins_for_subdirs):
5189 Don't `cd'; output relative names.
5190 (all, compile, compile-always, compile-last): Set emacswd.
5191 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
5192 Just cd to the lisp source dir so we can use relative file names.
5193
5194 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
5195
5196 2010-03-20 Glenn Morris <rgm@gnu.org>
5197
5198 * textmodes/rst.el: Use faces for font-lock customization, and make the
5199 old -face variables obsolete.
5200 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
5201 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
5202 (rst-block-face, rst-external-face, rst-definition-face)
5203 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
5204 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
5205 Make obsolete.
5206 (rst-font-lock-keywords-function): Update for above changes.
5207
5208 2010-03-20 Juri Linkov <juri@jurta.org>
5209
5210 * s-region.el:
5211 * obsolete/s-region.el: Move to obsolete.
5212
5213 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
5214
5215 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
5216
5217 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
5218
5219 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
5220
5221 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
5222
5223 Add special markup processing for commit logs.
5224 * log-edit.el (log-edit-extra-flags): New variable.
5225 (log-edit): Add new argument MODE. Use that mode when non-nil
5226 instead of the log-view-mode.
5227 (log-view-process-buffer): New function.
5228
5229 * vc.el: Document that the checkin method takes optional
5230 arguments. Document new backend specific method: log-view-mode.
5231 (vc-default-log-edit-mode): New function.
5232 (vc-checkin): Use a backend specific log-view-mode.
5233 Pass extra arguments to the checkin method.
5234 (vc-modify-change-comment): Pass a dummy extra argument.
5235
5236 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
5237 log-edit.
5238 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
5239 (vc-finish-logentry): Process the log buffer before passing it
5240 down. Pass log-edit-extra-flags.
5241
5242 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
5243 command.
5244 (log-edit-extra-flags, log-edit-before-checkin-process):
5245 New declarations.
5246
5247 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
5248 command.
5249 (log-edit-extra-flags, log-edit-before-checkin-process):
5250 New declarations.
5251 (vc-hg-log-edit-mode): New derived mode.
5252
5253 * vc-arch.el (vc-arch-checkin):
5254 * vc-cvs.el (vc-cvs-checkin):
5255 * vc-git.el (vc-git-checkin):
5256 * vc-mtn.el (vc-mtn-checkin):
5257 * vc-rcs.el (vc-rcs-checkin):
5258 * vc-sccs.el (vc-sccs-checkin):
5259 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
5260
5261 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
5262
5263 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
5264 parent typo).
5265
5266 2010-03-19 Glenn Morris <rgm@gnu.org>
5267
5268 * password-cache.el (password-cache, password-cache-expiry): Autoload.
5269
5270 2010-03-18 Glenn Morris <rgm@gnu.org>
5271
5272 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
5273
5274 * replace.el (query-replace-history): Give it a doc string.
5275 (map-query-replace-regexp): Use query-replace-from-history-variable
5276 and query-replace-to-history-variable.
5277
5278 * mail/hashcash.el (declare-function): Remove duplicate definition.
5279
5280 * mail/emacsbug.el (report-emacs-bug-pretest-address):
5281 Make it an obsolete alias for report-emacs-bug-address.
5282 (message-strip-special-text-properties): Declare.
5283 (report-emacs-bug): Remove test for a pretest bug address.
5284 Combine message-mode-specific code.
5285
5286 * mail/supercite.el: Don't require sendmail.
5287 (mh-in-header-p): Declare rather than using with-no-warnings.
5288 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
5289 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
5290
5291 * calendar/cal-french.el: Convert to utf-8.
5292
5293 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
5294 Emacs scripts.
5295
5296 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
5297
5298 * net/secrets.el (secrets-enabled): New variable. Use it instead
5299 of a subfeature.
5300
5301 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
5302
5303 * net/secrets.el (top): Register the D-Bus signals only when the
5304 service "org.freedesktop.secrets" can be pinged.
5305 Provide subfeature `enabled'.
5306
5307 2010-03-14 Juri Linkov <juri@jurta.org>
5308
5309 Add finder unknown keywords.
5310
5311 * finder.el (finder-unknown-keywords): New function.
5312
5313 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
5314 to create a Finder node with unknown keywords.
5315
5316 2010-03-14 Juri Linkov <juri@jurta.org>
5317
5318 * finder.el (finder-compile-keywords): Replace `princ' with
5319 `prin1' on a list of symbols interned from keyword strings.
5320
5321 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
5322 a comma, then split keywords using a comma and optional whitespace.
5323 Otherwise, split by whitespace.
5324
5325 * complete.el:
5326 * face-remap.el:
5327 * log-view.el:
5328 * net/hmac-def.el:
5329 * net/hmac-md5.el:
5330 * net/netrc.el:
5331 * progmodes/mixal-mode.el: Fix keywords.
5332
5333 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
5334
5335 * Makefile.in (ELCFILES): Add net/secrets.elc.
5336
5337 * net/secrets.el: New file.
5338
5339 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
5340
5341 * facemenu.el (list-colors-display, list-colors-print): New arg
5342 callback. Use it to allow selecting colors.
5343
5344 * wid-edit.el (widget-image-insert): Insert image prop even if the
5345 current display is non-graphic.
5346 (widget-field-value-set): New fun.
5347 (editable-field): Use it.
5348 (widget-field-value-get): Clean up unused var.
5349 (widget-color-value-create, widget-color--choose-action):
5350 New funs. Allow using list-colors-display to choose color.
5351
5352 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
5353
5354 * cus-edit.el: Resort topmost custom groups.
5355 (custom-buffer-sort-alphabetically): Default to t.
5356 (customize-apropos): Use apropos-parse-pattern.
5357 (custom-search-field): New var.
5358 (custom-buffer-create-internal): Add custom-apropos search field.
5359 (custom-add-parent-links): Don't display parent doc.
5360 (custom-group-value-create): Don't sort top-level custom group.
5361 (custom-magic-value-create): Show visibility button before option name.
5362
5363 (custom-variable-state): New fun, from custom-variable-state-set.
5364 (custom-variable-state-set): Use it.
5365 (custom-group-value-create): Hide options with standard values
5366 using the :hidden-states property. Use progress reporter.
5367
5368 (custom-show): Simplify.
5369 (custom-visibility): Disable images by default.
5370 (custom-variable): New property :hidden-states.
5371 (custom-variable-value-create): Enable images for
5372 custom-visibility widgets. Use :hidden-states property to
5373 determine initial visibility.
5374
5375 * wid-edit.el (widget-image-find): Give images center ascent.
5376 (visibility): Add :on-image and :off-image properties.
5377 (widget-visibility-value-create): Use them.
5378
5379 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
5380
5381 * cus-edit.el (processes): Remove from development group.
5382 (oop, hypermedia): Delete group.
5383 (comm): Promote to top-level group.
5384
5385 * net/browse-url.el (browse-url):
5386 * net/xesam.el (xesam):
5387 * net/tramp.el (tramp):
5388 * net/goto-addr.el (goto-address):
5389 * net/ange-ftp.el (ange-ftp): Put in comm group.
5390
5391 * view.el (view): Remove from editing group.
5392
5393 * uniquify.el (uniquify): Put in files group.
5394
5395 * net/browse-url.el (browse-url):
5396 * ps-print.el (postscript): Put in external group.
5397
5398 * cus-edit.el (outlines):
5399 * textmodes/text-mode.el (text-mode-hook):
5400 * textmodes/table.el (table):
5401 * textmodes/picture.el (picture):
5402 * outline.el (outlines): Put in wp group.
5403
5404 * nxml/nxml-mode.el (nxml): Remove from wp group.
5405
5406 * net/tramp-imap.el (tramp-imap): Put in tramp group.
5407
5408 * mail/metamail.el (metamail): Remove from hypermedia group.
5409
5410 * cus-edit.el (abbrev):
5411 * whitespace.el (whitespace):
5412 * vcursor.el (vcursor):
5413 * reveal.el (reveal):
5414 * hl-line.el (hl-line): Put in convenience group.
5415
5416 * epg-config.el (epg): Put in data group.
5417
5418 * emulation/pc-select.el (pc-select): Put in emulations group.
5419
5420 * calculator.el (calculator): Put in applications group.
5421
5422 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
5423
5424 Add .dir-locals.el support for file-less buffers.
5425 * files.el (hack-local-variables): Split out code to apply local
5426 variable settings ...
5427 (hack-local-variables-apply): ... here. New function.
5428 (hack-dir-local-variables): Use the default directory for when the
5429 buffer does not have an associated file.
5430 (hack-dir-local-variables-non-file-buffer): New function.
5431 * diff-mode.el (diff-mode):
5432 * vc-annotate.el (vc-annotate-mode):
5433 * vc-dir.el (vc-dir-mode):
5434 * log-edit.el (log-edit-mode):
5435 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
5436
5437 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
5438
5439 Add support for shelving snapshots and for showing shelves.
5440 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
5441 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
5442 New functions.
5443 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
5444 (vc-bzr-extra-menu-map): Map them.
5445
5446 2010-03-11 Glenn Morris <rgm@gnu.org>
5447
5448 * cus-edit.el (customize-changed-options-previous-release):
5449 Bump to 23.1.
5450
5451 * image.el (image-animate-max-time): Fix :version tag.
5452
5453 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
5454
5455 * Branch for 23.2.
5456
5457 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5458
5459 * vc-git.el (vc-git-revision-table): Include remote branches.
5460
5461 2010-03-10 Kim F. Storm <storm@cua.dk>
5462
5463 Animated image API.
5464 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
5465
5466 * image.el (image-animate-max-time): New defcustom.
5467 (image-animated-types): New defconst.
5468 (create-animated-image, image-animate-timer)
5469 (image-animate-start, image-animate-stop, image-animate-timeout)
5470 (image-animated-p): New functions.
5471
5472 * image-mode.el (image-toggle-display-image):
5473 Replace `create-image' with `create-animated-image'.
5474
5475 2010-03-09 Miles Bader <miles@gnu.org>
5476
5477 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
5478 instead of "format:"; this ensures that the output is
5479 newline-terminated.
5480
5481 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
5482
5483 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
5484 that all errors are caught, and that the return value is always a
5485 list (Bug#5692).
5486
5487 2010-03-08 Kenichi Handa <handa@m17n.org>
5488
5489 * language/misc-lang.el (windows-1256): New coding system.
5490 (cp1256): New alias of windows-1256 (bug#5690).
5491
5492 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
5493
5494 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
5495 call to rfc822-bad-address. (Bug#5692)
5496
5497 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
5498
5499 * vc-git.el (vc-git-annotate-extract-revision-at-line):
5500 Use vc-git-root as default directory for revision path (Bug#5657).
5501
5502 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
5503
5504 * calculator.el (calculator): Don't bind split-window-keep-point
5505 (Bug#5674).
5506
5507 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
5508
5509 * vc-git.el: Re-flow to fit into 80 columns.
5510 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
5511 Remove spurious `quote' element in each case alternative.
5512 (vc-git-show-log-entry): Use prog1.
5513 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
5514
5515 2010-03-06 Glenn Morris <rgm@gnu.org>
5516
5517 * cedet/semantic/grammar.el (semantic-grammar-header-template):
5518 Update template copyright to GPLv3+.
5519
5520 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5521
5522 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
5523
5524 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
5525
5526 * macros.el (insert-kbd-macro): Look up keyboard macro using the
5527 definition, not the name (Bug#5481).
5528
5529 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
5530
5531 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
5532 argument with a local variable. (Bug#5670)
5533
5534 2010-03-02 Juri Linkov <juri@jurta.org>
5535
5536 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
5537
5538 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
5539
5540 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
5541 error when FILENAME and NEWNAME are existing remote directories.
5542
5543 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
5544 parameter DIR-FLAG.
5545
5546 2010-03-02 Glenn Morris <rgm@gnu.org>
5547
5548 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
5549 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
5550
5551 2010-03-01 Kenichi Handa <handa@m17n.org>
5552
5553 * language/burmese.el (burmese-composable-pattern): Rename from
5554 myanmar-composable-pattern.
5555
5556 * international/characters.el (script-list):
5557 * international/fontset.el (script-representative-chars):
5558 Change myanmar to burmese.
5559 (otf-script-alist): Likewise.
5560 (setup-default-fontset): Likewise. Re-fix :otf spec.
5561
5562 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5563
5564 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
5565
5566 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
5567
5568 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
5569
5570 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
5571
5572 * net/tramp.el (tramp-handle-write-region): START can be a string.
5573 Take care in the checks. Reported by Dan Davison
5574 <davison@stats.ox.ac.uk>.
5575
5576 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
5577
5578 * net/dbus.el (dbus-introspect, dbus-get-property)
5579 (dbus-set-property, dbus-get-all-properties):
5580 Use `dbus-call-method' when noninteractive. (Bug#5645)
5581
5582 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
5583
5584 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
5585 * emacs-lisp/elint.el (elint-add-required-env):
5586 * cedet/semantic/db-find.el
5587 (semanticdb-find-translate-path-brutish-default):
5588 * cedet/ede/make.el (ede-make-check-version):
5589 * calendar/icalendar.el (icalendar--add-diary-entry):
5590 * calc/calcalg2.el (math-tracing-integral):
5591 * files.el (recover-session-finish): Use with-current-buffer
5592 instead of save-excursion.
5593
5594 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5595
5596 Fix in-buffer completion when after-change-functions modify the buffer.
5597 * minibuffer.el (completion--replace): New function.
5598 (completion--do-completion): Use it and use relative movement.
5599
5600 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
5601
5602 * international/fontset.el (setup-default-fontset): Fix :otf spec.
5603
5604 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
5605
5606 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
5607 Allow the characters _<> in the stack entry (Bug#5653).
5608
5609 2010-02-26 Kenichi Handa <handa@m17n.org>
5610
5611 * language/burmese.el: Fix entries in composition-function-table.
5612 (myanmar-composable-pattern): New variable.
5613
5614 * international/fontset.el (setup-default-fontset): Add an entry
5615 for myanmar.
5616
5617 * international/characters.el (script-list): Add Myanmar
5618 Extended-A.
5619
5620 2010-02-26 Glenn Morris <rgm@gnu.org>
5621
5622 * custom.el (custom-initialize-delay): Doc fix.
5623
5624 * mail/sendmail.el (send-mail-function): Autoload the call
5625 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
5626
5627 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
5628
5629 * files.el (hack-local-variables-filter): For eval forms, also
5630 check safe-local-variable-p (Bug#5636).
5631
5632 2010-02-24 Eduard Wiebe <usenet@pusto.de>
5633
5634 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
5635 and use c(ad)r of cddr (Bug#5640).
5636
5637 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
5638
5639 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
5640 setting the modes by `ignore-errors'. It might fail, for example
5641 if the file is not owned by the user but the group.
5642 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
5643
5644 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
5645
5646 * files.el (directory-listing-before-filename-regexp): Use
5647 stricter matching for iso-style dates, to avoid false matches with
5648 date-like filenames (Bug#5597).
5649
5650 * htmlfontify.el (htmlfontify): Doc fix.
5651
5652 * eshell/eshell.el (eshell): Doc fix.
5653
5654 * startup.el (fancy-about-screen): In mode-line, apply
5655 mode-line-buffer-id face only to the buffer name (Bug#5613).
5656
5657 2010-02-20 Kevin Ryde <user42@zip.com.au>
5658
5659 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5660 In `watcom' anchor regexp to start of line, to avoid slowness
5661 (Bug#5599).
5662
5663 2010-02-20 Eli Zaretskii <eliz@gnu.org>
5664
5665 * subr.el (remove-yank-excluded-properties): Explain in a comment
5666 why `category' property is removed.
5667
5668 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
5669
5670 * isearch.el (isearch-update-post-hook, isearch-update): Revert
5671 2010-02-17 change.
5672
5673 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
5674
5675 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
5676 (icalendar--convert-weekly-to-ical)
5677 (icalendar--convert-yearly-to-ical)
5678 (icalendar--convert-block-to-ical)
5679 (icalendar--convert-cyclic-to-ical)
5680 (icalendar--convert-anniversary-to-ical): Take care of time
5681 specifications where hour has 1-digit only (Bug#5549).
5682
5683 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
5684
5685 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
5686 of disassemble output in GDB 7.1.
5687
5688 2010-02-19 Glenn Morris <rgm@gnu.org>
5689
5690 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
5691 property. (Bug#5593)
5692
5693 2010-02-18 Sam Steingold <sds@gnu.org>
5694
5695 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
5696
5697 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5698
5699 Use abbreviated file names in bookmarks (bug#5591).
5700 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
5701 calls to expand-file-name.
5702 (bookmark-relocate): Use abbreviated file names in bookmarks.
5703 (bookmark-load): Use abbreviated file names in messages.
5704
5705 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
5706
5707 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
5708 expand "." and "..". Reported by Thierry Volpiatto
5709 <thierry.volpiatto@gmail.com>.
5710
5711 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
5712
5713 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
5714 permissions of the temporary file to "0600". In case the remote
5715 file has no read permissions for the owner, there might be
5716 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
5717
5718 22010-02-18 Glenn Morris <rgm@gnu.org>
5719
5720 * emacs-lisp/authors.el (authors-renamed-files-alist):
5721 Add entries for INSTALL.CVS.
5722
5723 2010-02-17 Mark A. Hershberger <mah@everybody.org>
5724
5725 * vc-bzr.el: Fix typo in Known Bugs section.
5726
5727 * isearch.el (isearch-update-post-hook): New hook.
5728 (isearch-update): Use the new hook.
5729
5730 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
5731
5732 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5733 Fix errors in copying directories.
5734 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
5735 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
5736 (tramp-handle-delete-file)
5737 (tramp-handle-dired-recursive-delete-directory)
5738 (tramp-handle-write-region): Flush also the cache for the upper
5739 directory.
5740
5741 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
5742
5743 * simple.el (save-interprogram-paste-before-kill): Doc fix.
5744
5745 * cus-edit.el (hardware): Doc fix.
5746
5747 * man.el (man): Add to external custom group.
5748
5749 * delim-col.el (columns): Move to wp custom group.
5750
5751 * doc-view.el (doc-view): Add to data custom group.
5752
5753 * cedet/data-debug.el (data-debug): Move to extensions group.
5754
5755 * cedet/ede.el (ede):
5756 * cedet/srecode.el (srecode):
5757 * cedet/semantic.el (semantic): Put in tools and extensions group.
5758
5759 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
5760
5761 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
5762 by ispell-parse-output (Bug#5575).
5763
5764 2010-02-16 Kenichi Handa <handa@m17n.org>
5765
5766 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
5767 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
5768 (skkdic-convert): Use `euc-japan' coding system for writing.
5769
5770 2010-02-16 Glenn Morris <rgm@gnu.org>
5771
5772 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
5773 tex-main-file before using it. (Bug#5562)
5774
5775 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
5776
5777 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
5778 warnings, since it is annoying for the user to see them each time he
5779 runs the code.
5780
5781 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
5782
5783 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
5784 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
5785 instead of PROC for caching "first-password-request". Otherwise,
5786 new processes would not profit from passwords already entered.
5787
5788 * net/tramp-cache.el (tramp-dump-connection-properties):
5789 Don't save "first-password-request" property.
5790
5791 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
5792
5793 * outline.el (outline-head-from-level):
5794 * simple.el (with-wrapper-hook):
5795 * cedet/ede.el (ede-run-target, project-delete-target)
5796 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
5797 (ede-adebug-project, ede-adebug-project-parent)
5798 (ede-adebug-project-root):
5799 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
5800 (elint-defun, elint-buffer-env, elint-top-form-logged)
5801 (elint-unbound-variable):
5802 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
5803 Fix typos in docstrings.
5804
5805 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
5806
5807 * files.el (insert-directory): When WILDCARD-REGEXP and
5808 FULL-DIRECTORY-P are nil, insert the file entry instead of the
5809 whole directory. (Bug#5551)
5810
5811 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
5812 dired's alignment sanity. (Bug#5516)
5813
5814 2010-02-14 Juri Linkov <juri@jurta.org>
5815
5816 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
5817 Remove remaining ^H with their preceding chars. (Bug#5566)
5818
5819 2010-02-13 Glenn Morris <rgm@gnu.org>
5820
5821 * simple.el (transpose-subr): Give it a doc-string.
5822
5823 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
5824 Doc fixes.
5825
5826 2010-02-12 Juri Linkov <juri@jurta.org>
5827
5828 * arc-mode.el (archive-unique-fname): Make directories for nested
5829 archives. (Bug#5540)
5830
5831 2010-02-12 Juri Linkov <juri@jurta.org>
5832
5833 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
5834
5835 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5836
5837 * subr.el (copy-overlay): Handle deleted overlays.
5838
5839 * man.el (Man-completion-table): Don't signal an error if we can't run
5840 manual-program (bug#4056).
5841
5842 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
5843
5844 * textmodes/artist.el (artist-mt): Fix typos in docstring.
5845
5846 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5847
5848 * info.el (Info-bookmark-jump): Simplify.
5849
5850 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
5851 (bookmark-default-handler): Accept new bookmark field `buffer'.
5852
5853 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
5854
5855 * iswitchb.el (iswitchb-completions): Revert last change.
5856
5857 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
5858
5859 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
5860 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
5861 This prevents file names like "~/" being listed literally.
5862
5863 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
5864
5865 * term/xterm.el (xterm-maybe-set-dark-background-mode):
5866 Remove dead code. (Bug#5546)
5867
5868 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
5869
5870 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
5871 correctly (Bug#5548).
5872
5873 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
5874
5875 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
5876 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
5877
5878 2010-02-08 Kenichi Handa <handa@m17n.org>
5879
5880 * international/mule-util.el (with-coding-priority): Add autoload
5881 cookie for putting `lisp-indent-function'.
5882
5883 2010-02-07 Glenn Morris <rgm@gnu.org>
5884
5885 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
5886 Move F2003 named interfaces from keywords-2 to keywords-1, and
5887 use function-name-face rather than constant-face.
5888 Simplify "abstract interface" regexp.
5889
5890 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
5891
5892 * eshell/esh-util.el (eshell-file-attributes): New optional arg
5893 ID-FORMAT. Pass it to `file-attributes'.
5894
5895 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
5896
5897 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
5898
5899 * faces.el (set-face-attribute): Allow calling
5900 internal-set-lisp-face-attribute with 'unspecified family and
5901 foundry argument (Bug#5536).
5902
5903 2010-02-07 Glenn Morris <rgm@gnu.org>
5904
5905 * progmodes/f90.el (f90-font-lock-keywords-2)
5906 (f90-looking-at-type-like, f90-looking-at-program-block-end):
5907 Handle F2003 named interfaces.
5908
5909 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
5910
5911 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
5912 beg and end before calling c-get-state-before-change-functions.
5913
5914 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
5915
5916 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
5917
5918 2010-02-05 Juri Linkov <juri@jurta.org>
5919
5920 * doc-view.el (doc-view-mode):
5921 * image-mode.el (image-mode): Put property mode-class=special.
5922 (Bug#4896)
5923
5924 2010-02-05 Mark A. Hershberger <mah@everybody.org>
5925
5926 * vc-svn.el (vc-svn-revision-table): New function.
5927
5928 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
5929
5930 * net/ange-ftp.el (ange-ftp-insert-directory):
5931 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
5932 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
5933 Handle also directories. (Bug#5478)
5934
5935 2010-02-05 Glenn Morris <rgm@gnu.org>
5936
5937 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
5938
5939 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
5940
5941 * startup.el (command-line-1): Convert options beginning with a
5942 single dash as well (Bug#5519).
5943
5944 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
5945
5946 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
5947 * minibuffer.el (completion-initials-expand): Only check the presence
5948 of delims *within* the boundaries, since otherwise the / delim is
5949 always found for files.
5950
5951 Fix up various corner case problems.
5952 * doc-view.el (doc-view-last-page-number): New function.
5953 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
5954 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
5955 (doc-view-kill-proc): Avoid inf-loop in freak cases.
5956 (doc-view-reconvert-doc): Use the new recursive delete-directory.
5957 (doc-view-convert-current-doc): Don't create the resolution.el file
5958 here any more.
5959 (doc-view-pdf/ps->png): Do it here instead.
5960 (doc-view-already-converted-p): Check that resolution.el is present.
5961 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
5962 windows that are not yet showing images.
5963
5964 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
5965
5966 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
5967 `dired-uncache' for every elemnt which is an absolute file name.
5968
5969 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
5970 directory, handle its directory component.
5971 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
5972 function is called permanently and creates noise, otherwise.
5973
5974 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
5975 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
5976 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
5977
5978 2010-02-04 David Burger <dburger@google.com> (tiny change)
5979
5980 * macros.el (apply-macro-to-region-lines):
5981 Minor simplification. (Bug#5485)
5982
5983 2010-02-04 Glenn Morris <rgm@gnu.org>
5984
5985 * mail/rmail.el (rmail-show-message-1): Handle malformed
5986 quoted-printable text. (Bug#5441)
5987
5988 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
5989
5990 * simple.el (visual-line-mode): Capitalize lighter.
5991
5992 2010-02-03 John Wiegley <jwiegley@gmail.com>
5993
5994 * iswitchb.el (iswitchb-completions): Add bookmark files to the
5995 list of files considered for "virtual buffer" completions.
5996
5997 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
5998
5999 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
6000 also in case of (and (not full) (not wildcard)). This is needed
6001 when dired is called with a list of files, which are not in
6002 `default-directory'. (Bug#5478)
6003
6004 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6005
6006 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
6007
6008 2010-02-02 Juri Linkov <juri@jurta.org>
6009
6010 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
6011 from unidiff to allow function-line after @@.
6012
6013 2010-02-02 Juri Linkov <juri@jurta.org>
6014
6015 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
6016 '(RCS SCCS) with inverted condition.
6017
6018 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
6019
6020 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
6021 messages.
6022
6023 2010-02-01 Juri Linkov <juri@jurta.org>
6024
6025 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
6026 compare with "pkunzip" and "pkzip" instead of only "pkzip".
6027 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
6028 only when (car archive-zip-extract) is "unzip". (Bug#5475)
6029
6030 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
6031
6032 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
6033 (doc-view-revert-buffer): New command.
6034 (doc-view-mode-map): Use it.
6035
6036 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
6037
6038 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
6039 pending merge is detected.
6040
6041 2010-01-31 Juri Linkov <juri@jurta.org>
6042
6043 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
6044 beginning of interactive spec like all other grep commands do.
6045 Put "all" in front of "gz". (Bug#5260)
6046
6047 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
6048
6049 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
6050
6051 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
6052
6053 * dirtrack.el (dirtrack): Warn instead of signalling error if the
6054 regexp is incorrect (Bug#5476).
6055
6056 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
6057
6058 * net/tramp.el (tramp-handle-insert-directory): Handle also
6059 symlinks, when FILENAME is not in `default-directory'.
6060
6061 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
6062
6063 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
6064 FILE is not in `default-directory'. (Bug#5478)
6065
6066 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
6067 of SWITCHES. Handle the case, FILENAME is not in
6068 `default-directory'. (Bug#5478)
6069 (tramp-register-file-name-handlers): Add safe-magic property.
6070
6071 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
6072
6073 * arc-mode.el (archive-zip-extract): Quote the argument passed to
6074 unzip (Bug#5475).
6075
6076 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
6077
6078 * progmodes/flymake.el (flymake-allowed-file-name-masks)
6079 (flymake-master-make-header-init): Add other C++ filename masks.
6080 (flymake-find-possible-master-files)
6081 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
6082
6083 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
6084
6085 Fix some busybox annoyances.
6086
6087 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
6088 not responding." string.
6089 (tramp-open-connection-setup-interactive-shell): Dump stty
6090 settings. Enable "neveropen" arg for all `tramp-send-command'
6091 calls. Handle "=" in variable values properly.
6092 (tramp-find-inline-encoding): Raise an error, when no encoding is
6093 found.
6094 (tramp-wait-for-output): Check, whether PROC buffer is available.
6095 Remove spurious " ^H" sequences, sent by busybox.
6096 (tramp-get-ls-command): Suppress coloring, if possible.
6097
6098 2010-01-28 Glenn Morris <rgm@gnu.org>
6099
6100 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
6101
6102 * log-edit.el (log-edit-strip-single-file-name): Add missing
6103 :safe, :group, and :version tags.
6104
6105 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
6106
6107 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
6108 buffers. (Bug#5477)
6109
6110 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
6111
6112 * files.el (delete-directory): Handle moving to trash without
6113 first doing recursion (Bug#5436).
6114
6115 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
6116
6117 * vc-hooks.el (vc-path): Mark as obsolete.
6118
6119 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
6120
6121 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
6122 names too.
6123
6124 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
6125 for the short log.
6126 (vc-bzr-log-view-mode): Adjust regexp for the above change.
6127
6128 2010-01-25 Mark A. Hershberger <mah@everybody.org>
6129
6130 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
6131
6132 * vc-bzr.el (vc-bzr-revision-table): New function.
6133
6134 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
6135
6136 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
6137 diff-index command. This requires at least git-1.5.5. (Bug#1589).
6138
6139 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
6140
6141 Remove support for adding --signoff on commit.
6142 Future support will use an incompatible generic mechanism.
6143 * vc-git.el (vc-git-add-signoff): Remove variable.
6144 (vc-git-toggle-signoff): Remove function.
6145 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
6146
6147 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
6148 from xterm-set-background-mode. Return t if the background mode
6149 was set.
6150 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
6151 earlier, call it again in case the background mode has changed.
6152
6153 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
6154
6155 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
6156 (Bug#3541).
6157
6158 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
6159
6160 * emacs-lisp/assoc.el (aelement): Doc fix.
6161 (aput, adelete, amake): Use lexical-let (Bug#5450).
6162
6163 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
6164
6165 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
6166 is the same as subprogram call, not declaration. (Bug#5435).
6167
6168 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
6169
6170 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
6171 (tramp-smb-maybe-open-connection): Use it.
6172
6173 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
6174
6175 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
6176
6177 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
6178
6179 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
6180 just because we see "encoding: 8bit".
6181 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
6182
6183 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
6184
6185 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
6186
6187 2010-01-22 Eli Zaretskii <eliz@gnu.org>
6188
6189 * jka-compr.el (jka-compr-load): If load-file is not in
6190 load-history, try its file-truename version. (bug#5447)
6191
6192 2010-01-21 Alan Mackenzie <acm@muc.de>
6193
6194 Fix a situation where deletion of a cpp construct throws an error.
6195 * progmodes/cc-engine.el (c-invalidate-state-cache):
6196 Before invoking c-with-all-but-one-cpps-commented-out, check that the
6197 special cpp construct is still in the buffer.
6198 (c-parse-state): Record the special cpp with markers, not numbers.
6199
6200 2010-01-21 Kenichi Handa <handa@m17n.org>
6201
6202 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
6203 process last-command-event, as it is now decoded first (Bug#5380).
6204
6205 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
6206
6207 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
6208
6209 2010-01-20 Glenn Morris <rgm@gnu.org>
6210
6211 * indent.el (tab-always-indent): Fix custom-type.
6212
6213 2010-01-19 Alan Mackenzie <acm@muc.de>
6214
6215 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
6216 buffer throws "args out of range".
6217 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
6218 playing the role of delimiter.
6219
6220 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
6221
6222 * progmodes/ada-mode.el: Fix bug#5400.
6223 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
6224 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
6225 changed. Delete RECURSIVE parameter; never used. Improve doc string.
6226 Improve comments in "is" portion. Handle null procedure declaration.
6227 (ada-move-to-end): Improve doc string.
6228
6229 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
6230
6231 * ido.el (ido-cur-list): Initialize to nil.
6232 Remove obsolete information from commentary.
6233 (ido-choice-list): Initialize to nil.
6234 (ido-get-bufname): Reject minibuffers.
6235 (ido-make-buffer-list): If "default" is a nonexistent
6236 buffer, ignore it, as per the function's comment.
6237 (ido-kill-buffer-internal): New function.
6238 (ido-kill-buffer-at-head): Use it.
6239 (ido-visit-buffer): Likewise.
6240
6241 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
6242
6243 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
6244
6245 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
6246
6247 * cedet/ede/locate.el (ede-locate-file-in-project)
6248 (ede-locate-file-in-project-impl): Fix typos in docstrings.
6249 (ede-enable-locate-on-project): Fix typos in error messages.
6250
6251 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
6252 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
6253 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
6254 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
6255 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
6256 Fix typos in menu help.
6257
6258 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
6259 Fix typos in chart titles.
6260
6261 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
6262 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
6263 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
6264 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
6265 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
6266 (semantic-parse-stream, semantic-parse-region)
6267 (semantic-parse-region-default, semantic--set-buffer-cache)
6268 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
6269 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
6270 (semantic-default-submodes):
6271 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
6272 (semanticdb-create-ebrowse-database)
6273 (semanticdb-find-tags-for-completion-method)
6274 (semanticdb-find-tags-by-class-method)
6275 (semanticdb-deep-find-tags-by-name-method)
6276 (semanticdb-deep-find-tags-for-completion-method):
6277 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
6278 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
6279 (semanticdb-find-tags-for-completion-method)
6280 (semanticdb-find-tags-by-class-method)
6281 (semanticdb-deep-find-tags-for-completion-method):
6282 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
6283 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
6284 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
6285 (semanticdb-find-tags-by-name-method)
6286 (semanticdb-find-tags-by-name-regexp-method)
6287 (semanticdb-find-tags-for-completion-method)
6288 (semanticdb-find-tags-by-class-method)
6289 (semanticdb-find-tags-external-children-of-type-method)
6290 (semanticdb-find-tags-subclasses-of-type-method)
6291 (semanticdb-deep-find-tags-by-name-method)
6292 (semanticdb-deep-find-tags-by-name-regexp-method)
6293 (semanticdb-deep-find-tags-for-completion-method):
6294 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
6295 (semanticdb-enable-gnu-global-in-buffer)
6296 (semanticdb-find-tags-for-completion-method)
6297 (semanticdb-deep-find-tags-by-name-method)
6298 (semanticdb-deep-find-tags-for-completion-method):
6299 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
6300 (javascript-mode, semanticdb-find-translate-path)
6301 (semanticdb-find-tags-for-completion-method)
6302 (semanticdb-find-tags-by-class-method)
6303 (semanticdb-deep-find-tags-by-name-method)
6304 (semanticdb-deep-find-tags-for-completion-method)
6305 (semanticdb-find-tags-external-children-of-type-method):
6306 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
6307 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
6308 (global-semantic-idle-scheduler-mode):
6309 * cedet/srecode/dictionary.el (srecode-field-value)
6310 (srecode-dictionary-add-section-dictionary):
6311 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
6312 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
6313 (describe-class, eieio-describe-generic, describe-generic):
6314 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
6315 (eieio-speedbar-expand):
6316 * emulation/viper-cmd.el (viper-exec-form-in-vi)
6317 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
6318 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
6319 (viper-del-backward-char-in-replace, viper-backward-indent)
6320 (viper-brac-function, viper-register-to-point, viper-submit-report):
6321 * net/tramp.el (tramp-remote-coding-commands):
6322 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
6323 Fix typos in docstrings.
6324
6325 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
6326
6327 * mail/sendmail.el (mail-yank-original): Set the mark if the
6328 specified function for yanking does not do it.
6329
6330 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
6331
6332 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
6333
6334 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
6335 resyncing a directory.
6336
6337 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
6338
6339 * progmodes/ada-mode.el: Fix bug#1920.
6340 (ada-ident-re): Delete ., allow multibyte characters.
6341 (ada-goto-label-re): New; matches goto labels.
6342 (ada-block-label-re): New; matches block labels.
6343 (ada-label-re): New; matches both.
6344 (ada-named-block-re): Deleted; callers changed to use
6345 `ada-block-label-re' instead.
6346 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
6347 Use `ada-block-label-re'.
6348 (ada-indent-on-previous-lines): Improve handling of goto labels.
6349 (ada-get-indent-block-start): Special-case block label.
6350 (ada-get-indent-label): Split into `ada-indent-block-label' and
6351 `ada-indent-goto-label'.
6352 (ada-goto-stmt-start, ada-goto-next-non-ws):
6353 Optionally ignore goto labels.
6354 (ada-goto-next-word): Simplify.
6355 (ada-indent-newline-indent-conditional): Insert newline before
6356 trying to fix indentation; doc fix.
6357
6358 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
6359
6360 * calc/calc.el (calc-command-flags): Give it an initial value.
6361
6362 2010-01-17 Glenn Morris <rgm@gnu.org>
6363
6364 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
6365
6366 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
6367
6368 * cedet/semantic.el (semantic-mode):
6369 * files.el (minibuffer-with-setup-hook):
6370 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
6371 (artist-key-draw-continously, artist-key-do-continously-continously)
6372 (artist-key-set-point-continously, artist-mouse-draw-continously):
6373 Fix typos in docstrings.
6374
6375 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
6376
6377 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
6378 return t (Bug#3898).
6379
6380 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
6381
6382 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
6383 can parse the output of the external commands (Bug#5279).
6384
6385 2010-01-16 Jari Aalto <jari.aalto@cante.net>
6386
6387 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
6388
6389 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
6390
6391 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
6392
6393 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
6394
6395 * startup.el (command-line): Remove unused --icon-type arg.
6396 Handle --display arg, passing it to command-line-1 (Bug#5392).
6397
6398 2010-01-16 Mario Lang <mlang@delysid.org>
6399
6400 * cedet/ede/cpp-root.el (ede-cpp-root-project):
6401 * cedet/ede/files.el (ede-expand-filename):
6402 * cedet/ede/simple.el (ede-simple-project):
6403 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6404 (semantic-complete-inline-tag-engine):
6405 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
6406 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
6407 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
6408 * cedet/semantic/db.el (semanticdb-equivalent-mode):
6409 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
6410 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
6411 * emacs-lisp/chart.el (chart-translate-namezone):
6412 * textmodes/artist.el (artist-compute-popup-menu-table):
6413 Remove duplicated words in doc-strings.
6414
6415 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
6416
6417 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
6418 to mairix-search to suppress threading (Bug#5342).
6419
6420 2010-01-15 Kenichi Handa <handa@m17n.org>
6421
6422 * international/mule-cmds.el (canonicalize-coding-system-name):
6423 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
6424
6425 2010-01-15 Glenn Morris <rgm@gnu.org>
6426
6427 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
6428
6429 * wid-edit.el (widget-keymap): Doc fix.
6430
6431 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
6432 former seems to be more widely accepted by various svn versions.
6433
6434 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
6435
6436 * find-cmd.el (find-constituents):
6437 * vc-arch.el (vc-arch-root):
6438 * window.el (window-body-height, pop-up-frames):
6439 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
6440 (semantic-no-reparse-needed-change-hook):
6441 * cedet/srecode/insert.el (srecode-resolve-argument-list)
6442 (srecode-template-inserter-blank, srecode-template-inserter-variable)
6443 (srecode-template-inserter-ask, srecode-template-inserter-width)
6444 (srecode-template-inserter-section-start)
6445 (srecode-template-inserter-section-end, srecode-insert-method):
6446 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
6447 * progmodes/ada-stmt.el (ada-if):
6448 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
6449 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
6450 (ispell-encoding8-command, ispell-aspell-supports-utf8)
6451 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
6452
6453 * progmodes/flymake.el (flymake-post-syntax-check):
6454 Fix typo in error message.
6455
6456 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
6457
6458 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
6459 which is always a string. (Bug#5313)
6460
6461 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
6462
6463 * progmodes/ada-xref.el (ada-default-prj-properties):
6464 Simplify previous change.
6465
6466 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
6467
6468 * progmodes/ada-xref.el (ada-default-prj-properties):
6469 Default ada_project_path to $ADA_PROJECT_PATH.
6470
6471 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
6472
6473 * progmodes/ada-mode.el (ada-create-keymap):
6474 Override `narrow-to-defun' with `ada-narrow-to-defun'.
6475
6476 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
6477
6478 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
6479 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
6480 (ada-get-current-indent, ada-imenu-generic-expression)
6481 (ada-which-function): Check for it.
6482
6483 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
6484
6485 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
6486 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
6487
6488 2010-01-14 Glenn Morris <rgm@gnu.org>
6489
6490 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
6491
6492 2010-01-14 Kenichi Handa <handa@m17n.org>
6493
6494 * composite.el (auto-composition-mode): Make it a buffer local
6495 variable (permanent-local).
6496 (auto-composition-function): Set the default value to
6497 auto-compose-chars.
6498 (auto-composition-mode): Make it a simple function, not a minor mode.
6499 (global-auto-composition-mode): Likewise.
6500 (turn-on-auto-composition-if-enabled): Delete it.
6501
6502 2010-01-13 Karl Fogel <kfogel@red-bean.com>
6503
6504 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
6505
6506 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
6507
6508 * files.el (copy-directory): Compute target for recursive
6509 directories with identical names. (Bug#5343)
6510
6511 2010-01-12 Glenn Morris <rgm@gnu.org>
6512
6513 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
6514 it to bug-gnu-emacs rather than emacs-pretest-bug.
6515
6516 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
6517
6518 * cedet/data-debug.el (data-debug): Fix customization group reference.
6519
6520 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
6521
6522 * cedet/semantic/analyze.el (semantic-analyze-push-error)
6523 (semantic-analyze-context, semantic-analyze-context-assignment)
6524 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
6525 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
6526 (semantic-java-doc-keywords-map):
6527 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
6528 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
6529 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
6530 (semantic-c-classname, semantic-format-tag-uml-prototype)
6531 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
6532 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
6533 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
6534 (semantic-get-local-variables, semantic-end-of-command)
6535 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
6536 (lisp-mode):
6537 * cedet/semantic/bovine/make.el (makefile-mode):
6538 * cedet/semantic/wisent/python.el (wisent-python-string-re)
6539 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
6540 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
6541 (semantic-lex, semantic-get-local-variables, python-mode):
6542 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
6543 * cedet/srecode/extract.el (srecode-extract-state-set)
6544 (srecode-extract-method): Fix typos in docstrings.
6545
6546 2010-01-11 Sam Steingold <sds@gnu.org>
6547
6548 * imenu.el (imenu-default-create-index-function): Detect infinite
6549 loops caused by imenu-prev-index-position-function.
6550
6551 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
6552
6553 * htmlfontify.el (htmlfontify-load-rgb-file)
6554 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
6555 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
6556 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
6557 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
6558 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
6559 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
6560 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
6561 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
6562 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
6563 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
6564 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
6565 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
6566 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
6567 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
6568 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
6569 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
6570 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
6571 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
6572 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
6573 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
6574 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
6575 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
6576 backslash-quoting from parentheses, etc.
6577
6578 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
6579
6580 * progmodes/js.el: Autoload javascript-mode alias.
6581
6582 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
6583
6584 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
6585 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
6586 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
6587 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
6588 Fix typos in docstrings.
6589 (ffap-url-regexp): Doc fix.
6590 (ffap-at-mouse): Fix typo in message.
6591
6592 2010-01-11 Glenn Morris <rgm@gnu.org>
6593
6594 * version.el (emacs-copyright): Set copyright year to 2010.
6595
6596 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6597
6598 * format.el (format-annotate-function): Only set
6599 write-region-post-annotation-function after running to-fn so as not to
6600 affect nested write-region calls (bug#5273).
6601
6602 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
6603
6604 * cedet/semantic.el (semantic-new-buffer-setup-functions):
6605 Add python parser.
6606
6607 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
6608 wisent/python.el.
6609
6610 2010-01-10 Richard Kim <emacs18@gmail.com>
6611
6612 * cedet/semantic/wisent/python-wy.el:
6613 * cedet/semantic/wisent/python.el: New files.
6614
6615 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
6616
6617 * man.el (Man-goto-section): Signal error if the section is not
6618 found (Bug#5317).
6619
6620 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
6621
6622 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
6623 URLs with a leading triple slash in the file: scheme. (Bug#5345)
6624
6625 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
6626
6627 * progmodes/compile.el: Don't treat compile-command as safe if
6628 compilation-read-command might be nil (Bug#4218).
6629
6630 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
6631
6632 * startup.el (command-line-1): Use orig-argi to check for ignored X and
6633 NS options.
6634
6635 2010-01-08 Kenichi Handa <handa@m17n.org>
6636
6637 * international/fontset.el (build-default-fontset-data):
6638 Exclude characters in scripts kana, hangul, han, or cjk-misc.
6639
6640 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
6641
6642 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
6643 to `create-file-buffer' as it expects, not just a buffer name.
6644 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
6645 to help uniquify. (Bug#3224)
6646
6647 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
6648
6649 * font-setting.el (font-setting-change-default-font): Use user-spec
6650 instead of name.
6651
6652 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6653
6654 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
6655
6656 2010-01-05 Tom Tromey <tromey@redhat.com>
6657
6658 * progmodes/python.el (python-font-lock-keywords):
6659 Handle qualified decorators (Bug#881).
6660
6661 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6662
6663 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
6664 in a lightweight checkout.
6665
6666 2010-01-05 Kenichi Handa <handa@m17n.org>
6667
6668 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
6669
6670 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6671
6672 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
6673
6674 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
6675
6676 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
6677 checkouts. (Bug#618)
6678 (vc-bzr-log-view-mode): Also highlight the author.
6679 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
6680 (vc-bzr-shelve-menu-map):
6681 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
6682 (vc-bzr-shelve-apply): Make prompt more explicit.
6683
6684 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
6685
6686 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
6687 They are valid characters in URL paths (rfc3986), and at least
6688 Firefox does not understand the encoded version (Bug#3166).
6689
6690 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
6691
6692 * progmodes/octave-mod.el (octave-end-keywords)
6693 (octave-block-begin-or-end-regexp, octave-block-match-alist):
6694 Add "end" keyword (Bug#3061).
6695 (octave-end-as-array-index-p): New function.
6696 (calculate-octave-indent): Use it.
6697
6698 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6699
6700 * bookmark.el: Consistently put the text property on the bookmark name.
6701 (bookmark-bmenu-marks-width): Bump back to 2, to include
6702 annotation marks.
6703 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
6704 property on the bookmark name, instead of not putting it at all.
6705 (bookmark-bmenu-list): Fix where we put the text property.
6706
6707 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6708
6709 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
6710 for showing buffer modified state (as added in the previous change).
6711
6712 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6713
6714 * bookmark.el: Show modified state of bookmark buffer more accurately.
6715 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
6716 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
6717 (with-buffer-modified-unmodified): New macro.
6718 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6719 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
6720 Use new macro to preserve the buffer modified state.
6721
6722 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6723
6724 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
6725 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
6726 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
6727 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
6728 (bookmark-bmenu-rename, bookmark-bmenu-locate)
6729 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
6730 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
6731
6732 2010-01-02 Eli Zaretskii <eliz@gnu.org>
6733
6734 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6735 Make the lines in the generated doc string shorter. (Bug#4668)
6736
6737 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
6738
6739 * net/rcirc.el: Add follow-link binding (Bug#4738).
6740
6741 2010-01-02 Eli Zaretskii <eliz@gnu.org>
6742
6743 * Makefile.in (bzr-update): Rename from cvs-update.
6744 (cvs-update): New target for backward compatibility.
6745
6746 * makefile.w32-in (bzr-update): Rename from cvs-update.
6747 (cvs-update): New target for backward compatibility.
6748
6749 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6750
6751 * bookmark.el: Remove gratuitous gratitude.
6752
6753 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6754
6755 * bookmark.el (bookmark-bmenu-any-marks): New function.
6756 (bookmark-bmenu-save): Clear buffer modification if no marks.
6757
6758 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6759
6760 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
6761 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
6762 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
6763 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
6764
6765 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
6766 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
6767 To: emacs-devel {_AT_} gnu.org
6768 Subject: bookmark.el bug report
6769 Date: Mon, 28 Dec 2009 14:19:16 +0800
6770 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
6771
6772 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6773
6774 * bookmark.el: Improvements suggested by Drew Adams:
6775 (bookmark-bmenu-ensure-position): New name for
6776 `bookmark-bmenu-check-position'. Just ensure the position,
6777 don't return any meaningful value.
6778 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
6779 New constants.
6780
6781 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
6782
6783 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
6784 (bookmark-yank-point, bookmark-bmenu-check-position):
6785 Fix typos in docstrings.
6786 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
6787 (bookmark-name-from-full-record, bookmark-get-position)
6788 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
6789 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
6790 Remove useless quoting of parenthesis, etc. in docstrings.
6791
6792 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
6793 (ediff-append-custom-diff): Fix typo in error message.
6794 (ediff-meta-mark-equal-files): Fix typos in messages.
6795
6796 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
6797
6798 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
6799 Fix typo in docstring.
6800
6801 * net/imap-hash.el (imap-hash-make): Doc fix.
6802 (imap-hash-test): Fix typo in error message; reflow docstring.
6803 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
6804 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
6805 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
6806 Fix typos in docstrings.
6807 (imap-hash-open-connection): Fix typo in error message.
6808
6809 * play/gomoku.el (gomoku): Fix typos in docstring.
6810
6811 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
6812 (gdb-jsonify-buffer): Fix typos in docstring.
6813 (gdb-goto-breakpoint): Fix typo in error message.
6814 ("Display Other Windows"): Fix typo in help message.
6815 (gdb-speedbar-expand-node): Fix typo in question.
6816
6817 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
6818 (idlwave-html-system-help-location, idlwave-html-help-location)
6819 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
6820 (idlwave-help-browser-generic-args, idlwave-help-directory)
6821 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
6822 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
6823 (idlwave-online-help, idlwave-help-html-link)
6824 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
6825 Fix typos in docstrings.
6826 (idlwave-help-with-source, idlwave-help-find-routine-definition):
6827 Reflow docstrings.
6828 (idlwave-help-assistant-start): Fix typo in error message.
6829
6830 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
6831 (octave-electric-space): Fix typos in docstrings.
6832
6833 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
6834
6835 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
6836
6837 2010-01-01 Juri Linkov <juri@jurta.org>
6838
6839 * comint.el (comint-input-ring-size): Make it a defcustom and
6840 increase the default to 500 (Bug#5148).
6841
6842 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
6843
6844 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
6845 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
6846 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
6847
6848 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
6849
6850 Show working revision correctly for mercurial.
6851 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
6852 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
6853
6854 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
6855
6856 Declare some functions for the byte-compiler.
6857 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
6858 (speedbar-timer-fn, speedbar-change-expand-button-char)
6859 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
6860
6861 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
6862
6863 This changeset reverts GDB Graphical Interface to use annotations.
6864 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
6865
6866 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
6867
6868 Make vc-dir work on subdirectories of the bzr root.
6869 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
6870 file names relative to it.
6871 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
6872 relative directory to vc-bzr-after-dir-status.
6873
6874 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
6875
6876 * font-lock.el (font-lock-refresh-defaults): New function, which
6877 can be used to let font-lock react to external changes in
6878 variables like font-lock-defaults and keywords.
6879 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
6880
6881 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
6882
6883 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
6884
6885 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
6886
6887 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
6888
6889 Supersede color.diff settings in git log (bug#5211).
6890
6891 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
6892 escape chars in its output when the user has color.diff set to `always'.
6893 This fix works on git 1.4.2 and newer (released on 2006-08-13).
6894
6895 2009-12-26 Kevin Ryde <user42@zip.com.au>
6896
6897 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
6898 node. Keep previous "Index" name to work with past coreutils too.
6899
6900 * man.el (man): Revise docstring a bit to show -a and -l as
6901 examples. Add -k description since support for it has otherwise
6902 been a secret. (Further to bug#3717.)
6903 (Man-bgproc-sentinel): When "-k foo" produces no output show error
6904 "no matches" rather than "Can't find manpage", as the latter reads
6905 like -k was interpreted as a page name, which is not so. (Bug#5431)
6906
6907 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
6908
6909 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
6910 switches. Check also for //SUBDIRED// line.
6911
6912 2009-12-25 Kenichi Handa <handa@m17n.org>
6913
6914 * language/indian.el (devanagari-composable-pattern): Fixed to
6915 handle ZWNJ and ZWJ. Use it in composition-function-table for
6916 Devanagari.
6917 (malayalam-composable-pattern): Fix previous change.
6918
6919 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6920
6921 * ps-print.el (ps-face-attributes): It was not returning the
6922 attribute face for faces specified as string. Reported by harven
6923 <harven@free.fr>. (Bug#5254)
6924 (ps-print-version): New version 7.3.5.
6925
6926 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
6927
6928 * calendar/icalendar.el (icalendar--convert-tz-offset):
6929 Fix timezone names.
6930 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6931 (icalendar--add-diary-entry): Remove the trailing blank that
6932 diary-make-entry inserts.
6933
6934 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
6935
6936 Make `file-expand-wildcards' work for remote files.
6937
6938 * files.el (file-expand-wildcards): In case of remote files, check
6939 only local file name part for wildcards. Provide feature 'files
6940 and subfeature 'remote-wildcards. (Bug#5198)
6941
6942 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
6943 if there is already an established connection.
6944 (tramp-advice-file-expand-wildcards): Remove it.
6945
6946 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
6947 (tramp-advice-file-expand-wildcards): Move from tramp.el.
6948 Activate advice for older GNU Emacs versions. (Bug#5237)
6949
6950 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
6951
6952 Some doc fixes (more needed).
6953
6954 * find-cmd.el (find-constituents): Reflow docstring.
6955 (find-cmd, find-prune, find-command): Fix typos in docstrings.
6956 (find-generic): Doc fix.
6957
6958 2009-12-17 Juri Linkov <juri@jurta.org>
6959
6960 Fix regression from 23.1 to allow multiple modes in Local Variables.
6961
6962 * files.el (hack-local-variables-filter): While ignoring duplicates,
6963 don't take `mode' into account.
6964 (hack-local-variables-filter, hack-dir-local-variables):
6965 Don't remove duplicate `mode' from local-variables-alist (like `eval').
6966
6967 2009-12-17 Juri Linkov <juri@jurta.org>
6968
6969 Make `dired-diff' safer. (Bug#5225)
6970
6971 * dired-aux.el (dired-diff): Signal an error when `file' equals to
6972 `current' or when `file' is a directory of the `current' file.
6973
6974 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
6975
6976 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
6977 unconditionally preloaded files.
6978
6979 2009-12-16 Juri Linkov <juri@jurta.org>
6980
6981 Revert to old 23.1 logic of using the file at the mark as default.
6982 * dired-aux.el (dired-diff): Use the file at the mark as default
6983 if it's not the same as the current file, and the target dir is
6984 the current dir or the mark is active. Add the current file
6985 as the arg of `dired-dwim-target-defaults'. Use the default file
6986 in the prompt. (Bug#5225)
6987
6988 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
6989
6990 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
6991 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
6992 (tramp-check-for-regexp): Check also, when an echoing shell stops
6993 to echo sent commands.
6994
6995 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
6996
6997 * Makefile.in: Revert last change (Bug#5191).
6998
6999 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
7000
7001 * vc-hg.el (vc-hg-print-log): Fix argument order.
7002 (vc-hg-working-revision): Make sure the command is executed in a
7003 known environment so that we can parse the output. (Bug#4417)
7004
7005 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
7006
7007 * progmodes/python.el (python-symbol-completions): Remove text
7008 properties from symbol string before calling python-send-receive.
7009
7010 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
7011
7012 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
7013 when there are values for both file and line. (Bug#5060)
7014
7015 2009-12-14 Juri Linkov <juri@jurta.org>
7016
7017 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
7018 whitespace after the file name of the first line of unified format,
7019 because git-diff doesn't output whitespace and file modification time
7020 after the file name.
7021
7022 2009-12-14 David Kastrup <dak@gnu.org>
7023
7024 * info.el (Info-hide-cookies-node): Before hiding a cookie,
7025 check if it already has the `display' property added by
7026 `Info-display-images-node', and not put the `invisible' property
7027 in this case.
7028
7029 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
7030
7031 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
7032 (semantic-mru-bookmark-mode): Doc fixes.
7033
7034 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
7035 of assert.
7036
7037 2009-12-13 Glenn Morris <rgm@gnu.org>
7038
7039 * mail/emacsbug.el (message-sort-headers): Define for compiler.
7040 (report-emacs-bug): In message-mode, sort manually before storing
7041 original report text. (Bug#5178)
7042 Remove superfluous save-excursion.
7043
7044 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
7045
7046 * net/dbus.el (dbus-property-handler): Filter lambda forms out
7047 when responding to "GetAll" properties.
7048
7049 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
7050
7051 * simple.el (compose-mail): Remove mail-setup-with-from from
7052 customization checks.
7053
7054 2009-12-12 Eli Zaretskii <eliz@gnu.org>
7055
7056 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
7057 RAR archives created on Unix systems.
7058
7059 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
7060
7061 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
7062 the varalias that was accidentally removed by the 2009-11-19 change
7063 (bug#5186).
7064
7065 2009-12-12 Kenichi Handa <handa@m17n.org>
7066
7067 * language/indian.el (indian-compose-regexp): New function.
7068 (malayalam-composable-pattern): Fix the pattern.
7069 (composition-function-table): Set malayalam-composable-pattern for
7070 Malayalam characters.
7071
7072 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
7073
7074 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
7075 rather than down-mouse-1, based on follow-link conventions.
7076
7077 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
7078 are compiled.
7079
7080 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
7081
7082 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
7083 (verilog-vmm-statement-re, verilog-ovm-statement-re)
7084 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
7085 (verilog-leap-to-head, verilog-backward-token):
7086 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
7087
7088 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
7089
7090 * progmodes/verilog-mode.el (verilog-auto-lineup)
7091 (verilog-nameable-item-re): Cleanup user-visible spelling and
7092 documentation errors. One reported by Gary Delp.
7093 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
7094 (verilog-read-decls): Fix AUTOWIRE with types declared in a
7095 package, bug195. Reported by Pierre-David Pfister.
7096
7097 2009-12-11 Glenn Morris <rgm@gnu.org>
7098
7099 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
7100
7101 * mail/emacsbug.el: No longer require sendmail.
7102 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
7103 (report-emacs-bug-orig-text): Doc fix.
7104 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
7105 New local variables, to adapt to different mail-user-agents.
7106 (report-emacs-bug): Fix test for a gnu.org address.
7107 Use overlays for emphasis, since font-lock defeats 'face property.
7108 Pretest bugs also end up at the newsgroup these days.
7109 Stop message-mode stripping text properties.
7110 Set and use the new buffer-local variables.
7111 (report-emacs-bug-hook): Add doc-string.
7112 Remove some unnecessary save-excursions and simplify.
7113 Use the appropriate hook and send-command.
7114
7115 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
7116 capitalization of some menu entries.
7117
7118 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7119
7120 * whitespace.el (whitespace-display-char-on):
7121 Ensure `buffer-display-table' is unique when two or more windows are
7122 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
7123 New version 12.1.
7124
7125 2009-12-10 Eli Zaretskii <eliz@gnu.org>
7126
7127 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
7128 characters in the Attribute field.
7129
7130 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
7131
7132 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
7133
7134 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
7135
7136 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
7137 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7138 Disregard autoload-excludes.
7139 (update-directory-autoloads): Obey autoload-excludes here instead.
7140 But don't store its contents in no-autoloads and remove entries that
7141 refer to excludes files.
7142
7143 2009-12-10 Glenn Morris <rgm@gnu.org>
7144
7145 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
7146 (expand-mail-aliases): Define for compiler.
7147
7148 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
7149 Define for compiler.
7150
7151 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
7152 appropriate for the mail-user-agent in use.
7153
7154 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
7155
7156 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
7157
7158 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
7159
7160 Fix short log parsing and fontification.
7161 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
7162 Fix fontification for the [merge] label.
7163
7164 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
7165
7166 Drop some properties to avoid surprises (bug#5002).
7167 * htmlfontify.el (hfy-ignored-properties): New defcustom.
7168 (hfy-fontify-buffer): Use it.
7169
7170 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
7171
7172 Minor cleanup.
7173 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
7174 Adjust all callers.
7175 (ffap-locate-file): Remove unused arg `dir-ok' and make other
7176 args compulsory. Adjust callers.
7177 (ffap-gopher-at-point): Remove unused var `name'.
7178
7179 Get rid of the ELCFILES abomination.
7180 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
7181 (compile-elcfiles): New phony target.
7182 (compile-main): Compute ELCFILES dynamically.
7183 (compile-clean): New target to remove left-over elc files.
7184 (compile, all): Use it.
7185
7186 2009-12-09 Kenichi Handa <handa@etlken>
7187
7188 * international/mule-diag.el: Require help-mode instead of help-fns.
7189
7190 2009-12-09 Kenichi Handa <handa@m17n.org>
7191
7192 * international/mule-cmds.el (ucs-names): Supply sufficiently
7193 fine ranges instead of pre-calculating accurate ranges.
7194 Iterate with bigger gc-cons-threshold.
7195
7196 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
7197
7198 Add support for stashing a snapshot of the current tree.
7199 * vc-git.el (vc-git-stash-snapshot): New function.
7200 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
7201
7202 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
7203
7204 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
7205 instead of `(beginning|end)-of-line'.
7206
7207 2009-12-08 Glenn Morris <rgm@gnu.org>
7208
7209 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
7210
7211 * Makefile.in (ELCFILES): Regenerate.
7212
7213 2009-12-07 Juri Linkov <juri@jurta.org>
7214
7215 Don't lazy-highlight the comint output in history Isearch mode.
7216
7217 * comint.el (comint-history-isearch-search): Instead of
7218 `comint-line-beginning-position', use `comint-after-pmark-p'
7219 to check if point if before the process mark, and go to
7220 `process-mark' in this case.
7221
7222 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7223
7224 * textmodes/tex-mode.el (latex-complete)
7225 (latex-indent-or-complete): Remove.
7226 (latex-mode): Set completion-at-point-functions instead.
7227
7228 Provide a standard completion command and hook it into TAB.
7229 * minibuffer.el (completion-at-point-functions): New var.
7230 (completion-at-point): New command.
7231 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
7232 * progmodes/python.el (python-mode-map): Use completion-at-point.
7233 (python-completion-at-point): Rename from python-partial-symbol and
7234 adjust for use in completion-at-point-functions.
7235 (python-mode): Setup completion-at-point for Python completion.
7236 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
7237 extracted from lisp-complete-symbol.
7238 (lisp-complete-symbol): Use it.
7239 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
7240 setup completion-at-point for Elisp completion.
7241 (emacs-lisp-mode-map, lisp-interaction-mode-map):
7242 Use completion-at-point.
7243 * ielm.el (ielm-map): Use completion-at-point.
7244 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
7245 * progmodes/sym-comp.el: Move to...
7246 * obsolete/sym-comp.el: Move from progmodes.
7247
7248 2009-12-07 Eli Zaretskii <eliz@gnu.org>
7249
7250 Prevent save-buffer in Rmail buffers from using the coding-system
7251 of the current message, and from clobbering the encoding mnemonics
7252 in the mode line (Bug#4623).
7253
7254 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
7255 flag, too.
7256 (rmail-message-encoding): New variable.
7257 (rmail-write-region-annotate): Record the encoding of the current
7258 message in rmail-message-encoding.
7259 (rmail-after-save-hook): New function, restores the encoding of
7260 the current message after the message collection is saved.
7261
7262 2009-12-07 Juri Linkov <juri@jurta.org>
7263
7264 * progmodes/grep.el (grep-read-files): Use `completing-read'
7265 instead of `read-string'. Set its `collection' arg to
7266 `read-file-name-internal'. (Bug#4301)
7267
7268 2009-12-07 Juri Linkov <juri@jurta.org>
7269
7270 Correctly restore original Isearch point. (Bug#4994)
7271
7272 * isearch.el (isearch-mode): Move `isearch-push-state' after
7273 `(run-hooks 'isearch-mode-hook)'.
7274 (isearch-cancel): When `isearch-push-state-function' is defined,
7275 let-bind `isearch-cmds' to the first state (the last element of
7276 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
7277 function and restores the original point). Otherwise, move point
7278 to `isearch-opoint'.
7279
7280 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7281
7282 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
7283 chars that don't have names, so the table can be built much faster at
7284 run-time.
7285
7286 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
7287
7288 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
7289 change. Suggested by David Kastrup.
7290
7291 * simple.el (compose-mail): Check for incompatibilities and warn.
7292 (compose-mail-user-agent-warnings): New option.
7293
7294 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
7295
7296 Support showing a single log entry from vc-annotate.
7297 * vc.el (print-log): Add a new argument: START-REVISION.
7298 (vc-print-log-internal): Add a new optional argument and
7299 pass it to the backend.
7300 (vc-print-log, vc-print-root-log): Adjust callers.
7301 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
7302 buffer already displays the requested log entry, use it.
7303 Otherwise display only the log entry in question.
7304 * vc-svn.el (vc-svn-print-log):
7305 * vc-mtn.el (vc-mtn-print-log):
7306 * vc-hg.el (vc-hg-state):
7307 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
7308 (vc-git-show-log-entry): Return t on success.
7309 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
7310 (vc-bzr-show-log-entry): Return t on success.
7311 * vc-rcs.el (vc-rcs-print-log):
7312 * vc-sccs.el (vc-sccs-print-log):
7313 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
7314
7315 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
7316
7317 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
7318 Add menus to the meta mode. (Bug#5043)
7319
7320 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
7321
7322 * ediff-init.el (ediff-event-key): Use event-to-character instead of
7323 event-key.
7324
7325 * ediff.el (ediff-buffers-internal): Add unwind-protect.
7326
7327 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
7328
7329 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
7330 Berbain <raphael.berbain@gmail.com>.
7331
7332 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
7333 characters.
7334 (tramp-initial-end-of-output): New defconst.
7335 (tramp-methods, tramp-find-shell)
7336 (tramp-open-connection-setup-interactive-shell)
7337 (tramp-maybe-open-connection): Use it.
7338 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
7339 existence of `#' and `$'.
7340
7341 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
7342 `tramp-initial-end-of-output'.
7343
7344 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
7345
7346 Get the background mode from the terminal for xterm, and set
7347 faces accordingly.
7348 * term/xterm.el (xterm-set-background-mode): New function.
7349 (terminal-init-xterm): Use it in case xterm supports background
7350 color queries. Recompute faces after getting the background
7351 color.
7352
7353 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
7354
7355 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
7356 number comment back on its own line, for easier parsing.
7357
7358 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7359
7360 Make it work for non-file buffers (bug#5102).
7361 * doc-view.el (doc-view-current-cache-dir):
7362 Use doc-view-buffer-file-name rather than buffer-file-name.
7363 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
7364
7365 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
7366
7367 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
7368 author field is too short.
7369
7370 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
7371
7372 * vc-git.el (vc-git-print-log): Handle a limit argument.
7373 Display the short log in graph form and with labels.
7374 (vc-git-log-view-mode): Handle labels.
7375
7376 Make vc-revert change VC state from 'added to 'unregistered.
7377 * vc-git.el (vc-git-revert): Call git reset first.
7378
7379 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
7380
7381 * net/newst-backend.el, net/newst-plainview.el:
7382 * net/newst-reader.el, net/newst-ticker.el:
7383 * net/newst-treeview.el, net/newsticker.el:
7384 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
7385
7386 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
7387
7388 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
7389
7390 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
7391 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
7392 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
7393 Update annotation regexp.
7394
7395 * simple.el (beginning-of-visual-line): Constrain to field
7396 boundaries (Bug#5106).
7397
7398 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
7399
7400 * xml.el (xml-substitute-numeric-entities): Move
7401 newsticker--decode-numeric-entities in newst-backend.el to
7402 xml-substitute-numeric-entities in xml.el. (Bug#5008)
7403 * net/newst-backend.el (newsticker--parse-generic-feed)
7404 (newsticker--parse-generic-items)
7405 (newsticker--decode-numeric-entities): Move
7406 newsticker--decode-numeric-entities in newst-backend.el to
7407 xml-substitute-numeric-entities in xml.el. (Bug#5008)
7408
7409 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
7410
7411 * progmodes/js.el (js--js-not): Add null to the list of values.
7412
7413 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
7414
7415 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
7416
7417 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7418
7419 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
7420 delimiter if it is at the end of the current line.
7421 (bibtex-generate-url-list): Fix docstring.
7422
7423 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7424
7425 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
7426 minibuffer's content with itself.
7427 Fold the confirm-after-completion case into the `confirm' case.
7428 (completion-pcm-word-delimiters): Add : and / to the delimiters.
7429
7430 2009-12-06 Kevin Ryde <user42@zip.com.au>
7431
7432 * ffap.el (ffap-rfc-path): Make this a defcustom since
7433 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
7434
7435 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
7436 manuals, similar to existing setup for help-mode. (Bug#3913.)
7437
7438 2009-12-05 Juri Linkov <juri@jurta.org>
7439
7440 Save and restore dired buffer's point positions too. (Bug#4880)
7441
7442 * dired.el (dired-save-positions): Return in the first element
7443 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
7444 Doc fix.
7445 (dired-restore-positions): First restore buffer's position.
7446 While restoring window's positions, check if window still displays
7447 the original buffer.
7448
7449 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
7450
7451 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
7452 if possible.
7453
7454 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
7455 Make argument optional.
7456
7457 * shell.el (shell): Require ansi-color (Bug#5113).
7458
7459 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
7460
7461 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
7462
7463 2009-12-05 Alan Mackenzie <acm@muc.de>
7464
7465 * progmodes/cc-mode.el (c-before-hack-hook)
7466 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
7467 `c-file-style' to work again. This reversion restores the current
7468 software to its state in Emacs 23.1. (Bug#4146)
7469
7470 2009-12-05 Kevin Ryde <user42@zip.com.au>
7471
7472 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
7473 comment-start-skip to comment-end-skip as comment (Bug#4781).
7474
7475 2009-12-05 Juri Linkov <juri@jurta.org>
7476
7477 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
7478 for virtual nodes. (Bug#4147)
7479 (Info-find-node-2): Set `Info-current-node-virtual' to nil
7480 when moving from a virtual node.
7481 (Info-mode-menu): Add `Info-virtual-index' to the menu.
7482 (Info-mode): Add `Info-virtual-index' to the docstring.
7483
7484 2009-12-05 Eric Ludlam <zappo@gnu.org>
7485
7486 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
7487 Describe project macro symbols.
7488
7489 * cedet/semantic/complete.el (semantic-complete-do-completion):
7490 Don't call semantic-collector-current-exact-match.
7491
7492 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
7493 ede-objects as targets.
7494
7495 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
7496 a target's object list even if compiler vars are already in the
7497 Makefile.
7498
7499 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
7500 list of headers producing necessary macros.
7501
7502 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7503
7504 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
7505 track of the buffer position of the end of a BibTeX entry as this
7506 position may change during reformatting.
7507 (bibtex-format-entry): Remove whitespace before processing
7508 numerical fields so that we recognize the latter properly.
7509 (bibtex-reformat): Do not use push which changes the global value
7510 of bibtex-entry-format.
7511 (bibtex-field-braces-alist, bibtex-field-strings-alist)
7512 (bibtex-field-re-init): Replace only space characters by regexp
7513 for whitespace.
7514 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
7515 (bibtex-initialize): Also update bibtex-strings.
7516 (bibtex-kill-field): Preserve white space at end of entry.
7517 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
7518 Update bibtex-reference-keys.
7519
7520 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
7521
7522 * minibuffer.el (completion-pcm--merge-try): Also consider placing
7523 point after a star, if that's the only place where modifications can
7524 make progress.
7525
7526 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
7527
7528 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
7529 in docstrings.
7530
7531 2009-12-04 Juri Linkov <juri@jurta.org>
7532
7533 * proced.el (proced): Call `(proced-update t)' to update process
7534 information instead of only running proced-post-display-hook.
7535 (proced-send-signal): Add a leading space to the buffer name
7536 " *Marked Processes*" to make this buffer ephemeral.
7537
7538 2009-12-04 Juri Linkov <juri@jurta.org>
7539
7540 * dired.el (dired-auto-revert-buffer): New defcustom.
7541 (dired-internal-noselect): Use it.
7542
7543 2009-12-04 Juri Linkov <juri@jurta.org>
7544
7545 Change roles of modes and functions in image-mode.el (Bug#5062).
7546
7547 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
7548 in `auto-mode-alist'.
7549 (image-mode-previous-major-mode): New variable.
7550 (image-minor-mode-map): Rename from `image-mode-text-map'.
7551 (image-mode): Move graceful error-handling code from
7552 `image-minor-mode' to here. On errors call `image-mode-as-text'.
7553 (image-minor-mode): Remove all image-handling code.
7554 Replace `image-mode-text-map' with `image-minor-mode-map'.
7555 Check for `image-type' in mode-line format string.
7556 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
7557 (image-mode-as-text): New function with most code from
7558 `image-mode-maybe'.
7559 (image-toggle-display-text): Move code that removes image
7560 properties from `image-toggle-display' to here.
7561 (image-toggle-display-image): New function with code that adds
7562 image properties copied from `image-toggle-display'.
7563 (image-toggle-display): Remove most code with leaving only code
7564 that toggles between `image-mode-as-text' and `image-mode'.
7565
7566 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
7567
7568 * net/newst-treeview.el
7569 (newsticker--treeview-list-highlight-start): Restored call to
7570 save-excursion: Selected item was stuck.
7571 (newsticker--treeview-list-select): New.
7572 (newsticker--treeview-item-show-text)
7573 (newsticker--treeview-item-show)
7574 (newsticker--treeview-item-update): Use new
7575 newsticker-treeview-item-mode.
7576 (newsticker-treeview-update): Keep current item.
7577 (newsticker-treeview-next-new-or-immortal-item): Doc change.
7578 (newsticker--treeview-first-feed): Doc change.
7579 (newsticker-treeview-list-menu)
7580 (newsticker-treeview-item-menu): Added menu entries.
7581 (newsticker-treeview-item-mode): New.
7582
7583 * net/newst-backend.el (newsticker-customize): Delete other
7584 windows.
7585
7586 2009-12-04 Sam Steingold <sds@gnu.org>
7587
7588 * log-view.el (log-view-mode-map): "q" calls quit-window,
7589 like in all the other non-self-insert buffers.
7590
7591 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
7592
7593 Minor cleanup.
7594 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
7595 key decoding rather than do it manually via last-input-event +
7596 ascii-character.
7597 (term-exec): Use delete-and-extract-region.
7598 (term-handle-ansi-terminal-messages): Remove unused var `end'.
7599 (term-process-pager): Remove unused var `i'.
7600 (term-dynamic-simple-complete): Make obsolete.
7601 (serial-update-config-menu): Remove unused vars `y' and `str'.
7602 (term-update-mode-line): Remove unused var `temp'.
7603
7604 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
7605
7606 Limit the number of log entries displayed by default.
7607 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
7608 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
7609 using a prefix argument.
7610
7611 2009-12-03 Glenn Morris <rgm@gnu.org>
7612
7613 * progmodes/idlwave.el (class): Restore still useful declaration.
7614
7615 2009-12-03 Alan Mackenzie <acm@muc.de>
7616
7617 Enhance `c-parse-state' to run efficiently in "brace deserts".
7618
7619 * progmodes/cc-mode.el (c-basic-common-init):
7620 Call c-state-cache-init.
7621 (c-neutralize-syntax-in-and-mark-CPP): Rename from
7622 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
7623 placing `category' properties value 'c-cpp-delimiter at its boundaries.
7624
7625 * progmodes/cc-langs.el (c-before-font-lock-function):
7626 c-extend-and-neutralize-syntax-in-CPP has been renamed
7627 c-neutralize-syntax-in-and-mark-CPP.
7628
7629 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
7630 with `category' properties now, not `syntax-table' ones.
7631
7632 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
7633 enhanced (but slower) version of c-end-of-macro that won't land
7634 inside a literal or on another awkward character.
7635 (c-state-cache-too-far, c-state-cache-start)
7636 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
7637 (c-state-nonlit-pos-cache-limit, c-state-point-min)
7638 (c-state-point-min-lit-type, c-state-point-min-lit-start)
7639 (c-state-min-scan-pos, c-state-brace-pair-desert)
7640 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
7641 buffer local variables.
7642 (c-state-literal-at, c-state-lit-beg)
7643 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
7644 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
7645 (c-state-cache-top-paren, c-state-cache-after-top-paren)
7646 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
7647 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
7648 (c-renarrow-state-cache)
7649 (c-append-lower-brace-pair-to-state-cache)
7650 (c-state-push-any-brace-pair, c-append-to-state-cache)
7651 (c-remove-stale-state-cache)
7652 (c-remove-stale-state-cache-backwards, c-state-cache-init)
7653 (c-invalidate-state-cache-1, c-parse-state-1)
7654 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
7655 (c-parse-state): Enhance and refactor.
7656 (c-debug-parse-state): Amend to deal with all the new variables.
7657
7658 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
7659 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
7660 modify to use category text properties rather than syntax-table ones.
7661 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
7662 to switch off/on the syntactic paren property of C++ template
7663 delimiters using the category property.
7664 (c-with-<->-as-parens-suppressed): Macro to invoke code with
7665 template delims suppressed.
7666 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
7667 New constant/macros which apply category properties to the start
7668 and end of preprocessor constructs.
7669 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
7670 "comment out" the syntactic value of characters in preprocessor
7671 constructs.
7672 (c-with-cpps-commented-out)
7673 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
7674 with characters in all or all but one preprocessor constructs
7675 "commented out".
7676
7677 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7678
7679 * proced.el (proced-filter-alist): Use regexp-quote.
7680
7681 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
7682
7683 Cleanup.
7684 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
7685 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
7686 arguments. Expand `default-directory'.
7687
7688 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
7689 the benefit of returning an expanded localname.
7690 (tramp-tramp-file-p): Handle the case NAME is not a string.
7691
7692 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
7693
7694 Add support for bzr shelve/unshelve.
7695 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
7696 (vc-bzr-extra-menu-map): New variables.
7697 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
7698 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
7699 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
7700 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
7701 (vc-bzr-dir-extra-headers): Display shelves.
7702
7703 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
7704
7705 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7706
7707 * textmodes/bibtex.el (bibtex-complete-internal):
7708 Use completion-in-region.
7709 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
7710
7711 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
7712
7713 Support applying stashes. Improve UI.
7714 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
7715 (vc-git-stash-apply, vc-git-stash-pop)
7716 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
7717 (vc-git-stash-menu): New functions.
7718 (vc-git-stash-menu-map): New variable.
7719 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
7720
7721 2009-12-03 Glenn Morris <rgm@gnu.org>
7722
7723 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
7724 (vc-print-log-internal): Fix previous change.
7725 (vc-revert): Correct pluralization.
7726
7727 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7728
7729 * progmodes/make-mode.el (makefile-special-targets-list): No need for
7730 it to be an alist any more.
7731 (makefile-complete): Use completion-in-region.
7732
7733 * progmodes/octave-mod.el (octave-complete-symbol):
7734 Use completion-in-region.
7735
7736 Misc cleanup.
7737 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
7738 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
7739 (idlwave-complete-class): Don't quote lambda.
7740 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
7741 (idlwave-mode-map): Move initialization into declaration.
7742 (idlwave-action-and-binding): Use backquotes.
7743 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
7744 Simplify.
7745 (idlwave-is-pointer-dereference): Remove unused var `pos'.
7746 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
7747 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
7748 `parts', and `all-parts'.
7749 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
7750 (idlwave-convert-xml-system-routine-info): Remove unused string
7751 `version-string'.
7752 (idlwave-display-user-catalog-widget): Use dolist.
7753 (idlwave-scanning-lib): Declare dynamically-scoped var.
7754 (idlwave-scan-library-catalogs): Remove unused var `flags'.
7755 (completion-highlight-first-word-only): Declare to silence bytecomp.
7756 (idlwave-popup-select): Tighten scope of `resp'.
7757 (idlwave-find-struct-tag): Remove unused var `beg'.
7758 (idlwave-after-load-rinfo-hook): Declare.
7759 (idlwave-sintern-class-info): Remove unused var `taglist'.
7760 (idlwave-find-class-definition): Remove unused var `list'.
7761 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
7762 (idlwave-what-module-find-class): Remove unused var `classes'.
7763
7764 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
7765
7766 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
7767
7768 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7769
7770 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
7771 buffers visited. Remove redundant current-buffer-saving.
7772
7773 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7774
7775 Use completion-in-buffer and remove uses of dynamic scoping.
7776 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
7777 (pascal-buffer-to-use, pascal-flag): Don't declare.
7778 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
7779 (pascal-get-completion-decl, pascal-keyword-completion):
7780 Add `pascal-str' argument, save-excursion,
7781 return the found completions, and don't filter with pascal-pred.
7782 (pascal-completion-cache): New var.
7783 (pascal-completion): Don't switch buffer any more (it was never
7784 necessary). Don't save-excursion any more (it's done by the called
7785 subroutines). Use a cache to avoid redundant computations.
7786 Use complete-with-action rather than pascal-completion-response and
7787 let it apply the predicate as well.
7788 (pascal-complete-word): Use completion-in-buffer when
7789 pascal-toggle-completions is nil.
7790 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
7791 not used any more.
7792 (pascal-comp-defun): Don't change buffer any more.
7793 Use complete-with-action rather than pascal-completion-response and
7794 let it apply the predicate as well.
7795 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
7796 when neded.
7797
7798 2009-12-02 Kenichi Handa <handa@m17n.org>
7799
7800 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
7801 shape for all Indic scripts.
7802
7803 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7804
7805 Use completion-in-buffer.
7806 * wid-edit.el (widget-field-text-end): New function.
7807 (widget-field-value-get): Use it.
7808 (widget-string-complete, widget-file-complete)
7809 (widget-color-complete): Use it and completion-in-region.
7810 (widget-complete): Don't narrow the buffer.
7811
7812 2009-12-02 Glenn Morris <rgm@gnu.org>
7813
7814 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
7815 (rmail-select-summary): Use rmail-pop-to-buffer.
7816 * mail/rmailsum.el: Replace all pop-to-buffer calls with
7817 rmail-pop-to-buffer, to prevent horizontal splits.
7818
7819 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
7820 save-excursion with save-current-buffer.
7821 Widen before searching. (Bug#5093)
7822 (diary-list-sexp-entries): Remove superfluous save-excursion.
7823
7824 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
7825
7826 * woman.el (woman-make-bufname): Handle man-pages with "." in the
7827 name. (Bug#5038)
7828
7829 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
7830
7831 * ido.el (ido-file-internal): Handle filenames at point that do
7832 not have a directory part. (Bug#5049)
7833
7834 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
7835
7836 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
7837 (mpc-songs-jump-to, mpc-resume): Doc fixes.
7838
7839 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
7840
7841 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
7842 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
7843 any more.
7844
7845 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7846
7847 * comint.el (comint-insert-input): Ignore clicks to the right of
7848 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
7849
7850 * vc.el (vc-print-log-internal): Don't wait for the process to
7851 terminate before setting up the major mode.
7852
7853 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
7854 in case.
7855
7856 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
7857 the last element.
7858
7859 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
7860
7861 2009-12-01 Glenn Morris <rgm@gnu.org>
7862
7863 * window.el (window--display-buffer-2): Fix previous changes.
7864
7865 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
7866
7867 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
7868
7869 2009-12-01 Glenn Morris <rgm@gnu.org>
7870
7871 * Makefile.in (ELCFILES): Add mpc.elc.
7872
7873 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7874
7875 * mpc.el: New file.
7876
7877 2009-12-01 Glenn Morris <rgm@gnu.org>
7878
7879 * window.el (window-to-use): Define for compiler.
7880
7881 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
7882 consistent with others (no final period).
7883
7884 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
7885 (rmail-mime-show): Downcase the encoding. (Bug#5070)
7886
7887 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
7888
7889 Make vc-print-log buttons work.
7890 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
7891
7892 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
7893
7894 * savehist.el (savehist-autosave-interval): Allow setting to nil
7895 through customize. (Bug#5056)
7896
7897 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
7898
7899 Fix references to jit-lock properties.
7900 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7901 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
7902 (perl-font-lock-special-syntactic-constructs):
7903 Quote jit-lock-defer-multiline property.
7904
7905 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
7906
7907 * vc-git.el (vc-git-registered): Call vc-git-root only once.
7908
7909 2009-11-30 Juri Linkov <juri@jurta.org>
7910
7911 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
7912 value `buffer' of `multi-isearch-next-buffer-current-function'.
7913 Use `(current-buffer)' when `buffer' is nil.
7914 (multi-isearch-next-buffer-from-list): Don't fallback to
7915 `(current-buffer)' when `buffer' is nil. (Bug#4947)
7916
7917 2009-11-30 Juri Linkov <juri@jurta.org>
7918
7919 * misearch.el (multi-isearch-read-buffers): Move canonicalization
7920 of buffers with `get-buffer' to `multi-isearch-buffers'.
7921 (multi-isearch-buffers, multi-isearch-buffers-regexp):
7922 Canonicalize BUFFERS with `get-buffer'. Doc fix.
7923 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
7924 FILES with `expand-file-name' converting relative file names
7925 to absolute. Doc fix. (Bug#4727)
7926
7927 2009-11-30 Juri Linkov <juri@jurta.org>
7928
7929 * misearch.el (multi-isearch-read-buffers)
7930 (multi-isearch-read-matching-buffers): New functions.
7931 (multi-isearch-buffers, multi-isearch-buffers-regexp):
7932 Use them in the `interactive' spec. Doc fix.
7933 (multi-isearch-read-files, multi-isearch-read-matching-files):
7934 New functions.
7935 (multi-isearch-files, multi-isearch-files-regexp):
7936 Use them in the `interactive' spec. Doc fix. (Bug#4725)
7937
7938 2009-11-30 Juri Linkov <juri@jurta.org>
7939
7940 * doc-view.el (doc-view-continuous):
7941 Rename from `doc-view-continuous-mode'.
7942 (doc-view-menu): Move "Toggle display" to the top.
7943 Add submenu "Continuous" with radio buttons "Off"/"On"
7944 and "Save as Default".
7945 (doc-view-scroll-up-or-next-page)
7946 (doc-view-scroll-down-or-previous-page)
7947 (doc-view-next-line-or-next-page)
7948 (doc-view-previous-line-or-previous-page): Rename
7949 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
7950
7951 2009-11-30 Juri Linkov <juri@jurta.org>
7952
7953 * comint.el (comint-mode-map): Rebind `M-r' from
7954 `comint-previous-matching-input' to
7955 `comint-history-isearch-backward-regexp'.
7956 Unbind `M-s' to allow global key binding `M-s'.
7957 Add menu items for `comint-history-isearch-backward' and
7958 `comint-history-isearch-backward-regexp'. (Bug#3746)
7959
7960 2009-11-30 Juri Linkov <juri@jurta.org>
7961
7962 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
7963 For def=recenter, replace `recenter' with `recenter-top-bottom'
7964 that is called with `this-command' and `last-command' let-bound
7965 to `recenter-top-bottom'. When the last `def' was not `recenter',
7966 set `recenter-last-op' to nil. (Bug#4981)
7967
7968 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
7969
7970 Minor cleanup and simplification.
7971 * filecache.el (file-cache-add-directory)
7972 (file-cache-add-directory-recursively)
7973 (file-cache-add-from-file-cache-buffer)
7974 (file-cache-delete-file-regexp, file-cache-delete-directory)
7975 (file-cache-files-matching-internal, file-cache-display): Use dolist.
7976 (file-cache-temp-minibuffer-message): Delete function.
7977 (file-cache-minibuffer-complete): Use minibuffer-message instead.
7978
7979 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
7980 Don't signal an error when bumping into EOB in tr, s, or y.
7981
7982 2009-11-29 Juri Linkov <juri@jurta.org>
7983
7984 * startup.el (fancy-about-text): Fix wording of Guided Tour.
7985 (Bug#4960)
7986
7987 * descr-text.el (describe-char-unidata-list): Use lowercase name
7988 for "Unicode name" like in other tags.
7989
7990 2009-11-29 Juri Linkov <juri@jurta.org>
7991
7992 * ediff-util.el (ediff-minibuffer-with-setup-hook):
7993 New compatibility macro.
7994 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
7995
7996 2009-11-29 Juri Linkov <juri@jurta.org>
7997
7998 Add defcustom to define the cycling order of `recenter-top-bottom'.
7999 (Bug#4981)
8000
8001 * window.el (recenter-last-op): Doc fix.
8002 (recenter-positions): New defcustom.
8003 (recenter-top-bottom): Rewrite to use `recenter-positions'.
8004 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
8005
8006 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
8007
8008 Improve integration of Tramp and ange-ftp in eshell.
8009
8010 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
8011 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
8012 (eshell/sudo): Flatten args. Let-bind `default-directory'.
8013
8014 * eshell/esh-util.el (top): Require also Tramp when compiling.
8015 (eshell-directory-files-and-attributes): Check for FTP remote
8016 connection.
8017 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
8018 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
8019 (eshell-file-attributes): Handle ".". Return `entry'.
8020
8021 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
8022 (ange-ftp-directory-files-and-attributes)
8023 (ange-ftp-real-directory-files-and-attributes): New defuns.
8024
8025 * net/tramp.el (tramp-maybe-open-connection): Open the remote
8026 shell with "exec" when possible. This prevents trailing prompts
8027 in `start-file-process'.
8028
8029 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8030
8031 Try and remove assumptions about point-min==1.
8032 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
8033 (rng-compute-mode-line-string): Show the validation percentage in
8034 terms of the narrowed text, not the widened text.
8035 (rng-do-some-validation): Don't catch internal errors when debugging.
8036 (rng-first-error): Simplify.
8037 (rng-after-change-function): Remove work around. AFAIK the bug has
8038 been fixed a while ago.
8039
8040 * image-mode.el (image-minor-mode): Exit more gracefully when the image
8041 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
8042
8043 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
8044
8045 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
8046 `cd' doesn't always do it for us (bug#5067).
8047
8048 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
8049 on 2009-10-25 as part of some other change (bug#5067).
8050
8051 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
8052
8053 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
8054 `suspicious'.
8055 (byte-compile-warnings): Use byte-compile-warning-types.
8056 (byte-compile-save-excursion): Warn about use of set-buffer right
8057 after save-excursion.
8058
8059 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
8060 the excursion as well.
8061
8062 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
8063
8064 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
8065 providing a Tramp related implementation of "su" and "sudo".
8066 (eshell-unix-initialize): Add "su" and "sudo".
8067
8068 2009-11-27 Daiki Ueno <ueno@unixuser.org>
8069
8070 * net/socks.el (socks-send-command): Convert binary request to
8071 unibyte before sending. This fixes mishandling of some port
8072 numbers such as 129.
8073
8074 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
8075
8076 * help.el (describe-bindings-internal): Remove `interactive'.
8077
8078 * man.el (Man-completion-table): Trim a terminating "(".
8079 Remove the space between name page a section.
8080 Add the command's description on the `help-echo' property.
8081 Remove `process-connection-type' binding since it's unused by
8082 call-process.
8083 Provide completion for the "<section> <name>" format as well.
8084 (Man-default-man-entry): Remove spurious var shadowing the argument.
8085
8086 2009-11-26 Kevin Ryde <user42@zip.com.au>
8087
8088 * log-view.el: Add "Keywords: tools", since its other keywords
8089 aren't in finder-known-keywords, and following vc.el.
8090
8091 * sha1.el (sha1-string-external): default-directory "/" in case
8092 otherwise non-existent. process-connection-type pipe for touch of
8093 efficiency recommended by elisp manual. (An aside in Bug#3911.)
8094
8095 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8096
8097 Misc coding convention cleanups.
8098 * htmlfontify.el (hfy-init-kludge-hook): Rename from
8099 hfy-init-kludge-hooks.
8100 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
8101 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
8102 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
8103 and push.
8104 (hfy-slant, hfy-weight): Use tables rather than code.
8105 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
8106 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
8107 (hfy-face-attr-for-class): Initialize `face-spec' directly.
8108 (hfy-face-to-css): Remove `nconc' with single arg.
8109 (hfy-p-to-face-lennart): Use `or'.
8110 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
8111 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
8112 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
8113 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
8114 (hfy-force-fontification): Use run-hooks.
8115
8116 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
8117
8118 Various minor fixes.
8119 * htmlfontify.el (hfy-default-header): Add toggle_invis since
8120 Javascript belongs in the header, not the body.
8121 (hfy-javascript): Remove.
8122 (hfy-fontify-buffer): Don't insert it any more.
8123 (hfy-face-at): Handle (face0 face1 face2) style face properties.
8124 Fix bug in invis handling when there were no invis props in a chunk.
8125
8126 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8127
8128 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
8129
8130 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
8131
8132 * finder.el (finder-mode-map): Add a menu.
8133
8134 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
8135
8136 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
8137 "unsigned" structs.
8138
8139 (verilog-leap-to-head, verilog-backward-token): Handle "disable
8140 fork" statement better.
8141
8142 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
8143
8144 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
8145 (verilog-delete-auto, verilog-delete-empty-auto-pair)
8146 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
8147 Reported by Clay Douglass.
8148
8149 (verilog-auto-inst, verilog-auto-star-safe)
8150 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
8151 Fix removing "// Interfaces" when saving .* expansions. Reported by
8152 Pierre-David Pfister.
8153
8154 2009-11-26 Glenn Morris <rgm@gnu.org>
8155
8156 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
8157 the scope.
8158
8159 2009-11-25 Johan Bockgård <bojohan@gnu.org>
8160
8161 * vc-annotate.el (vc-annotate-revision-previous-to-line):
8162 Really use previous revision.
8163
8164 2009-11-25 Kevin Ryde <user42@zip.com.au>
8165
8166 * man.el (Man-completion-table): default-directory "/" in case
8167 doesn't otherwise exist. process-environment COLUMNS=999 so as
8168 not to truncate long names. process-connection-type pipe to avoid
8169 any chance of hitting the pseudo-tty TIOCGWINSZ.
8170 (man): completion-ignore-case t for friendliness and since man
8171 itself is case-insensitive on the command line.
8172 Further to Bug#3717.
8173
8174 * arc-mode.el: Add "Keywords: files", so the details in its
8175 commentary can be reached from finder-by-keyword.
8176 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
8177 editing mode, but it's comms related and sgml-mode.el has "comm"
8178 on that basis too.
8179 * textmodes/bibtex-style.el: Add "Keywords: tex".
8180 * international/isearch-x.el, international/ja-dic-cnv.el:
8181 * international/ja-dic-utl.el, international/kkc.el:
8182 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
8183
8184 2009-11-25 Juri Linkov <juri@jurta.org>
8185
8186 * man.el (Man-completion-table): Modify regexp to include
8187 section names to completion strings. (Bug#3717)
8188
8189 2009-11-25 Juri Linkov <juri@jurta.org>
8190
8191 Search recursively in gzipped files. (Bug#4982)
8192
8193 * progmodes/grep.el (grep-highlight-matches): Add new options
8194 `always' and `auto'. Doc fix.
8195 (grep-process-setup): Check `grep-highlight-matches' for
8196 `auto-detect' to determine the need to compute grep defaults.
8197 Move Windows/DOS specific --colors settings handling
8198 to `grep-compute-defaults'. Check `grep-highlight-matches'
8199 to get the value of "--color=".
8200 (grep-compute-defaults): Compute `grep-highlight-matches' when it
8201 has the value `auto-detect'. Move Windows/DOS specific settings
8202 from `grep-process-setup'.
8203 (zrgrep): New command with alias `rzgrep'.
8204
8205 2009-11-25 Juri Linkov <juri@jurta.org>
8206
8207 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
8208 to nil instead of switching off view-mode. (Bug#4896)
8209
8210 2009-11-25 Juri Linkov <juri@jurta.org>
8211
8212 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
8213
8214 * mwheel.el (mwheel-scroll-up-function)
8215 (mwheel-scroll-down-function): New defvars.
8216 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
8217 `scroll-up', and `mwheel-scroll-down-function' instead of
8218 `scroll-down'.
8219
8220 * doc-view.el (doc-view-scroll-up-or-next-page)
8221 (doc-view-scroll-down-or-previous-page): Add optional ARG.
8222 Use this ARG in the call to image-scroll-up/image-scroll-down.
8223 Change `interactive' spec to "P". Goto next/previous page only
8224 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
8225 SPC/DEL case). Doc fix.
8226 (doc-view-next-line-or-next-page)
8227 (doc-view-previous-line-or-previous-page): Rename arg to ARG
8228 for consistency.
8229 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
8230 `doc-view-scroll-up-or-next-page', and buffer-local
8231 `mwheel-scroll-down-function' to
8232 `doc-view-scroll-down-or-previous-page'.
8233
8234 2009-11-25 Juri Linkov <juri@jurta.org>
8235
8236 Provide additional default values (directories at other Dired
8237 windows) via M-n in the minibuffer of some Dired commands.
8238
8239 * dired-aux.el (dired-diff, dired-compare-directories)
8240 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
8241 `minibuffer-default' in `minibuffer-with-setup-hook'.
8242 (dired-dwim-target-directory): Find a window that displays Dired
8243 buffer instead of failing when the next window is not Dired.
8244 Use `get-window-with-predicate' to find for the next Dired window.
8245 (dired-dwim-target-defaults): New function.
8246
8247 * ediff-util.el (ediff-read-file-name):
8248 Use `dired-dwim-target-defaults' to set `minibuffer-default'
8249 in `minibuffer-with-setup-hook'.
8250
8251 2009-11-25 Juri Linkov <juri@jurta.org>
8252
8253 Provide additional default values (file name at point or at the
8254 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
8255
8256 * minibuffer.el (read-file-name-defaults): New function.
8257 (read-file-name): Reset `minibuffer-default' to nil when
8258 it duplicates initial input `insdef'.
8259 Bind `minibuffer-default-add-function' to lambda that
8260 calls `read-file-name-defaults' in `minibuffer-selected-window'.
8261 (minibuffer-insert-file-name-at-point): New command.
8262
8263 * files.el (file-name-at-point-functions): New defcustom.
8264 (find-file-default): Remove defvar.
8265 (find-file-read-args): Don't use `find-file-default'.
8266 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
8267 to `read-file-name'.
8268 (find-file-literally): Use `read-file-name' with
8269 `confirm-nonexistent-file-or-buffer'.
8270
8271 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
8272
8273 * dired.el (dired-read-dir-and-switches):
8274 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
8275 to `read-file-name'.
8276 (dired-file-name-at-point): New function.
8277 (dired-mode): Add hook `dired-file-name-at-point' to
8278 `file-name-at-point-functions'.
8279
8280 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
8281
8282 Really make the *Completions* window soft-dedicated (bug#5030).
8283 * window.el (window--display-buffer-2): Add `dedicated' argument.
8284 (display-buffer): Pass it when needed so the dedicated flag is set
8285 after calling set-window-buffer, which would otherwise reset it.
8286
8287 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
8288
8289 * progmodes/meta-mode.el (meta-complete-symbol):
8290 * progmodes/etags.el (complete-tag):
8291 * mail/mailabbrev.el (mail-abbrev-complete-alias):
8292 Use completion-in-region.
8293
8294 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
8295 (dabbrev-completion): Use completion-in-region.
8296 (dabbrev--abbrev-at-point): Simplify regexp.
8297
8298 * abbrev.el (abbrev--before-point): Use word-motion functions
8299 if :regexp is not specified (bug#5031).
8300
8301 * subr.el (string-prefix-p): New function.
8302
8303 * man.el (Man-completion-cache): New var.
8304 (Man-completion-table): Use it.
8305
8306 * vc.el (vc-print-log-internal): Make `limit' optional for better
8307 compatibility (e.g. with vc-annotate.el).
8308
8309 2009-11-24 Kevin Ryde <user42@zip.com.au>
8310
8311 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
8312 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
8313
8314 * emacs-lisp/elint.el (elint-add-required-env): Better error message
8315 when .el source file not found or other error.
8316
8317 2009-11-24 Markus Triska <markus.triska@gmx.at>
8318
8319 * linum.el (linum-update-window): Ignore intangible (bug#4996).
8320
8321 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8322
8323 Handle the [back] button properly (bug#4979).
8324 * descr-text.el (describe-text-properties): Add a `buffer' argument.
8325 Use help-setup-xref, help-buffer, and with-help-window.
8326 (describe-char): Add `buffer' argument.
8327 Pass proper command to help-setup-xref. Don't meddle with
8328 help-xref-stack-item directly.
8329 (describe-text-category): Use with-help-window and help-buffer.
8330
8331 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
8332 for the displayed buffer (bug#4887).
8333
8334 * man.el (Man-completion-table): New function.
8335 (man): Use it.
8336
8337 2009-11-24 David Reitter <david.reitter@gmail.com>
8338
8339 * vc-git.el (vc-git-registered): Use checkout directory (where
8340 .git is) rather than the file's directory and a relative path spec
8341 to work around a bug in git.
8342
8343 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
8344
8345 Improve handling of processes on remote hosts.
8346
8347 * eshell/esh-util.el (eshell-path-env): New defvar.
8348 (eshell-parse-colon-path): New defun.
8349 (eshell-file-attributes): Use `eshell-parse-colon-path'.
8350
8351 * eshell/esh-ext.el (eshell-search-path):
8352 Use `eshell-parse-colon-path'.
8353 (eshell-remote-command): Remove argument HANDLER.
8354 (eshell-external-command): Check for FTP remote connection.
8355
8356 * eshell/esh-proc.el (eshell-gather-process-output):
8357 Use `file-truename', in order to start also symlinked files.
8358 Apply `start-file-process' instead of `start-process'.
8359 Shorten `command' to the local file name part.
8360
8361 * eshell/em-cmpl.el (eshell-complete-commands-list):
8362 Use `eshell-parse-colon-path'.
8363
8364 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
8365
8366 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
8367 to `eshell-directory-change-hook'.
8368
8369 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
8370
8371 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
8372 because it could be enabled automatically if view-read-only is non-nil.
8373
8374 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
8375
8376 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
8377 made on 2009-11-22.
8378
8379 2009-11-24 Glenn Morris <rgm@gnu.org>
8380
8381 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
8382 deleted variable bookmark-bmenu-bookmark-column.
8383
8384 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
8385 Move after definition of global-semantic-idle-tag-highlight-mode.
8386
8387 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8388
8389 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
8390
8391 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
8392
8393 * net/browse-url.el (browse-url-filename-alist): On Windows, add
8394 two slashes to the "file:" prefix.
8395 (browse-url-file-url): De-munge Cygwin filenames before passing
8396 them to Windows browser.
8397 (browse-url-default-windows-browser): Use call-process.
8398
8399 2009-11-23 Juri Linkov <juri@jurta.org>
8400
8401 Implement DocView Continuous mode. (Bug#4896)
8402 * doc-view.el (doc-view-continuous-mode): New defcustom.
8403 (doc-view-mode-map): Bind C-n/<down> to
8404 `doc-view-next-line-or-next-page', C-p/<up> to
8405 `doc-view-previous-line-or-previous-page'.
8406 (doc-view-next-line-or-next-page)
8407 (doc-view-previous-line-or-previous-page): New commands.
8408
8409 2009-11-23 Juri Linkov <juri@jurta.org>
8410
8411 Implement Isearch in comint input history. (Bug#3746)
8412 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
8413 `isearch-mode-hook'.
8414 (comint-history-isearch): New defcustom.
8415 (comint-history-isearch-backward)
8416 (comint-history-isearch-backward-regexp): New commands.
8417 (comint-history-isearch-message-overlay): New buffer-local variable.
8418 (comint-history-isearch-setup, comint-history-isearch-end)
8419 (comint-goto-input, comint-history-isearch-search)
8420 (comint-history-isearch-message, comint-history-isearch-wrap)
8421 (comint-history-isearch-push-state)
8422 (comint-history-isearch-pop-state): New functions.
8423
8424 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
8425
8426 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
8427 return.
8428 (tramp-handle-make-symbolic-link)
8429 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
8430 Quote file names.
8431 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
8432 (tramp-handle-process-file): Use it.
8433
8434 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
8435
8436 * window.el (move-to-window-line-last-op): Remove.
8437 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
8438
8439 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
8440
8441 Make M-r mirror the new cycling behavior of C-l.
8442 * window.el (move-to-window-line-last-op): New var.
8443 (move-to-window-line-top-bottom): New command.
8444 (global-map): Bind M-r move-to-window-line-top-bottom.
8445
8446 2009-11-23 Sven Joachim <svenjoac@gmx.de>
8447
8448 * dired-x.el (dired-guess-shell-alist-default):
8449 Support xz format. (Bug#4953)
8450
8451 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
8452
8453 * cedet/srecode/map.el (srecode-get-maps):
8454 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
8455 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
8456 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
8457 (semantic-toggle-decoration-style):
8458 * cedet/semantic/decorate/include.el
8459 (semantic-decoration-include-describe)
8460 (semantic-decoration-unknown-include-describe)
8461 (semantic-decoration-unparsed-include-describe)
8462 (semantic-decoration-all-include-summary):
8463 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
8464 * cedet/semantic/analyze/complete.el
8465 (semantic-analyze-possible-completions):
8466 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
8467 (semantic-show-unmatched-syntax-mode)
8468 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
8469 (semantic-highlight-func-mode):
8470 * cedet/semantic/util.el (semantic-describe-buffer):
8471 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
8472 (semantic-symref-find-tags-by-name)
8473 (semantic-symref-find-tags-by-regexp)
8474 (semantic-symref-find-tags-by-completion)
8475 (semantic-symref-find-file-references-by-name)
8476 (semantic-symref-find-text):
8477 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
8478 (senator-yank-tag):
8479 * cedet/semantic/scope.el (semantic-calculate-scope):
8480 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
8481 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
8482 (define-semantic-idle-service):
8483 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
8484 (semantic-complete-analyze-inline-idle):
8485 * cedet/semantic/analyze.el (semantic-analyze-current-context):
8486 * cedet/mode-local.el (describe-mode-local-bindings)
8487 (describe-mode-local-bindings-in-mode):
8488 * cedet/ede/make.el (ede-make-check-version):
8489 * cedet/ede/locate.el (ede-enable-locate-on-project):
8490 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
8491 (cedet-idutils-version-check):
8492 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
8493 (cedet-gnu-global-version-check):
8494 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
8495 (cedet-cscope-version-check): Use called-interactively-p instead
8496 of interactive-p.
8497
8498 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
8499 Use semantic-format-tag-prototype.
8500
8501 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
8502
8503 * emulation/viper-cmd.el: Use viper-last-command-char instead of
8504 last-command-char/last-command-event.
8505 (viper-prefix-arg-value): Do correct conversion of event-char for
8506 XEmacs.
8507
8508 * emulation/viper-util.el, emulation/viper.el:
8509 Use viper-last-command-char instead of
8510 last-command-char/last-command-event.
8511
8512 * ediff-init.el, ediff-mult.el, ediff-util.el:
8513 Replace last-command-char and last-command-event
8514 with (ediff-last-command-char) everywhere.
8515
8516 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
8517 created in fundamental mode.
8518
8519 * ediff.el (ediff-version): Revert the change of interactive-p to
8520 called-interactively-p.
8521
8522 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
8523
8524 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
8525 generation from word-movement command names.
8526
8527 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
8528
8529 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
8530 (semantic-complete-jump-local, semantic-complete-jump):
8531 Improve prompt string.
8532
8533 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
8534
8535 * cus-start.el (all): Add native condition for font-use-system-font.
8536
8537 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
8538
8539 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8540 Correct the patch from 2009-11-18. (Bug#3910)
8541
8542 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
8543
8544 * progmodes/subword.el: Rename from lisp/subword.el.
8545
8546 * subword.el: Rename to progmodes/subword.el.
8547
8548 * Makefile.in (ELCFILES): Adapt to subword.el move.
8549
8550 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8551 Stefan Monnier <monnier@iro.umontreal.ca>
8552
8553 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
8554 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
8555 (bookmark-bmenu-show-filenames): Use push.
8556 (bookmark-bmenu-hide-filenames): Use local var instead of
8557 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
8558 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
8559 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
8560 filenames now that the bookmark names are always available.
8561
8562 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8563
8564 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
8565 (bookmark-search-pattern): Move and leave unbound.
8566 (bookmark-bmenu-mode-map): Change binding.
8567 (bookmark-read-search-input): Simplify.
8568 Don't use text-char-description. Don't error on non-char events.
8569 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
8570 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
8571 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
8572 Use a local var for the timer.
8573 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
8574 (i.e. bookmark-bmenu-search).
8575
8576 2009-11-21 Glenn Morris <rgm@gnu.org>
8577
8578 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
8579
8580 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
8581
8582 * net/browse-url.el (browse-url-default-windows-browser):
8583 Use cygstart for cygwin.
8584
8585 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
8586
8587 * bookmark.el: Formatting and doc fixes only:
8588 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
8589 (bookmark-bmenu-search): Wrap to fit within 80 columns.
8590 Minor grammar and punctuation fixes in doc string.
8591 (bookmark-read-search-input): Adjust to fit within 80 columns.
8592
8593 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
8594
8595 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
8596 (c-backward-into-nomenclature): Adapt to subword renaming.
8597
8598 * subword.el (subword-forward, subword-backward, subword-mark)
8599 (subword-kill, subword-backward-kill, subword-transpose)
8600 (subword-downcase, subword-upcase, subword-capitalize)
8601 (subword-forward-internal, subword-backward-internal):
8602 Rename from forward-subword, backward-subword, mark-subword,
8603 kill-subword, backward-kill-subword, transpose-subwords,
8604 downcase-subword, upcase-subword, capitalize-subword,
8605 forward-subword-internal, backward-subword-internal.
8606
8607 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8608
8609 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
8610 New options.
8611 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
8612 New vars.
8613 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
8614 (bookmark-bmenu-filter-alist-by-regexp)
8615 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
8616 (bookmark-bmenu-search): New command.
8617 (bookmark-bmenu-mode-map): Bind it.
8618
8619 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
8620
8621 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
8622
8623 * cedet/semantic/idle.el (define-semantic-idle-service)
8624 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
8625
8626 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
8627
8628 * progmodes/cc-cmds.el: declare-functioned forward-subword and
8629 backward-subword to quit the byte-compiler.
8630
8631 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
8632
8633 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
8634
8635 * progmodes/cc-cmds.el (c-update-modeline)
8636 (c-forward-into-nomenclature, c-backward-into-nomenclature):
8637 Refer to subword.el functions instead of cc-subword.el.
8638
8639 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
8640 subword.el functions instead of cc-subword.el.
8641
8642 * progmodes/cc-subword.el: Rename to subword.el.
8643 * subword.el: Rename from progmodes/cc-subword.el.
8644 (subword-mode-map): Rename from c-subword-mode-map.
8645 (subword-mode): Rename from c-subword-mode.
8646 (global-subword-mode): New global minor mode.
8647 (forward-subword): Rename from c-forward-subword.
8648 (backward-subword): Rename from c-backward-subword.
8649 (mark-subword): Rename from c-mark-subword.
8650 (kill-subword): Rename from c-kill-subword.
8651 (backward-kill-subword): Rename from c-backward-kill-subword.
8652 (transpose-subwords): Rename from c-tranpose-subword.
8653 (downcase-subword): Rename from c-downcase-subword.
8654 (capitalize-subword): Rename from c-capitalize-subword.
8655 (forward-subword-internal): Rename from c-forward-subword-internal.
8656 (backward-subword-internal): Rename from c-backward-subword-internal.
8657
8658 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
8659
8660 * vc.el (vc-deduce-fileset): Allow non-state changing operations
8661 from a dired buffer.
8662 (vc-dired-deduce-fileset): New function.
8663 (vc-root-diff, vc-print-root-log): Use it.
8664
8665 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
8666 nil LIMIT argument to vc-print-log-internal.
8667
8668 2009-11-20 Glenn Morris <rgm@gnu.org>
8669
8670 * Makefile.in (ELCFILES): Regenerate.
8671
8672 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
8673
8674 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
8675
8676 * cedet/semantic.el: Enable idle-mode menu items only if
8677 global-semantic-idle-scheduler-mode is enabled.
8678 (semantic-default-submodes): Doc fix.
8679
8680 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
8681 When turning off, disable other idle modes.
8682
8683 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
8684
8685 * calc/calc.el (calc-set-mode-line):
8686 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
8687 (math-format-number): Rename `math-format-complement-signed' to
8688 `math-format-twos-complement'.
8689
8690 * calc/calc-bin.el (math-format-twos-complement): Rename from
8691 math-format-complement-signed.
8692 (calc-radix): Rename `calc-complement-signed-mode' to
8693 `calc-twos-complement-mode'.
8694 (calc-octal-radix, calc-hex-radix): Add an argument for
8695 two's complement.
8696
8697 * calc/calc-embed.el (calc-embedded-mode-vars):
8698 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
8699
8700 * calc/calc-ext.el (calc-init-extensions):
8701 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
8702 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
8703
8704 * calc/calc-units.el (math-build-units-table-buffer):
8705 Let `calc-twos-complement-mode' be nil.
8706
8707 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
8708 entries.
8709
8710 * calc/calc-vec.el (calcFunc-vunpack):
8711 * calc/calc-aent.el (calc-do-calc-eval):
8712 * calc/calc-forms.el (math-format-date):
8713 * calc/calc-graph.el (calc-graph-plot):
8714 * calc/calc-math.el (math-use-emacs-fn):
8715 * calc/calccomp.el (math-compose-expr):
8716 Let `calc-twos-complement-mode' be nil.
8717
8718 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8719
8720 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
8721 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
8722 * minibuffer.el (completion-in-region-functions): New hook.
8723 (completion-in-region): New function.
8724 * emacs-lisp/lisp.el (lisp-complete-symbol):
8725 * pcomplete.el (pcomplete-std-complete): Use it.
8726
8727 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8728
8729 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
8730 (latex-complete-alist): New vars.
8731 (latex-string-prefix-p, latex-complete-bibtex-keys)
8732 (latex-complete-envnames, latex-complete-refkeys)
8733 (latex-complete-data): New functions.
8734 (latex-complete, latex-indent-or-complete): New commands.
8735
8736 * window.el (display-buffer-mark-dedicated): New var.
8737 (display-buffer): Obey it.
8738 * minibuffer.el (minibuffer-completion-help): Use it.
8739
8740 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
8741
8742 * filecache.el (file-cache-add-file): Use push and cons.
8743 (file-cache-delete-file-regexp): Use push.
8744 (file-cache-complete): Use completion-in-region.
8745
8746 * simple.el (with-wrapper-hook): Fix thinko.
8747
8748 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
8749 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
8750 Use with-current-buffer and string-to-number.
8751 (hfy-fallback-colour-values): Use assoc-string.
8752 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
8753 (hfy-face-at): Remove unused var `found-face'.
8754 (hfy-compile-stylesheet): Remove unused var `css'.
8755 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
8756 and `orig-buffer'.
8757 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
8758 Use with-current-buffer.
8759 (hfy-text-p): Use expand-file-name and fewer setq.
8760
8761 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
8762
8763 * htmlfontify.el, hfy-cmap.el: New files.
8764
8765 2009-11-19 Juri Linkov <juri@jurta.org>
8766
8767 * minibuffer.el (completions-format): New defcustom.
8768 (completion--insert-strings): Implement vertical format.
8769
8770 * simple.el (switch-to-completions): Move point to the first
8771 completion when point was at the beginning of the buffer.
8772
8773 2009-11-19 Juri Linkov <juri@jurta.org>
8774
8775 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
8776
8777 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
8778
8779 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
8780
8781 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
8782 (mail-signature): Change default to t.
8783 (mail-from-style): Deprecate `system-default' value.
8784 (mail-insert-from-field): For default value of mail-from-style,
8785 default to `angles' unless `angles' needs quoting and `parens'
8786 does not.
8787 (mail-citation-prefix-regexp): Use citation regexp from
8788 message-mode.
8789
8790 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
8791
8792 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
8793 Set variables for computing the prompt for reading password.
8794
8795 2009-11-19 Glenn Morris <rgm@gnu.org>
8796
8797 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
8798
8799 * textmodes/flyspell.el (sgml-lexical-context): Declare.
8800
8801 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
8802 (newsticker-treeview-listwindow-height): Fix custom type.
8803
8804 2009-11-19 Kenichi Handa <handa@m17n.org>
8805
8806 * descr-text.el (describe-char-padded-string): Compose with TAB
8807 only if there's a font for CH.
8808 (describe-char): Fix the condition for detecting a trivial composition.
8809
8810 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
8811
8812 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
8813 more accurate version of the regexp. (Bug#3910)
8814
8815 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
8816
8817 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
8818
8819 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
8820
8821 * font-setting.el (font-use-system-font): Declare for byte-compiler.
8822 (font-setting-change-default-font): Fix typo in docstring.
8823
8824 2009-11-18 Alan Mackenzie <acm@muc.de>
8825
8826 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
8827
8828 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
8829
8830 * font-setting.el (font-use-system-font): Move ...
8831
8832 * cus-start.el (all): ... to here.
8833
8834 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
8835
8836 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
8837 Don't set `ad-return-value' if `ad-do-it' doesn't.
8838
8839 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
8840 modification time.
8841
8842 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
8843
8844 * menu-bar.el: Put "Use system font" in Option-menu.
8845 (menu-bar-options-save): Add font-use-system-font.
8846
8847 * loadup.el: If feature system-font-setting or font-render-setting is
8848 there, load font-setting.
8849
8850 * Makefile.in (ELCFILES): Add font-settings.el.
8851 * font-setting.el: New file.
8852
8853 2009-11-17 Glenn Morris <rgm@gnu.org>
8854
8855 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
8856
8857 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
8858 Preserve point in the list buffer. (Bug#4939)
8859 Use point-at-eol.
8860 (newsticker--treeview-list-update-highlight)
8861 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
8862
8863 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
8864
8865 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
8866 Remove.
8867
8868 * calc/calc-ext.el (calc-init-extensions): Remove references to
8869 symclip.
8870
8871 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
8872
8873 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
8874 * calc/calc-help.el (calc-b-prefix-help): Remove references to
8875 `calc-symclip'.
8876
8877 2009-11-16 Kevin Ryde <user42@zip.com.au>
8878
8879 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
8880 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
8881
8882 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
8883 (lm-keywords-list): Allow comma-only separator like "foo,bar".
8884 Ignore trailing spaces by omit-nulls to split-string (fixing
8885 regression from Emacs 21 due to the incompatible split-string
8886 change). (Bug #4928.)
8887
8888 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
8889
8890 * vc.el (vc-log-show-limit): Default to 2000.
8891 (vc-print-log-internal): Insert buttons to request more entries
8892 when limiting the output.
8893
8894 * vc-sccs.el (vc-sccs-print-log):
8895 * vc-rcs.el (vc-rcs-print-log):
8896 * vc-cvs.el (vc-cvs-print-log):
8897 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
8898 LIMIT is non-nil.
8899
8900 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
8901
8902 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
8903 error when `tramp-gvfs-dbus-event-vector' is set.
8904 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
8905
8906 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8907
8908 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
8909
8910 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
8911
8912 * net/dbus.el (dbus-unregister-service): New defun.
8913 (dbus-register-property): Register the handlers of
8914 "org.freedesktop.DBus.Properties" for SERVICE.
8915 (dbus-property-handler): Fix docstring.
8916
8917 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8918
8919 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
8920 Quote doc string reference in defvaralias as it is not in special form.
8921 (byte-compile-output-docform): Doc fix.
8922
8923 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
8924
8925 * calc/calc.el (math-2-word-size, math-half-2-word-size)
8926 (calc-complement-signed-mode): New variables.
8927 (calc-set-mode-line): Add indicator for twos-complements.
8928 (math-format-number): Format twos-complement notation.
8929
8930 * calc/calc-bin.el (calc-word-size): Reset the variables
8931 `math-2-word-size' and `math-half-2-word-size'.
8932 (math-format-complement-signed, math-symclip, calcFunc-symclip)
8933 (calc-symclip): New functions.
8934
8935 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
8936
8937 * calc/calc-embed.el (calc-embedded-mode-vars):
8938 Add `calc-complement-signed-mode' to the list of modes.
8939
8940 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
8941 (calc-b-oper-keys): Add `calc-symclip' to list.
8942
8943 * calc/calc-ext.el (math-read-number-fancy): Read complement
8944 signed numbers.
8945 (calc-init-extensions): Add binding for `calc-symclip'.
8946 Add autoload for `calcFunc-symclip' and `calc-symclip'.
8947
8948 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
8949 `calc-symclip'.
8950 (calc-modes-menu): Add item for twos complement mode.
8951
8952 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
8953
8954 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
8955
8956 * register.el (jump-to-register, insert-register): Handle Semantic
8957 tags. From commented-out advice in semantic/senator.el.
8958
8959 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
8960
8961 * vc.el (vc-log-show-limit): New variable.
8962 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
8963 when using a prefix argument.
8964 (vc-print-log-internal): Add new argument LIMIT.
8965
8966 * vc-svn.el (vc-svn-print-log):
8967 * vc-mtn.el (vc-mtn-print-log):
8968 * vc-hg.el (vc-hg-print-log):
8969 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
8970 pass it to the log command when set. Make the BUFFER argument
8971 non-optional.
8972
8973 * vc-sccs.el (vc-sccs-print-log):
8974 * vc-rcs.el (vc-rcs-print-log):
8975 * vc-git.el (vc-git-print-log):
8976 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
8977 ignore it. Make the BUFFER argument non-optional
8978
8979 * bindings.el (mode-line-buffer-identification): Do not purecopy.
8980
8981 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
8982
8983 * dired.el (dired-mode-map): Move encryption items to "Operate"
8984 menu (Bug#4703).
8985
8986 * strokes.el (strokes-update-window-configuration): Make strokes
8987 buffer current before erasing (Bug#4906).
8988
8989 * cedet/semantic/idle.el (semantic-idle-summary-mode)
8990 (semantic-idle-summary-mode): Define using define-minor-mode
8991 instead of define-semantic-idle-service.
8992 (semantic-idle-summary-mode): New function.
8993 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
8994 that mouse motion does not reset the echo area.
8995
8996 2009-11-15 Juri Linkov <juri@jurta.org>
8997
8998 * simple.el (set-mark-default-inactive): Add :type, :group
8999 and :version. (Bug#4876)
9000
9001 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
9002
9003 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
9004 (archive-unique-fname): ... here. (Bug#4929)
9005
9006 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9007
9008 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
9009 with a real fix.
9010
9011 * novice.el (disabled-command-function): Add useful args.
9012 Setup the help buffer so that [back] works.
9013 Remove redundant call to help-mode.
9014 (disabled-command-function): Use `case'.
9015 (en/disable-command): New function extracted from enable-command.
9016 (enable-command, disable-command): Use it.
9017
9018 2009-11-14 Glenn Morris <rgm@gnu.org>
9019
9020 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
9021 constants. (Bug#4913)
9022
9023 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
9024
9025 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
9026
9027 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
9028 defined in C that have no doc-strings. (Bug#1063)
9029
9030 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
9031
9032 * cus-edit.el (data, files):
9033 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
9034
9035 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
9036
9037 * simple.el (shell-command): Doc fix (Bug#4891).
9038
9039 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
9040
9041 2009-11-14 Glenn Morris <rgm@gnu.org>
9042
9043 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
9044 statements for vc-diff, emerge-quit, and rmail-cease-edit.
9045 If they are already loaded, eval-after-load will do the right thing.
9046
9047 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
9048 compiling.
9049
9050 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
9051
9052 * simple.el (x-selection-owner-p): Declare.
9053 (read-mail-command): Use custom radio type rather than choice.
9054 (completion-no-auto-exit): Doc fix.
9055
9056 * custom.el (defgroup):
9057 * epg-config.el (epg): Doc fixes.
9058
9059 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
9060
9061 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
9062 * international/ccl.el (define-ccl-program): Do not purecopy the
9063 docstring, defconst does it anyway.
9064
9065 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9066
9067 * add-log.el (add-change-log-entry): Avoid displaying the changelog
9068 a second time.
9069
9070 * x-dnd.el (x-dnd-maybe-call-test-function):
9071 * window.el (split-window-vertically):
9072 * whitespace.el (whitespace-help-on):
9073 * vc-rcs.el (vc-rcs-consult-headers):
9074 * userlock.el (ask-user-about-lock-help)
9075 (ask-user-about-supersession-help):
9076 * type-break.el (type-break-force-mode-line-update):
9077 * time-stamp.el (time-stamp-conv-warn):
9078 * terminal.el (te-set-output-log, te-more-break, te-filter)
9079 (te-sentinel, terminal-emulator):
9080 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
9081 (term-write-input-ring, term-check-source, term-start-output-log):
9082 (term-display-buffer-line, term-dynamic-list-completions):
9083 (term-ansi-make-term, serial-term):
9084 * subr.el (selective-display):
9085 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
9086 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
9087 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
9088 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
9089 (speedbar-remove-localized-speedbar-support)
9090 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
9091 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
9092 (speedbar-buffers-line-directory):
9093 * simple.el (shell-command-on-region, append-to-buffer)
9094 (prepend-to-buffer):
9095 * shadowfile.el (shadow-save-todo-file):
9096 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
9097 (scroll-bar-maybe-set-window-start):
9098 * sb-image.el (speedbar-image-dump):
9099 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
9100 (load-save-place-alist-from-file):
9101 * ps-samp.el (ps-print-message-from-summary):
9102 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
9103 (ps-background-image, ps-begin-job, ps-do-despool):
9104 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
9105 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
9106 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
9107 (pr-call-process, pr-file-list, pr-interface-save):
9108 * novice.el (disabled-command-function)
9109 (enable-command, disable-command):
9110 * mouse.el (mouse-buffer-menu-alist):
9111 * mouse-copy.el (mouse-kill-preserving-secondary):
9112 * macros.el (kbd-macro-query):
9113 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
9114 * informat.el (batch-info-validate):
9115 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
9116 * hippie-exp.el (try-expand-dabbrev-visible):
9117 * help-mode.el (help-make-xrefs):
9118 * help-fns.el (describe-variable):
9119 * generic-x.el (bat-generic-mode-run-as-comint):
9120 * finder.el (finder-mouse-select):
9121 * find-dired.el (find-dired-sentinel):
9122 * filesets.el (filesets-file-close):
9123 * files.el (list-directory):
9124 * faces.el (list-faces-display, describe-face):
9125 * facemenu.el (list-colors-display):
9126 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
9127 * epg.el (epg--process-filter, epg-cancel):
9128 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
9129 (epa--read-signature-type):
9130 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
9131 (emerge-file-names):
9132 * ehelp.el (electric-helpify):
9133 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
9134 * ediff-vers.el (rcs-ediff-view-revision):
9135 * ediff-util.el (ediff-setup):
9136 * ediff-mult.el (ediff-append-custom-diff):
9137 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
9138 (ediff-wordify):
9139 * echistory.el (Electric-command-history-redo-expression):
9140 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
9141 * disp-table.el (describe-display-table):
9142 * dired.el (dired-find-buffer-nocreate):
9143 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
9144 * dabbrev.el (dabbrev--same-major-mode-p):
9145 * chistory.el (list-command-history):
9146 * apropos.el (apropos-documentation):
9147 * allout.el (allout-obtain-passphrase):
9148 (allout-copy-exposed-to-buffer):
9149 (allout-verify-passphrase): Use with-current-buffer.
9150
9151 2009-11-13 Glenn Morris <rgm@gnu.org>
9152
9153 * Makefile.in (ELCFILES): Regenerate.
9154
9155 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
9156
9157 * net/dbus.el (dbus-registered-objects-table): Rename from
9158 `dbus-registered-functions-table', because it contains also properties.
9159 (dbus-unregister-object): Unregister also properties.
9160 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
9161 Use a timeout of 500 msec, in order to not block.
9162 (dbus-register-property, dbus-property-handler): New defuns.
9163
9164 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9165
9166 * simple.el (minibuffer-default-add-completions): Drop deprecated
9167 4th arg.
9168
9169 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
9170
9171 * textmodes/artist.el (artist-mouse-choose-operation):
9172 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
9173 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
9174 (artist-compute-up-event-key): New function.
9175 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
9176
9177 2009-11-13 Kenichi Handa <handa@m17n.org>
9178
9179 * language/japan-util.el: Make sure that the value of jisx0208
9180 property is jisx0208 character.
9181
9182 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
9183
9184 * international/mule.el (auto-coding-regexp-alist): Only purecopy
9185 car or each item, not the whole list.
9186
9187 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
9188
9189 * minibuffer.el (minibuffer-completion-help):
9190 Use minibuffer-hide-completions.
9191
9192 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
9193
9194 * dired.el (dired-save-positions, dired-restore-positions): New funs.
9195 (dired-revert): Use them (bug#4880).
9196
9197 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
9198
9199 * tooltip.el (tooltip-frame-parameters): Undo previous change.
9200
9201 2009-11-12 Juri Linkov <juri@jurta.org>
9202
9203 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
9204 New functions.
9205 (find-file-literally-at-point): Alias of `ffap-literally'.
9206
9207 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
9208
9209 * textmodes/ispell.el (ispell-skip-region-alist):
9210 * textmodes/css-mode.el (auto-mode-alist):
9211 * progmodes/compile.el (auto-mode-alist):
9212 * international/mule.el (ctext-non-standard-encodings-alist)
9213 (ctext-non-standard-encodings-regexp):
9214 * simple.el (shell-command-switch, text-read-only):
9215 * replace.el (occur-mode-map):
9216 * paths.el (rmail-file-name):
9217 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
9218 * find-file.el (ff-special-constructs):
9219 * files.el (file-name-handler-alist):
9220 * composite.el: Purecopy strings.
9221
9222 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
9223
9224 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
9225
9226 * widget.el (define-widget): Purecopy the docstring.
9227 * international/mule-cmds.el (charset): Do not purecopy the
9228 docstring here, define-widget does it.
9229
9230 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9231 * textmodes/bibtex-style.el (auto-mode-alist):
9232 * progmodes/inf-lisp.el (inferior-lisp-prompt):
9233 * progmodes/compile.el (compile-command):
9234 * language/korea-util.el (default-korean-keyboard):
9235 * international/mule-conf.el (file-coding-system-alist):
9236 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
9237 * tooltip.el (tooltip-frame-parameters):
9238 * newcomment.el (comment-end, comment-padding):
9239 * dired.el (dired-trivial-filenames):
9240 * comint.el (comint-file-name-prefix): Purecopy initial values.
9241
9242 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
9243
9244 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
9245 (tramp-advice-minibuffer-electric-tilde): Unload advices via
9246 `tramp-unload'.
9247 (tramp-advice-make-auto-save-file-name)
9248 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
9249 after removing the advice.
9250
9251 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
9252
9253 * progmodes/grep.el (grep-regexp-alist):
9254 * international/mule-cmds.el (iso-2022-control-alist):
9255 * emacs-lisp/timer.el (timer-duration-words):
9256 * subr.el (version-separator, version-regexp-alist):
9257 * minibuffer.el (completion-styles-alist):
9258 * faces.el (face-attribute-name-alist, list-faces-sample-text):
9259 Change defvars to defconsts.
9260
9261 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
9262 * loadup.el ("international/mule-conf"): Load the byte compiled version.
9263 * international/mule-conf.el: Allow to be byte compiled.
9264
9265 * international/mule.el (define-charset): Purecopy props.
9266 (load-with-code-conversion): Purecopy doc string and file name.
9267 (put-charset-property): Purecopy strings.
9268 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
9269
9270 * international/mule-cmds.el (register-input-method): Purecopy arguments.
9271 (define-char-code-property): Correctly purecopy the table.
9272
9273 * international/ccl.el (define-ccl-program): Purecopy the docstring.
9274
9275 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
9276
9277 * subr.el (add-hook): Purecopy strings.
9278 (eval-after-load): Purecopy load-history-regexp and the form.
9279
9280 * custom.el (custom-declare-group): Purecopy load-file-name.
9281
9282 * subr.el (menu-bar-separator): New defconst.
9283 * net/eudc.el (eudc-tools-menu):
9284 * international/mule-cmds.el (set-coding-system-map)
9285 (mule-menu-keymap):
9286 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9287 * vc-hooks.el (vc-menu-map):
9288 * replace.el (occur-mode-map):
9289 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
9290 (menu-bar-edit-menu, menu-bar-goto-menu)
9291 (menu-bar-custom-menu, menu-bar-showhide-menu)
9292 (menu-bar-options-menu, menu-bar-tools-menu)
9293 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
9294 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
9295 (menu-bar-help-menu):
9296 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
9297 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
9298
9299 * term/x-win.el (x-gtk-stock-map):
9300 * progmodes/vera-mode.el (auto-mode-alist):
9301 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
9302 (inferior-lisp-program, inferior-lisp-load-command):
9303 * progmodes/hideshow.el (hs-special-modes-alist):
9304 * progmodes/gud.el (same-window-regexps):
9305 * progmodes/grep.el (grep-program, find-program, xargs-program):
9306 * net/telnet.el (same-window-regexps):
9307 * net/rlogin.el (same-window-regexps):
9308 * language/ethiopic.el (font-ccl-encoder-alist):
9309 * vc-sccs.el (vc-sccs-master-templates):
9310 * vc-rcs.el (vc-rcs-master-templates):
9311 * subr.el (cl-assertion-failed):
9312 * simple.el (next-error-overlay-arrow-position):
9313 * lpr.el (lpr-command):
9314 * locate.el (locate-ls-subdir-switches):
9315 * info.el (same-window-regexps, info)
9316 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
9317 * image-mode.el (image-mode, auto-mode-alist):
9318 * hippie-exp.el (hippie-expand-ignore-buffers):
9319 * format.el (format-alist):
9320 * find-dired.el (find-ls-subdir-switches, find-grep-options)
9321 (find-name-arg):
9322 * facemenu.el (facemenu-keybindings):
9323 * dired.el (dired-listing-switches, dired-chown-program):
9324 * diff.el (diff-switches, diff-command):
9325 * cus-edit.el (same-window-regexps):
9326 * bindings.el (mode-line-mule-info)
9327 (mode-line-buffer-identification): Purecopy strings.
9328
9329 2009-11-11 Juri Linkov <juri@jurta.org>
9330
9331 * simple.el (dired-get-filename) <declare-function>:
9332 Tell the byte-compiler about dired-get-filename.
9333 (shell-command): In Dired mode, get filename from the current line
9334 as the default value.
9335
9336 2009-11-10 Glenn Morris <rgm@gnu.org>
9337
9338 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
9339 * calendar/holidays.el, progmodes/cperl-mode.el:
9340 Update x-popup-menu declarations.
9341
9342 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
9343 (list-load-path-shadows): Use dolist.
9344 (list-load-path-shadows): Use with-current-buffer.
9345
9346 2009-11-10 Juri Linkov <juri@jurta.org>
9347
9348 * minibuffer.el (read-file-name): Support a list of default values
9349 in `default-filename'. Use the first file name where only one
9350 element is required. Doc fix.
9351
9352 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
9353
9354 * net/dbus.el (dbus-unregister-object): Release service, if no
9355 other method is registered for it.
9356
9357 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
9358
9359 * bookmark.el (bookmark-completing-read): Sort bookmark names if
9360 bookmark-sort-flag is non-nil (Bug#4653).
9361
9362 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
9363
9364 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
9365 the progress reporter entirely.
9366
9367 * emulation/cua-base.el: Add CUA property to some CC mode commands
9368 (Bug#4100).
9369
9370 2009-11-08 Kevin Ryde <user42@zip.com.au>
9371
9372 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9373 at end of sentence (Bug#4818).
9374
9375 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
9376
9377 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9378 Handle "see declaration of" MSFT statements (Bug#4100).
9379
9380 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
9381
9382 * net/tramp.el (tramp-advice-make-auto-save-file-name)
9383 (tramp-advice-file-expand-wildcards): Unload via
9384 `ad-remove-advice'.
9385
9386 * net/trampver.el: Update release number.
9387
9388 2009-11-08 Kevin Ryde <user42@zip.com.au>
9389
9390 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
9391 `ad-do-it'.
9392
9393 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
9394
9395 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
9396 in order to keep context in SELinux.
9397
9398 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
9399
9400 * dired-aux.el (dired-query): Place cursor in echo area and allow
9401 C-g.
9402
9403 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
9404 menu item if not on a directory (Bug#4701).
9405
9406 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
9407
9408 Sync with Tramp 2.1.17.
9409
9410 * net/tramp.el (tramp-handle-copy-directory): Don't use
9411 `file-remote-p' (due to compatibility).
9412
9413 * net/tramp-compat.el (tramp-compat-copy-directory)
9414 (tramp-compat-delete-directory): New defuns.
9415
9416 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
9417 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
9418 `tramp-compat-delete-directory'.
9419
9420 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
9421 (tramp-smb-handle-delete-directory): Use
9422 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
9423
9424 * net/trampver.el: Update release number.
9425
9426 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
9427
9428 * tar-mode.el (tar-copy): Call write-region on the right buffer
9429 (Bug#4857).
9430
9431 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
9432 by hand, if necessary (Bug#4878).
9433
9434 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
9435
9436 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
9437 align size column (Bug#4839).
9438
9439 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
9440 statement.
9441
9442 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
9443
9444 * progmodes/ld-script.el (auto-mode-alist):
9445 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
9446
9447 * cus-face.el (custom-declare-face): Purecopy face spec.
9448
9449 2009-11-06 Kenichi Handa <handa@m17n.org>
9450
9451 * international/uni-bidi.el: Re-generated.
9452 * international/uni-category.el: Re-generated.
9453 * international/uni-combining.el: Re-generated.
9454 * international/uni-mirrored.el: Re-generated.
9455
9456 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
9457
9458 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
9459 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
9460 (tex-start-options, slitex-run-command, latex-run-command)
9461 (tex-run-command, tex-directory):
9462 * textmodes/ispell.el (ispell-html-skip-alists)
9463 (ispell-tex-skip-alists, ispell-tex-skip-alists):
9464 * textmodes/fill.el (adaptive-fill-first-line-regexp):
9465 (adaptive-fill-regexp):
9466 * textmodes/dns-mode.el (auto-mode-alist):
9467 * progmodes/python.el (interpreter-mode-alist):
9468 * progmodes/etags.el (tags-compression-info-list):
9469 * progmodes/etags.el (tags-file-name):
9470 * net/browse-url.el (browse-url-galeon-program)
9471 (browse-url-firefox-program):
9472 * mail/sendmail.el (mail-signature-file)
9473 (mail-citation-prefix-regexp):
9474 * international/mule-conf.el (eight-bit):
9475 * international/latexenc.el (latex-inputenc-coding-alist):
9476 * international/fontset.el (x-pixel-size-width-font-regexp):
9477 * emacs-lisp/warnings.el (warning-type-format):
9478 * emacs-lisp/trace.el (trace-buffer):
9479 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
9480 (emacs-lisp-mode-map):
9481 * calendar/holidays.el (holiday-solar-holidays)
9482 (holiday-bahai-holidays, holiday-islamic-holidays)
9483 (holiday-christian-holidays, holiday-hebrew-holidays)
9484 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
9485 (hebrew-holidays-1, holiday-oriental-holidays)
9486 (holiday-general-holidays):
9487 * x-dnd.el (x-dnd-known-types):
9488 * tool-bar.el (tool-bar):
9489 * startup.el (site-run-file):
9490 * shell.el (shell-dumb-shell-regexp):
9491 * rfn-eshadow.el (file-name-shadow-tty-properties)
9492 (file-name-shadow-properties):
9493 * paths.el (remote-shell-program, news-directory):
9494 * mouse.el ([C-down-mouse-3]):
9495 * menu-bar.el (menu-bar-tools-menu):
9496 * jka-cmpr-hook.el (jka-compr-load-suffixes)
9497 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
9498 (jka-compr-compression-info-list):
9499 * isearch.el (search-whitespace-regexp):
9500 * image-file.el (image-file-name-extensions):
9501 * find-dired.el (find-ls-option):
9502 * files.el (directory-listing-before-filename-regexp)
9503 (directory-free-space-args, insert-directory-program)
9504 (list-directory-brief-switches, magic-fallback-mode-alist)
9505 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
9506 (automount-dir-prefix):
9507 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
9508 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
9509 (face-font-registry-alternatives, face-font-registry-alternatives)
9510 (face-font-family-alternatives):
9511 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
9512 (facemenu-foreground-menu, facemenu-face-menu):
9513 * epa-hook.el (epa-file-name-regexp):
9514 * dnd.el (dnd-protocol-alist):
9515 * textmodes/rst.el (auto-mode-alist):
9516 * button.el (default-button): Purecopy strings.
9517
9518 2009-11-06 Glenn Morris <rgm@gnu.org>
9519
9520 * Makefile.in (ELCFILES): Update.
9521
9522 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
9523
9524 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
9525 * emacs-lisp/levents.el: Move to obsolete/levents.el.
9526
9527 * nxml/xsd-regexp.el (xsdre-gen-categories):
9528 * nxml/xmltok.el (xmltok-parse-entity):
9529 * nxml/rng-parse.el (rng-parse-validate-file):
9530 * nxml/rng-maint.el (rng-format-manual)
9531 (rng-manual-output-force-new-line):
9532 * nxml/rng-loc.el (rng-save-schema-location-1):
9533 * nxml/rng-cmpct.el (rng-c-parse-file):
9534 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
9535 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
9536
9537 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
9538
9539 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
9540 Remove extra save-excursions and make-variable-buffer-local's.
9541 Suggested by Stefan Monnier.
9542
9543 (verilog-getopt-file, verilog-module-inside-filename-p)
9544 (verilog-set-define): Merge GNU 1.35 and repair changes from
9545 switching to using with-current-buffer.
9546
9547 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
9548 being treated as a number and confusing AUTORESET.
9549 Reported by Dan Dever.
9550
9551 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
9552 Add verilog-auto-ignore-concat to fix backward compatibility with
9553 older verilog-modes. Reported by Dan Katz.
9554
9555 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
9556 containing closing anchors "...$".
9557
9558 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
9559 Reported by Wade Smith.
9560
9561 (verilog-batch-execute-func): Comment on function usage.
9562
9563 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
9564
9565 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
9566 for labels.
9567
9568 (verilog-label-re, verilog-calc-1): Support proper indent of named
9569 asserts.
9570
9571 (verilog-backward-token, verilog-basic-complete-re)
9572 (verilog-beg-of-statement, verilog-indent-re): Support proper
9573 indent of the assert statement at the beginning of a block of text.
9574
9575 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
9576 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
9577 tokens as begins.
9578
9579 2009-11-05 Glenn Morris <rgm@gnu.org>
9580
9581 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
9582 Emacs 19. (Bug#1531)
9583 (byte-compile-fix-header): Update for the above change.
9584 Drop test for epoch::version.
9585
9586 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
9587 * cus-dep.el (custom-make-dependencies):
9588 * finder.el (finder-compile-keywords):
9589 Use autoload-rubric's feature argument.
9590
9591 * calendar/diary-lib.el (top-level): Make load behave more like require.
9592
9593 * vc-git.el (vc-git-stash-map): Move definition before use.
9594
9595 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
9596
9597 * custom.el (custom-declare-group): Purecopy standard-value.
9598 (custom-declare-group): Purecopy custom-prefix.
9599
9600 * international/mule.el (load-with-code-conversion):
9601 Call do-after-load-evaluation unconditionally.
9602
9603 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
9604
9605 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
9606
9607 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
9608
9609 2009-11-04 Glenn Morris <rgm@gnu.org>
9610
9611 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
9612 (byte-compile-compatibility): Remove option.
9613 (byte-compile-close-variables, byte-compile-fix-header)
9614 (byte-compile-insert-header, byte-compile-output-docform)
9615 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
9616 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
9617 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
9618 (byte-compile-insert, byte-compile-defun):
9619 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
9620 (byte-defop-compiler19): Remove.
9621 Without byte-compile-compatibility, the 'emacs19-opcode property is not
9622 used by anything. Replace all calls with byte-defop-compiler.
9623
9624 2009-11-04 Juri Linkov <juri@jurta.org>
9625
9626 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
9627 (menu-bar-options-menu): Don't quote the `prop' arg of
9628 `menu-bar-make-mm-toggle'.
9629
9630 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
9631
9632 * calendar/calendar.el (cal-loaddefs):
9633 * calendar/diary-lib.el (diary-loaddefs):
9634 * calendar/holidays.el (hol-loaddefs):
9635 * eshell/esh-module.el (esh-groups): Load rather than require.
9636
9637 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
9638
9639 * calendar/todo-mode.el (todo-add-category): Don't hardcode
9640 point-min==1.
9641 (todo-top-priorities): Only display-buffer when called interactively.
9642 (todo-item-start): Don't save excursion point.
9643 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
9644 (todo-insert-item-here, todo-file-item, todo-remove-item):
9645 Adjust uses of todo-item-start and todo-item-end.
9646
9647 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
9648 (autoload-rubric): Don't use any more.
9649 * cedet/semantic/fw.el (semantic/loaddefs):
9650 * cedet/srecode.el (srecode/loaddefs):
9651 * cedet/ede.el (ede/loaddefs): Load rather than require.
9652 * cedet/ede/cpp-root.el:
9653 * cedet/ede/emacs.el:
9654 * cedet/ede/files.el:
9655 * cedet/ede/linux.el:
9656 * cedet/ede/locate.el:
9657 * cedet/ede/make.el:
9658 * cedet/ede/shell.el:
9659 * cedet/ede/speedbar.el:
9660 * cedet/ede/system.el:
9661 * cedet/ede/util.el:
9662 * cedet/semantic/analyze.el:
9663 * cedet/semantic/bovine.el:
9664 * cedet/semantic/complete.el:
9665 * cedet/semantic/ctxt.el:
9666 * cedet/semantic/db-file.el:
9667 * cedet/semantic/db-find.el:
9668 * cedet/semantic/db-global.el:
9669 * cedet/semantic/db-mode.el:
9670 * cedet/semantic/db-typecache.el:
9671 * cedet/semantic/db.el:
9672 * cedet/semantic/debug.el:
9673 * cedet/semantic/dep.el:
9674 * cedet/semantic/doc.el:
9675 * cedet/semantic/edit.el:
9676 * cedet/semantic/find.el:
9677 * cedet/semantic/format.el:
9678 * cedet/semantic/html.el:
9679 * cedet/semantic/ia-sb.el:
9680 * cedet/semantic/ia.el:
9681 * cedet/semantic/idle.el:
9682 * cedet/semantic/lex-spp.el:
9683 * cedet/semantic/lex.el:
9684 * cedet/semantic/mru-bookmark.el:
9685 * cedet/semantic/scope.el:
9686 * cedet/semantic/senator.el:
9687 * cedet/semantic/sort.el:
9688 * cedet/semantic/symref.el:
9689 * cedet/semantic/tag-file.el:
9690 * cedet/semantic/tag-ls.el:
9691 * cedet/semantic/tag-write.el:
9692 * cedet/semantic/tag.el:
9693 * cedet/semantic/util-modes.el:
9694 * cedet/semantic/analyze/complete.el:
9695 * cedet/semantic/analyze/refs.el:
9696 * cedet/semantic/bovine/c.el:
9697 * cedet/semantic/bovine/gcc.el:
9698 * cedet/semantic/bovine/make.el:
9699 * cedet/semantic/bovine/scm.el:
9700 * cedet/semantic/decorate/include.el:
9701 * cedet/semantic/decorate/mode.el:
9702 * cedet/semantic/symref/cscope.el:
9703 * cedet/semantic/symref/global.el:
9704 * cedet/semantic/symref/grep.el:
9705 * cedet/semantic/symref/idutils.el:
9706 * cedet/semantic/symref/list.el:
9707 * cedet/semantic/wisent/java-tags.el:
9708 * cedet/semantic/wisent/javascript.el:
9709 * cedet/srecode/compile.el:
9710 * cedet/srecode/cpp.el:
9711 * cedet/srecode/document.el:
9712 * cedet/srecode/el.el:
9713 * cedet/srecode/expandproto.el:
9714 * cedet/srecode/getset.el:
9715 * cedet/srecode/insert.el:
9716 * cedet/srecode/java.el:
9717 * cedet/srecode/map.el:
9718 * cedet/srecode/mode.el:
9719 * cedet/srecode/template.el:
9720 * cedet/srecode/texi.el: Remove the file-local setting of
9721 generated-autoload-feature.
9722
9723 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
9724 and only put a prop if it is non-nil.
9725
9726 2009-11-03 Juri Linkov <juri@jurta.org>
9727
9728 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
9729 (menu-bar-options-menu): Fix list quoting (Bug#4429).
9730
9731 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
9732 and "Menu" to make top-level menu item visually one unit (like
9733 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
9734 multi-word menu items). Fix :help string for quit-window.
9735
9736 2009-11-03 Glenn Morris <rgm@gnu.org>
9737
9738 * cedet/mode-local.el (with-mode-local): Doc fix.
9739
9740 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
9741 (byte-compile-file-form-define-abbrev-table)
9742 (byte-compile-file-form-custom-declare-variable)
9743 (byte-compile-variable-ref, byte-compile-defvar):
9744 Whether or not a warning is enabled should only affect whether we issue
9745 the warning, not whether or not we collect the relevant data.
9746 Eg warnings can be turned on and off throughout the course of a file.
9747
9748 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
9749 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
9750
9751 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
9752
9753 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
9754 * play/mpuz.el (mpuz-create-buffer):
9755 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
9756 (lm-print-y,s,noise, lm-print-w0, lm-init):
9757 * play/gomoku.el (gomoku-prompt-for-move):
9758 * play/fortune.el (fortune-in-buffer):
9759 * play/dissociate.el (dissociated-press):
9760 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
9761 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
9762 * mail/supercite.el (sc-eref-show):
9763 * mail/smtpmail.el (smtpmail-send-it):
9764 * mail/rmailsum.el (rmail-summary-next-labeled-message)
9765 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
9766 (rmail-summary-undelete-many, rmail-summary-rmail-update)
9767 (rmail-summary-goto-msg, rmail-summary-expunge)
9768 (rmail-summary-get-new-mail, rmail-summary-search-backward)
9769 (rmail-summary-add-label, rmail-summary-output-menu)
9770 (rmail-summary-output-body):
9771 * mail/rfc822.el (rfc822-addresses):
9772 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
9773 * mail/mailpost.el (post-mail-send-it):
9774 * mail/hashcash.el (hashcash-generate-payment):
9775 * mail/feedmail.el (feedmail-run-the-queue)
9776 (feedmail-queue-send-edit-prompt-help-first)
9777 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
9778 (feedmail-deduce-address-list):
9779 * eshell/esh-ext.el (eshell-remote-command):
9780 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
9781 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
9782 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
9783 (viper-save-string-in-file, viper-valid-marker):
9784 * emulation/viper-keym.el (viper-toggle-key):
9785 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
9786 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
9787 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
9788 * emulation/viper-cmd.el (viper-exec-form-in-vi)
9789 (viper-exec-form-in-emacs, viper-brac-function):
9790 * emulation/viper.el (viper-delocalize-var):
9791 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
9792 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
9793 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
9794 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
9795 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
9796 * emulation/edt.el (edt-electric-helpify):
9797 * emulation/cua-rect.el (cua--rectangle-aux-replace):
9798 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
9799 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
9800 (cua-indent-to-global-mark-column):
9801 * calendar/diary-lib.el (calendar-mark-1):
9802 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
9803 Use with-current-buffer.
9804 * emulation/viper.el (viper-delocalize-var): Use dolist.
9805
9806 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
9807
9808 * comint.el (comint-replace-by-expanded-history-before-point):
9809 Replace !! with the previous input string literally (Bug#1795).
9810
9811 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
9812
9813 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
9814 to be made up of whitespace.
9815
9816 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
9817
9818 * minibuffer.el (read-file-name): Don't use file dialogs for
9819 remote directories (Bug#99).
9820
9821 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
9822
9823 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
9824
9825 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
9826
9827 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
9828 instead of deleting the window or frame.
9829
9830 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
9831
9832 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
9833 Support face colors.
9834
9835 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
9836 New function. Support face colors (Bug#1168).
9837 (tex-common-initialization): Use it.
9838
9839 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
9840 mode allows it (Bug#1168).
9841
9842 2009-10-31 Juri Linkov <juri@jurta.org>
9843
9844 * facemenu.el (list-colors-display): Don't mark buffer as
9845 modified (Bug#3948).
9846
9847 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
9848
9849 * international/mule-diag.el (list-character-sets-1): Minor
9850 message fix (Bug#3526).
9851
9852 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
9853 face property (Bug#4834).
9854 (etags-list-tags, etags-tags-apropos-additional)
9855 (etags-tags-apropos, tags-select-tags-table): Add follow-link
9856 property.
9857
9858 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
9859 items.
9860
9861 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
9862 items.
9863
9864 * cedet/ede.el (ede-minor-mode):
9865 * cedet/semantic.el (semantic-mode): Toggle menu separators.
9866
9867 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
9868
9869 * textmodes/two-column.el (2C-split):
9870 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
9871 * textmodes/tex-mode.el (tex-set-buffer-directory):
9872 * textmodes/spell.el (spell-region, spell-string):
9873 * textmodes/reftex.el (reftex-erase-buffer):
9874 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
9875 * textmodes/reftex-toc.el (reftex-toc-promote-action):
9876 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
9877 (reftex-select-item):
9878 * textmodes/reftex-ref.el (reftex-label-info-update)
9879 (reftex-offer-label-menu):
9880 * textmodes/reftex-index.el (reftex-index-change-entry)
9881 (reftex-index-phrases-info):
9882 * textmodes/reftex-global.el (reftex-create-tags-file)
9883 (reftex-save-all-document-buffers, reftex-ensure-write-access):
9884 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
9885 (reftex-view-crossref-from-bibtex):
9886 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
9887 (reftex-extract-bib-entries-from-thebibliography)
9888 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
9889 * textmodes/refbib.el (r2b-capitalize-title):
9890 (r2b-convert-buffer, r2b-help):
9891 * textmodes/page-ext.el (pages-directory)
9892 (pages-directory-goto-with-mouse):
9893 * textmodes/bibtex.el (bibtex-validate-globally):
9894 * textmodes/bib-mode.el (bib-capitalize-title):
9895 * textmodes/artist.el (artist-clear-buffer, artist-system):
9896 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
9897 (local-set-scheme-interaction-buffer, xscheme-process-filter)
9898 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
9899 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
9900 (xscheme-send-control-g-interrupt, xscheme-start-process)
9901 (xscheme-process-sentinel, xscheme-cd):
9902 * progmodes/verilog-mode.el (verilog-read-always-signals)
9903 (verilog-set-define, verilog-getopt-file)
9904 (verilog-module-inside-filename-p):
9905 * progmodes/sh-script.el:
9906 * progmodes/python.el (python-pdbtrack-get-source-buffer)
9907 (python-pdbtrack-grub-for-buffer, python-execute-file):
9908 * progmodes/octave-inf.el (inferior-octave):
9909 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
9910 (idlwave-shell-compile-helper-routines, idlwave-set-local)
9911 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
9912 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
9913 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
9914 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
9915 (idlwave-shell-filter, idlwave-shell-examine-highlight)
9916 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
9917 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
9918 (idlwave-shell-examine-display, idlwave-shell-run-region)
9919 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
9920 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
9921 * progmodes/idlw-help.el (idlwave-help-get-special-help)
9922 (idlwave-help-get-help-buffer):
9923 * progmodes/gud.el (gud-basic-call, gud-find-class)
9924 (gud-tooltip-activate-mouse-motions-if-enabled):
9925 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
9926 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
9927 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
9928 (ebrowse-tags-next-file):
9929 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
9930 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
9931 (ebnf-eps-finish-and-write):
9932 * progmodes/cpp.el (cpp-edit-save):
9933 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
9934 * progmodes/cc-defs.el (c-emacs-features):
9935 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
9936 (antlr-directory-dependencies):
9937 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
9938 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
9939 (ada-find-any-references, ada-make-filename-from-adaname)
9940 (ada-make-body-gnatstub):
9941 * obsolete/rnews.el (news-list-news-groups):
9942 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9943 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
9944 * net/rcirc.el (rcirc-debug):
9945 * net/newst-treeview.el (newsticker--treeview-list-add-item)
9946 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
9947 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
9948 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
9949 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9950 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
9951 (newsticker--treeview-list-clear-highlight)
9952 (newsticker--treeview-list-update-highlight)
9953 (newsticker--treeview-list-highlight-start)
9954 (newsticker--treeview-tree-update-highlight)
9955 (newsticker--treeview-get-selected-item)
9956 (newsticker-treeview-mark-list-items-old)
9957 (newsticker--treeview-set-current-node):
9958 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
9959 * net/newst-backend.el (newsticker--get-news-by-funcall)
9960 (newsticker--get-news-by-wget, newsticker--image-get)
9961 (newsticker--image-sentinel):
9962 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
9963 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
9964 (eudc-ph-close-session):
9965 * net/eudc.el (eudc-save-options):
9966 * language/thai-word.el (thai-update-word-table):
9967 * language/japan-util.el (japanese-string-conversion):
9968 * international/titdic-cnv.el (tsang-quick-converter)
9969 (ziranma-converter, ctlau-converter):
9970 * international/mule-cmds.el (describe-language-environment):
9971 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
9972 (skkdic-convert-postfix, skkdic-convert-prefix):
9973 (skkdic-convert-okuri-nasi, skkdic-convert):
9974 * emacs-lisp/re-builder.el (reb-update-overlays):
9975 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
9976 * emacs-lisp/gulp.el (gulp-send-requests):
9977 * emacs-lisp/find-gc.el (trace-call-tree):
9978 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
9979 (eieio-describe-generic):
9980 * emacs-lisp/eieio-base.el (eieio-persistent-read):
9981 * emacs-lisp/edebug.el (edebug-outside-excursion):
9982 * emacs-lisp/debug.el (debugger-make-xrefs):
9983 * emacs-lisp/cust-print.el (custom-prin1-to-string):
9984 * emacs-lisp/chart.el (chart-new-buffer):
9985 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
9986 Use with-current-buffer.
9987 * textmodes/artist.el (artist-system): Don't call
9988 copy-sequence on a fresh string.
9989 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
9990
9991 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
9992
9993 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
9994 is no item to edit. (Bug#4820)
9995 (todo-top-priorities): Restore point and restore narrowing in Todo
9996 buffer. (Bug#4820)
9997
9998 2009-10-31 Glenn Morris <rgm@gnu.org>
9999
10000 * net/ange-ftp.el (top-level): Don't require dired when compiling.
10001 (comint-last-output-start, comint-last-input-start)
10002 (comint-last-input-end): Don't defvar when compiling.
10003 (ange-ftp-process-file): Use bound-and-true-p.
10004
10005 * pcmpl-rpm.el (top-level): Move provide statement to end.
10006 (pcmpl-rpm): Remove unused custom group.
10007
10008 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
10009
10010 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
10011
10012 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10013 (byte-compile-warnings): Add `constants' as an option.
10014 (byte-compile-callargs-warn, byte-compile-arglist-warn)
10015 (display-call-tree): Update for byte-compile-fdefinition possibly
10016 returning `(macro lambda ...)'. (Bug#4778)
10017 (byte-compile-variable-ref, byte-compile-setq-default):
10018 Respect `constants' member of byte-compile-warnings.
10019
10020 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
10021 Use mapc rather than mapcar because the return value is never used.
10022
10023 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
10024 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
10025 * cedet/semantic/html.el:
10026 Suppress harmless warnings about setting up semantic-imenu (not
10027 part of Emacs) variables.
10028
10029 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10030
10031 * vc-bzr.el (vc-bzr-revision-keywords): New var.
10032 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
10033 to "submit:".
10034
10035 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
10036 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
10037 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
10038 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
10039 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
10040 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
10041 (semantic-analyzer-debug-global-symbol)
10042 (semantic-analyzer-debug-missing-innertype)
10043 (semantic-analyzer-debug-insert-include-summary):
10044 * cedet/semantic/util.el (semantic-file-tag-table):
10045 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
10046 (semantic-recursive-find-nonterminal-by-name):
10047 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
10048 * cedet/semantic/tag-file.el (semantic-prototype-file):
10049 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
10050 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
10051 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
10052 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
10053 (semantic-idle-summary-maybe-highlight):
10054 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
10055 (semantic-ia-sb-tag-info):
10056 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
10057 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
10058 * cedet/semantic/ede-grammar.el (project-compile-target):
10059 (ede-proj-makefile-insert-variables):
10060 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
10061 (semantic-debug-set-source-location, semantic-debug-interface-layout)
10062 (semantic-debug-mode, semantic-debug):
10063 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
10064 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
10065 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
10066 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
10067 (semanticdb-find-translate-path-includes--internal)
10068 (semanticdb-reset-log, semanticdb-find-log-activity):
10069 * cedet/semantic/db-file.el (object-write):
10070 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
10071 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
10072 (semanticdb-create-ebrowse-database):
10073 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
10074 * cedet/semantic/complete.el (semantic-displayor-focus-request)
10075 (semantic-collector-calculate-completions-raw)
10076 (semantic-complete-read-tag-analyzer):
10077 * cedet/semantic/analyze.el (semantic-analyze-pulse):
10078 * cedet/ede/util.el (ede-update-version-in-source):
10079 * cedet/ede/proj.el (project-delete-target):
10080 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
10081 (ede-proj-flush-autoconf):
10082 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
10083 (ede-proj-configure-synchronize):
10084 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
10085 * cedet/ede/linux.el (ede-linux-version):
10086 * cedet/ede/emacs.el (ede-emacs-version):
10087 * cedet/ede/dired.el (ede-dired-add-to-target):
10088 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
10089 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
10090 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
10091 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
10092 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
10093 (cedet-idutils-version-check):
10094 * cedet/cedet-global.el (cedet-gnu-global-call):
10095 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
10096 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
10097 * cedet/cedet-cscope.el (cedet-cscope-call)
10098 (cedet-cscope-expand-filename, cedet-cscope-version-check):
10099 Use with-current-buffer.
10100 * cedet/ede.el (ede-make-project-local-variable)
10101 (ede-set-project-variables, ede-set): Use dolist.
10102
10103 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
10104
10105 * textmodes/ispell.el (ispell-skip-region-alist):
10106 * international/mule-conf.el (eight-bit):
10107 * international/fontset.el (font-encoding-alist):
10108 * startup.el (pure-space-overflow-message):
10109 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
10110 * paths.el (gnus-nntp-service, rmail-spool-directory)
10111 (term-file-prefix):
10112 * files.el (save-some-buffers-action-alist):
10113 * cmuscheme.el (same-window-buffer-names):
10114 * ielm.el (same-window-buffer-names):
10115 * shell.el (same-window-buffer-names):
10116 * mail/sendmail.el (same-window-buffer-names):
10117 * progmodes/inf-lisp.el (same-window-buffer-names):
10118 * bindings.el (mode-line-client)
10119 (mode-line-column-line-number-mode-map):
10120 * language/tibetan.el (tibetan-precomposition-rule-regexp)
10121 (tibetan-precomposed-regexp): Purecopy string arguments.
10122
10123 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10124
10125 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
10126 (calcDigit-nondigit):
10127 * calc/calc-yank.el (calc-copy-to-buffer):
10128 * calc/calc-units.el (calc-invalidate-units-table):
10129 * calc/calc-trail.el (calc-trail-yank):
10130 * calc/calc-store.el (calc-insert-variables):
10131 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
10132 * calc/calc-prog.el (calc-read-parse-table):
10133 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
10134 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
10135 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
10136 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
10137 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
10138 (calc-graph-name, calc-graph-find-command, calc-graph-view)
10139 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
10140 * calc/calc-ext.el (calc-realign):
10141 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
10142 (calc-embedded-finish-edit, calc-embedded-make-info)
10143 (calc-embedded-finish-command, calc-embedded-stack-change):
10144 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
10145
10146 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
10147 (overload-docstring-extension): Use that info.
10148 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
10149 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
10150 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
10151 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
10152 (semantic-nonterminal-full-name): Add the new `when' info.
10153 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
10154 `assert'.
10155
10156 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
10157 shell-dynamic-complete-filename in preference to
10158 comint-dynamic-complete-filename.
10159
10160 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10161 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10162 Don't consider whether the display supports colors.
10163 (bookmark-import-new-list): Use dolist.
10164 (bookmark-bmenu-mode-map): Move initialization into declaration.
10165 (bookmark-bmenu-list): Use dolist, simplify.
10166 (bookmark-show-all-annotations): Use save-selected-window and dolist.
10167 (menu-bar-final-items): Use push.
10168
10169 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
10170
10171 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
10172 it works on remote files.
10173 (vc-hg-diff): Don't pass any `--cwd' argument.
10174
10175 2009-10-27 Kevin Ryde <user42@zip.com.au>
10176
10177 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
10178 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
10179 (Further to Bug#3921).
10180
10181 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
10182
10183 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
10184 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
10185 calling `tramp-imap-put-file'. Add file size to the call.
10186 (tramp-imap-get-file-entries): Compute also user name, file size,
10187 and date.
10188 (tramp-imap-handle-insert-directory): Insert uid and gid.
10189 (tramp-imap-handle-file-attributes): Transform uid and gid
10190 according to `id-format'.
10191 (tramp-imap-put-file): New optional parameter SIZE. Encode file
10192 size in header X-Size.
10193
10194 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
10195
10196 * simple.el (transpose-subr): Give clearer error when the mark
10197 is not set. (Bug#4807)
10198
10199 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
10200
10201 * net/tramp.el (tramp-perl-file-truename): New defconst.
10202 Perl code contributed by yary <not.com@gmail.com> (tiny change).
10203 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
10204 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
10205 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
10206
10207 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
10208 Ignore `dired-call-process'.
10209 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
10210
10211 2009-10-26 Julian Scheid <julians37@gmail.com>
10212
10213 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
10214 (tramp-get-remote-readlink): New defun.
10215 (tramp-handle-file-truename): Use it.
10216 (tramp-handle-file-exists-p): Check file-attributes cache, assume
10217 file exists if cache value present.
10218 (tramp-check-cached-permissions): New defun.
10219 (tramp-handle-file-readable-p): Use it.
10220 (tramp-handle-file-writable-p): Likewise.
10221 (tramp-handle-file-executable-p): Likewise.
10222 (tramp-handle-file-name-all-completions): Try using Perl to get
10223 partial completions. When perl not available, combine `cd' and
10224 `ls' into single remote operation and use shell expansion to get
10225 partial remote directory contents. Set `file-exists-p' cache for
10226 directory and any files returned by ls. Change cache handling to
10227 support partial directory contents. Use error message emitted by
10228 remote `cd' or Perl code for local tramp-error.
10229 (tramp-do-copy-or-rename-file-directly): Avoid separate
10230 tramp-send-command-and-check call.
10231 (tramp-handle-process-file): Merge three remote ops into one.
10232 Do not flush all caches when `process-file-side-effects' is set.
10233 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
10234 file-attributes shows uid/gid to be set already.
10235
10236 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
10237
10238 * textmodes/tex-mode.el (tex-dvi-view-command)
10239 (tex-show-queue-command, tex-open-quote):
10240 * progmodes/ruby-mode.el (auto-mode-alist)
10241 (interpreter-mode-alist): Purecopy strings.
10242
10243 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
10244
10245 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
10246 string for the hook, keymap and abbrev table.
10247
10248 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
10249
10250 * x-dnd.el (x-dnd-xdnd-to-action):
10251 * startup.el (fancy-startup-text, fancy-about-text): Change to
10252 defconst from defvar.
10253
10254 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
10255
10256 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
10257 Purecopy initialization strings.
10258
10259 * mail/sendmail.el (mail-header-separator)
10260 (mail-personal-alias-file):
10261 * mail/rmail.el (rmail-default-dont-reply-to-names)
10262 (rmail-ignored-headers, rmail-retry-ignored-headers)
10263 (rmail-highlighted-headers, rmail-secondary-file-directory)
10264 (rmail-secondary-file-regexp):
10265 * files.el (null-device, file-name-invalid-regexp)
10266 (locate-dominating-stop-dir-regexp)
10267 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
10268 (interpreter-mode-alist): Use mapcar instead of mapc.
10269
10270 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
10271
10272 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
10273 (completion-ignored-extensions):
10274 (debug-ignored-errors): Purecopy strings.
10275
10276 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
10277
10278 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
10279 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
10280 (pcomplete--here): Use push.
10281
10282 * subr.el (all-completions): Declare the 4th arg obsolete.
10283
10284 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10285
10286 * pcomplete.el (pcomplete-unquote-argument-function): New var.
10287 (pcomplete-unquote-argument): New function.
10288 (pcomplete--common-suffix): Always pay attention to case.
10289 (pcomplete--table-subvert): Quote and unquote the text.
10290 (pcomplete--common-quoted-suffix): New function.
10291 (pcomplete-std-complete): Use it and pcomplete-begin.
10292
10293 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
10294 we're inside a dedicated or minibuffer window.
10295
10296 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10297
10298 * cedet/semantic/fw.el (semantic-alias-obsolete)
10299 (semantic-varalias-obsolete): Make the `when' arg mandatory.
10300 (define-mode-overload-implementation):
10301 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
10302 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
10303 * cedet/semantic/util.el (semantic-file-token-stream)
10304 (semantic-something-to-stream):
10305 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
10306 (semantic-expand-nonterminal):
10307 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
10308 (semantic-find-dependency, semantic-find-nonterminal)
10309 (semantic-find-dependency):
10310 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
10311 (semantic-flex-text, semantic-flex-make-keyword-table)
10312 (semantic-flex-keyword-p, semantic-flex-keyword-put)
10313 (semantic-flex-keyword-get, semantic-flex-map-keywords)
10314 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
10315 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
10316 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
10317 (semantic-after-idle-scheduler-reparse-hooks):
10318 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
10319 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
10320 * cedet/semantic.el (semantic-toplevel-bovine-table)
10321 (semantic-toplevel-bovine-cache)
10322 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
10323 (semantic-init-mode-hooks, semantic-init-db-hooks)
10324 (semantic-bovination-working-type): Provide the `when' arg.
10325
10326 2009-10-24 Karl Fogel <kfogel@red-bean.com>
10327
10328 * bookmark.el: Update documentation, especially documentation
10329 of `bookmark-alist' and of the bookmark file format.
10330 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
10331
10332 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
10333
10334 * mail/emacsbug.el (report-emacs-bug): Clarify that the
10335 keybindings apply to the mail buffer (Bug#4003). Shrink help
10336 window to buffer.
10337
10338 * whitespace.el (whitespace-mode, whitespace-newline-mode)
10339 (global-whitespace-mode, global-whitespace-newline-mode)
10340 (whitespace-toggle-options, global-whitespace-toggle-options):
10341 Doc fix (Bug#3660).
10342
10343 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
10344 of xmltok-start before the end tag was inserted (Bug#2840).
10345
10346 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
10347 patterns that are preceded by an open-paren (Bug#1320).
10348
10349 2009-10-24 Sven Joachim <svenjoac@gmx.de>
10350
10351 * files.el (delete-directory): Delete symlinks to directories with
10352 delete-file (Bug#4739).
10353
10354 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
10355
10356 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
10357 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
10358 argument to make-obsolete.
10359
10360 * cedet/semantic/fw.el (semantic-alias-obsolete)
10361 (semantic-varalias-obsolete): Add optional WHEN argument.
10362
10363 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
10364
10365 * vc.el (vc-backend-for-registration): Rename from
10366 vc-get-backend-for-registration. Update callers.
10367
10368 * international/mule-cmds.el (set-language-info-alist):
10369 Purecopy lang-env.
10370 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
10371 (charset): Purecopy the name.
10372 (define-char-code-property): Purecopy string arguments.
10373
10374 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10375 Purecopy string arguments.
10376
10377 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10378 * ediff-hook.el (menu-bar-ediff-menu):
10379 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
10380 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
10381
10382 2009-10-24 Glenn Morris <rgm@gnu.org>
10383
10384 * comint.el (comint-dynamic-list-completions):
10385 * term.el (term-dynamic-list-completions): Use choose-completion rather
10386 than obsolete alias mouse-choose-completion.
10387
10388 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
10389 file-cache-choose-completion.
10390 (file-cache-choose-completion): Handle an optional event argument.
10391 (file-cache-mouse-choose-completion): Make it an obsolete alias.
10392
10393 * progmodes/octave-mod.el (octave-complete-symbol):
10394 Use choose-completion if mouse-choose-completion is ever removed.
10395
10396 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
10397 use.
10398
10399 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
10400 compiler.
10401
10402 * vc-hooks.el (vc-responsible-backend): Fix declaration.
10403
10404 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
10405
10406 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
10407 Ignore `pred' now that we receive one.
10408 Handle test-completion specially.
10409
10410 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
10411
10412 * vc.el (vc-responsible-backend): Throw an error if not backend is
10413 found. Remove the REGISTER argument. Move the code dealing with
10414 REGISTER ...
10415 (vc-get-backend-for-registration): ... here. New function.
10416 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
10417 of vc-responsible-backend, pass the file name instead of the
10418 directory name.
10419
10420 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
10421
10422 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
10423 New funs.
10424 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
10425 (pcomplete-comint-setup): Don't modify a global var via
10426 accidental side-effects.
10427 (pcomplete-shell-setup): Adjust call accordingly.
10428 (pcomplete-parse-comint-arguments): Use push.
10429
10430 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
10431
10432 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
10433 Allow uncapitalized info node names (Bug#3921).
10434
10435 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
10436 to the DEBUG file (Bug#3781).
10437
10438 2009-10-23 Jari Aalto <jari.aalto@cante.net>
10439
10440 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
10441 dictionary entry (Bug#4579).
10442
10443 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
10444
10445 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
10446 from `rfn-eshadow-update-overlay-hook' when unloading.
10447 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
10448 "rsyncc". Adjust doc string.
10449 (tramp-temp-buffer-file-name): New buffer-local defvar.
10450 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10451 Keep temporary file when indicated by method ("rsync" and
10452 "rsyncc").
10453 (tramp-handle-write-region): Handle APPEND.
10454 (tramp-delete-temp-file-function): New defun. Added to
10455 `kill-buffer-hook'.
10456
10457 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
10458
10459 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
10460
10461 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
10462
10463 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
10464 (color-name-rgb-alist, tty-standard-colors)
10465 (tty-color-mode-alist): Change to defconst.
10466
10467 * simple.el (mark-inactive): Purecopy message.
10468
10469 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
10470 (global-map, yank-menu):
10471 * textmodes/ispell.el (ispell-menu-map):
10472 * net/eudc.el (eudc-tools-menu):
10473 * international/mule-cmds.el (describe-language-environment-map)
10474 (setup-language-environment-map, set-coding-system-map)
10475 (mule-menu-keymap):
10476 * vc-hooks.el (vc-menu-entry, vc-menu-map):
10477 * replace.el (occur-mode-map):
10478 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
10479
10480 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
10481
10482 * calc/calc.el (math-read-number, math-read-number-simple): Use
10483 `save-match-data'.
10484
10485 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
10486
10487 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
10488 rather than fiddling with global-map bindings, since it should only
10489 affect per-terminal settings.
10490 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
10491
10492 * minibuffer.el (completion-table-with-terminator): Allow to specify
10493 the terminator-regexp.
10494
10495 * simple.el (switch-to-completions): Look for *Completions* in other
10496 frames as well.
10497
10498 * pcomplete.el: Allow the use of completion-tables.
10499 (pcomplete-std-complete): New command.
10500 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
10501 (pcomplete--here): Use a function for `form' rather than an expression,
10502 so it can be byte-compiled.
10503 (pcomplete-here, pcomplete-here*): Adjust accordingly.
10504 Add edebug declaration.
10505 (pcomplete-show-completions): Remove unused var `curbuf'.
10506 (pcomplete-do-complete, pcomplete-stub):
10507 Don't assume `completions' is a list of strings any more.
10508
10509 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
10510
10511 * find-dired.el (find-name-arg): Fix typo in docstring.
10512
10513 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
10514
10515 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
10516 (pcmpl-linux-fs-types): Same, and update to new modules layout.
10517
10518 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
10519 pcomplete-entries.
10520
10521 * comint.el (comint-read-input-ring, comint-write-input-ring)
10522 (comint-substitute-in-file-name)
10523 (comint-dynamic-complete-as-filename)
10524 (comint-dynamic-simple-complete)
10525 (comint-dynamic-list-filename-completions)
10526 (comint-dynamic-list-completions)
10527 (comint-redirect-results-list-from-process): Minor simplifications.
10528
10529 2009-10-21 Kevin Ryde <user42@zip.com.au>
10530
10531 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
10532 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
10533 the first form. And insert a blank line after ";;; Code" since
10534 that's usual style. (Bug#4612)
10535
10536 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
10537
10538 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10539
10540 * minibuffer.el (completion-table-with-terminator): Properly implement
10541 boundaries, in case `terminator' appears in the suffix.
10542 (completion--embedded-envvar-table): Don't return boundaries if
10543 there's no valid completion. Simplify.
10544 (completion-file-name-table): New completion table extracted from
10545 completion--file-name-table.
10546 (completion--file-name-table): Use it.
10547 (read-file-name-predicate): Declare obsolete.
10548 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
10549 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
10550 completion-file-name-table, and use the `pred' argument.
10551 * files.el (locate-file-completion-table): Use the `pred' arg rather
10552 than read-file-name-predicate.
10553 (abbreviate-file-name): Use \` rather than ^ for BOS.
10554
10555 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
10556
10557 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
10558 vc-responsible-backend to register, it causes problems.
10559
10560 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10561
10562 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
10563
10564 2009-10-21 Eric Ludlam <zappo@gnu.org>
10565
10566 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
10567 (semantic-c-debug-mode-init-pch): New functions.
10568 (semantic-c-debug-mode-init-last-mode): New var.
10569 (semantic-c-parse-lexical-token): Use them.
10570
10571 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
10572 When extracting the argument list, limit only by point-max.
10573
10574 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
10575
10576 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
10577 (tramp-smb-handle-file-attributes): Use it.
10578 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
10579 (tramp-smb-handle-insert-directory): Use `mapc' rather than
10580 `mapcar'. Use `tramp-smb-get-stat-capability'.
10581 Add `dired-filename' text properties.
10582 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
10583 (tramp-smb-maybe-open-connection): Simplify check for smbclient
10584 version.
10585
10586 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
10587
10588 * subr.el (read-key-delay): Reduce to 0.01.
10589 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
10590 (bug#4751).
10591
10592 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
10593
10594 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
10595
10596 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
10597 (Info-menu): Remove unused vars `last' and `completions'.
10598 (Info-index-nodes): Remove unused var `node'.
10599
10600 * info.el (Info-complete-menu-item): Use complete-with-action.
10601
10602 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
10603
10604 Make vc-annotate work through copies and renames.
10605 * vc-annotate.el (vc-annotate-extract-revision-at-line):
10606 Return the file name too.
10607 (vc-annotate-revision-at-line)
10608 (vc-annotate-find-revision-at-line)
10609 (vc-annotate-revision-previous-to-line)
10610 (vc-annotate-show-log-revision-at-line): Update to get the file
10611 name from vc-annotate-extract-revision-at-line.
10612 (vc-annotate-show-diff-revision-at-line-internal): Change the
10613 argument to mean whether to show a file diff or not. Get the file
10614 name from vc-annotate-extract-revision-at-line.
10615 (vc-annotate-show-diff-revision-at-line):
10616 Update vc-annotate-show-diff-revision-at-line call.
10617 (vc-annotate-warp-revision): Add an optional file argument.
10618
10619 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
10620 (vc-git-annotate-extract-revision-at-line): Also return the file
10621 name if found.
10622
10623 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
10624 command. Remove unused code.
10625 (vc-hg-annotate-re): Update to match --follow output.
10626 (vc-hg-annotate-extract-revision-at-line): Also return the file
10627 name if found.
10628
10629 * vc.el: Update annotate-extract-revision-at-line documentation.
10630
10631 2009-10-18 Kevin Ryde <user42@zip.com.au>
10632
10633 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
10634 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
10635
10636 * net/browse-url.el (browse-url): Identify alist with "consp and
10637 not functionp" and let all other things go down the `apply' leg,
10638 as suggested by Stefan. (Further to bug#4531.)
10639
10640 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
10641
10642 * minibuffer.el (read-file-name): Check for repeat before putting
10643 a default argument in file-name-history (Bug#4657).
10644
10645 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
10646 read syntax (Bug#4737).
10647
10648 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
10649
10650 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10651
10652 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
10653 (html-tag-alist, html-tag-help): Add descriptions for undocumented
10654 entries and make note of obsolete tags.
10655
10656 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
10657
10658 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
10659
10660 2009-10-18 Glenn Morris <rgm@gnu.org>
10661
10662 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
10663 grep, so that binary files (eg international/uni-bidi.el) can match.
10664 Remove test for "UnicodeData" files, since it is hopefully unnecessary
10665 now, and in any case the file header format has changed.
10666
10667 2009-10-17 Glenn Morris <rgm@gnu.org>
10668
10669 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
10670 (flyspell-get-word, flyspell-large-region)
10671 (flyspell-auto-correct-previous-word): Doc/error message fixes.
10672
10673 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
10674
10675 * Makefile.in (ELCFILES): Add ede/shell.
10676
10677 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
10678
10679 * term/common-win.el (x-colors): Purecopy it.
10680
10681 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10682
10683 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
10684 permissive for when the buffer is empty.
10685 (tar-header-block-tokenize): Decode the username and groupname.
10686 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
10687
10688 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
10689
10690 * cedet/srecode/srt.el:
10691 * cedet/srecode/compile.el:
10692 * cedet/semantic/mru-bookmark.el:
10693 * cedet/semantic/debug.el:
10694 * cedet/semantic/complete.el:
10695 * cedet/semantic/analyze.el: Require CL when compiling.
10696
10697 2009-10-17 Eric Ludlam <zappo@gnu.org>
10698
10699 * cedet/semantic/scope.el
10700 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
10701 tmpscope so that the regular scope will continue to work.
10702
10703 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
10704 Use semantic-idle-summary-highlight-face as the highlighting.
10705
10706 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
10707 contains multibyte characters, choose first applicable coding
10708 system automatically.
10709
10710 * cedet/ede/project-am.el (project-run-target): New method.
10711 (project-run-target): New method.
10712
10713 * cedet/ede.el (ede-target): Add run target menu item.
10714 (ede-project, ede-minor-keymap): Add ede-run-target binding.
10715 (ede-run-target): New function.
10716 (ede-target::project-run-target): New method.
10717
10718 * cedet/ede/proj.el (project-run-target): New method.
10719
10720 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
10721 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
10722 Add :rules.
10723 (ede-proj-target-makefile-shared-object): Only libtool compilers
10724 now available. Add linkers for libtool.
10725 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
10726 (ede-proj-makefile-target-name): Always use .la extension.
10727
10728 * cedet/ede/proj-prog.el (project-run-target): New method.
10729
10730 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
10731 (ede-g++-linker): Change Change link lines.
10732
10733 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
10734 When searching for old variables, go to the end of the buffer and
10735 search backward from there.
10736 (ede-proj-makefile-automake-insert-subdirs)
10737 (ede-proj-makefile-automake-insert-extradist): New methods.
10738 (ede-proj-makefile-create): Use them.
10739
10740 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
10741 Force FILE to expand to the current target. Use file-exists-p to
10742 check that it exists.
10743
10744 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
10745 (ede-linux-load): Wrap dir in file-name-as-directory.
10746 Set :version slot.
10747
10748 * cedet/ede/files.el (ede-get-locator-object): When enabling
10749 locate, do so on "top".
10750
10751 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
10752 file-name-as-directory during compare.
10753 (ede-emacs-version): Return Emacs/XEmacs differentiator.
10754 Get version number from different places. Don't call egrep.
10755 (ede-emacs-load): Set :version slot. Call file-name-as-directory
10756 to set the directory.
10757
10758 * cedet/ede/shell.el: New file.
10759
10760 * cedet/inversion.el (inversion-decoders): Allow for stray . in
10761 alpha/beta variants.
10762
10763 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10764
10765 * international/mule-cmds.el (select-safe-coding-system): If the file
10766 has a coding cookie, use it regardless of any other setting (bug#4712).
10767
10768 2009-10-17 Glenn Morris <rgm@gnu.org>
10769
10770 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
10771 All errors should have messages.
10772
10773 * foldout.el (foldout-mouse-swallow-events):
10774 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
10775
10776 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
10777 (dired-keep-marker-copy, dired-keep-marker-hardlink)
10778 (dired-keep-marker-symlink, dired-dwim-target)
10779 (dired-copy-preserve-time): Do not autoload these defcustoms.
10780
10781 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
10782 messages from messing up the file coding. (Bug#4623)
10783
10784 2009-10-17 Jari Aalto <jari.aalto@cante.net>
10785
10786 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
10787 if no match is found for the current dictionary. (Bug#4578)
10788
10789 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
10790 optional, since that is how it is documented, and this is often called
10791 with a nil argument. (Bug#4577)
10792 (flyspell-external-point-words, flyspell-auto-correct-word)
10793 (flyspell-correct-word-before-point, flyspell-word-search-forward)
10794 (flyspell-word-search-backward): Remove nil argument in calls to
10795 flyspell-get-word, since it is not needed now.
10796
10797 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
10798
10799 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
10800
10801 2009-10-16 Glenn Morris <rgm@gnu.org>
10802
10803 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
10804
10805 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
10806
10807 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
10808 (ange-ftp-file-size): New function.
10809 (ange-ftp-file-attributes): Use it.
10810
10811 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
10812
10813 * net/tramp-smb.el (tramp-smb-version): New defvar.
10814 (tramp-smb-maybe-open-connection): Use it, in order to avoid
10815 repeated checks.
10816
10817 2009-10-16 Glenn Morris <rgm@gnu.org>
10818
10819 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
10820 Maybe copy some custom properties from old to new name. (Bug#4706)
10821
10822 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
10823
10824 * subr.el (error, sit-for, start-process-shell-command)
10825 (start-file-process-shell-command): Set the calling convention
10826 after the function definition.
10827
10828 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10829
10830 * subr.el (error, sit-for, start-process-shell-command)
10831 (start-file-process-shell-command): Use the new
10832 set-advertised-calling-convention feature.
10833
10834 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
10835
10836 * international/ucs-normalize.el (ucs-normalize-version):
10837 Change to 1.2.
10838 (check-range): Adjust for Unicode 5.2.
10839
10840 2009-10-15 Juri Linkov <juri@jurta.org>
10841
10842 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
10843 to the `menu-item' format.
10844
10845 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
10846
10847 * net/tramp.el (tramp-replace-environment-variables): Do not fail
10848 if the environment variable does not exist.
10849
10850 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10851 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
10852 parameter.
10853 (tramp-smb-handle-add-name-to-file)
10854 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
10855 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
10856 (tramp-smb-handle-file-attributes)
10857 (tramp-smb-do-file-attributes-with-stat)
10858 (tramp-smb-handle-file-local-copy)
10859 (tramp-smb-handle-insert-directory)
10860 (tramp-smb-handle-make-directory)
10861 (tramp-smb-handle-make-directory-internal)
10862 (tramp-smb-handle-make-symbolic-link)
10863 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
10864 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
10865 (tramp-smb-maybe-open-connection): Apply the changed parameters.
10866 (tramp-smb-read-file-entry): Read Disk names in compressed format.
10867 Handle long file names.
10868 (tramp-smb-get-cifs-capabilities): Check, whether the connection
10869 process is running.
10870 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
10871 Read share names with "-g" option.
10872
10873 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
10874
10875 * net/rcirc.el (rcirc-view-log-file): New command.
10876 (rcirc-track-minor-mode-map): Remove C-c ` binding.
10877 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
10878 specified.
10879
10880 2009-10-15 Glenn Morris <rgm@gnu.org>
10881
10882 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
10883 from the second command-line argument.
10884 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
10885 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
10886 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
10887 w32-batch-update-autoloads.
10888 * emacs-lisp/autoload.el (autoload-make-program): New variable.
10889 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
10890
10891 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
10892 the headers cannot be located. Simplify, subtracting superflous
10893 save-excursions.
10894
10895 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
10896
10897 Replace completion-base-size by completion-base-position to fix bugs
10898 such as (bug#4699).
10899 * simple.el (completion-base-position): New var.
10900 (completion-base-size): Mark as obsolete.
10901 (choose-completion): Make it work for mouse events as well.
10902 Pass the new base-position to choose-completion-string.
10903 (choose-completion-guess-base-position): New function, extracted from
10904 choose-completion-delete-max-match.
10905 (choose-completion-delete-max-match): Use it. Make obsolete.
10906 (choose-completion-string): Use the new base-position info.
10907 (completion-root-regexp): Delete.
10908 (completion-setup-function): Preserve completion-base-position.
10909 Eliminate obsolete base-size manipulation.
10910 * minibuffer.el (display-completion-list): Don't mess with base-size.
10911 (minibuffer-completion-help): Set completion-base-position instead.
10912 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
10913 choose-completion.
10914 * textmodes/bibtex.el (bibtex-complete):
10915 * emacs-lisp/crm.el (crm--choose-completion-string):
10916 Adjust to new calling convention.
10917 * complete.el (partial-completion-mode): Use minibufferp to avoid
10918 bumping into incompatible change to choose-completion-string-functions.
10919 * ido.el (ido-choose-completion-string): Make its calling convention
10920 more permissive.
10921 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
10922 base-size manipulation.
10923 (comint-dynamic-list-input-ring): Use dotimes and push.
10924 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
10925 fundamental-mode. Use `or'.
10926
10927 2009-10-14 Juri Linkov <juri@jurta.org>
10928
10929 * misearch.el (multi-isearch-next-buffer-from-list)
10930 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
10931
10932 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
10933
10934 * Makefile.in (compile-onefile): Load `bytecomp' rather than
10935 `bytecomp.el'.
10936
10937 * minibuffer.el (completion-pcm--merge-completions): Make sure the
10938 string we return is all made up of text from the completions rather
10939 than part from the completions and part from the input (bug#4219).
10940
10941 * ido.el (ido-everywhere): Use define-minor-mode.
10942
10943 * buff-menu.el (list-buffers, ctl-x-map):
10944 Mark the entry points with ;;;###autoload cookies.
10945
10946 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
10947
10948 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
10949 correctly in the detached head case.
10950 (vc-git-print-log): Remove unused binding.
10951
10952 * vc.el (vc-responsible-backend): When a directory is passed for
10953 for registration create a VC repository if no backend is
10954 responsible for the directory argument.
10955 (vc-deduce-fileset): Tell vc-responsible-backend to register.
10956
10957 * vc.el: Move comments about RCS and SCCS ...
10958 * vc-rcs.el:
10959 * vc-sccs.el: ... here, respectively.
10960
10961 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
10962
10963 * minibuffer.el (completion--file-name-table): Return nil if there's
10964 no file completion, even if substitute-in-file-name changed
10965 the string (bug#4708).
10966
10967 2009-10-13 Juri Linkov <juri@jurta.org>
10968
10969 * files-x.el (read-file-local-variable-value): Don't filter out
10970 minor modes from mode name completion (bug#4664).
10971
10972 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
10973
10974 * international/mule-cmds.el (ucs-names): Remove exclusion of
10975 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
10976
10977 2009-10-13 Kenichi Handa <handa@m17n.org>
10978
10979 * international/uni-name.el: Regenerated.
10980
10981 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
10982
10983 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
10984 should be automatically buffer-local, but isn't.)
10985
10986 2009-10-12 Sam Steingold <sds@gnu.org>
10987
10988 * progmodes/compile.el (compilation-next-error-function): Fix the
10989 timestamps if the buffer has been visited before.
10990 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
10991 non-anchored patterns, like the perl one (bug#3928).
10992
10993 2009-10-12 Glenn Morris <rgm@gnu.org>
10994
10995 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
10996 Let-bind `size'.
10997
10998 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
10999
11000 * proced.el (proced-unload-function): New function.
11001
11002 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
11003 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
11004 Doc fix.
11005
11006 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
11007
11008 2009-10-11 Juri Linkov <juri@jurta.org>
11009
11010 * files-x.el (read-file-local-variable-value):
11011 Provide default value only for bound variables (bug#4664).
11012
11013 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
11014
11015 * net/tramp.el (tramp-local-host-p): Function shall return nil for
11016 connection methods like smb.
11017
11018 * net/tramp-cache.el (tramp-flush-connection-property): The hash
11019 can be empty.
11020
11021 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11022 (tramp-smb-file-name-handler-alist): Add handlers for
11023 `add-name-to-file', `make-symbolic-link'.
11024 (tramp-smb-handle-add-name-to-file)
11025 (tramp-smb-do-file-attributes-with-stat)
11026 (tramp-smb-handle-make-symbolic-link)
11027 (tramp-smb-get-cifs-capabilities): New defuns.
11028 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11029 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11030 (tramp-smb-handle-file-local-copy)
11031 (tramp-smb-handle-make-directory-internal)
11032 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11033 The file name syntax depends on cifs capabilities.
11034 (tramp-smb-handle-file-attributes):
11035 Call `tramp-smb-do-file-attributes-with-stat' if possible.
11036 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
11037 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
11038
11039 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
11040
11041 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
11042 (eieio-defclass): Apply deftype handler and setf-method properties
11043 directly.
11044 (eieio-add-new-slot): Avoid union function from cl library.
11045 (eieio--typep): New function.
11046 (eieio-perform-slot-validation): Use it.
11047
11048 2009-10-10 Karl Fogel <kfogel@red-bean.com>
11049
11050 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
11051 Update documentation to refer to the variables documented in r1.135.
11052 (Bug#4188)
11053
11054 2009-10-10 Karl Fogel <kfogel@red-bean.com>
11055
11056 * bookmark.el (Info-suffix-list): Remove this unused variable.
11057 (bookmark-current-point): Remove this obsolete variable.
11058 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
11059 Adjust for removal of bookmark-current-point.
11060
11061 (bookmarks-already-loaded, bookmark-current-buffer)
11062 (bookmark-yank-point): Document. (Bug#4188)
11063
11064 2009-10-10 Glenn Morris <rgm@gnu.org>
11065
11066 * frame.el (frame-height): Doc fix.
11067
11068 * calendar/calendar.el (calendar-split-width-threshold): New option.
11069 (calendar-basic-setup): Use calendar-split-width-threshold.
11070
11071 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
11072
11073 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
11074 Use .la for Automake.
11075
11076 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
11077
11078 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
11079 Use "autoreconf -i". Suggested by Andreas Schwab.
11080
11081 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
11082
11083 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
11084 Ideographic Supplement" range (U+1F200..U+1F2FF).
11085
11086 2009-10-09 Karl Fogel <kfogel@red-bean.com>
11087
11088 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
11089 since the list will have been rebuilt anyway. (Bug#4349)
11090
11091 2009-10-09 Karl Fogel <kfogel@red-bean.com>
11092
11093 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
11094 (bookmark-bmenu-execute-deletions): Don't save here, as
11095 bookmark-delete will now do so if necessary.
11096 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
11097 (Bug#4348)
11098
11099 2009-10-09 Glenn Morris <rgm@gnu.org>
11100
11101 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
11102
11103 2009-10-09 Karl Fogel <kfogel@red-bean.com>
11104
11105 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
11106 (bookmark-jump-other-window): Just invoke bookmark-jump with new
11107 argument now, so the two function's behaviors will match. (Bug#3645)
11108
11109 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
11110
11111 * cedet/ede/proj.el (project-make-dist, project-compile-project):
11112 Fix filename test.
11113 (ede-proj-dist-makefile): Use expand-file-name instead of concat
11114 to expand file names.
11115
11116 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
11117
11118 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
11119 (tramp-file-name-real-host, tramp-file-name-port):
11120 Apply `save-match-data'.
11121
11122 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
11123 case both directories are remote.
11124 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
11125 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
11126
11127 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
11128
11129 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
11130 (ede-proj-target-makefile-objectcode): Use it.
11131
11132 * cedet/ede/source.el (ede-want-any-source-files-p)
11133 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
11134 Return search result. This error was introduced while merging.
11135
11136 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
11137
11138 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
11139
11140 2009-10-07 Glenn Morris <rgm@gnu.org>
11141
11142 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
11143 of concat.
11144
11145 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
11146
11147 * files-x.el (read-file-local-variable): Include some
11148 non-user-variables in the completion table (bug#4664).
11149
11150 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
11151
11152 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
11153 message.
11154
11155 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11156 (tramp-smb-file-name-handler-alist): Add handler for
11157 `copy-directory', `expand-file-name', `set-file-modes'.
11158 (tramp-smb-handle-copy-directory)
11159 (tramp-smb-handle-expand-file-name)
11160 (tramp-smb-handle-set-file-modes): New defuns.
11161 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
11162 (tramp-smb-handle-file-attributes): Simplify check for retrieving
11163 entry.
11164 (tramp-smb-handle-insert-directory): Don't flush the cache.
11165 (tramp-smb-maybe-open-connection): Check for samba client and
11166 server versions.
11167
11168 2009-10-07 Eli Zaretskii <eliz@gnu.org>
11169
11170 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
11171 to not error out of search for "^lisp=" fails.
11172
11173 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
11174
11175 * makefile.w32-in (WINS_UPDATES): New macro.
11176 (custom-deps, finder-data, autoloads): Use it.
11177
11178 2009-10-07 Glenn Morris <rgm@gnu.org>
11179
11180 * Makefile.in (autoloads): Revert previous change.
11181 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
11182 the list of preloaded files passed on the command-line, get
11183 it from src/Makefile.
11184
11185 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
11186 show the original buffer rather than a random one.
11187
11188 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
11189
11190 * help.el (describe-no-warranty): Place point in a slightly better
11191 position in the GPLv3 text.
11192
11193 2009-10-06 Sam Steingold <sds@gnu.org>
11194
11195 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
11196 the comm attribute is present before calling regexp-quote.
11197
11198 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
11199
11200 * play/animate.el (animate-string): For good effect, make sure
11201 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
11202
11203 * play/animate.el (animate-sequence, animate-birthday-present):
11204 * misc.el (butterfly): Don't set `indent-tabs-mode'.
11205
11206 2009-10-06 Glenn Morris <rgm@gnu.org>
11207
11208 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
11209
11210 * emacs-lisp/autoload.el (autoload-excludes): New variable.
11211 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
11212 (batch-update-autoloads): Process a string value of autoload-excludes,
11213 set during the build process.
11214 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
11215
11216 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
11217 inside with-parsed... macro so that `v' is defined.
11218
11219 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
11220 * progmodes/fortran.el (fortran-end-of-block)
11221 (fortran-beginning-of-block):
11222 Also push mark in the macro case.
11223
11224 * emerge.el (emerge-show-file-name):
11225 * calc/calc.el (calc-quit):
11226 * calc/calc-misc.el (calc-big-or-small):
11227 * calc/calc-graph.el (calc-graph-view):
11228 * calc/calc-ext.el (calc-reset):
11229 * calendar/calendar.el (calendar-basic-setup):
11230 Use window-full-height-p.
11231
11232 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
11233 header we don't understand, don't insert another. (Bug#4624)
11234 If changing mime charset, insert the new one in the right place.
11235
11236 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
11237
11238 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
11239 (cal-tex-cursor-month): Correctly increment the end date for diary and
11240 holiday listing. (Bug#4626)
11241
11242 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11243
11244 * help-fns.el (describe-function-1): Don't burp if the function is not
11245 a symbol.
11246
11247 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
11248
11249 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
11250 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
11251 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
11252 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
11253
11254 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
11255 (eieio-default-superclass): Reflow docstrings.
11256 (this, class-option-assoc, defclass, eieio-class-un-autoload)
11257 (eieio-unbind-method-implementations, defmethod)
11258 (eieio-validate-slot-value, eieio-validate-class-slot-value)
11259 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
11260 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
11261 (eieio-slot-originating-class-p, eieio-slot-name-index)
11262 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
11263 (constructor, initialize-instance, no-next-method, object-print)
11264 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
11265 Fix typos in docstrings.
11266 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
11267 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
11268 (next-method-p): Doc fixes.
11269 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
11270 Fix typos in error messages.
11271 (eieio-defmethod): Fix typo in description of generic method.
11272
11273 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
11274 (eieio-persistent-save-interactive, slot-missing):
11275 Fix typos in docstrings.
11276 (eieio-instance-inheritor-slot-boundp): Doc fix.
11277
11278 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
11279 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
11280
11281 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
11282 (eieio-custom-object-apply-reset):
11283 Fix typos in docstrings and error messages.
11284
11285 * emacs-lisp/eieio-datadebug.el (data-debug-show):
11286 Fix typo in docstring.
11287
11288 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
11289 (eieio-browse-tree): Doc fix.
11290 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
11291 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
11292 Fix typos in docstrings.
11293
11294 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
11295 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
11296 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
11297 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
11298 Reflow docstrings.
11299
11300 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
11301
11302 * vc-hg.el (log-view-vc-backend): Declare for compiler.
11303 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
11304 Set log-view-vc-backend so that diff can work.
11305
11306 * log-view.el (log-view-diff): Use vc-diff-internal instead of
11307 vc-version-diff.
11308 (vc-diff-internal): Autoload this instead of vc-version-diff.
11309
11310 2009-10-05 Eli Zaretskii <eliz@gnu.org>
11311
11312 * simple.el (eval-expression): Doc fix.
11313
11314 * progmodes/cwarn.el (cwarn-mode): Doc fix.
11315
11316 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
11317
11318 * files.el (directory-files-no-dot-files-regexp): New defconst.
11319 (delete-directory): Use it.
11320 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
11321
11322 * net/tramp.el (tramp-verbose): Fix docstring.
11323 (tramp-methods): Add recursive option to `tramp-copy-args'.
11324 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
11325 "scp1_old", "scp2_old", "rsync", "rsyncc".
11326 (tramp-default-method): Check also for `auth-source-user-or-password'.
11327 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
11328 Add handler for `copy-directory'.
11329 (tramp-handle-copy-directory): New defun.
11330 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
11331 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
11332 Optimize sent command.
11333
11334 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11335
11336 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
11337 window if necessary.
11338
11339 * calendar/calendar.el (calendar-basic-setup): Don't call
11340 switch-to-buffer in a dedicated window.
11341
11342 2009-10-05 Karl Fogel <kfogel@red-bean.com>
11343
11344 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
11345 don't do anything related to relocating, just return nil.
11346 (bookmark-error-no-filename): New error.
11347 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
11348 bookmark has no file. Don't even attempt to handle things that
11349 are not files; the whole point of custom handlers is to keep that
11350 knowledge elsewhere anyway. Tighten some comments.
11351 (bookmark-file-or-variation-thereof): Remove now-unused function.
11352 (bookmark-location): Doc string fix.
11353 (Bug#4250)
11354
11355 2009-10-04 Karl Fogel <kfogel@red-bean.com>
11356
11357 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
11358 don't use a file dialog, because they usually don't know how to read
11359 a directory target from the user. (Bug#4230)
11360 Also, make sure the prompt can display directories as well as files.
11361
11362 2009-10-04 Karl Fogel <kfogel@red-bean.com>
11363
11364 * bookmark.el (bookmark-set, bookmark-buffer-name):
11365 Improve doc strings. (Bug#1193)
11366
11367 2009-10-04 Karl Fogel <kfogel@red-bean.com>
11368
11369 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
11370 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
11371 (bookmark-get-annotation, bookmark-set-annotation)
11372 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
11373 (bookmark-set-position, bookmark-get-front-context-string)
11374 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
11375 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
11376 (bookmark-jump-other-window, bookmark-handle-bookmark)
11377 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
11378 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
11379 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
11380 Improve doc strings to say whether bookmark can be a string or
11381 a record or both, and make other consistency and clarity fixes.
11382 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
11383 (bookmark-default-annotation-text, bookmark-yank-word)
11384 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
11385 (bookmark-import-new-list, bookmark-maybe-rename)
11386 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
11387 (bookmark-bmenu-bookmark): Give these doc strings.
11388 (bookmark-bmenu-check-position): Give this a doc string, but also
11389 add a FIXME comment about how the function may be pointless.
11390 (bookmark-default-handler): Rework doc string and change a
11391 parameter name, to clarify that this takes a bookmark record
11392 not a bookmark name.
11393 (bookmark-set): Change a parameter name to indicate its meaning,
11394 and improve the doc string a bit.
11395 (Bug#4188)
11396
11397 2009-10-04 Karl Fogel <kfogel@red-bean.com>
11398
11399 * bookmark.el (bookmark-alist): Document the new `handler' element
11400 in the param alist.
11401 (bookmark-make-record-function): Adjust documentation for above.
11402 (Bug#4193)
11403
11404 2009-10-04 Karl Fogel <kfogel@red-bean.com>
11405
11406 * info.el (Info-bookmark-make-record): Document this function.
11407 (Info-bookmark-jump): Document with a doc string, not just a comment.
11408 (Bug#4203)
11409
11410 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
11411
11412 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
11413 (semantic-new-buffer-fcn): Call parser setup functions here.
11414 (semantic-mode): Don't call parser setup functions here, it's done
11415 in semantic-new-buffer-fcn now.
11416 (semantic-mode): Parse all existing buffers when enabled.
11417
11418 * cedet/srecode/compile.el (srecode-compile-file):
11419 Call semantic-new-buffer-fcn if the buffer has not been parsed.
11420
11421 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
11422
11423 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
11424
11425 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
11426 (proj-comp-insert-variable-once): New macro, renamed from
11427 ede-pmake-insert-variable-once in ede/pmake.edl.
11428 (ede-proj-makefile-insert-variables): Use it.
11429
11430 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
11431
11432 * files.el (copy-directory): New defun.
11433
11434 * dired-aux.el (dired-copy-file-recursive): Use it.
11435
11436 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
11437
11438 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
11439 (makefile-end-of-command):
11440 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
11441 (semantic-end-of-context): Fix previous change. Doc fixes.
11442
11443 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
11444
11445 * files-x.el (modify-dir-local-variable)
11446 (copy-dir-locals-to-file-locals-prop-line):
11447 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
11448 (makefile-end-of-command):
11449 * cedet/semantic/lex.el (semantic-lex-token):
11450 * cedet/semantic/analyze/fcn.el
11451 (semantic-analyze-dereference-metatype-1):
11452 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
11453 (semantic-lex-cpp-undef):
11454 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
11455 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
11456 (semantic-end-of-context): Fix typos in docstrings.
11457
11458 * recentf.el (recentf-unload-function): New function.
11459
11460 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
11461
11462 * cedet/ede.el (ede-project-placeholder-cache-file):
11463 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
11464 * cedet/srecode/map.el (srecode-map-save-file):
11465 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
11466
11467 2009-10-04 Glenn Morris <rgm@gnu.org>
11468
11469 * window.el (window-full-height-p): Add doc string.
11470
11471 2009-10-04 Martin Rudalics <rudalics@gmx.at>
11472
11473 * window.el (window-full-height-p): New function. (Bug#4543)
11474
11475 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
11476
11477 * cedet/srecode/insert.el: Require srecode/args.
11478
11479 * cedet/srecode/args.el: Require srecode/dictionary instead of
11480 srecode/insert.
11481
11482 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
11483
11484 * files.el (auto-mode-alist): Add .srt and Project.ede.
11485
11486 * cedet/semantic.el (semantic-mode):
11487 Handle srecode-template-mode-hook as well.
11488 (semantic-mode): Use js-mode-hook for Javascript hook.
11489
11490 * cedet/srecode/template.el: Remove hook variable.
11491
11492 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
11493
11494 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
11495 projects exist.
11496 (ede-project-placeholder-cache-file): Default to a file in
11497 user-emacs-directory.
11498
11499 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
11500 templates in data-directory.
11501 (srecode-map-save-file): Default to a file in user-emacs-directory.
11502
11503 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
11504 directory.
11505
11506 2009-09-30 Eric Ludlam <zappo@gnu.org>
11507
11508 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
11509 Doc fix.
11510
11511 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
11512 Only insert each variable once.
11513
11514 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
11515 (ede-pmake-insert-variable-shared): Use it.
11516
11517 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
11518 for lexical table iff table is nil.
11519
11520 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
11521
11522 * vc.el: Remove commented out code.
11523 (vc-derived-from-dir-mode): Remove, unused.
11524 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
11525
11526 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
11527
11528 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11529 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
11530 there could be recursive loading when `default-directory' is a
11531 remote file name. (Bug#4614)
11532
11533 2009-10-03 Glenn Morris <rgm@gnu.org>
11534
11535 * calendar/calendar.el (calendar-basic-setup): Handle the case where
11536 the frame is wide.
11537 (calendar-generate-window): Test for shrinkability rather than width.
11538
11539 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
11540 declaration, currently false.
11541
11542 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
11543 reusing existing buffers, in case we happen to visit two files with the
11544 same basename. (Bug#4593)
11545
11546 2009-10-02 Eli Zaretskii <eliz@gnu.org>
11547
11548 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
11549 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
11550 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
11551 subdirs of cedet as well.
11552 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
11553
11554 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11555
11556 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
11557 Obey advertised-signature-table.
11558
11559 * help-fns.el (help-function-arglist): Don't check
11560 advertised-signature-table.
11561 (describe-function-1): Do it here instead so it also applies to subrs.
11562
11563 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
11564
11565 * simple.el (start-file-process): Say in the doc-string, that file
11566 handlers might not support pty association, if PROGRAM is nil.
11567
11568 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
11569 HOST and USER are strings. They are nil, when there are
11570 incomplete entries in ~/.netrc, for example.
11571 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
11572 root directory ("device busy" error otherwise).
11573
11574 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
11575 Flush file properties of created directory.
11576
11577 2009-10-02 Eli Zaretskii <eliz@gnu.org>
11578
11579 * makefile.w32-in (WINS_BASIC): Remove cedet.
11580 (WINS_CEDET): Add cedet.
11581 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
11582
11583 2009-10-02 Kevin Ryde <user42@zip.com.au>
11584
11585 * net/browse-url.el (browse-url): Pass any symbol in
11586 browse-url-browser-function to `apply', since if you've mistakenly put
11587 an unbound symbol then the error is clearer. (Bug#4531)
11588
11589 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
11590
11591 * allout.el (allout-init, allout-back-to-current-heading)
11592 (allout-beginning-of-current-entry, allout-ascend-to-depth)
11593 (allout-ascend, allout-up-current-level, allout-end-of-level)
11594 (allout-previous-visible-heading, allout-forward-current-level)
11595 (allout-backward-current-level, allout-show-children):
11596 * apropos.el (apropos-describe-plist):
11597 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
11598 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
11599 * completion.el (add-completion, add-permanent-completion):
11600 * descr-text.el (describe-text-category, describe-char):
11601 * desktop.el (desktop-lazy-abort):
11602 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
11603 * dired.el (dired-build-subdir-alist):
11604 * ediff.el (ediff-version):
11605 * elide-head.el (elide-head, elide-head-show):
11606 * emerge.el (emerge-version):
11607 * env.el (getenv):
11608 * face-remap.el (variable-pitch-mode):
11609 * faces.el (describe-face):
11610 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
11611 (dired-at-point):
11612 * files.el (find-file-existing, auto-save-mode):
11613 * font-lock.el (font-lock-fontify-buffer):
11614 * help-fns.el (describe-function, describe-variable)
11615 (describe-syntax, describe-categories):
11616 * help.el (view-lossage, describe-bindings, describe-key)
11617 (describe-mode):
11618 * hexl.el (hexl-current-address):
11619 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
11620 * info.el (Info-goto-emacs-key-command-node):
11621 * log-edit.el (log-edit-insert-cvs-template)
11622 (log-edit-insert-cvs-rcstemplate):
11623 * menu-bar.el (menu-bar-mode):
11624 * mouse.el (mouse-appearance-menu):
11625 * newcomment.el (comment-indent-new-line):
11626 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
11627 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
11628 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
11629 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
11630 * recentf.el (recentf-mode):
11631 * savehist.el (savehist-mode, savehist-save):
11632 * shadowfile.el (shadow-copy-files):
11633 * simple.el (kill-ring-save, next-line, previous-line)
11634 (normal-erase-is-backspace-mode):
11635 * strokes.el (strokes-update-window-configuration)
11636 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
11637 (strokes-xpm-for-stroke):
11638 * time.el (emacs-uptime, emacs-init-time):
11639 * tutorial.el (tutorial--describe-nonstandard-key)
11640 (tutorial--detailed-help):
11641 * type-break.el (type-break-mode)
11642 (type-break-mode-line-message-mode, type-break-query-mode)
11643 (type-break-guesstimate-keystroke-threshold):
11644 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
11645 * version.el (emacs-version):
11646 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
11647 * winner.el (winner-mode):
11648 * calendar/timeclock.el (timeclock-in, timeclock-out)
11649 (timeclock-status-string, timeclock-change)
11650 (timeclock-workday-remaining-string)
11651 (timeclock-workday-elapsed-string)
11652 (timeclock-when-to-leave-string):
11653 * calendar/todo-mode.el (todo-add-category):
11654 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
11655 * emacs-lisp/autoload.el (update-file-autoloads):
11656 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
11657 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
11658 (checkdoc-message-text, checkdoc-defun):
11659 * emacs-lisp/debug.el (debugger-list-functions):
11660 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11661 * emacs-lisp/eieio-opt.el (eieio-describe-class)
11662 (eieio-describe-generic):
11663 * emacs-lisp/lisp-mnt.el (lm-synopsis):
11664 * emacs-lisp/shadow.el (list-load-path-shadows):
11665 * emulation/cua-base.el (cua-mode):
11666 * emulation/edt.el (edt-set-scroll-margins):
11667 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
11668 (tpu-toggle-regexp, tpu-toggle-search-direction)
11669 (tpu-toggle-rectangle, tpu-toggle-control-keys):
11670 * emulation/tpu-extras.el (tpu-set-scroll-margins):
11671 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
11672 (viper-set-parsing-style-toggling-macro)
11673 (viper-set-emacs-state-searchstyle-macros):
11674 * emulation/viper.el (viper-set-hooks):
11675 * eshell/esh-mode.el (eshell-truncate-buffer):
11676 * international/mule-cmds.el (prefer-coding-system)
11677 (describe-input-method, describe-language-environment):
11678 * international/mule-diag.el (list-character-sets)
11679 (describe-character-set, describe-coding-system)
11680 (describe-fontset, list-fontsets, list-input-methods):
11681 * mail/sendmail.el (mail-signature):
11682 * net/ange-ftp.el (ange-ftp-copy-file):
11683 * net/browse-url.el (browse-url):
11684 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
11685 * net/quickurl.el (quickurl-add-url):
11686 * net/rcirc.el (names, topic):
11687 * net/xesam.el (xesam-mode):
11688 * play/5x5.el (5x5-new-game):
11689 * play/yow.el (apropos-zippy):
11690 * progmodes/ada-mode.el (ada-mode-version):
11691 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
11692 (f90-end-of-block)
11693 (f90-beginning-of-block):
11694 * progmodes/fortran.el (fortran-end-of-block)
11695 (fortran-beginning-of-block):
11696 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
11697 * progmodes/python.el (python-describe-symbol, python-shell):
11698 * term/ns-win.el (ns-print-buffer):
11699 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
11700 * textmodes/flyspell.el (flyspell-mode-on):
11701 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
11702 (pages-directory-for-addresses):
11703 * textmodes/table.el (table-recognize-cell)
11704 (table-query-dimension, table-generate-source)
11705 (table-insert-sequence, table--warn-incompatibility):
11706 * textmodes/tex-mode.el (tex-validate-buffer):
11707 * textmodes/texinfmt.el (texinfmt-version)
11708 (texinfo-format-buffer):
11709 Use `called-interactively-p' instead of `interactive-p'.
11710
11711 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
11712
11713 * image-mode.el (image-toggle-display):
11714 * emacs-lisp/elp.el (elp-instrument-function):
11715 * emacs-lisp/advice.el (ad-make-advised-definition):
11716 * emacs-lisp/easy-mmode.el (define-minor-mode):
11717 * net/browse-url.el (browse-url-maybe-new-window):
11718 * progmodes/sh-script.el (sh-learn-buffer-indent):
11719 Pass new argument 'any to `called-interactively-p'.
11720
11721 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
11722
11723 * international/uni-bidi.el:
11724 * international/uni-category.el:
11725 * international/uni-combining.el:
11726 * international/uni-comment.el:
11727 * international/uni-decimal.el:
11728 * international/uni-decomposition.el:
11729 * international/uni-digit.el:
11730 * international/uni-lowercase.el:
11731 * international/uni-mirrored.el:
11732 * international/uni-name.el:
11733 * international/uni-numeric.el:
11734 * international/uni-old-name.el:
11735 * international/uni-titlecase.el:
11736 * international/uni-uppercase.el:
11737 Regenerate from Unicode 5.2.0 data.
11738
11739 2009-10-01 Glenn Morris <rgm@gnu.org>
11740
11741 * Makefile.in (ELCFILES): Regenerate.
11742
11743 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
11744
11745 * subr.el (interactive-p): Mark obsolete.
11746 (called-interactively-p): Make the optional-ness of `kind' obsolete.
11747 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
11748 advertised-signature-table for subroutines as well.
11749
11750 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
11751 (set-advertised-calling-convention): New function.
11752 (make-obsolete, define-obsolete-function-alias)
11753 (make-obsolete-variable, define-obsolete-variable-alias):
11754 Make the optional-ness of `when' obsolete.
11755 (define-obsolete-face-alias): Make `when' non-optional.
11756 * help-fns.el (help-function-arglist):
11757 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
11758 Use advertised-signature-table.
11759
11760 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
11761
11762 * files.el (delete-directory): New defun. The original function
11763 in fileio.c has been renamed to `delete-directory-internal'.
11764
11765 * dired.el (dired-delete-file): Call `delete-directory' with
11766 RECURSIVE parameter.
11767
11768 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
11769 parameter RECURSIVE. Implementation is missing.
11770
11771 * net/tramp.el (tramp-handle-make-directory): Flush upper
11772 directory's file properties.
11773 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
11774 (tramp-handle-dired-recursive-delete-directory): Flush directory
11775 properties after the remove command only.
11776
11777 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
11778 Handle optional parameter RECURSIVE.
11779
11780 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
11781 Handle optional parameter RECURSIVE.
11782
11783 * net/tramp-smb.el (tramp-smb-errors): Add error message for
11784 connection timeout.
11785 (tramp-smb-handle-delete-directory): Handle optional parameter
11786 RECURSIVE.
11787
11788 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
11789
11790 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
11791 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
11792 (byte-compile-defmacro): Use backquotes.
11793
11794 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
11795
11796 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
11797 has no associated file.
11798 (vc-resynch-buffer): Use vc-dir-buffers.
11799
11800 2009-10-01 Glenn Morris <rgm@gnu.org>
11801
11802 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
11803 (chart-file-count):
11804 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
11805 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
11806 * emacs-lisp/eieio-opt.el (eieio-describe-class):
11807 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
11808 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
11809 (eieio-copy-parents-into-subclass, make-instance, class-children)
11810 (eieio-generic-form):
11811 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
11812 * cedet/cedet-idutils.el (cedet-idutils-search)
11813 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
11814 (cedet-idutils-version-check):
11815 * cedet/cedet.el (cedet-version):
11816 * cedet/data-debug.el (data-debug-insert-overlay-button)
11817 (data-debug-insert-overlay-list-button)
11818 (data-debug-insert-buffer-button)
11819 (data-debug-insert-buffer-list-button)
11820 (data-debug-insert-process-button, data-debug-insert-ring-button)
11821 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
11822 (data-debug-insert-stuff-vector-button)
11823 (data-debug-insert-symbol-button, data-debug-insert-string)
11824 (data-debug-insert-number, data-debug-insert-lambda-expression)
11825 (data-debug-insert-nil, data-debug-insert-simple-thing)
11826 (data-debug-insert-custom, data-debug-edebug-expr):
11827 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
11828 (global-ede-mode-map, ede-new, ede-debug-target)
11829 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
11830 * cedet/semantic.el (semantic-minimum-working-buffer-size)
11831 (semantic-fetch-tags, semantic-submode-list)
11832 (semantic-default-submodes):
11833 * cedet/ede/source.el (ede-source-match):
11834 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
11835 (project-am-package-info):
11836 * cedet/ede/proj.el (ede-proj-target, project-new-target):
11837 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
11838 * cedet/ede/proj-comp.el (ede-current-build-list):
11839 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
11840 * cedet/ede/files.el (ede-toplevel-project-or-nil):
11841 * cedet/ede/cpp-root.el (initialize-instance):
11842 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
11843 (autoconf-parameter-strip, autoconf-insert-new-macro):
11844 * cedet/semantic/wisent.el (wisent-lex-eoi):
11845 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
11846 (semantic-show-parser-state-mode):
11847 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
11848 * cedet/semantic/tag.el (semantic-tag-new-variable)
11849 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
11850 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
11851 (semantic--tag-deep-copy-tag-list)
11852 (semantic-tag-components-with-overlays-default):
11853 * cedet/semantic/symref.el (semantic-symref-find-text):
11854 * cedet/semantic/senator.el (senator-yank-tag)
11855 (senator-transpose-tags-up):
11856 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
11857 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
11858 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
11859 * cedet/semantic/lex.el (semantic-lex-comment-regex)
11860 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
11861 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
11862 * cedet/semantic/lex-spp.el
11863 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
11864 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
11865 * cedet/semantic/idle.el
11866 (semantic-idle-summary-current-symbol-info-brutish)
11867 (semantic-idle-summary-current-symbol-info-default):
11868 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
11869 (semantic--grammar-macro-compl-dict):
11870 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
11871 * cedet/semantic/format.el (semantic-format-tag-custom-list)
11872 (semantic-format-tag-canonical-name-default):
11873 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
11874 (semantic-find-tags-for-completion)
11875 (semantic-find-tags-by-scope-protection-default)
11876 (semantic-deep-find-tags-for-completion):
11877 * cedet/semantic/edit.el
11878 (semantic-edits-incremental-reparse-failed-hook)
11879 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
11880 (semantic-edits-splice-remove, semantic-edits-splice-replace):
11881 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
11882 * cedet/semantic/dep.el (semantic-dependency-include-path):
11883 * cedet/semantic/db.el (semanticdb-default-find-index-class)
11884 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
11885 (semanticdb-project-roots):
11886 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
11887 (semanticdb-find-adebug-insert-scanned-tag-cons)
11888 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
11889 (semanticdb-brute-deep-find-tags-for-completion):
11890 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
11891 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
11892 (semantic-end-of-context-default)
11893 (semantic-ctxt-current-function-default)
11894 (semantic-ctxt-scoped-types-default):
11895 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
11896 (semantic-complete-inline-tag-engine)
11897 (semantic-complete-inline-custom-type)
11898 (semantic-complete-read-tag-analyzer):
11899 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
11900 (semantic-chart-database-size):
11901 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
11902 (semantic-analyze-current-context):
11903 * cedet/semantic/symref/list.el (semantic-symref)
11904 (semantic-symref-hide-buffer, semantic-symref-symbol):
11905 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
11906 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
11907 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
11908 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
11909 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
11910 (semantic-c-dereference-template):
11911 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
11912 (semantic--analyze-refs-full-lookup-with-parents)
11913 (semantic--analyze-refs-full-lookup-simple):
11914 * cedet/semantic/analyze/complete.el
11915 (semantic-analyze-possible-completions):
11916 * cedet/srecode/table.el (srecode-mode-table-new):
11917 * cedet/srecode/srt.el (srecode-read-variable-name):
11918 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
11919 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
11920 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
11921 * cedet/srecode/map.el (srecode-current-map):
11922 * cedet/srecode/insert.el (srecode-insert)
11923 (srecode-insert-variable-secondname-handler, srecode-insert-method)
11924 (srecode-template-inserter-point-override)
11925 (srecode-insert-include-lookup):
11926 * cedet/srecode/getset.el (srecode-auto-choose-class):
11927 * cedet/srecode/extract.el (srecode-inserter-extract):
11928 * cedet/srecode/document.el
11929 (srecode-document-autocomment-return-last-alist)
11930 (srecode-document-autocomment-param-type-alist)
11931 (srecode-document-insert-function-comment)
11932 (srecode-document-insert-variable-one-line-comment)
11933 (srecode-document-function-name-comment):
11934 * cedet/srecode/dictionary.el (srecode-create-dictionary)
11935 (srecode-compound-toString):
11936 * cedet/srecode/compile.el (srecode-flush-active-templates):
11937 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
11938 Doc/message fixes.
11939
11940 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
11941 match-data. (Bug#4555).
11942
11943 * cedet/semantic/bovine/gcc.el
11944 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
11945 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
11946
11947 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
11948 rather than parsing it as a regexp. This relaxes the layout
11949 requirements and makes errors easier to detect.
11950 (check-declare-verify): Check file is regular.
11951 (check-declare-directory): Doc fix.
11952 * subr.el (declare-function): Doc fix.
11953
11954 * ibuffer.el (ibuffer-format-qualifier):
11955 * isearch.el (hi-lock-regexp-okay):
11956 * calc/calc.el (math-zerop):
11957 * mail/uce.el (rmail-msgbeg, rmail-msgend):
11958 * term/w32-win.el (setup-default-fontset, set-fontset-font):
11959 Remove unused declarations.
11960
11961 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
11962
11963 * cedet/semantic/wisent/javat-wy.el
11964 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
11965
11966 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
11967
11968 * cedet/srecode/expandproto.el: Fix provide statement.
11969
11970 2009-09-30 Eric Ludlam <zappo@gnu.org>
11971
11972 * emacs-lisp/eieio.el (boolean-p): Delete.
11973
11974 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
11975
11976 * cedet/ede/srecode.el: Fix provide statement.
11977
11978 2009-09-30 Glenn Morris <rgm@gnu.org>
11979
11980 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
11981 * cedet/ede/proj-aux.el (ede-aux-source):
11982 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
11983 (ede-misc-source):
11984 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
11985 (semantic-mrub-switch-tags): Fix doc typos.
11986
11987 * cedet/semantic/db-global.el (data-debug-new-buffer)
11988 (data-debug-insert-thing): Remove unneeded declarations (one broken).
11989 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
11990
11991 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
11992
11993 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
11994 use of CL function `remove-if-not'.
11995
11996 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
11997
11998 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
11999 filename is not a string.
12000
12001 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
12002
12003 * files.el (safe-local-eval-forms): Fix typo.
12004
12005 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
12006
12007 * vc-hooks.el (vc-dir-buffers): New var.
12008 (vc-state-refresh): New function.
12009 (vc-state): Use it.
12010 (vc-after-save): Always ask the backend to recompute the new state.
12011 Always call vc-dir if necessary, using vc-dir-buffers.
12012 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
12013 Use vc-dir-buffers.
12014 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
12015 (vc-dir-prepare-status-buffer, vc-dir-update)
12016 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
12017 Don't call expand-file-name on default-directory.
12018
12019 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12020
12021 * speedbar.el (speedbar-item-delete):
12022 * calc/calc-prog.el (calc-kbd-if):
12023 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
12024
12025 * epa.el (epa-key-list-mode-map):
12026 * hi-lock.el (hi-lock-menu): Fix typos in menus.
12027
12028 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
12029 (hs-show-hook): Fix typo in docstring.
12030
12031 2009-09-29 Glenn Morris <rgm@gnu.org>
12032
12033 * cedet/semantic/symref/idutils.el:
12034 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
12035
12036 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
12037
12038 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
12039 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
12040 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
12041 Mark declarations not understood by check-declare.
12042
12043 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
12044 file-name-nondirectory call preventing location of cedet files.
12045 (check-declare-verify): Use literal search rather than re-search.
12046 Add basic defmethod and defclass, and define-overloadable-function.
12047
12048 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12049 Use tramp-compat-file-attributes rather than nonexistent
12050 tramp-compat-handle-file-attributes.
12051
12052 * Makefile.in (lisptagsfiles4): New.
12053 (AUTOGENEL): Add cedet loaddefs files.
12054 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
12055 (update-elclist, compile-always, backup-compiled-files)
12056 (bootstrap-clean): Add yet another directory level.
12057 (update-elclist): Use LC_COLLATE rather than COLLATE.
12058 (ELCFILES): Update, via `make update-elclist'.
12059
12060 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12061
12062 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
12063 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
12064 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
12065
12066 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
12067
12068 * Makefile.in (lisptagsfiles3): Define.
12069 (TAGS, TAGS-LISP): Use it.
12070 (update-elclist): Add third directory level to look for elc files.
12071 (compile-always): Likewise.
12072 (backup-compiled-files): Likewise.
12073 (bootstrap-clean): Likewise.
12074 (ELCFILES): Update.
12075
12076 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
12077
12078 * Makefile.in (ELCFILES): Add CEDET files.
12079
12080 2009-09-28 Eric Ludlam <zappo@gnu.org>
12081
12082 CEDET (development tools) package merged.
12083
12084 * cedet/*.el:
12085 * cedet/ede/*.el:
12086 * cedet/semantic/*.el:
12087 * cedet/srecode/*.el: New files.
12088
12089 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
12090
12091 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
12092
12093 * net/tramp.el (top): Require tramp-imap.
12094
12095 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12096 Use `tramp-compat-handle-file-attributes'.
12097
12098 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12099
12100 * net/tramp-imap.el: New package.
12101
12102 2009-09-28 Eric Ludlam <zappo@gnu.org>
12103
12104 * emacs-lisp/chart.el:
12105 * emacs-lisp/eieio-base.el:
12106 * emacs-lisp/eieio-comp.el:
12107 * emacs-lisp/eieio-custom.el:
12108 * emacs-lisp/eieio-datadebug.el:
12109 * emacs-lisp/eieio-opt.el:
12110 * emacs-lisp/eieio-speedbar.el:
12111 * emacs-lisp/eieio.el: New files.
12112
12113 * cedet/cedet-cscope.el:
12114 * cedet/cedet-files.el:
12115 * cedet/cedet-global.el:
12116 * cedet/cedet-idutils.el:
12117 * cedet/data-debug.el:
12118 * cedet/inversion.el:
12119 * cedet/mode-local.el:
12120 * cedet/pulse.el: New files.
12121
12122 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12123
12124 * whitespace.el (whitespace-trailing-regexp)
12125 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
12126 Fix doc string.
12127
12128 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
12129
12130 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
12131 menu.
12132
12133 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
12134 menu-bar-ediff-menu.
12135
12136 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
12137 define-overloadable-function.
12138
12139 * progmodes/autoconf.el: Provide autoconf as well, so that this
12140 file can be `require'd.
12141
12142 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
12143
12144 * emacs-lisp/autoload.el (generated-autoload-feature)
12145 (generated-autoload-load-name): New vars.
12146 (autoload-rubric, autoload-generate-file-autoloads): Use them.
12147 (make-autoload): Recognize define-overloadable-function and
12148 defclass forms (for EIEIO).
12149
12150 * Makefile.in (update-subdirs): Exclude cedet directory.
12151
12152 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
12153
12154 * term/ns-win.el: Don't set the region face background. (Bug#4381)
12155
12156 * faces.el: Default light-background background for region face to
12157 ns_selection_color under NS.
12158
12159 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
12160
12161 * net/imap-hash.el: New library, see NEWS.
12162
12163 * Makefile.in (ELCFILES): Add imap-hash.el.
12164
12165 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
12166
12167 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
12168 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
12169 * help-macro.el (make-help-screen): Avoid using an ambiguous function
12170 definition where the docstring could be taken for the return value.
12171
12172 2009-09-26 Glenn Morris <rgm@gnu.org>
12173
12174 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
12175 Add option to only show images below a certain size.
12176 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
12177 save-excursion calls.
12178
12179 2009-09-26 Eli Zaretskii <eliz@gnu.org>
12180
12181 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
12182 subdirectories) and eieio.
12183
12184 2009-09-26 Alan Mackenzie <acm@muc.de>
12185
12186 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
12187 buggy bracketing. (Bug#4289)
12188
12189 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
12190 character constants (as case labels). (Bug#4289)
12191
12192 2009-09-25 Juri Linkov <juri@jurta.org>
12193
12194 * files.el (safe-local-eval-forms): Allow time-stamp in
12195 before-save-hook (Bug#4554).
12196
12197 2009-09-25 Drew Adams <drew.adams@oracle.com>
12198
12199 * menu-bar.el (list-buffers-directory): Doc fix.
12200
12201 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
12202
12203 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
12204 Try and avoid copying twice the same paragraph.
12205 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
12206 Remove save-excursion.
12207 (log-edit-changelog-entry): Do it here instead.
12208
12209 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
12210
12211 * bs.el (bs--get-file-name): Use `list-buffers-directory'
12212 when available, instead of hardcoding mode names. Doc fix.
12213
12214 * menu-bar.el (list-buffers-directory): Add docstring.
12215 Make automatically buffer-local.
12216
12217 * dired.el (dired-mode):
12218 * files.el (cd-absolute):
12219 * pcvs.el (cvs-temp-buffer):
12220 * pcvs-util.el (cvs-get-buffer-create):
12221 * shell.el (shell-mode):
12222 * vc-dir.el (vc-dir-mode):
12223 Don't make `list-buffers-directory' buffer local.
12224
12225 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
12226
12227 * comint.el (comint-exec, comint-run, make-comint):
12228 Doc fixes (Bug#4542).
12229
12230 2009-09-25 Glenn Morris <rgm@gnu.org>
12231
12232 * mail/rmailmm.el (rmail-mime): New custom group.
12233 Move all defcustoms in this file into this group.
12234 (rmail-mime-media-type-handlers-alist): Revert previous change.
12235 (rmail-mime-show-images): New option.
12236 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
12237 references to it, since it wasn't actually used for anything.
12238 (rmail-mime-insert-image): New function.
12239 (rmail-mime-image): Use rmail-mime-insert-image.
12240 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
12241 obey the value of `rmail-mime-show-images' option. Print the size of
12242 attachments.
12243
12244 2009-09-25 David Engster <deng@randomsample.de>
12245
12246 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
12247
12248 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12249
12250 * whitespace.el: Does not highlight trailing spaces While point is
12251 at end of line. Does not highligt spaces at beginning of buffer
12252 while point is at beginning of buffer. Does not highlight spaces
12253 at end of buffer while point is at end of buffer. (Bug#4177)
12254 New version 12.0.
12255 (whitespace-display-mappings): Adjust initialization.
12256 (whitespace-point, whitespace-font-lock-refontify): New vars.
12257 (whitespace-color-on, whitespace-color-off): Adjust code.
12258 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
12259 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
12260 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
12261
12262 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
12263
12264 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
12265
12266 * textmodes/sgml-mode.el: Remove xml-mode alias.
12267
12268 * files.el (auto-mode-alist, conf-mode-maybe)
12269 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
12270
12271 2009-09-24 Alan Mackenzie <acm@muc.de>
12272
12273 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
12274 c-forward-conditionals, but it doesn't move point and doesn't set
12275 the mark.
12276 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
12277 (c-down-conditional-with-else, c-backward-conditional)
12278 (c-forward-conditional): Refactor to use c-scan-conditionals.
12279
12280 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
12281
12282 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
12283 (help-default-arg-highlight): Remove.
12284 (help-highlight-arg): New function.
12285 (help-do-arg-highlight): Use it.
12286 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
12287
12288 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12289
12290 * term.el (term-set-scroll-region, term-handle-ansi-escape):
12291 Undo last change, which didn't fix the problem and introduced others.
12292
12293 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
12294
12295 * progmodes/gdb-mi.el: Don't require speedbar.
12296 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
12297
12298 2009-09-24 Glenn Morris <rgm@gnu.org>
12299
12300 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
12301
12302 * term/ns-win.el (ns-reg-to-script): Define for compiler.
12303
12304 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
12305 there is no newline after the final mime boundary. (Bug#4539)
12306 Move markers on insertion so that any buttons inserted don't end up in
12307 the next part of a multipart message.
12308 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
12309 (rmail-mime-bulk-handler): Optionally handle images.
12310 (rmail-mime-image): New button action.
12311 (rmail-mime-image-handler): New function.
12312 (rmail-mime-mode): New mode.
12313 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
12314
12315 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12316
12317 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
12318 than just dropping elements from it (bug#4504).
12319
12320 * term.el (term-set-scroll-region): Don't move cursor any more.
12321 (term-handle-ansi-escape): Call term-goto here instead.
12322 Suggested by Ivan Kanis <apple@kanis.eu>.
12323
12324 * term.el: Require CL.
12325 (term-ansi-reset): New function.
12326 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
12327 (term-handle-colors-array): Simplify.
12328
12329 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
12330
12331 * allout.el (allout-overlay-interior-modification-handler)
12332 (allout-obtain-passphrase):
12333 * epa-file.el (epa-file-write-region):
12334 * ps-print.el (ps-begin-job):
12335 * vc-hooks.el (vc-toggle-read-only):
12336 * vc-rcs.el (vc-rcs-rollback):
12337 * vc-sccs.el (vc-sccs-rollback):
12338 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
12339 (vc-version-diff, vc-revert, vc-rollback):
12340 * wdired.el (wdired-check-kill-buffer):
12341 * emacs-lisp/authors.el (authors):
12342 * net/socks.el (socks-open-connection):
12343 * net/zeroconf.el (zeroconf-service-add-hook):
12344 * obsolete/vc-mcvs.el (vc-mcvs-register):
12345 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
12346 (gdb-select-frame):
12347 * progmodes/grep.el (lgrep, rgrep):
12348 * progmodes/idlw-help.el (idlwave-help-check-locations)
12349 (idlwave-help-html-link, idlwave-help-assistant-open-link):
12350 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12351 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
12352 (reftex-toc-rename-label): Fix typos in error messages.
12353
12354 * dired-aux.el (dired-do-shell-command): Reflow docstring.
12355 (dired-copy-how-to-fn): Doc fix.
12356 (dired-files-attributes, dired-read-shell-command):
12357 Fix typos in docstrings.
12358
12359 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
12360 (dired-x-find-file-other-window): Reflow docstrings.
12361 (dired-omit-marker-char, dired-read-shell-command)
12362 (dired-x-submit-report): Fix typos in docstrings.
12363
12364 * shell.el (shell-mode-hook):
12365 * view.el (View-scroll-line-forward):
12366 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
12367 Fix typos in docstrings.
12368
12369 * net/dig.el (dig-invoke): Fix typo in docstring.
12370 (query-dig): Reflow docstring.
12371
12372 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
12373 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
12374 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
12375 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
12376 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
12377 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
12378 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
12379 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
12380 (idlwave-completion-map, idlwave-current-indent)
12381 (idlwave-custom-ampersand-surround, idlwave-customize)
12382 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
12383 (idlwave-define-abbrev, idlwave-determine-class-special)
12384 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
12385 (idlwave-end-block-reg, idlwave-end-of-statement)
12386 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
12387 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
12388 (idlwave-explicit-class-listed, idlwave-file-header)
12389 (idlwave-fill-paragraph, idlwave-find-class-definition)
12390 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
12391 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
12392 (idlwave-in-quote, idlwave-indent-action-table)
12393 (idlwave-indent-expand-table, idlwave-indent-line)
12394 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
12395 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
12396 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
12397 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
12398 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
12399 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
12400 (idlwave-outlawed-buffers, idlwave-popup-select)
12401 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
12402 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
12403 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
12404 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
12405 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
12406 (idlwave-statement-type, idlwave-struct-skip)
12407 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
12408 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
12409 (idlwave-what-module-find-class): Fix typos in docstrings.
12410 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
12411 (idlwave-calculate-cont-indent, idlwave-expand-equal)
12412 (idlwave-find-module, idlwave-find-structure-definition)
12413 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
12414 (idlwave-list-load-path-shadows, idlwave-next-statement)
12415 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
12416 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
12417 (idlwave-template): Reflow docstrings.
12418
12419 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
12420 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
12421 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
12422 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
12423 (idlwave-shell-display-line, idlwave-shell-display-wframe)
12424 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
12425 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
12426 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
12427 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
12428 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
12429 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
12430 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
12431 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
12432 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
12433 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
12434 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
12435 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
12436 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
12437 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
12438 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
12439 Fix typos in docstrings.
12440 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
12441 (idlwave-shell-hide-output, idlwave-shell-mode)
12442 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
12443 Reflow docstrings.
12444
12445 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
12446
12447 2009-09-24 Ivan Kanis <apple@kanis.eu>
12448
12449 * term.el (term-bold-attribute): New var.
12450 (term-handle-colors-array): Use it.
12451
12452 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
12453
12454 * progmodes/gdb-mi.el (gdb-version): New variable.
12455 (gdb-non-stop-handler): Set gdb-version.
12456 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
12457 Condition "--thread" option on gdb-version.
12458 (gdb-invalidate-threads): Remove unused argument.
12459
12460 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
12461
12462 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
12463 to looking-back to avoid ridiculous slow down in large files (bug#4511).
12464
12465 2009-09-23 Glenn Morris <rgm@gnu.org>
12466
12467 * mail/rmail.el (rmail-reply): Don't try to add a References header when
12468 replying to mail without References or Message-Id. (Bug#4525)
12469
12470 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
12471
12472 * term/ns-win.el (ns-reg-to-script): New variable.
12473
12474 2009-09-23 Daiki Ueno <ueno@unixuser.org>
12475
12476 * epg.el (epg-wait-for-status): Preserve existing 'error results.
12477
12478 2009-09-22 Sam Steingold <sds@gnu.org>
12479
12480 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
12481 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
12482 to 1 because hg returns status 1 when nothing is found.
12483 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
12484
12485 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
12486
12487 * textmodes/fill.el: Convert to utf-8 encoding.
12488 (fill-french-nobreak-p): Remove redundant » and « inherited from our
12489 pre-Unicode days.
12490
12491 * add-log.el (change-log-fill-forward-paragraph): New function.
12492 (change-log-mode): Use it so fill-region DTRT.
12493 Set fill-indent-according-to-mode here rather than in
12494 change-log-fill-paragraph.
12495 (change-log-fill-paragraph): Remove.
12496
12497 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
12498
12499 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
12500 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
12501
12502 2009-09-22 Glenn Morris <rgm@gnu.org>
12503
12504 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
12505 the scroll-bar scroll the calendar window rather than the buffer.
12506
12507 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
12508 commands that move point (as opposed to scrolling).
12509
12510 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
12511
12512 * emacs-lisp/elint.el (elint): New custom group.
12513 (elint-log-buffer): Make it a defcustom.
12514 (elint-scan-preloaded, elint-ignored-warnings)
12515 (elint-directory-skip-re): New options.
12516 (elint-builtin-variables): Doc fix.
12517 (elint-preloaded-env): New variable.
12518 (elint-unknown-builtin-args): Add an entry for encode-time.
12519 (elint-extra-errors): Make it a variable rather than a constant.
12520 (elint-preloaded-skip-re): New constant.
12521 (elint-directory): Skip files matching elint-directory-skip-re.
12522 (elint-features): New variable, local to linted buffers.
12523 (elint-update-env): Initialize elint-features. Possibly add
12524 elint-preloaded-env to the buffer's environment.
12525 (elint-get-top-forms): Bind elint-current-pos, for log messages.
12526 Skip quoted forms.
12527 (elint-init-form): New function, extracted from elint-init-env.
12528 Make non-list forms a warning rather than an error.
12529 Add the mode-map for define-derived-mode. Handle define-minor-mode,
12530 easy-menu-define, put that adds an error-condition, and provide.
12531 When requiring cl, also require cl-macs. Really require cl, to handle
12532 some cl macros. Store required libraries in the list elint-features,
12533 so as not to re-load them. Treat cc-require like require.
12534 (elint-init-env): Call elint-init-form to do the work.
12535 Handle eval-and-compile and such like.
12536 (elint-add-required-env): Do not clear messages.
12537 (elint-special-forms): Add handlers for function, defalias, if, when,
12538 unless, and, or.
12539 (elint-form): Add optional argument to ignore elint-special-forms,
12540 useful to prevent recursive calls from handlers. Doc fix.
12541 Respect elint-ignored-warnings.
12542 (elint-form): Respect elint-ignored-warnings.
12543 (elint-bound-variable, elint-bound-function): New variables.
12544 (elint-unbound-variable): Respect elint-bound-variable.
12545 (elint-get-args): Respect elint-bound-function.
12546 (elint-check-cond-form): Add some simple handling for (f)boundp and
12547 featurep tests.
12548 (elint-check-defalias-form): New handler.
12549 (elint-check-let-form): Make an empty let a warning rather than an
12550 error.
12551 (elint-check-setq-form): Make an empty setq a warning rather than an
12552 error. Respect elint-ignored-warnings.
12553 (elint-check-defvar-form): Accept null doc-strings.
12554 (elint-check-conditional-form): New handler. Does some simple-minded
12555 checking of featurep and (f)boundp tests.
12556 (elint-put-function-args): New function.
12557 (elint-initialize): Use elint-scan-doc-file rather than
12558 elint-find-builtin-variables. Use elint-put-function-args.
12559 Possibly scan preloaded-file-list.
12560 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
12561 extend to handle functions as well.
12562
12563 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
12564
12565 * linum.el (linum-delete-overlays, linum-update-window):
12566 Do not modify the right margin. (Bug#3971)
12567
12568 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
12569
12570 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
12571 nxml-mode instead of xml-mode.
12572
12573 2009-09-21 Kevin Ryde <user42@zip.com.au>
12574
12575 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
12576
12577 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12578
12579 * net/dig.el (dig-mode): Use define-derived-mode.
12580
12581 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
12582
12583 * vc-dispatcher.el (vc-do-command): Return the process object in
12584 the asynchronous case. Use when instead of if. Do not run
12585 vc-exec-after to display a message if not enabled. (Bug#4463)
12586
12587 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
12588 properties to the stash strings.
12589 (vc-git-stash-list): Return a list of strings.
12590 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
12591 (vc-git-stash-show-at-point): New functions.
12592 (vc-git-stash-map): New keymap.
12593
12594 * register.el (ctl-x-r-map): Define the keys here instead of
12595 using autoload.
12596
12597 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
12598
12599 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
12600 list, to workaround performance problem (bug#4485).
12601
12602 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
12603
12604 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
12605
12606 2009-09-20 Daiki Ueno <ueno@unixuser.org>
12607
12608 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
12609 Document that this option is not recommended to use.
12610
12611 2009-09-19 Glenn Morris <rgm@gnu.org>
12612
12613 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
12614 variable `var'.
12615
12616 * calc/calc-alg.el (var):
12617 * calc/calcalg2.el (var): Define for compiler.
12618
12619 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
12620
12621 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
12622 Doc fix (Bug#3932).
12623
12624 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
12625
12626 * time-stamp.el (time-stamp-month-dd-yyyy)
12627 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
12628 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
12629 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
12630 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
12631 Remove functions that have been obsolete since 1995 (Bug#4436).
12632
12633 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
12634 indent buffer only if called interactively (Bug#4452).
12635
12636 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
12637 Eli Zaretskii <eliz@gnu.org>
12638
12639 This fixes bug#4197 (merged to bug#865, though not identical).
12640 * server.el (server-auth-dir): Add docstring note about FAT32.
12641 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
12642 but warn against using them.
12643
12644 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
12645
12646 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
12647 older GDB where there is no has_more field.
12648
12649 2009-09-19 Glenn Morris <rgm@gnu.org>
12650
12651 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12652
12653 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
12654
12655 * files.el (auto-mode-alist): Change default for XML files to nXML
12656 mode (Bug#4169).
12657
12658 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
12659
12660 * server.el (server-ensure-safe-dir): Pass 'integer
12661 to `file-attributes', as suggested.
12662
12663 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
12664
12665 * dired-aux.el (dired-query-alist): Remove spurious backslash.
12666 (dired-query): Use read-key.
12667
12668 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
12669
12670 * cus-start.el (ns-use-qd-smoothing): Remove.
12671
12672 2009-09-18 Glenn Morris <rgm@gnu.org>
12673
12674 * allout.el (top-level): Remove unnecessary progn.
12675
12676 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
12677
12678 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
12679 definition of abbrev table.
12680
12681 * speedbar.el (speedbar-track-mouse):
12682 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
12683 * net/eudc.el (eudc-expand-inline):
12684 * net/newst-backend.el (newsticker--cache-read-feed):
12685 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
12686 condition-case handlers.
12687
12688 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
12689
12690 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
12691 (gdb-var-list): Add an element for has_more field.
12692 (gdb-non-stop-handler): Enable pretty printing for STL containers.
12693 (gdb-var-create-handler, gdb-var-list-children-handler-1)
12694 (gdb-var-update-handler-1): Parse output of dynamic variable
12695 objects (STL containers).
12696 (gdb-var-delete-1): Pass var1 as an explicit second argument.
12697 (gdb-get-field): Delete alias. Use bindat-get-field directly.
12698
12699 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
12700 gdb-var-list.
12701 (gud-speedbar-buttons): Make node expandable if expression "has more"
12702 children.
12703
12704 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
12705
12706 * startup.el (emacs-quick-startup): Remove variable and all uses.
12707 (command-line): Set `inhibit-x-resources' instead.
12708 (command-line-1): Use `inhibit-x-resources' instead.
12709
12710 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
12711
12712 * subr.el: Fix last change to avoid using the `unless' macro,
12713 which breaks bootstrapping.
12714
12715 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
12716
12717 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
12718 extended definitions, in case we reload subr.el after having
12719 loaded CL.
12720 (eval-next-after-load): Mark as obsolete.
12721
12722 2009-09-17 Juri Linkov <juri@jurta.org>
12723
12724 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
12725 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
12726 (menu-bar-showhide-menu, menu-bar-tools-menu)
12727 (menu-bar-describe-menu, menu-bar-help-menu)
12728 (minibuffer-local-completion-map, minibuffer-local-map):
12729 Fix list quoting.
12730
12731 2009-09-17 Glenn Morris <rgm@gnu.org>
12732
12733 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
12734 arguments, whether or not it has a handler.
12735
12736 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
12737
12738 * simple.el (hard-newline): Give it a doc-string.
12739
12740 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12741 (lisp-mode-syntax-table): Give them doc-strings.
12742
12743 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
12744
12745 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
12746 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
12747 (menu-bar-options-menu, menu-bar-showhide-menu)
12748 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
12749 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
12750 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
12751 (menu-bar-options-menu, menu-bar-tools-menu)
12752 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
12753 (menu-bar-help-menu):
12754 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
12755 string arguments.
12756
12757 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
12758 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
12759 calls for the menu names and :help.
12760
12761 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
12762
12763 * mouse.el (minor-mode-menu-from-indicator): Pay attention
12764 to :minor-mode-function (bug#4455).
12765
12766 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
12767
12768 * startup.el (command-line): Initialize the window-system after
12769 processing the command-line.
12770
12771 * textmodes/page.el (what-page): Make sure we don't inf-loop if
12772 page-delimiter matches the empty string.
12773
12774 2009-09-16 Glenn Morris <rgm@gnu.org>
12775
12776 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
12777 byte-compile-not-obsolete-var. It's a list now.
12778 (byte-compile-not-obsolete-funcs): New variable.
12779 (byte-compile-warn-obsolete): Don't warn about functions if they are in
12780 byte-compile-not-obsolete-funcs.
12781 (byte-compile-variable-ref, byte-compile-defvar): Update for
12782 byte-compile-not-obsolete-vars name-change and list nature.
12783 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
12784 and variables behind (f)boundp tests.
12785 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
12786
12787 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
12788
12789 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
12790
12791 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
12792
12793 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
12794 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
12795 Don't autoload.
12796
12797 2009-09-15 Stephen Eglen <stephen@gnu.org>
12798
12799 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
12800 the virtual-buffers, use the name of the buffer specified by
12801 find-file-noselect, as the match may be a symlink. (This was a
12802 problem if the target and the symlink had different names.)
12803
12804 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
12805
12806 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
12807
12808 * desktop.el (desktop-path): Check user-emacs-directory.
12809
12810 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
12811
12812 * loadup.el: Use after-load-functions to GC after loading each file.
12813 Remove the explicit GC calls that used to be sprinkled around.
12814
12815 * subr.el (after-load-functions): New hook.
12816 (do-after-load-evaluation): Run it. Use string-match-p to detect
12817 `obsolete' packages, rather than painfully extracting the relevant
12818 directory name.
12819
12820 2009-09-15 Glenn Morris <rgm@gnu.org>
12821
12822 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
12823 free variable `doc'.
12824
12825 * dired.el (dired-mode-map): Add menu entry for async shell command.
12826
12827 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
12828 variables, also consider the .elc files, since the .el files are
12829 normally gzipped (subsequent code locates the .el.gz from the .elc).
12830
12831 * calc/calc-prog.el (arglist): Define for compiler.
12832
12833 * calendar/diary-lib.el (diary-display-function): Change the default to
12834 fancy display.
12835 (body): Define for compiler.
12836
12837 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
12838 (byte-compile-file-form, byte-compile-lambda)
12839 (byte-compile-top-level-body, byte-compile-form)
12840 (byte-compile-variable-ref, byte-compile-setq)
12841 (byte-compile-setq-default, byte-compile-body)
12842 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
12843 (batch-byte-compile): Give some more local variables with common names
12844 a "bytecomp-" prefix to avoid masking warnings about free variables.
12845
12846 * startup.el (command-line-1): Give local variables with common names a
12847 distinguishing prefix, so as not to hide free variable warnings during
12848 bootstrap.
12849
12850 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
12851 clever and add a suffix to make a unique name, just let the user decide
12852 whether or not to overwrite it. If the input is a directory, write the
12853 default filename to that directory. (Bug#4388)
12854 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
12855 is a filename-as-a-directory.
12856
12857 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
12858
12859 * textmodes/page.el (what-page): Don't move to beginning of line.
12860 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
12861
12862 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
12863
12864 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
12865
12866 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
12867
12868 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
12869 * help.el (help-for-help-internal): Add purecopy calls for text.
12870
12871 * vc.el (top): print-log method now takes an optional SHORTLOG
12872 argument. Add a new method: root.
12873 (vc-root-diff, vc-print-root-log): New functions.
12874 (vc-log-short-style): New variable.
12875 (vc-print-log-internal): Add support for showing short logs.
12876
12877 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
12878 vc-print-root-log and vc-print-root-diff.
12879
12880 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
12881 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
12882 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
12883 short logs.
12884
12885 * vc-cvs.el (vc-cvs-print-log):
12886 * vc-mtn.el (vc-mtn-print-log):
12887 * vc-rcs.el (vc-rcs-print-log):
12888 * vc-sccs.el (vc-sccs-print-log):
12889 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
12890 that is ignored for now.
12891
12892 * vc-mtn.el (vc-mtn-annotate-command):
12893 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
12894
12895 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
12896
12897 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
12898 to function-key-map, and give them ascii-character property.
12899 * term/x-win.el (x-alternatives-map):
12900 * term/ns-win.el (ns-alternatives-map):
12901 * term/internal.el (msdos-key-remapping-map):
12902 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
12903
12904 2009-09-14 Glenn Morris <rgm@gnu.org>
12905
12906 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
12907 temp-buffers (2009-09-12).
12908
12909 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
12910
12911 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
12912 the new read-key function.
12913
12914 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
12915
12916 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
12917 is defined (Bug#4405).
12918
12919 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
12920
12921 * recentf.el (recentf-cleanup): Use a hash table to find
12922 duplicates (Bug#4407).
12923
12924 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
12925
12926 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
12927 kp-0 to ascii equivalents (Bug#4325).
12928
12929 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
12930
12931 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
12932
12933 * eshell/em-hist.el:
12934 * eshell/em-dirs.el (eshell-complete-user-reference):
12935 Declare pcomplete functions and variables to avoid compiler warnings.
12936
12937 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
12938
12939 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
12940 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
12941 * eshell/em-alias.el (eshell-aliases-file):
12942 * eshell/em-hist.el (eshell-history-file-name):
12943 Use expand-file-name instead of concat to make file names (Bug#4308).
12944
12945 2009-09-13 Glenn Morris <rgm@gnu.org>
12946
12947 * ediff-merg.el (ediff-do-merge):
12948 * filesets.el (filesets-run-cmd):
12949 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
12950 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
12951 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
12952 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
12953 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
12954 Replace empty `let's with `progn'.
12955
12956 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
12957
12958 * mail/sendmail.el (send-mail-function):
12959 * tooltip.el (tooltip-mode):
12960 * simple.el (transient-mark-mode):
12961 * rfn-eshadow.el (file-name-shadow-mode):
12962 * frame.el (blink-cursor-mode):
12963 * font-core.el (global-font-lock-mode):
12964 * files.el (temporary-file-directory)
12965 (small-temporary-file-directory, auto-save-file-name-transforms):
12966 * epa-hook.el (auto-encryption-mode):
12967 * composite.el (global-auto-composition-mode):
12968 Use custom-initialize-delay.
12969 * startup.el (command-line): Don't explicitly call
12970 custom-reevaluate-setting for all the above vars.
12971 * custom.el (custom-initialize-safe-set)
12972 (custom-initialize-safe-default): Delete.
12973
12974 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12975
12976 * term/x-win.el (x-initialize-window-system):
12977 * term/w32-win.el (w32-initialize-window-system):
12978 * term/ns-win.el (ns-initialize-window-system): Don't call
12979 mouse-wheel-mode since it's enabled globally by default already.
12980
12981 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
12982 actually define the variable, but only silences the byte-compiler.
12983 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
12984 before looking it up.
12985 (mouse-wheel-scroll-amount): Also reset the bindings if this value
12986 is changed.
12987
12988 2009-09-12 Glenn Morris <rgm@gnu.org>
12989
12990 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
12991 1000.
12992 (elint-add-required-env): Don't beep on error.
12993 (elint-forms): In case of error, return ENV unchanged.
12994 (elint-init-env): Skip non-list forms.
12995 (elint-log): Handle unknown file positions.
12996
12997 2009-09-12 Daiki Ueno <ueno@unixuser.org>
12998
12999 * epg.el (epg-make-context): Add autoload cookie.
13000 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
13001 (epg-decrypt-string, epg-start-verify, epg-verify-file)
13002 (epg-verify-string, epg-start-sign, epg-sign-file)
13003 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
13004 (epg-encrypt-string, epg-start-export-keys)
13005 (epg-export-keys-to-file, epg-export-keys-to-string)
13006 (epg-start-import-keys, epg-import-keys-from-file)
13007 (epg-import-keys-from-string, epg-start-receive-keys)
13008 (epg-receive-keys, epg-import-keys-from-server)
13009 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
13010 (epg-sign-keys, epg-start-generate-key)
13011 (epg-generate-key-from-file, epg-generate-key-from-string):
13012 Remove autoload cookie.
13013
13014 2009-09-12 Eli Zaretskii <eliz@gnu.org>
13015
13016 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
13017 reevaluation of trash-directory.
13018
13019 * mwheel.el: Fix last change.
13020 (mouse-wheel-mode): New defvar.
13021 (mouse-wheel-mode): Remove autoload cookie.
13022
13023 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13024
13025 * mwheel.el (mwheel-installed-bindings): New var.
13026 (mouse-wheel-mode): Use it, so as to make sure we really remove all
13027 the bindings we set last time. Use custom-initialize-delay.
13028 * loadup.el: Load mwheel after term/*-win.el.
13029 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
13030 and mouse-wheel-up-event now that their first evaluation is done
13031 sufficiently late to be correct.
13032
13033 * startup.el (tutorial-directory): Make it a defcustom.
13034 Use custom-initialize-delay rather than eval-at-startup to set it.
13035 * image.el (image-load-path): Make it a defcustom.
13036 Use custom-initialize-delay rather than eval-at-startup to set it.
13037 * subr.el (eval-at-startup): Remove.
13038 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
13039
13040 * subr.el (do-after-load-evaluation): Warn the user after loading an
13041 obsolete package.
13042
13043 2009-09-12 Glenn Morris <rgm@gnu.org>
13044
13045 * proced.el (proced-mark-alt): Remove alias.
13046 (proced-mode-map): Remove proced-mark-alt.
13047
13048 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
13049 Elint file and directory. Remove initialization entry.
13050
13051 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
13052 commands.
13053 (elint-current-buffer): Set mode-line-process.
13054 (elint-init-env): Handle define-derived-mode.
13055 Fix declare-function with unspecified arglist. Guard against odd
13056 defalias statements (eg iso-insert's 8859-1-map).
13057 (elint-add-required-env): Use a temp buffer.
13058 (elint-form): Just print the function/macro name, not the whole form.
13059 Return env unchanged if we fail to parse a macro.
13060 (elint-forms): Guard against parse errors.
13061 (elint-output): New function, to handle batch mode.
13062 (elint-log-message): Add optional argument. Use elint-output.
13063 (elint-set-mode-line): New function.
13064
13065 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
13066
13067 * emacs-lisp/elp.el (elp-not-profilable): Add more
13068 functions (Bug#4233).
13069
13070 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
13071
13072 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
13073 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
13074
13075 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
13076
13077 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
13078 (gdb-var-list-children): Use json parsing.
13079
13080 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
13081
13082 * progmodes/js.el (js--proper-indentation): Handle the case where
13083 char-before is null. Reported by Deniz Dogan.
13084
13085 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
13086
13087 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
13088
13089 2009-09-11 Daiki Ueno <ueno@unixuser.org>
13090
13091 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
13092 (epg-digest-algorithm-alist): Add SHA224.
13093 (epg-context-set-passphrase-callback)
13094 (epg-context-set-progress-callback): Add description about
13095 callback function.
13096
13097 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13098
13099 * custom.el (custom-delayed-init-variables): New var.
13100 (custom-initialize-delay): New function.
13101 * startup.el (command-line): "Re"evaluate all vars in
13102 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
13103 explicitly any more.
13104 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
13105 to avoid creating a ~/.emacs.d at build-time (bug#4347).
13106
13107 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
13108
13109 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
13110
13111 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
13112 (gdb-var-update-handler): Use json parsing.
13113
13114 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
13115
13116 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
13117 decode annotated text, regardless of language environment. (Bug#2741)
13118
13119 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13120
13121 * Makefile.in (autoloads): Make rmail.el writable as well.
13122
13123 2009-09-11 Glenn Morris <rgm@gnu.org>
13124
13125 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
13126 loaddefs.el.
13127 * dired.el: Regenerate with extracted autoloads.
13128 * Makefile.in (autoloads): Make dired.el writable.
13129
13130 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
13131 * ibuffer.el: Regenerate with extracted autoloads.
13132 * Makefile.in (autoloads): Make ibuffer.el writable.
13133
13134 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
13135 * version.el (emacs-copyright, emacs-major-version)
13136 (emacs-minor-version): Reformat doc-strings for make-docfile.
13137
13138 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
13139 functions and variables, since they must be stuff specific to some other
13140 platform.
13141 (apropos-print): Make mouse-click message less specific about button.
13142
13143 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
13144 that records where a macro was defined.
13145 * help-fns.el (describe-function-1): Mention if a function has a
13146 compiler-macro.
13147 * help-mode.el (help-function-cmacro): New button.
13148
13149 * locate.el (top-level): Always require dired.
13150 (locate-mode-map): Initialize inside the defvar.
13151
13152 * net/ange-ftp.el (dired-compress-file): Declare.
13153 (ange-ftp-dired-compress-file): Add doc string.
13154
13155 * term/ns-win.el (x-display-name, x-setup-function-keys):
13156 Unify doc-strings with X versions.
13157
13158 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13159
13160 * emulation/crisp.el (crisp-mode-map): Move initialization
13161 into declaration.
13162 (crisp-mode): Use define-minor-mode.
13163
13164 * progmodes/xscheme.el (xscheme-evaluation-commands):
13165 Put a :advertised-binding property rather than using
13166 advertised-xscheme-send-previous-expression.
13167 (advertised-xscheme-send-previous-expression): Declare obsolete.
13168 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
13169 `advertised-undo'.
13170 (crisp-mode): Add corresponding bindings to
13171 undo's :advertised-binding instead.
13172 * dired.el (dired-mode-map): Put a :advertised-binding property rather
13173 than using dired-advertised-find-file.
13174 (dired-advertised-find-file):
13175 * simple.el (advertised-undo):
13176 * wid-edit.el (advertised-widget-backward): Declare obsolete.
13177 (widget-keymap): Put a :advertised-binding property rather
13178 than using advertised-widget-backward.
13179 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
13180 than using advertised-undo.
13181 * tutorial.el (tutorial--default-keys): Adjust accordingly.
13182
13183 2009-09-10 Simon South <ssouth@slowcomputing.org>
13184
13185 * progmodes/delphi.el (delphi-tab): Indent region when Transient
13186 Mark mode is enabled and region is active; otherwise indent or
13187 insert TAB as usual.
13188 (delphi-mode): Update description of TAB-key binding.
13189
13190 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
13191
13192 * subr.el (define-key-rebound-commands): Mark obsolete.
13193 * startup.el (precompute-menubar-bindings): Remove.
13194 (normal-top-level): Remove obsolete code that tried to precompute
13195 menubar bindings.
13196 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
13197 define-key-rebound-commands and precompute-menubar-bindings.
13198
13199 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
13200
13201 * net/imap.el (imap-interactive-login): Better messages.
13202 (imap-open): Fix bug with renamed buffer on reconnect.
13203 (imap-authenticate): Add buffer-local imap-last-authenticator variable
13204 for easier debugging and cleaner code. On successful (guessed based on
13205 server capabilities) secondary authentication, set imap-state
13206 correctly.
13207 (imap-last-authenticator): Define imap-last-authenticator as a variable
13208 to avoid warnings.
13209
13210 2009-09-10 Glenn Morris <rgm@gnu.org>
13211
13212 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
13213
13214 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
13215 (byte-compile-file-form-autoload): Don't warn about unknown functions
13216 where the autoload statement comes after the use.
13217 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
13218 that any handlers inside the body (eg require) are in turn respected.
13219
13220 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
13221 effects.
13222
13223 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
13224 and syntax and abbrev tables basic docs, if they don't have any.
13225
13226 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
13227
13228 * international/mule-cmds.el (top-level): Require cl when compiling.
13229 (view-hello-file): Use default-value rather than
13230 default-enable-multibyte-characters.
13231
13232 * progmodes/fortran.el: Move all safe and risky properties into the
13233 defcustoms.
13234
13235 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
13236 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
13237 * mail/undigest.el:
13238 Put autoloads in rmail.el rather than loaddefs.el.
13239 * mail/rmail.el: Regenerate with extracted autoloads.
13240
13241 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
13242 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
13243
13244 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
13245
13246 Reported in thread for Bug#4375.
13247 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
13248 "-data-evaluate-expression" instead of print.
13249 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
13250 (gdb-tooltip-print): Parse output from above MI command.
13251 (gdb): Revert 2009-08-11 change. User should detach inferior
13252 manually.
13253
13254 Remove the word "separate" from IO functions as inferior
13255 output is now never displayed in the GUD buffer.
13256
13257 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
13258
13259 * startup.el (command-line-normalize-file-name): On Windows and
13260 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
13261
13262 2009-09-10 Juri Linkov <juri@jurta.org>
13263
13264 * isearch.el (isearch-text-char-description): Propertize escape
13265 character sequences with the `escape-glyph' face. (Bug#4344)
13266
13267 * simple.el (shell-command): Set asynchronous process filter to
13268 `comint-output-filter'. (Bug#4343)
13269
13270 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
13271 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
13272 the list. Move "asm" to the bottom.
13273 (grep-find-ignored-directories): Add `choice' with nil value
13274 to empty the list easily.
13275 (grep-find-ignored-files): New option.
13276 (grep-files-history): Set to nil by default instead of '("ch" "el").
13277 (grep-compute-defaults): Add "<X>" to `grep-template'.
13278 (grep-read-files): Bind new local variables `default-alias' and
13279 `default-extension'. Use a list of default values for the file prompt.
13280 (lgrep): Add `--exclude=' command line options composed from
13281 `grep-find-ignored-files'.
13282 (rgrep): Add `-name' command line options composed from
13283 `grep-find-ignored-files'. (Bug#4301)
13284
13285 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
13286
13287 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
13288 (bug#4368).
13289
13290 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
13291
13292 * calendar/time-date.el (autoload):
13293 Expand define-obsolete-function-alias into defalias and make-obsolete
13294 for old Emacsen that Gnus supports.
13295 (with-no-warnings): Define it for old Emacsen.
13296 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13297 is available.
13298 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13299 float-time is available; suppress compile warning for time-to-seconds.
13300
13301 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
13302
13303 * net/imap.el (imap-message-map): Docstring fix.
13304
13305 2009-09-09 Glenn Morris <rgm@gnu.org>
13306
13307 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
13308 line numbers too. (Bug#4374)
13309
13310 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
13311
13312 * smerge-mode.el (smerge-remove-props, smerge-refine):
13313 Use with-silent-modifications (bug#4342).
13314
13315 * subr.el (with-silent-modifications): New macro.
13316
13317 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
13318
13319 * files.el (top-level): Require `cl' when compiling.
13320
13321 2009-09-07 Glenn Morris <rgm@gnu.org>
13322
13323 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
13324
13325 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
13326 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
13327
13328 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
13329
13330 * vc-git.el (vc-git-annotate-command): Use separator to parse
13331 arguments correctly.
13332
13333 2009-09-06 Eli Zaretskii <eliz@gnu.org>
13334
13335 * proced.el (proced-mode): Doc fix.
13336
13337 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
13338
13339 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
13340 lstat fails.
13341 (tramp-do-file-attributes-with-ls): Check for file existence at
13342 remote end.
13343 (tramp-do-file-attributes-with-stat): Likewise.
13344 (tramp-convert-file-attributes): Return nil when attr is nil.
13345
13346 2009-09-05 Glenn Morris <rgm@gnu.org>
13347
13348 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
13349 properties to this button.
13350 (diary-fancy-display): Don't extend the button to the final newline.
13351 (diary-fancy-display-mode): Continue to define "q" as a local key.
13352
13353 * calendar/cal-china.el (holiday-chinese): Make it slightly more
13354 efficient.
13355
13356 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
13357
13358 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
13359 (byte-compile-dest-file-function): New option.
13360 (byte-compile-dest-file): Doc fix.
13361 Obey byte-compile-dest-file-function.
13362 (byte-compile-cl-file-p): New function.
13363 (byte-compile-eval): Only suppress noruntime warnings about cl functions
13364 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
13365 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
13366 than for file being previously loaded.
13367 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
13368 (byte-compile-file-form-require): Handle the case where requiring a file
13369 indirectly causes CL to be loaded.
13370
13371 2009-09-05 Karl Fogel <kfogel@red-bean.com>
13372
13373 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
13374 before killing the old buffer, since by the time `kill-buffer' is
13375 run so many buffer variables have been set to nil that it may not
13376 behave as expected. (Bug#4061)
13377
13378 2009-09-05 Karl Fogel <kfogel@red-bean.com>
13379
13380 * files.el (find-alternate-file): If the old buffer is modified
13381 and visiting a file, behave similarly to `kill-buffer' when
13382 killing it, thus reverting to the pre-1.878 behavior; see
13383 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
13384 for discussion. Also, consult `buffer-file-name' as a variable
13385 not as a function, for consistency with the rest of the code.
13386
13387 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
13388
13389 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
13390 also when adding a new directory.
13391
13392 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
13393 defun.
13394
13395 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
13396
13397 * files.el (locate-file-completion-table): Make it provide boundary
13398 information, so partial-completion works better.
13399
13400 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
13401
13402 * mail/footnote.el (Footnote-text-under-cursor):
13403 Check footnote-text-marker-alist before using it (bug#4324).
13404
13405 2009-09-04 Glenn Morris <rgm@gnu.org>
13406
13407 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
13408 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
13409 * play/solitaire.el, play/tetris.el:
13410 Remove leading * from defcustom and defface docs.
13411
13412 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
13413 necessary.
13414 (diary-fancy-overriding-map): New variable.
13415 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
13416 Use view-mode.
13417
13418 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
13419 goto-line.
13420
13421 2009-09-03 Glenn Morris <rgm@gnu.org>
13422
13423 * arc-mode.el (archive-mode):
13424 * dos-fns.el (set-default-process-coding-system):
13425 * man.el (Man-getpage-in-background):
13426 * menu-bar.el (menu-bar-describe-menu):
13427 * server.el (server-process-filter):
13428 * startup.el (command-line):
13429 * tar-mode.el (tar-header-block-tokenize, tar-extract):
13430 * w32-fns.el (set-default-process-coding-system):
13431 * x-dnd.el (x-dnd-handle-file-name):
13432 * international/mule-cmds.el (mule-menu-keymap)
13433 (set-default-coding-systems, language-info-alist, set-language-info)
13434 (set-language-environment, standard-display-european-internal)
13435 (set-locale-environment):
13436 * international/mule-diag.el (mule-diag):
13437 * mail/emacsbug.el (report-emacs-bug):
13438 * mail/rmail.el (rmail-mode):
13439 * mail/sendmail.el (mail-setup):
13440 Use default-value rather than default-enable-multibyte-characters.
13441
13442 * progmodes/f90.el: Move all safe properties into the defcustoms.
13443 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
13444
13445 * calendar/appt.el (appt-check):
13446 * calendar/diary-lib.el (diary-set-header, diary-live-p)
13447 (diary-check-diary-file, diary-list-entries)
13448 (diary-include-other-diary-files, diary-simple-display)
13449 (diary-fancy-display, diary-print-entries)
13450 (diary-mark-included-diary-files, diary-make-entry):
13451 Don't call substitute-in-file-name on diary-file.
13452
13453 2009-09-03 Eduard Wiebe <usenet@pusto.de>
13454 Stefan Monnier <monnier@iro.umontreal.ca>
13455
13456 * mail/footnote.el (footnote-prefix): Make it a defcustom.
13457 (footnote-mode-map): Move initialization into the declaration.
13458 (footnote-minor-mode-map): Define it rather than changing global-map.
13459 (footnote-mode): Use define-minor-mode.
13460
13461 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
13462
13463 * net/tramp.el (tramp-handle-file-attributes-with-ls)
13464 (tramp-do-file-attributes-with-perl)
13465 (tramp-do-file-attributes-with-stat): Rename from
13466 `tramp-handle-file-attributes-with-*'.
13467 (tramp-handle-file-attributes): Use them.
13468 (tramp-do-directory-files-and-attributes-with-perl)
13469 (tramp-do-directory-files-and-attributes-with-stat): Rename from
13470 `tramp-handle-directory-files-and-attributes-with-*'.
13471 (tramp-handle-directory-files-and-attributes): Use them.
13472 (tramp-method-out-of-band-p): Additional parameter SIZE.
13473 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
13474 (tramp-handle-write-region): Use it.
13475 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
13476 (tramp-handle-vc-registered): Check, whether the first run did
13477 return files to be tested.
13478 (tramp-advice-make-auto-save-file-name): Do not call directly
13479 `tramp-handle-make-auto-save-file-name', because this would bypass
13480 the locking mechanism.
13481
13482 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
13483 (file-remote-p, process-file, start-file-process, set-file-times)
13484 (tramp-compat-file-attributes): Compatibility functions shall not
13485 call directly `tramp-handle-*', because this would bypass the
13486 locking mechanism.
13487 (tramp-compat-number-sequence): New defun.
13488
13489 2009-09-02 Glenn Morris <rgm@gnu.org>
13490
13491 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
13492 alias for float-time.
13493 (time-to-number-of-days): In Emacs, use float-time.
13494 * net/newst-backend.el (time-add): Suppress warnings from compat
13495 function.
13496 * time.el (emacs-uptime, emacs-init-time):
13497 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
13498 Use float-time rather than time-to-seconds.
13499
13500 * minibuffer.el (completion-initials-expand): Fix typo.
13501
13502 * faces.el (modeline, modeline-inactive, modeline-highlight)
13503 (modeline-buffer-id):
13504 * info.el (info-menu-5): Mark these face aliases as obsolete.
13505
13506 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
13507
13508 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
13509 space ...
13510 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
13511 no "--thread" option.
13512 (gdb-stopped): Don't print "Switched to thread" message when it is
13513 unchanged.
13514
13515 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
13516
13517 * minibuffer.el (completion-try-completion)
13518 (completion-all-completions): Remove ill-defined (and
13519 mistakenly installed and luckily never used nor documented)
13520 `completion-styles' property.
13521 (completion-initials-expand, completion-initials-all-completions)
13522 (completion-initials-try-completion): New functions.
13523 (completion-styles-alist): Add doc to each entry.
13524 Add new `initials' entry.
13525
13526 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
13527
13528 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
13529 MI command -var-evaluate-expression.
13530 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
13531 and tweak for case of string child.
13532 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
13533
13534 2009-09-01 Glenn Morris <rgm@gnu.org>
13535
13536 * add-log.el (change-log-date-face, change-log-name-face)
13537 (change-log-email-face, change-log-file-face, change-log-list-face)
13538 (change-log-conditionals-face, change-log-function-face)
13539 (change-log-acknowledgement-face):
13540 * cus-edit.el (custom-invalid-face, custom-rogue-face)
13541 (custom-modified-face, custom-set-face, custom-changed-face)
13542 (custom-saved-face, custom-button-face, custom-button-pressed-face)
13543 (custom-documentation-face, custom-state-face, custom-comment-face)
13544 (custom-comment-tag-face, custom-variable-tag-face)
13545 (custom-variable-button-face, custom-face-tag-face)
13546 (custom-group-tag-face-1, custom-group-tag-face):
13547 * diff-mode.el (diff-header-face, diff-file-header-face)
13548 (diff-index-face, diff-hunk-header-face, diff-removed-face)
13549 (diff-added-face, diff-changed-face, diff-function-face)
13550 (diff-context-face, diff-nonexistent-face):
13551 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
13552 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
13553 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
13554 (Info-title-4-face):
13555 * isearch.el (isearch-lazy-highlight-face):
13556 * log-view.el (log-view-file-face, log-view-message-face):
13557 * paren.el (show-paren-match-face, show-paren-mismatch-face):
13558 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
13559 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
13560 (cvs-msg-face):
13561 * smerge-mode.el (smerge-mine-face, smerge-other-face)
13562 (smerge-base-face, smerge-markers-face):
13563 * wid-edit.el (widget-documentation-face, widget-button-face)
13564 (widget-field-face, widget-single-line-field-face)
13565 (widget-inactive-face, widget-button-pressed-face):
13566 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
13567 (woman-addition-face):
13568 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
13569 (eshell-ls-executable-face, eshell-ls-readonly-face)
13570 (eshell-ls-unreadable-face, eshell-ls-special-face)
13571 (eshell-ls-missing-face, eshell-ls-archive-face)
13572 (eshell-ls-backup-face, eshell-ls-product-face)
13573 (eshell-ls-clutter-face):
13574 * eshell/em-prompt.el (eshell-prompt-face):
13575 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
13576 * obsolete/old-whitespace.el (whitespace-highlight-face):
13577 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
13578 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
13579 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
13580 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
13581 (antlr-font-lock-literal-face):
13582 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
13583 (ebrowse-root-class-face, ebrowse-file-name-face)
13584 (ebrowse-default-face, ebrowse-member-attribute-face)
13585 (ebrowse-member-class-face, ebrowse-progress-face):
13586 * progmodes/make-mode.el (makefile-space-face):
13587 * progmodes/sh-script.el (sh-heredoc-face):
13588 * textmodes/flyspell.el (flyspell-incorrect-face)
13589 (flyspell-duplicate-face):
13590 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
13591 * textmodes/texinfo.el (texinfo-heading-face):
13592 Mark face aliases with "-face" suffix as obsolete.
13593
13594 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
13595 compiler.
13596
13597 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
13598 (eudc-bob-sound-menu): Use defvar rather than defconst, since
13599 easy-menu-define wants to modify these.
13600
13601 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
13602
13603 * net/browse-url.el (browse-url-file-url):
13604 * term/internal.el (dos-codepage-setup):
13605 Use default-value rather than default-enable-multibyte-characters.
13606
13607 * progmodes/etags.el (etags-goto-tag-location):
13608 * progmodes/flymake.el (flymake-highlight-line)
13609 (flymake-goto-file-and-line, flymake-goto-line):
13610 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
13611 (gdb-goto-breakpoint):
13612 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
13613 * progmodes/python.el (python-find-function)
13614 (python-pdbtrack-track-stack-file):
13615 * progmodes/verilog-mode.el (verilog-surelint-off):
13616 * term/ns-win.el (ns-open-file-select-line):
13617 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
13618 Use forward-line rather than goto-line.
13619
13620 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
13621 * textmodes/reftex-index.el (reftex-display-index):
13622 * textmodes/reftex-ref.el (reftex-offer-label-menu):
13623 * textmodes/reftex-toc.el (reftex-toc):
13624 Remove unnecessary bindings of default-major-mode (all are followed by
13625 major-mode check and possible mode switch).
13626
13627 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
13628
13629 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
13630 Handle watchpoints (bug#4282).
13631 (def-gdb-thread-buffer-command): Enable thread to be selected by
13632 clicking without selecting threads buffer first.
13633 (gdb-current-context-command): Use selected frame so that "up",
13634 "down" etc work in the GUD buffer.
13635 (gdb-update): Find selected frame before rendering stack buffer.
13636 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
13637
13638 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
13639
13640 * progmodes/sym-comp.el (displayed-completions): Remove.
13641 (symbol-complete): Use minibuffer-complete.
13642
13643 2009-08-31 Glenn Morris <rgm@gnu.org>
13644
13645 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
13646
13647 * apropos.el (apropos-symbols-internal):
13648 Handle (obsolete) face aliases.
13649
13650 * faces.el (describe-face): Adjust the output format to be more like
13651 describe-variable, and to mention (obsolete) face aliases.
13652 Adjust the whitespace so that help-setup-xref works.
13653
13654 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
13655 * calendar/diary-lib.el (diary-button-face):
13656 Mark these face aliases as obsolete.
13657
13658 * calendar/calendar.el (calendar-today): Doc fix.
13659
13660 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
13661
13662 * progmodes/gdb-mi.el (gdb-control-all-threads)
13663 (gdb-control-current-thread): Force tool bar update.
13664 (gdb-non-stop-handler): New function.
13665 (gdb-init-1): Use it to test if non-stop mode is supported.
13666 Remove unused gdbmi buffer type.
13667
13668 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
13669
13670 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
13671 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
13672
13673 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
13674
13675 * comint.el (comint-exec-1): Check command is non-null first.
13676 Part of gdb-mi.el change (2009-08-28).
13677
13678 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
13679
13680 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
13681
13682 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
13683
13684 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
13685 instead of `dolist' to avoid a recursive require when bootstrapping.
13686
13687 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
13688
13689 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
13690
13691 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
13692
13693 * net/imap.el (imap-send-command): Simplify.
13694 (imap-wait-for-tag): point-max -> buffer-size.
13695
13696 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
13697
13698 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
13699 with constant argument.
13700
13701 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
13702
13703 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
13704
13705 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
13706 Change default, since most of our files don't have a history.
13707 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
13708 the user.
13709
13710 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13711 Add comint-run.
13712
13713 * calc/calc.el: Improve commenting convention.
13714 (calc-digit-map, toplevel): Simplify.
13715
13716 * comint.el (comint-insert-input): Be careful to only set point if we
13717 don't delegate to some other command.
13718
13719 * proced.el (proced-signal-list): Make it an alist.
13720 (proced-grammar-alist): Capitalize names.
13721 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
13722 Disable undo manually and make it read-only.
13723 Use completion-annotate-function.
13724
13725 * minibuffer.el (minibuffer-message): If the current buffer is not
13726 a minibuffer, insert the message in the echo area rather than at the
13727 end of the buffer.
13728 (completion-annotate-function): New variable.
13729 (minibuffer-completion-help): Use it.
13730 (completion--embedded-envvar-table): Environment vars are
13731 always case-sensitive.
13732
13733 2009-08-30 Glenn Morris <rgm@gnu.org>
13734
13735 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
13736 from fortran-current-defun.
13737 (fortran-beginning-of-subprogram): Be more precise about finding the
13738 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
13739 (fortran-end-of-subprogram): Simplify.
13740 (fortran-current-defun): Use fortran-start-prog-re.
13741
13742 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
13743
13744 * subr.el (do-after-load-evaluation): Simplify.
13745
13746 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
13747
13748 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
13749
13750 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
13751 (vc-rcs-print-log): Use it.
13752
13753 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
13754
13755 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
13756
13757 * paths.el (abbrev-file-name): Move to abbrev.el.
13758 * abbrev.el (abbrev-file-name): Move from paths.el.
13759 Obey user-emacs-directory.
13760 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
13761 user-emacs-directory.
13762 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
13763 abbrev-file-name and calc-settings-file any more.
13764 * startup.el (command-line): Recompute abbrev-file-name and
13765 abbreviated-home-dir.
13766 (normal-no-mouse-startup-screen): Improve the generic code and get rid
13767 of the special code for when C-h bindings haven't been changed.
13768 (display-startup-echo-area-message): Use with-current-buffer.
13769 (command-line-1): Use a list of strings, rather than a list of lists
13770 of strings for longopts.
13771
13772 * files.el (get-free-disk-space): Use / for default-directory.
13773
13774 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
13775 Use with-current-buffer.
13776
13777 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
13778 Recognize immutable variables like most-positive-fixnum.
13779 (byte-compile-setq-default): Check and warn if trying to assign
13780 to an immutable variable, or a non-variable.
13781
13782 * progmodes/cc-vars.el (c-comment-continuation-stars):
13783 * progmodes/cc-engine.el (c-looking-at-bos):
13784 * progmodes/cc-cmds.el (c-toggle-auto-state)
13785 (c-forward-into-nomenclature, c-backward-into-nomenclature)
13786 (c-comment-line-break-function): Add version of obsolescence.
13787
13788 2009-08-28 Juri Linkov <juri@jurta.org>
13789
13790 * files.el (magic-fallback-mode-alist): Add ZIP magic number
13791 associated with `archive-mode'.
13792
13793 * image.el (image-type-header-regexps): Use only JPEG magic number
13794 to determine JPEG images, and don't use `image-jpeg-p' because
13795 Emacs can display non-JFIF non-Exif JPEG images.
13796
13797 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
13798
13799 * arc-mode.el (archive-mode):
13800 * emacs-lisp/re-builder.el (re-builder-unload-function):
13801 Protect against the default value of `major-mode' being nil.
13802
13803 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
13804
13805 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
13806 Fix typos in docstrings.
13807
13808 * progmodes/js.el (js--macro-decl-re): Doc fix.
13809 (js--plain-method-re, js--split-name): Refloc docstring.
13810 (js--class-styles, js--make-merged-item, js--splice-into-items):
13811 Fix typos in docstrings; reflow docstrings.
13812 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
13813 (js--variable-decl-matcher, js--inside-pitem-p)
13814 (js--parse-state-at-point, js--get-all-known-symbols)
13815 (js--symbol-history, js-find-symbol, js--js-references)
13816 (js--moz-interactor, js--js-encode-value, js--read-tab):
13817 Fix typos in docstrings.
13818
13819 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
13820
13821 * textmodes/reftex.el (reftex-get-file-buffer-force):
13822 * progmodes/verilog-mode.el (verilog-batch-execute-func):
13823 * emulation/viper.el (viper-go-away, viper-set-hooks):
13824 * emacs-lisp/re-builder.el (re-builder-unload-function):
13825 * emacs-lisp/bytecomp.el (byte-compile-file):
13826 * ses.el (ses-unload-function):
13827 * hexl.el (hexl-find-file):
13828 * files.el (normal-mode):
13829 * ehelp.el (with-electric-help):
13830 * autoinsert.el (auto-insert-alist):
13831 * arc-mode.el (archive-mode):
13832 Use (default-value 'major-mode) instead of default-major-mode.
13833
13834 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
13835 * international/mule.el (load-with-code-conversion):
13836 * emacs-lisp/debug.el (debug):
13837 * ediff-vers.el (ediff-rcs-get-output-buffer):
13838 * dired.el (dired-internal-noselect): Don't let-bind
13839 default-major-mode around code that doesn't use it.
13840 E.g. buffer creation via get-buffer-create doesn't use it.
13841
13842 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
13843
13844 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
13845 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
13846 when writing the temp file. Otherwise, epa-file gets confused.
13847 (tramp-register-file-name-handlers): Make it a defun. Move also
13848 `epa-file-handler' to the front of `file-name-handler-alist'.
13849
13850 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
13851
13852 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
13853 start right after a ^M.
13854 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
13855 (tramp-completion-file-name-regexp-separate)
13856 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
13857 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
13858 Don't modify last-coding-system-used by accident.
13859 (tramp-completion-file-name-handler): Apply the checks here,
13860 instead during registration.
13861 (tramp-register-file-name-handlers): Renamed from
13862 `tramp-register-file-name-handler'. Register both
13863 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
13864 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
13865
13866 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
13867
13868 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
13869 Remove variable ...
13870 (gdb-init-1, gdb-display-separate-io-buffer)
13871 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
13872 references to it.
13873 (gdb-inferior-io-mode): Use make-comint-in-buffer.
13874 (gdb-inferior-filter): Use comint-output-filter to stop
13875 echoing and remove ^M characters.
13876
13877 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
13878
13879 * emulation/viper-init.el (viper-restore-cursor-type):
13880 * emulation/cua-base.el (cua--update-indications):
13881 Replace default-cursor-type with (default-value 'cursor-type).
13882
13883 * mail/sendmail.el (mail-recover-1):
13884 * international/mule-diag.el (describe-current-coding-system-briefly)
13885 (describe-current-coding-system):
13886 * international/mule-cmds.el (select-safe-coding-system)
13887 (select-message-coding-system)
13888 (set-language-environment-coding-systems, set-locale-environment):
13889 * hexl.el (hexl-insert-multibyte-char):
13890 * dos-w32.el (find-buffer-file-type-coding-system):
13891 * simple.el (what-cursor-position):
13892 Replace uses of default-buffer-file-coding-system
13893 with (default-value 'buffer-file-coding-system).
13894
13895 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
13896 Replace uses of default-cursor-in-non-selected-windows
13897 with (default-value 'cursor-in-non-selected-windows).
13898 Use with-current-buffer.
13899
13900 * mail/feedmail.el: Use CL macros.
13901 (feedmail-run-the-queue, feedmail-send-it-immediately):
13902 * dos-w32.el (find-buffer-file-type): Replace uses of
13903 default-buffer-file-type with (default-value 'buffer-file-type).
13904
13905 2009-08-28 Glenn Morris <rgm@gnu.org>
13906
13907 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
13908 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
13909 Use default-value of major-mode rather than default-major-mode.
13910
13911 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
13912
13913 * Makefile.in (update-elcfiles): Report left over elc files.
13914
13915 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
13916 expand-file-name and with-current-buffer.
13917 (mail-get-names, mail-directory): Use with-current-buffer.
13918
13919 * vc.el (vc-read-revision): New function.
13920 (vc-version-diff, vc-merge): Use it.
13921
13922 2009-08-27 Sam Steingold <sds@gnu.org>
13923
13924 * simple.el (kill-do-not-save-duplicates): New user option.
13925 (kill-new): When it is non-nil, and the new string is the same as
13926 the latest kill, set replace to t to avoid duplicates in kill-ring.
13927
13928 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
13929
13930 * net/tramp.el (tramp-handle-process-file): Do not flush all
13931 caches when `process-file-side-effects' is set.
13932 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
13933 instead of `tramp-find-file-exists-command'.
13934 Unset `process-file-side-effects'.
13935
13936 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
13937
13938 * net/tramp.el (tramp-methods): New method "rsyncc".
13939 (top): Add completion function for "rsyncc".
13940 (tramp-message-show-message): New defvar.
13941 (tramp-message, tramp-error): Use it.
13942 (tramp-do-copy-or-rename-file-directly): Extend check for direct
13943 remote copying.
13944 (tramp-do-copy-or-rename-file-out-of-band): Handle new
13945 `tramp-methods' entry `copy-env' of "rsyncc".
13946 (tramp-vc-registered-read-file-names): New defconst.
13947 (tramp-vc-registered-file-names): New defvar.
13948 (tramp-handle-vc-registered): Implement optimization strategy.
13949 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
13950 (tramp-vc-file-name-handler): New defun.
13951 (tramp-get-ls-command, tramp-get-test-command)
13952 (tramp-get-file-exists-command, tramp-get-remote-ln)
13953 (tramp-get-remote-perl, tramp-get-remote-stat)
13954 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
13955
13956 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
13957 (tramp-cache-inhibit-cache): Extend doc string. It allows also
13958 timestamps.
13959 (tramp-get-file-property): Check for timestamps in
13960 `tramp-cache-inhibit-cache'.
13961 (tramp-set-file-property): Write timestamp.
13962
13963 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13964
13965 * language/japan-util.el (japanese-symbol-table): Add entries for
13966 cp932-2-byte.
13967
13968 * international/characters.el: Add category `j' to cp932-2-byte.
13969
13970 2009-08-27 Kenichi Handa <handa@m17n.org>
13971
13972 * international/fontset.el (build-default-fontset-data): New macro.
13973 (setup-default-fontset): Use build-default-fontset-data for CJK,
13974 tibetan, ethiopic, and ipa.
13975
13976 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
13977
13978 * cus-start.el (default-major-mode): Customize `major-mode' instead.
13979 (enable-multibyte-characters): Not customizable any more.
13980
13981 * subr.el (default-mode-line-format, default-header-line-format)
13982 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
13983 (default-direction-reversed, default-truncate-lines)
13984 (default-left-margin, default-tab-width, default-case-fold-search)
13985 (default-left-margin-width, default-right-margin-width)
13986 (default-left-fringe-width, default-right-fringe-width)
13987 (default-fringes-outside-margins, default-scroll-bar-width)
13988 (default-vertical-scroll-bar, default-indicate-empty-lines)
13989 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
13990 (default-fringe-cursor-alist, default-scroll-up-aggressively)
13991 (default-scroll-down-aggressively, default-fill-column)
13992 (default-cursor-type, default-buffer-file-type)
13993 (default-cursor-in-non-selected-windows)
13994 (default-buffer-file-coding-system, default-major-mode)
13995 (default-enable-multibyte-characters): Mark as obsolete.
13996
13997 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
13998
13999 * vc-dir.el (vc-dir-update): Remove debug helper.
14000
14001 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
14002
14003 2009-08-26 Sam Steingold <sds@gnu.org>
14004
14005 * simple.el (save-interprogram-paste-before-kill): New user option.
14006 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
14007 save the interprogram-paste into kill-ring before overriding it
14008 with the Emacs kill.
14009
14010 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14011
14012 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
14013 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
14014 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
14015 and move to vc-rcs.el.
14016 (vc-default-next-revision): Rename to vc-rcs-next-revision and
14017 move to vc-rcs.el.
14018 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
14019 (vc-rcs-update-changelog): Remove.
14020 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
14021 and move to vc-rcs.el.
14022
14023 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
14024 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
14025 renaming.
14026 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
14027 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
14028 vc.el, renamed to be RCS specific.
14029
14030 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
14031 New functions.
14032 (vc-cvs-update-changelog): Move here from vc.el.
14033
14034 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
14035 New functions.
14036
14037 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14038
14039 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
14040
14041 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14042
14043 * vc-git.el (vc-git-register): Use "git add" for directories.
14044 (vc-git-stash, vc-git-stash-show): New functions.
14045 (vc-git-extra-menu-map): Bind them.
14046
14047 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
14048 directory correctly in case the item is a directory itself.
14049
14050 * vc.el: Document the desired behavior for reverted files in the
14051 `added' state.
14052 (vc-default-prettify-state-info): Remove function, unused.
14053
14054 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
14055
14056 2009-08-26 Glenn Morris <rgm@gnu.org>
14057
14058 * bindings.el (standard-mode-line-format): Reposition dashes in
14059 which-func entry. (Bug#4217)
14060
14061 * files.el (enable-local-variables, enable-local-eval)
14062 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
14063 the defcustoms.
14064 (auto-mode-alist, ignored-local-variables)
14065 (save-some-buffers-action-alist): Move risky declarations to the
14066 definitions.
14067 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
14068 (font-lock-defaults, format-alist, imenu--index-alist)
14069 (imenu-generic-expression, input-method-alist, minor-mode-alist)
14070 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
14071 (mode-line-modified, mode-line-mule-info, mode-line-position)
14072 (mode-line-process, mode-line-remote, outline-level)
14073 (parse-time-rules, rmail-output-file-alist)
14074 (special-display-buffer-names, vc-mode):
14075 Move risky declarations to the relevant files.
14076 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
14077 (mode-line-modified, mode-line-process, mode-line-position)
14078 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
14079 * font-core.el (font-lock-defaults):
14080 * format.el (format-alist):
14081 * vc-hooks.el (vc-mode):
14082 * window.el (special-display-buffer-names):
14083 * international/mule-cmds.el (input-method-alist):
14084 Define riskiness here (dumped file) rather than in files.el.
14085 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
14086 * imenu.el (imenu-generic-expression, imenu--index-alist):
14087 * outline.el (outline-level):
14088 * time.el (display-time-string):
14089 * calendar/parse-time.el (parse-time-rules):
14090 * mail/rmailout.el (rmail-output-file-alist):
14091 Autoload riskiness here, rather than placing in files.el.
14092
14093 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
14094
14095 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
14096
14097 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
14098
14099 * simple.el (process-file-side-effects): New defvar.
14100
14101 * dired-aux.el (dired-show-file-type):
14102 * vc.el (vc-diff-internal):
14103 * vc-arch.el (vc-arch-diff):
14104 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
14105 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
14106 * vc-git.el (vc-git-registered, vc-git-working-revision)
14107 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
14108 (vc-git--empty-db-p):
14109 * vc-hooks.el (vc-user-login-name):
14110 * vc-svn.el (vc-svn-registered, vc-svn-state)
14111 (vc-svn-dir-extra-headers, vc-svn-find-revision):
14112 * progmodes/grep.el (grep-probe): Let-bind
14113 `process-file-side-effects' with nil.
14114
14115 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
14116
14117 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
14118 daemon. Replace ping by checking for running service for bluez
14119 and zeroconf. (Bug#4239)
14120
14121 2009-08-25 Kevin Ryde <user42@zip.com.au>
14122
14123 * net/dig.el (dig): Add autoload cookie.
14124
14125 2009-08-25 Glenn Morris <rgm@gnu.org>
14126
14127 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
14128 load-history for absolute file-names.
14129 (byte-compile-file-form-require): Warn about use of the cl package.
14130
14131 * format.el (format-alist): Doc fix.
14132
14133 * play/bubbles.el (top-level): Don't require cl at run-time.
14134
14135 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
14136 run-time cl).
14137
14138 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
14139
14140 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
14141 from cl package.
14142 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
14143
14144 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
14145
14146 * calc/calc-alg.el (math-trig-rewrite)
14147 (math-hyperbolic-trig-rewrite): New functions.
14148 (calc-simplify): Simplify trig functions when asked.
14149
14150 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14151
14152 * diff-mode.el (diff-find-source-location): Avoid goto-line.
14153
14154 2009-08-24 Kenichi Handa <handa@m17n.org>
14155
14156 * language/ind-util.el (mapthread): Delete it.
14157 (combinatorial): New function.
14158 (indian--puthash-cv): Use combinatorial instead of mapthread.
14159
14160 2009-08-22 Kevin Ryde <user42@zip.com.au>
14161
14162 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
14163 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
14164 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
14165 Clarify docstring that the value is strings not symbols.
14166 (checkdoc-list-of-strings-p): New function.
14167
14168 2009-08-22 Glenn Morris <rgm@gnu.org>
14169
14170 * files.el (auto-mode-alist):
14171 * hippie-exp.el (he-concat-directory-file-name):
14172 * lpr.el (lpr-windows-system, printer-name):
14173 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
14174 * ps-print.el (ps-windows-system):
14175 * startup.el (command-line):
14176 * emulation/viper-ex.el (viper-glob-function):
14177 * international/mule-cmds.el (set-language-environment-coding-systems):
14178 * net/ange-ftp.el (ange-ftp-write-region):
14179 * obsolete/fast-lock.el (fast-lock-cache-name):
14180 Remove code for defunct system-types emx, macos, mswindows, next-mach,
14181 unisoft-unix, vax-vms, win32, w32.
14182
14183 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
14184 given name if the pattern is not more specific.
14185
14186 * calendar/lunar.el (lunar-phase-names): New option.
14187 (lunar-phase): Doc fix.
14188 (lunar-cycles-per-year): New constant.
14189 (lunar-index): New function.
14190 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
14191 (lunar-phase-name): Use lunar-phase-names.
14192 (calendar-lunar-phases): Use format.
14193 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
14194
14195 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
14196 Copy imenu-example--name-and-position function here for own use.
14197 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
14198
14199 * bs.el (bs--redisplay):
14200 * cus-edit.el (custom-redraw):
14201 * ibuffer.el (ibuffer-bury-buffer):
14202 * server.el (server-goto-line-column):
14203 * startup.el (command-line-1):
14204 * strokes.el (strokes-xpm-for-stroke):
14205 * term.el (term-display-buffer-line):
14206 * view.el (View-goto-line):
14207 * calc/calc.el (calc-do, calc-trail-buffer):
14208 * play/gamegrid.el (gamegrid-add-score-insecure):
14209 * progmodes/ada-mode.el (ada-compile-goto-error):
14210 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
14211 (ebrowse-select-1st-to-9nth):
14212 * progmodes/cperl-mode.el (cperl-time-fontification):
14213 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
14214 * progmodes/gud.el (gud-display-line):
14215 (idlwave-shell-display-line):
14216 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
14217 * progmodes/make-mode.el (makefile-browser-toggle):
14218 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
14219 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
14220 * textmodes/picture.el (picture-draw-rectangle):
14221 * textmodes/reftex-index.el (reftex-index-goto-letter):
14222 (reftex-select-jump-to-previous):
14223 * textmodes/reftex-sel.el (reftex-find-start-point)
14224 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
14225 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
14226 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
14227 * textmodes/tex-mode.el (tex-compilation-parse-errors):
14228 * textmodes/two-column.el (2C-associated-buffer):
14229 Use forward-line rather than goto-line.
14230
14231 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
14232 goto-line.
14233
14234 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
14235 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
14236 (quick-check-list-to-regexp): Declare.
14237
14238 * progmodes/make-mode.el (makefile-browser-insert-selection):
14239 Use goto-char rather than goto-line.
14240
14241 * progmodes/prolog.el (compilation-error-regexp-alist)
14242 (compilation-forget-errors): Declare.
14243
14244 2009-08-22 Juri Linkov <juri@jurta.org>
14245
14246 * progmodes/grep.el (lgrep, rgrep): At the beginning
14247 set `dir' to `default-directory' unless `dir' is a non-nil
14248 readable directory. (Bug#4052)
14249 (lgrep, rgrep): Change a weird way to report an error
14250 from using `read-string' to using `error'.
14251 Instead of using interactive arguments in the function body,
14252 add new argument `confirm'.
14253
14254 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
14255
14256 * textmodes/remember.el (remember-buffer):
14257 * progmodes/cperl-mode.el (cperl-vc-header-alist):
14258 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
14259 (icalendar-extract-ical-from-buffer):
14260 * net/newst-treeview.el (newsticker-groups-filename):
14261 * net/newst-backend.el (newsticker-cache-filename):
14262 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
14263 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
14264 (speedbar-add-ignored-path-regexp, speedbar-line-path)
14265 (speedbar-buffers-line-path, speedbar-path-line)
14266 (speedbar-buffers-line-path):
14267 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
14268 (epg-sign-keys):
14269 * epa.el (epa-display-verify-result):
14270 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
14271
14272 2009-08-21 Glenn Morris <rgm@gnu.org>
14273
14274 * progmodes/js.el (inferior-moz-process): Fix declaration.
14275
14276 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
14277
14278 * obsolete/rnewspost.el (news-mail-reply):
14279 Use goto-char rather than goto-line.
14280
14281 * term/ns-win.el (ns-open-file-select-line):
14282 Use line-beginning-position rather than goto-line.
14283
14284 * apropos.el (apropos-command):
14285 * ehelp.el (electric-helpify):
14286 * printing.el (pr-show-setup):
14287 * strokes.el (strokes-help):
14288 * tutorial.el (tutorial--describe-nonstandard-key)
14289 (tutorial--detailed-help):
14290 * woman.el (woman-mini-help, woman-display-extended-fonts):
14291 * calc/calc-help.el (calc-describe-key):
14292 * emulation/edt.el (edt-electric-helpify):
14293 * international/mule-diag.el (mule-diag):
14294 * play/yow.el (apropos-zippy):
14295 * progmodes/python.el (python-describe-symbol):
14296 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
14297 * textmodes/table.el (*table--cell-describe-mode)
14298 (*table--cell-describe-bindings):
14299 Use help-print-return-message rather than the now obsolete alias.
14300
14301 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
14302 (calendar-cursor-to-visible-date):
14303 * play/5x5.el (5x5-position-cursor):
14304 * play/decipher.el (decipher):
14305 * play/gomoku.el (gomoku-goto-xy):
14306 * play/landmark.el (lm-goto-xy):
14307 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
14308 (mpuz-paint-digit):
14309 Use forward-line, not goto-line.
14310
14311 * mail/rmail.el (rmail-obsolete): Delete custom group.
14312 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
14313 (rmail-remote-password, rmail-remote-password-required):
14314 Remove unneeded :set-after and :set properties.
14315
14316 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
14317
14318 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
14319
14320 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
14321
14322 * loadup.el: Remove leftover macos code.
14323
14324 * vc-git.el (vc-git-annotate-command): Run asynchronously.
14325 Explicitly pass the date format to git blame so that user local
14326 so that the output format can be parsed.
14327
14328 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
14329
14330 * net/dbus.el (top): Don't check for (getenv
14331 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
14332
14333 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
14334
14335 * log-edit.el (log-edit-strip-single-file-name): New var.
14336 (log-edit-insert-changelog): Use it. Bug#3571
14337
14338 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14339
14340 * subr.el (read-passwd): Use read-key so keypad keys work as well.
14341 Bug#3287
14342
14343 * help.el (help-print-return-message): Rename from
14344 print-help-return-message.
14345
14346 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
14347 cvs-mode-map parent hack.
14348 (log-view-mode): Derive from special-mode.
14349
14350 * linum.el (linum-mode): window-size-change-functions is redundant.
14351 Adapt to new window-configuration-change-hook behavior.
14352 (linum-after-size, linum-after-config): Remove.
14353
14354 * imenu.el (imenu-example--name-and-position)
14355 (imenu-example--lisp-extract-index-name)
14356 (imenu-example--create-lisp-index, imenu-example--create-c-index):
14357 Mark as obsolete.
14358
14359 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
14360 (inferior-prolog-mode): Use it.
14361 (inferior-prolog-load-file): Reset list of errors.
14362
14363 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14364
14365 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
14366
14367 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
14368
14369 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
14370
14371 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
14372 is running already.
14373
14374 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14375
14376 * subr.el (listify-key-sequence-1): Use normal syntax since those
14377 integers are nowadays always represented by the same (positive) number
14378 on all platforms.
14379 (read-key-empty-map): New const.
14380 (read-key-delay): New var.
14381 (read-key): New function.
14382 (force-mode-line-update): Use with-current-buffer.
14383 (locate-user-emacs-file): Don't forget to abbreviate the file name.
14384 (start-process-shell-command, start-file-process-shell-command):
14385 Discourage the use of command-args.
14386
14387 2009-08-19 Glenn Morris <rgm@gnu.org>
14388
14389 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
14390
14391 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14392
14393 * simple.el (choose-completion-string): Don't rely on
14394 minibuffer-completing-file-name and ad-hoc checks to decide whether
14395 to continue completion or not.
14396
14397 * minibuffer.el (minibuffer-hide-completions): New function.
14398 (completion--do-completion): Use it.
14399 (completions-annotations): New face.
14400 (completion--insert-strings): Use it.
14401 (completion-pcm--delim-wild-regex): Add docstring.
14402 (completion-pcm--string->pattern): Add support for 0-width delimiters
14403 in completion-pcm--delim-wild-regex.
14404
14405 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
14406
14407 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
14408 Remove unused var `buffer-modified-p'.
14409
14410 * minibuffer.el (completion--do-completion): Move point for the #b001
14411 case as well (bug#4176).
14412 (minibuffer-complete, minibuffer-complete-word): Don't move point.
14413
14414 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
14415
14416 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
14417 and :session buses.
14418
14419 2009-08-18 Kenichi Handa <handa@m17n.org>
14420
14421 * international/ucs-normalize.el (ucs-normalize-version):
14422 Change to 1.1.
14423 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
14424 (utf-8-hfs): Make it perform normalization on encoding too.
14425
14426 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
14427 (sentence-end-without-space): Delete duplicated chars.
14428 (sentence-end-base): Likewise.
14429
14430 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
14431 (html-mode): Delete duplicated chars from sentence-end-base.
14432
14433 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
14434 (texinfo-mode): Delete duplicated chars from sentence-end-base.
14435
14436 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
14437
14438 * files.el (hack-one-local-variable): If the mode function is for
14439 a minor mode, pass it an argument (Bug#4148).
14440
14441 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
14442
14443 * net/tramp.el (tramp-register-completion-file-name-handler):
14444 Check also for (member 'partial-completion completion-styles).
14445
14446 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
14447
14448 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
14449 abbrev (Bug#3943).
14450
14451 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
14452
14453 * progmodes/cperl-mode.el: Merge upstream 6.2.
14454 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
14455 (cperl-forward-re): Check cperl-brace-recursing.
14456 (cperl-highlight-charclass): New function.
14457 (cperl-find-pods-heres): Use it.
14458 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
14459 (cperl-beautify-regexp-piece): Fix column calculation.
14460 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
14461 (cperl-beautify-level): Don't process entire regexp.
14462 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
14463 calling man.
14464 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
14465 (cperl-init-faces): Build a list in the normal way.
14466
14467 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
14468
14469 * calendar/parse-time.el (parse-time-string-chars): Save match
14470 data.
14471
14472 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
14473
14474 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
14475 (sql-product): Use it.
14476 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
14477 (sql-set-product): Add completion.
14478 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
14479 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
14480 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
14481 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
14482 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
14483 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
14484 (sql-highlight-db2-keywords): Remove.
14485 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
14486 (sql-highlight-product): Use derived-mode-p.
14487 (sql-set-sqli-buffer): Use with-current-buffer.
14488 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
14489 Simplify.
14490
14491 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
14492
14493 * term.el: Fix commenting convention, turn comments into docstrings.
14494
14495 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
14496
14497 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
14498
14499 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
14500
14501 * calendar/parse-time.el (parse-time-string-chars): Compute using
14502 character classes, to handle non-ascii characters (Bug#3190).
14503
14504 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
14505
14506 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
14507 another heredoc if the user adds another < (Bug#3226).
14508
14509 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
14510 Don't initialize based on window-system (Bug#4124).
14511
14512 * facemenu.el (facemenu-read-color): Use a completion function
14513 that accepts any defined color, such as RGB triplets (Bug#3677).
14514
14515 * files.el (get-free-disk-space): Change fallback default
14516 directory to /. Expand DIR argument before switching to fallback.
14517 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
14518
14519 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
14520
14521 * files.el (load-library): Doc fix.
14522
14523 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
14524
14525 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
14526 (viper-if-string): Redefine C-s in the minibuffer to insert the last
14527 incremental search string.
14528
14529 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
14530 XEmacs.
14531
14532 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
14533 (ediff-merge-region-is-non-clash)
14534 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
14535 Also check if the job is really a merge job.
14536
14537 * ediff.el (ediff-current-file): New function.
14538
14539 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
14540
14541 * progmodes/js.el: Edit docstrings throughout to follow Emacs
14542 conventions.
14543 (js-insert-and-indent): Delete function.
14544 (js-mode-map): Don't bind keys to js-insert-and-indent.
14545 (js-beginning-of-defun): Rename from js--beginning-of-defun.
14546 (js-end-of-defun): Rename from js--end-of-defun.
14547 (js-auto-indent-flag): Delete variable.
14548
14549 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
14550
14551 * progmodes/js.el: Remove proclaim statement.
14552 Defvar which-func-imenu-joiner-function to silence compiler.
14553
14554 * files.el (auto-mode-alist): Use js-mode for .js files.
14555
14556 * progmodes/js2-mode.el: Remove file.
14557
14558 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
14559
14560 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
14561
14562 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
14563
14564 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
14565 Karl Landstrom <karl.landstrom@brgeight.se>
14566
14567 * progmodes/js.el: New file.
14568
14569 2009-08-14 Mark A. Hershberger <mah@everybody.org>
14570
14571 * timezone.el (timezone-parse-date): Add ability to understand ISO
14572 basic format (minimal separators) dates in addition to the
14573 already-supported extended format dates.
14574
14575 2009-08-14 Eli Zaretskii <eliz@gnu.org>
14576
14577 * international/ucs-normalize.el: Add a `coding' file variable.
14578
14579 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
14580
14581 2009-08-14 Sam Steingold <sds@gnu.org>
14582
14583 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
14584
14585 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
14586
14587 * faces.el (help-argument-name): Define it here instead of
14588 help-fns.el, because in daemon mode help-fns.el may be loaded when
14589 faces are still uninitialized (Bug#1078).
14590
14591 * help-fns.el (help-argument-name): Move defface to faces.el.
14592
14593 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
14594
14595 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
14596 create buffer with a pty but no process so that GDB can make the
14597 inferior the controlling process.
14598
14599 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
14600
14601 * international/ucs-normalize.el: New file.
14602
14603 2009-08-13 Richard Stallman <rms@gnu.org>
14604
14605 * mail/rmail.el (rmail-get-attr-names):
14606 Accept an attribute header that is too short.
14607
14608 * mail/rmail.el (rmail-forget-messages):
14609 Ignore nil elt in rmail-message-vector. Use dotimes.
14610
14611 * progmodes/compile.el (compilation-goto-locus):
14612 Use next-error-move-function.
14613
14614 * simple.el (next-error-move-function): New variable.
14615
14616 2009-08-12 Juri Linkov <juri@jurta.org>
14617
14618 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
14619 always non-nil. (Bug#4052)
14620
14621 * replace.el (read-regexp): Return empty string when
14622 `default-value' is nil.
14623 (keep-lines-read-args): Don't use empty string as the
14624 default value for `read-regexp'. (Bug#2495)
14625
14626 2009-08-12 Juri Linkov <juri@jurta.org>
14627
14628 * international/mule-cmds.el (ucs-insert): Change arguments
14629 from `arg' to `character', `count', `inherit' to be the same
14630 as in `insert-char'. Doc fix. (Bug#4039)
14631
14632 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
14633
14634 2009-08-12 Juri Linkov <juri@jurta.org>
14635
14636 * files-x.el: New file.
14637
14638 * files.el: Move code that deals with adding/deleting
14639 file/directory-local variables to files-x.el.
14640
14641 * Makefile.in (ELCFILES): Add files-x.elc.
14642
14643 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
14644
14645 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
14646 to use `goto-line'.
14647 (gdb-place-breakpoints, gdb-get-location): Rewritten without
14648 `goto-line'.
14649 (gdb-invalidate-disassembly): Do not refresh upon receiving
14650 'update signal. Instead, update all disassembly buffers only after
14651 threads list.
14652 (gdb): Send -target-detach when buffer is killed (Bug#3794).
14653 (gdb-starting): Moved -data-list-register-names...
14654 (gdb-stopped): ...here so it's sent when first thread stops.
14655 (gdb-registers-handler-custom): Do nothing if register names are
14656 unknown yet.
14657
14658 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
14659 from `gdb-mi.el' to avoid extra tangling.
14660
14661 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
14662 change which breaks `gud-def' definitions used in `gdb'.
14663 (gdb-update-gud-running): No extra fuss for updating frame number.
14664
14665 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
14666
14667 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
14668 (describe-language-environment-map, setup-language-environment-map)
14669 (set-coding-system-map): Move initialization into declaration.
14670 (set-language-info-alist): Last arg to define-key-after can be skipped.
14671
14672 * international/quail.el (quail-completion-1): Simplify.
14673 (quail-define-rules): Use slightly more compact code.
14674 (quail-insert-decode-map): Propertize keys, compact columns.
14675
14676 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14677 Add goto-line.
14678
14679 2009-08-10 Miles Bader <miles@gnu.org>
14680
14681 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
14682 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
14683 (js2-instance-member, js2-private-member, js2-private-function-call)
14684 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
14685 (js2-magic-paren, js2-external-variable):
14686 Remove "-face" suffix from face names.
14687 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
14688 (js2-highlight-undeclared-vars, js2-peek-token)
14689 (js2-parse-function-params, js2-mode-show-errors)
14690 (js2-mode-show-warnings, js2-make-magic-delimiter)
14691 (js2-mode-highlight-magic-parens): Update to use new face names.
14692
14693 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
14694
14695 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
14696 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
14697
14698 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
14699
14700 * subr.el: Provide hashtable-print-readable.
14701
14702 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
14703 hs-c-like-adjust-block-beginning.
14704 (hs-hide-block-at-point): Stop hiding at the beginning of
14705 hs-block-end-regexp (Bug#700).
14706
14707 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
14708
14709 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
14710 a macro.
14711 (gdb-registers-handler-custom): Do not fail when register names
14712 are unavailable.
14713
14714 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
14715
14716 * progmodes/gdb-mi.el (gdb-control-all-threads)
14717 (gdb-control-current-thread): Interactive setters for
14718 `gdb-gud-control-all-threads' to use in menu.
14719 (gdb-show-run-p): Show «Go» when process is not active.
14720 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
14721 gud/thread.xpm and gud/all.xpm.
14722
14723 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
14724
14725 * net/net-utils.el (net-utils-font-lock-keywords): New var.
14726 (nslookup-font-lock-keywords): Make it a variable.
14727 (net-utils-mode): New mode for viewing diagnostic network output.
14728 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
14729 (net-utils-run-simple): New function.
14730 (ifconfig, iwconfig, netstat, arp, route): Use it.
14731
14732 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
14733
14734 * progmodes/gdb-mi.el (gdb-read-memory-custom)
14735 (gdb-memory-set-address, def-gdb-set-positive-number)
14736 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
14737 after changing settings.
14738 (gdb-invalidate-disassembly): Update when first shown.
14739 (gdb-edit-locals-value): Fixed.
14740 (gdb-registers-handler-custom): Print registers in right order and
14741 allow changing register values (only for current thread yet).
14742 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
14743 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
14744 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
14745 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
14746 info in mode name.
14747 (gdb-registers-mode-map): TAB to switch to locals.
14748
14749 2009-08-08 Eli Zaretskii <eliz@gnu.org>
14750
14751 * mail/rmail.el (rmail-add-mbox-headers)
14752 (rmail-set-message-counters-counter): Search for
14753 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
14754
14755 2009-08-08 Glenn Morris <rgm@gnu.org>
14756
14757 * Makefile.in (ELCFILES): Update.
14758
14759 2009-08-07 Eli Zaretskii <eliz@gnu.org>
14760
14761 * mail/sendmail.el (mail-yank-original): Set
14762 buffer-file-coding-system from the one used by the message whose
14763 text is yanked.
14764
14765 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
14766 to "windows" when "pgnuplot" is used.
14767 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
14768 call accept-process-output if "pgnuplot" is used.
14769 (calc-graph-init): Don't send -display and -geometry to
14770 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
14771 running "pgnuplot -V" with shell-command-to-string.
14772
14773 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
14774 the default.
14775
14776 2009-08-07 Eli Zaretskii <eliz@gnu.org>
14777
14778 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
14779 org/org-latex.elc.
14780
14781 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
14782
14783 * vc-dispatcher.el (vc-resynch-window): Update comment.
14784
14785 * term.el (term-handle-ansi-escape): Add comments with the
14786 terminfo capabilities implemented.
14787
14788 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
14789
14790 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
14791 (gdb-var-create-handler): Rewritten using JSON parser.
14792 (gdb-propertize-header): Moved earlier.
14793 (gdb-set-header): Removed to avoid duplication.
14794 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
14795 Refresh disassembly buffers only after threads list have been
14796 update.
14797 (gdb-threads-header, gdb-registers-header): Per-buffer header line
14798 variables.
14799
14800 2009-08-04 Juri Linkov <juri@jurta.org>
14801
14802 * files.el: Commands to add/delete file/directory-local variables.
14803 (read-file-local-variable, read-file-local-variable-value)
14804 (read-file-local-variable-mode, modify-file-local-variable)
14805 (modify-file-local-variable-prop-line)
14806 (modify-dir-local-variable): New functions.
14807 (add-file-local-variable, delete-file-local-variable)
14808 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
14809 (add-dir-local-variable, delete-dir-local-variable)
14810 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
14811 (copy-dir-locals-to-file-locals-prop-line): New commands.
14812
14813 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
14814
14815 * abbrev.el (insert-abbrev-table-description): Prettify output.
14816 Suggested by Karl Chen.
14817
14818 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
14819
14820 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
14821 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
14822 (gdb-overlay-arrow-position, gdb-thread-position)
14823 (gdb-disassembly-position): Declare variables.
14824 (gdb-wait-for-pending): Function now.
14825 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
14826 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
14827 compilation goes smoothly.
14828 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
14829 (gdb-non-stop-setting): New customization setting which replaces
14830 `gdb-non-stop' so changing it doesn't break active GDB session.
14831 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
14832 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
14833 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
14834 (gdb-show-threads-by-default): New customization options.
14835 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
14836 routines.
14837 (gdb-get-buffer-create): Send buffers update signal when they are
14838 created.
14839 (gdb-invalidate-locals, gdb-invalidate-registers)
14840 (gdb-invalidate-breakpoints)
14841 (gdb-invalidate-threads, gdb-invalidate-disassembly)
14842 (gdb-invalidate-memory): Accept update signal.
14843 (gdb-current-context-command): Use --frame option.
14844 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
14845 Implement `gdb-frame-number' selection logic.
14846 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
14847 whether to show GUD toolbar buttons.
14848 (gdb-thread-exited): Unselect current thread when it exits.
14849 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
14850 (gdb-mark-line): Routine which sets overlay arrow or inverses
14851 video on fringeless displays.
14852 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
14853 to build aligned columns of data in GDB buffers and set text
14854 properties line-by-line.
14855 (gdb-invalidate-breakpoints)
14856 (gdb-breakpoints-list-handler-custom)
14857 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
14858 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
14859 (gdb-registers-handler-custom): Align data columns.
14860 (gdb-locals-handler-custom): Now prints data like in variable
14861 declarations.
14862 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
14863 Removed confusing buttons.
14864 (gdb-invalidate-threads): Append --frame.
14865 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
14866 between breakpoints/threads buffers.
14867 (gdb-set-window-buffer): Now can ignore dedicated windows.
14868 (gdb-propertize-header): Use `gdb-set-window-buffer'.
14869 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
14870 (def-gdb-thread-buffer-gud-command): Replaces
14871 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
14872 for fine thread control.
14873 (gdb-preempt-existing-or-display-buffer): New function used to
14874 display bound buffers without breaking window layout.
14875 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
14876 (gdb-select-frame): New version of `gdb-frames-select' which now
14877 sets `gdb-frame-number' so commands may use --frame option instead
14878 of inner debugger state.
14879 (gdb-frame-handler): Do not set `gdb-frame-number'.
14880 (gdb-threads-mode-map): Select threads with mouse.
14881
14882 * progmodes/gud.el (gdb-gud-context-call): Declare function to
14883 avoid compilation warning.
14884 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
14885 `gdb-show-stop-p`.
14886
14887 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
14888 Argument `key' renamed to `buffer-type'.
14889 (gdb-current-context-buffer-name): Do not add thread info to
14890 buffer name when no thread is selected.
14891 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
14892 command (bug 3794).
14893 (gdb-thread-selected): Handle `=thread-selected' notification.
14894 (gdb-wait-for-pending): New macro to deal with congestion problems.
14895 (gdb-breakpoints-list-handler-custom): Don't fail on pending
14896 breakpoints.
14897 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
14898 This fixes problem similar to one described in bug 3947.
14899 (gud-menu-map): More menu items.
14900 (gdb-init-1): Reset `gdb-thread-number' to nil.
14901
14902 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
14903 non-stop settings.
14904
14905 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
14906 (gdb-current-context-command): Do not append --thread if
14907 `gdb-thread-number' is nil.
14908 (gdb-running-threads-count, gdb-stopped-threads-count): New
14909 variables.
14910 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
14911 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
14912 customization options.
14913 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
14914 GUD commands.
14915 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
14916 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
14917 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
14918 set `gdb-thread-number' and update `gud-running' properly.
14919 (gdb-running): Update threads list when new threads appear.
14920 (gdb-stopped): Support non-stop operation and new thread switching
14921 logic.
14922 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
14923 (gdb-json-partial-output): New set of JSON routines.
14924 (def-gdb-auto-update-trigger): New `signal-list' optional
14925 argument.
14926 (gdb-thread-list-handler-custom): Update `gud-running',
14927 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
14928 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
14929 (gdb-continue-thread, gdb-step-thread): New commands for fine
14930 thread execution control.
14931 (gud-menu-map): New menu items to switch non-stop options.
14932 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
14933 (gdb-send): Mimic RET properly (bug 3794).
14934
14935 * progmodes/gdb-mi.el (gdb-rules-name-maker)
14936 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
14937 gdb-buffer-rules.
14938 (def-gdb-auto-update-handler): New nopreserve optional argument.
14939 (gdb-stack-list-frames-custom): Print stack from top to bottom.
14940
14941 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
14942 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
14943 (gdb-parent-mode): New mode to derive other GDB modes from.
14944 (gdb-display-disassembly-for-thread)
14945 (gdb-frame-disassembly-for-thread): New commands for threads
14946 buffer.
14947
14948 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
14949 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
14950 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
14951 (gdb-update): We now store all GDB buffers in a list so that they
14952 can be updated by traversing a list instead of calling invalidate
14953 triggers explicitly.
14954 (def-gdb-trigger-and-handler): New macro to define trigger-handler
14955 pair for GDB buffer.
14956 (gdb-stack-buffer-name): Add thread information.
14957 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
14958 handle pending triggers.
14959 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
14960 (def-gdb-thread-buffer-simple-command)
14961 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
14962 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
14963 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
14964 New commands which show buffers bound to thread.
14965 (gdb-stack-list-locals-regexp): Removed unused regexp.
14966
14967 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
14968 (gdb-locals-buffer-name, gdb-registers-buffer-name)
14969 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
14970 to (gud-comint-buffer) in *-buffer-name functions
14971 because (gdb-get-target-string) already does that.
14972 (gdb-locals-handler-custom, gdb-registers-handler-custom)
14973 (gdb-changed-registers-handler): Rewritten without regexps.
14974
14975 * progmodes/gdb-mi.el: Basic thread selection support.
14976 (gdb-thread-number): New variable.
14977 (gdb-current-context-command): New macro which adds --thread
14978 option to command.
14979 (gdb-threads-mode-map): Select thread with SPC.
14980 (gdb-thread-list-handler-custom): Mark current thread with overlay
14981 arrow. Synchronize GDB thread and Emacs thread.
14982 (gdb-select-thread): New command which selects current thread.
14983 (gdb-invalidate-frames, gdb-invalidate-locals)
14984 (gdb-invalidate-registers): Use --thread option.
14985
14986 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
14987
14988 * net/tramp.el (top): Make check for tramp-gvfs loading more
14989 robust. (Bug#3977)
14990 (tramp-handle-insert-file-contents): `unwind-protect' must be
14991 inside `with-parsed-tramp-file-name'.
14992
14993 * net/tramp-gvfs.el (top): Remove superfluous message when loading
14994 fails.
14995
14996 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
14997
14998 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
14999 directory if CLASSPATH is not set.
15000
15001 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
15002
15003 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
15004 New defconst.
15005 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
15006
15007 2009-08-02 Kevin Ryde <user42@zip.com.au>
15008
15009 * net/newst-backend.el (newsticker--raw-url-list-defaults):
15010 Update freshmeat link. Delete newsforge.com as it seems gone.
15011
15012 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
15013
15014 * select.el (x-set-selection): Doc fix (Bug#4021).
15015
15016 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
15017
15018 * help-fns.el (describe-variable): Treat list return values from
15019 dir-locals-find-file properly (Bug#4005).
15020
15021 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
15022
15023 * net/tramp.el (tramp-debug-message): Print also microseconds.
15024
15025 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
15026
15027 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
15028 or END is non-nil.
15029 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
15030 (tramp-get-debug-buffer): Change `outline-regexp' according to new
15031 format.
15032
15033 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
15034 (tramp-get-file-property): Use it.
15035
15036 * autorevert.el (auto-revert-handler): Allow
15037 `auto-revert-tail-mode' for remote files.
15038
15039 2009-08-02 Jason Rumney <jasonr@gnu.org>
15040
15041 * minibuffer.el (read-file-name): Treat confirm options to
15042 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
15043
15044 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
15045
15046 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
15047 (font-lock-variable-name-face, font-lock-constant-face): Darken
15048 the colors for light backgrounds.
15049
15050 2009-08-01 Eli Zaretskii <eliz@gnu.org>
15051
15052 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
15053 month names. (Bug#3987)
15054
15055 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
15056
15057 * simple.el (line-move-finish): Pass whole number to
15058 line-move-to-column.
15059 (line-move-visual): Perform hscroll to the recorded position.
15060
15061 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
15062
15063 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
15064
15065 2009-07-29 Alan Mackenzie <acm@muc.de>
15066
15067 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
15068
15069 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
15070
15071 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
15072 (gdb-place-breakpoints): Use full path when setting breakpoints.
15073
15074 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
15075
15076 * calc/calc.el (calc-mode-map): Add keybinding for
15077 `calc-transpose-lines'.
15078
15079 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
15080
15081 * calc/calc-misc.el (calc-transpose-lines): New function.
15082
15083 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
15084
15085 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
15086 Simplify check for out-of-band methods.
15087 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
15088 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
15089
15090 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
15091
15092 * vc-git.el (vc-git-checkin): Fix typo.
15093
15094 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
15095
15096 * progmodes/js2-mode.el: New file.
15097
15098 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
15099
15100 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
15101 (gud-menu-map): Adjust tooltip accordingly.
15102
15103 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15104
15105 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
15106 (vc-bzr-log-view-mode): Adjust log-view-file-re.
15107
15108 * add-log.el (change-log-mode-map): Add a menu.
15109
15110 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
15111
15112 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
15113 function returns nil.
15114 (dbus-handle-event): Handle special return value :ignore.
15115 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
15116
15117 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
15118
15119 * view.el (view-mode-enable): Don't define Helper-return-blurb if
15120 it's not needed.
15121
15122 2009-07-25 Eli Zaretskii <eliz@gnu.org>
15123
15124 Fix Bug#3888:
15125
15126 * w32-vars.el (x-select-enable-clipboard): Doc fix.
15127
15128 * term/pc-win.el (x-display-name, x-colors)
15129 (x-select-enable-clipboard, x-select-text): Doc fix.
15130
15131 * term/common-win.el (x-display-name, x-colors): Doc fix.
15132
15133 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
15134 (xw-defined-colors): Doc fix.
15135
15136 * w32-fns.el (x-select-text, x-setup-function-keys)
15137 (x-get-selection, x-set-selection): Doc fix.
15138
15139 * term/x-win.el (x-select-text, x-setup-function-keys)
15140 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
15141
15142 * select.el (x-set-selection): Doc fix.
15143
15144 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
15145
15146 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
15147 instead of "IsNSSSupportAvailable". Avahi ought to work also when
15148 "IsNSSSupportAvailable" method is not available. Reported by
15149 Steve Youngs <steve@sxemacs.org>.
15150
15151 2009-07-24 Kenichi Handa <handa@m17n.org>
15152
15153 * international/characters.el: Fix setting of category ?C, ?|, ?K,
15154 and ?H. Fix setting of case for Latin Extended and Greek Extended.
15155 (build-unicode-category-table): Fix range checks.
15156
15157 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
15158
15159 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
15160 the buffer we try to sync is current when calling
15161 vc-resynch-buffer.
15162
15163 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
15164 not show up to date files.
15165
15166 2009-07-24 Glenn Morris <rgm@gnu.org>
15167
15168 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
15169 Add autoload cookies. If necessary, initialize.
15170 (elint-log): Handle non-file buffers.
15171 (elint-initialize): Add optional argument to reinitialize.
15172 (elint-find-builtin-variables): Save excursion.
15173
15174 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
15175
15176 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15177 for Lint.
15178
15179 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15180
15181 * vc.el (vc-print-log-internal): New function, split out from ...
15182 (vc-print-log): ... here.
15183 (vc-dir-move-to-goal-column): Declare.
15184
15185 * vc-git.el (vc-git-add-signoff): New variable.
15186 (vc-git-checkin): Use it.
15187 (vc-git-toggle-signoff): New function.
15188 (vc-git-extra-menu-map): Bind it to menu.
15189 (vc-git--run-command-string): Accept a nil FILE argument.
15190 (vc-git-stash-list): New function.
15191 (vc-git-dir-extra-headers): Use it.
15192
15193 2009-07-23 Glenn Morris <rgm@gnu.org>
15194
15195 * help-fns.el (describe-variable): Describe ignored and risky local
15196 variables in a similar way to that in which we describe safe ones.
15197
15198 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
15199 (byte-compile-output-file-form, byte-compile-output-docform)
15200 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
15201 Give some more local variables with common names a "bytecomp-" prefix,
15202 so as not to shadow things during compilation.
15203 * emacs-lisp/cl-macs.el (load-time-value)
15204 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
15205 `outbuffer' to `bytecomp-outbuffer'.
15206
15207 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
15208 since the next two variables cover them automatically now.
15209 (elint-builtin-variables, elint-autoloaded-variables): New.
15210 (elint-unknown-builtin-args): Remove all members, since they can be
15211 parsed automatically now.
15212 (elint-extra-errors): New.
15213 (elint-env-add-env, elint-env-add-macro): Use cadr.
15214 (elint-current-buffer): Use or. Change final message.
15215 (elint-get-top-forms): Use line-end-position.
15216 (elint-init-env): Use cadr. Handle autoload, declare-function,
15217 and defalias.
15218 (elint-add-required-env): Doc fix. Use or. Standardize error.
15219 (regexp-assoc): Remove unused function.
15220 (elint-top-form): Set elint-current-pos, to record the start of the
15221 top-level form, for compilation-mode.
15222 (elint-form): Trap errors in macro expansion. Use dolist.
15223 (elint-unbound-variable): Use elint-builtin-variables and
15224 elint-autoloaded-variables.
15225 (elint-get-args): Use cadr, or.
15226 (elint-check-cond-form): Use dolist, cadr.
15227 (elint-check-condition-case-form): Doc fix. Use cadr.
15228 Use elint-extra-errors.
15229 (elint-log): New function.
15230 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
15231 Distinguish errors and warnings.
15232 (elint-log-message): Use with-current-buffer. Inhibit read-only.
15233 Use a bytecomp-style format.
15234 (elint-clear-log): Preserve default-directory. Inhibit read-only.
15235 (elint-get-log-buffer): Use compilation mode. Disable undo.
15236 Don't truncate lines.
15237 (elint-initialize): Set builtin and autoloaded variable lists.
15238 Only process elint-unknown-builtin-args if non-nil.
15239 (elint-find-builtin-variables, elint-find-autoloaded-variables):
15240 New functions.
15241 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
15242
15243 2009-07-22 Kevin Ryde <user42@zip.com.au>
15244
15245 * net/newst-backend.el (newsticker--parse-atom-1.0)
15246 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
15247 (newsticker--parse-rss-1.0):
15248 * progmodes/idlwave.el (idlwave-mode):
15249 * progmodes/idlw-shell.el (idlwave-shell-mode):
15250 * progmodes/vera-mode.el (vera-mode):
15251 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
15252 * progmodes/vhdl-mode.el (vhdl-mode):
15253 * textmodes/table.el (table-generate-source)
15254 (table--warn-incompatibility):
15255 Hyperlink urls in docstrings with URL `...'.
15256
15257 2009-07-22 Glenn Morris <rgm@gnu.org>
15258
15259 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
15260 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
15261 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
15262 Remove leading * from defcustom docs.
15263
15264 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
15265
15266 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
15267 defcustom doc.
15268 (list-load-path-shadows): Optionally, just return shadows as a string.
15269
15270 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
15271
15272 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
15273
15274 * mail/rmailedit.el (rmail-edit-mode): Use
15275 auto-save-include-big-deletions.
15276
15277 * mail/rmail.el (rmail-variables): Use
15278 auto-save-include-big-deletions.
15279
15280 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
15281 changes.
15282
15283 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
15284
15285 * calc/calc.el (calc-undo-length): New variable.
15286 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
15287
15288 2009-07-21 Richard Stallman <rms@gnu.org>
15289
15290 * files.el (auto-save-mode): Handle buffer-save-size = -2
15291 for toggling mode.
15292
15293 2009-07-21 Glenn Morris <rgm@gnu.org>
15294
15295 * textmodes/ispell.el (ispell-looking-back): Update declaration.
15296
15297 * calendar/todo-mode.el (calendar-current-date): Update declaration.
15298
15299 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
15300 silence compiler. Instead...
15301 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
15302 (ps-print-ensure-fontified): Update for above function name changes.
15303
15304 * printing.el (pr-mh-get-msg-num, pr-mh-show)
15305 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
15306 silence compiler. Instead...
15307 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
15308 (mh-show-buffer): Only define for compiler.
15309 (pr-mh-current-message): Update for above function name changes.
15310
15311 * files.el (abort-if-file-too-large): Explicitly pass `filename'
15312 as an argument.
15313 (find-file-noselect, insert-file-1): Update for above change.
15314
15315 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
15316
15317 * mail/mailclient.el (mailclient-send-it): Fix message.
15318
15319 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
15320 (edebug-eval): Check cl-debug-env is bound.
15321 (print-level, print-circle): Don't redefine built-in variables.
15322
15323 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
15324 (custom-print-vectors): Remove old comments from doc.
15325
15326 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
15327 (emerge-version): Make the variable an obsolete alias for the
15328 emacs-version variable. Make the function obsolete.
15329 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
15330 Emerge options, rather than merging in into the main Options menu.
15331 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
15332 and auto advance modes. Disable edit/fast items when not relevant.
15333
15334 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
15335
15336 * term/vt420.el (terminal-init-vt420): Fix typo.
15337
15338 2009-07-20 Sam Steingold <sds@gnu.org>
15339
15340 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
15341 variable (removed from compile.el on 2004-03-11).
15342
15343 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
15344
15345 * files.el (hack-local-variables-filter): Fix last change.
15346
15347 2009-07-19 Juri Linkov <juri@jurta.org>
15348
15349 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
15350 (dir-local-variables-alist): New buffer-local variable.
15351 (hack-local-variables-filter): If variable is not dir-local,
15352 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
15353 because file-local overrides dir-local.
15354 (c-postprocess-file-styles) <declare-function>:
15355 Remove obsolete declaration.
15356 (hack-dir-local-variables): Add dir-local variable/value pair to
15357 `dir-local-variables-alist' and remove duplicates. Doc fix.
15358
15359 * help-fns.el (describe-variable): Add information about
15360 file-local and dir-local variables.
15361
15362 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
15363
15364 * files.el (hack-local-variables-filter): Rewrite.
15365
15366 2009-07-19 Glenn Morris <rgm@gnu.org>
15367
15368 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
15369 Silence compiler by only defining on XEmacs.
15370
15371 * international/mule.el (auto-coding-regexp-alist): Only match
15372 BABYL... at the start of buffer, not of lines. (Bug#3790)
15373
15374 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
15375 non-calendar buffers (Bug#3862). Restore "not on a date" message.
15376 (cal-menu-context-mouse-menu): Doc fix.
15377
15378 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
15379
15380 * simple.el (mail-user-agent): Doc fix. Set :version tag.
15381
15382 2009-07-18 Juri Linkov <juri@jurta.org>
15383
15384 * info.el: Virtual Info keyword finder.
15385 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
15386 (Info-finder-file): New variable.
15387 (Info-finder-find-file): New function.
15388 (finder-known-keywords, finder-package-info)
15389 (find-library-name, lm-commentary): Use defvar and
15390 declare-function to silence compiler warnings.
15391 (Info-finder-find-node): New function.
15392 (info-finder): New command.
15393
15394 * subr.el (process-kill-buffer-query-function): New function.
15395 (add-hook)<kill-buffer-query-functions>: Add hook
15396 `process-kill-buffer-query-function'.
15397
15398 2009-07-18 Alan Mackenzie <acm@muc.de>
15399
15400 * progmodes/cc-mode.el (c-before-hack-hook)
15401 (c-postprocess-file-styles): Give invocation of `c-set-style'
15402 DONT-OVERRIDE parameter of t. Already set style variables will
15403 thus not be overridden by style settings given by `c-file-syle'.
15404
15405 * files.el (hack-local-variables-filter): Remove entries with
15406 duplicate keys from `file-local-variables-alist'.
15407
15408 2009-07-18 Eli Zaretskii <eliz@gnu.org>
15409
15410 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
15411 x-set-selection if display-selections-p returns nil for the
15412 current frame.
15413
15414 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
15415
15416 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
15417
15418 2009-07-18 Eli Zaretskii <eliz@gnu.org>
15419
15420 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
15421 Accept nil in addition to a regexp.
15422 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
15423 Accept nil in addition to a regexp.
15424 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
15425 buffers that have an associated file. Handle nil values of
15426 desktop-buffers-not-to-save and desktop-files-not-to-save.
15427 (Bug#3833)
15428
15429 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15430 (x-disown-selection-internal): New functions.
15431
15432 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
15433
15434 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
15435 warning.
15436 (gdb-breakpoints-header): Move forward to avoid compiler warning.
15437 (gdb-make-header-line-mouse-map): Remove duplicate definition.
15438
15439 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
15440
15441 * simple.el (set-mark): Revert last change.
15442
15443 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
15444
15445 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
15446 rendering of pngs is not possible instead of messaging a long
15447 description.
15448
15449 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
15450
15451 * w32-fns.el (x-selection-owner-p): New function.
15452
15453 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
15454 (mouse-yank-at-click, mouse-yank-primary): If
15455 select-active-regions is non-nil, deactivate the mark before
15456 insertion.
15457
15458 * simple.el (deactivate-mark, set-mark): Only save selection if we
15459 own it.
15460
15461 2009-07-17 Kenichi Handa <handa@m17n.org>
15462
15463 * case-table.el (describe-buffer-case-table): Fix for the case
15464 that KEY is a cons.
15465
15466 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
15467
15468 * vc-rcs.el (vc-rcs-find-file-hook):
15469 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
15470
15471 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
15472
15473 * net/tramp.el (tramp-wait-for-output): Handle the case when
15474 commands do not return a newline but a null byte before the shell
15475 prompt. (Bug#3858)
15476
15477 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15478
15479 * term/ns-win.el (ns-set-alpha): Don't declare.
15480 (ns-set-background-alpha): Remove function.
15481
15482 2009-07-16 Kevin Ryde <user42@zip.com.au>
15483
15484 * emacs-lisp/copyright.el (copyright-update): Save match-data across
15485 y-or-n-p, for safety.
15486
15487 2009-07-16 Richard Stallman <rms@gnu.org>
15488
15489 * files.el (auto-save-mode): If buffer-saved-size is -2,
15490 don't clobber it.
15491
15492 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
15493 (rmail-retry-ignored-headers): Add more uninteresting fields.
15494
15495 2009-07-15 Jari Aalto <jari.aalto@cante.net>
15496
15497 * net/rcirc.el (rcirc): Use history variables.
15498 (rcirc-server-name-history, rcirc-nick-name-history)
15499 (rcirc-server-port-history): New variables.
15500
15501 2009-07-15 Kenichi Handa <handa@m17n.org>
15502
15503 * international/mule-cmds.el (set-language-environment-charset):
15504 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
15505 ignore them.
15506
15507 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
15508 Delete unibyte-display.
15509
15510 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
15511
15512 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
15513
15514 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
15515
15516 * simple.el (deactivate-mark): Optional argument FORCE.
15517 (set-mark): Use deactivate-mark.
15518
15519 * info.el (Info-search): No need to check transient-mark-mode
15520 before calling deactivate-mark.
15521
15522 * select.el (x-set-selection): Doc fix.
15523 (x-valid-simple-selection-p): Allow buffer values.
15524 (xselect--selection-bounds): Handle buffer values. Suggested by
15525 David De La Harpe Golden.
15526
15527 * mouse.el (mouse-set-region, mouse-drag-track): Call
15528 copy-region-as-kill before setting the mark, to let
15529 select-active-regions work.
15530
15531 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
15532
15533 * simple.el (deactivate-mark): If select-active-regions is
15534 non-nil, copy the selection data into a string.
15535 (activate-mark): If select-active-regions is non-nil, set the
15536 selection to the current buffer.
15537 (set-mark): Update selection if select-active-regions is non-nil.
15538
15539 * select.el (x-valid-simple-selection-p): Allow buffer values.
15540
15541 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
15542
15543 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
15544 and more featureful message-mode.
15545
15546 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
15547
15548 * select.el (x-set-selection): Doc fix.
15549 (x-valid-simple-selection-p): Disallow selection data consisting
15550 of a list or cons of integers, since that is not used.
15551 (xselect--selection-bounds, xselect--int-to-cons): New functions.
15552 (xselect-convert-to-string, xselect-convert-to-length)
15553 (xselect-convert-to-filename, xselect-convert-to-charpos)
15554 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
15555
15556 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
15557
15558 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
15559 output in -break-info command (Emacs bug #3794).
15560
15561 2009-07-14 Glenn Morris <rgm@gnu.org>
15562
15563 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
15564 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
15565 (edebug-print-length, edebug-print-level, edebug-print-circle)
15566 (edebug-sit-for-seconds, edebug-view-outside)
15567 (edebug-bounce-point, edebug-set-global-break-condition)
15568 (edebug-Go-nonstop-mode, edebug-trace-mode)
15569 (edebug-Trace-fast-mode, edebug-continue-mode)
15570 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
15571 (edebug-visit-eval-list): Doc fixes.
15572
15573 * subr.el (def-edebug-spec): Doc fix.
15574
15575 2009-07-14 Kenichi Handa <handa@m17n.org>
15576
15577 * international/characters.el: Fix setting of category ?C.
15578
15579 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
15580
15581 * term/ns-win.el (x-select-font): defalias x-select-font to
15582 ns-popup-font-panel instead of generate-fontset-menu.
15583
15584 2009-07-12 Eli Zaretskii <eliz@gnu.org>
15585
15586 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
15587
15588 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
15589
15590 * arc-mode.el (archive-find-type): Allow for a PK00 string before
15591 the PK\003\004 header (Bug#3770).
15592
15593 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
15594
15595 * pcomplete.el (pcomplete-comint-setup): Check for
15596 shell-dynamic-complete-filename too.
15597
15598 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
15599
15600 * simple.el (temporary-goal-column): Change the value for
15601 line-move-visual to a cons cell.
15602 (line-move-visual): Record or set the window hscroll, if
15603 necessary (Bug#3494).
15604 (line-move-1): Handle cons value of temporary-goal-column.
15605
15606 2009-07-11 Kenichi Handa <handa@m17n.org>
15607
15608 * international/mule-diag.el (describe-character-set): Don't show
15609 width.
15610
15611 2009-07-10 Sam Steingold <sds@gnu.org>
15612
15613 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15614 Omake sometimes indents the errors it prints, so allow all
15615 regexps to start with spaces.
15616
15617 2009-07-10 Eli Zaretskii <eliz@gnu.org>
15618
15619 * cus-edit.el (customize-changed-options-previous-release):
15620 Bump value to 22.1. (Bug#3804)
15621
15622 2009-07-08 Sam Steingold <sds@gnu.org>
15623
15624 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
15625 to be a cons cell (test . ignored-directory) to selectively ignore
15626 some directories depending on the location of the search.
15627
15628 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
15629
15630 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
15631 remote user is root, on the local host.
15632 (tramp-local-host-p): Either the local user or the remote user
15633 must be root. (Bug#3771)
15634
15635 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
15636
15637 * progmodes/gdb-mi.el (gdb): Remove description of
15638 gdb-use-separate-io-buffer.
15639 (menu): Don't allow toggling of or enable
15640 gdb-use-separate-io-buffer from menubar.
15641
15642 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
15643
15644 * mail/unrmail.el (unrmail): Make sure the message ends with two
15645 newlines (Bug#3769).
15646
15647 2009-07-08 Glenn Morris <rgm@gnu.org>
15648
15649 * calendar/calendar.el (calendar-current-date): Rework previous change.
15650
15651 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
15652
15653 * calendar/calendar.el (calendar-current-date):
15654 Add an optional argument giving an offset from today.
15655
15656 2009-07-08 Glenn Morris <rgm@gnu.org>
15657
15658 * tutorial.el (tutorial--describe-nonstandard-key):
15659 Adjust the message for when a key has been unbound.
15660 (help-with-tutorial): Hide the arch-tag.
15661
15662 2009-07-08 Kenichi Handa <handa@m17n.org>
15663
15664 * international/fontset.el (setup-default-fontset): For each
15665 script, append (not set) font-specs.
15666
15667 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
15668 docstring.
15669
15670 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
15671
15672 * progmodes/gdb-mi.el (gdb-init-1): Move sending
15673 -data-list-register-names to ...
15674 (gdb-starting): ... here because GDB 7.0 requires execution to
15675 have started when using this MI command.
15676 (gdb-set-header): New function to distinguish select and
15677 unselected tabs in gdb buffers.
15678 (gdb-propertize-header): New macro that uses gdb-set-header.
15679 (gdb-breakpoints-header, gdb-locals-header): Use it.
15680 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
15681
15682 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
15683
15684 * Makefile.in (ELCFILES): Remove fadr.elc.
15685
15686 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
15687
15688 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
15689 may contain frame information, so `string-match' should be used.
15690 (gdb-update): Disassembly is invalidated through
15691 `gdb-get-selected-frame'.
15692 (gdb-pad-string): New function to pad string with spaces.
15693 (gdb-invalidate-disassembly): Invalidate only if the buffer
15694 exists.
15695 (gdb-disassembly-handler-custom): Column alignment.
15696 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
15697 placing new ones.
15698 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
15699 end of line, too.
15700 (gdb-frame-handler): Match convention to for disassembly buffer
15701 mode name.
15702 (gdb-stack-list-frames-handler): Rewritten without regexps.
15703 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
15704 not highlight breakpoints without line information.
15705 (gdb-input): Add trailing newline to command.
15706
15707 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
15708 buffer properly.
15709 (gdb-breakpoints-list-handler-custom): Replacement for
15710 `gdb-break-list-handler'. Using real parser instead of regexps
15711 now.
15712 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
15713 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
15714 to place breakpoints.
15715 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
15716 functions.
15717 (gdb-disassembly-handler-custom): Show overlay arrow.
15718 (gdb-disassembly-place-breakpoints): Show breakpoints in
15719 disassembly buffer.
15720 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15721 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
15722 instead of parsing breakpoints buffer. Fixed old menu references
15723 in `gud-menu-map'.
15724
15725 * fadr.el: Remove.
15726
15727 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
15728 (gdb-memory-address): New variable which holds top address of
15729 memory page shown in memory buffer.
15730 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
15731 customization variables.
15732 New functions:
15733 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
15734 display the memory buffer.
15735 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
15736 buffer display parameters.
15737 (def-gdb-memory-format, gdb-memory-format-binary)
15738 (gdb-memory-format-octal, gdb-memory-format-unsigned)
15739 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
15740 Functions for setting memory buffer format.
15741 (gdb-memory-unit-word, gdb-memory-unit-halfword)
15742 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
15743 unit size used in memory buffer.
15744 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
15745 to next/previous page of memory buffer.
15746 Now using (bindat-get-field) instead of fadr functions.
15747
15748 2009-07-07 Sam Steingold <sds@gnu.org>
15749
15750 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
15751 non-top-level files.
15752
15753 2009-07-07 Kenichi Handa <handa@m17n.org>
15754
15755 * international/mule-cmds.el (reset-language-environment): Put
15756 the highset priority to the charset iso-8859-1.
15757
15758 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
15759
15760 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
15761 to the end of the line when locating the block (Bug#700).
15762
15763 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
15764
15765 * net/tramp.el (tramp-handle-write-region): Flush file properties
15766 in case of short track.
15767
15768 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
15769
15770 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
15771 Coded custom representation of verilog error regular expressions
15772 to work with Emacs-22's new format.
15773 (verilog-error-regexp-xemacs-alist): Coded custom representation
15774 of verilog error regular expressions to work with XEmacs format.
15775 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
15776 error recognition into XEmacs.
15777 (verilog-error-regexp-add-emacs): Hook routine to install verilog
15778 error recognition into Emacs-22.
15779
15780 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
15781
15782 * woman.el: Remove stand-alone closing parentheses.
15783 (woman-file-name, woman2-format-paragraphs)
15784 (woman-leave-blank-lines): Code cleanup.
15785 (woman-use-own-frame): Change default to nil.
15786 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
15787 defaults to inherit from default faces.
15788 (woman2-process-escapes): Consume the newline after a stand-alone
15789 filler character (Bug#3651).
15790
15791 2009-07-06 Glenn Morris <rgm@gnu.org>
15792
15793 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
15794 (top-level): Move provide to the end.
15795 (ffap): Remove defunct URL from custom group.
15796
15797 * subr.el (eval-after-load): Doc fix.
15798
15799 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
15800
15801 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
15802 `calc-embedded-word' is called twice.
15803
15804 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15805
15806 * files.el (find-alternate-file-other-window, find-alternate-file):
15807 Obey confirm-nonexistent-file-or-buffer.
15808
15809 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
15810
15811 * dired-aux.el (dired-show-file-type): Handle remote files.
15812
15813 2009-07-05 Jari Aalto <jari.aalto@cante.net>
15814
15815 * desktop.el (desktop-globals-to-save):
15816 Add file-name-history (Bug#2750).
15817
15818 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
15819
15820 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
15821
15822 2009-07-04 Johan Bockgård <bojohan@gnu.org>
15823
15824 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
15825 property on entire argument since this is what eshell-lisp-command
15826 expects.
15827
15828 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
15829
15830 * net/tramp-gvfs.el (tramp-gvfs-methods)
15831 (tramp-gvfs-zeroconf-domain)
15832 (tramp-bluez-discover-devices-timeout): Add version flag.
15833 (tramp-gvfs-handler-mounted-unmounted)
15834 (tramp-gvfs-connection-mounted-p): Polish handling of
15835 incompatibilities between GVFS 0.2 and 1.0.
15836
15837 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
15838
15839 * cus-start.el (all): Add make-pointer-invisible.
15840
15841 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
15842
15843 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
15844 formatted correctly.
15845
15846 2009-07-02 Juri Linkov <juri@jurta.org>
15847
15848 * info.el: Virtual Info files and nodes.
15849 (Info-virtual-files, Info-virtual-nodes): New variables.
15850 (Info-current-node-virtual): New variable.
15851 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
15852 New functions.
15853 (Info-file-supports-index-cookies): Use Info-virtual-file-p
15854 to check for a virtual file instead of checking a fixed list
15855 of node names.
15856 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
15857 instead of ad-hoc processing of "dir" and (apropos history toc).
15858 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
15859 instead of ad-hoc processing of "dir" and (apropos history toc).
15860 Reread a file when moving from a virtual node.
15861 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
15862 (Info-directory-toc-nodes, Info-directory-find-file)
15863 (Info-directory-find-node): New functions.
15864 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
15865 (Info-history): Move part of code to
15866 `Info-history-find-node'.
15867 (Info-history-toc-nodes, Info-history-find-file)
15868 (Info-history-find-node): New functions.
15869 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
15870 (Info-toc): Move part of code to `Info-toc-find-node'.
15871 (Info-toc-find-node): New function.
15872 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
15873 the current Info file name to references because now the node
15874 "*TOC*" belongs to the same Info manual.
15875 (Info-toc-build): Rename from `Info-build-toc'.
15876 (Info-toc-nodes): Rename input argument `file' to `filename'.
15877 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
15878 instead of ad-hoc processing of ("dir" apropos history toc).
15879 (Info-index-nodes): Use Info-virtual-file-p
15880 to check for a virtual file instead of checking a fixed list
15881 of node names.
15882 (Info-index-node): Add check for `Info-current-node-virtual'.
15883 Raise `save-match-data' higher up the tree to contain
15884 `search-forward' too (bug fix).
15885 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
15886 (Info-virtual-index-nodes): New variable.
15887 (Info-virtual-index-find-node, Info-virtual-index): New functions.
15888 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
15889 (Info-apropos-file, Info-apropos-nodes): New variables.
15890 (Info-apropos-toc-nodes, Info-apropos-find-file)
15891 (Info-apropos-find-node, Info-apropos-matches): New functions.
15892 (info-apropos): Move part of code to `Info-apropos-find-node' and
15893 `Info-apropos-matches'.
15894 (Info-mode-map): Bind "I" to `Info-virtual-index'.
15895 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
15896 for a virtual file instead of checking a fixed list of node names.
15897
15898 * simple.el (async-shell-command): New command.
15899
15900 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
15901
15902 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
15903 instead of `mount-info'.
15904
15905 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
15906
15907 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
15908 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
15909
15910 2009-07-02 Kenichi Handa <handa@m17n.org>
15911
15912 * international/mule.el (set-keyboard-coding-system): Force *-unix
15913 coding-system to avoid eol conversion.
15914
15915 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
15916
15917 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
15918 Add handler for `process-file', `shell-command' and
15919 `start-file-process'.
15920 (tramp-gvfs-handle-shell-command)
15921 (tramp-gvfs-handle-start-file-process)
15922 (tramp-gvfs-handle-process-file): New defuns.
15923 (tramp-synce-list-devices): Simplify check for existence of property.
15924
15925 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
15926
15927 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
15928
15929 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
15930
15931 * language/korean.el (set-language-info-alist): Add korean-cp949,
15932 cp949 to spec.
15933
15934 2009-07-01 Kenichi Handa <handa@m17n.org>
15935
15936 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
15937
15938 * international/encoded-kb.el: Deleted.
15939
15940 * international/mule.el (set-keyboard-coding-system): Perform the
15941 necessary setup here instead of calling encoded-kbd-setup-display.
15942
15943 2009-07-01 Glenn Morris <rgm@gnu.org>
15944
15945 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
15946
15947 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
15948
15949 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
15950
15951 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
15952
15953 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
15954 Handle also the 'rename case, when setting file modes. (Bug#3712)
15955 (tramp-default-file-modes): Remove execute permissions.
15956
15957 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
15958 (top): Add a default for "synce" in `tramp-default-user-alist'.
15959 Add completion function for "synce" method.
15960 (tramp-hal-service, tramp-hal-path-manager)
15961 (tramp-hal-interface-manager, tramp-hal-interface-device):
15962 New defconst.
15963 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
15964 (tramp-synce-list-devices, tramp-synce-parse-device-names):
15965 New defuns.
15966
15967 * net/trampver.el: Update release number.
15968
15969 2009-06-30 Kenichi Handa <handa@m17n.org>
15970
15971 * international/fontset.el (setup-default-fontset): Add CJK fonts
15972 for symbols and the other miscellaneous characters.
15973
15974 * language/korea-util.el (setup-korean-environment-internal):
15975 Make char-width-table suitable for Korean environments.
15976 (exit-korean-environment): Cancel above.
15977
15978 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
15979 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
15980 setup-function to make char-width-table suitable for respective
15981 environments, and an exit-function to cancel that.
15982
15983 * language/japan-util.el (setup-japanese-environment-internal):
15984 Call use-cjk-char-width-table with arg `ja_JP'.
15985
15986 * international/characters.el (cjk-char-width-table): Delete it.
15987 (cjk-char-width-table-list): New variable.
15988 (use-cjk-char-width-table): New arg local-name.
15989 (use-default-char-width-table): Fix for the case that Emacs is
15990 already using the default char-width-table.
15991
15992 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
15993
15994 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
15995 modes mandatory. (Bug#3712)
15996
15997 2009-06-29 Alan Mackenzie <acm@muc.de>
15998
15999 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
16000 correction between the visible width of TABs and their number of bytes.
16001
16002 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
16003
16004 * server.el (server-buffer-done): Prevent kill-buffer from
16005 prompting by clearing the buffer modification flag (Bug#3696).
16006
16007 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
16008
16009 * progmodes/verilog-mode.el (verilog-beg-of-statement)
16010 (verilog-endcomment-reason-re): Support unique case and priority case.
16011 (verilog-basic-complete-re): Support localparam lineup.
16012 (verilog-beg-of-statement-1): Fix for robustness, unique case.
16013 (verilog-set-auto-endcomments): Fix for unique case, always_comb
16014 commenting.
16015 (verilog-leap-to-case-head): Now support *nested* unique &
16016 priority case statements.
16017 (verilog-auto-lineup): Make just declarations the default (as it
16018 had been).
16019 (verilog-leap-to-case-head): Support priority/unique case statements.
16020 (verilog-auto-lineup): Rework to give users radio buttons to
16021 select the various styles of automatic lineup.
16022 (verilog-error-regexp-alist): Rework to support the XEmacs style
16023 of error regular expressions from compilers, lint tools &
16024 simulators. Note that GNU Emacs has made it impossible for a mode
16025 to load such things.
16026 (electric-verilog-terminate-line, verilog-indent-declaration)
16027 (verilog-auto-wiure): Rework for radio button selection of
16028 auto-lineup selection of specification of auto lineup.
16029 (verilog-beg-of-statement-1): Redesign to support proper operation
16030 in additional code, based on testing with auto-lineup.
16031 (verilog-calculate-indent, assignments & declarations)
16032 (verilog-backward-token): Enhance to support auto-lineup of
16033 assignments & declarations.
16034 (verilog-in-directive-p, verilog-at-struct-p): New function for
16035 easy test of whether we are.
16036 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
16037 to support safe execution at almost anyline.
16038 (verilog-calc-1): Properly support indenting deep inside generate
16039 blocks.
16040 (verilog-init-font): Remove definition & use of verilog-init-font,
16041 as it is redundant with font-lock-defaults.
16042 (verilog-mode): Alter the definition of verilog-font-lock-defaults
16043 to avoid circular calls if syntax-ppss is a function (as is the
16044 case now in 22.x GNU Emacs) as that function would sometimes call
16045 itself, leading to (nearly) infinite recursion.
16046 (verilog-ovm-begin-re, verilog-ovm-end-re)
16047 (verilog-ovm-statement-re, verilog-leap-to-head)
16048 (verilog-backward-token): Add support for OVM macros. Some are
16049 complete statements, and others open and close scopes like begin
16050 and end.
16051 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
16052 (verilog-defun-level-generate-only-re): Really fix the defun-list
16053 compilation issue.
16054 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
16055 coverpoint, constraint and cross statements.
16056 (verilog-defun-level-list, verilog-generate-defun-level-list)
16057 (verilog-all-defun-level-list): Redo these specifications - it is
16058 too hard to support eval-when compile aggregation of lists also
16059 built at when-compile time.
16060 (verilog-defun-level-list): Place defconsts of variables used in
16061 building regular expressions which are built in eval-when-compile
16062 bodies in the same eval-when-compile body to facilitate compile
16063 without load.
16064 (verilog-beg-block-re-ordered): Support indenting
16065 virtual/protected tasks and functions.
16066 (verilog-defun-level-list, verilog-in-generate-region-p)
16067 (verilog-backward-ws&directives, verilog-calc-1): Speed up
16068 indentation of some module items (generate items).
16069 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
16070 across virtual/protected tasks and functions.
16071
16072 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
16073
16074 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
16075 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
16076 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
16077 in concatenations. Reported by Yishay Belkind.
16078 (verilog-auto-ascii-enum): Support one-hot state machines in
16079 AUTOASCIIENUM. Suggested by Lloyd Gomez.
16080 (verilog-auto-inst, verilog-auto-inst-port): Include interface
16081 modport in AUTOINST and add vl-modport for users. Reported by
16082 David Rogoff.
16083 (verilog-auto-inout-module, verilog-auto-inst)
16084 (verilog-decls-get-interfaces, verilog-insert-definition)
16085 (verilog-insert-one-definition, verilog-read-decls)
16086 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
16087 (verilog-sig-modport, verilog-signals-combine-bus)
16088 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
16089 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
16090 Suggested by David Rogoff.
16091 (verilog-repair-open-comma): Fix non-insertion of comma when
16092 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
16093 (verilog-make-width-expression): Simplify [A-1:0] expression
16094 widths to just {A{1'b0}}.
16095 (verilog-mode): Cleanup checkdoc warnings.
16096 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
16097 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
16098 inputs/outputs or data type. Suggested by Vasu Kandadi.
16099 (next-error-last-buffer): Fix byte-compiler warning.
16100 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
16101 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
16102 or shell command text during AUTO expansion. Suggested by Tad Truex.
16103 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
16104 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
16105 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
16106 in AUTOINOUT. Reported by Matthew Lovell.
16107 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
16108 causing use of <= assignments. Reported by Alex Reed.
16109 (verilog-read-decls): Fix triand, trior, wand, wor to be
16110 recognized by AUTOWIRE. Reported by Spencer Isaacson.
16111 (verilog-extended-complete-re): Support import "DPI-C" functions.
16112 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
16113 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
16114 (verilog-insert-date, verilog-insert-year)
16115 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
16116 Windows systems. Reported by Michael Potts.
16117 (verilog-read-module-name): Fix AUTOINST when the child module
16118 declaration's name is a tick define. Reported by Elliot Mednick.
16119 (verilog-read-decls): Fix V2K parameter bit subscripts getting
16120 passed to next parameter's definition. Reported by Bruce T.
16121 (verilog-read-decls): Fix detecting "parameter int" when using
16122 AUTOINSTPARAM. Reported by Bruce T.
16123 (verilog-goto-defun): Fix goto not finding modules unless first
16124 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
16125 (verilog-mode): Expand -f flag arguments on entry to mode so
16126 verilog-goto-defun will work. Reported by Lawrence Butcher.
16127 (verilog-getopt): Expand environment variables in -f file
16128 arguments. Suggested by Lawrence Butcher.
16129 (verilog-set-define): Fix "Symbol's value as variable is void"
16130 when reading enumerations.
16131 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
16132 Suggested by Stephen Peltan.
16133 (verilog-read-defines): Fix reading of enumerations in include
16134 files. Reported by Steve Peltan.
16135
16136 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
16137
16138 * files.el (trash-directory): Fix defcustom type.
16139
16140 2009-06-28 Juri Linkov <juri@jurta.org>
16141
16142 * help-fns.el (describe-function-1): Correctly locate adviced
16143 functions in hyperlink (Bug#2438).
16144
16145 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
16146
16147 * files.el (trash-directory): Change default to nil.
16148 (move-file-to-trash): If trash-directory is nil and
16149 system-move-file-to-trash is unbound, perform freedesktop-style
16150 trashing.
16151
16152 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
16153
16154 * files.el (move-file-to-trash): Add freedesktop trash
16155 support (Bug#973).
16156
16157 2009-06-28 Glenn Morris <rgm@gnu.org>
16158
16159 * autorevert.el (global-auto-revert-non-file-buffers)
16160 (global-auto-revert-mode): Doc fixes.
16161
16162 2009-06-27 Johan Bockgård <bojohan@gnu.org>
16163
16164 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
16165
16166 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
16167
16168 * faces.el (x-handle-named-frame-geometry): Ensure that we have
16169 opened an X connection before calling x-get-resource (Bug#3194).
16170
16171 * play/doctor.el: Remove reference to obsolete website.
16172 (make-doctor-variables): Correct grammar mistake (Bug#2633).
16173
16174 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
16175
16176 Remove find-file-not-found-hook VC method. (Bug#2757)
16177 * vc-hooks.el (vc-file-not-found-hook)
16178 (vc-default-find-file-not-found-hook): Remove functions.
16179 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
16180 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
16181 * vc.el:
16182 * vc-hg.el:
16183 * vc-git.el: Do not mention find-file-not-found-hook VC method.
16184
16185 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
16186
16187 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
16188 compatibility function for `looking-back'.
16189
16190 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
16191 Use `ispell-looking-back'.
16192
16193 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
16194
16195 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
16196 rather than `filename'.
16197
16198 2009-06-23 Miles Bader <miles@gnu.org>
16199
16200 * face-remap.el (text-scale-set): New function.
16201
16202 2009-06-23 Glenn Morris <rgm@gnu.org>
16203
16204 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
16205
16206 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
16207
16208 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
16209
16210 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
16211
16212 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
16213 Simplify Persian conditionals.
16214
16215 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
16216 variable `filename'.
16217
16218 * comint.el (comint-insert-input): Doc fix.
16219
16220 * Makefile.in (ELCFILES): Fix typo in previous change.
16221
16222 2009-06-23 Miles Bader <miles@gnu.org>
16223
16224 * cus-start.el: Add entry for `recenter-redisplay'.
16225
16226 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
16227
16228 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
16229 Add an optional argument for the backend, use it instead of
16230 calling vc-backend.
16231 (vc-mode-line): Add an optional argument for the backend.
16232 Pass the backend to vc-state and vc-working-revision. Move code for
16233 special handling for vc-state being a buffer to ...
16234
16235 * vc-rcs.el (vc-rcs-find-file-hook):
16236 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
16237
16238 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
16239 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
16240 vc-stay-local-p and vc-mode-line calls.
16241
16242 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
16243 (vc-cvs-diff, vc-cvs-annotate-command)
16244 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
16245 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
16246 vc-mode-line calls.
16247
16248 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
16249 direct comparison.
16250 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
16251 backend when calling vc-mode-line.
16252 (vc-register): Do not create a closure for calling the vc register
16253 function, call it directly.
16254
16255 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
16256
16257 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
16258 to make it obvious item can be clicked.
16259
16260 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
16261
16262 2009-06-23 Kenichi Handa <handa@m17n.org>
16263
16264 * language/korea-util.el (korean-key-bindings): Change the binding
16265 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
16266 same command.
16267
16268 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
16269
16270 Sync with Tramp 2.1.16.
16271
16272 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
16273
16274 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
16275 when a loading of a package fails. Completion function for rsync
16276 is `tramp-completion-function-alist-ssh'.
16277 (all): Replace all calls of `split-string' and
16278 `tramp-split-string' by `tramp-compat-split-string'.
16279 (tramp-default-method): Use `tramp-compat-process-running-p'.
16280 (tramp-default-proxies-alist): Allow also Lisp forms.
16281 (tramp-remote-path): Add choice "Private Directories".
16282 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
16283 (tramp-domain-regexp): Allow also "-", "_" and ".".
16284 (tramp-end-of-output): Remove newlines, and add "$" at the end.
16285 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
16286 (tramp-debug-message): Insert header line in debug buffer.
16287 (tramp-handle-directory-files-and-attributes-with-stat):
16288 Care about filenames with spaces, or starting with "-".
16289 (tramp-handle-dired-uncache): New defun.
16290 (tramp-handle-insert-directory): Don't flush the directory from
16291 cache, this is handled by `dired-uncache' now.
16292 (tramp-handle-insert-file-contents): Improve error handling.
16293 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
16294 Quote `tramp-end-of-output'.
16295 (tramp-action-password): Improve trace message.
16296 (tramp-check-for-regexp): Both echoes must be present, before removing.
16297 (tramp-open-connection-setup-interactive-shell): Trace coding system.
16298 (tramp-compute-multi-hops): Eval cons cells of
16299 `tramp-default-proxies-alist'.
16300 (tramp-maybe-open-connection): Use the same command pattern for
16301 first hop and further hops.
16302 (tramp-wait-for-output): Remove handling of newlines.
16303 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
16304 (tramp-split-string): Remove function. It is handled in
16305 tramp-compat now.
16306
16307 * net/tramp-cmds.el (tramp-bug):
16308 Recommend `tramp-cleanup-all-connections' in the bug mail.
16309
16310 * net/tramp-compat.el (tramp-compat-split-string)
16311 (tramp-compat-process-running-p): New defuns.
16312
16313 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
16314 for `dired-uncache'.
16315
16316 * net/tramp-gvfs.el: New package.
16317
16318 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
16319 Add handler for `dired-uncache'.
16320 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
16321
16322 * net/trampver.el: Update release number. Make version check fit
16323 for SXEmacs 22.
16324
16325 2009-06-22 Jim Meyering <meyering@redhat.com>
16326
16327 Automatically handle .xz suffix (XZ-compressed files), too.
16328 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
16329 XZ is the successor to LZMA: <http://tukaani.org/xz/>
16330
16331 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
16332 Nick Roberts <nickrob@snap.net.nz>
16333
16334 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
16335 repository (http://sphinx.net.ru/hg/gdb-mi/).
16336
16337 2009-06-22 Glenn Morris <rgm@gnu.org>
16338
16339 * files.el (dir-locals-collect-mode-variables): Allow for any number of
16340 `mode' and `eval' entries. (Bug#3430)
16341
16342 * Makefile.in (ELCFILES): Add fadr.elc.
16343
16344 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
16345 differing behavior of \n and ^ in strings. (Bug#3385)
16346
16347 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
16348
16349 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
16350 property.
16351 (lisp-indent-function): Make it a defcustom.
16352
16353 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
16354
16355 * progmodes/gdb-ui.el: Replace with ...
16356 * progmodes/gdb-mi.el: ... this file.
16357 * progmodes/gud.el: Modify for gdb-mi.el.
16358
16359 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
16360
16361 * fadr.el: New file.
16362
16363 See ChangeLog.14 for earlier changes.
16364
16365 ;; Local Variables:
16366 ;; coding: utf-8
16367 ;; End:
16368
16369 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
16370
16371 This file is part of GNU Emacs.
16372
16373 GNU Emacs is free software: you can redistribute it and/or modify
16374 it under the terms of the GNU General Public License as published by
16375 the Free Software Foundation, either version 3 of the License, or
16376 (at your option) any later version.
16377
16378 GNU Emacs is distributed in the hope that it will be useful,
16379 but WITHOUT ANY WARRANTY; without even the implied warranty of
16380 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16381 GNU General Public License for more details.
16382
16383 You should have received a copy of the GNU General Public License
16384 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
16385
16386 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1