]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Minor iimage.el changes.
[gnu-emacs] / lisp / ChangeLog
1 2010-10-07 Glenn Morris <rgm@gnu.org>
2
3 * iimage.el (iimage-version): Remove.
4 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
5 Turn into defcustoms.
6 (iimage-mode-map): Give it a doc string.
7
8 * calendar/appt.el (appt-activate): Give a warning rather than an error
9 if there is no diary-file.
10
11 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
12
13 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Use
14 `tramp-handle-find-backup-file-name'.
15
16 2010-10-06 Glenn Morris <rgm@gnu.org>
17
18 * font-core.el (font-lock-defaults-alist): Remove variable.
19 (font-lock-mode): Doc fix.
20 (font-lock-default-function): Do not consult font-lock-defaults-alist.
21 * font-lock.el (font-lock-refresh-defaults): Doc fix.
22 (font-lock-set-defaults): Doc fix.
23 Do not consult font-lock-defaults-alist.
24
25 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
26
27 * emacs-lisp/cl.el: No longer provide cl-19.
28
29 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
30
31 * net/tramp.el (tramp-handle-directory-files-and-attributes)
32 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
33 New defuns, taken from tramp-smb.el.
34 (tramp-coding-system-change-eol-conversion)
35 (tramp-set-process-query-on-exit-flag): Removed.
36
37 * net/tramp-compat.el (top): Do not check for byte-compiler
38 objects.
39 (tramp-compat-coding-system-change-eol-conversion)
40 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
41 from tramp.el.
42
43 * net/tramp-gvfs.el:
44 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
45 by `tramp-compat-set-process-query-on-exit-flag'.
46
47 * net/tramp-imap.el (tramp-imap-file-name-handler-alist): Use
48 `tramp-handle-directory-files-and-attributes',
49 `tramp-handle-file-exists-p' and
50 `tramp-handle-file-newer-than-file-p'.
51 (tramp-imap-handle-file-exists-p)
52 (tramp-imap-handle-file-executable-p)
53 (tramp-imap-handle-file-readable-p)
54 (tramp-imap-handle-directory-files-and-attributes)
55 (tramp-imap-handle-file-newer-than-file-p): Removed.
56
57 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
58 by `tramp-compat-set-process-query-on-exit-flag' and
59 `tramp-coding-system-change-eol-conversion' by
60 `tramp-compat-coding-system-change-eol-conversion'.
61
62 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use
63 `tramp-handle-directory-files-and-attributes',
64 `tramp-handle-file-exists-p' and
65 `tramp-handle-file-newer-than-file-p'.
66 (tramp-smb-handle-directory-files-and-attributes)
67 (tramp-smb-handle-file-exists-p)
68 (tramp-smb-handle-file-newer-than-file-p): Removed.
69 (tramp-smb-maybe-open-connection): Replace
70 `tramp-set-process-query-on-exit-flag' by
71 `tramp-compat-set-process-query-on-exit-flag'.
72
73 2010-10-05 Glenn Morris <rgm@gnu.org>
74
75 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
76
77 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
78
79 Continue reorganization of load dependencies. (Bug#7156)
80
81 * net/tramp.el (tramp-handle-file-local-copy-hook)
82 (tramp-delete-temp-file-function): Move down.
83 (tramp-exists-file-name-handler): Move up.
84 (tramp-register-file-name-handlers): Simplify autoload.
85 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
86 (tramp-handle-directory-files, tramp-handle-dired-uncache)
87 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
88 (tramp-handle-file-name-completion)
89 (tramp-handle-file-name-directory)
90 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
91 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
92 (tramp-handle-find-backup-file-name)
93 (tramp-handle-insert-file-contents, tramp-handle-load)
94 (tramp-handle-substitute-in-file-name)
95 (tramp-handle-unhandled-file-name-directory)
96 (tramp-mode-string-to-int, tramp-local-host-p)
97 (tramp-make-tramp-temp-file): Moved from tramp-sh.el.
98
99 * net/tramp-gvfs.el (top):
100 * net/tramp-smb.el (top): Do not require 'tramp-sh.
101
102 * net/tramp-sh.el (all): Move several objects to tramp.el, see
103 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
104
105 2010-10-04 Glenn Morris <rgm@gnu.org>
106
107 * calendar/appt.el (appt-add): Ensure reminders are enabled.
108 (appt-activate): Give status messages.
109
110 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
111
112 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
113 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
114 `gnutls-negotiate' (formerly `starttls-negotiate'). Remove
115 trivial wrapper `starttls-open-stream'.
116
117 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
118
119 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
120 log-outgoing commands.
121 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
122 to create a buffer local revert-buffer-function variable.
123 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
124 revert-buffer-function lambda.
125
126 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
127
128 * net/gnutls.el (starttls-negotiate): Use the plist interface to
129 `gnutls-boot'. Make TYPE the only required parameter. Allow
130 TRUSTFILES and KEYFILES to be lists.
131 (open-ssl-stream): Use it.
132
133 2010-10-03 Glenn Morris <rgm@gnu.org>
134
135 * subr.el (directory-sep-char): Remove obsolete variable.
136 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
137 it is "necessary".
138
139 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
140 * vc/vc.el (vc-static-header-alist): Doc fix.
141 * vc/vc-cvs.el (vc-cvs-header):
142 * vc/vc-rcs.el (vc-rcs-header):
143 * vc/vc-sccs.el (vc-sccs-header):
144 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
145 * obsolete/vc-mcvs.el (vc-mcvs-header):
146 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
147 on XEmacs.
148
149 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
150
151 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Remove
152 obsolete use of binary-overwrite-mode (Bug#7001).
153
154 2010-10-03 Glenn Morris <rgm@gnu.org>
155
156 * obsolete/x-menu.el: Remove file, obsolete since 21.1
157
158 * textmodes/rst.el (rst-font-lock-keywords-function):
159 Drop Emacs 20 code.
160
161 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
162
163 * printing.el: Drop Emacs 20 code.
164
165 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
166 without having used appt.el already).
167
168 * subr.el (make-local-hook): Remove function obsolete since 21.1.
169 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
170 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
171 XEmacs.
172 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
173 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
174
175 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
176 (charset-width, find-charset-region, chars-in-region, forward-point)
177 (encode-coding-string, coding-system-p, ccl-execute-on-string)
178 (define-ccl-program, multibyte-string-p, string-make-multibyte):
179 Remove compatibility cruft (none of these are used by ps*.el).
180
181 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
182
183 * subr.el (booleanp): Return t instead of a list (Bug#7086).
184
185 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
186
187 * server.el (server-process-filter, server-return-error): Give
188 emacsclient time to shut down after receiving an error string.
189
190 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
191
192 * files.el (remote-file-name-inhibit-cache): New defcustom.
193
194 * time.el (display-time-file-nonempty-p): Use
195 `remote-file-name-inhibit-cache'.
196
197 * net/tramp.el (tramp-completion-reread-directory-timeout): Fix
198 docstring.
199
200 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
201 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
202 `remote-file-name-inhibit-cache'. Check also for an integer
203 value. Add/increase counter when `tramp-verbose' >= 10.
204 (tramp-set-file-property): Add/increase counter when
205 `tramp-verbose' >= 10.
206
207 * net/tramp-cmds.el (tramp-cleanup-all-connections)
208 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
209 (tramp-bug): Set tramp-autoload cookie. Report all interned
210 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
211 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
212 characters only in strings.
213
214 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
215 to backward compatibility.
216
217 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
218 (tramp-handle-file-name-all-completions)
219 (tramp-handle-vc-registered): Use
220 `remote-file-name-inhibit-cache'.
221 (tramp-open-connection-setup-interactive-shell): Call
222 `tramp-cleanup-connection' directly.
223
224 2010-10-02 Glenn Morris <rgm@gnu.org>
225
226 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
227
228 * subr.el (char-bytes): Remove obsolete function.
229
230 * isearch.el (isearch-return-char): Remove obsolete function.
231
232 * mouse.el: No longer provide mldrag.
233 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
234 Remove obsolete aliases.
235
236 * comint.el (comint-kill-output): Remove obsolete alias.
237
238 * composite.el (decompose-composite-char): Remove obsolete function.
239 * ps-def.el (decompose-composite-char): Remove unused function.
240
241 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
242
243 * outline.el (outline-visible): Remove obsolete function.
244
245 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
246 * faces.el (internal-find-face, internal-get-face)
247 (frame-update-faces, frame-update-face-colors)
248 (x-frob-font-weight, x-frob-font-slant)
249 (internal-frob-font-weight, internal-frob-font-slant)
250 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
251 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
252 (x-make-font-bold-italic): Remove functions and aliases, obsolete
253 since Emacs 21.1.
254 * emulation/viper-util.el (viper-get-face):
255 * obsolete/lucid.el (find-face, get-face): Use facep.
256 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
257 Remove unused functions.
258 * vc/ediff-util.el (ediff-submit-report): Doc fix.
259
260 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
261 delete tempfile if interrupted during compilation.
262
263 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
264
265 * net/tls.el (tls-starttls-switches): Give up on using starttls with
266 gnutls-cli.
267 (tls-program): Add --insecure to be consistent with the defaults from
268 openssl s_client. Now all three commands are insecure.
269
270 2010-10-01 Eli Zaretskii <eliz@gnu.org>
271
272 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
273 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
274 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
275
276 2010-10-01 Glenn Morris <rgm@gnu.org>
277
278 * obsolete/sc.el: Remove file.
279
280 * files.el (temporary-file-directory): On darwin, also try
281 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
282
283 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
284
285 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
286 Let's not break compatibility gratuitously, shall we?
287
288 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
289
290 * net/tls.el (tls-starttls-switches): New variable.
291 (tls-find-starttls-argument): Use it.
292 (open-tls-stream): Ditto.
293
294 * net/netrc.el (netrc-credentials): Return the value of the "default"
295 entry.
296 (netrc-machine): Ditto.
297
298 2010-09-30 Eli Zaretskii <eliz@gnu.org>
299
300 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
301
302 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
303
304 * server.el (server-start): Don't write pid to the authentication file.
305 (server-create-tty-frame): Don't send pid.
306 (server-process-filter): Send pid at the start of every connection.
307
308 2010-09-30 Glenn Morris <rgm@gnu.org>
309
310 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
311 (show-all-diary-entries): Remove obsolete function aliases.
312
313 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
314 Remove options, obsolete since 22.1.
315 (appt-display-format, appt-display-message): Remove
316 backwards-compatibility code.
317 (appt-check): No longer check appt-issue-message.
318 (appt-make-list): No longer autoload it. Doc fix. No longer
319 activate the package.
320
321 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
322
323 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
324 (starttls-negotiate): Just call boot, and let the handshake be
325 triggered from the read loop.
326
327 2010-09-29 Glenn Morris <rgm@gnu.org>
328
329 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
330 not displaying the diary.
331 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
332 * calendar/appt.el (appt-check): No longer need to kill diary.
333
334 * calendar/diary-lib.el (diary-list-entries): Move the
335 "Preparing..." message entirely here.
336 (diary-simple-display, diary-fancy-display): Move "Preparing..."
337 messages to diary-list-entries.
338 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
339 diary-display-function.
340
341 * calendar/diary-lib.el (diary-include-other-diary-files):
342 Trap some recursive includes.
343
344 * calendar/appt.el (appt-activate): Check diary file.
345
346 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
347
348 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
349 construction.
350
351 * calendar/time-date.el: No need to require cl for Emacs 21.
352
353 2010-09-28 Glenn Morris <rgm@gnu.org>
354
355 * calendar/appt.el (appt-check): Minor simplification.
356
357 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
358
359 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
360 citation prefix.
361
362 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
363
364 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
365 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
366
367 2010-09-27 Kenichi Handa <handa@m17n.org>
368
369 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
370 "ustar" format.
371
372 2010-09-27 Kenichi Handa <handa@m17n.org>
373
374 * international/mule.el (define-coding-system): Docstring fixed.
375
376 * international/mule-diag.el (describe-character-set): Use princ
377 with proper print-length and print-level instead of insert.
378
379 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
380
381 * window.el (walk-windows): Doc fix (bug#7105).
382
383 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
384
385 * emacs-lisp/float-sup.el (e): Remove.
386
387 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
388
389 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
390 variable.
391 (starttls-negotiate): Use it.
392
393 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
394
395 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
396 back.
397
398 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
399
400 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
401
402 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
403
404 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
405
406 * net/netrc.el (netrc-store-data): New function.
407
408 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
409
410 * net/gnutls.el: GnuTLS glue code to set up a connection.
411
412 2010-09-25 Julien Danjou <julien@danjou.info>
413
414 * notifications.el: Call dbus-register-signal only if it is bound.
415
416 2010-09-25 Glenn Morris <rgm@gnu.org>
417
418 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
419 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
420 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
421 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
422 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
423 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
424 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
425 * eshell/esh-util.el, eshell/esh-var.el:
426 Remove leading `*' from docs of faces and defcustoms.
427
428 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
429
430 * eshell/em-ls.el (eshell-ls-archive-regexp):
431 * eshell/esh-util.el (eshell-tar-regexp):
432 * ibuffer.el (ibuffer-compressed-file-name-regexp):
433 * info.el (Info-suffix-list):
434 * international/mule.el (auto-coding-alist):
435 * woman.el (woman-file-regexp, woman-file-compression-regexp):
436 * progmodes/etags.el (tags-compression-info-list):
437 Support xz compression.
438
439 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
440
441 * files.el (get-free-disk-space): Don't assume the "df" output
442 columns line up (Bug#6995).
443
444 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
445
446 * finder.el (finder-unknown-keywords):
447 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
448 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
449
450 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
451
452 * server.el (server-start): Revert part of 2010-08-08 change. Using
453 address 127.0.0.1 for local host is now done in Fmake_network_process.
454
455 2010-09-24 Glenn Morris <rgm@gnu.org>
456
457 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
458 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
459 * textmodes/css-mode.el, textmodes/dns-mode.el:
460 Move autoloaded auto-mode-alist entries to files.el.
461 * files.el (auto-mode-alist): Move entries here.
462
463 2010-09-23 Glenn Morris <rgm@gnu.org>
464
465 * isearch.el (isearch-lazy-highlight-cleanup)
466 (isearch-lazy-highlight-initial-delay)
467 (isearch-lazy-highlight-interval)
468 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
469 * net/net-utils.el (ipconfig-program-options):
470 Move aliases to options before the associated definitions.
471
472 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
473
474 * newcomment.el (comment-normalize-vars): Better test validity of
475 comment-end-skip.
476
477 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
478
479 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
480 (float-e): New name for `e'.
481 (degrees-to-radians, radians-to-degrees):
482 * calendar/solar.el (solar-longitude):
483 * calculator.el (calculator-registers, calculator-funcall):
484 * textmodes/artist.el (artist-spray-random-points):
485 * play/bubbles.el (bubbles--initialize-images): Use new names.
486
487 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
488
489 Update to CEDET 1.0's version of EIEIO.
490
491 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
492 New function.
493 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
494 (eieio-default-eval-maybe): Eval val instead of unquoting only.
495 (class-precedence-list): If class is nil, return nil.
496 (eieio-generic-call): If class of first input arg is nil, don't
497 look up static methods, and do check for primary methods.
498 (initialize-instance): See if the default needs to be evaluated
499 during the constructor.
500 (eieio-perform-slot-validation-for-default): Don't do the check
501 for values that will eventually be evaluated.
502 (eieio-eval-default-p): New function.
503 (eieio-default-eval-maybe): Use it.
504
505 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
506
507 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
508 method-invocation-order.
509 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
510 (eieio-class-precedence-dfs): Compute class precedence list using
511 dfs algorithm.
512 (eieio-class-precedence-bfs): Compute class precedence list using
513 bfs algorithm.
514 (eieio-class-precedence-c3): Compute class precedence list using
515 c3 algorithm.
516 (class-precedence-list): New function.
517 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
518 (inconsistent-class-hierarchy): New error symbol.
519 (call-next-method): Stow the replacement argument list for future
520 call-next-method invocations.
521
522 2010-09-23 Glenn Morris <rgm@gnu.org>
523
524 * calendar/appt.el (appt-check): If not displaying the diary,
525 use (diary 1) to only get the entries we need.
526 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
527 that it is in day order. (Bug#7019)
528
529 * calendar/appt.el (appt-check): Rather than showing the diary,
530 just turn off invisible display, and only if needed.
531
532 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
533
534 2010-09-23 Glenn Morris <rgm@gnu.org>
535
536 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
537 (byte-compile-defvar, byte-compile-cl-warn):
538 Start warnings with lower-case, like the majority.
539
540 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
541
542 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
543
544 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
545 * files.el (auto-mode-alist): Move ld-script entries here, further down
546 the list.
547
548 * vc/add-log.el: Don't require timezone when compiling.
549 (timezone-make-date-sortable): Autoload it.
550 (change-log-sortable-date-at): Don't require timezone.
551 Use `ignore-errors'.
552
553 * comint.el (comint-use-prompt-regexp-instead-of-fields):
554 Move alias before definition, so it does not need autoloading.
555
556 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
557 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
558 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
559 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
560 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
561 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
562 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
563 * textmodes/tex-mode.el, textmodes/two-column.el:
564 Remove leading `*' from docs of defcustoms etc.
565
566 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
567
568 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
569
570 2010-09-22 Dan Christensen <jdc@uwo.ca>
571
572 * calendar/time-date.el (date-to-time): Try using parse-time-string
573 first before using the slower timezone-make-date-arpa-standard.
574
575 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
576
577 * calendar/time-date.el (format-seconds): Comment fix.
578
579 2010-09-22 Glenn Morris <rgm@gnu.org>
580
581 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
582 is not automatically buffer-local.
583
584 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
585
586 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
587 (smie-indent-comment): Be more careful with comment-start-skip.
588 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
589 (smie-indent-functions): Use them.
590
591 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
592
593 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
594
595 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
596
597 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
598 tool-bar-position. Don't modify frame parameters here.
599 (menu-bar-options-save): Add tool-bar-position.
600
601 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
602
603 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
604
605 * textmodes/reftex-parse.el (reftex-what-macro)
606 (reftex-context-substring): Let-bind forward-sexp-function to nil
607 since we don't need/want to treat \begin...\end as a block (bug#7053).
608
609 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
610
611 * simple.el (blink-matching-open): Use syntax-class.
612
613 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
614 Set invisibility spec for pascal's outline mode.
615 (pascal-outline-change): Clean up calling convention.
616 (pascal-show-all, pascal-hide-other-defuns): Update callers.
617
618 * progmodes/prolog.el (prolog-smie-forward-token)
619 (prolog-smie-backward-token): New functions.
620 (prolog-mode-variables): Use them to parse "!," correctly.
621 Set up smie-blink-matching for ".".
622
623 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
624 and `end'.
625 (ispell-region, ispell-process-line): Update users.
626
627 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
628 point-min==1.
629
630 * textmodes/ispell.el: Fix commenting convention.
631 (ispell-parse-output): Simplify, use push.
632 (ispell-region): Use match-string-no-properties.
633 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
634 (ispell-minor-mode): Use define-minor-mode.
635 (ispell-message): Remove unused var `skip-regexp'.
636 (ispell-add-per-file-word-list): Use dynamic let-binding.
637 Try and use the proper comment marker.
638
639 * mail/sendmail.el: Fix commenting convention.
640 (sendmail-send-it): Use line-beginning-position.
641
642 * help-fns.el (describe-variable): Add original value, if applicable.
643
644 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
645
646 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
647
648 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
649
650 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
651
652 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
653 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
654 (smie-prec2-levels): Use them to better diagnose precedence cycles.
655 (smie-blink-matching-check): Don't signal a mismatch if car is t.
656 (smie-blink-matching-open): Rewrite to remove assumptions, so that
657 something like "." can also be a closer.
658 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
659 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
660 Rename internal functions to use "--". Update callers.
661
662 * frame.el (make-frame-names-alist): Don't list frames on other displays.
663
664 * fringe.el (fringe-styles): New var.
665 (fringe-mode, fringe-query-style): Use it.
666
667 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
668
669 * progmodes/sql.el: Version 2.8
670 (sql-login-params): Update widget structure; changes still needed.
671 (sql-product-alist): Add :list-all and :list-table features for
672 SQLite, Postgres and MySQL products.
673 (sql-redirect): Handle default value.
674 (sql-execute, sql-execute-feature): New functions.
675 (sql-read-table-name): New function.
676 (sql-list-all, sql-list-table): New functions. User API.
677 (sql-mode-map, sql-interactive-mode-map): Add key definitions
678 for above functions.
679 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
680 for above functions.
681 (sql-postgres-login-params): Add user and database defaults.
682 (sql-buffer-live-p): Bug fix.
683 (sql-product-history): New variable.
684 (sql-read-product): New function. Use it.
685 (sql-set-product, sql-product-interactive): Use it.
686 (sql-connection-history): New variable.
687 (sql-read-connection): New function. Use it.
688 (sql-connect): New function.
689 (sql-for-each-login): Redesign function interface.
690 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
691 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
692 (sql-comint): Check for program. Existing live buffer.
693 (sql-comint-postgres): Add port parameter.
694
695 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
696
697 * emacs-lisp/warnings.el: Fix commenting convention.
698 (display-warning): Use special mode and make the buffer read-only.
699
700 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
701
702 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
703 empty string when it follows a repeated or optional pattern.
704
705 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
706
707 * indent.el (indent-according-to-mode): Apply syntax-propertize.
708 (indent-region): Use indent-according-to-mode.
709
710 2010-09-18 Eli Zaretskii <eliz@gnu.org>
711
712 * fringe.el (fringe-mode): Doc fix.
713
714 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
715
716 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
717 refreshing the preview buffer.
718
719 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
720
721 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
722 (latex-syntax-propertize-rules): New consts; replace
723 tex-font-lock-syntactic-keywords.
724 (tex-env-mark, latex-env-before-change): New functions.
725 (latex-electric-env-pair-mode): New minor mode.
726 (tex-font-lock-verb): Change arguments; do move point.
727 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
728 representation as a form of comment.
729 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
730 (doctex-syntax-propertize-rules): New const; replaces
731 doctex-font-lock-syntactic-keywords.
732 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
733
734 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
735 (fortran-make-syntax-propertize-function): New function; replaces
736 fortran-font-lock-syntactic-keywords.
737 (fortran-mode): Use it.
738 (fortran-line-length): Use it. Improve interactive spec.
739
740 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
741 (syntax-propertize-rules): Add var-ref case. Fix offset computation
742 when adding surrounding \(..\).
743
744 * progmodes/js.el (js-mode): Fix last change (bug#7054).
745
746 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
747
748 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
749 Use with-current-buffer.
750
751 * isearch.el (isearch-face): Rename from `isearch'.
752 (isearch-highlight): Use new name.
753
754 2010-09-17 Eli Zaretskii <eliz@gnu.org>
755
756 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
757 5, for `half' width fringes. (Bug#6933)
758
759 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
760
761 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
762 (byte-compile-defvar): "foo/bar" does not lack a prefix.
763
764 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
765
766 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
767
768 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
769 in calculating new frame position. Add more space between new and
770 parent on the left (Bug#7048).
771
772 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
773
774 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
775 defmacro.
776
777 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
778
779 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
780
781 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
782 obsolete alias for x-selection-value.
783
784 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
785
786 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
787
788 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
789 cookie.
790
791 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
792
793 * net/tramp-compat.el (tramp-compat-with-temp-message)
794 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
795 (tramp-compat-process-put): New defuns.
796
797 * net/tramp.el (top):
798 * net/tramp-gvfs.el (top):
799 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
800
801 * net/tramp.el (tramp-progress-reporter-update):
802 Use `tramp-compat-funcall'.
803
804 * net/tramp.el (tramp-process-actions):
805 * net/tramp-gvfs.el (tramp-handle-vc-registered):
806 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
807 (tramp-get-remote-stat, tramp-get-remote-readlink):
808 Use `tramp-compat-with-temp-message'.
809
810 * net/tramp-sh.el (top): Require 'cl.
811 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
812 (tramp-open-connection-setup-interactive-shell):
813 Use `tramp-compat-process-put'.
814
815 2010-09-15 Alan Mackenzie <acm@muc.de>
816
817 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
818 indentation.
819 (c-forward-<>-arglist-recur): Fix an infinite recursion.
820
821 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
822
823 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
824 `lexical' for warnings related to lexical scoping.
825 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
826 global vars which don't have a prefix and could hence affect lexical
827 scoping in unrelated files.
828
829 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
830
831 * net/imap.el: Revert back to version
832 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
833 seem problematic.
834
835 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
836
837 * obsolete/old-whitespace.el (whitespace-unload-function):
838 Explicitly pass `obarray' to `unintern' to avoid a warning.
839
840 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
841
842 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
843 Add `when' argument. Update callers.
844
845 * subr.el (unintern): Declare the obarray arg mandatory.
846
847 2010-09-14 Glenn Morris <rgm@gnu.org>
848
849 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
850 Doc fixes.
851
852 * calendar/diary-lib.el (diary-included-files): New variable.
853 (diary-list-entries): Maybe initialize diary-included-files.
854 (diary-include-other-diary-files): Append to diary-included-files.
855 * calendar/appt.el (appt-update-list): Also check the members of
856 diary-included-files. (Bug#6999)
857 (appt-check): Doc fix.
858
859 2010-09-14 David Reitter <david.reitter@gmail.com>
860
861 * simple.el (line-move-visual): Do not truncate goal column to
862 integer size. (Bug#7020)
863
864 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
865
866 * repeat.el (repeat): Allow repeating when the last event is a click.
867 Suggested by Drew Adams (bug#6256).
868
869 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
870
871 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
872 Replace setting HGRCPATH to "" by some less invasive --config options.
873
874 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
875
876 * font-lock.el (font-lock-beginning-of-syntax-function):
877 Mark as obsolete.
878
879 2010-09-14 Glenn Morris <rgm@gnu.org>
880
881 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
882 and tool-bar modes. (Bug#6211)
883 (menu-bar-mode): Move setting of standard-value after the
884 minor-mode definition, otherwise it seems to have no effect.
885
886 2010-09-14 Masatake YAMATO <yamato@redhat.com>
887
888 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
889 Fix typo. (Bug#6976)
890
891 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
892
893 * whitespace.el: Allow cleaning up blanks without blank
894 visualization (Bug#6651). Adjust help window for
895 whitespace-toggle-options (Bug#6479). Allow to use fill-column
896 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
897 (whitespace-style): Add new value 'face. Adjust docstring.
898 (whitespace-space, whitespace-hspace, whitespace-tab):
899 Adjust foreground property face.
900 (whitespace-line-column): Adjust docstring and type declaration.
901 (whitespace-style-value-list, whitespace-toggle-option-alist)
902 (whitespace-help-text): Adjust const initialization.
903 (whitespace-toggle-options, global-whitespace-toggle-options):
904 Adjust docstring.
905 (whitespace-display-window, whitespace-interactive-char)
906 (whitespace-style-face-p, whitespace-color-on): Adjust code.
907 (whitespace-help-scroll): New fun.
908
909 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
910
911 * calendar/time-date.el (format-seconds): Comment fix.
912
913 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
914
915 * progmodes/sql.el: Version 2.7.
916 (sql-buffer-live-p): Improve detection.
917 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
918 (sql-set-sqli-buffer): Use it.
919 (sql-product-interactive): Run `sql-set-sqli-hook'.
920 (sql-rename-buffer): Code cleanup.
921 (sql-redirect, sql-redirect-value): New functions. More to come.
922
923 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
924
925 Port tramp-related Makefile changes of 2010-09-08T14:42:54Z!michael.albinus@gmx.de, 2010-09-13T15:17:01Z!michael.albinus@gmx.de to Windows.
926 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
927 (TRAMP_SRC): New macro.
928 ($(lisp)/net/tramp-loaddefs.el): New target.
929
930 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
931
932 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
933
934 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
935
936 * net/tramp.el (top): Don't show loading message. Require just
937 'tramp-compat, everything else is required there.
938 Use `ignore-errors' where appropriate.
939 (tramp-inline-compress-start-size, tramp-copy-size-limit)
940 (tramp-terminal-type, tramp-end-of-output)
941 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
942 (tramp-completion-function-alist-ssh)
943 (tramp-completion-function-alist-telnet)
944 (tramp-completion-function-alist-su)
945 (tramp-completion-function-alist-putty, tramp-remote-path)
946 (tramp-remote-process-environment, tramp-sh-extra-args)
947 (tramp-actions-before-shell, tramp-uudecode)
948 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
949 (tramp-perl-file-attributes)
950 (tramp-perl-directory-files-and-attributes)
951 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
952 (tramp-perl-encode, tramp-perl-decode)
953 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
954 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
955 (tramp-handle-make-symbolic-link, tramp-handle-load)
956 (tramp-handle-file-name-as-directory)
957 (tramp-handle-file-name-directory)
958 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
959 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
960 (tramp-do-file-attributes-with-ls)
961 (tramp-do-file-attributes-with-perl)
962 (tramp-do-file-attributes-with-stat)
963 (tramp-handle-set-visited-file-modtime)
964 (tramp-handle-verify-visited-file-modtime)
965 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
966 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
967 (tramp-handle-file-selinux-context)
968 (tramp-handle-set-file-selinux-context)
969 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
970 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
971 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
972 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
973 (tramp-handle-file-ownership-preserved-p)
974 (tramp-handle-directory-file-name, tramp-handle-directory-files)
975 (tramp-handle-directory-files-and-attributes)
976 (tramp-do-directory-files-and-attributes-with-perl)
977 (tramp-do-directory-files-and-attributes-with-stat)
978 (tramp-handle-file-name-all-completions)
979 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
980 (tramp-handle-copy-file, tramp-handle-copy-directory)
981 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
982 (tramp-do-copy-or-rename-file-via-buffer)
983 (tramp-do-copy-or-rename-file-directly)
984 (tramp-do-copy-or-rename-file-out-of-band)
985 (tramp-handle-make-directory, tramp-handle-delete-directory)
986 (tramp-handle-delete-file)
987 (tramp-handle-dired-recursive-delete-directory)
988 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
989 (tramp-handle-insert-directory)
990 (tramp-handle-unhandled-file-name-directory)
991 (tramp-handle-expand-file-name)
992 (tramp-handle-substitute-in-file-name)
993 (tramp-handle-executable-find, tramp-process-sentinel)
994 (tramp-handle-start-file-process, tramp-handle-process-file)
995 (tramp-handle-call-process-region, tramp-handle-shell-command)
996 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
997 (tramp-handle-insert-file-contents)
998 (tramp-handle-insert-file-contents-literally)
999 (tramp-handle-find-backup-file-name)
1000 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
1001 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
1002 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
1003 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
1004 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
1005 (tramp-find-file-exists-command, tramp-open-shell)
1006 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
1007 (tramp-open-connection-setup-interactive-shell)
1008 (tramp-local-coding-commands, tramp-remote-coding-commands)
1009 (tramp-find-inline-encoding, tramp-call-local-coding-command)
1010 (tramp-inline-compress-commands, tramp-find-inline-compress)
1011 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1012 (tramp-send-command, tramp-wait-for-output)
1013 (tramp-send-command-and-check, tramp-barf-unless-okay)
1014 (tramp-send-command-and-read, tramp-mode-string-to-int)
1015 (tramp-convert-file-attributes, tramp-check-cached-permissions)
1016 (tramp-file-mode-from-int, tramp-file-mode-permissions)
1017 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
1018 (tramp-method-out-of-band-p, tramp-local-host-p)
1019 (tramp-get-remote-path, tramp-get-remote-tmpdir)
1020 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
1021 (tramp-get-test-command, tramp-get-test-nt-command)
1022 (tramp-get-file-exists-command, tramp-get-remote-ln)
1023 (tramp-get-remote-perl, tramp-get-remote-stat)
1024 (tramp-get-remote-readlink, tramp-get-remote-trash)
1025 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
1026 (tramp-get-local-uid, tramp-get-local-gid)
1027 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
1028 tramp-sh.el.
1029 (tramp-methods, tramp-default-method-alist)
1030 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
1031 Move initialization to tramp-sh.el.
1032 (tramp-temp-name-prefix): Make it a defconst.
1033 (tramp-dissect-file-name): Don't check anymore for multi-hop
1034 methods.
1035 (tramp-debug-outline-regexp): Add a docstring.
1036 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
1037 (tramp-get-debug-buffer): Use it.
1038
1039 * net/tramp-cache.el (top): Set tramp-autoload cookie for
1040 initialization forms.
1041 (tramp-set-connection-property): Don't protect `tramp-message'
1042 call, it isn't necessary any longer.
1043 (tramp-dump-connection-properties): Use `ignore-errors'.
1044
1045 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
1046 'password-cache and 'auth-source.
1047
1048 * net/tramp-gvfs.el (top):
1049 * net/tramp-smb.el (top): Require 'tramp-sh.
1050
1051 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
1052
1053 * net/tramp-sh.el: New file, derived from tramp.el.
1054 (top): Initialize `tramp-methods', `tramp-default-method-alist',
1055 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
1056 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
1057 Use `ignore-errors' where appropriate.
1058 (tramp-sh-file-name-handler-alist): Rename from
1059 `tramp-file-name-handler-alist'.
1060 (tramp-send-command-and-check): Return t or nil. Remove all
1061 `zerop' checks, where called.
1062 (tramp-handle-set-file-modes)
1063 (tramp-do-copy-or-rename-file-directly)
1064 (tramp-handle-delete-directory, tramp-handle-delete-file)
1065 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
1066 (tramp-sh-file-name-handler, tramp-send-command-and-check)
1067 (tramp-get-remote-ln): Set tramp-autoload cookie.
1068
1069 * net/tramp-fish.el: Remove file.
1070
1071 2010-09-13 Daiki Ueno <ueno@unixuser.org>
1072
1073 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
1074 buffer-file-name to avoid file-locking. (Bug#7026)
1075
1076 2010-09-13 Julien Danjou <julien@danjou.info>
1077
1078 * notifications.el (notifications-notify): Add support for
1079 image-path and sound-name.
1080 (notifications-specification-version): Add this variable.
1081
1082 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1083
1084 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
1085
1086 2010-09-12 Leo <sdl.web@gmail.com>
1087
1088 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
1089 (rcirc-completion-start): New variables.
1090 (rcirc-nick-completions): Rename to rcirc-completions.
1091 (rcirc-nick-completion-start-offset): Delete.
1092 (rcirc-completion-at-point): New function for constructing
1093 completion data for both nicks and irc commands. Add to
1094 completion-at-point-functions in rcirc mode.
1095 (rcirc-complete): Rename from rcirc-nick-complete; use
1096 rcirc-completion-at-point.
1097 (defun-rcirc-command): Update rcirc-client-commands.
1098
1099 2010-09-11 Glenn Morris <rgm@gnu.org>
1100
1101 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
1102 atomically, to avoid parallel build errors. (Bug#4196)
1103
1104 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
1105
1106 * progmodes/sql.el: Version 2.6
1107 (sql-dialect): Synonym for "sql-product".
1108 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1109 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
1110 Set "sql-buffer" to buffer name not buffer object so multiple sql
1111 interactive buffers work properly. Reverts misguided changes in
1112 earlier work.
1113 (sql-comint): Make sure different buffer name is used if "*SQL*"
1114 buffer is for a different product.
1115 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
1116 login param.
1117 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1118 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1119 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
1120 Accept new buffer name or prompt for one.
1121 (sql-port): Default to zero.
1122 (sql-comint-mysql): Handle "sql-port" as a numeric.
1123 (sql-port-history): Delete unused variable.
1124 (sql-get-login): Default "sql-port" to a number.
1125 (sql-product-alist): Correct Postgres prompt and terminator regexp.
1126 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
1127 "sqlite3" executables.
1128 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
1129 (sql-buffer-live-p): New function.
1130 (sql-mode-menu, sql-send-string): Use it.
1131 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
1132 syntax pattern.
1133 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
1134 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
1135
1136 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1137
1138 * net/netrc.el (netrc-credentials): New convenience function.
1139
1140 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1141
1142 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
1143 to replace texinfo-font-lock-syntactic-keywords.
1144 (texinfo-mode): Use it.
1145
1146 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
1147 Use syntax-propertize-function.
1148
1149 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
1150 replace sgml-font-lock-syntactic-keywords.
1151 (sgml-mode): Use it.
1152
1153 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
1154 since we don't use it.
1155
1156 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
1157
1158 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
1159 if available.
1160 (vhdl-fontify-buffer): Adjust.
1161
1162 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
1163 replace tcl-font-lock-syntactic-keywords.
1164 (tcl-mode): Use it.
1165
1166 * progmodes/simula.el (simula-syntax-propertize-function): New var to
1167 replace simula-font-lock-syntactic-keywords.
1168 (simula-mode): Use it.
1169
1170 * progmodes/sh-script.el (sh-st-symbol): Remove.
1171 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
1172 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
1173 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
1174 (sh-font-lock-paren): Set syntax-multiline.
1175 (sh-font-lock-syntactic-keywords): Remove.
1176 (sh-syntax-propertize-function): New function to replace it.
1177 (sh-mode): Use it.
1178
1179 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
1180 Define while compiling.
1181 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1182 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
1183 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
1184 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1185 (ruby-here-doc-end-syntax): Only define when
1186 syntax-propertize is not available.
1187 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
1188 New functions.
1189 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
1190 (electric-indent-chars): Silence bytecompiler.
1191 (ruby-mode): Use prog-mode, syntax-propertize-function, and
1192 electric-indent-chars.
1193
1194 * progmodes/python.el (python-syntax-propertize-function): New var to
1195 replace python-font-lock-syntactic-keywords.
1196 (python-mode): Use it.
1197 (python-quote-syntax): Simplify and adjust to new use.
1198
1199 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
1200 replace perl-font-lock-syntactic-keywords.
1201 (perl-syntax-propertize-special-constructs): New fun to replace
1202 perl-font-lock-special-syntactic-constructs.
1203 (perl-font-lock-syntactic-face-function): New fun.
1204 (perl-mode): Use it.
1205
1206 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
1207 to replace octave-font-lock-close-quotes.
1208 (octave-syntax-propertize-function): New function to replace
1209 octave-font-lock-syntactic-keywords.
1210 (octave-mode): Use it.
1211
1212 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
1213 replaces mixal-font-lock-syntactic-keywords.
1214 (mixal-mode): Use it.
1215
1216 * progmodes/make-mode.el (makefile-syntax-propertize-function):
1217 New var; replaces makefile-font-lock-syntactic-keywords.
1218 (makefile-mode): Use it.
1219 (makefile-imake-mode): Adjust.
1220
1221 * progmodes/js.el (js--regexp-literal): Define while compiling.
1222 (js-syntax-propertize-function): New var; replaces
1223 js-font-lock-syntactic-keywords.
1224 (js-mode): Use it.
1225
1226 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
1227 replaces gdb-script-font-lock-syntactic-keywords.
1228 (gdb-script-mode): Use it.
1229
1230 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
1231 (fortran--font-lock-syntactic-keywords): New var.
1232 (fortran-line-length): Update syntax-propertize-function and
1233 fortran--font-lock-syntactic-keywords.
1234
1235 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
1236
1237 * progmodes/cfengine.el (cfengine-mode):
1238 Use syntax-propertize-function.
1239 (cfengine-font-lock-syntactic-keywords): Remove.
1240
1241 * progmodes/autoconf.el (autoconf-mode):
1242 Use syntax-propertize-function.
1243 (autoconf-font-lock-syntactic-keywords): Remove.
1244
1245 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
1246 (ada-after-change-function, ada-initialize-syntax-table-properties)
1247 (ada-handle-syntax-table-properties): Only define when
1248 syntax-propertize is not available.
1249 (ada-mode): Use syntax-propertize-function.
1250
1251 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
1252 (font-lock-fontify-syntactic-keywords-region): Move handling of
1253 font-lock-syntactically-fontified to...
1254 (font-lock-default-fontify-region): ...here.
1255 Let syntax-propertize-function take precedence.
1256 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
1257
1258 * emacs-lisp/syntax.el (syntax-propertize-function)
1259 (syntax-propertize-chunk-size, syntax-propertize--done)
1260 (syntax-propertize-extend-region-functions): New vars.
1261 (syntax-propertize-wholelines, syntax-propertize-multiline)
1262 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
1263 (syntax-propertize): New functions.
1264 (syntax-propertize-rules): New macro.
1265 (syntax-ppss-flush-cache): Set syntax-propertize--done.
1266 (syntax-ppss): Call syntax-propertize.
1267
1268 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
1269
1270 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
1271
1272 * textmodes/ispell.el (ispell-init-process): Improve comments.
1273 XEmacs compatibility changes regarding (add-hook) 'local option
1274 and (set-process-query-on-exit-flag).
1275
1276 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
1277
1278 * net/tramp-cache.el (tramp-parse-connection-properties):
1279 Set tramp-autoload cookie.
1280
1281 2010-09-09 Glenn Morris <rgm@gnu.org>
1282
1283 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
1284 (imagemagick-register-types): Doc fix.
1285
1286 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1287
1288 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
1289
1290 * progmodes/js.el (require): Require is already "eval-and-compile".
1291 (js--re-search-forward): Avoid `eval'. Preserve the error data.
1292 (js--re-search-backward): Use js--re-search-forward.
1293
1294 * progmodes/fortran.el (fortran-line-length): Don't recompute
1295 syntactic keywords redundantly a second time.
1296
1297 * progmodes/ada-mode.el: Replace "(set '" with setq.
1298 (ada-mode): Simplify.
1299 (ada-create-case-exception, ada-adjust-case-interactive)
1300 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
1301 (ada-search-ignore-string-comment, ada-move-to-start)
1302 (ada-move-to-end): Use with-syntax-table.
1303
1304 * font-lock.el (save-buffer-state): Remove `varlist' arg.
1305 (font-lock-unfontify-region, font-lock-default-fontify-region):
1306 Update usage correspondingly.
1307 (font-lock-fontify-syntactic-keywords-region):
1308 Set parse-sexp-lookup-properties buffer-locally here.
1309 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
1310
1311 * simple.el (blink-matching-open): Don't burp if we can't find a match.
1312
1313 2010-09-08 Glenn Morris <rgm@gnu.org>
1314
1315 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
1316 Error if not compiled with -DBYTE_CODE_METER.
1317
1318 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1319 Ignore dir-locals-file.
1320
1321 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1322
1323 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1324 Not a const.
1325 (compilation-error-regexp-alist-alist): Rule out ": " in file names
1326 for the `gnu' messages.
1327 (compilation-set-skip-threshold): New command.
1328 (compilation-start): Use \' rather than $.
1329 (compilation-forget-errors): Use clrhash.
1330
1331 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
1332
1333 * textmodes/ispell.el (ispell-valid-dictionary-list):
1334 Simplify logic.
1335
1336 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
1337
1338 Migrate to Tramp 2.2. Rearrange load dependencies.
1339 (Bug#1529, Bug#5448, Bug#5705)
1340
1341 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
1342 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
1343 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1344
1345 * net/tramp.el (top): Remove all other tramp-* loads except
1346 tramp-compat.el. Remove all changes to tramp-unload-hook for
1347 other tramp-* packages. Rearrange defun order. Change calls of
1348 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
1349 `tramp-compat-octal-to-decimal' to new function names.
1350 (tramp-terminal-type, tramp-initial-end-of-output)
1351 (tramp-methods, tramp-foreign-file-name-handler-alist)
1352 (tramp-tramp-file-p, tramp-completion-mode-p)
1353 (tramp-send-command-and-check, tramp-get-remote-path)
1354 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
1355 (tramp-shell-quote-argument): Set tramp-autoload cookie.
1356 (with-file-property, with-connection-property): Move to
1357 tramp-cache.el.
1358 (tramp-local-call-process, tramp-decimal-to-octal)
1359 (tramp-octal-to-decimal): Move to tramp-compat.el.
1360 (tramp-handle-shell-command): Do not require 'shell.
1361 (tramp-compute-multi-hops): No special handling for tramp-gw-*
1362 symbols.
1363 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
1364
1365 * net/tramp-cache.el (top): Require 'tramp. Add to
1366 `tramp-unload-hook'.
1367 (tramp-cache-data, tramp-get-file-property)
1368 (tramp-set-file-property, tramp-flush-file-property)
1369 (tramp-flush-directory-property, tramp-get-connection-property)
1370 (tramp-set-connection-property, tramp-flush-connection-property)
1371 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
1372 cookie.
1373 (with-file-property, with-connection-property): New defuns, moved
1374 from tramp.el.
1375 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
1376 macro.
1377
1378 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
1379 (tramp-version): Set tramp-autoload cookie.
1380
1381 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
1382 changes to tramp-unload-hook for other tramp-* packages. Add to
1383 `tramp-unload-hook'.
1384 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
1385 (tramp-compat-call-process): New defuns, moved from tramp.el.
1386
1387 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
1388 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1389 to `tramp-unload-hook'. Change call of
1390 `tramp-compat-decimal-to-octal' to new function name.
1391 (tramp-fish-method): Make it a defconst.
1392 (tramp-fish-file-name-p): Make it a defsubst.
1393 (tramp-fish-method, tramp-fish-file-name-handler)
1394 (tramp-fish-file-name-p): Set tramp-autoload cookie.
1395
1396 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
1397 `tramp-foreign-file-name-handler-alist'. Add to
1398 `tramp-unload-hook'.
1399 (tramp-ftp-method): Make it a defconst.
1400 (tramp-ftp-file-name-p): Make it a defsubst.
1401 (tramp-ftp-method, tramp-ftp-file-name-handler)
1402 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
1403
1404 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
1405 `tramp-foreign-file-name-handler-alist'. Add to
1406 `tramp-unload-hook'. Change checks, whether package can be
1407 loaded.
1408 (tramp-gvfs-file-name-p): Make it a defsubst.
1409 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
1410 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
1411 (tramp-gvfs-handle-file-directory-p): New defun.
1412 (tramp-gvfs-file-name-handler-alist): Use it.
1413
1414 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
1415 `tramp-foreign-file-name-handler-alist'. Add to
1416 `tramp-unload-hook'.
1417 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
1418 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
1419 defconst.
1420 (tramp-gw-tunnel-method, tramp-gw-socks-method)
1421 (tramp-gw-open-connection): Set tramp-autoload cookie.
1422
1423 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
1424 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1425 to `tramp-unload-hook'. Change checks, whether package can be
1426 loaded.
1427 (tramp-imap-file-name-p): Make it a defsubst.
1428 (tramp-imap-method, tramp-imaps-method)
1429 (tramp-imap-file-name-handler)
1430 (tramp-imap-file-name-p): Set tramp-autoload cookie.
1431
1432 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
1433 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1434 to `tramp-unload-hook'. Change checks, whether package can be
1435 loaded. Change call of `tramp-compat-decimal-to-octal' to new
1436 function name.
1437 (tramp-smb-tunnel-method): Make it a defconst.
1438 (tramp-smb-file-name-p): Make it a defsubst.
1439 (tramp-smb-method, tramp-smb-file-name-handler)
1440 (tramp-smb-file-name-p): Set tramp-autoload cookie.
1441
1442 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
1443 (tramp-uuencode-region): Set tramp-autoload cookie.
1444
1445 * net/trampver.el (top) Add to `tramp-unload-hook'.
1446 (tramp-version, tramp-bug-report-address): Set tramp-autoload
1447 cookie. Update release number.
1448
1449 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
1450
1451 * textmodes/ispell.el (ispell-start-process): Make sure original
1452 arg list is properly initialized (Bug#6993, Bug#6994).
1453
1454 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1455
1456 * files.el (directory-abbrev-alist): Use \` as default regexp.
1457
1458 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1459 chars like - or ] (bug#6984).
1460 (rx-any-condense-range): Explode 2-char ranges.
1461
1462 2010-09-06 Glenn Morris <rgm@gnu.org>
1463
1464 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1465
1466 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1467
1468 * textmodes/bibtex.el:
1469 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1470
1471 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1472
1473 * net/imap.el (imap-message-map): Remove optional buffer parameter,
1474 since no callers use it.
1475 (imap-message-get): Ditto.
1476 (imap-message-put): Ditto.
1477 (imap-mailbox-map): Ditto.
1478 (imap-mailbox-put): Ditto.
1479 (imap-mailbox-get): Ditto.
1480 (imap-mailbox-get): Revert last change for this function.
1481
1482 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1483
1484 * net/imap.el (imap-fetch-safe): Remove function, and alter all
1485 callers to use `imap-fetch' instead. According to the comments, this
1486 should be safe, since all other IMAP clients use the 1:* syntax.
1487 (imap-enable-exchange-bug-workaround): Remove.
1488 (imap-debug): Remove -- doesn't seem very useful.
1489
1490 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1491
1492 * net/imap.el (imap-log): New convenience function used throughout
1493 instead of repeating the same code all over the place.
1494
1495 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
1496
1497 * mouse.el (mouse-save-then-kill): Save region to kill-ring
1498 when mouse-drag-copy-region is non-nil (Bug#6956).
1499
1500 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
1501
1502 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
1503 Improve regexps (Bug#6987).
1504 (dired-sort-toggle): Search more robustly for -t flag.
1505
1506 * files.el (get-free-disk-space): Search more robustly for
1507 "available" column. Suggested by Ehud Karni
1508 <ehud@unix.mvs.co.il>.
1509
1510 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
1511
1512 * international/uni-bidi.el:
1513 * international/uni-category.el:
1514 * international/uni-combining.el:
1515 * international/uni-decimal.el:
1516 * international/uni-mirrored.el:
1517 * international/uni-name.el: Regenerate.
1518
1519 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1520
1521 * electric.el (electric-indent-post-self-insert-function):
1522 Don't reindent with a sloppy indentation function.
1523
1524 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
1525 border case in change-log-mode.
1526
1527 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
1528
1529 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1530 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
1531 Recognize leading tab in gcc-include regexp. Ignore names with
1532 leading "from" or "in" in gnu regexp (Bug#6937).
1533
1534 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1535
1536 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
1537 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
1538 (ispell-start-process): Avoid setq and simplify logic.
1539 (ispell-init-process): Setup kill-buffer-hook locally when needed.
1540 (kill-buffer-hook): Don't use it globally with code that uses
1541 expand-file-name since that may call kill-buffer via
1542 code_conversion_restore.
1543
1544 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
1545
1546 * emacs-lisp/package.el (package-directory-list): Only call
1547 file-name-nondirectory on a string.
1548
1549 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
1550
1551 * emacs-lisp/package.el (package--download-one-archive):
1552 Ensure that archive-contents is valid before saving it.
1553 (package-activate-1, package-mark-obsolete, define-package)
1554 (package-compute-transaction, package-list-maybe-add): Use push.
1555
1556 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1557
1558 Use SMIE's blink-paren for octave-mode.
1559 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
1560 Backslashes do not escape single-quotes, single-quotes do.
1561 (octave-block-else-regexp, octave-block-end-regexp)
1562 (octave-block-match-alist): Remove.
1563 (octave-smie-bnf-table): New var, with old content.
1564 (octave-smie-op-levels): Use it.
1565 (octave-smie-closer-alist): New var.
1566 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
1567 (octave-blink-matching-block-open): Remove.
1568 (octave-reindent-then-newline-and-indent, octave-electric-semi)
1569 (octave-electric-space): Let self-insert-command run expand-abbrev and
1570 blink parens.
1571
1572 * electric.el (electricity): New group.
1573 (electric-indent-chars): New var.
1574 (electric-indent-post-self-insert-function): New fun.
1575 (electric-indent-mode): New minor mode.
1576 (electric-pair-skip-self): New custom.
1577 (electric-pair-post-self-insert-function): New function.
1578 (electric-pair-mode): New minor mode.
1579
1580 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
1581 calcAlg-blink-matching-open.
1582 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
1583 (calc-do-alg-entry): Only touch the part of the keymap that varies.
1584 Use the new blink-matching-check-function.
1585
1586 Provide blink-matching support to SMIE.
1587 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
1588 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
1589 (smie-blink-matching-check, smie-blink-matching-open): New functions.
1590
1591 * simple.el (newline): Fix last change to properly remove itself from
1592 the hook.
1593
1594 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1595
1596 * simple.el (newline): Eliminate optimization.
1597 Use post-self-insert-hook to set hard-newline and things before
1598 running post-self-insert-hook.
1599 (blink-matching-check-mismatch): New function.
1600 (blink-matching-check-function): New variable.
1601 (blink-matching-open): Use them.
1602 Skip back forward over prefix chars skipped by forward-sexp.
1603 Don't check if the parens are backslash escaped.
1604 (blink-paren-post-self-insert-function): Check backslash escaping here.
1605
1606 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
1607
1608 * emacs-lisp/package.el (package-menu-mode-map):
1609 Change package-menu-revert bindings to revert-buffer.
1610 (package-menu-mode): Set revert-buffer-function.
1611 (package-menu-revert): Doc fix.
1612
1613 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
1614
1615 * textmodes/ispell.el (ispell-init-process): Use "~/" as
1616 `default-directory' unless using Ispell per-directory personal
1617 dictionaries and not in a mini-buffer under XEmacs.
1618 (kill-buffer-hook): Do not kill ispell process on exit when
1619 `ispell-process-directory' is "~/". (Bug#6143)
1620
1621 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1622
1623 * simple.el (kill-new): Call interprogram-cut-function with only
1624 one argument.
1625
1626 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
1627 Remove cut buffer from error message.
1628
1629 * term/x-win.el (x-select-text):
1630 * term/pc-win.el (x-selection-value):
1631 * term/ns-win.el (x-selection-value):
1632 * eshell/em-term.el:
1633 * w32-fns.el (x-get-selection-value):
1634 * mouse-sel.el (mouse-sel-set-selection-function):
1635 * frame.el (display-selections-p): Remove cut-buffer in documentation.
1636
1637 * term/x-win.el: Update documentation for x-last-selected-text-*.
1638 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
1639 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
1640 (x-select-text): Remove argument PUSH, update documentation. Remove
1641 cut-buffer code.
1642 (x-selection-value-internal): Was previously x-selection-value.
1643 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
1644 Update documentation, remove cut-buffer code. Call
1645 x-selection-value-internal.
1646 (x-clipboard-yank): Call x-selection-value-internal.
1647 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
1648
1649 * term/pc-win.el (x-last-selected-text):
1650 x-cut-buffer-or-selection-value renamed to x-selection-value
1651 (x-select-text): Remove argument PUSH, update documentation.
1652
1653 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
1654 x-cut-buffer-or-selection-value renamed to x-selection-value
1655 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
1656 (x-select-text): Remove argument PUSH, update documentation.
1657
1658 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
1659
1660 * w32-fns.el (x-last-selected-text):
1661 x-cut-buffer-or-selection-value renamed to x-selection-value.
1662 (x-cut-buffer-max): Remove.
1663 (x-select-text): Remove argument PUSH, update documentation.
1664
1665 * simple.el (interprogram-cut-function): Remove mention of PUSH.
1666
1667 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
1668
1669 * mouse-sel.el (mouse-sel-get-selection-function):
1670 x-cut-buffer-or-selection-value renamed to x-selection-value.
1671 (x-select-text): Remove optional push.
1672
1673 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1674
1675 * simple.el (blink-paren-function): Move from C to here.
1676 (blink-paren-post-self-insert-function): New function.
1677 (post-self-insert-hook): Use it.
1678
1679 * emacs-lisp/pcase.el (pcase-split-memq):
1680 Fix overenthusiastic optimisation.
1681 (pcase-u1): Handle the case of a lambda pred.
1682
1683 2010-08-31 Kenichi Handa <handa@m17n.org>
1684
1685 * international/mule-cmds.el (standard-display-european-internal):
1686 Setup standard-display-table for 8-bit characters by storing 8-bit
1687 characters in the element vector.
1688
1689 * disp-table.el (standard-display-8bit):
1690 Setup standard-display-table for 8-bit characters by storing 8-bit
1691 characters in the element vector.
1692 (standard-display-european): Likewise.
1693
1694 2010-08-31 Masatake YAMATO <yamato@redhat.com>
1695
1696 * textmodes/nroff-mode.el (nroff-view): New command.
1697 (nroff-mode-map): Bind it to C-c C-c.
1698
1699 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1700
1701 * emacs-lisp/smie.el (smie-down-list): New command.
1702
1703 Remove old indentation and navigation code on octave-mode.
1704 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
1705 smie-down-list rather than add a binding for octave-down-block.
1706 (octave-mark-block, octave-blink-matching-block-open):
1707 Rely on forward-sexp-function.
1708 (octave-fill-paragraph): Don't narrow, so you can use
1709 indent-according-to-mode.
1710 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
1711 (octave-in-block-p, octave-re-search-forward-kw)
1712 (octave-re-search-backward-kw, octave-indent-calculate)
1713 (octave-end-as-array-index-p, octave-block-end-offset)
1714 (octave-scan-blocks, octave-forward-block, octave-backward-block)
1715 (octave-down-block, octave-backward-up-block, octave-up-block)
1716 (octave-before-magic-comment-p, octave-indent-line): Remove.
1717
1718 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
1719
1720 * emacs-lisp/package.el (package--read-archive-file): Just use
1721 `read', to avoid copying an additional string.
1722 (package-menu-mode): Set header-line-format here.
1723 (package-menu-refresh, package-menu-revert): Signal an error if
1724 not in the Package Menu.
1725 (package-menu-package-list): New var.
1726 (package--generate-package-list): Operate on the current buffer;
1727 don't assume that it is *Packages*, since the user may rename it.
1728 Allow persistent package listings and sort keys using
1729 package-menu-package-list and package-menu-package-sort-key.
1730 (package-menu--version-predicate): Fix version calculation.
1731 (package-menu-sort-by-column): Don't select the window.
1732 (package--list-packages): Create the *Packages* buffer.
1733 Set package-menu-package-list-key.
1734 (list-packages): Sorting by status is now the default.
1735 (package-buffer-info): Use match-string-no-properties.
1736 (define-package): Add a &rest argument for future proofing, but
1737 don't use it yet.
1738 (package-install-from-buffer, package-install-buffer-internal):
1739 Merge into a single function, package-install-from-buffer.
1740 (package-install-file): Change caller.
1741
1742 * finder.el: Load finder-inf using `require'.
1743 (finder-list-matches): Sorting by status is now the default.
1744 (finder-compile-keywords): Simpify printing.
1745
1746 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1747
1748 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1749 (octave-mode-map): Remove special bindings for forward/backward-block
1750 and octave-backward-up-block. Use smie-close-block.
1751 (octave-continuation-marker-regexp): New var.
1752 (octave-continuation-regexp): Use it.
1753 (octave-operator-table, octave-smie-op-levels)
1754 (octave-operator-regexp, octave-smie-indent-rules): New vars.
1755 (octave-smie-backward-token, octave-smie-forward-token): New funs.
1756 (octave-mode): Use SMIE.
1757 (octave-close-block): Delete.
1758
1759 2010-08-30 Eli Zaretskii <eliz@gnu.org>
1760
1761 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
1762 CLIPBOARD, not in PRIMARY. (Bug#6944)
1763
1764 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1765
1766 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
1767 a list of parents.
1768 (smie-indent-column): Allow indirection through variables.
1769
1770 * composite.el (save-buffer-state): Delete, unused.
1771 * font-lock.el (save-buffer-state): Use with-silent-modifications.
1772 (font-lock-default-fontify-region): Use with-syntax-table.
1773 * jit-lock.el (with-buffer-unmodified): Remove.
1774 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
1775
1776 Use `declare' in defmacros.
1777 * window.el (save-selected-window):
1778 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
1779 * progmodes/python.el (def-python-skeleton):
1780 * net/dbus.el (dbus-ignore-errors):
1781 * jka-cmpr-hook.el (with-auto-compression-mode):
1782 * international/mule.el (with-category-table):
1783 * emacs-lisp/timer.el (with-timeout):
1784 * emacs-lisp/lisp-mnt.el (lm-with-file):
1785 * emacs-lisp/eieio.el (with-slots):
1786 * emacs-lisp/easymenu.el (easy-menu-define):
1787 * emacs-lisp/debug.el (debugger-env-macro):
1788 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
1789 (Multiple-value-call, Multiple-value-prog1):
1790 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
1791 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
1792 edebug rule to definition.
1793 * emacs-lisp/lisp-mode.el (save-selected-window)
1794 (with-current-buffer, combine-after-change-calls)
1795 (with-output-to-string, with-temp-file, with-temp-buffer)
1796 (with-temp-message, with-syntax-table, read-if, eval-after-load)
1797 (dolist, dotimes, when, unless):
1798 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
1799
1800 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
1801
1802 * finder.el: Require `package'.
1803 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
1804 (finder-package-info): Var deleted.
1805 (finder-keywords-hash, finder--builtins-alist): New vars.
1806 (finder-compile-keywords): Compute package--builtins and
1807 finder-keywords-hash instead of finder-keywords-hash, respecting
1808 the "Package" header.
1809 (finder-unknown-keywords, finder-list-matches):
1810 Use finder-keywords-hash and package--list-packages.
1811 (finder-mode): Don't set font-lock-defaults.
1812 (finder-exit): We don't use "*Finder-package*" and "*Finder
1813 Category*" buffers anymore.
1814
1815 * emacs-lisp/package.el (package--builtins-base): Var deleted.
1816 (package--builtins): Set default value to nil.
1817 (package-initialize): Load precomputed value of package--builtins
1818 from finder-inf.el.
1819 (package-alist, package-compute-transaction)
1820 (package-download-transaction): Improve docstring.
1821 (package-read-all-archive-contents): Do not change
1822 package--builtins here.
1823 (list-packages): Make package-list-packages an alias for this.
1824 Sort by status by default.
1825 (package--list-packages): Add optional PACKAGES arg.
1826 (describe-package-1): Use font-lock-face property. For built-in
1827 packages, insert file commentary.
1828 (package--generate-package-list): Rename from
1829 package-list-packages-internal; all callers changed. Add optional
1830 PACKAGES arg. Add alphabetical sort fallbacks.
1831 (package-menu--version-predicate, package-menu--status-predicate)
1832 (package-menu--description-predicate)
1833 (package-menu--name-predicate): New functions.
1834
1835 * info.el (Info-finder-find-node): Search package-alist instead of
1836 finder-package-info.
1837
1838 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
1839
1840 * subr.el (version-regexp-alist): Don't use "a" and "b" for
1841 "alpha" and "beta".
1842 (version-to-list): Handle versions like "10.3d".
1843
1844 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1845
1846 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
1847 (macroexp-accumulate): Use `declare'.
1848
1849 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1850
1851 * whitespace.el (whitespace-style): Adjust type declaration.
1852
1853 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1854
1855 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1856 empty argument to gvfs-copy.
1857
1858 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1859
1860 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1861 handle new TRASH arg of `delete-file'.
1862
1863 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1864
1865 * net/tramp.el (tramp-handle-insert-directory): Don't use
1866 `forward-word', its default syntax could be changed.
1867
1868 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1869 Michael Albinus <michael.albinus@gmx.de>
1870
1871 Implement compression for inline methods.
1872
1873 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1874 (tramp-copy-size-limit): Allow also nil.
1875 (tramp-inline-compress-commands): New defconst.
1876 (tramp-find-inline-compress, tramp-get-inline-compress)
1877 (tramp-get-inline-coding): New defuns.
1878 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1879 replaced by `tramp-get-inline-coding'.
1880 (tramp-handle-file-local-copy, tramp-handle-write-region)
1881 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1882
1883 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1884
1885 Detect ssh 'ControlMaster' argument automatically in some cases.
1886
1887 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1888 (tramp-default-method): Use it.
1889
1890 2010-08-26 Karel Klíč <kklic@redhat.com>
1891
1892 * net/tramp.el (tramp-file-name-for-operation):
1893 Add file-selinux-context.
1894
1895 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1896
1897 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1898
1899 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1900
1901 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1902 (Bug#6907).
1903
1904 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
1905
1906 * progmodes/js.el: Make indentation more customizable (Bug#6914).
1907 (js-paren-indent-offset, js-square-indent-offset)
1908 (js-curly-indent-offset): New options.
1909 (js--proper-indentation): Use them.
1910
1911 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
1912
1913 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
1914 instead of inspecting font-lock properties (Bug#6916).
1915
1916 2010-08-26 David Reitter <david.reitter@gmail.com>
1917
1918 * server.el (server-visit-files): Run pre-command-hook and
1919 post-command-hook for each buffer while it is current (Bug#6910).
1920 (server-execute): Do not run hooks here.
1921
1922 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
1923
1924 Sync with Tramp 2.1.19.
1925
1926 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1927 (tramp-reporter-dump-variable, tramp-load-report-modules)
1928 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1929 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1930
1931 * net/tramp-compat.el (top): Do not autoload
1932 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1933 only when `start-file-process' is not bound.
1934 (byte-compile-not-obsolete-vars): Define if not bound.
1935 (tramp-compat-funcall): New defmacro.
1936 (tramp-compat-line-beginning-position)
1937 (tramp-compat-line-end-position)
1938 (tramp-compat-temporary-file-directory)
1939 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1940 (tramp-compat-copy-file, tramp-compat-copy-directory)
1941 (tramp-compat-delete-file, tramp-compat-delete-directory)
1942 (tramp-compat-number-sequence, tramp-compat-process-running-p):
1943 Use it.
1944 (tramp-advice-file-expand-wildcards): Do not use
1945 `tramp-handle-file-remote-p'.
1946 (tramp-compat-make-temp-file): Simplify fallback implementation.
1947 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1948 (tramp-compat-copy-tree): Remove function.
1949 (tramp-compat-delete-file): New defun.
1950 (tramp-compat-delete-directory): Provide implementation for older
1951 Emacsen.
1952 (tramp-compat-file-attributes): Handle only
1953 `wrong-number-of-arguments' error.
1954
1955 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1956 Add PRESERVE_SELINUX_CONTEXT.
1957 (tramp-fish-handle-delete-file): Add TRASH arg.
1958 (tramp-fish-handle-directory-files-and-attributes):
1959 Do not use `tramp-fish-handle-file-attributes.
1960 (tramp-fish-handle-file-local-copy)
1961 (tramp-fish-handle-insert-file-contents)
1962 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1963
1964 * net/tramp-gvfs.el (top): Require url-util.
1965 (tramp-gvfs-mount-point): Remove.
1966 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1967 and `set-file-selinux-context'.
1968 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1969 (tramp-gvfs-handle-file-selinux-context)
1970 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1971 (with-tramp-dbus-call-method): Format trace message.
1972 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1973 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1974 Implement backup call, when operation on local files fails.
1975 Use progress reporter. Flush properties of changed files.
1976 (tramp-gvfs-handle-delete-file): Add TRASH arg. Use
1977 `tramp-compat-delete-file'.
1978 (tramp-gvfs-handle-expand-file-name): Expand "~/".
1979 (tramp-gvfs-handle-make-directory): Make more traces.
1980 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1981 (tramp-gvfs-url-file-name): Hexify file name in url.
1982 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1983 into account for the resulting file name.
1984 (tramp-gvfs-handler-askquestion): Preserve current message, in
1985 order to let progress reporter continue afterwards. (Bug#6257)
1986 Return dummy mountpoint, when the answer is "no".
1987 See `tramp-gvfs-maybe-open-connection'.
1988 (tramp-gvfs-handler-mounted-unmounted)
1989 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1990 attribute "default_location". Set "prefix" property.
1991 Handle default-location.
1992 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1993 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1994 exists. Raise an error, if not (due to a corresponding answer
1995 "no" in interactive questions, for example).
1996 Use `tramp-compat-funcall'.
1997
1998 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1999 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2000 (tramp-imap-do-copy-or-rename-file)
2001 (tramp-imap-handle-insert-file-contents)
2002 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2003 (tramp-imap-handle-delete-file): Add TRASH arg.
2004
2005 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2006 Add PRESERVE-SELINUX-CONTEXT.
2007 (tramp-smb-handle-copy-file)
2008 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2009 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2010 Use `with-progress-reporter'.
2011 (tramp-smb-handle-delete-file): Add TRASH arg.
2012
2013 * net/tramp.el (tramp-methods): Move hostname to the end in all
2014 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
2015 appropriate.
2016 (tramp-verbose): Describe verbose level 9.
2017 (tramp-completion-function-alist)
2018 (tramp-file-name-regexp, tramp-chunksize)
2019 (tramp-local-coding-commands, tramp-remote-coding-commands)
2020 (with-connection-property, tramp-completion-mode-p)
2021 (tramp-action-process-alive, tramp-action-out-of-band)
2022 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2023 (tramp-exists-file-name-handler): Fix docstring.
2024 (tramp-remote-process-environment): Use `format' instead of
2025 `concat'. Protect version string by apostroph.
2026 (tramp-shell-prompt-pattern): Do not use a shy group in case of
2027 XEmacs.
2028 (tramp-file-name-regexp-unified)
2029 (tramp-completion-file-name-regexp-unified): On W32 systems, do
2030 not regard the volume letter as remote filename. (Bug#5447)
2031 (tramp-perl-file-attributes)
2032 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2033 (tramp-vc-registered-read-file-names): Read input as
2034 here-document, otherwise the command could exceed maximum length
2035 of command line.
2036 (tramp-file-name-handler-alist): Add `file-selinux-context' and
2037 `set-file-selinux-context'.
2038 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
2039 backtrace functions.
2040 (tramp-error-with-buffer): Don't show the connection buffer when
2041 we are in completion mode.
2042 (tramp-progress-reporter-update, tramp-remote-selinux-p)
2043 (tramp-handle-file-selinux-context)
2044 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
2045 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
2046 New defuns.
2047 (with-progress-reporter): New defmacro.
2048 (tramp-debug-outline-regexp): New defconst.
2049 (top, tramp-rfn-eshadow-setup-minibuffer)
2050 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2051 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2052 (tramp-completion-mode-p, tramp-check-for-regexp)
2053 (tramp-open-connection-setup-interactive-shell)
2054 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2055 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2056 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
2057 Use `tramp-compat-funcall'.
2058 (tramp-handle-make-symbolic-link): Flush file properties.
2059 (tramp-handle-load, tramp-handle-file-local-copy)
2060 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2061 (tramp-handle-vc-registered, tramp-maybe-send-script)
2062 (tramp-find-shell): Use `with-progress-reporter'.
2063 (tramp-do-file-attributes-with-stat): Add space in format string,
2064 in order to work around a bug in pdksh. Reported by Gilles Pion
2065 <gpion@lfdj.com>.
2066 (tramp-handle-verify-visited-file-modtime): Do not send a command
2067 when the connection is not established.
2068 (tramp-handle-set-file-times): Simplify the check for utc.
2069 (tramp-handle-directory-files-and-attributes)
2070 (tramp-get-remote-path): Use `copy-tree'.
2071 (tramp-completion-handle-file-name-all-completions): Ensure, that
2072 non remote files are still checked. Oops.
2073 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2074 Handle PRESERVE-SELINUX-CONTEXT.
2075 (tramp-do-copy-or-rename-file): Add progress reporter.
2076 (tramp-do-copy-or-rename-file-directly): Do not use
2077 `tramp-handle-file-remote-p'.
2078 (tramp-do-copy-or-rename-file-out-of-band):
2079 Use `tramp-compat-delete-directory'.
2080 (tramp-do-copy-or-rename-file-out-of-band)
2081 (tramp-compute-multi-hops, tramp-maybe-open-connection):
2082 Use `format-spec-make'.
2083 (tramp-handle-delete-file): Add TRASH arg.
2084 (tramp-handle-dired-uncache): Flush directory cache, not only file
2085 cache.
2086 (tramp-handle-expand-file-name)
2087 (tramp-completion-handle-file-name-all-completions)
2088 (tramp-completion-handle-file-name-completion):
2089 Use `tramp-connectable-p'.
2090 (tramp-handle-start-file-process): Set connection property "vec".
2091 Use it, in order to invalidate file caches. Check only for
2092 `remote-tty' process property.
2093 Implement tty setting. (Bug#4604, Bug#6360)
2094 (tramp-file-name-for-operation): Add `call-process-region' and
2095 `set-file-selinux-context'.
2096 (tramp-find-foreign-file-name-handler)
2097 (tramp-advice-make-auto-save-file-name)
2098 (tramp-set-auto-save-file-modes): Remove superfluous check for
2099 `stringp'. This is done inside `tramp-tramp-file-p'.
2100 (tramp-file-name-handler): Trace 'quit. Catch the error for some
2101 operations when we are in completion mode. This gives the user
2102 the chance to correct the file name in the minibuffer.
2103 (tramp-completion-mode-p): Use `non-essential'.
2104 (tramp-handle-file-name-all-completions): Backward/ XEmacs
2105 compatibility: Use `completion-ignore-case' if
2106 `read-file-name-completion-ignore-case' does not exist.
2107 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
2108 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2109 `tramp-open-shell'.
2110 (tramp-action-password): Hide password prompt before next run.
2111 (tramp-process-actions): Widen connection buffer for the trace.
2112 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2113 process property. Trace stty settings if `tramp-verbose' >= 9.
2114 Apply workaround for IRIX64 bug. Move argument of last
2115 `tramp-send-command' where it belongs to.
2116 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2117 front of `login-args'.
2118 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
2119 on "/dev/null" instead of "/".
2120 (tramp-get-ls-command-with-dired): Make test for "--dired"
2121 stronger.
2122 (tramp-set-auto-save-file-modes): Adapt version check.
2123 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
2124 (tramp-handle-process-file): Call the program in a subshell, in
2125 order to preserve working directory.
2126 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
2127 `tramp-remote-sh' from `tramp-methods'.
2128 (tramp-get-ls-command): Make test for "--color=never" stronger.
2129 (tramp-check-for-regexp): Use (forward-line 1).
2130
2131 * net/trampver.el: Update release number.
2132
2133 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2134
2135 * help.el (help-map): Bind `C-h P' to describe-package.
2136
2137 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
2138
2139 * emacs-lisp/package.el (package-refresh-contents): Catch errors
2140 when downloading archives.
2141 (describe-package-1): Add package commentary.
2142 (package-install-button-action): New function.
2143 (package-menu-mode-map): Bind ? to package-menu-describe-package.
2144 (package-menu-view-commentary): Function removed.
2145 (package-list-packages-internal): Hide the `package' package too.
2146
2147 2010-08-25 Kenichi Handa <handa@m17n.org>
2148
2149 * language/misc-lang.el ("Arabic"): New language environment.
2150 Setup composition-function-table for Arabic characters.
2151
2152 * international/fontset.el (setup-default-fontset): Fix typo for
2153 arabic OTF spec (fini->fina).
2154
2155 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
2156
2157 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
2158 on all frames.
2159
2160 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2161
2162 * whitespace.el: Allow cleaning up blanks without blank
2163 visualization (Bug#6651). Adjust help window for
2164 whitespace-toggle-options (Bug#6479). Allow to use fill-column
2165 instead of whitespace-line-column (from EmacsWiki). New version
2166 13.1.
2167 (whitespace-style): Added new value 'face. Adjust docstring.
2168 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
2169 foreground property face.
2170 (whitespace-line-column): Adjust docstring and type declaration.
2171 (whitespace-style-value-list, whitespace-toggle-option-alist)
2172 (whitespace-help-text): Adjust const initialization.
2173 (whitespace-toggle-options, global-whitespace-toggle-options):
2174 Adjust docstring.
2175 (whitespace-display-window, whitespace-interactive-char)
2176 (whitespace-style-face-p, whitespace-color-on): Adjust code.
2177 (whitespace-help-scroll): New fun.
2178
2179 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2180
2181 * emacs-lisp/package.el (list-packages): Alias for
2182 package-list-packages.
2183
2184 2010-08-24 Kevin Ryde <user42@zip.com.au>
2185
2186 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
2187 (Bug#5651).
2188
2189 * progmodes/ruby-mode.el (ruby): Add defgroup.
2190
2191 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2192
2193 * progmodes/python.el: Add Ipython support (Bug#5390).
2194 (python-shell-prompt-alist)
2195 (python-shell-continuation-prompt-alist): New options.
2196 (python--set-prompt-regexp): New function.
2197 (inferior-python-mode, run-python, python-shell): Require
2198 ansi-color. Use python--set-prompt-regexp to set the comint
2199 prompt based on the Python interpreter.
2200 (python--prompt-regexp): New var.
2201 (python-check-comint-prompt)
2202 (python-comint-output-filter-function): Use it.
2203 (run-python): Use a pipe (Bug#5694).
2204
2205 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
2206
2207 * progmodes/python.el (python-send-region): Send a different
2208 Python command if Ipython is in use.
2209 (python-check-version): Use a Python command to find the version.
2210
2211 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2212
2213 * mouse.el (mouse-yank-primary): Avoid setting primary when
2214 deactivating the mark (Bug#6872).
2215
2216 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
2217
2218 * progmodes/python.el (python-block-pairs): Allow use of "finally"
2219 with "else" (Bug#3991).
2220
2221 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
2222
2223 * net/dbus.el: Accept UNIX domain sockets as bus address.
2224 (top): Don't initialize `dbus-registered-objects-table' anymore,
2225 this is done in dbusbind,c.
2226 (dbus-check-event): Adapt test for bus.
2227 (dbus-return-values-table, dbus-unregister-service)
2228 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
2229 Adapt doc string.
2230
2231 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
2232
2233 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
2234
2235 2010-08-22 Juri Linkov <juri@jurta.org>
2236
2237 * simple.el (read-extended-command): New function with the logic
2238 for `completing-read' moved to Elisp from `execute-extended-command'.
2239 Use `function-called-at-point' in `minibuffer-default-add-function'
2240 to get a command name for M-n (bug#5364, bug#5214).
2241
2242 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2243
2244 * startup.el (command-line-1): Issue warning for ignored arguments
2245 --unibyte, etc (Bug#6886).
2246
2247 2010-08-22 Leo <sdl.web@gmail.com>
2248
2249 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
2250 (ignore, bright, dim, keyword): Split list of nicknames before
2251 passing to rcirc-add-or-remove (Bug#6894).
2252
2253 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2254
2255 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2256
2257 2010-08-22 Leo <sdl.web@gmail.com>
2258
2259 Fix buffer-list rename&refresh after killing a buffer in ido.
2260 * ido.el: Revert Óscar's.
2261 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
2262 Remember the buffers at head, rather than their name.
2263 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
2264
2265 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
2266 Stefan Monnier <monnier@iro.umontreal.ca>
2267
2268 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2269 extra backslash added to each line (bug#6890).
2270
2271 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2272
2273 * subr.el (read-key): Don't echo keystrokes (bug#6883).
2274
2275 2010-08-22 Glenn Morris <rgm@gnu.org>
2276
2277 * menu-bar.el (menu-bar-games-menu): Add landmark.
2278
2279 2010-08-22 Glenn Morris <rgm@gnu.org>
2280
2281 * align.el (align-regexp): Make group and spacing arguments
2282 use the interactive defaults when non-interactive. (Bug#6698)
2283
2284 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
2285 expansion, so as not to need sendmail.
2286 (mail-text-start): Remove declaration.
2287 (rmail-retry-failure): Require sendmail.
2288
2289 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2290
2291 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2292
2293 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
2294
2295 * progmodes/flymake.el (flymake-start-syntax-check-process):
2296 Use `start-file-process' in order to let it run also on remote hosts.
2297
2298 2010-08-22 Kenichi Handa <handa@m17n.org>
2299
2300 * files.el: Add `word-wrap' as safe local variable.
2301
2302 2010-08-22 Glenn Morris <rgm@gnu.org>
2303
2304 * woman.el (woman-translate): Case matters. (Bug#6849)
2305
2306 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2307
2308 * simple.el (kill-region): Doc fix (Bug#6787).
2309
2310 2010-08-22 Glenn Morris <rgm@gnu.org>
2311
2312 * calendar/diary-lib.el (diary-header-line-format):
2313 Fit it to the window, not the frame.
2314
2315 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
2316
2317 * subr.el (ignore-errors): Add debug declaration.
2318
2319 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
2320
2321 * whitespace.el (whitespace-color-off): Remove post-command-hook
2322 locally.
2323
2324 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2325
2326 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
2327
2328 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
2329
2330 * cus-edit.el (custom-group-value-create): Add extra newline
2331 before end line (Bug#6876).
2332
2333 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
2334
2335 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
2336 when extending it. Before killing on the second click, check if
2337 the buffer is the correct one. Doc fix.
2338 (mouse-secondary-save-then-kill): Allow usage without first
2339 calling mouse-start-secondary, by defaulting to point. Don't save
2340 an empty secondary selection. Doc fix.
2341
2342 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2343
2344 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
2345 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
2346 New version 13.0.
2347 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2348 Adjust initialization.
2349 (whitespace-bob-marker, whitespace-eob-marker)
2350 (whitespace-buffer-changed): New vars.
2351 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2352 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2353 (whitespace-post-command-hook, whitespace-display-char-on):
2354 Adjust code.
2355 (whitespace-looking-back, whitespace-buffer-changed): New funs.
2356 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
2357
2358 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2359
2360 * files.el (locate-file-completion-table): Only list the .el and .elc
2361 extensions if there's no other choice (bug#5955).
2362
2363 * facemenu.el (facemenu-self-insert-data): New var.
2364 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
2365 New functions.
2366 (facemenu-add-face): Use them.
2367
2368 * simple.el (blink-matching-open): Obey forward-sexp-function.
2369
2370 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
2371
2372 * simple.el (prog-mode-map): New var.
2373 (prog-indent-sexp): New command.
2374
2375 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
2376
2377 * progmodes/prolog.el (smie): Require.
2378
2379 * emacs-lisp/smie.el (smie-default-backward-token)
2380 (smie-default-forward-token): Strip properties.
2381 (smie-next-sexp): Be more careful with associative operators.
2382 (smie-forward-sexp-command): Generalize.
2383 (smie-backward-sexp-command): Simplify.
2384 (smie-closer-alist): New var.
2385 (smie-close-block): New command.
2386 (smie-indent-debug-log): New var.
2387 (smie-indent-offset-rule): Add a few more cases.
2388 (smie-indent-column): New function.
2389 (smie-indent-after-keyword): Use it.
2390 (smie-indent-keyword): Use it.
2391 Fix up the opener code's point position.
2392 (smie-indent-comment): Only applies at BOL.
2393 (smie-indent-debug): New command.
2394
2395 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
2396 declarations that are useful before running the macro.
2397
2398 2010-08-18 Joakim Verona <joakim@verona.se>
2399
2400 * image.el (imagemagick-types-inhibit): New variable.
2401 (imagemagick-register-types): New function.
2402 * image-mode.el (image-transform-properties): New function.
2403 (image-transform-set-scale, image-transform-fit-to-height)
2404 (image-transform-set-rotation, image-transform-set-resize)
2405 (image-transform-fit-to-width, image-transform-fit-to-height):
2406 New functions.
2407 (image-toggle-display-image): Support image transforms.
2408
2409 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
2410
2411 * image.el (create-animated-image): Don't add heuristic mask to image
2412 (Bug#6839).
2413
2414 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
2415
2416 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
2417 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
2418
2419 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
2420
2421 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
2422
2423 Font-lock '...' strings, plus various simplifications and fixes.
2424 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2425 (octave-font-lock-close-quotes): New function.
2426 (octave-font-lock-syntactic-keywords): New var.
2427 (octave-mode): Use it. Set beginning-of-defun-function.
2428 (octave-mode-map): Don't override the <foo>-defun commands.
2429 (octave-mode-menu): Pass it directly to easy-menu-define;
2430 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
2431 (octave-block-match-alist): Fix up last change so that
2432 octave-close-block uses the more specific keyword.
2433 (info-lookup-mode): Silence byte-compiler.
2434 (octave-beginning-of-defun): Not interactive any more.
2435 Optimize slightly.
2436 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
2437 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
2438 (octave-completion-at-point-function): Make sure point is within
2439 beg..end.
2440 (octave-reindent-then-newline-and-indent):
2441 Use reindent-then-newline-and-indent.
2442 (octave-add-octave-menu): Remove.
2443
2444 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
2445
2446 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
2447 (report-emacs-bug-can-use-xdg-email): New functions.
2448 (report-emacs-bug): Set can-xdg-email to result of
2449 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
2450 \C-cm to report-emacs-bug-insert-to-mailer and add help text
2451 about it.
2452
2453 * net/browse-url.el (browse-url-default-browser): Add cond
2454 for browse-url-xdg-open.
2455 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
2456
2457 2010-08-17 Glenn Morris <rgm@gnu.org>
2458
2459 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
2460 (c-fontify-recorded-types-and-refs): Define for compiler.
2461 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
2462 before use.
2463
2464 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
2465 Fix format call.
2466
2467 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
2468
2469 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
2470 properties.
2471 (tramp-handle-process-file): Call the program in a subshell, in
2472 order to preserve working directory.
2473 (tramp-action-password): Hide password prompt before next run.
2474 (tramp-process-actions): Widen connection buffer for the trace.
2475
2476 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2477
2478 * net/rcirc.el (rcirc-log-process-buffers): New option.
2479 (rcirc-print): Use it.
2480 (rcirc-generate-log-filename): New function.
2481 (rcirc-log-filename-function): Change default to
2482 rcirc-generate-log-filename (Bug#6828).
2483
2484 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
2485
2486 * simple.el (deactivate-mark): If select-active-regions is `only',
2487 only set selection for temporarily active regions.
2488
2489 * cus-start.el: Change defcustom for select-active-regions.
2490
2491 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
2492
2493 * mouse.el (mouse--drag-set-mark-and-point): New function.
2494 (mouse-drag-track): Use LOCATION arg to push-mark.
2495 Use mouse--drag-set-mark-and-point to take click-count into
2496 consideration when updating point and mark (Bug#6840).
2497
2498 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
2499
2500 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2501 Give the Ruby rule a lower priority than Gnu (Bug#6778).
2502
2503 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
2504
2505 * font-lock.el (lisp-font-lock-keywords-2):
2506 Add combine-after-change-calls, condition-case-no-debug,
2507 with-demoted-errors, and with-silent-modifications (Bug#6025).
2508
2509 2010-08-14 Kevin Ryde <user42@zip.com.au>
2510
2511 * emacs-lisp/copyright.el (copyright-update-year)
2512 (copyright-update): Temporary switch-to-buffer to ensure the
2513 buffer change being queried is visible (Bug#5394).
2514
2515 2010-08-14 Tom Tromey <tromey@redhat.com>
2516
2517 * progmodes/etags.el (tags-file-name): Mark safe if stringp
2518 (Bug#6733).
2519
2520 2010-08-14 Eli Zaretskii <eliz@gnu.org>
2521
2522 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
2523 MS-DOS. (Bug#6689)
2524
2525 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
2526
2527 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
2528 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2529 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2530 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
2531 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
2532 Call menu-bar-set-tool-bar-position.
2533
2534 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2535
2536 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
2537 comment style (bug#6834).
2538 * progmodes/scheme.el (scheme-mode-syntax-table):
2539 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
2540 "b" flag in "' 14b" syntax.
2541
2542 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
2543 for (un)commenting the region and performing completion.
2544 (octave-mode-menu): Use standard commands for help and completion.
2545 (octave-mode-syntax-table): Support %{..%} comments (sort of).
2546 (octave-mode): Use define-derived-mode.
2547 Set completion-at-point-functions and don't set columns.
2548 Don't disable adaptive-fill-regexp.
2549 (octave-describe-major-mode, octave-comment-region)
2550 (octave-uncomment-region, octave-comment-indent)
2551 (octave-indent-for-comment): Remove.
2552 (octave-indent-calculate): Rename from calculate-octave-indent.
2553 (octave-indent-line, octave-fill-paragraph): Update caller.
2554 (octave-initialize-completions): No need to make an alist.
2555 (octave-completion-at-point-function): New function.
2556 (octave-complete-symbol): Use it.
2557 (octave-insert-defun): Use define-skeleton.
2558
2559 * progmodes/octave-mod.el (octave-mode): Set comment-add.
2560 (octave-mode-map): Use comment-dwim (bug#6829).
2561
2562 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
2563
2564 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
2565 indentation of inserted comment.
2566
2567 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
2568
2569 * faces.el (region): Add type gtk that uses gtk colors.
2570
2571 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
2572 Handle theme-name change.
2573
2574 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
2575
2576 * progmodes/sql.el: Version 2.5
2577 (sql-product-alist): Add :prompt-cont-regexp property for several
2578 database products.
2579 (sql-prompt-cont-regexp): New variable.
2580 (sql-output-newline-count, sql-output-by-send):
2581 New variables. Record number of newlines in input text.
2582 (sql-send-string): Handle multiple filters and count newlines.
2583 (sql-send-magic-terminator): Count terminator newline.
2584 (sql-interactive-remove-continuation-prompt): Filters output to
2585 remove continuation prompts; one for each newline.
2586 (sql-interactive-mode): Set up new variables, prompt regexp and
2587 output filter.
2588 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
2589 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
2590
2591 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2592
2593 * emacs-lisp/pcase.el: New file.
2594
2595 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
2596
2597 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
2598 as here-document, otherwise the command could exceed maximum
2599 length of command line.
2600 (tramp-handle-vc-registered): Call script accordingly.
2601 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
2602
2603 2010-08-10 Kenichi Handa <handa@m17n.org>
2604
2605 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
2606 composable pattern.
2607
2608 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
2609
2610 * emacs-lisp/package.el (package-version-split)
2611 (package--version-first-nonzero, package-version-compare):
2612 Functions removed.
2613 (package-directory-list, package-load-all-descriptors)
2614 (package--built-in, package-activate, define-package)
2615 (package-installed-p, package-compute-transaction)
2616 (package-read-all-archive-contents)
2617 (package--add-to-archive-contents, package-buffer-info)
2618 (package-tar-file-info, package-list-packages-internal):
2619 Use version-to-list and version-list-*.
2620
2621 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2622 Use version-to-list.
2623 (package-upload-buffer-internal): Use version-list-<=.
2624
2625 2010-08-09 Kenichi Handa <handa@m17n.org>
2626
2627 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
2628 composable pattern.
2629
2630 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
2631
2632 * tutorial.el (tutorial--default-keys): C-d is now bound to
2633 delete-forward-char (Bug#6826).
2634
2635 * mouse.el (mouse-drag-track): Remove accidentally-removed check
2636 for `double' value of mouse-1-click-follows-link (Bug#6807).
2637
2638 2010-08-08 Johan Bockgård <bojohan@gnu.org>
2639
2640 * replace.el (replace-highlight): Bind isearch-forward and
2641 isearch-error, ensuring that highlighting is updated if the user
2642 switches the search direction (Bug#6808).
2643
2644 * isearch.el (isearch-lazy-highlight-forward): New var.
2645 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2646 (isearch-lazy-highlight-update): Use it.
2647
2648 2010-08-08 Kenichi Handa <handa@m17n.org>
2649
2650 * international/mule.el (define-charset): Store NAME as :base property.
2651 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
2652 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2653 current priority. Force using the designation of the specific
2654 charset by adding `charset' text property. Improve the whole algorithm.
2655
2656 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2657
2658 * emulation/pc-select.el (pc-selection-mode-hook)
2659 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2660 (pc-selection-mode): Fix typos in docstrings.
2661
2662 2010-08-08 Kenichi Handa <handa@m17n.org>
2663
2664 * language/cyrillic.el: Don't add "microsoft-cp1251" to
2665 ctext-non-standard-encodings-alist here.
2666
2667 * international/mule.el (ctext-non-standard-encodings-alist):
2668 Add "koi8-r" and "microsoft-cp1251".
2669 (ctext-standard-encodings): New variable.
2670 (ctext-non-standard-encodings-table): List only elements for
2671 non-standard encodings.
2672 (ctext-pre-write-conversion): Adjust for the above change.
2673 Check ctext-standard-encodings.
2674
2675 * international/mule-conf.el (compound-text): Doc fix.
2676 (ctext-no-compositions): Doc fix.
2677 (compound-text-with-extensions): Doc fix.
2678
2679 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2680
2681 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2682
2683 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2684
2685 * progmodes/which-func.el (which-func-format): Split help-echo text
2686 into lines, like other mode-line tooltips.
2687
2688 * server.el (server-start): When using TCP sockets, force IPv4
2689 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
2690
2691 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2692
2693 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2694
2695 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2696
2697 * term.el (term-delimiter-argument-list): Reflow docstring.
2698 (term-read-input-ring, term-write-input-ring, term-send-input)
2699 (term-bol, term-erase-in-display, serial-supported-or-barf):
2700 Fix typos in docstrings.
2701
2702 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2703
2704 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2705
2706 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2707
2708 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2709
2710 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
2711
2712 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2713 Fix typo in docstring (bug#6747).
2714
2715 2010-08-08 Leo <sdl.web@gmail.com>
2716
2717 * eshell/esh-io.el (eshell-get-target): Better detection of
2718 read-only file (Bug#6762).
2719
2720 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2721
2722 * align.el (align-default-spacing): Doc fix.
2723 (align-region-heuristic, align-regexp): Fix typos in docstrings.
2724
2725 2010-08-08 Stephen Peters <speters@itasoftware.com>
2726
2727 * calendar/icalendar.el
2728 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
2729 (icalendar--get-weekday-numbers): New.
2730 (icalendar--convert-recurring-to-diary): Handle multiple byday
2731 values in weekly rules. (Bug#6766)
2732
2733 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
2734
2735 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
2736 (icalendar--create-uid, icalendar-export-region)
2737 (icalendar--parse-summary-and-rest): Code formatting.
2738
2739 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2740
2741 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
2742 to italicize headers.
2743 (calc-highlight-selections-with-faces): New variable.
2744 (calc-selected-face, calc-nonselected-face): New faces.
2745
2746 * calc/calccomp.el (math-comp-highlight-string): Use
2747 `calc-highlight-selections-with-faces' to determine how to highlight
2748 sub-formulas.
2749
2750 * calc/calc-sel.el (calc-show-selections): Change message to when
2751 using faces to highlight selections.
2752
2753 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
2754
2755 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
2756 Add SQLite 3 keywords, functions and datatypes.
2757 (sql-interactive-mode): Remove `comint-process-echoes' set to t
2758 (Bug#6686).
2759
2760 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
2761
2762 * simple.el (select-active-regions): Move to keyboard.c.
2763 (deactivate-mark): Used saved-region-selection.
2764 (select-active-region): Function removed.
2765 (activate-mark, set-mark, push-mark-command)
2766 (handle-shift-selection): Don't call it.
2767 (keyboard-quit): Avoid adding the region to the window selection.
2768
2769 * mouse.el (mouse-drag-track): Remove hacks to deal with old
2770 select-active-regions implementation.
2771 (mouse-yank-at-click): Doc fix.
2772
2773 * cus-start.el: Add custom declaration for select-active-regions.
2774
2775 2010-08-07 Eli Zaretskii <eliz@gnu.org>
2776
2777 * simple.el (delete-forward-char): Doc fix.
2778
2779 * tutorial.el (help-with-tutorial): Hack safe file-local variables
2780 after reading the tutorial.
2781
2782 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
2783
2784 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
2785 for the case that a C style comment has its delimiters alone on
2786 their respective lines.
2787
2788 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
2789
2790 * net/tramp.el (tramp-handle-start-file-process): Set connection
2791 property "vec".
2792 (tramp-process-sentinel): Use it for flushing the cache. We
2793 cannot do it via the process buffer, the buffer could be deleted
2794 already when running the sentinel.
2795
2796 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
2797
2798 * comint.el (comint-mode): Make directory tracking functions
2799 functional on remote files. (Bug#6764)
2800
2801 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2802
2803 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
2804
2805 2010-08-05 Eli Zaretskii <eliz@gnu.org>
2806
2807 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
2808 unexec.c => unexcoff.c.
2809
2810 * emacs-lisp/authors.el (authors-fixed-entries): Rename
2811 unexec.c => unexcoff.c.
2812
2813 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
2814
2815 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
2816 cache, not only file cache.
2817 (tramp-process-sentinel): New defun.
2818 (tramp-handle-start-file-process): Use it, in order to invalidate
2819 file caches.
2820
2821 2010-08-03 Leo <sdl.web@gmail.com>
2822
2823 * server.el (server-start): Simplify loop.
2824
2825 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2826
2827 * frame.el (screen-height, screen-width, set-screen-width)
2828 (set-screen-height): Remove ancient compatibility aliases.
2829
2830 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
2831 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
2832
2833 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
2834 that change current buffer.
2835
2836 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2837
2838 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
2839 beginning of the string. Use `string-match-p'. (Bug#6765)
2840
2841 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
2842
2843 * cus-start.el (x-gtk-use-system-tooltips): New variable.
2844
2845 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
2846
2847 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
2848 (package--builtins): Tweak descriptions.
2849 (package-print-package): Upcase descriptions if necessary.
2850 Show all built-in packages in font-lock-builtin-face.
2851 (package-list-packages-internal): Omit "emacs" package.
2852 Show status of built-in packages as "built-in".
2853
2854 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
2855
2856 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
2857 before killing to preserve the primary selection (Bug#6701).
2858
2859 * term/x-win.el (x-select-text): Doc fix.
2860
2861 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
2862
2863 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
2864 The following functions were modified or created:
2865
2866 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
2867 (objc-font-lock-extra-types):
2868 * progmodes/cc-mode.el (c-basic-common-init):
2869 * progmodes/cc-langs.el (c-make-mode-syntax-table)
2870 (c++-make-template-syntax-table)
2871 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
2872 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
2873 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
2874 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
2875 * progmodes/cc-fonts.el (c-make-inverse-face)
2876 (c-basic-matchers-after):
2877 * progmodes/cc-engine.el (c-forward-keyword-clause)
2878 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
2879 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
2880 (c-guess-continued-construct, c-guess-basic-syntax):
2881
2882 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
2883
2884 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
2885
2886 2010-07-31 Eli Zaretskii <eliz@gnu.org>
2887
2888 * files.el (bidi-paragraph-direction): Define safe local values.
2889
2890 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
2891 language-info-alist. Remove outdated FIXME in a comment.
2892
2893 2010-07-31 Alan Mackenzie <acm@muc.de>
2894
2895 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
2896 Auto-fill broken in C/C++ modes.
2897
2898 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2899
2900 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2901 (menu-bar-showhide-tool-bar-menu-customize-disable)
2902 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2903 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
2904 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
2905 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
2906 make a menu for Options => toolbar that can move it.
2907
2908 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
2909
2910 * emacs-lisp/package-x.el (package--make-rss-entry):
2911 (package-maint-add-news-item, package--update-news)
2912 (package-upload-buffer-internal): New arg ARCHIVE-URL.
2913
2914 * emacs-lisp/package.el (package-archive-url): Rename from
2915 package-archive-id.
2916 (package-install): Doc fix.
2917 (package-download-single, package-download-tar, package-install)
2918 (package-menu-view-commentary): Callers changed.
2919
2920 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
2921
2922 * net/tramp.el (tramp-handle-start-file-process): Check only for
2923 `remote-tty' process property.
2924 (tramp-open-shell): Don't check for tty.
2925 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2926 process property.
2927
2928 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
2929 host.
2930
2931 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
2932
2933 * emacs-lisp/package.el (package-load-list, package-archives)
2934 (package-archive-contents, package-user-dir)
2935 (package-directory-list, package--builtins, package-alist)
2936 (package-activated-list, package-obsolete-alist): Mark as risky.
2937
2938 2010-07-28 Phil Hagelberg <phil@evri.com>
2939
2940 Add support for non-default package repositories.
2941 * emacs-lisp/package.el (package-archive-base): Var deleted.
2942 (package-archives): New variable.
2943 (package-archive-contents): Doc fix.
2944 (package-load-descriptor): Do nothing if descriptor file is missing.
2945 (package--write-file-no-coding): New function.
2946 (package-unpack-single): Use it.
2947 (package-archive-id): New function.
2948 (package-download-single, package-download-tar)
2949 (package-menu-view-commentary): Use it.
2950 (package-installed-p): Make second argument optional.
2951 (package-read-all-archive-contents): New function.
2952 (package-initialize): Use it.
2953 (package-read-archive-contents): Add ARCHIVE argument.
2954 (package--add-to-archive-contents): New function.
2955 (package-install): Don't call package-read-archive-contents.
2956 (package--download-one-archive): Store archive file in a
2957 subdirectory of package-user-dir.
2958 (package-menu-execute): Remove spurious line movement.
2959
2960 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
2961
2962 * cus-start.el (tool-bar-style): Add text-image-horiz.
2963
2964 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
2965
2966 * progmodes/gud.el (gud-common-init): Check for remoteness of
2967 `file', and not of `default-directory'.
2968
2969 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
2970
2971 * net/tramp.el (tramp-methods): Move hostname to the end in all
2972 ssh `tramp-login-args'.
2973 (tramp-verbose): Describe verbose level 9.
2974 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
2975 (tramp-open-connection-setup-interactive-shell): Trace stty
2976 settings if `tramp-verbose' >= 9.
2977 (tramp-handle-start-file-process): Implement tty setting.
2978 (Bug#4604, Bug#6360)
2979
2980 * net/tramp-cmds.el (tramp-bug): Recommend setting of
2981 `tramp-verbose' to 9.
2982
2983 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
2984
2985 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
2986 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
2987 Remove references to package `lisp-re' (bug#4369).
2988
2989 2010-07-27 Tom Tromey <tromey@redhat.com>
2990
2991 * progmodes/js.el (js-mode):
2992 * progmodes/make-mode.el (makefile-mode):
2993 * progmodes/simula.el (simula-mode):
2994 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
2995
2996 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
2997
2998 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
2999
3000 * time.el (display-time-day-and-date): Remove spurious * in docstring.
3001 (display-time-world-buffer-name, display-time-world-mode-map):
3002 Fix typos in docstrings.
3003
3004 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
3005
3006 * image-mode.el (image-display-size): New function.
3007 (image-forward-hscroll, image-next-line, image-eol, image-eob)
3008 (image-mode-fit-frame): Use it (Bug#6639).
3009
3010 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
3011
3012 * dired.el (dired-buffers-for-dir): Handle list values of
3013 dired-directory (Bug#6636).
3014
3015 2010-07-26 Sam Steingold <sds@gnu.org>
3016
3017 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
3018 Do not call `x-get-selection' the second time, reuse the value.
3019
3020 2010-07-26 Daiki Ueno <ueno@unixuser.org>
3021
3022 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
3023 which consist of control chars only. Suggested by Richard Stallman.
3024
3025 2010-07-25 Daiki Ueno <ueno@unixuser.org>
3026
3027 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
3028 exists before passing an error to find-file-not-found-functions
3029 (bug#6723).
3030
3031 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
3032
3033 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
3034 Remove leading nil element, adjust values.
3035 (tetris-shapes, tetris-shape-scores):
3036 Change representation of shapes and remove some redundancy.
3037 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
3038 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
3039 Adjust for working with new representation of shapes.
3040 (tetris-shape-rotations): New function.
3041 (tetris-move-bottom, tetris-move-left, tetris-move-right)
3042 (tetris-rotate-prev, tetris-rotate-next):
3043 Adjust for working with the new version of tetris-test-shape.
3044
3045 2010-07-23 Markus Triska <markus.triska@gmx.at>
3046
3047 * progmodes/ps-mode.el: Use comint (bug#5954).
3048 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
3049 (ps-mode-other-newline): Simplify.
3050 (ps-run-mode): Derive from comint-mode instead of
3051 fundamental-mode, yielding input history etc.
3052 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
3053 (ps-run-send-string): Adapt for comint-mode.
3054 (ps-run-newline): Remove now unneeded function.
3055
3056 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3057
3058 * net/tramp.el (tramp-methods): Move hostname to the end in all
3059 plink `tramp-login-args'.
3060
3061 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3062
3063 * net/tramp.el (tramp-open-shell): New defun.
3064 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3065 Use it.
3066
3067 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3068
3069 * net/tramp.el (tramp-file-name-regexp-unified)
3070 (tramp-completion-file-name-regexp-unified): On W32 systems, do
3071 not regard the volume letter as remote filename. (Bug#5447)
3072
3073 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
3074
3075 * custom.el (custom-declare-variable): Give a clearer error message
3076 when the docstring is missing (bug#6476).
3077
3078 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
3079
3080 * progmodes/sql.el: Version 2.4. Improved Login prompting.
3081 (sql-login-params): New widget definition.
3082 (sql-oracle-login-params, sql-mysql-login-params)
3083 (sql-solid-login-params, sql-sybase-login-params)
3084 (sql-informix-login-params, sql-ingres-login-params)
3085 (sql-ms-login-params, sql-postgres-login-params)
3086 (sql-interbase-login-params, sql-db2-login-params)
3087 (sql-linter-login-params): Use it.
3088 (sql-sqlite-login-params): Use it; Define "database" parameter as
3089 a file name.
3090 (sql-sqlite-program): Change to "sqlite3".
3091 (sql-comint-sqlite): Make sure database name is complete.
3092 (sql-for-each-login): New function.
3093 (sql-connect, sql-save-connection): Use it.
3094 (sql-get-login-ext): New function.
3095 (sql-get-login): Use it.
3096 (sql-make-alternate-buffer-name): Handle :file parameters.
3097
3098 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
3099
3100 * dired.el (dired-no-confirm): Document value t and fix defcustom to
3101 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
3102
3103 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3104
3105 * dired.el (dired-mode-map): Use command remapping (bug#6632).
3106
3107 2010-07-22 Lawrence Mitchell <wence@gmx.li>
3108
3109 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
3110
3111 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
3112
3113 * net/tramp.el (tramp-get-ls-command)
3114 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
3115 instead of "/".
3116
3117 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
3118
3119 * progmodes/sql.el: Version 2.3.
3120 (sql-connection-alist): Changed keys from symbols to strings;
3121 enhanced the widget definition.
3122 (sql-mode-menu): Added submenu to select connections.
3123 (sql-interactive-mode-menu): Added "Save Connection" item.
3124 (sql-add-product): Fixed menu item.
3125 (sql-get-product-feature): Improved error handling.
3126 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
3127 (sql-make-alternate-buffer-name): Simplified.
3128 (sql-product-interactive): Handle missing product.
3129 (sql-connect): Support string keys, minor improvements.
3130 (sql-save-connection): New function.
3131 (sql-connection-menu-filter): New function.
3132
3133 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
3134
3135 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
3136 (tramp-open-connection-setup-interactive-shell): Apply
3137 workaround for IRIX64 bug. Move argument of last
3138 `tramp-send-command' where it belongs to.
3139
3140 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
3141
3142 * net/tramp.el (tramp-perl-file-attributes)
3143 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
3144 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
3145 front of `login-args'.
3146
3147 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
3148
3149 * time.el (display-time-world-mode): Define with `define-derived-mode'.
3150 Set `show-trailing-whitespace' to nil.
3151 (display-time-world-display): Simplify.
3152
3153 2010-07-18 Alan Mackenzie <acm@muc.de>
3154
3155 Enhance `c-file-style' in file/directory local variables.
3156 * progmodes/cc-mode.el (c-count-cfss): New function.
3157 (c-before-hack-hook): Call `c-set-style' differently according to
3158 whether c-file-style was set in file or directory local
3159 variables.
3160
3161 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
3162
3163 * progmodes/sql.el: Version 2.2.
3164 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
3165 defcustom :safe keyword rather than putting safe-local-variable
3166 property.
3167 (sql-password): Use defcustom :risky keyword rather than putting
3168 risky-local-variable property.
3169 (sql-oracle-login-params, sql-sqlite-login-params)
3170 (sql-solid-login-params, sql-sybase-login-params)
3171 (sql-informix-login-params, sql-ingres-login-params)
3172 (sql-ms-login-params, sql-postgres-login-params)
3173 (sql-interbase-login-params, sql-db2-login-params)
3174 (sql-linter-login-params): Add `port' option.
3175 (sql-get-product-feature): Added NO-INDIRECT parameter.
3176 (sql-comint-oracle, sql-comint-sybase)
3177 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
3178 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
3179 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
3180 (sql-comint-linter): Renamed sql-connect-* functions to
3181 sql-comint-*.
3182 (sql-product-alist, sql-mode-menu): Renamed as above and
3183 :sqli-connect-func to :sqli-comint-func.
3184 (sql-connection): New variable.
3185 (sql-interactive-mode): Set it.
3186 (sql-connection-alist): New variable.
3187 (sql-connect): New function.
3188 (sql--alt-buffer-part, sql--alt-if-not-empty)
3189 (sql-make-alternate-buffer-name): Improved alternative buffer name.
3190
3191 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3192
3193 * image-mode.el (image-bookmark-make-record): Do not set context
3194 in an image (Bug#6650).
3195
3196 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
3197
3198 * simple.el (select-active-region): New function.
3199 (push-mark-command, set-mark, activate-mark)
3200 (handle-shift-selection): Use it.
3201 (deactivate-mark): Don't check for size of region.
3202
3203 * mouse.el (mouse-drag-track): Use select-active-region.
3204
3205 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
3206
3207 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
3208 "--dired" stronger.
3209
3210 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
3211
3212 * term/x-win.el (x-select-enable-primary): Change default to nil.
3213 (x-select-enable-clipboard): Add :version keyword.
3214
3215 * mouse.el (mouse-drag-copy-region):
3216 * simple.el (select-active-regions): Likewise.
3217
3218 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
3219
3220 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
3221 (vc-coding-system-for-diff): Use it to decide whether to inherit
3222 from the file the EOL format for reading the diffs of that file.
3223 (Bug#4451)
3224
3225 2010-07-16 Eli Zaretskii <eliz@gnu.org>
3226
3227 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
3228 unibyte, so compressed attachments are not compressed again.
3229
3230 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
3231
3232 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
3233 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
3234 (tramp-find-shell): Simplify setting connection property.
3235 (tramp-get-ls-command): Make test for "--color=never" stronger.
3236
3237 2010-07-15 Simon South <ssouth@member.fsf.org>
3238
3239 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
3240 blocks within record declarations (i.e. variant parts) correctly.
3241
3242 2010-07-15 Simon South <ssouth@member.fsf.org>
3243
3244 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
3245 over literal tokens when parsing so newlines aren't "absorbed" by
3246 single-line comments. Corrects the indentation of case blocks
3247 that have a comment on the first line.
3248
3249 2010-07-14 Karl Fogel <kfogel@red-bean.com>
3250
3251 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
3252 by Drew Adams (Bug#5504).
3253
3254 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
3255
3256 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
3257 now that Unicode is used (Bug#6594).
3258
3259 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
3260
3261 * term/x-win.el (x-select-enable-clipboard): Default to t.
3262 (x-initialize-window-system): Don't overwrite Paste menu item.
3263
3264 * simple.el (select-active-regions): Default to t.
3265 (push-mark-command): Don't overwrite primary with empty string.
3266
3267 * mouse.el: Bind mouse-2 to mouse-yank-primary.
3268 (mouse-drag-copy-region): Default to nil.
3269
3270 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
3271 Cut/Copy/Paste menu bar items.
3272
3273 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3274
3275 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3276 Patch applied by Karl Fogel.
3277
3278 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
3279 and `bookmark-current-buffer' if they have been already set in
3280 another buffer (e.g gnus-art).
3281
3282 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3283 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3284
3285 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
3286
3287 * bookmark.el (bookmark-make-record-default): Allow unneeded
3288 information to be omitted from the record.
3289
3290 Adjust declarations and calls:
3291
3292 * info.el (bookmark-make-record-default): Adjust declaration.
3293 (Info-bookmark-make-record): Adjust call.
3294
3295 * woman.el (bookmark-make-record-default): Adjust declaration.
3296 (woman-bookmark-make-record): Adjust call.
3297
3298 * man.el (bookmark-make-record-default): Adjust declaration.
3299 (Man-bookmark-make-record): Adjust call.
3300
3301 * image-mode.el (bookmark-make-record-default): Adjust declaration.
3302
3303 * doc-view.el (bookmark-make-record-default): Adjust declaration.
3304
3305 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3306
3307 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
3308 This is also from Thierry Volpiatto's patch in bug #6444. However,
3309 because it was extraneous to the functional change in that patch,
3310 and causes a re-indendation, I am committing it separately.
3311
3312 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3313
3314 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
3315 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
3316 Patch applied by Karl Fogel (Bug#6444).
3317
3318 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
3319
3320 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
3321
3322 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
3323
3324 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
3325 Dempsky; bug#5084). Remove incorrect binding for S-tab.
3326 (ns-alternatives-map): Change S-tab binding to backtab
3327 (bug#6616).
3328
3329 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
3330 under ns.
3331
3332 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3333
3334 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
3335 (Bug#5806)
3336
3337 * language/tv-util.el (tai-viet-re): Remove format.
3338
3339 2010-07-12 Kenichi Handa <handa@m17n.org>
3340
3341 * language/hebrew.el: Remove no-byte-compile declaration.
3342 Change coding: tag to utf-8. Register hebrew-shape-gstring in
3343 composition-function-table for 3-character looking back.
3344 (hebrew-font-get-precomposed): New function.
3345 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
3346
3347 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
3348
3349 * mouse.el (mouse-drag-track): Handle select-active-regions
3350 (Bug#6612).
3351
3352 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
3353
3354 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
3355 empty argument to gvfs-copy.
3356
3357 2010-07-10 Glenn Morris <rgm@gnu.org>
3358
3359 * calendar/calendar.el (calendar-week-end-day): New function.
3360 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
3361 Respect calendar-week-start-day. (Bug#6606)
3362 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
3363 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
3364 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
3365 respect calendar-week-start-day.
3366
3367 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
3368
3369 * simple.el (use-region-p): Doc fix (Bug#6607).
3370
3371 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
3372
3373 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
3374 regexps for cucumber and ruby.
3375
3376 2010-07-08 Daiki Ueno <ueno@unixuser.org>
3377
3378 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
3379 (epa-file-insert-file-contents): Hack to prevent
3380 find-file from opening empty buffer when decryption failed
3381 (bug#6568).
3382
3383 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
3384
3385 * textmodes/ispell.el (ispell-alternate-dictionary):
3386 Use file-readable-p.
3387 Return nil if no word-list is found at default locations.
3388 (ispell-complete-word-dict): Default to nil.
3389 (ispell-command-loop): Use 'word-list' when using lookup-words.
3390 (lookup-words): Use ispell-complete-word-dict or
3391 ispell-alternate-dictionary. Check for word-list availability
3392 and handle errors if needed with better messages (Bug#6539).
3393 (ispell-complete-word): Use ispell-complete-word-dict or
3394 ispell-alternate-dictionary.
3395
3396 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
3397
3398 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
3399 builtins (BufferError, BytesWarning, WindowsError; callables
3400 bin, bytearray, bytes, format, memoryview, next, print; __package__).
3401
3402 2010-07-07 Glenn Morris <rgm@gnu.org>
3403
3404 * play/zone.el (top-level): Do not require timer, tabify, or cl.
3405 (zone-shift-left): Ignore intangibility, and any errors from
3406 forward-char.
3407 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
3408 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
3409 deleting, and copying text properties.
3410 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
3411 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
3412 to point-max is hard.
3413 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
3414 (zone-fill-out-screen): Ignore intangibility.
3415
3416 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
3417
3418 * menu-bar.el (menu-bar-mode):
3419 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
3420 if it has been set.
3421
3422 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
3423 word/line selection (Bug#6565).
3424
3425 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3426
3427 * net/dbus.el (dbus-send-signal): Declare function.
3428
3429 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
3430
3431 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
3432 (dbus-register-property): New optional argument EMITS-SIGNAL.
3433 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
3434
3435 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
3436
3437 * mouse.el (mouse-drag-overlay): Variable deleted.
3438 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
3439 (mouse--remap-link-click-p): New function.
3440 (mouse-drag-track): Handle dragging by using temporary Transient
3441 Mark mode, instead of a special overlay.
3442 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
3443 mouse-show-mark.
3444
3445 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
3446 deleted.
3447
3448 2010-07-02 Juri Linkov <juri@jurta.org>
3449
3450 * autoinsert.el (auto-insert-alist): Fix readability
3451 by using dotted pair notation for lambda.
3452
3453 2010-07-02 Juri Linkov <juri@jurta.org>
3454
3455 * faces.el (read-face-name): Rename arg `string-describing-default'
3456 to `default'. Doc fix. Display the default value in quotes
3457 in the prompt. With empty input, return the `default' arg,
3458 unless the default value is a string (in which case return nil).
3459 (describe-face): Replace the string `default' arg of `read-face-name'
3460 with the symbol `default'.
3461
3462 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
3463
3464 * emulation/viper-cmd.el (viper-delete-backward-char)
3465 (viper-del-backward-char-in-insert)
3466 (viper-del-backward-char-in-replace, viper-change)
3467 (viper-backward-indent): Replace delete-backward-char with
3468 delete-char (Bug#6552).
3469
3470 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
3471
3472 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
3473
3474 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3475
3476 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
3477 argument passed to frame-creation-function (Bug#5378).
3478
3479 * faces.el (x-handle-named-frame-geometry)
3480 (x-handle-reverse-video, x-create-frame-with-faces)
3481 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
3482 separately consult default-frame-alist. It is now passed as the
3483 PARAMETER argument.
3484
3485 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
3486
3487 * startup.el (command-line): Don't call tool-bar-setup in a
3488 tty-only build.
3489
3490 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3491
3492 * ruler-mode.el (ruler--save-header-line-format): New fun.
3493 (ruler-mode): Use it as a setter function, so as not to overwrite
3494 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
3495
3496 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
3497
3498 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
3499 (vc-root-diff, vc-print-root-log, vc-log-incoming)
3500 (vc-log-outgoing): Use it.
3501 (vc-diff-internal): Set diff-vc-backend.
3502
3503 * vc/diff-mode.el (diff-vc-backend): New var.
3504
3505 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
3506
3507 * dynamic-setting.el (font-setting-change-default-font): Remove
3508 call to message.
3509
3510 2010-06-28 Kenichi Handa <handa@m17n.org>
3511
3512 * international/quail.el (quail-insert-kbd-layout): Fix the
3513 showing of untranslated characters.
3514
3515 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
3516
3517 * simple.el (delete-active-region): New option.
3518 (delete-backward-char): Implement in Lisp.
3519 (delete-forward-char): New command.
3520
3521 * mouse.el (mouse-region-delete-keys): Deleted.
3522 (mouse-show-mark): Simplify.
3523
3524 * bindings.el (global-map): Bind delete and DEL, the former to
3525 delete-forward-char.
3526
3527 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
3528
3529 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
3530 (ruby-mode): Bind indent-line-function (Bug#5119).
3531
3532 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3533
3534 * startup.el (command-line): Recognize "0" X resource value.
3535
3536 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3537
3538 * startup.el (command-line): Use X resources to set the value of
3539 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
3540
3541 * menu-bar.el (menu-bar-mode):
3542 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
3543 Set init-value to t.
3544
3545 * frame.el (frame-notice-user-settings): Don't change
3546 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
3547 vice versa (Bug#2249).
3548
3549 2010-06-26 Eli Zaretskii <eliz@gnu.org>
3550
3551 * w32-fns.el (w32-convert-standard-filename): Doc fix.
3552
3553 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
3554
3555 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
3556 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
3557
3558 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
3559 default directories are expanded (Bug#6143).
3560
3561 2010-06-24 Juri Linkov <juri@jurta.org>
3562
3563 * minibuffer.el (completions-format): Change default from nil to
3564 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
3565
3566 2010-06-24 Juri Linkov <juri@jurta.org>
3567
3568 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
3569 buffer-locally to lambda that re-runs the vc diff command.
3570 (Bug#6447)
3571
3572 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
3573
3574 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
3575 echo area is in use (Bug#3412).
3576
3577 2010-06-22 Glenn Morris <rgm@gnu.org>
3578
3579 * textmodes/texinfmt.el (texinfo-format-region)
3580 (texinfo-raise-lower-sections, texinfo-format-separate-node)
3581 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
3582 (texinfo-format-option, texinfo-noindent):
3583 Use line-beginning-position and line-end-position.
3584
3585 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
3586 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
3587 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
3588 utf-8 characters.
3589
3590 2010-06-21 Karl Fogel <kfogel@red-bean.com>
3591
3592 * play/zone.el (zone-fall-through-ws): Fix next-line ->
3593 forward-line fallout.
3594
3595 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
3596
3597 * mouse.el (mouse-appearance-menu): Add docstring.
3598
3599 * help.el (describe-key): Print up-event using key-description.
3600
3601 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
3602
3603 * net/zeroconf.el (zeroconf-resolve-service)
3604 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
3605 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
3606
3607 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
3608
3609 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
3610
3611 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
3612
3613 Avoid displaying files with a nil state in vc-dir.
3614 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
3615 cases that cause insertion.
3616 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
3617 with a nil state.
3618
3619 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3620
3621 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
3622
3623 2010-06-29 Leo <sdl.web@gmail.com>
3624
3625 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
3626
3627 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
3628
3629 * generic-x.el (bat-generic-mode): Fix regexp for command line
3630 switches (Bug#5719).
3631
3632 2010-06-27 Masatake YAMATO <yamato@redhat.com>
3633
3634 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
3635 of nconc to avoid pure storage error (Bug#6239).
3636
3637 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
3638
3639 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3640 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
3641 bindings of bookmark-automatically-show-annotations (Bug#6515).
3642
3643 2010-06-25 Eli Zaretskii <eliz@gnu.org>
3644
3645 * arc-mode.el (archive-zip-extract): Don't quote the file name on
3646 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
3647
3648 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
3649
3650 * comint.el (make-comint, make-comint-in-buffer): Mention return
3651 value in the docstrings. (Bug#6498)
3652
3653 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
3654
3655 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
3656 since it is not present when using some non-default switches.
3657
3658 2010-06-23 Karl Fogel <kfogel@red-bean.com>
3659
3660 * simple.el (compose-mail): Fix doc string to refer to
3661 `compose-mail-user-agent-warnings', instead of to the
3662 nonexistent `compose-mail-check-user-agent'.
3663
3664 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
3665
3666 Fix an indentation bug:
3667
3668 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
3669 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
3670 of existing values.
3671
3672 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
3673 (c-clear->-pair-props-if-match-before): now return t when they've
3674 cleared properties, nil otherwise.
3675 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
3676 by taking account of the existing value.
3677
3678 * progmodes/cc-defs.el
3679 (c-clear-char-property-with-value-function): Fix this to clear the
3680 property rather than overwriting it with nil.
3681
3682 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
3683
3684 * emacs-lisp/package.el (package-print-package): Add link to
3685 package description via describe-package.
3686 (describe-package-1): List package requirements. Add button to
3687 perform installation.
3688 (package-menu-describe-package): New command.
3689
3690 * help-mode.el (help-package): New button type.
3691
3692 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
3693
3694 * emacs-lisp/package.el: Move package-list-packages binding to
3695 menu-bar.el.
3696 (describe-package, describe-package-1, package--dir): New funs.
3697 (package-activate-1): Use package--dir.
3698
3699 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
3700
3701 * help-mode.el (help-package-def): New button type.
3702
3703 * menu-bar.el: Move package-list-packages binding here from
3704 package.el.
3705
3706 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
3707
3708 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
3709
3710 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3711
3712 * emacs-lisp/edebug.el (edebug-read-list):
3713 Phase out old-style backquotes.
3714
3715 2010-06-17 Juri Linkov <juri@jurta.org>
3716
3717 * help-mode.el (help-mode): Set buffer-local variable
3718 revert-buffer-function to help-mode-revert-buffer.
3719 (help-mode-revert-buffer): New function.
3720
3721 * info.el (Info-revert-find-node): Check for major-mode Info-mode
3722 before popping to "*info*" (like in other Info functions).
3723 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
3724 old-history-forward. Pop to old-buffer-name or "*info*" to
3725 recreate the killed buffer. Set Info-history-forward from
3726 old-history-forward.
3727 (Info-breadcrumbs-depth): Add :group and :version.
3728
3729 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
3730
3731 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
3732
3733 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
3734
3735 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
3736 for languages like Portuguese with pt_{BR,PT} and no plain pt.
3737
3738 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
3739
3740 * emacs-lisp/package.el (package-menu-mode-map):
3741 Move initialization into declaration.
3742
3743 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
3744
3745 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
3746
3747 * emacs-lisp/package.el (package-archive-base): Point to
3748 elpa.gnu.org.
3749 (package-enable, package-load-list): New defcustoms.
3750 (package-user-dir, package-directory-list): Turn into defcustoms.
3751 Don't include package-user-dir in package-directory-list.
3752 (package--builtins-base): Don't include Emacs as a "package".
3753 (package-subdirectory-regexp): New var.
3754 (package-load-all-descriptors, package-compute-transaction)
3755 (package-download-transaction): Obey package-load-list.
3756 (package-activate-1): Rename from package-do-activate.
3757 (package-list-packages-internal): Check package-load-list.
3758 (package-load-descriptor, package-generate-autoloads)
3759 (package-unpack, package-unpack-single)
3760 (package--read-archive-file, package-delete): Use
3761 expand-file-name.
3762
3763 * emacs-lisp/package-x.el: New file. Package uploading
3764 functionality split out from package.el.
3765
3766 * startup.el (command-line): Load packages after reading init file.
3767
3768 2010-06-17 Tom Tromey <tromey@redhat.com>
3769
3770 * emacs-lisp/package.el: New file.
3771
3772 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
3773
3774 Fix vc-annotate for renamed files when using Git.
3775 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
3776 ls-files. Doe not pass the object as a file name to cat-file, it
3777 is not a file name.
3778 (vc-git-annotate-command): Pass the file name using -- to avoid
3779 ambiguity with the revision.
3780 (vc-git-previous-revision): Pass a relative file name.
3781
3782 2010-06-22 Glenn Morris <rgm@gnu.org>
3783
3784 * progmodes/js.el (js-mode-map): Use standard capitalization and
3785 ellipses for menu entries.
3786
3787 * wid-edit.el (widget-complete): Doc fix.
3788
3789 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
3790
3791 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
3792
3793 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
3794
3795 Fix annotating other revisions for renamed files in vc-annotate.
3796 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
3797 VC backend. Use it when non-nil.
3798 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
3799 (Bug#6487)
3800
3801 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
3802 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3803 Do not pass the file name to the 'previous-revision call when we
3804 don't want a file diff. (Bug#6489)
3805
3806 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
3807
3808 Fix finding revisions for renamed files in vc-annotate.
3809 * vc/vc.el (vc-find-revision): Add an optional argument for
3810 the VC backend. Use it when non-nil.
3811 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
3812 backend to vc-find-revision. (Bug#6487)
3813
3814 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
3815
3816 Fix reading file names in Git annotate buffers.
3817 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
3818 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
3819
3820 2010-06-20 Alan Mackenzie <acm@muc.de>
3821
3822 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
3823 in file local variables, set it first.
3824
3825 2010-06-19 Glenn Morris <rgm@gnu.org>
3826
3827 * descr-text.el (describe-char-unicode-data): Insert separating
3828 space when needed. (Bug#6422)
3829
3830 * progmodes/idlwave.el (idlwave-action-and-binding):
3831 Fix typo in 2009-12-03 change. (Bug#6450)
3832
3833 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
3834
3835 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
3836 handling for `lambda' (misunderstanding).
3837
3838 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
3839
3840 * calc/calc-poly.el (math-accum-factors): Make sure that
3841 constants aren't distributed after they are factored out.
3842
3843 2010-06-16 Juri Linkov <juri@jurta.org>
3844
3845 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
3846 `list-colors-print'. (Bug#6332)
3847
3848 * subr.el (read-quoted-char): Fix up last change (bug#6290).
3849
3850 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3851
3852 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
3853 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
3854
3855 * font-lock.el (font-lock-major-mode): Rename from
3856 font-lock-mode-major-mode to distinguish it from
3857 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
3858 (font-lock-set-defaults):
3859 * font-core.el (font-lock-default-function): Adjust users.
3860 (font-lock-mode): Don't set it at all.
3861
3862 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3863
3864 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
3865
3866 2010-06-16 Glenn Morris <rgm@gnu.org>
3867
3868 * calendar/appt.el (appt-time-msg-list): Doc fix.
3869 (appt-check): Let-bind appt-warn-time.
3870 (appt-add): Make the 3rd argument optional.
3871 Simplify argument names. Doc fix. Check for integer WARNTIME.
3872 Only add WARNTIME to the output list if non-nil.
3873
3874 2010-06-16 Ivan Kanis <apple@kanis.eu>
3875
3876 * calendar/appt.el (appt-check): Let the 3rd element of
3877 appt-time-msg-list specify the warning time.
3878 (appt-add): Add new argument with the warning time. (Bug#5176)
3879
3880 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
3881
3882 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
3883 older than version 1.6. (Bug#6361)
3884
3885 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
3886
3887 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
3888 used by cl-do-arglist. (Bug#6408)
3889
3890 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
3891
3892 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
3893 portuguese casechars/not-casechars for missing 'çÇ'.
3894 Suggested by Rolando Pereira (bug#6434).
3895
3896 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
3897
3898 * facemenu.el (list-colors-sort): Doc fix.
3899
3900 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
3901
3902 * progmodes/sql.el (sql-connect-mysql): Fix typo.
3903
3904 2010-06-14 Juri Linkov <juri@jurta.org>
3905
3906 Add sort option `list-colors-sort'. (Bug#6332)
3907 * facemenu.el (color-rgb-to-hsv): New function.
3908 (list-colors-sort): New defcustom.
3909 (list-colors-sort-key): New function.
3910 (list-colors-display): Doc fix. Sort list according to the option
3911 `list-colors-sort'.
3912 (list-colors-print): Add HSV values to `help-echo' property of
3913 RGB strings.
3914
3915 2010-06-14 Juri Linkov <juri@jurta.org>
3916
3917 * compare-w.el: Move to the "vc" subdirectory.
3918
3919 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3920
3921 * image-mode.el (image-mode-map): Remap left-char and right-char.
3922
3923 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
3924
3925 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
3926
3927 * term/common-win.el (x-colors): Add all the color names defined
3928 in rgb.txt (Bug#6332).
3929
3930 * facemenu.el (list-colors-print): Don't print extra names if it
3931 will overflow the window width.
3932
3933 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
3934 change (Bug#6343).
3935
3936 2010-06-12 Eli Zaretskii <eliz@gnu.org>
3937
3938 * files.el (make-directory): Doc fix (bug#6396).
3939
3940 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
3941
3942 * net/tramp.el (tramp-remote-process-environment): Protect version
3943 string by apostroph.
3944 (tramp-shell-prompt-pattern): Do not use a shy group in case of
3945 XEmacs.
3946 (tramp-file-name-for-operation): Add `call-process-region'.
3947 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
3948
3949 * net/tramp-compat.el (top): Do not autoload
3950 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
3951 only when `start-file-process' is not bound.
3952 (tramp-advice-file-expand-wildcards): Do not use
3953 `tramp-handle-file-remote-p'.
3954 (tramp-compat-make-temp-file): Handle the case, that
3955 `make-temp-file' has no third argument EXTENSION.
3956
3957 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
3958
3959 * makefile.w32-in (WINS_BASIC): Include new directory vc.
3960
3961 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
3962
3963 2010-06-11 Juri Linkov <juri@jurta.org>
3964
3965 * finder.el (finder-known-keywords): Add keyword "vc"
3966 for version control.
3967
3968 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
3969 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
3970 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
3971 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
3972
3973 2010-06-11 Juri Linkov <juri@jurta.org>
3974
3975 Move version control related files to the "vc" subdirectory.
3976 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
3977 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
3978 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
3979 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
3980 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
3981 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
3982 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
3983 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
3984 Move files to the "vc" subdirectory.
3985
3986 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
3987
3988 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
3989 (Bug#6367).
3990
3991 2010-06-11 Stephen Eglen <stephen@gnu.org>
3992
3993 * shell.el: Bind `shell-resync-dirs' to M-RET.
3994
3995 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
3996
3997 * notifications.el: Move file from lisp/net, because it is
3998 supposed to talk locally to the user.
3999
4000 2010-06-10 Julien Danjou <julien@danjou.info>
4001
4002 * net/notifications.el (notifications-on-action-signal)
4003 (notifications-on-closed-signal): Pass notification id as first
4004 argument to the callback functions. Add docstrings.
4005 (notifications-notify): Fix docstring.
4006
4007 2010-06-10 Glenn Morris <rgm@gnu.org>
4008
4009 * emacs-lisp/authors.el (authors-ignored-files)
4010 (authors-valid-file-names): Add some files.
4011
4012 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4013
4014 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
4015 merge conflict, giving preference to the emacs-23 version of the code.
4016
4017 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4018
4019 * emacs-lisp/advice.el (ad-compile-function):
4020 Define warning-suppress-types before we let-bind it (bug#6275).
4021
4022 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
4023 declare it, make it buffer-local and permanent-local (bug#6324).
4024 (vc-resynch-window): Adjust name.
4025 * vc-hooks.el (vc-find-file-hook): Adjust name.
4026
4027 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
4028
4029 * net/notifications.el (notifications-notify): Fix docstring.
4030
4031 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
4032
4033 Update to Unicode 6.0.0 beta.
4034 * international/charprop.el: Update copyright.
4035 * international/mule-cmds.el (ucs-names): Update character ranges.
4036 * international/uni-bidi.el:
4037 * international/uni-category.el:
4038 * international/uni-combining.el:
4039 * international/uni-comment.el:
4040 * international/uni-decimal.el:
4041 * international/uni-decomposition.el:
4042 * international/uni-digit.el:
4043 * international/uni-lowercase.el:
4044 * international/uni-mirrored.el:
4045 * international/uni-name.el:
4046 * international/uni-numeric.el:
4047 * international/uni-old-name.el:
4048 * international/uni-titlecase.el:
4049 * international/uni-uppercase.el: Regenerate.
4050
4051 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
4052
4053 * emacs-lisp/smie.el (comment-string-strip): Declare function.
4054 (smie-precs-precedence-table): Fix typo in docstring.
4055
4056 * vc-mtn.el (log-edit-extract-headers): Declare function.
4057
4058 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
4059
4060 * net/notifications.el (dbus-register-signal): Declare function.
4061 (notifications-notify): Fix typos and reflow docstring.
4062
4063 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4064
4065 Improve VC create/retrieve tag/branch.
4066 * vc.el (vc-create-tag): Do not read the directory name for VCs
4067 with repository revision granularity. Adjust the tag/branch
4068 prompt. Reset VC properties.
4069 (vc-retrieve-tag): Do not read the directory name for VCs
4070 with repository revision granularity. Reset VC properties.
4071
4072 2010-06-09 Julien Danjou <julien@danjou.info>
4073
4074 * net/notifications.el: New file.
4075
4076 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4077
4078 Add optional support for resetting VC properties.
4079 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
4080 call vc-file-clearprops when true.
4081 (vc-resynch-buffer): Add new optional argument, pass it down.
4082 (vc-resynch-buffers-in-directory): Likewise.
4083
4084 Improve support for special markup in the VC commit message.
4085 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
4086 * vc-hg.el (vc-hg-checkin): Add support for Date:.
4087 * vc-git.el (vc-git-checkin):
4088 * vc-bzr.el (vc-bzr-checkin): Likewise.
4089
4090 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4091
4092 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
4093 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
4094
4095 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
4096
4097 * iimage.el: Remove images as soon as the underlying text is modified.
4098 (iimage-modification-hook): New function.
4099 (iimage-mode-buffer): Use it.
4100
4101 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4102
4103 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
4104 smie-indent-offset-after. Add :prev case. Make a bit more generic.
4105 (smie-indent-virtual): Remove `virtual' arg. Update callers.
4106 (smie-indent-keyword): Add handling of open-paren keywords.
4107 (smie-indent-comment-continue): Don't assume comment-continue.
4108
4109 2010-06-07 Martin Rudalics <rudalics@gmx.at>
4110
4111 * window.el (pop-to-buffer): Remove the conditional that
4112 compares new-window and old-window, so it will reselect
4113 the selected window unconditionally.
4114 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
4115
4116 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4117
4118 * emacs-lisp/smie.el (smie-indent-offset-after)
4119 (smie-indent-forward-token, smie-indent-backward-token): New functions.
4120 (smie-indent-after-keyword): Use them.
4121 (smie-indent-fixindent): Only applies to the indentation of the BOL.
4122 (smie-indent-keyword): Tweak the black magic.
4123 (smie-indent-comment-continue): Strip comment-continue before use.
4124 (smie-indent-functions): Indent comments before keywords.
4125
4126 2010-06-06 Juri Linkov <juri@jurta.org>
4127
4128 * isearch.el (isearch-lazy-highlight-search): Fix looping
4129 by checking for empty match. This syncs this loop with the
4130 similar loop in `isearch-search'. (Bug#6362)
4131
4132 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
4133
4134 * net/dbus.el (dbus-register-method): Declare function.
4135 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
4136 (dbus-introspect): Doc fix.
4137 (dbus-event-bus-name, dbus-introspect-get-interface)
4138 (dbus-introspect-get-argument): Reflow docstrings.
4139
4140 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
4141
4142 vc-log-incoming/vc-log-outgoing fixes for Git.
4143 * vc-git.el (vc-git-log-view-mode): Fix font lock for
4144 incoming/outgoing logs.
4145 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
4146 instead of vc-git-compute-remote.
4147 (vc-git-compute-remote): Remove.
4148
4149 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
4150
4151 * term/common-win.el (x-colors): Add "dark green" and "dark
4152 turquoise" (Bug#6332).
4153
4154 2010-06-04 Juri Linkov <juri@jurta.org>
4155
4156 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
4157 Instead of setting `replace' to t and replacing the same string
4158 with itself, don't do certain actions when
4159 kill-do-not-save-duplicates is non-nil and string is equal to car
4160 of kill-ring: don't call menu-bar-update-yank-menu, don't push
4161 interprogram-paste strings to kill-ring, and don't push the input
4162 argument `string' to kill-ring.
4163 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
4164
4165 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
4166
4167 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
4168
4169 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
4170
4171 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
4172 (tramp-gvfs-handler-mounted-unmounted)
4173 (tramp-gvfs-connection-mounted-p): Handle default-location.
4174
4175 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
4176 move files to trash.
4177
4178 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
4179
4180 * international/mule-cmds.el (nonascii-insert-offset)
4181 (nonascii-translation-table): Add obsolescence information.
4182
4183 * international/mule.el (make-translation-table-from-vector): Doc fix.
4184
4185 2010-06-03 Glenn Morris <rgm@gnu.org>
4186
4187 * desktop.el (desktop-clear-preserve-buffers):
4188 Add "*Warnings*" buffer. (Bug#6336)
4189
4190 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
4191
4192 vc-log-incoming/vc-log-outgoing improvements for Git.
4193 * vc-git.el (vc-git-log-outgoing): Use the same format as the
4194 short log.
4195 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
4196
4197 Add bindings for vc-log-incoming and vc-log-outgoing.
4198 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
4199 and vc-log-outgoing.
4200 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
4201 and vc-log-outgoing.
4202
4203 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
4204
4205 * net/rcirc.el (rcirc-sort-nicknames): Remove.
4206 (rcirc-handler-366): Always sort nicknames.
4207
4208 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
4209
4210 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
4211
4212 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
4213
4214 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
4215
4216 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4217
4218 * net/rcirc.el (rcirc-sort-nicknames): Change default.
4219 (rcirc-sort-nicknames-join): Avoid setq.
4220
4221 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4222
4223 * net/rcirc.el (rcirc-sort-nicknames): New custom.
4224 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
4225 (rcirc-handler-366): Use them.
4226
4227 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4228
4229 Split smie-indent-calculate into more manageable chunks.
4230 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
4231 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
4232 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
4233 (smie-indent-exps): Extract from smie-indent-calculate.
4234 (smie-indent-functions): New var.
4235 (smie-indent-functions): Use them.
4236
4237 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4238
4239 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
4240 (smie-indent-calculate): Simplify and cleanup.
4241
4242 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
4243
4244 * net/tramp-gvfs.el (top): Require url-util.
4245 (tramp-gvfs-mount-point): Remove.
4246 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
4247 New defuns.
4248 (with-tramp-dbus-call-method): Format trace message.
4249 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
4250 Implement backup call, when operation on local files fails.
4251 Use progress reporter. Flush properties of changed files.
4252 (tramp-gvfs-handle-make-directory): Make more traces.
4253 (tramp-gvfs-url-file-name): Hexify file name in url.
4254 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
4255 into account for the resulting file name.
4256 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
4257 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
4258 (tramp-gvfs-handler-mounted-unmounted)
4259 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
4260 attribute "default_location". Set "prefix" property.
4261 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
4262 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
4263 exists. Raise an error, if not (due to a corresponding answer
4264 "no" in interactive questions, for example).
4265
4266 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
4267
4268 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
4269
4270 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
4271
4272 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
4273 right-*. (Bug#6265)
4274
4275 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
4276
4277 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
4278 * vc-git.el (vc-git-compute-remote): New function.
4279 (vc-git-log-outgoing): Use it instead of hard coding a value.
4280 (vc-git-log-incoming): New function.
4281
4282 Improve state updating for VC tag commands.
4283 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
4284 to update the state of all buffers in the directory.
4285
4286 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
4287
4288 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4289
4290 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
4291 `file-directory-p' to the filename part rather than to the whole text.
4292
4293 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4294
4295 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
4296
4297 2010-05-31 Drew Adams <drew.adams@oracle.com>
4298
4299 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
4300
4301 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
4302
4303 * subr.el (momentary-string-display): Just use read-event to read
4304 the exit event (Bug#6238).
4305
4306 2010-05-30 Eli Zaretskii <eliz@gnu.org>
4307
4308 * international/mule.el (define-coding-system): Doc fix (bug#6313).
4309
4310 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4311
4312 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
4313 Suggested by Eli Zaretskii <eliz@gnu.org>.
4314
4315 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4316
4317 * minibuffer.el (completion-file-name-table): Don't return a boundary
4318 past the end of `string' (bug#6299).
4319 (completion--file-name-table): Delegate to completion-file-name-table
4320 for the `boundaries' case.
4321
4322 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4323
4324 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
4325 movement commands.
4326
4327 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
4328 `path-separator', but maintain compatibility with Emacs 20.2.
4329
4330 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
4331
4332 * server.el (server-process-filter): Receive parent-id argument
4333 from emacsclient.
4334 (server-create-window-system-frame): New arg. Pass parent-id as
4335 frame parameter.
4336
4337 2010-05-29 Eli Zaretskii <eliz@gnu.org>
4338
4339 Bidi-sensitive word movement with arrow keys.
4340 * subr.el (right-arrow-command, left-arrow-command): Move to
4341 bindings.el.
4342
4343 * bindings.el (right-char, left-char): Move from subr.el and
4344 rename from right-arrow-command and left-arrow-command.
4345 (right-word, left-word): New functions.
4346 (global-map) <right>: Bind to right-char.
4347 (global-map) <left>: Bind to left-char.
4348 (global-map) <C-right>: Bind to right-word.
4349 (global-map) <C-left>: Bind to left-word.
4350
4351 * ls-lisp.el (ls-lisp-classify-file): New function.
4352 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
4353 (ls-lisp-classify): Call ls-lisp-classify-file.
4354 (insert-directory): Remove blanks from switches.
4355
4356 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
4357
4358 * ansi-color.el: Delete unused escape sequences (Bug#6085).
4359 (ansi-color-drop-regexp): New constant.
4360 (ansi-color-apply, ansi-color-filter-region)
4361 (ansi-color-apply-on-region): Delete unrecognized control sequences.
4362 (ansi-color-apply): Build string list before calling concat.
4363
4364 2010-05-28 Juri Linkov <juri@jurta.org>
4365
4366 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4367 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
4368 (Bug#5270)
4369
4370 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4371
4372 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
4373 to ignored backtrace functions.
4374 (with-progress-reporter): Expand docstring.
4375 (tramp-handle-delete-file): Implement TRASH argument.
4376 (tramp-get-remote-trash): New defun.
4377
4378 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4379
4380 * net/tramp-compat.el (tramp-compat-delete-file): Use
4381 `symbol-value' for backward compatibility.
4382
4383 * net/tramp.el (tramp-handle-make-symbolic-link)
4384 (tramp-handle-load)
4385 (tramp-do-copy-or-rename-file-via-buffer)
4386 (tramp-do-copy-or-rename-file-directly)
4387 (tramp-do-copy-or-rename-file-out-of-band)
4388 (tramp-handle-process-file, tramp-handle-call-process-region)
4389 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4390 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4391 (tramp-delete-temp-file-function): Use `delete-file' instead
4392 of `tramp-compat-delete-file'.
4393
4394 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4395 (tramp-fish-handle-make-symbolic-link)
4396 (tramp-fish-handle-process-file): Use `delete-file' instead
4397 of `tramp-compat-delete-file'.
4398
4399 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
4400 `delete-file' instead of `tramp-compat-delete-file'.
4401
4402 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4403 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
4404 `tramp-compat-delete-file'.
4405
4406 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
4407 `delete-file' instead of `tramp-compat-delete-file'.
4408
4409 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4410 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4411 (tramp-smb-handle-write-region): Use `delete-file' instead of
4412 `tramp-compat-delete-file'.
4413 (tramp-smb-handle-delete-directory): Use 'trash as arg.
4414
4415 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4416
4417 * dired.el (dired-delete-file): New arg TRASH.
4418 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
4419 (dired-do-flagged-delete, dired-do-delete): Use trash.
4420
4421 * speedbar.el (speedbar-item-delete): Allow trashing.
4422
4423 * files.el (delete-directory): New arg TRASH.
4424
4425 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
4426 (ange-ftp-rename-remote-to-remote)
4427 (ange-ftp-rename-local-to-remote)
4428 (ange-ftp-rename-remote-to-local, ange-ftp-load)
4429 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
4430 `delete-file'.
4431 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
4432 allow trashing.
4433
4434 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4435 handle new TRASH arg of `delete-file'.
4436
4437 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
4438 (tramp-handle-make-symbolic-link, tramp-handle-load)
4439 (tramp-do-copy-or-rename-file-via-buffer)
4440 (tramp-do-copy-or-rename-file-directly)
4441 (tramp-do-copy-or-rename-file-out-of-band)
4442 (tramp-handle-process-file, tramp-handle-call-process-region)
4443 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4444 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4445 (tramp-delete-temp-file-function): Use null TRASH arg in
4446 tramp-compat-delete-file call.
4447
4448 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4449 (tramp-fish-handle-delete-file)
4450 (tramp-fish-handle-make-symbolic-link)
4451 (tramp-fish-handle-process-file): Use null TRASH arg in
4452 `tramp-compat-delete-file' call.
4453
4454 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
4455 arg in `tramp-compat-delete-file' call.
4456
4457 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4458 (tramp-gvfs-handle-write-region): Use null TRASH arg in
4459 `tramp-compat-delete-file' call.
4460
4461 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
4462 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
4463 `tramp-compat-delete-file' call.
4464
4465 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4466 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4467 (tramp-smb-handle-write-region): Use null TRASH arg in
4468 tramp-compat-delete-file call.
4469 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
4470 (tramp-smb-handle-delete-file): Rename arg.
4471
4472 * diff.el (diff-sentinel):
4473 * epg.el (epg--make-temp-file, epg-decrypt-string)
4474 (epg-verify-string, epg-sign-string, epg-encrypt-string):
4475 * jka-compr.el (jka-compr-partial-uncompress)
4476 (jka-compr-call-process, jka-compr-write-region):
4477 * server.el (server-sentinel): Remove optional arg from
4478 delete-file, reverting 2010-05-03 change.
4479
4480 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4481
4482 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
4483 font-lock-constant-face, not obsolete font-lock-reference-face.
4484
4485 2010-05-27 Kenichi Handa <handa@m17n.org>
4486
4487 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
4488 element of GSTRING is nil.
4489
4490 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4491
4492 * emacs-lisp/smie.el (smie-forward-token-function)
4493 (smie-backward-token-function): New vars.
4494 (smie-backward-sexp, smie-forward-sexp)
4495 (smie-indent-hanging-p, smie-indent-calculate): Use them.
4496 (smie-default-backward-token): Rename from smie-backward-token and
4497 skip comments.
4498 (smie-default-forward-token): Rename from smie-forward-token and
4499 skip comments.
4500 (smie-next-sexp): Handle nil results from next-token.
4501 (smie-indent-calculate): Add a new case for special `fixindent' comments.
4502
4503 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4504
4505 * progmodes/verilog-mode.el (verilog-type-font-keywords):
4506 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4507
4508 2010-05-27 Masatake YAMATO <yamato@redhat.com>
4509
4510 * htmlfontify.el (hfy-face-resolve-face): New function.
4511 (hfy-face-to-style): Use it (Bug#6279).
4512
4513 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4514
4515 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
4516 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
4517
4518 2010-05-26 Glenn Morris <rgm@gnu.org>
4519
4520 * emulation/edt.el (edt-load-keys): Use locate-library.
4521
4522 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
4523
4524 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
4525 (log-edit-changelog-entries): Doc fix.
4526 (log-edit-changelog-insert-entries): Args changed.
4527 Rename relative filenames in ChangeLog entries. Delete tabs.
4528 (log-edit-insert-changelog-entries): Reorganize return value of
4529 `log-edit-changelog-entries' to pass filenames to
4530 log-edit-changelog-insert-entries.
4531
4532 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4533
4534 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
4535 `image-dired-dired-insert-marked-thumbs' to
4536 `image-dired-dired-toggle-marked-thumbs'.
4537
4538 * image-dired.el: Require cl when compiling.
4539 (image-dired-dired-toggle-marked-thumbs): Rename from
4540 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
4541 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
4542 to 'no-dir. Skip files whose names don't match
4543 `image-file-name-regexp'. When file has a thumbnail overlay,
4544 delete it. (Bug#5270)
4545
4546 2010-05-25 Juri Linkov <juri@jurta.org>
4547
4548 * image-mode.el (image-mode): Add image-after-revert-hook to
4549 after-revert-hook.
4550 (image-after-revert-hook): New function. (Bug#5669)
4551
4552 2010-05-25 Juri Linkov <juri@jurta.org>
4553
4554 * image.el (image-animated-p): When delay between animated images
4555 is 0, set it to 10 (0.1 sec). (Bug#6258)
4556
4557 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
4558
4559 * net/tramp.el (tramp-handle-insert-directory): Don't use
4560 `forward-word', its default syntax could be changed.
4561
4562 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
4563
4564 * net/tramp.el (tramp-progress-reporter-update): New defun.
4565 (with-progress-reporter): Use it.
4566 (tramp-process-actions):
4567 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
4568 current message, in order to let progress reporter continue
4569 afterwards. (Bug#6257)
4570
4571 2010-05-25 Glenn Morris <rgm@gnu.org>
4572
4573 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
4574 Add :version.
4575
4576 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
4577
4578 * net/rcirc.el (rcirc-default-user-name): Change to "user".
4579 (rcirc-default-full-name): Change to "unknown".
4580 (rcirc-user-name-history): Add variable.
4581
4582 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
4583 Jonathan Rockway <jon@jrock.us>
4584
4585 * net/rcirc.el (rcirc-server-alist): Add :pass.
4586 (rcirc): When prompting for connection parameters, also prompt for
4587 username and password.
4588 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
4589 value to server when connecting.
4590
4591 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4592
4593 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
4594 (smie-merge-prec2s): Pass the tables as separate args.
4595 (smie-bnf-precedence-table): Adjust call accordingly.
4596 (smie-prec2-levels): Set levels at the end.
4597
4598 Replace Lisp calls to delete-backward-char by delete-char.
4599 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
4600 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
4601 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
4602 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
4603 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
4604 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
4605 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
4606 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
4607 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
4608 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
4609 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
4610 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
4611 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
4612 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
4613 delete-backward-char by calls to delete-char.
4614
4615 2010-05-25 Kenichi Handa <handa@m17n.org>
4616
4617 * language/hebrew.el (hebrew-shape-gstring): New function.
4618 Register it in composition-function-table for all Hebrew combining
4619 characters.
4620
4621 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4622
4623 * epa.el (epa--select-keys): Don't explicitly delete the window since
4624 that can fail (e.g. sole window in frame). Use dedication instead.
4625
4626 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
4627
4628 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
4629
4630 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
4631
4632 * image.el (image-refresh): Define as an alias for image-flush.
4633
4634 * image-mode.el (image-toggle-display-image): Caller changed.
4635
4636 2010-05-21 Juri Linkov <juri@jurta.org>
4637
4638 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
4639 Remove "all" from grep-files-aliases. Split grep-files-aliases by
4640 whitespace, call wildcard-to-regexp on substrings and concat them
4641 with "\\|". (Bug#6114)
4642
4643 2010-05-21 Alan Mackenzie <acm@muc.de>
4644
4645 * progmodes/cc-engine.el (c-parse-state-get-strategy):
4646 Replace parameter `here' with `here-' and `here-plus', which sandwich
4647 any pertinent CPP construct.
4648 (c-remove-stale-state-cache-backwards): Fix a bug which happens
4649 when doing (c-parse-state) in a CPP construct: Exclude any "new"
4650 CPP construct from taking part in the scanning.
4651
4652 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
4653
4654 * net/tramp.el (tramp-do-copy-or-rename-file)
4655 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
4656 Tune `with-progress-reporter' messages.
4657 (tramp-handle-vc-registered):
4658 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
4659 (tramp-fish-handle-insert-file-contents)
4660 (tramp-fish-maybe-open-connection):
4661 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4662 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
4663 (tramp-imap-handle-insert-file-contents)
4664 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4665
4666 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
4667
4668 * add-log.el (change-log-font-lock-keywords):
4669 Highlight all authors in multi-author entries.
4670
4671 * smerge-mode.el (smerge-refine-ignore-whitespace)
4672 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
4673 Fix typos in docstrings.
4674 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
4675
4676 2010-05-21 Glenn Morris <rgm@gnu.org>
4677
4678 * progmodes/fortran.el (fortran-mode):
4679 * progmodes/f90.el (f90-mode): Derive from prog-mode.
4680
4681 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
4682 having a relative path in src/Makefile.in.
4683
4684 2010-05-20 Kevin Ryde <user42@zip.com.au>
4685
4686 * help-mode.el (help-make-xrefs): For Info node links turn
4687 newlines into spaces. Link node names with newlines are matched
4688 by help-xref-info-regexp and buttonized, this change ensures they
4689 can be followed successfully with RET. (Bug#6206)
4690
4691 2010-05-20 Juri Linkov <juri@jurta.org>
4692
4693 * locate.el (locate): Use pop-to-buffer instead of
4694 switch-to-buffer-other-window. (Bug#6204)
4695
4696 2010-05-20 Juri Linkov <juri@jurta.org>
4697
4698 * replace.el (replace-highlight): Fix lazy-highlighting
4699 for `M-s w str M-% str RET'.
4700
4701 2009-12-15 Masatake YAMATO <yamato@redhat.com>
4702
4703 * isearch.el (isearch-yank-word-or-char): Pull next subword
4704 when `subword-mode' is activated. (Bug#6220)
4705
4706 2010-05-20 Mark A. Hershberger <mah@everybody.org>
4707
4708 * isearch.el (isearch-update-post-hook): New hook.
4709 (isearch-update): Use the new hook. (Bug#6225)
4710
4711 2010-05-20 Juri Linkov <juri@jurta.org>
4712
4713 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
4714 [f1], [help], and (char-to-string help-char) instead of "\C-h".
4715 (Bug#6222)
4716
4717 2010-05-20 Juri Linkov <juri@jurta.org>
4718
4719 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
4720 (Bug#6223)
4721
4722 2010-05-20 Juri Linkov <juri@jurta.org>
4723
4724 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
4725 FILE-NAME to read from the minibuffer when called interactively
4726 with prefix argument instead of using buffer-file-name.
4727 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
4728
4729 * dired.el: Update autoloads.
4730
4731 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
4732
4733 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
4734 nxml-finish-element, for consistency with SGML mode.
4735
4736 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
4737 octave-close-block.
4738
4739 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
4740
4741 * composite.el: Require cl when compiling.
4742 (reference-point-alist, compose-gstring-for-graphic)
4743 (compose-gstring-for-terminal): Fix typos in docstrings.
4744
4745 2010-05-19 Juri Linkov <juri@jurta.org>
4746
4747 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
4748 set-window-parameter.
4749
4750 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
4751
4752 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
4753 where appropriate.
4754 (tramp-maybe-open-connection): Use it.
4755
4756 2010-05-19 Eli Zaretskii <eliz@gnu.org>
4757
4758 * simple.el (move-end-of-line): Make sure we are at line beginning
4759 before backing up to end of previous line.
4760
4761 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
4762
4763 * password-cache.el (password-cache-remove): Fix docstring.
4764
4765 * net/secrets.el: Autoload the widget functions.
4766 (secrets-search-items, secrets-create-item)
4767 (secrets-get-attributes, secrets-expand-item): Attributes will be
4768 stored on the password database without leading ":", as all other
4769 clients do as well.
4770 (secrets-mode): Fix docstring.
4771 (secrets-show-secrets): Provide it as autoloaded command only when
4772 D-Bus support is available. Check existence of Secret Service API.
4773
4774 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4775
4776 * indent.el (indent-region): Deactivate region (bug#6200).
4777
4778 2010-05-19 Glenn Morris <rgm@gnu.org>
4779
4780 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
4781
4782 2010-05-19 Kenichi Handa <handa@m17n.org>
4783
4784 * composite.el: Register compose-gstring-for-graphic in
4785 composition-function-table only for combining characters (Mn, Mc, Me).
4786
4787 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
4788
4789 * calc/calc-trail.el (calc-trail-isearch-forward)
4790 (calc-trail-isearch-backward): Ensure that the new window
4791 point is set correctly.
4792
4793 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4794
4795 * subr.el (read-quoted-char): Resolve modifiers after key
4796 remapping (bug#6212).
4797
4798 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
4799
4800 Add visualization code for secrets.
4801 * net/secrets.el (secrets-mode): New major mode.
4802 (secrets-show-secrets, secrets-show-collections)
4803 (secrets-expand-collection, secrets-expand-item)
4804 (secrets-tree-widget-after-toggle-function)
4805 (secrets-tree-widget-show-password): New defuns.
4806
4807 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4808
4809 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
4810 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
4811 handled in smie-next-sexp.
4812 (smie-indent-calculate): Provide a starting indentation (so the
4813 recursion is well-founded ;-).
4814
4815 Fix handling of non-associative equal levels.
4816 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
4817 when it's not needed.
4818 (smie-op-left, smie-op-right): New functions.
4819 (smie-next-sexp): New function, extracted from smie-backward-sexp.
4820 Better handle equal levels to distinguish the associative case from
4821 the "multi-keyword construct" case.
4822 (smie-backward-sexp, smie-forward-sexp): Use it.
4823
4824 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
4825
4826 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
4827
4828 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
4829 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
4830
4831 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4832
4833 Provide a simple generic indentation engine and use it for Prolog.
4834 * emacs-lisp/smie.el: New file.
4835 * progmodes/prolog.el (prolog-smie-op-levels)
4836 (prolog-smie-indent-rules): New var.
4837 (prolog-mode-variables): Use them to configure SMIE.
4838 (prolog-indent-line, prolog-indent-level): Remove.
4839
4840 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
4841
4842 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
4843 order before computing the averages.
4844
4845 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
4846
4847 * calc/calc-vec.el (calc-histogram):
4848 (calcFunc-histogram): Allow vectors as inputs.
4849 (math-vector-avg): New function.
4850
4851 * calc/calc-ext.el (math-group-float): Have the number of digits
4852 being grouped depend on the radix (Bug#6189).
4853
4854 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
4855
4856 * version.el (emacs-copyright, emacs-version): Don't define here,
4857 now that emacs.c defines it.
4858
4859 2010-05-15 Eli Zaretskii <eliz@gnu.org>
4860
4861 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
4862 "Describe Language Environment" menu item.
4863
4864 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
4865
4866 Bidi-sensitive movement with arrow keys.
4867 * subr.el (right-arrow-command, left-arrow-command): New functions.
4868
4869 * bindings.el (global-map): Bind them to right and left arrow keys.
4870
4871 Don't override standard definition of convert-standard-filename.
4872 * files.el (convert-standard-filename): Call
4873 w32-convert-standard-filename and dos-convert-standard-filename on
4874 the corresponding systems.
4875
4876 * w32-fns.el (w32-convert-standard-filename): Rename from
4877 convert-standard-filename. Doc fix.
4878
4879 * dos-fns.el (dos-convert-standard-filename): Doc fix.
4880 (convert-standard-filename): Don't defalias.
4881 (register-name-alist, make-register, register-value)
4882 (set-register-value, intdos): Obsolete aliases for the
4883 corresponding dos-* functions and variables.
4884 (dos-intdos): Add a doc string.
4885
4886 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
4887
4888 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
4889 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
4890 (math-compose-tex-func):
4891 * calc/calccomp.el (math-compose-expr):
4892 * calc/calc-ext.el (math-format-flat-expr-fancy):
4893 * calc/calc-store.el (calc-read-var-name):
4894 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
4895
4896 * calc/calc.el (var-π, var-φ, var-γ): New variables.
4897 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
4898 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
4899 (math-standard-units): Add units.
4900
4901 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
4902
4903 * progmodes/asm-mode.el (asm-mode):
4904 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
4905
4906 * pcomplete.el (pcomplete-completions-at-point): New function,
4907 extracted from pcomplete-std-complete.
4908 (pcomplete-std-complete): Use it.
4909
4910 2010-05-15 Glenn Morris <rgm@gnu.org>
4911
4912 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4913 Remove references to CVS, RCS and Old directories.
4914
4915 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
4916
4917 * calc/calc-bin.el (math-format-twos-complement): Group digits when
4918 appropriate.
4919
4920 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
4921
4922 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
4923 (sh-mode-syntax-table): Give it a default value instead.
4924 (sh-header-marker): Make buffer-local.
4925 (sh-mode): Move make-local-variable to the corresponding setq.
4926 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
4927 Use complete-with-action.
4928
4929 * simple.el (prog-mode): New (abstract) major mode.
4930 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
4931 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
4932
4933 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
4934
4935 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
4936 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
4937 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
4938 (sql-make-alternate-buffer-name, sql-placeholders-filter)
4939 (sql-escape-newlines-filter, sql-input-sender)
4940 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
4941
4942 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
4943
4944 Add TeX open-block and close-block keybindings to SGML, and vice versa.
4945
4946 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
4947 latex-open-block and C-c / to latex-close-block.
4948
4949 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
4950 and C-c C-e to sgml-close-tag.
4951
4952 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
4953
4954 * net/tramp.el (with-progress-reporter): Create reporter object
4955 only when the message would be displayed. Handle nested calls.
4956 (tramp-handle-load, tramp-handle-file-local-copy)
4957 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4958 (tramp-maybe-send-script, tramp-find-shell):
4959 Use `with-progress-reporter'.
4960 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
4961 Fix message text.
4962
4963 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4964 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4965 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
4966 Use `with-progress-reporter'.
4967
4968 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
4969
4970 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
4971 process everytime when spellchecking from the minibuffer (bug#6143).
4972
4973 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
4974
4975 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
4976
4977 * dos-fns.el: Add "dos-" prefix for namespace control.
4978 (convert-standard-filename): Define as alias for
4979 dos-convert-standard-filename but only if applicable.
4980
4981 2010-05-12 Alan Mackenzie <acm@muc.de>
4982
4983 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
4984 Push the mark at the start of these functions when appropriate.
4985
4986 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4987
4988 * minibuffer.el (completion-cycle-threshold): New custom var.
4989 (completion--do-completion): Use it.
4990 (minibuffer-complete): Use cycling if appropriate.
4991
4992 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
4993
4994 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
4995 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
4996
4997 2010-05-11 Juri Linkov <juri@jurta.org>
4998
4999 * scroll-all.el (scroll-all-check-to-scroll):
5000 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
5001
5002 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5003
5004 * iimage.el (iimage-mode-map): Move initialization into declaration.
5005 (iimage-mode-buffer): Use with-silent-modifications.
5006 Simplify calling convention. Adjust callers.
5007 (iimage-mode): Don't run hook redundantly.
5008
5009 * minibuffer.el (completion-pcm--pattern->regex):
5010 Fix last change (bug#6160).
5011
5012 2010-05-10 Juri Linkov <juri@jurta.org>
5013
5014 Remove nodes visited during Isearch from the Info history.
5015 * info.el (Info-isearch-initial-history)
5016 (Info-isearch-initial-history-list): New variables.
5017 (Info-isearch-start): Record initial values of
5018 Info-isearch-initial-history and Info-isearch-initial-history-list.
5019 Add Info-isearch-end to isearch-mode-end-hook.
5020 (Info-isearch-end): New function.
5021
5022 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
5023
5024 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
5025 format string, in order to work around a bug in pdksh.
5026 Reported by Gilles Pion <gpion@lfdj.com>.
5027 (tramp-handle-verify-visited-file-modtime): Do not send a command
5028 when the connection is not established.
5029 (tramp-handle-set-file-times): Simplify the check for utc.
5030
5031 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
5032
5033 Fix use of `filter-buffer-substring' (rework previous change).
5034 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
5035 (cua-repeat-replace-region):
5036 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
5037 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5038 (cua-cut-region-to-global-mark): Use it.
5039
5040 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
5041
5042 * progmodes/sql.el: Version 2.1.
5043 (sql-product-alist): Redesign structure of product info.
5044 (sql-product, sql-user, sql-server, sql-database): Safe variables.
5045 (sql-port, sql-port-history): New variables.
5046 (sql-interactive-product): New variable.
5047 (sql-send-terminator): New variable.
5048 (sql-imenu-generic-expression): Add "Types" imenu entry.
5049 (sql-oracle-login-params, sql-sqlite-login-params)
5050 (sql-mysql-login-params, sql-solid-login-params)
5051 (sql-sybase-login-params, sql-informix-login-params)
5052 (sql-ingres-login-params, sql-ms-login-params)
5053 (sql-postgres-login-params, sql-interbase-login-params)
5054 (sql-db2-login-params, sql-linter-login-params)
5055 (sql-oracle-scan-on): New variables.
5056 (sql-mode-map): Add C-c C-i to start interactive mode.
5057 (sql-mode-menu): Update existing menu entries.
5058 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
5059 (sql-mode-oracle-font-lock-keywords)
5060 (sql-mode-postgres-font-lock-keywords)
5061 (sql-mode-ms-font-lock-keywords)
5062 (sql-mode-sybase-font-lock-keywords)
5063 (sql-mode-informix-font-lock-keywords)
5064 (sql-mode-interbase-font-lock-keywords)
5065 (sql-mode-ingres-font-lock-keywords)
5066 (sql-mode-solid-font-lock-keywords)
5067 (sql-mode-mysql-font-lock-keywords)
5068 (sql-mode-sqlite-font-lock-keywords)
5069 (sql-mode-db2-font-lock-keywords)
5070 (sql-mode-linter-font-lock-keywords): Update initialization to
5071 reduce run-time complexity.
5072 (sql-add-product, sql-del-product): New functions.
5073 (sql-set-product-feature, sql-get-product-feature): New functions.
5074 (sql-product-font-lock): Update product API.
5075 (sql-add-product-keywords): New function.
5076 (sql-highlight-product): Update product API.
5077 (sql-help-list-products): New function.
5078 (sql-help): Dynamically lists free and non-free products.
5079 (sql-get-login): Correct bug in handling history and added
5080 prompt for port.
5081 (sql-copy-column): Copy without properties.
5082 (sqli-input-sender): Apply filters to SQLi input.
5083 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
5084 Implement as a filter.
5085 (sql-escape-newlines-filter): Implement as a filter.
5086 (sql-remove-tabs-filter): New function.
5087 (sql-send-magic-terminator): New function.
5088 (sql-send-string): Implement magic terminator.
5089 (sql-send-region): Use `sql-send-string'.
5090 (sql-interactive-mode): Use product API.
5091 (sql-product-interactive): Use product API.
5092 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
5093 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
5094 (sql-db2, sql-linter): Use `sql-product-interactive'.
5095 (sql-connect): New function.
5096 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
5097 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
5098 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
5099 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
5100 Use `sql-connect'.
5101
5102 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5103
5104 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
5105 New custom variable.
5106 (completion-pcm--string->pattern): Use it.
5107 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
5108 Make it handle any symbol as `any'.
5109 (completion-pcm--merge-completions): Extract common suffix for the new
5110 `prefix' symbol as well.
5111 (completion-substring--all-completions): Use the new `prefix' symbol.
5112
5113 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
5114
5115 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
5116 not bound.
5117 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5118 (tramp-compat-funcall): New defmacro.
5119 (tramp-compat-line-beginning-position)
5120 (tramp-compat-line-end-position)
5121 (tramp-compat-temporary-file-directory)
5122 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5123 (tramp-compat-copy-file, tramp-compat-copy-directory)
5124 (tramp-compat-delete-file, tramp-compat-delete-directory)
5125 (tramp-compat-number-sequence, tramp-compat-process-running-p)
5126 * net/tramp.el (top, with-progress-reporter)
5127 (tramp-rfn-eshadow-setup-minibuffer)
5128 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5129 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5130 (tramp-completion-mode-p, tramp-check-for-regexp)
5131 (tramp-open-connection-setup-interactive-shell)
5132 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5133 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5134 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
5135 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5136 (tramp-reporter-dump-variable, tramp-load-report-modules)
5137 (tramp-append-tramp-buffers)
5138 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
5139
5140 * net/tramp-imap.el (top): Autoload `epg-make-context'.
5141
5142 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5143
5144 * progmodes/compile.el (compilation-buffer-modtime): Rename from
5145 buffer-modtime. Adjust users.
5146
5147 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5148
5149 * international/mule.el (auto-coding-alist): Only purecopy
5150 car of each item, not the whole list (Bug#6083).
5151
5152 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5153
5154 * progmodes/js.el (js-mode): Make paragraph variables local before
5155 calling c-setup-paragraph-variables (Bug#6071).
5156
5157 2010-05-08 Eli Zaretskii <eliz@gnu.org>
5158
5159 * composite.el (compose-region, reference-point-alist): Fix typos
5160 in the doc strings.
5161
5162 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5163
5164 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
5165 gnuplot's "set" command.
5166
5167 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5168
5169 * abbrev.el (last-abbrev-text): Doc fix.
5170 (abbrev-prefix-mark): Don't escape parenthesis.
5171
5172 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5173
5174 * composite.el (find-composition): Doc fix.
5175
5176 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5177
5178 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
5179 (sql-oracle-program, sql-sqlite-options)
5180 (sql-query-placeholders-and-send): Doc fixes.
5181 (sql-set-product, sql-interactive-mode): Reflow docstrings.
5182 (sql-imenu-generic-expression, sql-buffer)
5183 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
5184 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
5185 (sql-mode-sybase-font-lock-keywords)
5186 (sql-mode-informix-font-lock-keywords)
5187 (sql-mode-interbase-font-lock-keywords)
5188 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
5189 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
5190 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
5191 (sql-product-feature, sql-highlight-product)
5192 (comint-line-beginning-position, sql-rename-buffer)
5193 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
5194 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
5195 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
5196 Fix typos in docstrings.
5197
5198 2010-05-08 Juri Linkov <juri@jurta.org>
5199
5200 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
5201 property instead of `invisible' and `after-string' (bug#5998).
5202
5203 2010-05-08 Juri Linkov <juri@jurta.org>
5204
5205 * image-mode.el (image-mode-as-text): Fix typo in docstring.
5206
5207 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5208
5209 * filecache.el (file-cache-add-directory-list)
5210 (file-cache-add-directory-recursively): Fix typos in docstrings.
5211
5212 2010-05-08 Kenichi Handa <handa@m17n.org>
5213
5214 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
5215 (gujarati-composable-pattern): Fix typo.
5216
5217 2010-05-08 Kenichi Handa <handa@m17n.org>
5218
5219 * language/indian.el (oriya-composable-pattern)
5220 (tamil-composable-pattern, malayalam-composable-pattern):
5221 Add two-part vowels to "v" (vowel sign).
5222
5223 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5224
5225 * files.el (copy-directory): Handle symlinks (Bug#5982).
5226
5227 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
5228
5229 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
5230 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
5231 (Bug#5846).
5232
5233 2010-05-08 Glenn Morris <rgm@gnu.org>
5234
5235 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
5236
5237 * minibuffer.el (completion-at-point): Doc fix.
5238
5239 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5240
5241 * electric.el (Electric-command-loop): Minor tweak.
5242
5243 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
5244 better with dedicated windows.
5245
5246 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5247
5248 * Version 23.2 released.
5249
5250 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5251 Stefan Monnier <monnier@iro.umontreal.ca>
5252
5253 Highlight vendor specific properties.
5254 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
5255 (css-proprietary-property): New face.
5256 (css-font-lock-keywords): Use them.
5257
5258 2010-05-07 Eli Zaretskii <eliz@gnu.org>
5259
5260 * cus-start.el (all): Add native condition for tool-bar-* symbols.
5261
5262 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5263
5264 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
5265 * files.el (auto-mode-alist): Remove redundant entries.
5266
5267 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
5268 * simple.el (auto-save-mode): Move from files.el.
5269 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
5270
5271 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5272
5273 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5274
5275 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
5276
5277 * mail/binhex.el (binhex-decode-region-internal)
5278 * mail/uudecode.el (uudecode-decode-region-internal)
5279 * net/dns.el (dns-read-string-name, dns-write, dns-read)
5280 (dns-read-type, dns-query)
5281 * pgg-parse.el (pgg-parse-armor)
5282 * pgg.el (pgg-verify-region)
5283 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
5284 XEmacs.
5285
5286 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
5287
5288 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
5289
5290 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
5291
5292 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
5293 * emulation/cua-base.el (cua-repeat-replace-region):
5294 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5295 (cua-cut-region-to-global-mark):
5296 Remove text properties with `set-text-properties'.
5297
5298 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
5299
5300 * net/tramp.el (top, with-progress-reporter):
5301 Use `symbol-function' inside `funcall'.
5302
5303 * net/tramp-compat.el (tramp-compat-file-attributes)
5304 (tramp-compat-delete-file, tramp-compat-delete-directory):
5305 Handle only `wrong-number-of-arguments' error.
5306
5307 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
5308 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
5309 inside `funcall'.
5310
5311 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5312
5313 * minibuffer.el (completion--sreverse, completion--common-suffix):
5314 New functions.
5315 (completion-pcm--merge-completions): Extract common suffix when safe.
5316
5317 * emacs-lisp/easy-mmode.el (define-minor-mode):
5318 Make :variable more flexible.
5319 * files.el (auto-save-mode): Use it to define using define-minor-mode.
5320
5321 2010-05-05 Juri Linkov <juri@jurta.org>
5322
5323 Add `slow' and `history' tags to the desktop data.
5324
5325 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
5326 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
5327 (Info-finder-find-node): Require `finder.el' to be able
5328 to restore node from the desktop.
5329 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
5330 data `Info-history' and `slow' tag in the assoc list.
5331 (Info-restore-desktop-buffer): Don't restore nodes with the
5332 `slow' tag. Restore `Info-history'.
5333
5334 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
5335
5336 Add FORCE argument to `delete-file'.
5337
5338 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
5339 forcing to delete the temporary file.
5340 (ange-ftp-delete-file): Add FORCE arg.
5341 (ange-ftp-rename-remote-to-remote)
5342 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
5343 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
5344 Force file deletion.
5345
5346 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
5347
5348 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
5349 (tramp-handle-make-symbolic-link, tramp-handle-load)
5350 (tramp-do-copy-or-rename-file-via-buffer)
5351 (tramp-do-copy-or-rename-file-directly)
5352 (tramp-do-copy-or-rename-file-out-of-band)
5353 (tramp-handle-process-file, tramp-handle-call-process-region)
5354 (tramp-handle-shell-command, tramp-handle-file-local-copy)
5355 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5356 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
5357
5358 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
5359 (tramp-fish-handle-make-symbolic-link)
5360 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
5361
5362 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5363 Use `tramp-compat-delete-file'.
5364
5365 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
5366 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
5367
5368 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
5369 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
5370
5371 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
5372 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
5373 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
5374 `tramp-compat-delete-file'.
5375
5376 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5377
5378 Minor cleanups.
5379 * subr.el (add-minor-mode): Use push.
5380 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
5381 * emulation/edt.el (edt-select-mode): Simplify.
5382
5383 Use define-minor-mode in more cases.
5384 * term/tvi970.el (tvi970-set-keypad-mode):
5385 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5386 (normal-erase-is-backspace-mode):
5387 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
5388 (set-scroll-bar-mode-1): (Re)move to its sole caller.
5389 (get-scroll-bar-mode): New function.
5390 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
5391
5392 Use define-minor-mode for less obvious cases.
5393 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
5394 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
5395 * international/iso-ascii.el (iso-ascii-mode):
5396 * frame.el (auto-raise-mode, auto-lower-mode):
5397 * composite.el (global-auto-composition-mode): Use define-minor-mode.
5398
5399 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
5400
5401 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
5402 in order to see error messages for failed logins.
5403
5404 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
5405
5406 * diff.el (diff-sentinel):
5407
5408 * epg.el (epg--make-temp-file, epg-decrypt-string)
5409 (epg-verify-string, epg-sign-string, epg-encrypt-string):
5410
5411 * jka-compr.el (jka-compr-partial-uncompress)
5412 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
5413
5414 * server.el (server-sentinel): Use delete-file's new FORCE arg
5415 (Bug#6070).
5416
5417 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5418
5419 Use define-minor-mode where applicable.
5420 * view.el (view-mode):
5421 * type-break.el (type-break-query-mode)
5422 (type-break-mode-line-message-mode):
5423 * textmodes/reftex.el (reftex-mode):
5424 * term/vt100.el (vt100-wide-mode):
5425 * tar-mode.el (tar-subfile-mode):
5426 * savehist.el (savehist-mode):
5427 * ibuf-ext.el (ibuffer-auto-mode):
5428 * composite.el (auto-composition-mode):
5429 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5430 Use define-minor-mode.
5431 (vhdl-mode): Use static mode-line format.
5432 (vhdl-mode-line-update): Delete.
5433 (vhdl-create-mode-menu, vhdl-activate-customizations)
5434 (vhdl-hs-minor-mode): Don't bother calling it.
5435
5436 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5437
5438 * simple.el (with-wrapper-hook): Move.
5439 (buffer-substring-filters): Mark obsolete.
5440 (filter-buffer-substring-functions): New variable.
5441 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
5442
5443 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5444 Michael Albinus <michael.albinus@gmx.de>
5445
5446 Implement compression for inline methods.
5447
5448 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5449 (tramp-copy-size-limit): Allow also nil.
5450 (tramp-inline-compress-commands): New defconst.
5451 (tramp-find-inline-compress, tramp-get-inline-compress)
5452 (tramp-get-inline-coding): New defuns.
5453 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
5454 replaced by `tramp-get-inline-coding'.
5455 (tramp-handle-file-local-copy, tramp-handle-write-region)
5456 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5457
5458 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5459
5460 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
5461 Remove unused functions.
5462
5463 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
5464 Set find-tag-default-function as a variable rather than a property.
5465
5466 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
5467 * progmodes/etags.el (tags-completion-at-point-function):
5468 Remove left over interactive spec. Add autoloading stub.
5469 (complete-tag): Use tags-completion-at-point-function.
5470
5471 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
5472
5473 * minibuffer.el (tags-completion-at-point-function): Fix return value.
5474
5475 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
5476
5477 * ido.el (ido-init-completion-maps): Remove C-v binding.
5478 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
5479
5480 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
5481
5482 * minibuffer.el (tags-completion-at-point-function): New function.
5483 (completion-at-point-functions): Use it.
5484
5485 * progmodes/etags.el (complete-tag): Revert last change.
5486
5487 2010-04-29 Alan Mackenzie <acm@muc.de>
5488
5489 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
5490 off-by-one error (in end of macro position).
5491
5492 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5493
5494 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
5495 firefox is absent. Don't autoload.
5496 (browse-url-galeon-program): Don't autoload.
5497
5498 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
5499
5500 * bindings.el (complete-symbol): Move into minibuffer.el.
5501
5502 * minibuffer.el (complete-tag): Move from etags.el. If tags
5503 completion cannot be performed, return nil instead of signalling
5504 an error.
5505 (completion-at-point): Make it an alias for complete-symbol.
5506 (complete-symbol): Move from bindings.el, and replace with the
5507 body of completion-at-point.
5508
5509 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
5510
5511 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
5512
5513 * net/tramp.el (tramp-remote-selinux-p): New defun.
5514 (tramp-handle-file-selinux-context)
5515 (tramp-handle-set-file-selinux-context): Use it.
5516
5517 2010-04-28 Sam Steingold <sds@gnu.org>
5518
5519 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5520 `safe-local-variable' if the value is a string or a symbol with
5521 the property `bug-reference-url-format'.
5522
5523 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
5524
5525 * progmodes/bug-reference.el (bug-reference-url-format):
5526 Revert 2010-04-27 change due to security risk.
5527
5528 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5529
5530 Make it possible to locally disable a globally enabled mode.
5531 * simple.el (fundamental-mode): Run fundamental-mode-hook.
5532 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
5533 rather than kill-all-local-variables so it runs fundamental-mode-hook.
5534 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5535 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
5536 that subsequent hooks get a chance to disable it.
5537
5538 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5539
5540 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5541 Avoid re-enabling a minor mode after the user turned the minor mode
5542 off if MODE-enable-in-buffers is run twice (typically once from
5543 fundamental-mode's after-change-major-mode-hook and a second time from
5544 run-mode-hook's own after-change-major-mode-hook).
5545
5546 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
5547
5548 2010-04-27 Sam Steingold <sds@gnu.org>
5549
5550 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5551 `safe-local-variable' if the value is a string or a function, as
5552 documented and implemented on 2010-04-02.
5553
5554 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
5555
5556 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
5557 when method is 'kill.
5558
5559 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
5560
5561 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
5562 condition in default directory check.
5563 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
5564 Kill ispell process when killing its associated buffer.
5565
5566 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
5567
5568 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
5569 but we aren't using it.
5570
5571 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
5572
5573 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
5574 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
5575
5576 2010-04-24 Glenn Morris <rgm@gnu.org>
5577
5578 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
5579 Ignore VCS-ignore files, and deleted nextstep preferences files.
5580 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
5581 (authors-ambiguous-files): New list.
5582 (authors-valid-file-names): Add some deleted files.
5583 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
5584 (authors-disambiguate-file-name): New function. (Bug#5501)
5585 (authors-canonical-file-name): Doc fix.
5586 Don't warn about obsolete files.
5587 (authors-canonical-file-name, authors-scan-el):
5588 Use authors-disambiguate-file-name.
5589
5590 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5591 Add autoload cookies.
5592 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
5593 (generated-autoload-file): Set file-local value to "htmlfontify.el".
5594 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
5595 They have definitions / compiler macros in cl.el.
5596 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5597 Replace manual autoloads with generated ones.
5598 (htmlfontify-unload-rgb-file): Remove autoload.
5599 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
5600
5601 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5602
5603 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
5604 (byte-compile-setq-default): Optimize for the
5605 single-var case and don't call byte-compile-form in this case to avoid
5606 inf-loop with byte-compile-set-default.
5607
5608 * progmodes/compile.el (compilation-start): Abbreviate default directory.
5609
5610 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
5611
5612 Implement SELINUX backends.
5613
5614 * net/tramp.el (tramp-file-name-handler-alist):
5615 Add `file-selinux-context' and `set-file-selinux-context'.
5616 (tramp-handle-file-selinux-context)
5617 (tramp-handle-set-file-selinux-context): New defuns.
5618 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5619 Handle PRESERVE-SELINUX-CONTEXT.
5620
5621 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5622 Add `file-selinux-context' and `set-file-selinux-context'.
5623 (tramp-gvfs-handle-file-selinux-context)
5624 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5625 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5626
5627 * net/ange-ftp.el (ange-ftp-copy-file):
5628 * net/tramp-fish.el (tramp-fish-handle-copy-file):
5629 * net/tramp-imap.el (tramp-imap-handle-copy-file):
5630 * net/tramp-smb.el (tramp-smb-handle-copy-file):
5631 Add PRESERVE-SELINUX-CONTEXT.
5632
5633 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5634
5635 Synchronize with Tramp repository.
5636
5637 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
5638 (tramp-action-process-alive, tramp-action-out-of-band)
5639 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5640 (tramp-exists-file-name-handler): Fix docstring.
5641 (with-progress-reporter): New defmacro.
5642 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
5643 (tramp-maybe-open-connection): Use it.
5644
5645 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
5646
5647 Detect ssh 'ControlMaster' argument automatically in some cases.
5648
5649 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5650 (tramp-default-method): Use it.
5651
5652 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5653
5654 * net/tramp.el (tramp-handle-copy-file): Add new optional
5655 parameter `preserve-selinux-context'.
5656 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
5657
5658 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5659
5660 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
5661 Ensure, that non remote files are still checked. Oops.
5662
5663 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
5664
5665 Fix Bug#5840.
5666
5667 * icomplete.el (icomplete-completions): Use `non-essential'.
5668
5669 * net/tramp.el (tramp-connectable-p): New defun.
5670 (tramp-handle-expand-file-name)
5671 (tramp-completion-handle-file-name-all-completions)
5672 (tramp-completion-handle-file-name-completion): Use it.
5673
5674 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5675
5676 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
5677
5678 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5679
5680 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
5681
5682 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
5683
5684 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
5685 is present.
5686
5687 * info.el (info-tool-bar-map): Add labels.
5688
5689 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
5690
5691 * cus-edit.el (custom-commands): Add labels for tool bar.
5692 (custom-buffer-create-internal, Custom-mode): Adjust for
5693 labels in custom-commands.
5694
5695 * dynamic-setting.el: Renamed from font-setting.el.
5696
5697 2010-04-21 John Wiegley <jwiegley@gmail.com>
5698
5699 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
5700 toggles the use of virtual buffers.
5701 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
5702 (ido-toggle-virtual-buffers): New function.
5703
5704 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
5705
5706 Use `define-derived-mode'; fix window selection; doc fixes.
5707 * play/tetris.el (tetris, tetris-update-speed-function)
5708 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
5709 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
5710 (tetris-rotate-next, tetris-end-game, tetris-start-game)
5711 (tetris-pause-game): Fix typos in docstrings.
5712 (tetris-mode-map, tetris-null-map):
5713 Move initialization into declaration.
5714 (tetris-mode): Define with `define-derived-mode';
5715 set show-trailing-whitespace to nil.
5716 (tetris): Prefer window already displaying the "*Tetris*" buffer.
5717
5718 2010-04-21 Karel Klíč <kklic@redhat.com>
5719
5720 * files.el (backup-buffer): Handle SELinux context, and return it
5721 if a backup was made by renaming.
5722 (backup-buffer-copy): Set SELinux context to the target file.
5723 (basic-save-buffer): Set SELinux context of the newly written file.
5724 (basic-save-buffer-1): Now it also returns any SELinux context.
5725 (basic-save-buffer-2): Set SELinux context of the newly created file,
5726 and return it.
5727 * net/tramp.el (tramp-file-name-for-operation):
5728 Add file-selinux-context.
5729
5730 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5731
5732 Make the log-edit comments use RFC822 format throughout.
5733
5734 * vc.el (vc-checkin, vc-modify-change-comment):
5735 Adjust to new vc-start/finish-logentry.
5736 (vc-find-conflicted-file): New command.
5737 (vc-transfer-file): Adjust to new vc-checkin.
5738 (vc-next-action): Improve scoping.
5739
5740 * vc-hg.el (vc-hg-log-edit-mode): Remove.
5741 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
5742
5743 * vc-git.el (vc-git-log-edit-mode): Remove.
5744 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
5745 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
5746
5747 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
5748 (vc-start-logentry): Remove argument `extra'.
5749 (vc-finish-logentry): Remove extra args.
5750
5751 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
5752 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
5753 (vc-bzr-conflicted-files): New function.
5754
5755 * log-edit.el (log-edit-extra-flags)
5756 (log-edit-before-checkin-process): Remove.
5757 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
5758 (log-edit-headers-alist): New var.
5759 (log-edit-header-contents-regexp): New const.
5760 (log-edit-match-to-eoh): New function.
5761 (log-edit-font-lock-keywords): Use them.
5762 (log-edit): Insert a "Summary:" header as default.
5763 (log-edit-mode): Mark font-lock rules as case-insensitive.
5764 (log-edit-done): Cleanup headers.
5765 (log-view-process-buffer): Remove.
5766 (log-edit-extract-headers): New function to replace it.
5767
5768 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
5769
5770 * subr.el (default-direction-reversed): Remove obsolescence info.
5771
5772 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5773
5774 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
5775 windows/frames.
5776
5777 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
5778 I.e. include text after point in the completion region.
5779 Also, return nil when we're not after/in a symbol.
5780
5781 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
5782 default enable-multibyte-characters.
5783
5784 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5785
5786 * international/mule.el: Help the user choose a valid coding-system.
5787 (read-buffer-file-coding-system): New function.
5788 (set-buffer-file-coding-system): Use it. Prompt the user if the
5789 coding-system cannot encode all the chars.
5790
5791 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
5792 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
5793 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
5794 Don't use *vc-bzr-shelve*.
5795
5796 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
5797
5798 Fix the version number for added files.
5799 * vc-hg.el (vc-hg-working-revision): Check if the file is
5800 registered after hg parent fails (Bug#5961).
5801
5802 2010-04-19 Glenn Morris <rgm@gnu.org>
5803
5804 * htmlfontify.el (htmlfontify-buffer)
5805 (htmlfontify-copy-and-link-dir): Autoload entry points.
5806
5807 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
5808
5809 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
5810 name relative to the project root (Bug#5960).
5811
5812 2010-04-19 Glenn Morris <rgm@gnu.org>
5813
5814 * vc-git.el (vc-git-print-log): Doc fix.
5815
5816 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
5817
5818 * ido.el (ido-file-internal): Fix 2009-12-02 change.
5819
5820 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
5821
5822 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
5823 default settings (Bug#5928).
5824
5825 2010-04-19 Glenn Morris <rgm@gnu.org>
5826
5827 * progmodes/fortran.el (fortran-match-and-skip-declaration):
5828 New function.
5829 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
5830
5831 2010-04-19 Kenichi Handa <handa@m17n.org>
5832
5833 * language/indian.el (malayalam-composable-pattern): Fix previous
5834 change (add U+0D4D "SIGN VIRAMA").
5835 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
5836 (tamil-composable-pattern): Fix typo in the regexp.
5837 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
5838 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
5839 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
5840
5841 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
5842
5843 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
5844 paragraph-separate (Bug#5821).
5845
5846 2010-04-19 Juri Linkov <juri@jurta.org>
5847
5848 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
5849
5850 * info.el (Info-find-node-2): Comment out code that skips
5851 breadcrumbs line.
5852 (Info-mouse-follow-link): New command.
5853 (Info-link-keymap): New keymap.
5854 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
5855 Return a string with links instead of inserting breadcrumbs
5856 to the Info buffer.
5857 (Info-fontify-node): Comment out code that inserts breadcrumbs.
5858 Instead of putting the `invisible' text property over the Info
5859 header, make an overlay over the Info header with the `invisible'
5860 property and `after-string' set to the string returned by
5861 `Info-breadcrumbs'.
5862
5863 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
5864
5865 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
5866 Reported by monkey@sandpframing.com.
5867
5868 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5869
5870 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
5871 (tmm-get-keymap): Add key-binding shortcuts now that they're not
5872 available in the "keyseq cache" any more.
5873
5874 * custom.el (defcustom): Add edebug spec.
5875
5876 2010-04-18 Juri Linkov <juri@jurta.org>
5877
5878 Test for special mode-class in view-buffer instead of view-file (bug#5513).
5879
5880 * view.el (view-file, view-buffer): Move test for special mode-class
5881 from view-file to view-buffer.
5882
5883 * tar-mode.el (tar-extract): Turn if's into one cond
5884 like in arc-mode.el.
5885
5886 2010-04-18 Juri Linkov <juri@jurta.org>
5887
5888 Add 7z archive format support (bug#5475).
5889
5890 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
5891 (archive-7z-extract): New defcustom.
5892 (archive-find-type): Add magic string for 7z.
5893 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
5894 If `stderr-file' is non-nil, use `(t stderr-file)' for the
5895 `buffer' arg of `call-process'.
5896 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
5897 call the function `archive-7z-extract' with the variable
5898 `archive-7z-extract' let-bound to `archive-zip-extract'.
5899 (archive-7z-summarize, archive-7z-extract): New functions.
5900
5901 * international/mule.el (auto-coding-alist):
5902 * files.el (auto-mode-alist): Add 7z file extension.
5903
5904 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5905
5906 * loadup.el: Setup hash-cons for pure data.
5907
5908 Fix duplicate entries in cedet's loaddefs.el files.
5909 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
5910 Should make most file-local generated-autoload-file unnecessary.
5911 (print-readably): Silence warnings.
5912 (autoload-find-destination): Take load-name as an arg to make sure
5913 it's the same as the one that will be in the file.
5914 (autoload-generate-file-autoloads): Adjust to above changes.
5915 Try to make the dataflow a bit simpler.
5916
5917 * cvs-status.el (cvs-refontify): Remove unused.
5918
5919 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
5920
5921 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
5922
5923 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
5924 twos-complement mode.
5925
5926 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
5927
5928 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
5929 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
5930 (calc-inverse): Add "Option" to message, as appropriate.
5931 (calc-hyperbolic): Add "Option" to message, as appropriate.
5932 (calc-option, calc-is-option): New functions.
5933
5934 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
5935 (calc-option-prefix-help): New function.
5936
5937 * calc/calc-misc.el (calc-help): Add "Option" entry.
5938
5939 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
5940 (calc-option-flag): New variable.
5941 (calc-do): Set `calc-option-flag to nil.
5942 (calc-set-mode-line): Add "Opt " as appropriate.
5943
5944 2010-04-16 Juri Linkov <juri@jurta.org>
5945
5946 Move scrolling commands from simple.el to window.el
5947 because their primitives are implemented in window.c.
5948
5949 * simple.el (scroll-error-top-bottom)
5950 (scroll-up-command, scroll-down-command, scroll-up-line)
5951 (scroll-down-line, scroll-other-window-down)
5952 (beginning-of-buffer-other-window, end-of-buffer-other-window):
5953 * window.el (scroll-error-top-bottom)
5954 (scroll-up-command, scroll-down-command, scroll-up-line)
5955 (scroll-down-line, scroll-other-window-down)
5956 (beginning-of-buffer-other-window, end-of-buffer-other-window):
5957 Move from simple.el to window.el because their primitives are
5958 implemented in window.c.
5959
5960 2010-04-16 Juri Linkov <juri@jurta.org>
5961
5962 * isearch.el (isearch-lookup-scroll-key): Check both
5963 `isearch-scroll' and `scroll-command' properties.
5964 (scroll-up, scroll-down): Remove `isearch-scroll' property.
5965
5966 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
5967
5968 * simple.el (scroll-up-command, scroll-down-command)
5969 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
5970
5971 2010-04-15 Juri Linkov <juri@jurta.org>
5972
5973 * simple.el (scroll-up-command, scroll-down-command)
5974 (scroll-up-line, scroll-down-line): Put `scroll-command'
5975 property on the these symbols. Remove them from
5976 `scroll-preserve-screen-position-commands'.
5977
5978 * mwheel.el (mwheel-scroll): Put `scroll-command' and
5979 `isearch-scroll' properties on the `mwheel-scroll' symbol.
5980 Remove it from `scroll-preserve-screen-position-commands'.
5981
5982 * isearch.el (isearch-allow-scroll): Doc fix.
5983
5984 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
5985
5986 * net/tramp.el (tramp-error-with-buffer): Don't show the
5987 connection buffer when we are in completion mode.
5988 (tramp-file-name-handler): Catch the error for some operations
5989 when we are in completion mode. This gives the user the chance to
5990 correct the file name in the minibuffer.
5991
5992 2010-04-15 Glenn Morris <rgm@gnu.org>
5993
5994 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
5995
5996 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
5997
5998 Simplify by using `define-derived-mode'.
5999 * info.el (Info-mode):
6000 * calendar/todo-mode.el (todo-mode):
6001 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
6002 (gomoku-mode-map): Move initialization into declaration.
6003
6004 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
6005
6006 Fix Bug#5840.
6007 * ido.el (ido-file-name-all-completions-1):
6008 * minibuffer.el (minibuffer-completion-help):
6009 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
6010
6011 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6012
6013 * simple.el (non-essential): New var.
6014
6015 Add a new field `location' to bookmarks for non-file bookmarks.
6016 * bookmark.el (bookmark-location): Use the new field, if present.
6017 (bookmark-insert-location): Undo last change, not needed any more.
6018 * man.el (Man-bookmark-make-record):
6019 * woman.el (woman-bookmark-make-record): Add `location' field.
6020
6021 2010-04-14 Juri Linkov <juri@jurta.org>
6022
6023 * simple.el (scroll-error-top-bottom): New defcustom.
6024 (scroll-up-command, scroll-down-command): Use it. Doc fix.
6025
6026 * emulation/pc-select.el (pc-select-override-scroll-error):
6027 Obsolete in favor of `scroll-error-top-bottom'.
6028
6029 2010-04-14 Juri Linkov <juri@jurta.org>
6030
6031 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
6032 `scroll-up-command' and `M-v' to `scroll-down-command'.
6033
6034 * emulation/cua-rect.el (cua--init-rectangles):
6035 * forms.el (forms--change-commands):
6036 * image-mode.el (image-mode-map):
6037 Remap scroll-down-command and scroll-up-command
6038 in addition to scroll-down and scroll-up.
6039
6040 2010-04-14 Juri Linkov <juri@jurta.org>
6041
6042 * mwheel.el (scroll-preserve-screen-position-commands):
6043 Add mwheel-scroll to this list of commands.
6044
6045 * simple.el (scroll-preserve-screen-position-commands):
6046 Add scroll-up-command, scroll-down-command, scroll-up-line,
6047 scroll-down-line to this list of commands.
6048
6049 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6050
6051 * obsolete/complete.el: Move from lisp/complete.el.
6052
6053 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
6054
6055 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
6056 to the minor mode function now turns the mode ON unconditionally.
6057
6058 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6059
6060 * vc-dir.el (vc-dir-kill-line): New command.
6061 (vc-dir-mode-map): Bind it to C-k.
6062
6063 * bookmark.el (bookmark-insert-location): Handle a nil filename.
6064
6065 * woman.el: Add bookmark declarations to silence the compiler.
6066 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
6067 step to compatibility between man and woman bookmarks.
6068 Adjust for Man-default-bookmark-title renaming.
6069 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
6070
6071 * man.el: Add bookmark declarations to silence the compiler.
6072 (Man-name-local-regexp): Make it match NAME as well.
6073 (Man-getpage-in-background): Return the buffer.
6074 (Man-notify-when-ready): Use `case'.
6075 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
6076 Don't hardcode "NAME". Simplify.
6077 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
6078 Rename from Man-bookmark-make-record.
6079 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
6080 we have the actual man-args. Use Man-getpage-in-background rather
6081 than `man' since the arg is already processed. Let bookmark.el do the
6082 window handling. Only wait for the relevant process.
6083 Don't forget to autoload.
6084
6085 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
6086
6087 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6088
6089 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
6090 New functions.
6091 (woman-mode): Setup bookmark support.
6092
6093 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
6094 (man-bookmark-jump): New functions.
6095 (Man-mode): Setup bookmark support.
6096
6097 2010-04-10 Jari Aalto <jari.aalto@cante.net>
6098
6099 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
6100 recognize ssh-keygen prompt (Bug#2817).
6101
6102 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
6103
6104 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
6105
6106 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
6107
6108 Synchronize with Tramp repository.
6109
6110 * net/tramp.el (tramp-completion-function-alist)
6111 (tramp-file-name-regexp, tramp-chunksize)
6112 (tramp-local-coding-commands, tramp-remote-coding-commands):
6113 Fix docstring.
6114 (tramp-remote-process-environment): Use `format' instead of `concat'.
6115 (tramp-handle-directory-files-and-attributes)
6116 (tramp-get-remote-path): Use `copy-tree'.
6117 (tramp-handle-file-name-all-completions): Backward/ XEmacs
6118 compatibility: Use `completion-ignore-case' if
6119 `read-file-name-completion-ignore-case' does not exist.
6120 (tramp-do-copy-or-rename-file-directly): Do not use
6121 `tramp-handle-file-remote-p'.
6122 (tramp-do-copy-or-rename-file-out-of-band):
6123 Use `tramp-compat-delete-directory'.
6124 (tramp-do-copy-or-rename-file-out-of-band)
6125 (tramp-compute-multi-hops, tramp-maybe-open-connection):
6126 Use `format-spec-make'.
6127 (tramp-find-foreign-file-name-handler)
6128 (tramp-advice-make-auto-save-file-name)
6129 (tramp-set-auto-save-file-modes): Remove superfluous check for
6130 `stringp'. This is done inside `tramp-tramp-file-p'.
6131 (tramp-debug-outline-regexp): New defconst.
6132 (tramp-get-debug-buffer): Use it.
6133 (tramp-check-for-regexp): Use (forward-line 1).
6134 (tramp-set-auto-save-file-modes): Adapt version check.
6135
6136 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
6137 Wrap call of `featurep' for 2nd argument.
6138 (tramp-compat-make-temp-file): Simplify fallback implementation.
6139 (tramp-compat-copy-tree): Remove function.
6140 (tramp-compat-delete-directory): Provide implementation for older
6141 Emacsen.
6142
6143 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
6144 Do not use `tramp-fish-handle-file-attributes.
6145
6146 * net/trampver.el: Update release number.
6147
6148 2010-04-10 Glenn Morris <rgm@gnu.org>
6149
6150 * progmodes/compile.el (compilation-save-buffers-predicate):
6151 Add missing :version tag.
6152
6153 2010-04-09 Sam Steingold <sds@gnu.org>
6154
6155 * progmodes/compile.el (compilation-save-buffers-predicate):
6156 Remove the "autoload" cookie.
6157
6158 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
6159 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
6160 and `bug-reference-prog-mode' can be used in hooks directly.
6161
6162 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6163
6164 Add --author support to git commit.
6165 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
6166 (vc-git-log-edit-mode): New minor mode.
6167 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
6168 New declarations.
6169
6170 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
6171
6172 * vc-hooks.el, vc-git.el: Improve documentation comments.
6173
6174 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6175
6176 Fix some of the problems in defsubst* (bug#5728).
6177 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
6178 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
6179
6180 2010-04-07 Sam Steingold <sds@gnu.org>
6181
6182 * progmodes/compile.el (compilation-save-buffers-predicate):
6183 New custom variable.
6184 (compile, recompile): Pass it to `save-some-buffers'.
6185
6186 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
6187
6188 * wid-edit.el (widget-choose): Move cursor to the second line of
6189 the buffer (Bug#5695).
6190
6191 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6192
6193 Add new VC methods: vc-log-incoming and vc-log-outgoing.
6194 * vc.el (vc-print-log-setup-buttons): New function split out from
6195 vc-print-log-internal.
6196 (vc-log-internal-common): New function, a parametrized version of
6197 vc-print-log-internal.
6198 (vc-print-log-internal): Just call vc-log-internal-common with the
6199 right arguments.
6200 (vc-incoming-outgoing-internal):
6201 (vc-log-incoming, vc-log-outgoing): New functions.
6202 (vc-log-view-type): New permanent local variable.
6203
6204 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
6205
6206 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
6207 of the dynamic bound vc-short-log.
6208 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
6209
6210 * vc-git.el (vc-git-log-outgoing): New function.
6211 (vc-git-log-view-mode): Use vc-log-view-type instead
6212 of the dynamic bound vc-short-log.
6213
6214 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
6215 of the dynamic bound vc-short-log. Highlight the tag.
6216 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
6217 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
6218 (vc-hg-incoming-mode): Remove.
6219 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
6220
6221 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6222
6223 Fix default-directory for vc-root-diff.
6224 * vc.el (vc-root-diff): Bind default-directory to the root
6225 directory for the diff command.
6226
6227 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
6228
6229 * progmodes/verilog-mode.el (verilog-forward-sexp):
6230 (verilog-calc-1): Support "disable fork" and "fork wait" multi
6231 word keywords, suggested by Steve Pearlmutter.
6232 (verilog-pretty-declarations): Support lineup of declarations in
6233 port lists.
6234 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
6235 fix bug for /* / comments.
6236 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
6237 Speed up and simplfy as this is never called with a bound.
6238 (verilog-pretty-declarations): Enhance to line up declarations
6239 inside a parameter list, suggested by Alan Morgan.
6240 (verilog-pretty-expr): Tune assignment regular expression match
6241 string for corner cases; also use markers instead of character
6242 number as indent changes the later.
6243
6244 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
6245
6246 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
6247 as missing keyword.
6248 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
6249 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
6250 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
6251 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
6252 Tennant.
6253 (verilog-keywords):
6254 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
6255 1800-2009 keywords, including "global.".
6256
6257 2010-04-06 John Wiegley <jwiegley@gmail.com>
6258
6259 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
6260 appearing in buffer list (if a live buffer name matched a recentf
6261 file basename). Should use uniquify to offer a real solution.
6262
6263 2010-04-06 John Wiegley <jwiegley@gmail.com>
6264
6265 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
6266 comment to code, and add a :version tag.
6267 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
6268
6269 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
6270
6271 Enable recentf-mode if using virtual buffers.
6272 * ido.el (recentf-list): Declare for byte-compiler.
6273 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
6274 (ido-make-buffer-list): Simplify.
6275 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
6276
6277 2010-04-05 Juri Linkov <juri@jurta.org>
6278
6279 Scrolling commands which scroll a line instead of full screen.
6280 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6281
6282 * simple.el (scroll-up-line, scroll-down-line): New commands.
6283 Put property isearch-scroll=t on them.
6284
6285 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
6286 Remove commands.
6287
6288 2010-04-05 Juri Linkov <juri@jurta.org>
6289
6290 Scrolling commands which do not signal errors at top/bottom.
6291 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6292
6293 * simple.el (scroll-up-command, scroll-down-command): New commands.
6294 Put property isearch-scroll=t on them.
6295
6296 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
6297 `scroll-down-command' and [next] from `scroll-up' to
6298 `scroll-up-command'.
6299
6300 * emulation/cua-base.el: Put property CUA=move on
6301 `scroll-up-command' and `scroll-down-command'.
6302 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
6303 and `scroll-down-command' to `cua-scroll-down'.
6304
6305 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
6306
6307 * help.el (describe-mode): Return nil.
6308
6309 2010-04-04 John Wiegley <jwiegley@gmail.com>
6310
6311 * ido.el (ido-use-virtual-buffers): New variable to indicate
6312 whether "virtual buffer" support is enabled for IDO.
6313 (ido-virtual): Face used to indicate virtual buffers in the list.
6314 (ido-buffer-internal): If a buffer is chosen, and no such buffer
6315 exists, but a virtual buffer of that name does (which would be why
6316 it was in the list), recreate the buffer by reopening the file.
6317 (ido-make-buffer-list): If virtual buffers are being used, call
6318 `ido-add-virtual-buffers-to-list' before the make list hook.
6319 (ido-virtual-buffers): New variable which contains a copy of the
6320 current contents of the `recentf-list', albeit pared down for the
6321 sake of speed, and with proper faces applied.
6322 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
6323 create a list of "virtual buffers" to present to the user in
6324 addition to the currently open set. Note that this logic could
6325 get rather slow if that list is too large. With the default
6326 `recentf-max-saved-items' of 200, there is little speed penalty.
6327
6328 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6329
6330 * font-lock.el: Require CL when compiling.
6331 (font-lock-turn-on-thing-lock): Use `case'.
6332
6333 2010-04-03 Eli Zaretskii <eliz@gnu.org>
6334
6335 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
6336 Zaretskii.
6337
6338 2010-04-02 Juri Linkov <juri@jurta.org>
6339
6340 * ehelp.el (electric-help-orig-major-mode):
6341 New buffer-local variable.
6342 (electric-help-mode): Set it to original major-mode. Doc fix.
6343 (with-electric-help): Use `electric-help-orig-major-mode' instead
6344 of (default-value 'major-mode). Doc fix.
6345 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
6346
6347 2010-04-02 Sam Steingold <sds@gnu.org>
6348
6349 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
6350 `vc-hg-command' with a list of flags.
6351
6352 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6353 Also accept "patch" and "RFE".
6354 (bug-reference-fontify): `bug-reference-url-format' can also be a
6355 function to be able to handle the bug kind.
6356 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
6357
6358 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
6359
6360 * tmm.el (tmm-get-keymap): Check with symbolp before passing
6361 value to fboundp, it may not be a symbol.
6362
6363 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6364
6365 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
6366
6367 2010-03-31 Juri Linkov <juri@jurta.org>
6368
6369 * simple.el (next-line, previous-line): Re-throw a signal
6370 with `signal' instead of using `ding'.
6371 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
6372
6373 2010-03-31 Juri Linkov <juri@jurta.org>
6374
6375 * simple.el (keyboard-escape-quit): Raise deselecting the active
6376 region higher than exiting the minibuffer.
6377 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
6378
6379 2010-03-31 Juri Linkov <juri@jurta.org>
6380
6381 * image.el (image-animated-p): Use `image-metadata' instead of
6382 `image-extension-data'. Get GIF extenstion data from metadata
6383 property `extension-data'.
6384
6385 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6386
6387 * simple.el (append-to-buffer): Simplify.
6388
6389 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
6390
6391 * textmodes/artist.el (artist-mode): Fix typo in docstring.
6392 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
6393
6394 2010-03-31 Kenichi Handa <handa@m17n.org>
6395
6396 * language/sinhala.el (composition-function-table): Fix regexp for
6397 the new Unicode specification.
6398
6399 * language/indian.el (devanagari-composable-pattern)
6400 (tamil-composable-pattern, kannada-composable-pattern)
6401 (malayalam-composable-pattern): Adjust for the new Unicode
6402 specification.
6403 (bengali-composable-pattern, gurmukhi-composable-pattern)
6404 (gujarati-composable-pattern, oriya-composable-pattern)
6405 (telugu-composable-pattern): New variables to cope with the new
6406 Unicode specification. Use them in composition-function-table.
6407
6408 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6409
6410 Make tmm-menubar work for the Buffers menu again (bug#5726).
6411 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
6412 vectors rather than cons cells, as used in menu-bar-update-buffers.
6413
6414 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6415
6416 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
6417 (js-insert-and-indent): Revert 2009-08-15 change, restoring
6418 electric punctuation for "{}();,:" (Bug#5586).
6419
6420 * mail/sendmail.el (mail-default-directory): Doc fix.
6421
6422 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6423
6424 * mail/sendmail.el (mail-default-directory): Doc fix.
6425
6426 2010-03-31 Eli Zaretskii <eliz@gnu.org>
6427
6428 * subr.el (version-regexp-alist, version-to-list)
6429 (version-list-<, version-list-=, version-list-<=)
6430 (version-list-not-zero, version<, version<=, version=): Doc fix.
6431 (Bug#5744).
6432
6433 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
6434
6435 * vc.el (vc-root-diff): Doc fix.
6436
6437 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6438
6439 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
6440
6441 * simple.el (append-to-buffer): Fix last change.
6442
6443 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6444
6445 * simple.el (append-to-buffer): Ensure that point is preserved if
6446 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
6447 (Bug#5749)
6448
6449 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6450
6451 * files.el (auto-mode-case-fold): Change default to t.
6452
6453 2010-03-30 Juri Linkov <juri@jurta.org>
6454
6455 * dired-x.el (dired-omit-mode): Doc fix.
6456
6457 2010-03-30 Juri Linkov <juri@jurta.org>
6458
6459 * replace.el (occur-accumulate-lines): Move occur-engine related
6460 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
6461 to be located after `occur-engine'.
6462
6463 2010-03-30 Juri Linkov <juri@jurta.org>
6464
6465 Make occur handle multi-line matches cleanly with context.
6466 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
6467
6468 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
6469 (occur-engine): Add local variables `ret', `prev-after-lines',
6470 `prev-lines'. Use more arguments for `occur-context-lines'.
6471 Set first elem of its returned list to `data', and the second elem
6472 to `prev-after-lines'. Don't print the separator line.
6473 In the end, print remaining context after-lines.
6474 (occur-context-lines): Add new arguments `begpt', `endpt',
6475 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
6476 after-lines of the previous match with before-lines of the
6477 current match and not overlap them. Return a list with two
6478 values: the output line and the list of context after-lines.
6479
6480 2010-03-30 Juri Linkov <juri@jurta.org>
6481
6482 * replace.el (occur-accumulate-lines): Fix a bug where the first
6483 context line at the beginning of the buffer was missing.
6484
6485 2010-03-30 Eli Zaretskii <eliz@gnu.org>
6486
6487 * files.el: Make bidi-display-reordering safe variable for boolean
6488 values.
6489
6490 2010-03-29 Phil Hagelberg <phil@evri.com>
6491 Chong Yidong <cyd@stupidchicken.com>
6492
6493 * subr.el: Extend progress reporters to perform "spinning".
6494 (progress-reporter-update, progress-reporter-do-update):
6495 Handle non-numeric value arguments.
6496 (progress-reporter--pulse-characters): New var.
6497
6498 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
6499
6500 * progmodes/compile.el (compilation-start): Fix regexp detection
6501 of initial cd command (Bug#5771).
6502
6503 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
6504
6505 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
6506
6507 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
6508
6509 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
6510 * progmodes/gdb-mi.el: Restore.
6511 * progmodes/gdb-ui.el: Remove.
6512 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
6513
6514 2010-03-25 Glenn Morris <rgm@gnu.org>
6515
6516 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
6517 all dired buffers, even tramp ones. (Bug#5755)
6518
6519 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6520
6521 Add "union tags" in mpc.el.
6522 * mpc.el: Remove backward compatibility code.
6523 (mpc-browser-tags): Change default.
6524 (mpc--find-memoize-union-tags): New var.
6525 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
6526 (mpc-cmd-find): Handle the case where the playlist does not exist.
6527 Handle union-tags.
6528 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
6529 (mpc-cmd-add): Use mpc-cmd-flush.
6530 (mpc-tagbrowser-tag-name): New fun.
6531 (mpc-tagbrowser-buf): Use it.
6532 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
6533
6534 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6535
6536 Misc cleanup.
6537 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
6538 Use replace-regexp-in-string.
6539 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
6540 (makefile-imake-mode-syntax-table): Move init into defvar.
6541 (makefile-mode): Use define-derived-mode.
6542
6543 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
6544 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
6545 not be present any more.
6546
6547 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6548
6549 * faces.el (set-face-attribute): Fix typo in docstring.
6550 (face-valid-attribute-values): Reflow docstring.
6551
6552 2010-03-24 Glenn Morris <rgm@gnu.org>
6553
6554 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
6555
6556 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
6557
6558 * indent.el (indent-for-tab-command): Doc fix.
6559
6560 2010-03-24 Alan Mackenzie <acm@muc.de>
6561
6562 * progmodes/cc-engine.el (c-remove-stale-state-cache):
6563 Fix off-by-one error. Fixes bug #5747.
6564
6565 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6566
6567 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
6568 (image-dired-read-comment): Doc fix.
6569
6570 * json.el (json-object-type, json-array-type, json-key-type)
6571 (json-false, json-null, json-read-number):
6572 * minibuffer.el (completion-in-region-functions):
6573 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
6574 (cal-tex-cursor-week):
6575 * emacs-lisp/trace.el (trace-function):
6576 * eshell/em-basic.el (eshell/printnl):
6577 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
6578 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
6579 * obsolete/levents.el (allocate-event, event-key, event-object)
6580 (event-point, event-process, event-timestamp, event-to-character)
6581 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
6582 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
6583 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
6584 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
6585 (reftex-highlight-selection): Fix typos in docstrings.
6586
6587 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6588
6589 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
6590
6591 2010-03-24 Glenn Morris <rgm@gnu.org>
6592
6593 * mail/rmail.el (rmail-highlight-face): Restore option deleted
6594 2008-02-13 without comment; mark it obsolete.
6595 (rmail-highlight-headers): Use rmail-highlight-face once more.
6596
6597 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
6598
6599 * woman.el (woman2-process-escapes): Only consume the newline if
6600 the filler character is on a line by itself (Bug#5729).
6601
6602 2010-03-24 Kenichi Handa <handa@m17n.org>
6603
6604 * language/indian.el (devanagari-composable-pattern): Add more
6605 consonants.
6606
6607 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
6608
6609 * net/trampver.el: Update release number.
6610
6611 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
6612
6613 * net/tramp.el (tramp-find-executable):
6614 Use `tramp-get-connection-buffer'. Make the regexp for checking
6615 output of "wc -l" more robust.
6616 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
6617 (tramp-open-connection-setup-interactive-shell): Remove workaround
6618 for OpenSolaris bug, it is not needed anymore.
6619
6620 2010-03-24 Glenn Morris <rgm@gnu.org>
6621
6622 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
6623
6624 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
6625
6626 * files.el (auto-mode-alist): Accept more verilog file patterns.
6627
6628 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6629
6630 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
6631
6632 2010-03-24 Glenn Morris <rgm@gnu.org>
6633
6634 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
6635 log-edit-before-checkin-process.
6636
6637 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
6638
6639 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
6640
6641 * vc-dispatcher.el (vc-start-logentry): Doc fix.
6642 (log-view-process-buffer, log-edit-extra-flags): Declare.
6643
6644 * log-edit.el (log-edit-before-checkin-process): Doc fix.
6645
6646 2010-03-23 Sam Steingold <sds@gnu.org>
6647
6648 Fix bug#5620: recalculate all markers on compilation buffer
6649 modifications, not on file modifications.
6650 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
6651 the buffer modification time, for buffers not associated with files.
6652 (compilation-mode): Create it.
6653 (compilation-filter): Update it.
6654 (compilation-next-error-function): Use it instead of
6655 `visited-file-modtime' for timestamp.
6656
6657 2010-03-23 Juri Linkov <juri@jurta.org>
6658
6659 Implement Occur multi-line matches.
6660 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
6661
6662 * replace.el (occur): Doc fix.
6663 (occur-engine): Set `begpt' to the beginning of the first line.
6664 Set `endpt' to the end of the last match line. At first, count
6665 line numbers between `origpt' and `begpt'. Split out code from
6666 `out-line' variable to new let-bindings `match-prefix' and
6667 `match-str'. In `out-line' add non-numeric prefix to all
6668 non-first lines of multi-line matches. Finally, count lines
6669 between `begpt' and `endpt' and add to `lines'.
6670
6671 2010-03-23 Juri Linkov <juri@jurta.org>
6672
6673 * replace.el (occur-accumulate-lines, occur-engine):
6674 Use `occur-engine-line' instead of duplicate code.
6675 (occur-engine-line): New function created from duplicate code
6676 in `occur-accumulate-lines' and `occur-engine'.
6677
6678 * replace.el (occur-engine-line): Add optional arg `keep-props'.
6679 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
6680
6681 2010-03-23 Juri Linkov <juri@jurta.org>
6682
6683 * finder.el: Remove TODO tasks.
6684
6685 * info.el (Info-finder-find-node): Add node "all"
6686 with all package info. Handle a list of multiple keywords
6687 separated by comma.
6688 (info-finder): In interactive use with a prefix argument,
6689 use `completing-read-multiple' to read a list of keywords
6690 separated by comma.
6691
6692 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6693
6694 Add a new completion style `substring'.
6695 * minibuffer.el (completion-basic--pattern): New function.
6696 (completion-basic-try-completion, completion-basic-all-completions):
6697 Use it.
6698 (completion-substring--all-completions)
6699 (completion-substring-try-completion)
6700 (completion-substring-all-completions): New functions.
6701 (completion-styles-alist): New style `substring'.
6702
6703 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6704
6705 Get rid of .elc files after removal of the corresponding .el.
6706 * Makefile.in (compile-clean): New target.
6707 (compile-main): Use it.
6708
6709 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
6710
6711 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
6712 don't do make there. When compiling with separate object dir, there
6713 is no Makefile there.
6714
6715 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6716
6717 Get rid of the ELCFILES abomination, again.
6718 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6719 (all, compile): Don't call compile-last.
6720 (compile-main): Build the "elcfiles" list dynamically.
6721 (compile-targets): New (internal) target.
6722
6723 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
6724
6725 * Makefile.in (top_srcdir): Define.
6726 (abs_top_builddir): Define.
6727 (srcdir): Don't append `/..'.
6728 (EMACS): Use ${abs_top_builddir}.
6729 (all, compile, compile-always, compile-last): Don't set emacswd.
6730 (update-subdirs, update-authors): Use $(top_srcdir) instead of
6731 $(srcdir).
6732 (lisp): Use $(srcdir) instead of @srcdir@.
6733
6734 2010-03-21 Juri Linkov <juri@jurta.org>
6735
6736 Fix message of multi-line occur regexps and multi-buffer header lines.
6737 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
6738
6739 * replace.el (occur-1): Don't display regexp if it is longer
6740 than window-width. Use `query-replace-descr' to display regexp.
6741 (occur-engine): Don't display regexp in the buffer header for
6742 multi-buffer occur. Display a separate header line with total
6743 match count and regexp for multi-buffer occur.
6744 Use `query-replace-descr' to display regexp.
6745
6746 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6747
6748 * net/secrets.el: Fix parenthesis.
6749 (secrets-enabled): Fix parenthesis.
6750
6751 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6752
6753 Use more relative file and directory names.
6754 * Makefile.in (EMACS): Arrange for it to work when we chdir.
6755 (setwins, setwins_almost, setwins_for_subdirs):
6756 Don't `cd'; output relative names.
6757 (all, compile, compile-always, compile-last): Set emacswd.
6758 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
6759 Just cd to the lisp source dir so we can use relative file names.
6760
6761 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
6762
6763 2010-03-20 Glenn Morris <rgm@gnu.org>
6764
6765 * textmodes/rst.el: Use faces for font-lock customization, and make the
6766 old -face variables obsolete.
6767 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
6768 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
6769 (rst-block-face, rst-external-face, rst-definition-face)
6770 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
6771 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
6772 Make obsolete.
6773 (rst-font-lock-keywords-function): Update for above changes.
6774
6775 2010-03-20 Juri Linkov <juri@jurta.org>
6776
6777 * s-region.el:
6778 * obsolete/s-region.el: Move to obsolete.
6779
6780 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
6781
6782 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
6783
6784 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6785
6786 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
6787
6788 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6789
6790 Add special markup processing for commit logs.
6791 * log-edit.el (log-edit-extra-flags): New variable.
6792 (log-edit): Add new argument MODE. Use that mode when non-nil
6793 instead of the log-view-mode.
6794 (log-view-process-buffer): New function.
6795
6796 * vc.el: Document that the checkin method takes optional
6797 arguments. Document new backend specific method: log-view-mode.
6798 (vc-default-log-edit-mode): New function.
6799 (vc-checkin): Use a backend specific log-view-mode.
6800 Pass extra arguments to the checkin method.
6801 (vc-modify-change-comment): Pass a dummy extra argument.
6802
6803 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
6804 log-edit.
6805 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
6806 (vc-finish-logentry): Process the log buffer before passing it
6807 down. Pass log-edit-extra-flags.
6808
6809 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
6810 command.
6811 (log-edit-extra-flags, log-edit-before-checkin-process):
6812 New declarations.
6813
6814 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
6815 command.
6816 (log-edit-extra-flags, log-edit-before-checkin-process):
6817 New declarations.
6818 (vc-hg-log-edit-mode): New derived mode.
6819
6820 * vc-arch.el (vc-arch-checkin):
6821 * vc-cvs.el (vc-cvs-checkin):
6822 * vc-git.el (vc-git-checkin):
6823 * vc-mtn.el (vc-mtn-checkin):
6824 * vc-rcs.el (vc-rcs-checkin):
6825 * vc-sccs.el (vc-sccs-checkin):
6826 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
6827
6828 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
6829
6830 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
6831 parent typo).
6832
6833 2010-03-19 Glenn Morris <rgm@gnu.org>
6834
6835 * password-cache.el (password-cache, password-cache-expiry): Autoload.
6836
6837 2010-03-18 Glenn Morris <rgm@gnu.org>
6838
6839 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
6840
6841 * replace.el (query-replace-history): Give it a doc string.
6842 (map-query-replace-regexp): Use query-replace-from-history-variable
6843 and query-replace-to-history-variable.
6844
6845 * mail/hashcash.el (declare-function): Remove duplicate definition.
6846
6847 * mail/emacsbug.el (report-emacs-bug-pretest-address):
6848 Make it an obsolete alias for report-emacs-bug-address.
6849 (message-strip-special-text-properties): Declare.
6850 (report-emacs-bug): Remove test for a pretest bug address.
6851 Combine message-mode-specific code.
6852
6853 * mail/supercite.el: Don't require sendmail.
6854 (mh-in-header-p): Declare rather than using with-no-warnings.
6855 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
6856 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
6857
6858 * calendar/cal-french.el: Convert to utf-8.
6859
6860 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
6861 Emacs scripts.
6862
6863 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
6864
6865 * net/secrets.el (secrets-enabled): New variable. Use it instead
6866 of a subfeature.
6867
6868 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
6869
6870 * net/secrets.el (top): Register the D-Bus signals only when the
6871 service "org.freedesktop.secrets" can be pinged.
6872 Provide subfeature `enabled'.
6873
6874 2010-03-14 Juri Linkov <juri@jurta.org>
6875
6876 Add finder unknown keywords.
6877
6878 * finder.el (finder-unknown-keywords): New function.
6879
6880 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
6881 to create a Finder node with unknown keywords.
6882
6883 2010-03-14 Juri Linkov <juri@jurta.org>
6884
6885 * finder.el (finder-compile-keywords): Replace `princ' with
6886 `prin1' on a list of symbols interned from keyword strings.
6887
6888 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
6889 a comma, then split keywords using a comma and optional whitespace.
6890 Otherwise, split by whitespace.
6891
6892 * complete.el:
6893 * face-remap.el:
6894 * log-view.el:
6895 * net/hmac-def.el:
6896 * net/hmac-md5.el:
6897 * net/netrc.el:
6898 * progmodes/mixal-mode.el: Fix keywords.
6899
6900 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
6901
6902 * Makefile.in (ELCFILES): Add net/secrets.elc.
6903
6904 * net/secrets.el: New file.
6905
6906 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
6907
6908 * facemenu.el (list-colors-display, list-colors-print): New arg
6909 callback. Use it to allow selecting colors.
6910
6911 * wid-edit.el (widget-image-insert): Insert image prop even if the
6912 current display is non-graphic.
6913 (widget-field-value-set): New fun.
6914 (editable-field): Use it.
6915 (widget-field-value-get): Clean up unused var.
6916 (widget-color-value-create, widget-color--choose-action):
6917 New funs. Allow using list-colors-display to choose color.
6918
6919 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
6920
6921 * cus-edit.el: Resort topmost custom groups.
6922 (custom-buffer-sort-alphabetically): Default to t.
6923 (customize-apropos): Use apropos-parse-pattern.
6924 (custom-search-field): New var.
6925 (custom-buffer-create-internal): Add custom-apropos search field.
6926 (custom-add-parent-links): Don't display parent doc.
6927 (custom-group-value-create): Don't sort top-level custom group.
6928 (custom-magic-value-create): Show visibility button before option name.
6929
6930 (custom-variable-state): New fun, from custom-variable-state-set.
6931 (custom-variable-state-set): Use it.
6932 (custom-group-value-create): Hide options with standard values
6933 using the :hidden-states property. Use progress reporter.
6934
6935 (custom-show): Simplify.
6936 (custom-visibility): Disable images by default.
6937 (custom-variable): New property :hidden-states.
6938 (custom-variable-value-create): Enable images for
6939 custom-visibility widgets. Use :hidden-states property to
6940 determine initial visibility.
6941
6942 * wid-edit.el (widget-image-find): Give images center ascent.
6943 (visibility): Add :on-image and :off-image properties.
6944 (widget-visibility-value-create): Use them.
6945
6946 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
6947
6948 * cus-edit.el (processes): Remove from development group.
6949 (oop, hypermedia): Delete group.
6950 (comm): Promote to top-level group.
6951
6952 * net/browse-url.el (browse-url):
6953 * net/xesam.el (xesam):
6954 * net/tramp.el (tramp):
6955 * net/goto-addr.el (goto-address):
6956 * net/ange-ftp.el (ange-ftp): Put in comm group.
6957
6958 * view.el (view): Remove from editing group.
6959
6960 * uniquify.el (uniquify): Put in files group.
6961
6962 * net/browse-url.el (browse-url):
6963 * ps-print.el (postscript): Put in external group.
6964
6965 * cus-edit.el (outlines):
6966 * textmodes/text-mode.el (text-mode-hook):
6967 * textmodes/table.el (table):
6968 * textmodes/picture.el (picture):
6969 * outline.el (outlines): Put in wp group.
6970
6971 * nxml/nxml-mode.el (nxml): Remove from wp group.
6972
6973 * net/tramp-imap.el (tramp-imap): Put in tramp group.
6974
6975 * mail/metamail.el (metamail): Remove from hypermedia group.
6976
6977 * cus-edit.el (abbrev):
6978 * whitespace.el (whitespace):
6979 * vcursor.el (vcursor):
6980 * reveal.el (reveal):
6981 * hl-line.el (hl-line): Put in convenience group.
6982
6983 * epg-config.el (epg): Put in data group.
6984
6985 * emulation/pc-select.el (pc-select): Put in emulations group.
6986
6987 * calculator.el (calculator): Put in applications group.
6988
6989 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
6990
6991 Add .dir-locals.el support for file-less buffers.
6992 * files.el (hack-local-variables): Split out code to apply local
6993 variable settings ...
6994 (hack-local-variables-apply): ... here. New function.
6995 (hack-dir-local-variables): Use the default directory for when the
6996 buffer does not have an associated file.
6997 (hack-dir-local-variables-non-file-buffer): New function.
6998 * diff-mode.el (diff-mode):
6999 * vc-annotate.el (vc-annotate-mode):
7000 * vc-dir.el (vc-dir-mode):
7001 * log-edit.el (log-edit-mode):
7002 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
7003
7004 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7005
7006 Add support for shelving snapshots and for showing shelves.
7007 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
7008 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
7009 New functions.
7010 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
7011 (vc-bzr-extra-menu-map): Map them.
7012
7013 2010-03-11 Glenn Morris <rgm@gnu.org>
7014
7015 * cus-edit.el (customize-changed-options-previous-release):
7016 Bump to 23.1.
7017
7018 * image.el (image-animate-max-time): Fix :version tag.
7019
7020 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
7021
7022 * Branch for 23.2.
7023
7024 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7025
7026 * vc-git.el (vc-git-revision-table): Include remote branches.
7027
7028 2010-03-10 Kim F. Storm <storm@cua.dk>
7029
7030 Animated image API.
7031 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
7032
7033 * image.el (image-animate-max-time): New defcustom.
7034 (image-animated-types): New defconst.
7035 (create-animated-image, image-animate-timer)
7036 (image-animate-start, image-animate-stop, image-animate-timeout)
7037 (image-animated-p): New functions.
7038
7039 * image-mode.el (image-toggle-display-image):
7040 Replace `create-image' with `create-animated-image'.
7041
7042 2010-03-09 Miles Bader <miles@gnu.org>
7043
7044 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
7045 instead of "format:"; this ensures that the output is
7046 newline-terminated.
7047
7048 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
7049
7050 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
7051 that all errors are caught, and that the return value is always a
7052 list (Bug#5692).
7053
7054 2010-03-08 Kenichi Handa <handa@m17n.org>
7055
7056 * language/misc-lang.el (windows-1256): New coding system.
7057 (cp1256): New alias of windows-1256 (bug#5690).
7058
7059 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
7060
7061 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
7062 call to rfc822-bad-address. (Bug#5692)
7063
7064 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
7065
7066 * vc-git.el (vc-git-annotate-extract-revision-at-line):
7067 Use vc-git-root as default directory for revision path (Bug#5657).
7068
7069 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
7070
7071 * calculator.el (calculator): Don't bind split-window-keep-point
7072 (Bug#5674).
7073
7074 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
7075
7076 * vc-git.el: Re-flow to fit into 80 columns.
7077 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
7078 Remove spurious `quote' element in each case alternative.
7079 (vc-git-show-log-entry): Use prog1.
7080 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
7081
7082 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7083
7084 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
7085
7086 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
7087
7088 * macros.el (insert-kbd-macro): Look up keyboard macro using the
7089 definition, not the name (Bug#5481).
7090
7091 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
7092
7093 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
7094 argument with a local variable. (Bug#5670)
7095
7096 2010-03-02 Juri Linkov <juri@jurta.org>
7097
7098 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
7099
7100 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
7101
7102 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
7103 error when FILENAME and NEWNAME are existing remote directories.
7104
7105 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
7106 parameter DIR-FLAG.
7107
7108 2010-03-02 Glenn Morris <rgm@gnu.org>
7109
7110 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
7111 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
7112
7113 2010-03-01 Kenichi Handa <handa@m17n.org>
7114
7115 * language/burmese.el (burmese-composable-pattern): Rename from
7116 myanmar-composable-pattern.
7117
7118 * international/characters.el (script-list):
7119 * international/fontset.el (script-representative-chars):
7120 Change myanmar to burmese.
7121 (otf-script-alist): Likewise.
7122 (setup-default-fontset): Likewise. Re-fix :otf spec.
7123
7124 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7125
7126 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
7127
7128 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
7129
7130 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
7131
7132 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
7133
7134 * net/tramp.el (tramp-handle-write-region): START can be a string.
7135 Take care in the checks. Reported by Dan Davison
7136 <davison@stats.ox.ac.uk>.
7137
7138 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
7139
7140 * net/dbus.el (dbus-introspect, dbus-get-property)
7141 (dbus-set-property, dbus-get-all-properties):
7142 Use `dbus-call-method' when noninteractive. (Bug#5645)
7143
7144 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
7145
7146 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
7147 * emacs-lisp/elint.el (elint-add-required-env):
7148 * calendar/icalendar.el (icalendar--add-diary-entry):
7149 * calc/calcalg2.el (math-tracing-integral):
7150 * files.el (recover-session-finish): Use with-current-buffer
7151 instead of save-excursion.
7152
7153 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
7154
7155 Fix in-buffer completion when after-change-functions modify the buffer.
7156 * minibuffer.el (completion--replace): New function.
7157 (completion--do-completion): Use it and use relative movement.
7158
7159 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
7160
7161 * international/fontset.el (setup-default-fontset): Fix :otf spec.
7162
7163 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
7164
7165 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
7166 Allow the characters _<> in the stack entry (Bug#5653).
7167
7168 2010-02-26 Kenichi Handa <handa@m17n.org>
7169
7170 * language/burmese.el: Fix entries in composition-function-table.
7171 (myanmar-composable-pattern): New variable.
7172
7173 * international/fontset.el (setup-default-fontset): Add an entry
7174 for myanmar.
7175
7176 * international/characters.el (script-list): Add Myanmar
7177 Extended-A.
7178
7179 2010-02-26 Glenn Morris <rgm@gnu.org>
7180
7181 * custom.el (custom-initialize-delay): Doc fix.
7182
7183 * mail/sendmail.el (send-mail-function): Autoload the call
7184 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
7185
7186 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
7187
7188 * files.el (hack-local-variables-filter): For eval forms, also
7189 check safe-local-variable-p (Bug#5636).
7190
7191 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
7192
7193 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
7194 setting the modes by `ignore-errors'. It might fail, for example
7195 if the file is not owned by the user but the group.
7196 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
7197
7198 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
7199
7200 * files.el (directory-listing-before-filename-regexp): Use
7201 stricter matching for iso-style dates, to avoid false matches with
7202 date-like filenames (Bug#5597).
7203
7204 * htmlfontify.el (htmlfontify): Doc fix.
7205
7206 * eshell/eshell.el (eshell): Doc fix.
7207
7208 * startup.el (fancy-about-screen): In mode-line, apply
7209 mode-line-buffer-id face only to the buffer name (Bug#5613).
7210
7211 2010-02-20 Kevin Ryde <user42@zip.com.au>
7212
7213 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7214 In `watcom' anchor regexp to start of line, to avoid slowness
7215 (Bug#5599).
7216
7217 2010-02-20 Eli Zaretskii <eliz@gnu.org>
7218
7219 * subr.el (remove-yank-excluded-properties): Explain in a comment
7220 why `category' property is removed.
7221
7222 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
7223
7224 * isearch.el (isearch-update-post-hook, isearch-update): Revert
7225 2010-02-17 change.
7226
7227 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
7228
7229 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
7230 (icalendar--convert-weekly-to-ical)
7231 (icalendar--convert-yearly-to-ical)
7232 (icalendar--convert-block-to-ical)
7233 (icalendar--convert-cyclic-to-ical)
7234 (icalendar--convert-anniversary-to-ical): Take care of time
7235 specifications where hour has 1-digit only (Bug#5549).
7236
7237 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
7238
7239 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
7240 of disassemble output in GDB 7.1.
7241
7242 2010-02-19 Glenn Morris <rgm@gnu.org>
7243
7244 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
7245 property. (Bug#5593)
7246
7247 2010-02-18 Sam Steingold <sds@gnu.org>
7248
7249 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7250
7251 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7252
7253 Use abbreviated file names in bookmarks (bug#5591).
7254 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
7255 calls to expand-file-name.
7256 (bookmark-relocate): Use abbreviated file names in bookmarks.
7257 (bookmark-load): Use abbreviated file names in messages.
7258
7259 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
7260
7261 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
7262 expand "." and "..". Reported by Thierry Volpiatto
7263 <thierry.volpiatto@gmail.com>.
7264
7265 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
7266
7267 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
7268 permissions of the temporary file to "0600". In case the remote
7269 file has no read permissions for the owner, there might be
7270 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
7271
7272 22010-02-18 Glenn Morris <rgm@gnu.org>
7273
7274 * emacs-lisp/authors.el (authors-renamed-files-alist):
7275 Add entries for INSTALL.CVS.
7276
7277 2010-02-17 Mark A. Hershberger <mah@everybody.org>
7278
7279 * vc-bzr.el: Fix typo in Known Bugs section.
7280
7281 * isearch.el (isearch-update-post-hook): New hook.
7282 (isearch-update): Use the new hook.
7283
7284 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
7285
7286 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7287 Fix errors in copying directories.
7288 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
7289 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
7290 (tramp-handle-delete-file)
7291 (tramp-handle-dired-recursive-delete-directory)
7292 (tramp-handle-write-region): Flush also the cache for the upper
7293 directory.
7294
7295 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
7296
7297 * simple.el (save-interprogram-paste-before-kill): Doc fix.
7298
7299 * cus-edit.el (hardware): Doc fix.
7300
7301 * man.el (man): Add to external custom group.
7302
7303 * delim-col.el (columns): Move to wp custom group.
7304
7305 * doc-view.el (doc-view): Add to data custom group.
7306
7307 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
7308
7309 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
7310 by ispell-parse-output (Bug#5575).
7311
7312 2010-02-16 Kenichi Handa <handa@m17n.org>
7313
7314 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
7315 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
7316 (skkdic-convert): Use `euc-japan' coding system for writing.
7317
7318 2010-02-16 Glenn Morris <rgm@gnu.org>
7319
7320 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
7321 tex-main-file before using it. (Bug#5562)
7322
7323 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
7324
7325 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
7326 warnings, since it is annoying for the user to see them each time he
7327 runs the code.
7328
7329 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
7330
7331 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
7332 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
7333 instead of PROC for caching "first-password-request". Otherwise,
7334 new processes would not profit from passwords already entered.
7335
7336 * net/tramp-cache.el (tramp-dump-connection-properties):
7337 Don't save "first-password-request" property.
7338
7339 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
7340
7341 * outline.el (outline-head-from-level):
7342 * simple.el (with-wrapper-hook):
7343 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
7344 (elint-defun, elint-buffer-env, elint-top-form-logged)
7345 (elint-unbound-variable):
7346 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
7347 Fix typos in docstrings.
7348
7349 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
7350
7351 * files.el (insert-directory): When WILDCARD-REGEXP and
7352 FULL-DIRECTORY-P are nil, insert the file entry instead of the
7353 whole directory. (Bug#5551)
7354
7355 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
7356 dired's alignment sanity. (Bug#5516)
7357
7358 2010-02-14 Juri Linkov <juri@jurta.org>
7359
7360 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
7361 Remove remaining ^H with their preceding chars. (Bug#5566)
7362
7363 2010-02-13 Glenn Morris <rgm@gnu.org>
7364
7365 * simple.el (transpose-subr): Give it a doc-string.
7366
7367 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
7368 Doc fixes.
7369
7370 2010-02-12 Juri Linkov <juri@jurta.org>
7371
7372 * arc-mode.el (archive-unique-fname): Make directories for nested
7373 archives. (Bug#5540)
7374
7375 2010-02-12 Juri Linkov <juri@jurta.org>
7376
7377 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
7378
7379 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7380
7381 * subr.el (copy-overlay): Handle deleted overlays.
7382
7383 * man.el (Man-completion-table): Don't signal an error if we can't run
7384 manual-program (bug#4056).
7385
7386 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
7387
7388 * textmodes/artist.el (artist-mt): Fix typos in docstring.
7389
7390 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7391
7392 * info.el (Info-bookmark-jump): Simplify.
7393
7394 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
7395 (bookmark-default-handler): Accept new bookmark field `buffer'.
7396
7397 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
7398
7399 * iswitchb.el (iswitchb-completions): Revert last change.
7400
7401 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
7402
7403 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
7404 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
7405 This prevents file names like "~/" being listed literally.
7406
7407 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
7408
7409 * term/xterm.el (xterm-maybe-set-dark-background-mode):
7410 Remove dead code. (Bug#5546)
7411
7412 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
7413
7414 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
7415 correctly (Bug#5548).
7416
7417 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
7418
7419 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
7420 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
7421
7422 2010-02-08 Kenichi Handa <handa@m17n.org>
7423
7424 * international/mule-util.el (with-coding-priority): Add autoload
7425 cookie for putting `lisp-indent-function'.
7426
7427 2010-02-07 Glenn Morris <rgm@gnu.org>
7428
7429 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
7430 Move F2003 named interfaces from keywords-2 to keywords-1, and
7431 use function-name-face rather than constant-face.
7432 Simplify "abstract interface" regexp.
7433
7434 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
7435
7436 * eshell/esh-util.el (eshell-file-attributes): New optional arg
7437 ID-FORMAT. Pass it to `file-attributes'.
7438
7439 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
7440
7441 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
7442
7443 * faces.el (set-face-attribute): Allow calling
7444 internal-set-lisp-face-attribute with 'unspecified family and
7445 foundry argument (Bug#5536).
7446
7447 2010-02-07 Glenn Morris <rgm@gnu.org>
7448
7449 * progmodes/f90.el (f90-font-lock-keywords-2)
7450 (f90-looking-at-type-like, f90-looking-at-program-block-end):
7451 Handle F2003 named interfaces.
7452
7453 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
7454
7455 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
7456 beg and end before calling c-get-state-before-change-functions.
7457
7458 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
7459
7460 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
7461
7462 2010-02-05 Juri Linkov <juri@jurta.org>
7463
7464 * doc-view.el (doc-view-mode):
7465 * image-mode.el (image-mode): Put property mode-class=special.
7466 (Bug#4896)
7467
7468 2010-02-05 Mark A. Hershberger <mah@everybody.org>
7469
7470 * vc-svn.el (vc-svn-revision-table): New function.
7471
7472 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
7473
7474 * net/ange-ftp.el (ange-ftp-insert-directory):
7475 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7476 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7477 Handle also directories. (Bug#5478)
7478
7479 2010-02-05 Glenn Morris <rgm@gnu.org>
7480
7481 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
7482
7483 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
7484
7485 * startup.el (command-line-1): Convert options beginning with a
7486 single dash as well (Bug#5519).
7487
7488 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
7489
7490 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
7491 * minibuffer.el (completion-initials-expand): Only check the presence
7492 of delims *within* the boundaries, since otherwise the / delim is
7493 always found for files.
7494
7495 Fix up various corner case problems.
7496 * doc-view.el (doc-view-last-page-number): New function.
7497 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
7498 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
7499 (doc-view-kill-proc): Avoid inf-loop in freak cases.
7500 (doc-view-reconvert-doc): Use the new recursive delete-directory.
7501 (doc-view-convert-current-doc): Don't create the resolution.el file
7502 here any more.
7503 (doc-view-pdf/ps->png): Do it here instead.
7504 (doc-view-already-converted-p): Check that resolution.el is present.
7505 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
7506 windows that are not yet showing images.
7507
7508 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
7509
7510 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
7511 `dired-uncache' for every elemnt which is an absolute file name.
7512
7513 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
7514 directory, handle its directory component.
7515 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
7516 function is called permanently and creates noise, otherwise.
7517
7518 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7519 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7520 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
7521
7522 2010-02-04 David Burger <dburger@google.com> (tiny change)
7523
7524 * macros.el (apply-macro-to-region-lines):
7525 Minor simplification. (Bug#5485)
7526
7527 2010-02-04 Glenn Morris <rgm@gnu.org>
7528
7529 * mail/rmail.el (rmail-show-message-1): Handle malformed
7530 quoted-printable text. (Bug#5441)
7531
7532 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
7533
7534 * simple.el (visual-line-mode): Capitalize lighter.
7535
7536 2010-02-03 John Wiegley <jwiegley@gmail.com>
7537
7538 * iswitchb.el (iswitchb-completions): Add bookmark files to the
7539 list of files considered for "virtual buffer" completions.
7540
7541 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
7542
7543 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
7544 also in case of (and (not full) (not wildcard)). This is needed
7545 when dired is called with a list of files, which are not in
7546 `default-directory'. (Bug#5478)
7547
7548 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
7549
7550 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
7551
7552 2010-02-02 Juri Linkov <juri@jurta.org>
7553
7554 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
7555 from unidiff to allow function-line after @@.
7556
7557 2010-02-02 Juri Linkov <juri@jurta.org>
7558
7559 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
7560 '(RCS SCCS) with inverted condition.
7561
7562 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
7563
7564 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
7565 messages.
7566
7567 2010-02-01 Juri Linkov <juri@jurta.org>
7568
7569 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
7570 compare with "pkunzip" and "pkzip" instead of only "pkzip".
7571 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
7572 only when (car archive-zip-extract) is "unzip". (Bug#5475)
7573
7574 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
7575
7576 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
7577 (doc-view-revert-buffer): New command.
7578 (doc-view-mode-map): Use it.
7579
7580 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
7581
7582 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
7583 pending merge is detected.
7584
7585 2010-01-31 Juri Linkov <juri@jurta.org>
7586
7587 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
7588 beginning of interactive spec like all other grep commands do.
7589 Put "all" in front of "gz". (Bug#5260)
7590
7591 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
7592
7593 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
7594
7595 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
7596
7597 * dirtrack.el (dirtrack): Warn instead of signalling error if the
7598 regexp is incorrect (Bug#5476).
7599
7600 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
7601
7602 * net/tramp.el (tramp-handle-insert-directory): Handle also
7603 symlinks, when FILENAME is not in `default-directory'.
7604
7605 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
7606
7607 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
7608 FILE is not in `default-directory'. (Bug#5478)
7609
7610 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
7611 of SWITCHES. Handle the case, FILENAME is not in
7612 `default-directory'. (Bug#5478)
7613 (tramp-register-file-name-handlers): Add safe-magic property.
7614
7615 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
7616
7617 * arc-mode.el (archive-zip-extract): Quote the argument passed to
7618 unzip (Bug#5475).
7619
7620 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
7621
7622 * progmodes/flymake.el (flymake-allowed-file-name-masks)
7623 (flymake-master-make-header-init): Add other C++ filename masks.
7624 (flymake-find-possible-master-files)
7625 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
7626
7627 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
7628
7629 Fix some busybox annoyances.
7630
7631 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
7632 not responding." string.
7633 (tramp-open-connection-setup-interactive-shell): Dump stty
7634 settings. Enable "neveropen" arg for all `tramp-send-command'
7635 calls. Handle "=" in variable values properly.
7636 (tramp-find-inline-encoding): Raise an error, when no encoding is
7637 found.
7638 (tramp-wait-for-output): Check, whether PROC buffer is available.
7639 Remove spurious " ^H" sequences, sent by busybox.
7640 (tramp-get-ls-command): Suppress coloring, if possible.
7641
7642 2010-01-28 Glenn Morris <rgm@gnu.org>
7643
7644 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
7645
7646 * log-edit.el (log-edit-strip-single-file-name): Add missing
7647 :safe, :group, and :version tags.
7648
7649 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
7650
7651 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
7652 buffers. (Bug#5477)
7653
7654 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
7655
7656 * files.el (delete-directory): Handle moving to trash without
7657 first doing recursion (Bug#5436).
7658
7659 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
7660
7661 * vc-hooks.el (vc-path): Mark as obsolete.
7662
7663 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
7664
7665 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
7666 names too.
7667
7668 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
7669 for the short log.
7670 (vc-bzr-log-view-mode): Adjust regexp for the above change.
7671
7672 2010-01-25 Mark A. Hershberger <mah@everybody.org>
7673
7674 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
7675
7676 * vc-bzr.el (vc-bzr-revision-table): New function.
7677
7678 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
7679
7680 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
7681 diff-index command. This requires at least git-1.5.5. (Bug#1589).
7682
7683 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7684
7685 Remove support for adding --signoff on commit.
7686 Future support will use an incompatible generic mechanism.
7687 * vc-git.el (vc-git-add-signoff): Remove variable.
7688 (vc-git-toggle-signoff): Remove function.
7689 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
7690
7691 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
7692 from xterm-set-background-mode. Return t if the background mode
7693 was set.
7694 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
7695 earlier, call it again in case the background mode has changed.
7696
7697 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
7698
7699 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
7700 (Bug#3541).
7701
7702 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
7703
7704 * emacs-lisp/assoc.el (aelement): Doc fix.
7705 (aput, adelete, amake): Use lexical-let (Bug#5450).
7706
7707 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
7708
7709 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
7710 is the same as subprogram call, not declaration. (Bug#5435).
7711
7712 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
7713
7714 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
7715 (tramp-smb-maybe-open-connection): Use it.
7716
7717 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
7718
7719 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
7720
7721 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
7722
7723 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
7724 just because we see "encoding: 8bit".
7725 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
7726
7727 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
7728
7729 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
7730
7731 2010-01-22 Eli Zaretskii <eliz@gnu.org>
7732
7733 * jka-compr.el (jka-compr-load): If load-file is not in
7734 load-history, try its file-truename version. (bug#5447)
7735
7736 2010-01-21 Alan Mackenzie <acm@muc.de>
7737
7738 Fix a situation where deletion of a cpp construct throws an error.
7739 * progmodes/cc-engine.el (c-invalidate-state-cache):
7740 Before invoking c-with-all-but-one-cpps-commented-out, check that the
7741 special cpp construct is still in the buffer.
7742 (c-parse-state): Record the special cpp with markers, not numbers.
7743
7744 2010-01-21 Kenichi Handa <handa@m17n.org>
7745
7746 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
7747 process last-command-event, as it is now decoded first (Bug#5380).
7748
7749 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
7750
7751 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
7752
7753 2010-01-20 Glenn Morris <rgm@gnu.org>
7754
7755 * indent.el (tab-always-indent): Fix custom-type.
7756
7757 2010-01-19 Alan Mackenzie <acm@muc.de>
7758
7759 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
7760 buffer throws "args out of range".
7761 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
7762 playing the role of delimiter.
7763
7764 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
7765
7766 * progmodes/ada-mode.el: Fix bug#5400.
7767 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
7768 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
7769 changed. Delete RECURSIVE parameter; never used. Improve doc string.
7770 Improve comments in "is" portion. Handle null procedure declaration.
7771 (ada-move-to-end): Improve doc string.
7772
7773 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
7774
7775 * ido.el (ido-cur-list): Initialize to nil.
7776 Remove obsolete information from commentary.
7777 (ido-choice-list): Initialize to nil.
7778 (ido-get-bufname): Reject minibuffers.
7779 (ido-make-buffer-list): If "default" is a nonexistent
7780 buffer, ignore it, as per the function's comment.
7781 (ido-kill-buffer-internal): New function.
7782 (ido-kill-buffer-at-head): Use it.
7783 (ido-visit-buffer): Likewise.
7784
7785 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
7786
7787 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
7788
7789 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
7790
7791 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
7792 Fix typos in chart titles.
7793
7794 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
7795 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
7796 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
7797 (describe-class, eieio-describe-generic, describe-generic):
7798 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
7799 (eieio-speedbar-expand):
7800 * emulation/viper-cmd.el (viper-exec-form-in-vi)
7801 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
7802 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
7803 (viper-del-backward-char-in-replace, viper-backward-indent)
7804 (viper-brac-function, viper-register-to-point, viper-submit-report):
7805 * net/tramp.el (tramp-remote-coding-commands):
7806 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
7807 Fix typos in docstrings.
7808
7809 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
7810
7811 * mail/sendmail.el (mail-yank-original): Set the mark if the
7812 specified function for yanking does not do it.
7813
7814 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
7815
7816 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
7817
7818 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
7819 resyncing a directory.
7820
7821 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
7822
7823 * progmodes/ada-mode.el: Fix bug#1920.
7824 (ada-ident-re): Delete ., allow multibyte characters.
7825 (ada-goto-label-re): New; matches goto labels.
7826 (ada-block-label-re): New; matches block labels.
7827 (ada-label-re): New; matches both.
7828 (ada-named-block-re): Deleted; callers changed to use
7829 `ada-block-label-re' instead.
7830 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
7831 Use `ada-block-label-re'.
7832 (ada-indent-on-previous-lines): Improve handling of goto labels.
7833 (ada-get-indent-block-start): Special-case block label.
7834 (ada-get-indent-label): Split into `ada-indent-block-label' and
7835 `ada-indent-goto-label'.
7836 (ada-goto-stmt-start, ada-goto-next-non-ws):
7837 Optionally ignore goto labels.
7838 (ada-goto-next-word): Simplify.
7839 (ada-indent-newline-indent-conditional): Insert newline before
7840 trying to fix indentation; doc fix.
7841
7842 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
7843
7844 * calc/calc.el (calc-command-flags): Give it an initial value.
7845
7846 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
7847
7848 * files.el (minibuffer-with-setup-hook):
7849 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
7850 (artist-key-draw-continously, artist-key-do-continously-continously)
7851 (artist-key-set-point-continously, artist-mouse-draw-continously):
7852 Fix typos in docstrings.
7853
7854 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
7855
7856 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
7857 return t (Bug#3898).
7858
7859 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
7860
7861 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
7862 can parse the output of the external commands (Bug#5279).
7863
7864 2010-01-16 Jari Aalto <jari.aalto@cante.net>
7865
7866 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
7867
7868 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
7869
7870 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
7871
7872 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
7873
7874 * startup.el (command-line): Remove unused --icon-type arg.
7875 Handle --display arg, passing it to command-line-1 (Bug#5392).
7876
7877 2010-01-16 Mario Lang <mlang@delysid.org>
7878
7879 * emacs-lisp/chart.el (chart-translate-namezone):
7880 * textmodes/artist.el (artist-compute-popup-menu-table):
7881 Remove duplicated words in doc-strings.
7882
7883 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
7884
7885 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
7886 to mairix-search to suppress threading (Bug#5342).
7887
7888 2010-01-15 Kenichi Handa <handa@m17n.org>
7889
7890 * international/mule-cmds.el (canonicalize-coding-system-name):
7891 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
7892
7893 2010-01-15 Glenn Morris <rgm@gnu.org>
7894
7895 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
7896
7897 * wid-edit.el (widget-keymap): Doc fix.
7898
7899 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
7900 former seems to be more widely accepted by various svn versions.
7901
7902 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
7903
7904 * find-cmd.el (find-constituents):
7905 * vc-arch.el (vc-arch-root):
7906 * window.el (window-body-height, pop-up-frames):
7907 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
7908 * progmodes/ada-stmt.el (ada-if):
7909 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
7910 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
7911 (ispell-encoding8-command, ispell-aspell-supports-utf8)
7912 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
7913
7914 * progmodes/flymake.el (flymake-post-syntax-check):
7915 Fix typo in error message.
7916
7917 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
7918
7919 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
7920 which is always a string. (Bug#5313)
7921
7922 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
7923
7924 * progmodes/ada-xref.el (ada-default-prj-properties):
7925 Simplify previous change.
7926
7927 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
7928
7929 * progmodes/ada-xref.el (ada-default-prj-properties):
7930 Default ada_project_path to $ADA_PROJECT_PATH.
7931
7932 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
7933
7934 * progmodes/ada-mode.el (ada-create-keymap):
7935 Override `narrow-to-defun' with `ada-narrow-to-defun'.
7936
7937 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
7938
7939 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
7940 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
7941 (ada-get-current-indent, ada-imenu-generic-expression)
7942 (ada-which-function): Check for it.
7943
7944 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
7945
7946 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
7947 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
7948
7949 2010-01-14 Glenn Morris <rgm@gnu.org>
7950
7951 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
7952
7953 2010-01-14 Kenichi Handa <handa@m17n.org>
7954
7955 * composite.el (auto-composition-mode): Make it a buffer local
7956 variable (permanent-local).
7957 (auto-composition-function): Set the default value to
7958 auto-compose-chars.
7959 (auto-composition-mode): Make it a simple function, not a minor mode.
7960 (global-auto-composition-mode): Likewise.
7961 (turn-on-auto-composition-if-enabled): Delete it.
7962
7963 2010-01-13 Karl Fogel <kfogel@red-bean.com>
7964
7965 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
7966
7967 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
7968
7969 * files.el (copy-directory): Compute target for recursive
7970 directories with identical names. (Bug#5343)
7971
7972 2010-01-12 Glenn Morris <rgm@gnu.org>
7973
7974 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
7975 it to bug-gnu-emacs rather than emacs-pretest-bug.
7976
7977 2010-01-11 Sam Steingold <sds@gnu.org>
7978
7979 * imenu.el (imenu-default-create-index-function): Detect infinite
7980 loops caused by imenu-prev-index-position-function.
7981
7982 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
7983
7984 * htmlfontify.el (htmlfontify-load-rgb-file)
7985 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
7986 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
7987 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
7988 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
7989 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
7990 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
7991 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
7992 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
7993 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
7994 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
7995 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
7996 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
7997 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
7998 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
7999 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
8000 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
8001 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
8002 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
8003 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
8004 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
8005 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
8006 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
8007 backslash-quoting from parentheses, etc.
8008
8009 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
8010
8011 * progmodes/js.el: Autoload javascript-mode alias.
8012
8013 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
8014
8015 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
8016 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
8017 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
8018 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
8019 Fix typos in docstrings.
8020 (ffap-url-regexp): Doc fix.
8021 (ffap-at-mouse): Fix typo in message.
8022
8023 2010-01-11 Glenn Morris <rgm@gnu.org>
8024
8025 * version.el (emacs-copyright): Set copyright year to 2010.
8026
8027 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
8028
8029 * format.el (format-annotate-function): Only set
8030 write-region-post-annotation-function after running to-fn so as not to
8031 affect nested write-region calls (bug#5273).
8032
8033 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
8034
8035 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
8036 wisent/python.el.
8037
8038 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
8039
8040 * man.el (Man-goto-section): Signal error if the section is not
8041 found (Bug#5317).
8042
8043 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
8044
8045 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
8046 URLs with a leading triple slash in the file: scheme. (Bug#5345)
8047
8048 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
8049
8050 * progmodes/compile.el: Don't treat compile-command as safe if
8051 compilation-read-command might be nil (Bug#4218).
8052
8053 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
8054
8055 * startup.el (command-line-1): Use orig-argi to check for ignored X and
8056 NS options.
8057
8058 2010-01-08 Kenichi Handa <handa@m17n.org>
8059
8060 * international/fontset.el (build-default-fontset-data):
8061 Exclude characters in scripts kana, hangul, han, or cjk-misc.
8062
8063 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
8064
8065 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
8066 to `create-file-buffer' as it expects, not just a buffer name.
8067 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
8068 to help uniquify. (Bug#3224)
8069
8070 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
8071
8072 * font-setting.el (font-setting-change-default-font): Use user-spec
8073 instead of name.
8074
8075 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8076
8077 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
8078
8079 2010-01-05 Tom Tromey <tromey@redhat.com>
8080
8081 * progmodes/python.el (python-font-lock-keywords):
8082 Handle qualified decorators (Bug#881).
8083
8084 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8085
8086 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
8087 in a lightweight checkout.
8088
8089 2010-01-05 Kenichi Handa <handa@m17n.org>
8090
8091 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
8092
8093 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8094
8095 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
8096
8097 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
8098
8099 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
8100 checkouts. (Bug#618)
8101 (vc-bzr-log-view-mode): Also highlight the author.
8102 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
8103 (vc-bzr-shelve-menu-map):
8104 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
8105 (vc-bzr-shelve-apply): Make prompt more explicit.
8106
8107 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
8108
8109 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
8110 They are valid characters in URL paths (rfc3986), and at least
8111 Firefox does not understand the encoded version (Bug#3166).
8112
8113 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
8114
8115 * progmodes/octave-mod.el (octave-end-keywords)
8116 (octave-block-begin-or-end-regexp, octave-block-match-alist):
8117 Add "end" keyword (Bug#3061).
8118 (octave-end-as-array-index-p): New function.
8119 (calculate-octave-indent): Use it.
8120
8121 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8122
8123 * bookmark.el: Consistently put the text property on the bookmark name.
8124 (bookmark-bmenu-marks-width): Bump back to 2, to include
8125 annotation marks.
8126 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
8127 property on the bookmark name, instead of not putting it at all.
8128 (bookmark-bmenu-list): Fix where we put the text property.
8129
8130 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8131
8132 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
8133 for showing buffer modified state (as added in the previous change).
8134
8135 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8136
8137 * bookmark.el: Show modified state of bookmark buffer more accurately.
8138 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
8139 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
8140 (with-buffer-modified-unmodified): New macro.
8141 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8142 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
8143 Use new macro to preserve the buffer modified state.
8144
8145 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8146
8147 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
8148 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
8149 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
8150 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
8151 (bookmark-bmenu-rename, bookmark-bmenu-locate)
8152 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
8153 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
8154
8155 2010-01-02 Eli Zaretskii <eliz@gnu.org>
8156
8157 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8158 Make the lines in the generated doc string shorter. (Bug#4668)
8159
8160 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
8161
8162 * net/rcirc.el: Add follow-link binding (Bug#4738).
8163
8164 2010-01-02 Eli Zaretskii <eliz@gnu.org>
8165
8166 * Makefile.in (bzr-update): Rename from cvs-update.
8167 (cvs-update): New target for backward compatibility.
8168
8169 * makefile.w32-in (bzr-update): Rename from cvs-update.
8170 (cvs-update): New target for backward compatibility.
8171
8172 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8173
8174 * bookmark.el: Remove gratuitous gratitude.
8175
8176 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8177
8178 * bookmark.el (bookmark-bmenu-any-marks): New function.
8179 (bookmark-bmenu-save): Clear buffer modification if no marks.
8180
8181 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8182
8183 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
8184 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
8185 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
8186 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
8187
8188 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
8189 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
8190 To: emacs-devel {_AT_} gnu.org
8191 Subject: bookmark.el bug report
8192 Date: Mon, 28 Dec 2009 14:19:16 +0800
8193 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
8194
8195 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8196
8197 * bookmark.el: Improvements suggested by Drew Adams:
8198 (bookmark-bmenu-ensure-position): New name for
8199 `bookmark-bmenu-check-position'. Just ensure the position,
8200 don't return any meaningful value.
8201 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
8202 New constants.
8203
8204 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
8205
8206 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
8207 (bookmark-yank-point, bookmark-bmenu-check-position):
8208 Fix typos in docstrings.
8209 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
8210 (bookmark-name-from-full-record, bookmark-get-position)
8211 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
8212 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
8213 Remove useless quoting of parenthesis, etc. in docstrings.
8214
8215 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
8216 (ediff-append-custom-diff): Fix typo in error message.
8217 (ediff-meta-mark-equal-files): Fix typos in messages.
8218
8219 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
8220
8221 * net/imap-hash.el (imap-hash-make): Doc fix.
8222 (imap-hash-test): Fix typo in error message; reflow docstring.
8223 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
8224 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
8225 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
8226 Fix typos in docstrings.
8227 (imap-hash-open-connection): Fix typo in error message.
8228
8229 * play/gomoku.el (gomoku): Fix typos in docstring.
8230
8231 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
8232 (gdb-jsonify-buffer): Fix typos in docstring.
8233 (gdb-goto-breakpoint): Fix typo in error message.
8234 ("Display Other Windows"): Fix typo in help message.
8235 (gdb-speedbar-expand-node): Fix typo in question.
8236
8237 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
8238 (idlwave-html-system-help-location, idlwave-html-help-location)
8239 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
8240 (idlwave-help-browser-generic-args, idlwave-help-directory)
8241 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
8242 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
8243 (idlwave-online-help, idlwave-help-html-link)
8244 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
8245 Fix typos in docstrings.
8246 (idlwave-help-with-source, idlwave-help-find-routine-definition):
8247 Reflow docstrings.
8248 (idlwave-help-assistant-start): Fix typo in error message.
8249
8250 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
8251 (octave-electric-space): Fix typos in docstrings.
8252
8253 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
8254
8255 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
8256
8257 2010-01-01 Juri Linkov <juri@jurta.org>
8258
8259 * comint.el (comint-input-ring-size): Make it a defcustom and
8260 increase the default to 500 (Bug#5148).
8261
8262 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
8263
8264 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
8265 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
8266 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
8267
8268 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
8269
8270 Show working revision correctly for mercurial.
8271 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
8272 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
8273
8274 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
8275
8276 Declare some functions for the byte-compiler.
8277 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
8278 (speedbar-timer-fn, speedbar-change-expand-button-char)
8279 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
8280
8281 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
8282
8283 This changeset reverts GDB Graphical Interface to use annotations.
8284 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
8285
8286 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8287
8288 Make vc-dir work on subdirectories of the bzr root.
8289 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
8290 file names relative to it.
8291 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
8292 relative directory to vc-bzr-after-dir-status.
8293
8294 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
8295
8296 * font-lock.el (font-lock-refresh-defaults): New function, which
8297 can be used to let font-lock react to external changes in
8298 variables like font-lock-defaults and keywords.
8299 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
8300
8301 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
8302
8303 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
8304
8305 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
8306
8307 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
8308
8309 Supersede color.diff settings in git log (bug#5211).
8310
8311 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
8312 escape chars in its output when the user has color.diff set to `always'.
8313 This fix works on git 1.4.2 and newer (released on 2006-08-13).
8314
8315 2009-12-26 Kevin Ryde <user42@zip.com.au>
8316
8317 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
8318 node. Keep previous "Index" name to work with past coreutils too.
8319
8320 * man.el (man): Revise docstring a bit to show -a and -l as
8321 examples. Add -k description since support for it has otherwise
8322 been a secret. (Further to bug#3717.)
8323 (Man-bgproc-sentinel): When "-k foo" produces no output show error
8324 "no matches" rather than "Can't find manpage", as the latter reads
8325 like -k was interpreted as a page name, which is not so. (Bug#5431)
8326
8327 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
8328
8329 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
8330 switches. Check also for //SUBDIRED// line.
8331
8332 2009-12-25 Kenichi Handa <handa@m17n.org>
8333
8334 * language/indian.el (devanagari-composable-pattern): Fixed to
8335 handle ZWNJ and ZWJ. Use it in composition-function-table for
8336 Devanagari.
8337 (malayalam-composable-pattern): Fix previous change.
8338
8339 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8340
8341 * ps-print.el (ps-face-attributes): It was not returning the
8342 attribute face for faces specified as string. Reported by harven
8343 <harven@free.fr>. (Bug#5254)
8344 (ps-print-version): New version 7.3.5.
8345
8346 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
8347
8348 * calendar/icalendar.el (icalendar--convert-tz-offset):
8349 Fix timezone names.
8350 (icalendar--convert-tz-offset): Fix the "last-day-problem".
8351 (icalendar--add-diary-entry): Remove the trailing blank that
8352 diary-make-entry inserts.
8353
8354 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
8355
8356 Make `file-expand-wildcards' work for remote files.
8357
8358 * files.el (file-expand-wildcards): In case of remote files, check
8359 only local file name part for wildcards. Provide feature 'files
8360 and subfeature 'remote-wildcards. (Bug#5198)
8361
8362 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
8363 if there is already an established connection.
8364 (tramp-advice-file-expand-wildcards): Remove it.
8365
8366 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
8367 (tramp-advice-file-expand-wildcards): Move from tramp.el.
8368 Activate advice for older GNU Emacs versions. (Bug#5237)
8369
8370 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
8371
8372 Some doc fixes (more needed).
8373
8374 * find-cmd.el (find-constituents): Reflow docstring.
8375 (find-cmd, find-prune, find-command): Fix typos in docstrings.
8376 (find-generic): Doc fix.
8377
8378 2009-12-17 Juri Linkov <juri@jurta.org>
8379
8380 Fix regression from 23.1 to allow multiple modes in Local Variables.
8381
8382 * files.el (hack-local-variables-filter): While ignoring duplicates,
8383 don't take `mode' into account.
8384 (hack-local-variables-filter, hack-dir-local-variables):
8385 Don't remove duplicate `mode' from local-variables-alist (like `eval').
8386
8387 2009-12-17 Juri Linkov <juri@jurta.org>
8388
8389 Make `dired-diff' safer. (Bug#5225)
8390
8391 * dired-aux.el (dired-diff): Signal an error when `file' equals to
8392 `current' or when `file' is a directory of the `current' file.
8393
8394 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
8395
8396 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
8397 unconditionally preloaded files.
8398
8399 2009-12-16 Juri Linkov <juri@jurta.org>
8400
8401 Revert to old 23.1 logic of using the file at the mark as default.
8402 * dired-aux.el (dired-diff): Use the file at the mark as default
8403 if it's not the same as the current file, and the target dir is
8404 the current dir or the mark is active. Add the current file
8405 as the arg of `dired-dwim-target-defaults'. Use the default file
8406 in the prompt. (Bug#5225)
8407
8408 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
8409
8410 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
8411 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
8412 (tramp-check-for-regexp): Check also, when an echoing shell stops
8413 to echo sent commands.
8414
8415 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
8416
8417 * Makefile.in: Revert last change (Bug#5191).
8418
8419 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
8420
8421 * vc-hg.el (vc-hg-print-log): Fix argument order.
8422 (vc-hg-working-revision): Make sure the command is executed in a
8423 known environment so that we can parse the output. (Bug#4417)
8424
8425 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
8426
8427 * progmodes/python.el (python-symbol-completions): Remove text
8428 properties from symbol string before calling python-send-receive.
8429
8430 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
8431
8432 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
8433 when there are values for both file and line. (Bug#5060)
8434
8435 2009-12-14 Juri Linkov <juri@jurta.org>
8436
8437 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
8438 whitespace after the file name of the first line of unified format,
8439 because git-diff doesn't output whitespace and file modification time
8440 after the file name.
8441
8442 2009-12-14 David Kastrup <dak@gnu.org>
8443
8444 * info.el (Info-hide-cookies-node): Before hiding a cookie,
8445 check if it already has the `display' property added by
8446 `Info-display-images-node', and not put the `invisible' property
8447 in this case.
8448
8449 2009-12-13 Glenn Morris <rgm@gnu.org>
8450
8451 * mail/emacsbug.el (message-sort-headers): Define for compiler.
8452 (report-emacs-bug): In message-mode, sort manually before storing
8453 original report text. (Bug#5178)
8454 Remove superfluous save-excursion.
8455
8456 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
8457
8458 * net/dbus.el (dbus-property-handler): Filter lambda forms out
8459 when responding to "GetAll" properties.
8460
8461 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
8462
8463 * simple.el (compose-mail): Remove mail-setup-with-from from
8464 customization checks.
8465
8466 2009-12-12 Eli Zaretskii <eliz@gnu.org>
8467
8468 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
8469 RAR archives created on Unix systems.
8470
8471 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8472
8473 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
8474 the varalias that was accidentally removed by the 2009-11-19 change
8475 (bug#5186).
8476
8477 2009-12-12 Kenichi Handa <handa@m17n.org>
8478
8479 * language/indian.el (indian-compose-regexp): New function.
8480 (malayalam-composable-pattern): Fix the pattern.
8481 (composition-function-table): Set malayalam-composable-pattern for
8482 Malayalam characters.
8483
8484 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
8485
8486 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
8487 rather than down-mouse-1, based on follow-link conventions.
8488
8489 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
8490 are compiled.
8491
8492 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
8493
8494 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
8495 (verilog-vmm-statement-re, verilog-ovm-statement-re)
8496 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
8497 (verilog-leap-to-head, verilog-backward-token):
8498 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
8499
8500 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
8501
8502 * progmodes/verilog-mode.el (verilog-auto-lineup)
8503 (verilog-nameable-item-re): Cleanup user-visible spelling and
8504 documentation errors. One reported by Gary Delp.
8505 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
8506 (verilog-read-decls): Fix AUTOWIRE with types declared in a
8507 package, bug195. Reported by Pierre-David Pfister.
8508
8509 2009-12-11 Glenn Morris <rgm@gnu.org>
8510
8511 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
8512
8513 * mail/emacsbug.el: No longer require sendmail.
8514 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
8515 (report-emacs-bug-orig-text): Doc fix.
8516 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
8517 New local variables, to adapt to different mail-user-agents.
8518 (report-emacs-bug): Fix test for a gnu.org address.
8519 Use overlays for emphasis, since font-lock defeats 'face property.
8520 Pretest bugs also end up at the newsgroup these days.
8521 Stop message-mode stripping text properties.
8522 Set and use the new buffer-local variables.
8523 (report-emacs-bug-hook): Add doc-string.
8524 Remove some unnecessary save-excursions and simplify.
8525 Use the appropriate hook and send-command.
8526
8527 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
8528 capitalization of some menu entries.
8529
8530 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8531
8532 * whitespace.el (whitespace-display-char-on):
8533 Ensure `buffer-display-table' is unique when two or more windows are
8534 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
8535 New version 12.1.
8536
8537 2009-12-10 Eli Zaretskii <eliz@gnu.org>
8538
8539 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
8540 characters in the Attribute field.
8541
8542 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
8543
8544 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
8545
8546 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
8547
8548 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
8549 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8550 Disregard autoload-excludes.
8551 (update-directory-autoloads): Obey autoload-excludes here instead.
8552 But don't store its contents in no-autoloads and remove entries that
8553 refer to excludes files.
8554
8555 2009-12-10 Glenn Morris <rgm@gnu.org>
8556
8557 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
8558 (expand-mail-aliases): Define for compiler.
8559
8560 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
8561 Define for compiler.
8562
8563 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
8564 appropriate for the mail-user-agent in use.
8565
8566 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
8567
8568 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
8569
8570 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
8571
8572 Fix short log parsing and fontification.
8573 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
8574 Fix fontification for the [merge] label.
8575
8576 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
8577
8578 Drop some properties to avoid surprises (bug#5002).
8579 * htmlfontify.el (hfy-ignored-properties): New defcustom.
8580 (hfy-fontify-buffer): Use it.
8581
8582 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
8583
8584 Minor cleanup.
8585 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
8586 Adjust all callers.
8587 (ffap-locate-file): Remove unused arg `dir-ok' and make other
8588 args compulsory. Adjust callers.
8589 (ffap-gopher-at-point): Remove unused var `name'.
8590
8591 Get rid of the ELCFILES abomination.
8592 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8593 (compile-elcfiles): New phony target.
8594 (compile-main): Compute ELCFILES dynamically.
8595 (compile-clean): New target to remove left-over elc files.
8596 (compile, all): Use it.
8597
8598 2009-12-09 Kenichi Handa <handa@etlken>
8599
8600 * international/mule-diag.el: Require help-mode instead of help-fns.
8601
8602 2009-12-09 Kenichi Handa <handa@m17n.org>
8603
8604 * international/mule-cmds.el (ucs-names): Supply sufficiently
8605 fine ranges instead of pre-calculating accurate ranges.
8606 Iterate with bigger gc-cons-threshold.
8607
8608 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
8609
8610 Add support for stashing a snapshot of the current tree.
8611 * vc-git.el (vc-git-stash-snapshot): New function.
8612 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
8613
8614 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
8615
8616 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
8617 instead of `(beginning|end)-of-line'.
8618
8619 2009-12-08 Glenn Morris <rgm@gnu.org>
8620
8621 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
8622
8623 * Makefile.in (ELCFILES): Regenerate.
8624
8625 2009-12-07 Juri Linkov <juri@jurta.org>
8626
8627 Don't lazy-highlight the comint output in history Isearch mode.
8628
8629 * comint.el (comint-history-isearch-search): Instead of
8630 `comint-line-beginning-position', use `comint-after-pmark-p'
8631 to check if point if before the process mark, and go to
8632 `process-mark' in this case.
8633
8634 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8635
8636 * textmodes/tex-mode.el (latex-complete)
8637 (latex-indent-or-complete): Remove.
8638 (latex-mode): Set completion-at-point-functions instead.
8639
8640 Provide a standard completion command and hook it into TAB.
8641 * minibuffer.el (completion-at-point-functions): New var.
8642 (completion-at-point): New command.
8643 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
8644 * progmodes/python.el (python-mode-map): Use completion-at-point.
8645 (python-completion-at-point): Rename from python-partial-symbol and
8646 adjust for use in completion-at-point-functions.
8647 (python-mode): Setup completion-at-point for Python completion.
8648 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
8649 extracted from lisp-complete-symbol.
8650 (lisp-complete-symbol): Use it.
8651 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
8652 setup completion-at-point for Elisp completion.
8653 (emacs-lisp-mode-map, lisp-interaction-mode-map):
8654 Use completion-at-point.
8655 * ielm.el (ielm-map): Use completion-at-point.
8656 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
8657 * progmodes/sym-comp.el: Move to...
8658 * obsolete/sym-comp.el: Move from progmodes.
8659
8660 2009-12-07 Eli Zaretskii <eliz@gnu.org>
8661
8662 Prevent save-buffer in Rmail buffers from using the coding-system
8663 of the current message, and from clobbering the encoding mnemonics
8664 in the mode line (Bug#4623).
8665
8666 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
8667 flag, too.
8668 (rmail-message-encoding): New variable.
8669 (rmail-write-region-annotate): Record the encoding of the current
8670 message in rmail-message-encoding.
8671 (rmail-after-save-hook): New function, restores the encoding of
8672 the current message after the message collection is saved.
8673
8674 2009-12-07 Juri Linkov <juri@jurta.org>
8675
8676 * progmodes/grep.el (grep-read-files): Use `completing-read'
8677 instead of `read-string'. Set its `collection' arg to
8678 `read-file-name-internal'. (Bug#4301)
8679
8680 2009-12-07 Juri Linkov <juri@jurta.org>
8681
8682 Correctly restore original Isearch point. (Bug#4994)
8683
8684 * isearch.el (isearch-mode): Move `isearch-push-state' after
8685 `(run-hooks 'isearch-mode-hook)'.
8686 (isearch-cancel): When `isearch-push-state-function' is defined,
8687 let-bind `isearch-cmds' to the first state (the last element of
8688 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
8689 function and restores the original point). Otherwise, move point
8690 to `isearch-opoint'.
8691
8692 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8693
8694 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
8695 chars that don't have names, so the table can be built much faster at
8696 run-time.
8697
8698 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
8699
8700 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
8701 change. Suggested by David Kastrup.
8702
8703 * simple.el (compose-mail): Check for incompatibilities and warn.
8704 (compose-mail-user-agent-warnings): New option.
8705
8706 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8707
8708 Support showing a single log entry from vc-annotate.
8709 * vc.el (print-log): Add a new argument: START-REVISION.
8710 (vc-print-log-internal): Add a new optional argument and
8711 pass it to the backend.
8712 (vc-print-log, vc-print-root-log): Adjust callers.
8713 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
8714 buffer already displays the requested log entry, use it.
8715 Otherwise display only the log entry in question.
8716 * vc-svn.el (vc-svn-print-log):
8717 * vc-mtn.el (vc-mtn-print-log):
8718 * vc-hg.el (vc-hg-state):
8719 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
8720 (vc-git-show-log-entry): Return t on success.
8721 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
8722 (vc-bzr-show-log-entry): Return t on success.
8723 * vc-rcs.el (vc-rcs-print-log):
8724 * vc-sccs.el (vc-sccs-print-log):
8725 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
8726
8727 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8728
8729 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
8730 Add menus to the meta mode. (Bug#5043)
8731
8732 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
8733
8734 * ediff-init.el (ediff-event-key): Use event-to-character instead of
8735 event-key.
8736
8737 * ediff.el (ediff-buffers-internal): Add unwind-protect.
8738
8739 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
8740
8741 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
8742 Berbain <raphael.berbain@gmail.com>.
8743
8744 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
8745 characters.
8746 (tramp-initial-end-of-output): New defconst.
8747 (tramp-methods, tramp-find-shell)
8748 (tramp-open-connection-setup-interactive-shell)
8749 (tramp-maybe-open-connection): Use it.
8750 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
8751 existence of `#' and `$'.
8752
8753 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
8754 `tramp-initial-end-of-output'.
8755
8756 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8757
8758 Get the background mode from the terminal for xterm, and set
8759 faces accordingly.
8760 * term/xterm.el (xterm-set-background-mode): New function.
8761 (terminal-init-xterm): Use it in case xterm supports background
8762 color queries. Recompute faces after getting the background
8763 color.
8764
8765 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
8766
8767 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
8768 number comment back on its own line, for easier parsing.
8769
8770 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8771
8772 Make it work for non-file buffers (bug#5102).
8773 * doc-view.el (doc-view-current-cache-dir):
8774 Use doc-view-buffer-file-name rather than buffer-file-name.
8775 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
8776
8777 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
8778
8779 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
8780 author field is too short.
8781
8782 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
8783
8784 * vc-git.el (vc-git-print-log): Handle a limit argument.
8785 Display the short log in graph form and with labels.
8786 (vc-git-log-view-mode): Handle labels.
8787
8788 Make vc-revert change VC state from 'added to 'unregistered.
8789 * vc-git.el (vc-git-revert): Call git reset first.
8790
8791 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
8792
8793 * net/newst-backend.el, net/newst-plainview.el:
8794 * net/newst-reader.el, net/newst-ticker.el:
8795 * net/newst-treeview.el, net/newsticker.el:
8796 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8797
8798 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
8799
8800 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
8801
8802 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
8803 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
8804 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
8805 Update annotation regexp.
8806
8807 * simple.el (beginning-of-visual-line): Constrain to field
8808 boundaries (Bug#5106).
8809
8810 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
8811
8812 * xml.el (xml-substitute-numeric-entities): Move
8813 newsticker--decode-numeric-entities in newst-backend.el to
8814 xml-substitute-numeric-entities in xml.el. (Bug#5008)
8815 * net/newst-backend.el (newsticker--parse-generic-feed)
8816 (newsticker--parse-generic-items)
8817 (newsticker--decode-numeric-entities): Move
8818 newsticker--decode-numeric-entities in newst-backend.el to
8819 xml-substitute-numeric-entities in xml.el. (Bug#5008)
8820
8821 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
8822
8823 * progmodes/js.el (js--js-not): Add null to the list of values.
8824
8825 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
8826
8827 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
8828
8829 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8830
8831 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
8832 delimiter if it is at the end of the current line.
8833 (bibtex-generate-url-list): Fix docstring.
8834
8835 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8836
8837 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
8838 minibuffer's content with itself.
8839 Fold the confirm-after-completion case into the `confirm' case.
8840 (completion-pcm-word-delimiters): Add : and / to the delimiters.
8841
8842 2009-12-06 Kevin Ryde <user42@zip.com.au>
8843
8844 * ffap.el (ffap-rfc-path): Make this a defcustom since
8845 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
8846
8847 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
8848 manuals, similar to existing setup for help-mode. (Bug#3913.)
8849
8850 2009-12-05 Juri Linkov <juri@jurta.org>
8851
8852 Save and restore dired buffer's point positions too. (Bug#4880)
8853
8854 * dired.el (dired-save-positions): Return in the first element
8855 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
8856 Doc fix.
8857 (dired-restore-positions): First restore buffer's position.
8858 While restoring window's positions, check if window still displays
8859 the original buffer.
8860
8861 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
8862
8863 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
8864 if possible.
8865
8866 * shell.el (shell): Require ansi-color (Bug#5113).
8867
8868 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
8869
8870 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
8871
8872 2009-12-05 Alan Mackenzie <acm@muc.de>
8873
8874 * progmodes/cc-mode.el (c-before-hack-hook)
8875 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
8876 `c-file-style' to work again. This reversion restores the current
8877 software to its state in Emacs 23.1. (Bug#4146)
8878
8879 2009-12-05 Kevin Ryde <user42@zip.com.au>
8880
8881 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
8882 comment-start-skip to comment-end-skip as comment (Bug#4781).
8883
8884 2009-12-05 Juri Linkov <juri@jurta.org>
8885
8886 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
8887 for virtual nodes. (Bug#4147)
8888 (Info-find-node-2): Set `Info-current-node-virtual' to nil
8889 when moving from a virtual node.
8890 (Info-mode-menu): Add `Info-virtual-index' to the menu.
8891 (Info-mode): Add `Info-virtual-index' to the docstring.
8892
8893 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8894
8895 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
8896 track of the buffer position of the end of a BibTeX entry as this
8897 position may change during reformatting.
8898 (bibtex-format-entry): Remove whitespace before processing
8899 numerical fields so that we recognize the latter properly.
8900 (bibtex-reformat): Do not use push which changes the global value
8901 of bibtex-entry-format.
8902 (bibtex-field-braces-alist, bibtex-field-strings-alist)
8903 (bibtex-field-re-init): Replace only space characters by regexp
8904 for whitespace.
8905 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
8906 (bibtex-initialize): Also update bibtex-strings.
8907 (bibtex-kill-field): Preserve white space at end of entry.
8908 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
8909 Update bibtex-reference-keys.
8910
8911 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8912
8913 * minibuffer.el (completion-pcm--merge-try): Also consider placing
8914 point after a star, if that's the only place where modifications can
8915 make progress.
8916
8917 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
8918
8919 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
8920 in docstrings.
8921
8922 2009-12-04 Juri Linkov <juri@jurta.org>
8923
8924 * proced.el (proced): Call `(proced-update t)' to update process
8925 information instead of only running proced-post-display-hook.
8926 (proced-send-signal): Add a leading space to the buffer name
8927 " *Marked Processes*" to make this buffer ephemeral.
8928
8929 2009-12-04 Juri Linkov <juri@jurta.org>
8930
8931 * dired.el (dired-auto-revert-buffer): New defcustom.
8932 (dired-internal-noselect): Use it.
8933
8934 2009-12-04 Juri Linkov <juri@jurta.org>
8935
8936 Change roles of modes and functions in image-mode.el (Bug#5062).
8937
8938 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
8939 in `auto-mode-alist'.
8940 (image-mode-previous-major-mode): New variable.
8941 (image-minor-mode-map): Rename from `image-mode-text-map'.
8942 (image-mode): Move graceful error-handling code from
8943 `image-minor-mode' to here. On errors call `image-mode-as-text'.
8944 (image-minor-mode): Remove all image-handling code.
8945 Replace `image-mode-text-map' with `image-minor-mode-map'.
8946 Check for `image-type' in mode-line format string.
8947 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
8948 (image-mode-as-text): New function with most code from
8949 `image-mode-maybe'.
8950 (image-toggle-display-text): Move code that removes image
8951 properties from `image-toggle-display' to here.
8952 (image-toggle-display-image): New function with code that adds
8953 image properties copied from `image-toggle-display'.
8954 (image-toggle-display): Remove most code with leaving only code
8955 that toggles between `image-mode-as-text' and `image-mode'.
8956
8957 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
8958
8959 * net/newst-treeview.el
8960 (newsticker--treeview-list-highlight-start): Restored call to
8961 save-excursion: Selected item was stuck.
8962 (newsticker--treeview-list-select): New.
8963 (newsticker--treeview-item-show-text)
8964 (newsticker--treeview-item-show)
8965 (newsticker--treeview-item-update): Use new
8966 newsticker-treeview-item-mode.
8967 (newsticker-treeview-update): Keep current item.
8968 (newsticker-treeview-next-new-or-immortal-item): Doc change.
8969 (newsticker--treeview-first-feed): Doc change.
8970 (newsticker-treeview-list-menu)
8971 (newsticker-treeview-item-menu): Added menu entries.
8972 (newsticker-treeview-item-mode): New.
8973
8974 * net/newst-backend.el (newsticker-customize): Delete other
8975 windows.
8976
8977 2009-12-04 Sam Steingold <sds@gnu.org>
8978
8979 * log-view.el (log-view-mode-map): "q" calls quit-window,
8980 like in all the other non-self-insert buffers.
8981
8982 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
8983
8984 Minor cleanup.
8985 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
8986 key decoding rather than do it manually via last-input-event +
8987 ascii-character.
8988 (term-exec): Use delete-and-extract-region.
8989 (term-handle-ansi-terminal-messages): Remove unused var `end'.
8990 (term-process-pager): Remove unused var `i'.
8991 (term-dynamic-simple-complete): Make obsolete.
8992 (serial-update-config-menu): Remove unused vars `y' and `str'.
8993 (term-update-mode-line): Remove unused var `temp'.
8994
8995 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
8996
8997 Limit the number of log entries displayed by default.
8998 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
8999 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
9000 using a prefix argument.
9001
9002 2009-12-03 Glenn Morris <rgm@gnu.org>
9003
9004 * progmodes/idlwave.el (class): Restore still useful declaration.
9005
9006 2009-12-03 Alan Mackenzie <acm@muc.de>
9007
9008 Enhance `c-parse-state' to run efficiently in "brace deserts".
9009
9010 * progmodes/cc-mode.el (c-basic-common-init):
9011 Call c-state-cache-init.
9012 (c-neutralize-syntax-in-and-mark-CPP): Rename from
9013 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
9014 placing `category' properties value 'c-cpp-delimiter at its boundaries.
9015
9016 * progmodes/cc-langs.el (c-before-font-lock-function):
9017 c-extend-and-neutralize-syntax-in-CPP has been renamed
9018 c-neutralize-syntax-in-and-mark-CPP.
9019
9020 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
9021 with `category' properties now, not `syntax-table' ones.
9022
9023 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
9024 enhanced (but slower) version of c-end-of-macro that won't land
9025 inside a literal or on another awkward character.
9026 (c-state-cache-too-far, c-state-cache-start)
9027 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
9028 (c-state-nonlit-pos-cache-limit, c-state-point-min)
9029 (c-state-point-min-lit-type, c-state-point-min-lit-start)
9030 (c-state-min-scan-pos, c-state-brace-pair-desert)
9031 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
9032 buffer local variables.
9033 (c-state-literal-at, c-state-lit-beg)
9034 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
9035 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
9036 (c-state-cache-top-paren, c-state-cache-after-top-paren)
9037 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
9038 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
9039 (c-renarrow-state-cache)
9040 (c-append-lower-brace-pair-to-state-cache)
9041 (c-state-push-any-brace-pair, c-append-to-state-cache)
9042 (c-remove-stale-state-cache)
9043 (c-remove-stale-state-cache-backwards, c-state-cache-init)
9044 (c-invalidate-state-cache-1, c-parse-state-1)
9045 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
9046 (c-parse-state): Enhance and refactor.
9047 (c-debug-parse-state): Amend to deal with all the new variables.
9048
9049 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
9050 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
9051 modify to use category text properties rather than syntax-table ones.
9052 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
9053 to switch off/on the syntactic paren property of C++ template
9054 delimiters using the category property.
9055 (c-with-<->-as-parens-suppressed): Macro to invoke code with
9056 template delims suppressed.
9057 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
9058 New constant/macros which apply category properties to the start
9059 and end of preprocessor constructs.
9060 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
9061 "comment out" the syntactic value of characters in preprocessor
9062 constructs.
9063 (c-with-cpps-commented-out)
9064 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
9065 with characters in all or all but one preprocessor constructs
9066 "commented out".
9067
9068 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9069
9070 * proced.el (proced-filter-alist): Use regexp-quote.
9071
9072 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
9073
9074 Cleanup.
9075 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
9076 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
9077 arguments. Expand `default-directory'.
9078
9079 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
9080 the benefit of returning an expanded localname.
9081 (tramp-tramp-file-p): Handle the case NAME is not a string.
9082
9083 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9084
9085 Add support for bzr shelve/unshelve.
9086 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
9087 (vc-bzr-extra-menu-map): New variables.
9088 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
9089 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
9090 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
9091 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
9092 (vc-bzr-dir-extra-headers): Display shelves.
9093
9094 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
9095
9096 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9097
9098 * textmodes/bibtex.el (bibtex-complete-internal):
9099 Use completion-in-region.
9100 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
9101
9102 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9103
9104 Support applying stashes. Improve UI.
9105 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
9106 (vc-git-stash-apply, vc-git-stash-pop)
9107 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
9108 (vc-git-stash-menu): New functions.
9109 (vc-git-stash-menu-map): New variable.
9110 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
9111
9112 2009-12-03 Glenn Morris <rgm@gnu.org>
9113
9114 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
9115 (vc-print-log-internal): Fix previous change.
9116 (vc-revert): Correct pluralization.
9117
9118 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9119
9120 * progmodes/make-mode.el (makefile-special-targets-list): No need for
9121 it to be an alist any more.
9122 (makefile-complete): Use completion-in-region.
9123
9124 * progmodes/octave-mod.el (octave-complete-symbol):
9125 Use completion-in-region.
9126
9127 Misc cleanup.
9128 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
9129 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
9130 (idlwave-complete-class): Don't quote lambda.
9131 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
9132 (idlwave-mode-map): Move initialization into declaration.
9133 (idlwave-action-and-binding): Use backquotes.
9134 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
9135 Simplify.
9136 (idlwave-is-pointer-dereference): Remove unused var `pos'.
9137 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
9138 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
9139 `parts', and `all-parts'.
9140 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
9141 (idlwave-convert-xml-system-routine-info): Remove unused string
9142 `version-string'.
9143 (idlwave-display-user-catalog-widget): Use dolist.
9144 (idlwave-scanning-lib): Declare dynamically-scoped var.
9145 (idlwave-scan-library-catalogs): Remove unused var `flags'.
9146 (completion-highlight-first-word-only): Declare to silence bytecomp.
9147 (idlwave-popup-select): Tighten scope of `resp'.
9148 (idlwave-find-struct-tag): Remove unused var `beg'.
9149 (idlwave-after-load-rinfo-hook): Declare.
9150 (idlwave-sintern-class-info): Remove unused var `taglist'.
9151 (idlwave-find-class-definition): Remove unused var `list'.
9152 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
9153 (idlwave-what-module-find-class): Remove unused var `classes'.
9154
9155 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
9156
9157 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
9158
9159 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9160
9161 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
9162 buffers visited. Remove redundant current-buffer-saving.
9163
9164 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9165
9166 Use completion-in-buffer and remove uses of dynamic scoping.
9167 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
9168 (pascal-buffer-to-use, pascal-flag): Don't declare.
9169 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
9170 (pascal-get-completion-decl, pascal-keyword-completion):
9171 Add `pascal-str' argument, save-excursion,
9172 return the found completions, and don't filter with pascal-pred.
9173 (pascal-completion-cache): New var.
9174 (pascal-completion): Don't switch buffer any more (it was never
9175 necessary). Don't save-excursion any more (it's done by the called
9176 subroutines). Use a cache to avoid redundant computations.
9177 Use complete-with-action rather than pascal-completion-response and
9178 let it apply the predicate as well.
9179 (pascal-complete-word): Use completion-in-buffer when
9180 pascal-toggle-completions is nil.
9181 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
9182 not used any more.
9183 (pascal-comp-defun): Don't change buffer any more.
9184 Use complete-with-action rather than pascal-completion-response and
9185 let it apply the predicate as well.
9186 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
9187 when neded.
9188
9189 2009-12-02 Kenichi Handa <handa@m17n.org>
9190
9191 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
9192 shape for all Indic scripts.
9193
9194 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9195
9196 Use completion-in-buffer.
9197 * wid-edit.el (widget-field-text-end): New function.
9198 (widget-field-value-get): Use it.
9199 (widget-string-complete, widget-file-complete)
9200 (widget-color-complete): Use it and completion-in-region.
9201 (widget-complete): Don't narrow the buffer.
9202
9203 2009-12-02 Glenn Morris <rgm@gnu.org>
9204
9205 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
9206 (rmail-select-summary): Use rmail-pop-to-buffer.
9207 * mail/rmailsum.el: Replace all pop-to-buffer calls with
9208 rmail-pop-to-buffer, to prevent horizontal splits.
9209
9210 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
9211 save-excursion with save-current-buffer.
9212 Widen before searching. (Bug#5093)
9213 (diary-list-sexp-entries): Remove superfluous save-excursion.
9214
9215 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
9216
9217 * woman.el (woman-make-bufname): Handle man-pages with "." in the
9218 name. (Bug#5038)
9219
9220 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
9221
9222 * ido.el (ido-file-internal): Handle filenames at point that do
9223 not have a directory part. (Bug#5049)
9224
9225 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
9226
9227 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
9228 (mpc-songs-jump-to, mpc-resume): Doc fixes.
9229
9230 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
9231
9232 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
9233 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
9234 any more.
9235
9236 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9237
9238 * comint.el (comint-insert-input): Ignore clicks to the right of
9239 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
9240
9241 * vc.el (vc-print-log-internal): Don't wait for the process to
9242 terminate before setting up the major mode.
9243
9244 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
9245 in case.
9246
9247 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
9248 the last element.
9249
9250 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
9251
9252 2009-12-01 Glenn Morris <rgm@gnu.org>
9253
9254 * window.el (window--display-buffer-2): Fix previous changes.
9255
9256 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
9257
9258 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
9259
9260 2009-12-01 Glenn Morris <rgm@gnu.org>
9261
9262 * Makefile.in (ELCFILES): Add mpc.elc.
9263
9264 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9265
9266 * mpc.el: New file.
9267
9268 2009-12-01 Glenn Morris <rgm@gnu.org>
9269
9270 * window.el (window-to-use): Define for compiler.
9271
9272 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
9273 consistent with others (no final period).
9274
9275 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
9276 (rmail-mime-show): Downcase the encoding. (Bug#5070)
9277
9278 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
9279
9280 Make vc-print-log buttons work.
9281 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
9282
9283 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
9284
9285 * savehist.el (savehist-autosave-interval): Allow setting to nil
9286 through customize. (Bug#5056)
9287
9288 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
9289
9290 Fix references to jit-lock properties.
9291 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9292 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
9293 (perl-font-lock-special-syntactic-constructs):
9294 Quote jit-lock-defer-multiline property.
9295
9296 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
9297
9298 * vc-git.el (vc-git-registered): Call vc-git-root only once.
9299
9300 2009-11-30 Juri Linkov <juri@jurta.org>
9301
9302 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
9303 value `buffer' of `multi-isearch-next-buffer-current-function'.
9304 Use `(current-buffer)' when `buffer' is nil.
9305 (multi-isearch-next-buffer-from-list): Don't fallback to
9306 `(current-buffer)' when `buffer' is nil. (Bug#4947)
9307
9308 2009-11-30 Juri Linkov <juri@jurta.org>
9309
9310 * misearch.el (multi-isearch-read-buffers): Move canonicalization
9311 of buffers with `get-buffer' to `multi-isearch-buffers'.
9312 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9313 Canonicalize BUFFERS with `get-buffer'. Doc fix.
9314 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
9315 FILES with `expand-file-name' converting relative file names
9316 to absolute. Doc fix. (Bug#4727)
9317
9318 2009-11-30 Juri Linkov <juri@jurta.org>
9319
9320 * misearch.el (multi-isearch-read-buffers)
9321 (multi-isearch-read-matching-buffers): New functions.
9322 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9323 Use them in the `interactive' spec. Doc fix.
9324 (multi-isearch-read-files, multi-isearch-read-matching-files):
9325 New functions.
9326 (multi-isearch-files, multi-isearch-files-regexp):
9327 Use them in the `interactive' spec. Doc fix. (Bug#4725)
9328
9329 2009-11-30 Juri Linkov <juri@jurta.org>
9330
9331 * doc-view.el (doc-view-continuous):
9332 Rename from `doc-view-continuous-mode'.
9333 (doc-view-menu): Move "Toggle display" to the top.
9334 Add submenu "Continuous" with radio buttons "Off"/"On"
9335 and "Save as Default".
9336 (doc-view-scroll-up-or-next-page)
9337 (doc-view-scroll-down-or-previous-page)
9338 (doc-view-next-line-or-next-page)
9339 (doc-view-previous-line-or-previous-page): Rename
9340 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
9341
9342 2009-11-30 Juri Linkov <juri@jurta.org>
9343
9344 * comint.el (comint-mode-map): Rebind `M-r' from
9345 `comint-previous-matching-input' to
9346 `comint-history-isearch-backward-regexp'.
9347 Unbind `M-s' to allow global key binding `M-s'.
9348 Add menu items for `comint-history-isearch-backward' and
9349 `comint-history-isearch-backward-regexp'. (Bug#3746)
9350
9351 2009-11-30 Juri Linkov <juri@jurta.org>
9352
9353 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
9354 For def=recenter, replace `recenter' with `recenter-top-bottom'
9355 that is called with `this-command' and `last-command' let-bound
9356 to `recenter-top-bottom'. When the last `def' was not `recenter',
9357 set `recenter-last-op' to nil. (Bug#4981)
9358
9359 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9360
9361 Minor cleanup and simplification.
9362 * filecache.el (file-cache-add-directory)
9363 (file-cache-add-directory-recursively)
9364 (file-cache-add-from-file-cache-buffer)
9365 (file-cache-delete-file-regexp, file-cache-delete-directory)
9366 (file-cache-files-matching-internal, file-cache-display): Use dolist.
9367 (file-cache-temp-minibuffer-message): Delete function.
9368 (file-cache-minibuffer-complete): Use minibuffer-message instead.
9369
9370 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9371 Don't signal an error when bumping into EOB in tr, s, or y.
9372
9373 2009-11-29 Juri Linkov <juri@jurta.org>
9374
9375 * startup.el (fancy-about-text): Fix wording of Guided Tour.
9376 (Bug#4960)
9377
9378 * descr-text.el (describe-char-unidata-list): Use lowercase name
9379 for "Unicode name" like in other tags.
9380
9381 2009-11-29 Juri Linkov <juri@jurta.org>
9382
9383 * ediff-util.el (ediff-minibuffer-with-setup-hook):
9384 New compatibility macro.
9385 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
9386
9387 2009-11-29 Juri Linkov <juri@jurta.org>
9388
9389 Add defcustom to define the cycling order of `recenter-top-bottom'.
9390 (Bug#4981)
9391
9392 * window.el (recenter-last-op): Doc fix.
9393 (recenter-positions): New defcustom.
9394 (recenter-top-bottom): Rewrite to use `recenter-positions'.
9395 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
9396
9397 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
9398
9399 Improve integration of Tramp and ange-ftp in eshell.
9400
9401 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
9402 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
9403 (eshell/sudo): Flatten args. Let-bind `default-directory'.
9404
9405 * eshell/esh-util.el (top): Require also Tramp when compiling.
9406 (eshell-directory-files-and-attributes): Check for FTP remote
9407 connection.
9408 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
9409 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
9410 (eshell-file-attributes): Handle ".". Return `entry'.
9411
9412 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
9413 (ange-ftp-directory-files-and-attributes)
9414 (ange-ftp-real-directory-files-and-attributes): New defuns.
9415
9416 * net/tramp.el (tramp-maybe-open-connection): Open the remote
9417 shell with "exec" when possible. This prevents trailing prompts
9418 in `start-file-process'.
9419
9420 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9421
9422 Try and remove assumptions about point-min==1.
9423 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
9424 (rng-compute-mode-line-string): Show the validation percentage in
9425 terms of the narrowed text, not the widened text.
9426 (rng-do-some-validation): Don't catch internal errors when debugging.
9427 (rng-first-error): Simplify.
9428 (rng-after-change-function): Remove work around. AFAIK the bug has
9429 been fixed a while ago.
9430
9431 * image-mode.el (image-minor-mode): Exit more gracefully when the image
9432 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
9433
9434 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
9435
9436 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
9437 `cd' doesn't always do it for us (bug#5067).
9438
9439 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
9440 on 2009-10-25 as part of some other change (bug#5067).
9441
9442 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9443
9444 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
9445 `suspicious'.
9446 (byte-compile-warnings): Use byte-compile-warning-types.
9447 (byte-compile-save-excursion): Warn about use of set-buffer right
9448 after save-excursion.
9449
9450 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
9451 the excursion as well.
9452
9453 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
9454
9455 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
9456 providing a Tramp related implementation of "su" and "sudo".
9457 (eshell-unix-initialize): Add "su" and "sudo".
9458
9459 2009-11-27 Daiki Ueno <ueno@unixuser.org>
9460
9461 * net/socks.el (socks-send-command): Convert binary request to
9462 unibyte before sending. This fixes mishandling of some port
9463 numbers such as 129.
9464
9465 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9466
9467 * help.el (describe-bindings-internal): Remove `interactive'.
9468
9469 * man.el (Man-completion-table): Trim a terminating "(".
9470 Remove the space between name page a section.
9471 Add the command's description on the `help-echo' property.
9472 Remove `process-connection-type' binding since it's unused by
9473 call-process.
9474 Provide completion for the "<section> <name>" format as well.
9475 (Man-default-man-entry): Remove spurious var shadowing the argument.
9476
9477 2009-11-26 Kevin Ryde <user42@zip.com.au>
9478
9479 * log-view.el: Add "Keywords: tools", since its other keywords
9480 aren't in finder-known-keywords, and following vc.el.
9481
9482 * sha1.el (sha1-string-external): default-directory "/" in case
9483 otherwise non-existent. process-connection-type pipe for touch of
9484 efficiency recommended by elisp manual. (An aside in Bug#3911.)
9485
9486 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9487
9488 Misc coding convention cleanups.
9489 * htmlfontify.el (hfy-init-kludge-hook): Rename from
9490 hfy-init-kludge-hooks.
9491 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
9492 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
9493 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
9494 and push.
9495 (hfy-slant, hfy-weight): Use tables rather than code.
9496 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
9497 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
9498 (hfy-face-attr-for-class): Initialize `face-spec' directly.
9499 (hfy-face-to-css): Remove `nconc' with single arg.
9500 (hfy-p-to-face-lennart): Use `or'.
9501 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
9502 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
9503 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
9504 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
9505 (hfy-force-fontification): Use run-hooks.
9506
9507 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
9508
9509 Various minor fixes.
9510 * htmlfontify.el (hfy-default-header): Add toggle_invis since
9511 Javascript belongs in the header, not the body.
9512 (hfy-javascript): Remove.
9513 (hfy-fontify-buffer): Don't insert it any more.
9514 (hfy-face-at): Handle (face0 face1 face2) style face properties.
9515 Fix bug in invis handling when there were no invis props in a chunk.
9516
9517 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9518
9519 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
9520
9521 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
9522
9523 * finder.el (finder-mode-map): Add a menu.
9524
9525 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
9526
9527 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
9528 "unsigned" structs.
9529
9530 (verilog-leap-to-head, verilog-backward-token): Handle "disable
9531 fork" statement better.
9532
9533 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
9534
9535 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
9536 (verilog-delete-auto, verilog-delete-empty-auto-pair)
9537 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
9538 Reported by Clay Douglass.
9539
9540 (verilog-auto-inst, verilog-auto-star-safe)
9541 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
9542 Fix removing "// Interfaces" when saving .* expansions. Reported by
9543 Pierre-David Pfister.
9544
9545 2009-11-26 Glenn Morris <rgm@gnu.org>
9546
9547 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
9548 the scope.
9549
9550 2009-11-25 Johan Bockgård <bojohan@gnu.org>
9551
9552 * vc-annotate.el (vc-annotate-revision-previous-to-line):
9553 Really use previous revision.
9554
9555 2009-11-25 Kevin Ryde <user42@zip.com.au>
9556
9557 * man.el (Man-completion-table): default-directory "/" in case
9558 doesn't otherwise exist. process-environment COLUMNS=999 so as
9559 not to truncate long names. process-connection-type pipe to avoid
9560 any chance of hitting the pseudo-tty TIOCGWINSZ.
9561 (man): completion-ignore-case t for friendliness and since man
9562 itself is case-insensitive on the command line.
9563 Further to Bug#3717.
9564
9565 * arc-mode.el: Add "Keywords: files", so the details in its
9566 commentary can be reached from finder-by-keyword.
9567 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
9568 editing mode, but it's comms related and sgml-mode.el has "comm"
9569 on that basis too.
9570 * textmodes/bibtex-style.el: Add "Keywords: tex".
9571 * international/isearch-x.el, international/ja-dic-cnv.el:
9572 * international/ja-dic-utl.el, international/kkc.el:
9573 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
9574
9575 2009-11-25 Juri Linkov <juri@jurta.org>
9576
9577 * man.el (Man-completion-table): Modify regexp to include
9578 section names to completion strings. (Bug#3717)
9579
9580 2009-11-25 Juri Linkov <juri@jurta.org>
9581
9582 Search recursively in gzipped files. (Bug#4982)
9583
9584 * progmodes/grep.el (grep-highlight-matches): Add new options
9585 `always' and `auto'. Doc fix.
9586 (grep-process-setup): Check `grep-highlight-matches' for
9587 `auto-detect' to determine the need to compute grep defaults.
9588 Move Windows/DOS specific --colors settings handling
9589 to `grep-compute-defaults'. Check `grep-highlight-matches'
9590 to get the value of "--color=".
9591 (grep-compute-defaults): Compute `grep-highlight-matches' when it
9592 has the value `auto-detect'. Move Windows/DOS specific settings
9593 from `grep-process-setup'.
9594 (zrgrep): New command with alias `rzgrep'.
9595
9596 2009-11-25 Juri Linkov <juri@jurta.org>
9597
9598 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
9599 to nil instead of switching off view-mode. (Bug#4896)
9600
9601 2009-11-25 Juri Linkov <juri@jurta.org>
9602
9603 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
9604
9605 * mwheel.el (mwheel-scroll-up-function)
9606 (mwheel-scroll-down-function): New defvars.
9607 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
9608 `scroll-up', and `mwheel-scroll-down-function' instead of
9609 `scroll-down'.
9610
9611 * doc-view.el (doc-view-scroll-up-or-next-page)
9612 (doc-view-scroll-down-or-previous-page): Add optional ARG.
9613 Use this ARG in the call to image-scroll-up/image-scroll-down.
9614 Change `interactive' spec to "P". Goto next/previous page only
9615 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
9616 SPC/DEL case). Doc fix.
9617 (doc-view-next-line-or-next-page)
9618 (doc-view-previous-line-or-previous-page): Rename arg to ARG
9619 for consistency.
9620 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
9621 `doc-view-scroll-up-or-next-page', and buffer-local
9622 `mwheel-scroll-down-function' to
9623 `doc-view-scroll-down-or-previous-page'.
9624
9625 2009-11-25 Juri Linkov <juri@jurta.org>
9626
9627 Provide additional default values (directories at other Dired
9628 windows) via M-n in the minibuffer of some Dired commands.
9629
9630 * dired-aux.el (dired-diff, dired-compare-directories)
9631 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
9632 `minibuffer-default' in `minibuffer-with-setup-hook'.
9633 (dired-dwim-target-directory): Find a window that displays Dired
9634 buffer instead of failing when the next window is not Dired.
9635 Use `get-window-with-predicate' to find for the next Dired window.
9636 (dired-dwim-target-defaults): New function.
9637
9638 * ediff-util.el (ediff-read-file-name):
9639 Use `dired-dwim-target-defaults' to set `minibuffer-default'
9640 in `minibuffer-with-setup-hook'.
9641
9642 2009-11-25 Juri Linkov <juri@jurta.org>
9643
9644 Provide additional default values (file name at point or at the
9645 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
9646
9647 * minibuffer.el (read-file-name-defaults): New function.
9648 (read-file-name): Reset `minibuffer-default' to nil when
9649 it duplicates initial input `insdef'.
9650 Bind `minibuffer-default-add-function' to lambda that
9651 calls `read-file-name-defaults' in `minibuffer-selected-window'.
9652 (minibuffer-insert-file-name-at-point): New command.
9653
9654 * files.el (file-name-at-point-functions): New defcustom.
9655 (find-file-default): Remove defvar.
9656 (find-file-read-args): Don't use `find-file-default'.
9657 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9658 to `read-file-name'.
9659 (find-file-literally): Use `read-file-name' with
9660 `confirm-nonexistent-file-or-buffer'.
9661
9662 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
9663
9664 * dired.el (dired-read-dir-and-switches):
9665 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9666 to `read-file-name'.
9667 (dired-file-name-at-point): New function.
9668 (dired-mode): Add hook `dired-file-name-at-point' to
9669 `file-name-at-point-functions'.
9670
9671 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9672
9673 Really make the *Completions* window soft-dedicated (bug#5030).
9674 * window.el (window--display-buffer-2): Add `dedicated' argument.
9675 (display-buffer): Pass it when needed so the dedicated flag is set
9676 after calling set-window-buffer, which would otherwise reset it.
9677
9678 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9679
9680 * progmodes/meta-mode.el (meta-complete-symbol):
9681 * progmodes/etags.el (complete-tag):
9682 * mail/mailabbrev.el (mail-abbrev-complete-alias):
9683 Use completion-in-region.
9684
9685 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
9686 (dabbrev-completion): Use completion-in-region.
9687 (dabbrev--abbrev-at-point): Simplify regexp.
9688
9689 * abbrev.el (abbrev--before-point): Use word-motion functions
9690 if :regexp is not specified (bug#5031).
9691
9692 * subr.el (string-prefix-p): New function.
9693
9694 * man.el (Man-completion-cache): New var.
9695 (Man-completion-table): Use it.
9696
9697 * vc.el (vc-print-log-internal): Make `limit' optional for better
9698 compatibility (e.g. with vc-annotate.el).
9699
9700 2009-11-24 Kevin Ryde <user42@zip.com.au>
9701
9702 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
9703 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
9704
9705 * emacs-lisp/elint.el (elint-add-required-env): Better error message
9706 when .el source file not found or other error.
9707
9708 2009-11-24 Markus Triska <markus.triska@gmx.at>
9709
9710 * linum.el (linum-update-window): Ignore intangible (bug#4996).
9711
9712 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9713
9714 Handle the [back] button properly (bug#4979).
9715 * descr-text.el (describe-text-properties): Add a `buffer' argument.
9716 Use help-setup-xref, help-buffer, and with-help-window.
9717 (describe-char): Add `buffer' argument.
9718 Pass proper command to help-setup-xref. Don't meddle with
9719 help-xref-stack-item directly.
9720 (describe-text-category): Use with-help-window and help-buffer.
9721
9722 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
9723 for the displayed buffer (bug#4887).
9724
9725 * man.el (Man-completion-table): New function.
9726 (man): Use it.
9727
9728 2009-11-24 David Reitter <david.reitter@gmail.com>
9729
9730 * vc-git.el (vc-git-registered): Use checkout directory (where
9731 .git is) rather than the file's directory and a relative path spec
9732 to work around a bug in git.
9733
9734 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
9735
9736 Improve handling of processes on remote hosts.
9737
9738 * eshell/esh-util.el (eshell-path-env): New defvar.
9739 (eshell-parse-colon-path): New defun.
9740 (eshell-file-attributes): Use `eshell-parse-colon-path'.
9741
9742 * eshell/esh-ext.el (eshell-search-path):
9743 Use `eshell-parse-colon-path'.
9744 (eshell-remote-command): Remove argument HANDLER.
9745 (eshell-external-command): Check for FTP remote connection.
9746
9747 * eshell/esh-proc.el (eshell-gather-process-output):
9748 Use `file-truename', in order to start also symlinked files.
9749 Apply `start-file-process' instead of `start-process'.
9750 Shorten `command' to the local file name part.
9751
9752 * eshell/em-cmpl.el (eshell-complete-commands-list):
9753 Use `eshell-parse-colon-path'.
9754
9755 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
9756
9757 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
9758 to `eshell-directory-change-hook'.
9759
9760 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
9761
9762 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
9763 because it could be enabled automatically if view-read-only is non-nil.
9764
9765 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
9766
9767 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
9768 made on 2009-11-22.
9769
9770 2009-11-24 Glenn Morris <rgm@gnu.org>
9771
9772 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
9773 deleted variable bookmark-bmenu-bookmark-column.
9774
9775 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9776
9777 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
9778
9779 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
9780
9781 * net/browse-url.el (browse-url-filename-alist): On Windows, add
9782 two slashes to the "file:" prefix.
9783 (browse-url-file-url): De-munge Cygwin filenames before passing
9784 them to Windows browser.
9785 (browse-url-default-windows-browser): Use call-process.
9786
9787 2009-11-23 Juri Linkov <juri@jurta.org>
9788
9789 Implement DocView Continuous mode. (Bug#4896)
9790 * doc-view.el (doc-view-continuous-mode): New defcustom.
9791 (doc-view-mode-map): Bind C-n/<down> to
9792 `doc-view-next-line-or-next-page', C-p/<up> to
9793 `doc-view-previous-line-or-previous-page'.
9794 (doc-view-next-line-or-next-page)
9795 (doc-view-previous-line-or-previous-page): New commands.
9796
9797 2009-11-23 Juri Linkov <juri@jurta.org>
9798
9799 Implement Isearch in comint input history. (Bug#3746)
9800 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
9801 `isearch-mode-hook'.
9802 (comint-history-isearch): New defcustom.
9803 (comint-history-isearch-backward)
9804 (comint-history-isearch-backward-regexp): New commands.
9805 (comint-history-isearch-message-overlay): New buffer-local variable.
9806 (comint-history-isearch-setup, comint-history-isearch-end)
9807 (comint-goto-input, comint-history-isearch-search)
9808 (comint-history-isearch-message, comint-history-isearch-wrap)
9809 (comint-history-isearch-push-state)
9810 (comint-history-isearch-pop-state): New functions.
9811
9812 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
9813
9814 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
9815 return.
9816 (tramp-handle-make-symbolic-link)
9817 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
9818 Quote file names.
9819 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
9820 (tramp-handle-process-file): Use it.
9821
9822 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9823
9824 * window.el (move-to-window-line-last-op): Remove.
9825 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
9826
9827 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
9828
9829 Make M-r mirror the new cycling behavior of C-l.
9830 * window.el (move-to-window-line-last-op): New var.
9831 (move-to-window-line-top-bottom): New command.
9832 (global-map): Bind M-r move-to-window-line-top-bottom.
9833
9834 2009-11-23 Sven Joachim <svenjoac@gmx.de>
9835
9836 * dired-x.el (dired-guess-shell-alist-default):
9837 Support xz format. (Bug#4953)
9838
9839 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
9840
9841 * emulation/viper-cmd.el: Use viper-last-command-char instead of
9842 last-command-char/last-command-event.
9843 (viper-prefix-arg-value): Do correct conversion of event-char for
9844 XEmacs.
9845
9846 * emulation/viper-util.el, emulation/viper.el:
9847 Use viper-last-command-char instead of
9848 last-command-char/last-command-event.
9849
9850 * ediff-init.el, ediff-mult.el, ediff-util.el:
9851 Replace last-command-char and last-command-event
9852 with (ediff-last-command-char) everywhere.
9853
9854 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
9855 created in fundamental mode.
9856
9857 * ediff.el (ediff-version): Revert the change of interactive-p to
9858 called-interactively-p.
9859
9860 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
9861
9862 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
9863 generation from word-movement command names.
9864
9865 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
9866
9867 * cus-start.el (all): Add native condition for font-use-system-font.
9868
9869 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
9870
9871 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9872 Correct the patch from 2009-11-18. (Bug#3910)
9873
9874 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
9875
9876 * progmodes/subword.el: Rename from lisp/subword.el.
9877
9878 * subword.el: Rename to progmodes/subword.el.
9879
9880 * Makefile.in (ELCFILES): Adapt to subword.el move.
9881
9882 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9883 Stefan Monnier <monnier@iro.umontreal.ca>
9884
9885 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
9886 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
9887 (bookmark-bmenu-show-filenames): Use push.
9888 (bookmark-bmenu-hide-filenames): Use local var instead of
9889 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
9890 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
9891 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
9892 filenames now that the bookmark names are always available.
9893
9894 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9895
9896 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
9897 (bookmark-search-pattern): Move and leave unbound.
9898 (bookmark-bmenu-mode-map): Change binding.
9899 (bookmark-read-search-input): Simplify.
9900 Don't use text-char-description. Don't error on non-char events.
9901 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
9902 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
9903 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
9904 Use a local var for the timer.
9905 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
9906 (i.e. bookmark-bmenu-search).
9907
9908 2009-11-21 Glenn Morris <rgm@gnu.org>
9909
9910 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
9911
9912 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
9913
9914 * net/browse-url.el (browse-url-default-windows-browser):
9915 Use cygstart for cygwin.
9916
9917 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
9918
9919 * bookmark.el: Formatting and doc fixes only:
9920 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
9921 (bookmark-bmenu-search): Wrap to fit within 80 columns.
9922 Minor grammar and punctuation fixes in doc string.
9923 (bookmark-read-search-input): Adjust to fit within 80 columns.
9924
9925 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
9926
9927 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
9928 (c-backward-into-nomenclature): Adapt to subword renaming.
9929
9930 * subword.el (subword-forward, subword-backward, subword-mark)
9931 (subword-kill, subword-backward-kill, subword-transpose)
9932 (subword-downcase, subword-upcase, subword-capitalize)
9933 (subword-forward-internal, subword-backward-internal):
9934 Rename from forward-subword, backward-subword, mark-subword,
9935 kill-subword, backward-kill-subword, transpose-subwords,
9936 downcase-subword, upcase-subword, capitalize-subword,
9937 forward-subword-internal, backward-subword-internal.
9938
9939 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9940
9941 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
9942 New options.
9943 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
9944 New vars.
9945 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
9946 (bookmark-bmenu-filter-alist-by-regexp)
9947 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
9948 (bookmark-bmenu-search): New command.
9949 (bookmark-bmenu-mode-map): Bind it.
9950
9951 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
9952
9953 * progmodes/cc-cmds.el: declare-functioned forward-subword and
9954 backward-subword to quit the byte-compiler.
9955
9956 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
9957
9958 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
9959
9960 * progmodes/cc-cmds.el (c-update-modeline)
9961 (c-forward-into-nomenclature, c-backward-into-nomenclature):
9962 Refer to subword.el functions instead of cc-subword.el.
9963
9964 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
9965 subword.el functions instead of cc-subword.el.
9966
9967 * progmodes/cc-subword.el: Rename to subword.el.
9968 * subword.el: Rename from progmodes/cc-subword.el.
9969 (subword-mode-map): Rename from c-subword-mode-map.
9970 (subword-mode): Rename from c-subword-mode.
9971 (global-subword-mode): New global minor mode.
9972 (forward-subword): Rename from c-forward-subword.
9973 (backward-subword): Rename from c-backward-subword.
9974 (mark-subword): Rename from c-mark-subword.
9975 (kill-subword): Rename from c-kill-subword.
9976 (backward-kill-subword): Rename from c-backward-kill-subword.
9977 (transpose-subwords): Rename from c-tranpose-subword.
9978 (downcase-subword): Rename from c-downcase-subword.
9979 (capitalize-subword): Rename from c-capitalize-subword.
9980 (forward-subword-internal): Rename from c-forward-subword-internal.
9981 (backward-subword-internal): Rename from c-backward-subword-internal.
9982
9983 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
9984
9985 * vc.el (vc-deduce-fileset): Allow non-state changing operations
9986 from a dired buffer.
9987 (vc-dired-deduce-fileset): New function.
9988 (vc-root-diff, vc-print-root-log): Use it.
9989
9990 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
9991 nil LIMIT argument to vc-print-log-internal.
9992
9993 2009-11-20 Glenn Morris <rgm@gnu.org>
9994
9995 * Makefile.in (ELCFILES): Regenerate.
9996
9997 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
9998
9999 * calc/calc.el (calc-set-mode-line):
10000 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10001 (math-format-number): Rename `math-format-complement-signed' to
10002 `math-format-twos-complement'.
10003
10004 * calc/calc-bin.el (math-format-twos-complement): Rename from
10005 math-format-complement-signed.
10006 (calc-radix): Rename `calc-complement-signed-mode' to
10007 `calc-twos-complement-mode'.
10008 (calc-octal-radix, calc-hex-radix): Add an argument for
10009 two's complement.
10010
10011 * calc/calc-embed.el (calc-embedded-mode-vars):
10012 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10013
10014 * calc/calc-ext.el (calc-init-extensions):
10015 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10016 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
10017
10018 * calc/calc-units.el (math-build-units-table-buffer):
10019 Let `calc-twos-complement-mode' be nil.
10020
10021 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
10022 entries.
10023
10024 * calc/calc-vec.el (calcFunc-vunpack):
10025 * calc/calc-aent.el (calc-do-calc-eval):
10026 * calc/calc-forms.el (math-format-date):
10027 * calc/calc-graph.el (calc-graph-plot):
10028 * calc/calc-math.el (math-use-emacs-fn):
10029 * calc/calccomp.el (math-compose-expr):
10030 Let `calc-twos-complement-mode' be nil.
10031
10032 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10033
10034 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
10035 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
10036 * minibuffer.el (completion-in-region-functions): New hook.
10037 (completion-in-region): New function.
10038 * emacs-lisp/lisp.el (lisp-complete-symbol):
10039 * pcomplete.el (pcomplete-std-complete): Use it.
10040
10041 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10042
10043 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
10044 (latex-complete-alist): New vars.
10045 (latex-string-prefix-p, latex-complete-bibtex-keys)
10046 (latex-complete-envnames, latex-complete-refkeys)
10047 (latex-complete-data): New functions.
10048 (latex-complete, latex-indent-or-complete): New commands.
10049
10050 * window.el (display-buffer-mark-dedicated): New var.
10051 (display-buffer): Obey it.
10052 * minibuffer.el (minibuffer-completion-help): Use it.
10053
10054 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
10055
10056 * filecache.el (file-cache-add-file): Use push and cons.
10057 (file-cache-delete-file-regexp): Use push.
10058 (file-cache-complete): Use completion-in-region.
10059
10060 * simple.el (with-wrapper-hook): Fix thinko.
10061
10062 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
10063 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
10064 Use with-current-buffer and string-to-number.
10065 (hfy-fallback-colour-values): Use assoc-string.
10066 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
10067 (hfy-face-at): Remove unused var `found-face'.
10068 (hfy-compile-stylesheet): Remove unused var `css'.
10069 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
10070 and `orig-buffer'.
10071 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
10072 Use with-current-buffer.
10073 (hfy-text-p): Use expand-file-name and fewer setq.
10074
10075 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
10076
10077 * htmlfontify.el, hfy-cmap.el: New files.
10078
10079 2009-11-19 Juri Linkov <juri@jurta.org>
10080
10081 * minibuffer.el (completions-format): New defcustom.
10082 (completion--insert-strings): Implement vertical format.
10083
10084 * simple.el (switch-to-completions): Move point to the first
10085 completion when point was at the beginning of the buffer.
10086
10087 2009-11-19 Juri Linkov <juri@jurta.org>
10088
10089 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
10090
10091 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
10092
10093 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
10094
10095 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
10096 (mail-signature): Change default to t.
10097 (mail-from-style): Deprecate `system-default' value.
10098 (mail-insert-from-field): For default value of mail-from-style,
10099 default to `angles' unless `angles' needs quoting and `parens'
10100 does not.
10101 (mail-citation-prefix-regexp): Use citation regexp from
10102 message-mode.
10103
10104 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
10105
10106 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10107 Set variables for computing the prompt for reading password.
10108
10109 2009-11-19 Glenn Morris <rgm@gnu.org>
10110
10111 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
10112
10113 * textmodes/flyspell.el (sgml-lexical-context): Declare.
10114
10115 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
10116 (newsticker-treeview-listwindow-height): Fix custom type.
10117
10118 2009-11-19 Kenichi Handa <handa@m17n.org>
10119
10120 * descr-text.el (describe-char-padded-string): Compose with TAB
10121 only if there's a font for CH.
10122 (describe-char): Fix the condition for detecting a trivial composition.
10123
10124 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
10125
10126 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
10127 more accurate version of the regexp. (Bug#3910)
10128
10129 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
10130
10131 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
10132
10133 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
10134
10135 * font-setting.el (font-use-system-font): Declare for byte-compiler.
10136 (font-setting-change-default-font): Fix typo in docstring.
10137
10138 2009-11-18 Alan Mackenzie <acm@muc.de>
10139
10140 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
10141
10142 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10143
10144 * font-setting.el (font-use-system-font): Move ...
10145
10146 * cus-start.el (all): ... to here.
10147
10148 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
10149
10150 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
10151 Don't set `ad-return-value' if `ad-do-it' doesn't.
10152
10153 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
10154 modification time.
10155
10156 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10157
10158 * menu-bar.el: Put "Use system font" in Option-menu.
10159 (menu-bar-options-save): Add font-use-system-font.
10160
10161 * loadup.el: If feature system-font-setting or font-render-setting is
10162 there, load font-setting.
10163
10164 * Makefile.in (ELCFILES): Add font-settings.el.
10165 * font-setting.el: New file.
10166
10167 2009-11-17 Glenn Morris <rgm@gnu.org>
10168
10169 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
10170
10171 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
10172 Preserve point in the list buffer. (Bug#4939)
10173 Use point-at-eol.
10174 (newsticker--treeview-list-update-highlight)
10175 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
10176
10177 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10178
10179 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
10180 Remove.
10181
10182 * calc/calc-ext.el (calc-init-extensions): Remove references to
10183 symclip.
10184
10185 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
10186
10187 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
10188 * calc/calc-help.el (calc-b-prefix-help): Remove references to
10189 `calc-symclip'.
10190
10191 2009-11-16 Kevin Ryde <user42@zip.com.au>
10192
10193 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10194 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
10195
10196 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
10197 (lm-keywords-list): Allow comma-only separator like "foo,bar".
10198 Ignore trailing spaces by omit-nulls to split-string (fixing
10199 regression from Emacs 21 due to the incompatible split-string
10200 change). (Bug #4928.)
10201
10202 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
10203
10204 * vc.el (vc-log-show-limit): Default to 2000.
10205 (vc-print-log-internal): Insert buttons to request more entries
10206 when limiting the output.
10207
10208 * vc-sccs.el (vc-sccs-print-log):
10209 * vc-rcs.el (vc-rcs-print-log):
10210 * vc-cvs.el (vc-cvs-print-log):
10211 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
10212 LIMIT is non-nil.
10213
10214 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
10215
10216 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
10217 error when `tramp-gvfs-dbus-event-vector' is set.
10218 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
10219
10220 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10221
10222 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
10223
10224 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
10225
10226 * net/dbus.el (dbus-unregister-service): New defun.
10227 (dbus-register-property): Register the handlers of
10228 "org.freedesktop.DBus.Properties" for SERVICE.
10229 (dbus-property-handler): Fix docstring.
10230
10231 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10232
10233 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
10234 Quote doc string reference in defvaralias as it is not in special form.
10235 (byte-compile-output-docform): Doc fix.
10236
10237 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10238
10239 * calc/calc.el (math-2-word-size, math-half-2-word-size)
10240 (calc-complement-signed-mode): New variables.
10241 (calc-set-mode-line): Add indicator for twos-complements.
10242 (math-format-number): Format twos-complement notation.
10243
10244 * calc/calc-bin.el (calc-word-size): Reset the variables
10245 `math-2-word-size' and `math-half-2-word-size'.
10246 (math-format-complement-signed, math-symclip, calcFunc-symclip)
10247 (calc-symclip): New functions.
10248
10249 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
10250
10251 * calc/calc-embed.el (calc-embedded-mode-vars):
10252 Add `calc-complement-signed-mode' to the list of modes.
10253
10254 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
10255 (calc-b-oper-keys): Add `calc-symclip' to list.
10256
10257 * calc/calc-ext.el (math-read-number-fancy): Read complement
10258 signed numbers.
10259 (calc-init-extensions): Add binding for `calc-symclip'.
10260 Add autoload for `calcFunc-symclip' and `calc-symclip'.
10261
10262 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
10263 `calc-symclip'.
10264 (calc-modes-menu): Add item for twos complement mode.
10265
10266 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
10267
10268 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
10269
10270 * register.el (jump-to-register, insert-register): Handle Semantic
10271 tags. From commented-out advice in semantic/senator.el.
10272
10273 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10274
10275 * vc.el (vc-log-show-limit): New variable.
10276 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
10277 when using a prefix argument.
10278 (vc-print-log-internal): Add new argument LIMIT.
10279
10280 * vc-svn.el (vc-svn-print-log):
10281 * vc-mtn.el (vc-mtn-print-log):
10282 * vc-hg.el (vc-hg-print-log):
10283 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
10284 pass it to the log command when set. Make the BUFFER argument
10285 non-optional.
10286
10287 * vc-sccs.el (vc-sccs-print-log):
10288 * vc-rcs.el (vc-rcs-print-log):
10289 * vc-git.el (vc-git-print-log):
10290 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
10291 ignore it. Make the BUFFER argument non-optional
10292
10293 * bindings.el (mode-line-buffer-identification): Do not purecopy.
10294
10295 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
10296
10297 * dired.el (dired-mode-map): Move encryption items to "Operate"
10298 menu (Bug#4703).
10299
10300 * strokes.el (strokes-update-window-configuration): Make strokes
10301 buffer current before erasing (Bug#4906).
10302
10303 2009-11-15 Juri Linkov <juri@jurta.org>
10304
10305 * simple.el (set-mark-default-inactive): Add :type, :group
10306 and :version. (Bug#4876)
10307
10308 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
10309
10310 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
10311 (archive-unique-fname): ... here. (Bug#4929)
10312
10313 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10314
10315 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
10316 with a real fix.
10317
10318 * novice.el (disabled-command-function): Add useful args.
10319 Setup the help buffer so that [back] works.
10320 Remove redundant call to help-mode.
10321 (disabled-command-function): Use `case'.
10322 (en/disable-command): New function extracted from enable-command.
10323 (enable-command, disable-command): Use it.
10324
10325 2009-11-14 Glenn Morris <rgm@gnu.org>
10326
10327 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
10328 constants. (Bug#4913)
10329
10330 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
10331
10332 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
10333
10334 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
10335 defined in C that have no doc-strings. (Bug#1063)
10336
10337 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
10338
10339 * cus-edit.el (data, files):
10340 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
10341
10342 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
10343
10344 * simple.el (shell-command): Doc fix (Bug#4891).
10345
10346 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
10347
10348 2009-11-14 Glenn Morris <rgm@gnu.org>
10349
10350 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
10351 statements for vc-diff, emerge-quit, and rmail-cease-edit.
10352 If they are already loaded, eval-after-load will do the right thing.
10353
10354 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
10355 compiling.
10356
10357 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
10358
10359 * simple.el (x-selection-owner-p): Declare.
10360 (read-mail-command): Use custom radio type rather than choice.
10361 (completion-no-auto-exit): Doc fix.
10362
10363 * custom.el (defgroup):
10364 * epg-config.el (epg): Doc fixes.
10365
10366 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10367
10368 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10369 * international/ccl.el (define-ccl-program): Do not purecopy the
10370 docstring, defconst does it anyway.
10371
10372 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10373
10374 * add-log.el (add-change-log-entry): Avoid displaying the changelog
10375 a second time.
10376
10377 * x-dnd.el (x-dnd-maybe-call-test-function):
10378 * window.el (split-window-vertically):
10379 * whitespace.el (whitespace-help-on):
10380 * vc-rcs.el (vc-rcs-consult-headers):
10381 * userlock.el (ask-user-about-lock-help)
10382 (ask-user-about-supersession-help):
10383 * type-break.el (type-break-force-mode-line-update):
10384 * time-stamp.el (time-stamp-conv-warn):
10385 * terminal.el (te-set-output-log, te-more-break, te-filter)
10386 (te-sentinel, terminal-emulator):
10387 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10388 (term-write-input-ring, term-check-source, term-start-output-log):
10389 (term-display-buffer-line, term-dynamic-list-completions):
10390 (term-ansi-make-term, serial-term):
10391 * subr.el (selective-display):
10392 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10393 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
10394 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
10395 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
10396 (speedbar-remove-localized-speedbar-support)
10397 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
10398 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
10399 (speedbar-buffers-line-directory):
10400 * simple.el (shell-command-on-region, append-to-buffer)
10401 (prepend-to-buffer):
10402 * shadowfile.el (shadow-save-todo-file):
10403 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
10404 (scroll-bar-maybe-set-window-start):
10405 * sb-image.el (speedbar-image-dump):
10406 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
10407 (load-save-place-alist-from-file):
10408 * ps-samp.el (ps-print-message-from-summary):
10409 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
10410 (ps-background-image, ps-begin-job, ps-do-despool):
10411 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
10412 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
10413 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
10414 (pr-call-process, pr-file-list, pr-interface-save):
10415 * novice.el (disabled-command-function)
10416 (enable-command, disable-command):
10417 * mouse.el (mouse-buffer-menu-alist):
10418 * mouse-copy.el (mouse-kill-preserving-secondary):
10419 * macros.el (kbd-macro-query):
10420 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
10421 * informat.el (batch-info-validate):
10422 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
10423 * hippie-exp.el (try-expand-dabbrev-visible):
10424 * help-mode.el (help-make-xrefs):
10425 * help-fns.el (describe-variable):
10426 * generic-x.el (bat-generic-mode-run-as-comint):
10427 * finder.el (finder-mouse-select):
10428 * find-dired.el (find-dired-sentinel):
10429 * filesets.el (filesets-file-close):
10430 * files.el (list-directory):
10431 * faces.el (list-faces-display, describe-face):
10432 * facemenu.el (list-colors-display):
10433 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
10434 * epg.el (epg--process-filter, epg-cancel):
10435 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
10436 (epa--read-signature-type):
10437 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
10438 (emerge-file-names):
10439 * ehelp.el (electric-helpify):
10440 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
10441 * ediff-vers.el (rcs-ediff-view-revision):
10442 * ediff-util.el (ediff-setup):
10443 * ediff-mult.el (ediff-append-custom-diff):
10444 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
10445 (ediff-wordify):
10446 * echistory.el (Electric-command-history-redo-expression):
10447 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10448 * disp-table.el (describe-display-table):
10449 * dired.el (dired-find-buffer-nocreate):
10450 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
10451 * dabbrev.el (dabbrev--same-major-mode-p):
10452 * chistory.el (list-command-history):
10453 * apropos.el (apropos-documentation):
10454 * allout.el (allout-obtain-passphrase):
10455 (allout-copy-exposed-to-buffer):
10456 (allout-verify-passphrase): Use with-current-buffer.
10457
10458 2009-11-13 Glenn Morris <rgm@gnu.org>
10459
10460 * Makefile.in (ELCFILES): Regenerate.
10461
10462 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
10463
10464 * net/dbus.el (dbus-registered-objects-table): Rename from
10465 `dbus-registered-functions-table', because it contains also properties.
10466 (dbus-unregister-object): Unregister also properties.
10467 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10468 Use a timeout of 500 msec, in order to not block.
10469 (dbus-register-property, dbus-property-handler): New defuns.
10470
10471 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10472
10473 * simple.el (minibuffer-default-add-completions): Drop deprecated
10474 4th arg.
10475
10476 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
10477
10478 * textmodes/artist.el (artist-mouse-choose-operation):
10479 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
10480 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
10481 (artist-compute-up-event-key): New function.
10482 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
10483
10484 2009-11-13 Kenichi Handa <handa@m17n.org>
10485
10486 * language/japan-util.el: Make sure that the value of jisx0208
10487 property is jisx0208 character.
10488
10489 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
10490
10491 * international/mule.el (auto-coding-regexp-alist): Only purecopy
10492 car or each item, not the whole list.
10493
10494 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
10495
10496 * minibuffer.el (minibuffer-completion-help):
10497 Use minibuffer-hide-completions.
10498
10499 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
10500
10501 * dired.el (dired-save-positions, dired-restore-positions): New funs.
10502 (dired-revert): Use them (bug#4880).
10503
10504 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10505
10506 * tooltip.el (tooltip-frame-parameters): Undo previous change.
10507
10508 2009-11-12 Juri Linkov <juri@jurta.org>
10509
10510 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
10511 New functions.
10512 (find-file-literally-at-point): Alias of `ffap-literally'.
10513
10514 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10515
10516 * textmodes/ispell.el (ispell-skip-region-alist):
10517 * textmodes/css-mode.el (auto-mode-alist):
10518 * progmodes/compile.el (auto-mode-alist):
10519 * international/mule.el (ctext-non-standard-encodings-alist)
10520 (ctext-non-standard-encodings-regexp):
10521 * simple.el (shell-command-switch, text-read-only):
10522 * replace.el (occur-mode-map):
10523 * paths.el (rmail-file-name):
10524 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
10525 * find-file.el (ff-special-constructs):
10526 * files.el (file-name-handler-alist):
10527 * composite.el: Purecopy strings.
10528
10529 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
10530
10531 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10532
10533 * widget.el (define-widget): Purecopy the docstring.
10534 * international/mule-cmds.el (charset): Do not purecopy the
10535 docstring here, define-widget does it.
10536
10537 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10538 * textmodes/bibtex-style.el (auto-mode-alist):
10539 * progmodes/inf-lisp.el (inferior-lisp-prompt):
10540 * progmodes/compile.el (compile-command):
10541 * language/korea-util.el (default-korean-keyboard):
10542 * international/mule-conf.el (file-coding-system-alist):
10543 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
10544 * tooltip.el (tooltip-frame-parameters):
10545 * newcomment.el (comment-end, comment-padding):
10546 * dired.el (dired-trivial-filenames):
10547 * comint.el (comint-file-name-prefix): Purecopy initial values.
10548
10549 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
10550
10551 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
10552 (tramp-advice-minibuffer-electric-tilde): Unload advices via
10553 `tramp-unload'.
10554 (tramp-advice-make-auto-save-file-name)
10555 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
10556 after removing the advice.
10557
10558 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10559
10560 * progmodes/grep.el (grep-regexp-alist):
10561 * international/mule-cmds.el (iso-2022-control-alist):
10562 * emacs-lisp/timer.el (timer-duration-words):
10563 * subr.el (version-separator, version-regexp-alist):
10564 * minibuffer.el (completion-styles-alist):
10565 * faces.el (face-attribute-name-alist, list-faces-sample-text):
10566 Change defvars to defconsts.
10567
10568 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
10569 * loadup.el ("international/mule-conf"): Load the byte compiled version.
10570 * international/mule-conf.el: Allow to be byte compiled.
10571
10572 * international/mule.el (define-charset): Purecopy props.
10573 (load-with-code-conversion): Purecopy doc string and file name.
10574 (put-charset-property): Purecopy strings.
10575 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
10576
10577 * international/mule-cmds.el (register-input-method): Purecopy arguments.
10578 (define-char-code-property): Correctly purecopy the table.
10579
10580 * international/ccl.el (define-ccl-program): Purecopy the docstring.
10581
10582 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
10583
10584 * subr.el (add-hook): Purecopy strings.
10585 (eval-after-load): Purecopy load-history-regexp and the form.
10586
10587 * custom.el (custom-declare-group): Purecopy load-file-name.
10588
10589 * subr.el (menu-bar-separator): New defconst.
10590 * net/eudc.el (eudc-tools-menu):
10591 * international/mule-cmds.el (set-coding-system-map)
10592 (mule-menu-keymap):
10593 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10594 * vc-hooks.el (vc-menu-map):
10595 * replace.el (occur-mode-map):
10596 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
10597 (menu-bar-edit-menu, menu-bar-goto-menu)
10598 (menu-bar-custom-menu, menu-bar-showhide-menu)
10599 (menu-bar-options-menu, menu-bar-tools-menu)
10600 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
10601 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
10602 (menu-bar-help-menu):
10603 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
10604 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
10605
10606 * term/x-win.el (x-gtk-stock-map):
10607 * progmodes/vera-mode.el (auto-mode-alist):
10608 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
10609 (inferior-lisp-program, inferior-lisp-load-command):
10610 * progmodes/hideshow.el (hs-special-modes-alist):
10611 * progmodes/gud.el (same-window-regexps):
10612 * progmodes/grep.el (grep-program, find-program, xargs-program):
10613 * net/telnet.el (same-window-regexps):
10614 * net/rlogin.el (same-window-regexps):
10615 * language/ethiopic.el (font-ccl-encoder-alist):
10616 * vc-sccs.el (vc-sccs-master-templates):
10617 * vc-rcs.el (vc-rcs-master-templates):
10618 * subr.el (cl-assertion-failed):
10619 * simple.el (next-error-overlay-arrow-position):
10620 * lpr.el (lpr-command):
10621 * locate.el (locate-ls-subdir-switches):
10622 * info.el (same-window-regexps, info)
10623 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10624 * image-mode.el (image-mode, auto-mode-alist):
10625 * hippie-exp.el (hippie-expand-ignore-buffers):
10626 * format.el (format-alist):
10627 * find-dired.el (find-ls-subdir-switches, find-grep-options)
10628 (find-name-arg):
10629 * facemenu.el (facemenu-keybindings):
10630 * dired.el (dired-listing-switches, dired-chown-program):
10631 * diff.el (diff-switches, diff-command):
10632 * cus-edit.el (same-window-regexps):
10633 * bindings.el (mode-line-mule-info)
10634 (mode-line-buffer-identification): Purecopy strings.
10635
10636 2009-11-11 Juri Linkov <juri@jurta.org>
10637
10638 * simple.el (dired-get-filename) <declare-function>:
10639 Tell the byte-compiler about dired-get-filename.
10640 (shell-command): In Dired mode, get filename from the current line
10641 as the default value.
10642
10643 2009-11-10 Glenn Morris <rgm@gnu.org>
10644
10645 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
10646 * calendar/holidays.el, progmodes/cperl-mode.el:
10647 Update x-popup-menu declarations.
10648
10649 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
10650 (list-load-path-shadows): Use dolist.
10651 (list-load-path-shadows): Use with-current-buffer.
10652
10653 2009-11-10 Juri Linkov <juri@jurta.org>
10654
10655 * minibuffer.el (read-file-name): Support a list of default values
10656 in `default-filename'. Use the first file name where only one
10657 element is required. Doc fix.
10658
10659 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
10660
10661 * net/dbus.el (dbus-unregister-object): Release service, if no
10662 other method is registered for it.
10663
10664 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
10665
10666 * bookmark.el (bookmark-completing-read): Sort bookmark names if
10667 bookmark-sort-flag is non-nil (Bug#4653).
10668
10669 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
10670
10671 * emulation/cua-base.el: Add CUA property to some CC mode commands
10672 (Bug#4100).
10673
10674 2009-11-08 Kevin Ryde <user42@zip.com.au>
10675
10676 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
10677 at end of sentence (Bug#4818).
10678
10679 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
10680
10681 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10682 Handle "see declaration of" MSFT statements (Bug#4100).
10683
10684 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
10685
10686 * net/tramp.el (tramp-advice-make-auto-save-file-name)
10687 (tramp-advice-file-expand-wildcards): Unload via
10688 `ad-remove-advice'.
10689
10690 * net/trampver.el: Update release number.
10691
10692 2009-11-08 Kevin Ryde <user42@zip.com.au>
10693
10694 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
10695 `ad-do-it'.
10696
10697 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
10698
10699 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
10700 in order to keep context in SELinux.
10701
10702 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
10703
10704 * dired-aux.el (dired-query): Place cursor in echo area and allow
10705 C-g.
10706
10707 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
10708 menu item if not on a directory (Bug#4701).
10709
10710 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
10711
10712 Sync with Tramp 2.1.17.
10713
10714 * net/tramp.el (tramp-handle-copy-directory): Don't use
10715 `file-remote-p' (due to compatibility).
10716
10717 * net/tramp-compat.el (tramp-compat-copy-directory)
10718 (tramp-compat-delete-directory): New defuns.
10719
10720 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10721 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
10722 `tramp-compat-delete-directory'.
10723
10724 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10725 (tramp-smb-handle-delete-directory): Use
10726 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
10727
10728 * net/trampver.el: Update release number.
10729
10730 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
10731
10732 * tar-mode.el (tar-copy): Call write-region on the right buffer
10733 (Bug#4857).
10734
10735 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
10736 by hand, if necessary (Bug#4878).
10737
10738 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
10739
10740 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
10741 align size column (Bug#4839).
10742
10743 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
10744 statement.
10745
10746 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
10747
10748 * progmodes/ld-script.el (auto-mode-alist):
10749 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
10750
10751 * cus-face.el (custom-declare-face): Purecopy face spec.
10752
10753 2009-11-06 Kenichi Handa <handa@m17n.org>
10754
10755 * international/uni-bidi.el: Re-generated.
10756 * international/uni-category.el: Re-generated.
10757 * international/uni-combining.el: Re-generated.
10758 * international/uni-mirrored.el: Re-generated.
10759
10760 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
10761
10762 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
10763 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
10764 (tex-start-options, slitex-run-command, latex-run-command)
10765 (tex-run-command, tex-directory):
10766 * textmodes/ispell.el (ispell-html-skip-alists)
10767 (ispell-tex-skip-alists, ispell-tex-skip-alists):
10768 * textmodes/fill.el (adaptive-fill-first-line-regexp):
10769 (adaptive-fill-regexp):
10770 * textmodes/dns-mode.el (auto-mode-alist):
10771 * progmodes/python.el (interpreter-mode-alist):
10772 * progmodes/etags.el (tags-compression-info-list):
10773 * progmodes/etags.el (tags-file-name):
10774 * net/browse-url.el (browse-url-galeon-program)
10775 (browse-url-firefox-program):
10776 * mail/sendmail.el (mail-signature-file)
10777 (mail-citation-prefix-regexp):
10778 * international/mule-conf.el (eight-bit):
10779 * international/latexenc.el (latex-inputenc-coding-alist):
10780 * international/fontset.el (x-pixel-size-width-font-regexp):
10781 * emacs-lisp/warnings.el (warning-type-format):
10782 * emacs-lisp/trace.el (trace-buffer):
10783 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
10784 (emacs-lisp-mode-map):
10785 * calendar/holidays.el (holiday-solar-holidays)
10786 (holiday-bahai-holidays, holiday-islamic-holidays)
10787 (holiday-christian-holidays, holiday-hebrew-holidays)
10788 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
10789 (hebrew-holidays-1, holiday-oriental-holidays)
10790 (holiday-general-holidays):
10791 * x-dnd.el (x-dnd-known-types):
10792 * tool-bar.el (tool-bar):
10793 * startup.el (site-run-file):
10794 * shell.el (shell-dumb-shell-regexp):
10795 * rfn-eshadow.el (file-name-shadow-tty-properties)
10796 (file-name-shadow-properties):
10797 * paths.el (remote-shell-program, news-directory):
10798 * mouse.el ([C-down-mouse-3]):
10799 * menu-bar.el (menu-bar-tools-menu):
10800 * jka-cmpr-hook.el (jka-compr-load-suffixes)
10801 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
10802 (jka-compr-compression-info-list):
10803 * isearch.el (search-whitespace-regexp):
10804 * image-file.el (image-file-name-extensions):
10805 * find-dired.el (find-ls-option):
10806 * files.el (directory-listing-before-filename-regexp)
10807 (directory-free-space-args, insert-directory-program)
10808 (list-directory-brief-switches, magic-fallback-mode-alist)
10809 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
10810 (automount-dir-prefix):
10811 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
10812 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
10813 (face-font-registry-alternatives, face-font-registry-alternatives)
10814 (face-font-family-alternatives):
10815 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
10816 (facemenu-foreground-menu, facemenu-face-menu):
10817 * epa-hook.el (epa-file-name-regexp):
10818 * dnd.el (dnd-protocol-alist):
10819 * textmodes/rst.el (auto-mode-alist):
10820 * button.el (default-button): Purecopy strings.
10821
10822 2009-11-06 Glenn Morris <rgm@gnu.org>
10823
10824 * Makefile.in (ELCFILES): Update.
10825
10826 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
10827
10828 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
10829 * emacs-lisp/levents.el: Move to obsolete/levents.el.
10830
10831 * nxml/xsd-regexp.el (xsdre-gen-categories):
10832 * nxml/xmltok.el (xmltok-parse-entity):
10833 * nxml/rng-parse.el (rng-parse-validate-file):
10834 * nxml/rng-maint.el (rng-format-manual)
10835 (rng-manual-output-force-new-line):
10836 * nxml/rng-loc.el (rng-save-schema-location-1):
10837 * nxml/rng-cmpct.el (rng-c-parse-file):
10838 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
10839 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
10840
10841 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
10842
10843 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
10844 Remove extra save-excursions and make-variable-buffer-local's.
10845 Suggested by Stefan Monnier.
10846
10847 (verilog-getopt-file, verilog-module-inside-filename-p)
10848 (verilog-set-define): Merge GNU 1.35 and repair changes from
10849 switching to using with-current-buffer.
10850
10851 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
10852 being treated as a number and confusing AUTORESET.
10853 Reported by Dan Dever.
10854
10855 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
10856 Add verilog-auto-ignore-concat to fix backward compatibility with
10857 older verilog-modes. Reported by Dan Katz.
10858
10859 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
10860 containing closing anchors "...$".
10861
10862 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
10863 Reported by Wade Smith.
10864
10865 (verilog-batch-execute-func): Comment on function usage.
10866
10867 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
10868
10869 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
10870 for labels.
10871
10872 (verilog-label-re, verilog-calc-1): Support proper indent of named
10873 asserts.
10874
10875 (verilog-backward-token, verilog-basic-complete-re)
10876 (verilog-beg-of-statement, verilog-indent-re): Support proper
10877 indent of the assert statement at the beginning of a block of text.
10878
10879 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
10880 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
10881 tokens as begins.
10882
10883 2009-11-05 Glenn Morris <rgm@gnu.org>
10884
10885 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
10886 Emacs 19. (Bug#1531)
10887 (byte-compile-fix-header): Update for the above change.
10888 Drop test for epoch::version.
10889
10890 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
10891 * cus-dep.el (custom-make-dependencies):
10892 * finder.el (finder-compile-keywords):
10893 Use autoload-rubric's feature argument.
10894
10895 * calendar/diary-lib.el (top-level): Make load behave more like require.
10896
10897 * vc-git.el (vc-git-stash-map): Move definition before use.
10898
10899 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
10900
10901 * custom.el (custom-declare-group): Purecopy standard-value.
10902 (custom-declare-group): Purecopy custom-prefix.
10903
10904 * international/mule.el (load-with-code-conversion):
10905 Call do-after-load-evaluation unconditionally.
10906
10907 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
10908
10909 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
10910
10911 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
10912
10913 2009-11-04 Glenn Morris <rgm@gnu.org>
10914
10915 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
10916 (byte-compile-compatibility): Remove option.
10917 (byte-compile-close-variables, byte-compile-fix-header)
10918 (byte-compile-insert-header, byte-compile-output-docform)
10919 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
10920 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
10921 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
10922 (byte-compile-insert, byte-compile-defun):
10923 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
10924 (byte-defop-compiler19): Remove.
10925 Without byte-compile-compatibility, the 'emacs19-opcode property is not
10926 used by anything. Replace all calls with byte-defop-compiler.
10927
10928 2009-11-04 Juri Linkov <juri@jurta.org>
10929
10930 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
10931 (menu-bar-options-menu): Don't quote the `prop' arg of
10932 `menu-bar-make-mm-toggle'.
10933
10934 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
10935
10936 * calendar/calendar.el (cal-loaddefs):
10937 * calendar/diary-lib.el (diary-loaddefs):
10938 * calendar/holidays.el (hol-loaddefs):
10939 * eshell/esh-module.el (esh-groups): Load rather than require.
10940
10941 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
10942
10943 * calendar/todo-mode.el (todo-add-category): Don't hardcode
10944 point-min==1.
10945 (todo-top-priorities): Only display-buffer when called interactively.
10946 (todo-item-start): Don't save excursion point.
10947 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
10948 (todo-insert-item-here, todo-file-item, todo-remove-item):
10949 Adjust uses of todo-item-start and todo-item-end.
10950
10951 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
10952 (autoload-rubric): Don't use any more.
10953
10954 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
10955 and only put a prop if it is non-nil.
10956
10957 2009-11-03 Juri Linkov <juri@jurta.org>
10958
10959 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
10960 (menu-bar-options-menu): Fix list quoting (Bug#4429).
10961
10962 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
10963 and "Menu" to make top-level menu item visually one unit (like
10964 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
10965 multi-word menu items). Fix :help string for quit-window.
10966
10967 2009-11-03 Glenn Morris <rgm@gnu.org>
10968
10969 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
10970 (byte-compile-file-form-define-abbrev-table)
10971 (byte-compile-file-form-custom-declare-variable)
10972 (byte-compile-variable-ref, byte-compile-defvar):
10973 Whether or not a warning is enabled should only affect whether we issue
10974 the warning, not whether or not we collect the relevant data.
10975 Eg warnings can be turned on and off throughout the course of a file.
10976
10977 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
10978 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
10979
10980 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
10981
10982 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
10983 * play/mpuz.el (mpuz-create-buffer):
10984 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
10985 (lm-print-y,s,noise, lm-print-w0, lm-init):
10986 * play/gomoku.el (gomoku-prompt-for-move):
10987 * play/fortune.el (fortune-in-buffer):
10988 * play/dissociate.el (dissociated-press):
10989 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
10990 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
10991 * mail/supercite.el (sc-eref-show):
10992 * mail/smtpmail.el (smtpmail-send-it):
10993 * mail/rmailsum.el (rmail-summary-next-labeled-message)
10994 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
10995 (rmail-summary-undelete-many, rmail-summary-rmail-update)
10996 (rmail-summary-goto-msg, rmail-summary-expunge)
10997 (rmail-summary-get-new-mail, rmail-summary-search-backward)
10998 (rmail-summary-add-label, rmail-summary-output-menu)
10999 (rmail-summary-output-body):
11000 * mail/rfc822.el (rfc822-addresses):
11001 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
11002 * mail/mailpost.el (post-mail-send-it):
11003 * mail/hashcash.el (hashcash-generate-payment):
11004 * mail/feedmail.el (feedmail-run-the-queue)
11005 (feedmail-queue-send-edit-prompt-help-first)
11006 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
11007 (feedmail-deduce-address-list):
11008 * eshell/esh-ext.el (eshell-remote-command):
11009 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
11010 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
11011 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
11012 (viper-save-string-in-file, viper-valid-marker):
11013 * emulation/viper-keym.el (viper-toggle-key):
11014 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
11015 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
11016 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
11017 * emulation/viper-cmd.el (viper-exec-form-in-vi)
11018 (viper-exec-form-in-emacs, viper-brac-function):
11019 * emulation/viper.el (viper-delocalize-var):
11020 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
11021 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
11022 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
11023 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
11024 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
11025 * emulation/edt.el (edt-electric-helpify):
11026 * emulation/cua-rect.el (cua--rectangle-aux-replace):
11027 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
11028 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
11029 (cua-indent-to-global-mark-column):
11030 * calendar/diary-lib.el (calendar-mark-1):
11031 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
11032 Use with-current-buffer.
11033 * emulation/viper.el (viper-delocalize-var): Use dolist.
11034
11035 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
11036
11037 * comint.el (comint-replace-by-expanded-history-before-point):
11038 Replace !! with the previous input string literally (Bug#1795).
11039
11040 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
11041
11042 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
11043 to be made up of whitespace.
11044
11045 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
11046
11047 * minibuffer.el (read-file-name): Don't use file dialogs for
11048 remote directories (Bug#99).
11049
11050 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
11051
11052 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
11053
11054 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
11055
11056 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
11057 instead of deleting the window or frame.
11058
11059 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
11060
11061 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
11062 Support face colors.
11063
11064 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
11065 New function. Support face colors (Bug#1168).
11066 (tex-common-initialization): Use it.
11067
11068 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
11069 mode allows it (Bug#1168).
11070
11071 2009-10-31 Juri Linkov <juri@jurta.org>
11072
11073 * facemenu.el (list-colors-display): Don't mark buffer as
11074 modified (Bug#3948).
11075
11076 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
11077
11078 * international/mule-diag.el (list-character-sets-1): Minor
11079 message fix (Bug#3526).
11080
11081 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
11082 face property (Bug#4834).
11083 (etags-list-tags, etags-tags-apropos-additional)
11084 (etags-tags-apropos, tags-select-tags-table): Add follow-link
11085 property.
11086
11087 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
11088 items.
11089
11090 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11091
11092 * textmodes/two-column.el (2C-split):
11093 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
11094 * textmodes/tex-mode.el (tex-set-buffer-directory):
11095 * textmodes/spell.el (spell-region, spell-string):
11096 * textmodes/reftex.el (reftex-erase-buffer):
11097 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
11098 * textmodes/reftex-toc.el (reftex-toc-promote-action):
11099 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
11100 (reftex-select-item):
11101 * textmodes/reftex-ref.el (reftex-label-info-update)
11102 (reftex-offer-label-menu):
11103 * textmodes/reftex-index.el (reftex-index-change-entry)
11104 (reftex-index-phrases-info):
11105 * textmodes/reftex-global.el (reftex-create-tags-file)
11106 (reftex-save-all-document-buffers, reftex-ensure-write-access):
11107 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
11108 (reftex-view-crossref-from-bibtex):
11109 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
11110 (reftex-extract-bib-entries-from-thebibliography)
11111 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
11112 * textmodes/refbib.el (r2b-capitalize-title):
11113 (r2b-convert-buffer, r2b-help):
11114 * textmodes/page-ext.el (pages-directory)
11115 (pages-directory-goto-with-mouse):
11116 * textmodes/bibtex.el (bibtex-validate-globally):
11117 * textmodes/bib-mode.el (bib-capitalize-title):
11118 * textmodes/artist.el (artist-clear-buffer, artist-system):
11119 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
11120 (local-set-scheme-interaction-buffer, xscheme-process-filter)
11121 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
11122 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
11123 (xscheme-send-control-g-interrupt, xscheme-start-process)
11124 (xscheme-process-sentinel, xscheme-cd):
11125 * progmodes/verilog-mode.el (verilog-read-always-signals)
11126 (verilog-set-define, verilog-getopt-file)
11127 (verilog-module-inside-filename-p):
11128 * progmodes/sh-script.el:
11129 * progmodes/python.el (python-pdbtrack-get-source-buffer)
11130 (python-pdbtrack-grub-for-buffer, python-execute-file):
11131 * progmodes/octave-inf.el (inferior-octave):
11132 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11133 (idlwave-shell-compile-helper-routines, idlwave-set-local)
11134 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
11135 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
11136 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
11137 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
11138 (idlwave-shell-filter, idlwave-shell-examine-highlight)
11139 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
11140 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
11141 (idlwave-shell-examine-display, idlwave-shell-run-region)
11142 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
11143 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
11144 * progmodes/idlw-help.el (idlwave-help-get-special-help)
11145 (idlwave-help-get-help-buffer):
11146 * progmodes/gud.el (gud-basic-call, gud-find-class)
11147 (gud-tooltip-activate-mouse-motions-if-enabled):
11148 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11149 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
11150 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
11151 (ebrowse-tags-next-file):
11152 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
11153 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
11154 (ebnf-eps-finish-and-write):
11155 * progmodes/cpp.el (cpp-edit-save):
11156 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
11157 * progmodes/cc-defs.el (c-emacs-features):
11158 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
11159 (antlr-directory-dependencies):
11160 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
11161 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
11162 (ada-find-any-references, ada-make-filename-from-adaname)
11163 (ada-make-body-gnatstub):
11164 * obsolete/rnews.el (news-list-news-groups):
11165 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
11166 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
11167 * net/rcirc.el (rcirc-debug):
11168 * net/newst-treeview.el (newsticker--treeview-list-add-item)
11169 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
11170 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
11171 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
11172 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
11173 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
11174 (newsticker--treeview-list-clear-highlight)
11175 (newsticker--treeview-list-update-highlight)
11176 (newsticker--treeview-list-highlight-start)
11177 (newsticker--treeview-tree-update-highlight)
11178 (newsticker--treeview-get-selected-item)
11179 (newsticker-treeview-mark-list-items-old)
11180 (newsticker--treeview-set-current-node):
11181 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11182 * net/newst-backend.el (newsticker--get-news-by-funcall)
11183 (newsticker--get-news-by-wget, newsticker--image-get)
11184 (newsticker--image-sentinel):
11185 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
11186 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
11187 (eudc-ph-close-session):
11188 * net/eudc.el (eudc-save-options):
11189 * language/thai-word.el (thai-update-word-table):
11190 * language/japan-util.el (japanese-string-conversion):
11191 * international/titdic-cnv.el (tsang-quick-converter)
11192 (ziranma-converter, ctlau-converter):
11193 * international/mule-cmds.el (describe-language-environment):
11194 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
11195 (skkdic-convert-postfix, skkdic-convert-prefix):
11196 (skkdic-convert-okuri-nasi, skkdic-convert):
11197 * emacs-lisp/re-builder.el (reb-update-overlays):
11198 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
11199 * emacs-lisp/gulp.el (gulp-send-requests):
11200 * emacs-lisp/find-gc.el (trace-call-tree):
11201 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
11202 (eieio-describe-generic):
11203 * emacs-lisp/eieio-base.el (eieio-persistent-read):
11204 * emacs-lisp/edebug.el (edebug-outside-excursion):
11205 * emacs-lisp/debug.el (debugger-make-xrefs):
11206 * emacs-lisp/cust-print.el (custom-prin1-to-string):
11207 * emacs-lisp/chart.el (chart-new-buffer):
11208 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
11209 Use with-current-buffer.
11210 * textmodes/artist.el (artist-system): Don't call
11211 copy-sequence on a fresh string.
11212 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
11213
11214 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
11215
11216 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
11217 is no item to edit. (Bug#4820)
11218 (todo-top-priorities): Restore point and restore narrowing in Todo
11219 buffer. (Bug#4820)
11220
11221 2009-10-31 Glenn Morris <rgm@gnu.org>
11222
11223 * net/ange-ftp.el (top-level): Don't require dired when compiling.
11224 (comint-last-output-start, comint-last-input-start)
11225 (comint-last-input-end): Don't defvar when compiling.
11226 (ange-ftp-process-file): Use bound-and-true-p.
11227
11228 * pcmpl-rpm.el (top-level): Move provide statement to end.
11229 (pcmpl-rpm): Remove unused custom group.
11230
11231 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
11232
11233 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
11234
11235 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11236 (byte-compile-warnings): Add `constants' as an option.
11237 (byte-compile-callargs-warn, byte-compile-arglist-warn)
11238 (display-call-tree): Update for byte-compile-fdefinition possibly
11239 returning `(macro lambda ...)'. (Bug#4778)
11240 (byte-compile-variable-ref, byte-compile-setq-default):
11241 Respect `constants' member of byte-compile-warnings.
11242
11243 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11244
11245 * vc-bzr.el (vc-bzr-revision-keywords): New var.
11246 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
11247 to "submit:".
11248
11249 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
11250
11251 * textmodes/ispell.el (ispell-skip-region-alist):
11252 * international/mule-conf.el (eight-bit):
11253 * international/fontset.el (font-encoding-alist):
11254 * startup.el (pure-space-overflow-message):
11255 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
11256 * paths.el (gnus-nntp-service, rmail-spool-directory)
11257 (term-file-prefix):
11258 * files.el (save-some-buffers-action-alist):
11259 * cmuscheme.el (same-window-buffer-names):
11260 * ielm.el (same-window-buffer-names):
11261 * shell.el (same-window-buffer-names):
11262 * mail/sendmail.el (same-window-buffer-names):
11263 * progmodes/inf-lisp.el (same-window-buffer-names):
11264 * bindings.el (mode-line-client)
11265 (mode-line-column-line-number-mode-map):
11266 * language/tibetan.el (tibetan-precomposition-rule-regexp)
11267 (tibetan-precomposed-regexp): Purecopy string arguments.
11268
11269 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11270
11271 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
11272 (calcDigit-nondigit):
11273 * calc/calc-yank.el (calc-copy-to-buffer):
11274 * calc/calc-units.el (calc-invalidate-units-table):
11275 * calc/calc-trail.el (calc-trail-yank):
11276 * calc/calc-store.el (calc-insert-variables):
11277 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11278 * calc/calc-prog.el (calc-read-parse-table):
11279 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
11280 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
11281 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
11282 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
11283 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
11284 (calc-graph-name, calc-graph-find-command, calc-graph-view)
11285 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
11286 * calc/calc-ext.el (calc-realign):
11287 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
11288 (calc-embedded-finish-edit, calc-embedded-make-info)
11289 (calc-embedded-finish-command, calc-embedded-stack-change):
11290 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
11291
11292 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
11293 shell-dynamic-complete-filename in preference to
11294 comint-dynamic-complete-filename.
11295
11296 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11297 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11298 Don't consider whether the display supports colors.
11299 (bookmark-import-new-list): Use dolist.
11300 (bookmark-bmenu-mode-map): Move initialization into declaration.
11301 (bookmark-bmenu-list): Use dolist, simplify.
11302 (bookmark-show-all-annotations): Use save-selected-window and dolist.
11303 (menu-bar-final-items): Use push.
11304
11305 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
11306
11307 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
11308 it works on remote files.
11309 (vc-hg-diff): Don't pass any `--cwd' argument.
11310
11311 2009-10-27 Kevin Ryde <user42@zip.com.au>
11312
11313 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11314 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
11315 (Further to Bug#3921).
11316
11317 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
11318
11319 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
11320 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
11321 calling `tramp-imap-put-file'. Add file size to the call.
11322 (tramp-imap-get-file-entries): Compute also user name, file size,
11323 and date.
11324 (tramp-imap-handle-insert-directory): Insert uid and gid.
11325 (tramp-imap-handle-file-attributes): Transform uid and gid
11326 according to `id-format'.
11327 (tramp-imap-put-file): New optional parameter SIZE. Encode file
11328 size in header X-Size.
11329
11330 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
11331
11332 * simple.el (transpose-subr): Give clearer error when the mark
11333 is not set. (Bug#4807)
11334
11335 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
11336
11337 * net/tramp.el (tramp-perl-file-truename): New defconst.
11338 Perl code contributed by yary <not.com@gmail.com> (tiny change).
11339 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
11340 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
11341 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
11342
11343 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
11344 Ignore `dired-call-process'.
11345 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
11346
11347 2009-10-26 Julian Scheid <julians37@gmail.com>
11348
11349 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
11350 (tramp-get-remote-readlink): New defun.
11351 (tramp-handle-file-truename): Use it.
11352 (tramp-handle-file-exists-p): Check file-attributes cache, assume
11353 file exists if cache value present.
11354 (tramp-check-cached-permissions): New defun.
11355 (tramp-handle-file-readable-p): Use it.
11356 (tramp-handle-file-writable-p): Likewise.
11357 (tramp-handle-file-executable-p): Likewise.
11358 (tramp-handle-file-name-all-completions): Try using Perl to get
11359 partial completions. When perl not available, combine `cd' and
11360 `ls' into single remote operation and use shell expansion to get
11361 partial remote directory contents. Set `file-exists-p' cache for
11362 directory and any files returned by ls. Change cache handling to
11363 support partial directory contents. Use error message emitted by
11364 remote `cd' or Perl code for local tramp-error.
11365 (tramp-do-copy-or-rename-file-directly): Avoid separate
11366 tramp-send-command-and-check call.
11367 (tramp-handle-process-file): Merge three remote ops into one.
11368 Do not flush all caches when `process-file-side-effects' is set.
11369 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11370 file-attributes shows uid/gid to be set already.
11371
11372 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11373
11374 * textmodes/tex-mode.el (tex-dvi-view-command)
11375 (tex-show-queue-command, tex-open-quote):
11376 * progmodes/ruby-mode.el (auto-mode-alist)
11377 (interpreter-mode-alist): Purecopy strings.
11378
11379 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11380
11381 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11382 string for the hook, keymap and abbrev table.
11383
11384 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11385
11386 * x-dnd.el (x-dnd-xdnd-to-action):
11387 * startup.el (fancy-startup-text, fancy-about-text): Change to
11388 defconst from defvar.
11389
11390 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11391
11392 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
11393 Purecopy initialization strings.
11394
11395 * mail/sendmail.el (mail-header-separator)
11396 (mail-personal-alias-file):
11397 * mail/rmail.el (rmail-default-dont-reply-to-names)
11398 (rmail-ignored-headers, rmail-retry-ignored-headers)
11399 (rmail-highlighted-headers, rmail-secondary-file-directory)
11400 (rmail-secondary-file-regexp):
11401 * files.el (null-device, file-name-invalid-regexp)
11402 (locate-dominating-stop-dir-regexp)
11403 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
11404 (interpreter-mode-alist): Use mapcar instead of mapc.
11405
11406 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
11407
11408 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
11409 (completion-ignored-extensions):
11410 (debug-ignored-errors): Purecopy strings.
11411
11412 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11413
11414 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
11415 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
11416 (pcomplete--here): Use push.
11417
11418 * subr.el (all-completions): Declare the 4th arg obsolete.
11419
11420 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11421
11422 * pcomplete.el (pcomplete-unquote-argument-function): New var.
11423 (pcomplete-unquote-argument): New function.
11424 (pcomplete--common-suffix): Always pay attention to case.
11425 (pcomplete--table-subvert): Quote and unquote the text.
11426 (pcomplete--common-quoted-suffix): New function.
11427 (pcomplete-std-complete): Use it and pcomplete-begin.
11428
11429 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
11430 we're inside a dedicated or minibuffer window.
11431
11432 2009-10-24 Karl Fogel <kfogel@red-bean.com>
11433
11434 * bookmark.el: Update documentation, especially documentation
11435 of `bookmark-alist' and of the bookmark file format.
11436 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
11437
11438 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
11439
11440 * mail/emacsbug.el (report-emacs-bug): Clarify that the
11441 keybindings apply to the mail buffer (Bug#4003). Shrink help
11442 window to buffer.
11443
11444 * whitespace.el (whitespace-mode, whitespace-newline-mode)
11445 (global-whitespace-mode, global-whitespace-newline-mode)
11446 (whitespace-toggle-options, global-whitespace-toggle-options):
11447 Doc fix (Bug#3660).
11448
11449 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
11450 of xmltok-start before the end tag was inserted (Bug#2840).
11451
11452 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
11453 patterns that are preceded by an open-paren (Bug#1320).
11454
11455 2009-10-24 Sven Joachim <svenjoac@gmx.de>
11456
11457 * files.el (delete-directory): Delete symlinks to directories with
11458 delete-file (Bug#4739).
11459
11460 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
11461
11462 * vc.el (vc-backend-for-registration): Rename from
11463 vc-get-backend-for-registration. Update callers.
11464
11465 * international/mule-cmds.el (set-language-info-alist):
11466 Purecopy lang-env.
11467 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
11468 (charset): Purecopy the name.
11469 (define-char-code-property): Purecopy string arguments.
11470
11471 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11472 Purecopy string arguments.
11473
11474 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11475 * ediff-hook.el (menu-bar-ediff-menu):
11476 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
11477 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
11478
11479 2009-10-24 Glenn Morris <rgm@gnu.org>
11480
11481 * comint.el (comint-dynamic-list-completions):
11482 * term.el (term-dynamic-list-completions): Use choose-completion rather
11483 than obsolete alias mouse-choose-completion.
11484
11485 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
11486 file-cache-choose-completion.
11487 (file-cache-choose-completion): Handle an optional event argument.
11488 (file-cache-mouse-choose-completion): Make it an obsolete alias.
11489
11490 * progmodes/octave-mod.el (octave-complete-symbol):
11491 Use choose-completion if mouse-choose-completion is ever removed.
11492
11493 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
11494 use.
11495
11496 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
11497 compiler.
11498
11499 * vc-hooks.el (vc-responsible-backend): Fix declaration.
11500
11501 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11502
11503 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
11504 Ignore `pred' now that we receive one.
11505 Handle test-completion specially.
11506
11507 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11508
11509 * vc.el (vc-responsible-backend): Throw an error if not backend is
11510 found. Remove the REGISTER argument. Move the code dealing with
11511 REGISTER ...
11512 (vc-get-backend-for-registration): ... here. New function.
11513 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
11514 of vc-responsible-backend, pass the file name instead of the
11515 directory name.
11516
11517 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11518
11519 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
11520 New funs.
11521 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
11522 (pcomplete-comint-setup): Don't modify a global var via
11523 accidental side-effects.
11524 (pcomplete-shell-setup): Adjust call accordingly.
11525 (pcomplete-parse-comint-arguments): Use push.
11526
11527 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
11528
11529 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11530 Allow uncapitalized info node names (Bug#3921).
11531
11532 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
11533 to the DEBUG file (Bug#3781).
11534
11535 2009-10-23 Jari Aalto <jari.aalto@cante.net>
11536
11537 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
11538 dictionary entry (Bug#4579).
11539
11540 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
11541
11542 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
11543 from `rfn-eshadow-update-overlay-hook' when unloading.
11544 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
11545 "rsyncc". Adjust doc string.
11546 (tramp-temp-buffer-file-name): New buffer-local defvar.
11547 (tramp-handle-insert-file-contents, tramp-handle-write-region):
11548 Keep temporary file when indicated by method ("rsync" and
11549 "rsyncc").
11550 (tramp-handle-write-region): Handle APPEND.
11551 (tramp-delete-temp-file-function): New defun. Added to
11552 `kill-buffer-hook'.
11553
11554 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
11555
11556 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
11557
11558 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11559
11560 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
11561 (color-name-rgb-alist, tty-standard-colors)
11562 (tty-color-mode-alist): Change to defconst.
11563
11564 * simple.el (mark-inactive): Purecopy message.
11565
11566 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
11567 (global-map, yank-menu):
11568 * textmodes/ispell.el (ispell-menu-map):
11569 * net/eudc.el (eudc-tools-menu):
11570 * international/mule-cmds.el (describe-language-environment-map)
11571 (setup-language-environment-map, set-coding-system-map)
11572 (mule-menu-keymap):
11573 * vc-hooks.el (vc-menu-entry, vc-menu-map):
11574 * replace.el (occur-mode-map):
11575 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
11576
11577 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
11578
11579 * calc/calc.el (math-read-number, math-read-number-simple): Use
11580 `save-match-data'.
11581
11582 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11583
11584 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
11585 rather than fiddling with global-map bindings, since it should only
11586 affect per-terminal settings.
11587 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
11588
11589 * minibuffer.el (completion-table-with-terminator): Allow to specify
11590 the terminator-regexp.
11591
11592 * simple.el (switch-to-completions): Look for *Completions* in other
11593 frames as well.
11594
11595 * pcomplete.el: Allow the use of completion-tables.
11596 (pcomplete-std-complete): New command.
11597 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
11598 (pcomplete--here): Use a function for `form' rather than an expression,
11599 so it can be byte-compiled.
11600 (pcomplete-here, pcomplete-here*): Adjust accordingly.
11601 Add edebug declaration.
11602 (pcomplete-show-completions): Remove unused var `curbuf'.
11603 (pcomplete-do-complete, pcomplete-stub):
11604 Don't assume `completions' is a list of strings any more.
11605
11606 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
11607
11608 * find-dired.el (find-name-arg): Fix typo in docstring.
11609
11610 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11611
11612 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
11613 (pcmpl-linux-fs-types): Same, and update to new modules layout.
11614
11615 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
11616 pcomplete-entries.
11617
11618 * comint.el (comint-read-input-ring, comint-write-input-ring)
11619 (comint-substitute-in-file-name)
11620 (comint-dynamic-complete-as-filename)
11621 (comint-dynamic-simple-complete)
11622 (comint-dynamic-list-filename-completions)
11623 (comint-dynamic-list-completions)
11624 (comint-redirect-results-list-from-process): Minor simplifications.
11625
11626 2009-10-21 Kevin Ryde <user42@zip.com.au>
11627
11628 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11629 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
11630 the first form. And insert a blank line after ";;; Code" since
11631 that's usual style. (Bug#4612)
11632
11633 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
11634
11635 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11636
11637 * minibuffer.el (completion-table-with-terminator): Properly implement
11638 boundaries, in case `terminator' appears in the suffix.
11639 (completion--embedded-envvar-table): Don't return boundaries if
11640 there's no valid completion. Simplify.
11641 (completion-file-name-table): New completion table extracted from
11642 completion--file-name-table.
11643 (completion--file-name-table): Use it.
11644 (read-file-name-predicate): Declare obsolete.
11645 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
11646 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
11647 completion-file-name-table, and use the `pred' argument.
11648 * files.el (locate-file-completion-table): Use the `pred' arg rather
11649 than read-file-name-predicate.
11650 (abbreviate-file-name): Use \` rather than ^ for BOS.
11651
11652 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
11653
11654 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
11655 vc-responsible-backend to register, it causes problems.
11656
11657 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11658
11659 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
11660
11661 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
11662
11663 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
11664 (tramp-smb-handle-file-attributes): Use it.
11665 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
11666 (tramp-smb-handle-insert-directory): Use `mapc' rather than
11667 `mapcar'. Use `tramp-smb-get-stat-capability'.
11668 Add `dired-filename' text properties.
11669 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
11670 (tramp-smb-maybe-open-connection): Simplify check for smbclient
11671 version.
11672
11673 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11674
11675 * subr.el (read-key-delay): Reduce to 0.01.
11676 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
11677 (bug#4751).
11678
11679 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11680
11681 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
11682
11683 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
11684 (Info-menu): Remove unused vars `last' and `completions'.
11685 (Info-index-nodes): Remove unused var `node'.
11686
11687 * info.el (Info-complete-menu-item): Use complete-with-action.
11688
11689 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
11690
11691 Make vc-annotate work through copies and renames.
11692 * vc-annotate.el (vc-annotate-extract-revision-at-line):
11693 Return the file name too.
11694 (vc-annotate-revision-at-line)
11695 (vc-annotate-find-revision-at-line)
11696 (vc-annotate-revision-previous-to-line)
11697 (vc-annotate-show-log-revision-at-line): Update to get the file
11698 name from vc-annotate-extract-revision-at-line.
11699 (vc-annotate-show-diff-revision-at-line-internal): Change the
11700 argument to mean whether to show a file diff or not. Get the file
11701 name from vc-annotate-extract-revision-at-line.
11702 (vc-annotate-show-diff-revision-at-line):
11703 Update vc-annotate-show-diff-revision-at-line call.
11704 (vc-annotate-warp-revision): Add an optional file argument.
11705
11706 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
11707 (vc-git-annotate-extract-revision-at-line): Also return the file
11708 name if found.
11709
11710 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
11711 command. Remove unused code.
11712 (vc-hg-annotate-re): Update to match --follow output.
11713 (vc-hg-annotate-extract-revision-at-line): Also return the file
11714 name if found.
11715
11716 * vc.el: Update annotate-extract-revision-at-line documentation.
11717
11718 2009-10-18 Kevin Ryde <user42@zip.com.au>
11719
11720 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
11721 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
11722
11723 * net/browse-url.el (browse-url): Identify alist with "consp and
11724 not functionp" and let all other things go down the `apply' leg,
11725 as suggested by Stefan. (Further to bug#4531.)
11726
11727 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
11728
11729 * minibuffer.el (read-file-name): Check for repeat before putting
11730 a default argument in file-name-history (Bug#4657).
11731
11732 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
11733 read syntax (Bug#4737).
11734
11735 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
11736
11737 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11738
11739 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
11740 (html-tag-alist, html-tag-help): Add descriptions for undocumented
11741 entries and make note of obsolete tags.
11742
11743 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11744
11745 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
11746
11747 2009-10-18 Glenn Morris <rgm@gnu.org>
11748
11749 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
11750 grep, so that binary files (eg international/uni-bidi.el) can match.
11751 Remove test for "UnicodeData" files, since it is hopefully unnecessary
11752 now, and in any case the file header format has changed.
11753
11754 2009-10-17 Glenn Morris <rgm@gnu.org>
11755
11756 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
11757 (flyspell-get-word, flyspell-large-region)
11758 (flyspell-auto-correct-previous-word): Doc/error message fixes.
11759
11760 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
11761
11762 * Makefile.in (ELCFILES): Add ede/shell.
11763
11764 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
11765
11766 * term/common-win.el (x-colors): Purecopy it.
11767
11768 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11769
11770 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
11771 permissive for when the buffer is empty.
11772 (tar-header-block-tokenize): Decode the username and groupname.
11773 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
11774
11775 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11776
11777 * international/mule-cmds.el (select-safe-coding-system): If the file
11778 has a coding cookie, use it regardless of any other setting (bug#4712).
11779
11780 2009-10-17 Glenn Morris <rgm@gnu.org>
11781
11782 * foldout.el (foldout-mouse-swallow-events):
11783 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
11784
11785 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
11786 (dired-keep-marker-copy, dired-keep-marker-hardlink)
11787 (dired-keep-marker-symlink, dired-dwim-target)
11788 (dired-copy-preserve-time): Do not autoload these defcustoms.
11789
11790 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
11791 messages from messing up the file coding. (Bug#4623)
11792
11793 2009-10-17 Jari Aalto <jari.aalto@cante.net>
11794
11795 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
11796 if no match is found for the current dictionary. (Bug#4578)
11797
11798 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
11799 optional, since that is how it is documented, and this is often called
11800 with a nil argument. (Bug#4577)
11801 (flyspell-external-point-words, flyspell-auto-correct-word)
11802 (flyspell-correct-word-before-point, flyspell-word-search-forward)
11803 (flyspell-word-search-backward): Remove nil argument in calls to
11804 flyspell-get-word, since it is not needed now.
11805
11806 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
11807
11808 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
11809
11810 2009-10-16 Glenn Morris <rgm@gnu.org>
11811
11812 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
11813
11814 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
11815
11816 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
11817 (ange-ftp-file-size): New function.
11818 (ange-ftp-file-attributes): Use it.
11819
11820 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
11821
11822 * net/tramp-smb.el (tramp-smb-version): New defvar.
11823 (tramp-smb-maybe-open-connection): Use it, in order to avoid
11824 repeated checks.
11825
11826 2009-10-16 Glenn Morris <rgm@gnu.org>
11827
11828 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
11829 Maybe copy some custom properties from old to new name. (Bug#4706)
11830
11831 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
11832
11833 * subr.el (error, sit-for, start-process-shell-command)
11834 (start-file-process-shell-command): Set the calling convention
11835 after the function definition.
11836
11837 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11838
11839 * subr.el (error, sit-for, start-process-shell-command)
11840 (start-file-process-shell-command): Use the new
11841 set-advertised-calling-convention feature.
11842
11843 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
11844
11845 * international/ucs-normalize.el (ucs-normalize-version):
11846 Change to 1.2.
11847 (check-range): Adjust for Unicode 5.2.
11848
11849 2009-10-15 Juri Linkov <juri@jurta.org>
11850
11851 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
11852 to the `menu-item' format.
11853
11854 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
11855
11856 * net/tramp.el (tramp-replace-environment-variables): Do not fail
11857 if the environment variable does not exist.
11858
11859 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11860 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
11861 parameter.
11862 (tramp-smb-handle-add-name-to-file)
11863 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11864 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11865 (tramp-smb-handle-file-attributes)
11866 (tramp-smb-do-file-attributes-with-stat)
11867 (tramp-smb-handle-file-local-copy)
11868 (tramp-smb-handle-insert-directory)
11869 (tramp-smb-handle-make-directory)
11870 (tramp-smb-handle-make-directory-internal)
11871 (tramp-smb-handle-make-symbolic-link)
11872 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
11873 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
11874 (tramp-smb-maybe-open-connection): Apply the changed parameters.
11875 (tramp-smb-read-file-entry): Read Disk names in compressed format.
11876 Handle long file names.
11877 (tramp-smb-get-cifs-capabilities): Check, whether the connection
11878 process is running.
11879 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
11880 Read share names with "-g" option.
11881
11882 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
11883
11884 * net/rcirc.el (rcirc-view-log-file): New command.
11885 (rcirc-track-minor-mode-map): Remove C-c ` binding.
11886 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
11887 specified.
11888
11889 2009-10-15 Glenn Morris <rgm@gnu.org>
11890
11891 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
11892 from the second command-line argument.
11893 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
11894 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
11895 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
11896 w32-batch-update-autoloads.
11897 * emacs-lisp/autoload.el (autoload-make-program): New variable.
11898 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
11899
11900 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
11901 the headers cannot be located. Simplify, subtracting superflous
11902 save-excursions.
11903
11904 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
11905
11906 Replace completion-base-size by completion-base-position to fix bugs
11907 such as (bug#4699).
11908 * simple.el (completion-base-position): New var.
11909 (completion-base-size): Mark as obsolete.
11910 (choose-completion): Make it work for mouse events as well.
11911 Pass the new base-position to choose-completion-string.
11912 (choose-completion-guess-base-position): New function, extracted from
11913 choose-completion-delete-max-match.
11914 (choose-completion-delete-max-match): Use it. Make obsolete.
11915 (choose-completion-string): Use the new base-position info.
11916 (completion-root-regexp): Delete.
11917 (completion-setup-function): Preserve completion-base-position.
11918 Eliminate obsolete base-size manipulation.
11919 * minibuffer.el (display-completion-list): Don't mess with base-size.
11920 (minibuffer-completion-help): Set completion-base-position instead.
11921 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
11922 choose-completion.
11923 * textmodes/bibtex.el (bibtex-complete):
11924 * emacs-lisp/crm.el (crm--choose-completion-string):
11925 Adjust to new calling convention.
11926 * complete.el (partial-completion-mode): Use minibufferp to avoid
11927 bumping into incompatible change to choose-completion-string-functions.
11928 * ido.el (ido-choose-completion-string): Make its calling convention
11929 more permissive.
11930 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
11931 base-size manipulation.
11932 (comint-dynamic-list-input-ring): Use dotimes and push.
11933 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
11934 fundamental-mode. Use `or'.
11935
11936 2009-10-14 Juri Linkov <juri@jurta.org>
11937
11938 * misearch.el (multi-isearch-next-buffer-from-list)
11939 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
11940
11941 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11942
11943 * Makefile.in (compile-onefile): Load `bytecomp' rather than
11944 `bytecomp.el'.
11945
11946 * minibuffer.el (completion-pcm--merge-completions): Make sure the
11947 string we return is all made up of text from the completions rather
11948 than part from the completions and part from the input (bug#4219).
11949
11950 * ido.el (ido-everywhere): Use define-minor-mode.
11951
11952 * buff-menu.el (list-buffers, ctl-x-map):
11953 Mark the entry points with ;;;###autoload cookies.
11954
11955 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
11956
11957 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
11958 correctly in the detached head case.
11959 (vc-git-print-log): Remove unused binding.
11960
11961 * vc.el (vc-responsible-backend): When a directory is passed for
11962 for registration create a VC repository if no backend is
11963 responsible for the directory argument.
11964 (vc-deduce-fileset): Tell vc-responsible-backend to register.
11965
11966 * vc.el: Move comments about RCS and SCCS ...
11967 * vc-rcs.el:
11968 * vc-sccs.el: ... here, respectively.
11969
11970 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11971
11972 * minibuffer.el (completion--file-name-table): Return nil if there's
11973 no file completion, even if substitute-in-file-name changed
11974 the string (bug#4708).
11975
11976 2009-10-13 Juri Linkov <juri@jurta.org>
11977
11978 * files-x.el (read-file-local-variable-value): Don't filter out
11979 minor modes from mode name completion (bug#4664).
11980
11981 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
11982
11983 * international/mule-cmds.el (ucs-names): Remove exclusion of
11984 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
11985
11986 2009-10-13 Kenichi Handa <handa@m17n.org>
11987
11988 * international/uni-name.el: Regenerated.
11989
11990 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
11991
11992 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
11993 should be automatically buffer-local, but isn't.)
11994
11995 2009-10-12 Sam Steingold <sds@gnu.org>
11996
11997 * progmodes/compile.el (compilation-next-error-function): Fix the
11998 timestamps if the buffer has been visited before.
11999 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
12000 non-anchored patterns, like the perl one (bug#3928).
12001
12002 2009-10-12 Glenn Morris <rgm@gnu.org>
12003
12004 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
12005 Let-bind `size'.
12006
12007 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
12008
12009 * proced.el (proced-unload-function): New function.
12010
12011 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
12012 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
12013 Doc fix.
12014
12015 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
12016
12017 2009-10-11 Juri Linkov <juri@jurta.org>
12018
12019 * files-x.el (read-file-local-variable-value):
12020 Provide default value only for bound variables (bug#4664).
12021
12022 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
12023
12024 * net/tramp.el (tramp-local-host-p): Function shall return nil for
12025 connection methods like smb.
12026
12027 * net/tramp-cache.el (tramp-flush-connection-property): The hash
12028 can be empty.
12029
12030 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12031 (tramp-smb-file-name-handler-alist): Add handlers for
12032 `add-name-to-file', `make-symbolic-link'.
12033 (tramp-smb-handle-add-name-to-file)
12034 (tramp-smb-do-file-attributes-with-stat)
12035 (tramp-smb-handle-make-symbolic-link)
12036 (tramp-smb-get-cifs-capabilities): New defuns.
12037 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12038 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12039 (tramp-smb-handle-file-local-copy)
12040 (tramp-smb-handle-make-directory-internal)
12041 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
12042 The file name syntax depends on cifs capabilities.
12043 (tramp-smb-handle-file-attributes):
12044 Call `tramp-smb-do-file-attributes-with-stat' if possible.
12045 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
12046 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
12047
12048 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
12049
12050 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
12051 (eieio-defclass): Apply deftype handler and setf-method properties
12052 directly.
12053 (eieio-add-new-slot): Avoid union function from cl library.
12054 (eieio--typep): New function.
12055 (eieio-perform-slot-validation): Use it.
12056
12057 2009-10-10 Karl Fogel <kfogel@red-bean.com>
12058
12059 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
12060 Update documentation to refer to the variables documented in r1.135.
12061 (Bug#4188)
12062
12063 2009-10-10 Karl Fogel <kfogel@red-bean.com>
12064
12065 * bookmark.el (Info-suffix-list): Remove this unused variable.
12066 (bookmark-current-point): Remove this obsolete variable.
12067 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
12068 Adjust for removal of bookmark-current-point.
12069
12070 (bookmarks-already-loaded, bookmark-current-buffer)
12071 (bookmark-yank-point): Document. (Bug#4188)
12072
12073 2009-10-10 Glenn Morris <rgm@gnu.org>
12074
12075 * frame.el (frame-height): Doc fix.
12076
12077 * calendar/calendar.el (calendar-split-width-threshold): New option.
12078 (calendar-basic-setup): Use calendar-split-width-threshold.
12079
12080 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
12081
12082 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
12083 Ideographic Supplement" range (U+1F200..U+1F2FF).
12084
12085 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12086
12087 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
12088 since the list will have been rebuilt anyway. (Bug#4349)
12089
12090 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12091
12092 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
12093 (bookmark-bmenu-execute-deletions): Don't save here, as
12094 bookmark-delete will now do so if necessary.
12095 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
12096 (Bug#4348)
12097
12098 2009-10-09 Glenn Morris <rgm@gnu.org>
12099
12100 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
12101
12102 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12103
12104 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
12105 (bookmark-jump-other-window): Just invoke bookmark-jump with new
12106 argument now, so the two function's behaviors will match. (Bug#3645)
12107
12108 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
12109
12110 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
12111 (tramp-file-name-real-host, tramp-file-name-port):
12112 Apply `save-match-data'.
12113
12114 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
12115 case both directories are remote.
12116 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
12117 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
12118
12119 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
12120
12121 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
12122
12123 2009-10-07 Glenn Morris <rgm@gnu.org>
12124
12125 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
12126 of concat.
12127
12128 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
12129
12130 * files-x.el (read-file-local-variable): Include some
12131 non-user-variables in the completion table (bug#4664).
12132
12133 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
12134
12135 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
12136 message.
12137
12138 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12139 (tramp-smb-file-name-handler-alist): Add handler for
12140 `copy-directory', `expand-file-name', `set-file-modes'.
12141 (tramp-smb-handle-copy-directory)
12142 (tramp-smb-handle-expand-file-name)
12143 (tramp-smb-handle-set-file-modes): New defuns.
12144 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
12145 (tramp-smb-handle-file-attributes): Simplify check for retrieving
12146 entry.
12147 (tramp-smb-handle-insert-directory): Don't flush the cache.
12148 (tramp-smb-maybe-open-connection): Check for samba client and
12149 server versions.
12150
12151 2009-10-07 Eli Zaretskii <eliz@gnu.org>
12152
12153 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
12154 to not error out of search for "^lisp=" fails.
12155
12156 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
12157
12158 * makefile.w32-in (WINS_UPDATES): New macro.
12159 (custom-deps, finder-data, autoloads): Use it.
12160
12161 2009-10-07 Glenn Morris <rgm@gnu.org>
12162
12163 * Makefile.in (autoloads): Revert previous change.
12164 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
12165 the list of preloaded files passed on the command-line, get
12166 it from src/Makefile.
12167
12168 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
12169 show the original buffer rather than a random one.
12170
12171 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
12172
12173 * help.el (describe-no-warranty): Place point in a slightly better
12174 position in the GPLv3 text.
12175
12176 2009-10-06 Sam Steingold <sds@gnu.org>
12177
12178 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
12179 the comm attribute is present before calling regexp-quote.
12180
12181 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
12182
12183 * play/animate.el (animate-string): For good effect, make sure
12184 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
12185
12186 * play/animate.el (animate-sequence, animate-birthday-present):
12187 * misc.el (butterfly): Don't set `indent-tabs-mode'.
12188
12189 2009-10-06 Glenn Morris <rgm@gnu.org>
12190
12191 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
12192
12193 * emacs-lisp/autoload.el (autoload-excludes): New variable.
12194 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
12195 (batch-update-autoloads): Process a string value of autoload-excludes,
12196 set during the build process.
12197 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
12198
12199 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
12200 inside with-parsed... macro so that `v' is defined.
12201
12202 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
12203 * progmodes/fortran.el (fortran-end-of-block)
12204 (fortran-beginning-of-block):
12205 Also push mark in the macro case.
12206
12207 * emerge.el (emerge-show-file-name):
12208 * calc/calc.el (calc-quit):
12209 * calc/calc-misc.el (calc-big-or-small):
12210 * calc/calc-graph.el (calc-graph-view):
12211 * calc/calc-ext.el (calc-reset):
12212 * calendar/calendar.el (calendar-basic-setup):
12213 Use window-full-height-p.
12214
12215 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
12216 header we don't understand, don't insert another. (Bug#4624)
12217 If changing mime charset, insert the new one in the right place.
12218
12219 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
12220
12221 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12222 (cal-tex-cursor-month): Correctly increment the end date for diary and
12223 holiday listing. (Bug#4626)
12224
12225 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12226
12227 * help-fns.el (describe-function-1): Don't burp if the function is not
12228 a symbol.
12229
12230 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
12231
12232 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
12233 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
12234 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
12235 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
12236
12237 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
12238 (eieio-default-superclass): Reflow docstrings.
12239 (this, class-option-assoc, defclass, eieio-class-un-autoload)
12240 (eieio-unbind-method-implementations, defmethod)
12241 (eieio-validate-slot-value, eieio-validate-class-slot-value)
12242 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
12243 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
12244 (eieio-slot-originating-class-p, eieio-slot-name-index)
12245 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
12246 (constructor, initialize-instance, no-next-method, object-print)
12247 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
12248 Fix typos in docstrings.
12249 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
12250 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
12251 (next-method-p): Doc fixes.
12252 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
12253 Fix typos in error messages.
12254 (eieio-defmethod): Fix typo in description of generic method.
12255
12256 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
12257 (eieio-persistent-save-interactive, slot-missing):
12258 Fix typos in docstrings.
12259 (eieio-instance-inheritor-slot-boundp): Doc fix.
12260
12261 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
12262 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
12263
12264 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
12265 (eieio-custom-object-apply-reset):
12266 Fix typos in docstrings and error messages.
12267
12268 * emacs-lisp/eieio-datadebug.el (data-debug-show):
12269 Fix typo in docstring.
12270
12271 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
12272 (eieio-browse-tree): Doc fix.
12273 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
12274 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
12275 Fix typos in docstrings.
12276
12277 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
12278 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
12279 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
12280 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
12281 Reflow docstrings.
12282
12283 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
12284
12285 * vc-hg.el (log-view-vc-backend): Declare for compiler.
12286 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
12287 Set log-view-vc-backend so that diff can work.
12288
12289 * log-view.el (log-view-diff): Use vc-diff-internal instead of
12290 vc-version-diff.
12291 (vc-diff-internal): Autoload this instead of vc-version-diff.
12292
12293 2009-10-05 Eli Zaretskii <eliz@gnu.org>
12294
12295 * simple.el (eval-expression): Doc fix.
12296
12297 * progmodes/cwarn.el (cwarn-mode): Doc fix.
12298
12299 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
12300
12301 * files.el (directory-files-no-dot-files-regexp): New defconst.
12302 (delete-directory): Use it.
12303 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
12304
12305 * net/tramp.el (tramp-verbose): Fix docstring.
12306 (tramp-methods): Add recursive option to `tramp-copy-args'.
12307 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
12308 "scp1_old", "scp2_old", "rsync", "rsyncc".
12309 (tramp-default-method): Check also for `auth-source-user-or-password'.
12310 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12311 Add handler for `copy-directory'.
12312 (tramp-handle-copy-directory): New defun.
12313 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
12314 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
12315 Optimize sent command.
12316
12317 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12318
12319 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
12320 window if necessary.
12321
12322 * calendar/calendar.el (calendar-basic-setup): Don't call
12323 switch-to-buffer in a dedicated window.
12324
12325 2009-10-05 Karl Fogel <kfogel@red-bean.com>
12326
12327 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
12328 don't do anything related to relocating, just return nil.
12329 (bookmark-error-no-filename): New error.
12330 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
12331 bookmark has no file. Don't even attempt to handle things that
12332 are not files; the whole point of custom handlers is to keep that
12333 knowledge elsewhere anyway. Tighten some comments.
12334 (bookmark-file-or-variation-thereof): Remove now-unused function.
12335 (bookmark-location): Doc string fix.
12336 (Bug#4250)
12337
12338 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12339
12340 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
12341 don't use a file dialog, because they usually don't know how to read
12342 a directory target from the user. (Bug#4230)
12343 Also, make sure the prompt can display directories as well as files.
12344
12345 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12346
12347 * bookmark.el (bookmark-set, bookmark-buffer-name):
12348 Improve doc strings. (Bug#1193)
12349
12350 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12351
12352 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
12353 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
12354 (bookmark-get-annotation, bookmark-set-annotation)
12355 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12356 (bookmark-set-position, bookmark-get-front-context-string)
12357 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12358 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
12359 (bookmark-jump-other-window, bookmark-handle-bookmark)
12360 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12361 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12362 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
12363 Improve doc strings to say whether bookmark can be a string or
12364 a record or both, and make other consistency and clarity fixes.
12365 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12366 (bookmark-default-annotation-text, bookmark-yank-word)
12367 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12368 (bookmark-import-new-list, bookmark-maybe-rename)
12369 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12370 (bookmark-bmenu-bookmark): Give these doc strings.
12371 (bookmark-bmenu-check-position): Give this a doc string, but also
12372 add a FIXME comment about how the function may be pointless.
12373 (bookmark-default-handler): Rework doc string and change a
12374 parameter name, to clarify that this takes a bookmark record
12375 not a bookmark name.
12376 (bookmark-set): Change a parameter name to indicate its meaning,
12377 and improve the doc string a bit.
12378 (Bug#4188)
12379
12380 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12381
12382 * bookmark.el (bookmark-alist): Document the new `handler' element
12383 in the param alist.
12384 (bookmark-make-record-function): Adjust documentation for above.
12385 (Bug#4193)
12386
12387 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12388
12389 * info.el (Info-bookmark-make-record): Document this function.
12390 (Info-bookmark-jump): Document with a doc string, not just a comment.
12391 (Bug#4203)
12392
12393 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
12394
12395 * files.el (copy-directory): New defun.
12396
12397 * dired-aux.el (dired-copy-file-recursive): Use it.
12398
12399 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
12400
12401 * files-x.el (modify-dir-local-variable)
12402 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
12403 docstrings.
12404
12405 * recentf.el (recentf-unload-function): New function.
12406
12407 2009-10-04 Glenn Morris <rgm@gnu.org>
12408
12409 * window.el (window-full-height-p): Add doc string.
12410
12411 2009-10-04 Martin Rudalics <rudalics@gmx.at>
12412
12413 * window.el (window-full-height-p): New function. (Bug#4543)
12414
12415 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
12416
12417 * vc.el: Remove commented out code.
12418 (vc-derived-from-dir-mode): Remove, unused.
12419 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
12420
12421 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
12422
12423 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
12424 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
12425 there could be recursive loading when `default-directory' is a
12426 remote file name. (Bug#4614)
12427
12428 2009-10-03 Glenn Morris <rgm@gnu.org>
12429
12430 * calendar/calendar.el (calendar-basic-setup): Handle the case where
12431 the frame is wide.
12432 (calendar-generate-window): Test for shrinkability rather than width.
12433
12434 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
12435 reusing existing buffers, in case we happen to visit two files with the
12436 same basename. (Bug#4593)
12437
12438 2009-10-02 Eli Zaretskii <eliz@gnu.org>
12439
12440 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
12441 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
12442 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
12443 subdirs of cedet as well.
12444 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
12445
12446 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12447
12448 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
12449 Obey advertised-signature-table.
12450
12451 * help-fns.el (help-function-arglist): Don't check
12452 advertised-signature-table.
12453 (describe-function-1): Do it here instead so it also applies to subrs.
12454
12455 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
12456
12457 * simple.el (start-file-process): Say in the doc-string, that file
12458 handlers might not support pty association, if PROGRAM is nil.
12459
12460 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
12461 HOST and USER are strings. They are nil, when there are
12462 incomplete entries in ~/.netrc, for example.
12463 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
12464 root directory ("device busy" error otherwise).
12465
12466 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
12467 Flush file properties of created directory.
12468
12469 2009-10-02 Eli Zaretskii <eliz@gnu.org>
12470
12471 * makefile.w32-in (WINS_BASIC): Remove cedet.
12472 (WINS_CEDET): Add cedet.
12473 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
12474
12475 2009-10-02 Kevin Ryde <user42@zip.com.au>
12476
12477 * net/browse-url.el (browse-url): Pass any symbol in
12478 browse-url-browser-function to `apply', since if you've mistakenly put
12479 an unbound symbol then the error is clearer. (Bug#4531)
12480
12481 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
12482
12483 * allout.el (allout-init, allout-back-to-current-heading)
12484 (allout-beginning-of-current-entry, allout-ascend-to-depth)
12485 (allout-ascend, allout-up-current-level, allout-end-of-level)
12486 (allout-previous-visible-heading, allout-forward-current-level)
12487 (allout-backward-current-level, allout-show-children):
12488 * apropos.el (apropos-describe-plist):
12489 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
12490 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
12491 * completion.el (add-completion, add-permanent-completion):
12492 * descr-text.el (describe-text-category, describe-char):
12493 * desktop.el (desktop-lazy-abort):
12494 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
12495 * dired.el (dired-build-subdir-alist):
12496 * ediff.el (ediff-version):
12497 * elide-head.el (elide-head, elide-head-show):
12498 * emerge.el (emerge-version):
12499 * env.el (getenv):
12500 * face-remap.el (variable-pitch-mode):
12501 * faces.el (describe-face):
12502 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
12503 (dired-at-point):
12504 * files.el (find-file-existing, auto-save-mode):
12505 * font-lock.el (font-lock-fontify-buffer):
12506 * help-fns.el (describe-function, describe-variable)
12507 (describe-syntax, describe-categories):
12508 * help.el (view-lossage, describe-bindings, describe-key)
12509 (describe-mode):
12510 * hexl.el (hexl-current-address):
12511 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
12512 * info.el (Info-goto-emacs-key-command-node):
12513 * log-edit.el (log-edit-insert-cvs-template)
12514 (log-edit-insert-cvs-rcstemplate):
12515 * menu-bar.el (menu-bar-mode):
12516 * mouse.el (mouse-appearance-menu):
12517 * newcomment.el (comment-indent-new-line):
12518 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
12519 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
12520 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
12521 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
12522 * recentf.el (recentf-mode):
12523 * savehist.el (savehist-mode, savehist-save):
12524 * shadowfile.el (shadow-copy-files):
12525 * simple.el (kill-ring-save, next-line, previous-line)
12526 (normal-erase-is-backspace-mode):
12527 * strokes.el (strokes-update-window-configuration)
12528 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
12529 (strokes-xpm-for-stroke):
12530 * time.el (emacs-uptime, emacs-init-time):
12531 * tutorial.el (tutorial--describe-nonstandard-key)
12532 (tutorial--detailed-help):
12533 * type-break.el (type-break-mode)
12534 (type-break-mode-line-message-mode, type-break-query-mode)
12535 (type-break-guesstimate-keystroke-threshold):
12536 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
12537 * version.el (emacs-version):
12538 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
12539 * winner.el (winner-mode):
12540 * calendar/timeclock.el (timeclock-in, timeclock-out)
12541 (timeclock-status-string, timeclock-change)
12542 (timeclock-workday-remaining-string)
12543 (timeclock-workday-elapsed-string)
12544 (timeclock-when-to-leave-string):
12545 * calendar/todo-mode.el (todo-add-category):
12546 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
12547 * emacs-lisp/autoload.el (update-file-autoloads):
12548 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
12549 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
12550 (checkdoc-message-text, checkdoc-defun):
12551 * emacs-lisp/debug.el (debugger-list-functions):
12552 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12553 * emacs-lisp/eieio-opt.el (eieio-describe-class)
12554 (eieio-describe-generic):
12555 * emacs-lisp/lisp-mnt.el (lm-synopsis):
12556 * emacs-lisp/shadow.el (list-load-path-shadows):
12557 * emulation/cua-base.el (cua-mode):
12558 * emulation/edt.el (edt-set-scroll-margins):
12559 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
12560 (tpu-toggle-regexp, tpu-toggle-search-direction)
12561 (tpu-toggle-rectangle, tpu-toggle-control-keys):
12562 * emulation/tpu-extras.el (tpu-set-scroll-margins):
12563 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12564 (viper-set-parsing-style-toggling-macro)
12565 (viper-set-emacs-state-searchstyle-macros):
12566 * emulation/viper.el (viper-set-hooks):
12567 * eshell/esh-mode.el (eshell-truncate-buffer):
12568 * international/mule-cmds.el (prefer-coding-system)
12569 (describe-input-method, describe-language-environment):
12570 * international/mule-diag.el (list-character-sets)
12571 (describe-character-set, describe-coding-system)
12572 (describe-fontset, list-fontsets, list-input-methods):
12573 * mail/sendmail.el (mail-signature):
12574 * net/ange-ftp.el (ange-ftp-copy-file):
12575 * net/browse-url.el (browse-url):
12576 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
12577 * net/quickurl.el (quickurl-add-url):
12578 * net/rcirc.el (names, topic):
12579 * net/xesam.el (xesam-mode):
12580 * play/5x5.el (5x5-new-game):
12581 * play/yow.el (apropos-zippy):
12582 * progmodes/ada-mode.el (ada-mode-version):
12583 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
12584 (f90-end-of-block)
12585 (f90-beginning-of-block):
12586 * progmodes/fortran.el (fortran-end-of-block)
12587 (fortran-beginning-of-block):
12588 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
12589 * progmodes/python.el (python-describe-symbol, python-shell):
12590 * term/ns-win.el (ns-print-buffer):
12591 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
12592 * textmodes/flyspell.el (flyspell-mode-on):
12593 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
12594 (pages-directory-for-addresses):
12595 * textmodes/table.el (table-recognize-cell)
12596 (table-query-dimension, table-generate-source)
12597 (table-insert-sequence, table--warn-incompatibility):
12598 * textmodes/tex-mode.el (tex-validate-buffer):
12599 * textmodes/texinfmt.el (texinfmt-version)
12600 (texinfo-format-buffer):
12601 Use `called-interactively-p' instead of `interactive-p'.
12602
12603 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
12604
12605 * image-mode.el (image-toggle-display):
12606 * emacs-lisp/elp.el (elp-instrument-function):
12607 * emacs-lisp/advice.el (ad-make-advised-definition):
12608 * emacs-lisp/easy-mmode.el (define-minor-mode):
12609 * net/browse-url.el (browse-url-maybe-new-window):
12610 * progmodes/sh-script.el (sh-learn-buffer-indent):
12611 Pass new argument 'any to `called-interactively-p'.
12612
12613 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
12614
12615 * international/uni-bidi.el:
12616 * international/uni-category.el:
12617 * international/uni-combining.el:
12618 * international/uni-comment.el:
12619 * international/uni-decimal.el:
12620 * international/uni-decomposition.el:
12621 * international/uni-digit.el:
12622 * international/uni-lowercase.el:
12623 * international/uni-mirrored.el:
12624 * international/uni-name.el:
12625 * international/uni-numeric.el:
12626 * international/uni-old-name.el:
12627 * international/uni-titlecase.el:
12628 * international/uni-uppercase.el:
12629 Regenerate from Unicode 5.2.0 data.
12630
12631 2009-10-01 Glenn Morris <rgm@gnu.org>
12632
12633 * Makefile.in (ELCFILES): Regenerate.
12634
12635 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12636
12637 * subr.el (interactive-p): Mark obsolete.
12638 (called-interactively-p): Make the optional-ness of `kind' obsolete.
12639 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
12640 advertised-signature-table for subroutines as well.
12641
12642 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
12643 (set-advertised-calling-convention): New function.
12644 (make-obsolete, define-obsolete-function-alias)
12645 (make-obsolete-variable, define-obsolete-variable-alias):
12646 Make the optional-ness of `when' obsolete.
12647 (define-obsolete-face-alias): Make `when' non-optional.
12648 * help-fns.el (help-function-arglist):
12649 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
12650 Use advertised-signature-table.
12651
12652 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
12653
12654 * files.el (delete-directory): New defun. The original function
12655 in fileio.c has been renamed to `delete-directory-internal'.
12656
12657 * dired.el (dired-delete-file): Call `delete-directory' with
12658 RECURSIVE parameter.
12659
12660 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
12661 parameter RECURSIVE. Implementation is missing.
12662
12663 * net/tramp.el (tramp-handle-make-directory): Flush upper
12664 directory's file properties.
12665 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
12666 (tramp-handle-dired-recursive-delete-directory): Flush directory
12667 properties after the remove command only.
12668
12669 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12670 Handle optional parameter RECURSIVE.
12671
12672 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
12673 Handle optional parameter RECURSIVE.
12674
12675 * net/tramp-smb.el (tramp-smb-errors): Add error message for
12676 connection timeout.
12677 (tramp-smb-handle-delete-directory): Handle optional parameter
12678 RECURSIVE.
12679
12680 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12681
12682 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
12683 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
12684 (byte-compile-defmacro): Use backquotes.
12685
12686 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
12687
12688 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
12689 has no associated file.
12690 (vc-resynch-buffer): Use vc-dir-buffers.
12691
12692 2009-10-01 Glenn Morris <rgm@gnu.org>
12693
12694 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
12695 (chart-file-count):
12696 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
12697 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
12698 * emacs-lisp/eieio-opt.el (eieio-describe-class):
12699 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
12700 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
12701 (eieio-copy-parents-into-subclass, make-instance, class-children)
12702 (eieio-generic-form):
12703
12704 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
12705 match-data. (Bug#4555).
12706
12707 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
12708 rather than parsing it as a regexp. This relaxes the layout
12709 requirements and makes errors easier to detect.
12710 (check-declare-verify): Check file is regular.
12711 (check-declare-directory): Doc fix.
12712 * subr.el (declare-function): Doc fix.
12713
12714 * ibuffer.el (ibuffer-format-qualifier):
12715 * isearch.el (hi-lock-regexp-okay):
12716 * calc/calc.el (math-zerop):
12717 * mail/uce.el (rmail-msgbeg, rmail-msgend):
12718 * term/w32-win.el (setup-default-fontset, set-fontset-font):
12719 Remove unused declarations.
12720
12721 2009-09-30 Glenn Morris <rgm@gnu.org>
12722
12723 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
12724
12725 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
12726 filename is not a string.
12727
12728 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
12729
12730 * files.el (safe-local-eval-forms): Fix typo.
12731
12732 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
12733
12734 * vc-hooks.el (vc-dir-buffers): New var.
12735 (vc-state-refresh): New function.
12736 (vc-state): Use it.
12737 (vc-after-save): Always ask the backend to recompute the new state.
12738 Always call vc-dir if necessary, using vc-dir-buffers.
12739 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
12740 Use vc-dir-buffers.
12741 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
12742 (vc-dir-prepare-status-buffer, vc-dir-update)
12743 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
12744 Don't call expand-file-name on default-directory.
12745
12746 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12747
12748 * speedbar.el (speedbar-item-delete):
12749 * calc/calc-prog.el (calc-kbd-if):
12750 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
12751
12752 * epa.el (epa-key-list-mode-map):
12753 * hi-lock.el (hi-lock-menu): Fix typos in menus.
12754
12755 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
12756 (hs-show-hook): Fix typo in docstring.
12757
12758 2009-09-29 Glenn Morris <rgm@gnu.org>
12759
12760 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
12761 file-name-nondirectory call preventing location of cedet files.
12762 (check-declare-verify): Use literal search rather than re-search.
12763 Add basic defmethod and defclass, and define-overloadable-function.
12764
12765 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12766 Use tramp-compat-file-attributes rather than nonexistent
12767 tramp-compat-handle-file-attributes.
12768
12769 * Makefile.in (lisptagsfiles4): New.
12770 (AUTOGENEL): Add cedet loaddefs files.
12771 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
12772 (update-elclist, compile-always, backup-compiled-files)
12773 (bootstrap-clean): Add yet another directory level.
12774 (update-elclist): Use LC_COLLATE rather than COLLATE.
12775 (ELCFILES): Update, via `make update-elclist'.
12776
12777 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12778
12779 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
12780 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
12781 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
12782
12783 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
12784
12785 * Makefile.in (lisptagsfiles3): Define.
12786 (TAGS, TAGS-LISP): Use it.
12787 (update-elclist): Add third directory level to look for elc files.
12788 (compile-always): Likewise.
12789 (backup-compiled-files): Likewise.
12790 (bootstrap-clean): Likewise.
12791 (ELCFILES): Update.
12792
12793 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
12794
12795 * Makefile.in (ELCFILES): Add CEDET files.
12796
12797 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
12798
12799 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
12800
12801 * net/tramp.el (top): Require tramp-imap.
12802
12803 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12804 Use `tramp-compat-handle-file-attributes'.
12805
12806 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12807
12808 * net/tramp-imap.el: New package.
12809
12810 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12811
12812 * whitespace.el (whitespace-trailing-regexp)
12813 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
12814 Fix doc string.
12815
12816 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
12817
12818 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
12819 menu.
12820
12821 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
12822 menu-bar-ediff-menu.
12823
12824 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
12825 define-overloadable-function.
12826
12827 * progmodes/autoconf.el: Provide autoconf as well, so that this
12828 file can be `require'd.
12829
12830 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
12831
12832 * emacs-lisp/autoload.el (generated-autoload-feature)
12833 (generated-autoload-load-name): New vars.
12834 (autoload-rubric, autoload-generate-file-autoloads): Use them.
12835 (make-autoload): Recognize define-overloadable-function and
12836 defclass forms (for EIEIO).
12837
12838 * Makefile.in (update-subdirs): Exclude cedet directory.
12839
12840 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
12841
12842 * term/ns-win.el: Don't set the region face background. (Bug#4381)
12843
12844 * faces.el: Default light-background background for region face to
12845 ns_selection_color under NS.
12846
12847 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
12848
12849 * net/imap-hash.el: New library, see NEWS.
12850
12851 * Makefile.in (ELCFILES): Add imap-hash.el.
12852
12853 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
12854
12855 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
12856 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
12857 * help-macro.el (make-help-screen): Avoid using an ambiguous function
12858 definition where the docstring could be taken for the return value.
12859
12860 2009-09-26 Glenn Morris <rgm@gnu.org>
12861
12862 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
12863 Add option to only show images below a certain size.
12864 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
12865 save-excursion calls.
12866
12867 2009-09-26 Eli Zaretskii <eliz@gnu.org>
12868
12869 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
12870 subdirectories) and eieio.
12871
12872 2009-09-26 Alan Mackenzie <acm@muc.de>
12873
12874 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
12875 buggy bracketing. (Bug#4289)
12876
12877 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
12878 character constants (as case labels). (Bug#4289)
12879
12880 2009-09-25 Juri Linkov <juri@jurta.org>
12881
12882 * files.el (safe-local-eval-forms): Allow time-stamp in
12883 before-save-hook (Bug#4554).
12884
12885 2009-09-25 Drew Adams <drew.adams@oracle.com>
12886
12887 * menu-bar.el (list-buffers-directory): Doc fix.
12888
12889 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
12890
12891 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
12892 Try and avoid copying twice the same paragraph.
12893 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
12894 Remove save-excursion.
12895 (log-edit-changelog-entry): Do it here instead.
12896
12897 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
12898
12899 * bs.el (bs--get-file-name): Use `list-buffers-directory'
12900 when available, instead of hardcoding mode names. Doc fix.
12901
12902 * menu-bar.el (list-buffers-directory): Add docstring.
12903 Make automatically buffer-local.
12904
12905 * dired.el (dired-mode):
12906 * files.el (cd-absolute):
12907 * pcvs.el (cvs-temp-buffer):
12908 * pcvs-util.el (cvs-get-buffer-create):
12909 * shell.el (shell-mode):
12910 * vc-dir.el (vc-dir-mode):
12911 Don't make `list-buffers-directory' buffer local.
12912
12913 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
12914
12915 * comint.el (comint-exec, comint-run, make-comint):
12916 Doc fixes (Bug#4542).
12917
12918 2009-09-25 Glenn Morris <rgm@gnu.org>
12919
12920 * mail/rmailmm.el (rmail-mime): New custom group.
12921 Move all defcustoms in this file into this group.
12922 (rmail-mime-media-type-handlers-alist): Revert previous change.
12923 (rmail-mime-show-images): New option.
12924 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
12925 references to it, since it wasn't actually used for anything.
12926 (rmail-mime-insert-image): New function.
12927 (rmail-mime-image): Use rmail-mime-insert-image.
12928 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
12929 obey the value of `rmail-mime-show-images' option. Print the size of
12930 attachments.
12931
12932 2009-09-25 David Engster <deng@randomsample.de>
12933
12934 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
12935
12936 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12937
12938 * whitespace.el: Does not highlight trailing spaces While point is
12939 at end of line. Does not highligt spaces at beginning of buffer
12940 while point is at beginning of buffer. Does not highlight spaces
12941 at end of buffer while point is at end of buffer. (Bug#4177)
12942 New version 12.0.
12943 (whitespace-display-mappings): Adjust initialization.
12944 (whitespace-point, whitespace-font-lock-refontify): New vars.
12945 (whitespace-color-on, whitespace-color-off): Adjust code.
12946 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
12947 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
12948 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
12949
12950 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
12951
12952 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
12953
12954 * textmodes/sgml-mode.el: Remove xml-mode alias.
12955
12956 * files.el (auto-mode-alist, conf-mode-maybe)
12957 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
12958
12959 2009-09-24 Alan Mackenzie <acm@muc.de>
12960
12961 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
12962 c-forward-conditionals, but it doesn't move point and doesn't set
12963 the mark.
12964 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
12965 (c-down-conditional-with-else, c-backward-conditional)
12966 (c-forward-conditional): Refactor to use c-scan-conditionals.
12967
12968 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
12969
12970 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
12971 (help-default-arg-highlight): Remove.
12972 (help-highlight-arg): New function.
12973 (help-do-arg-highlight): Use it.
12974 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
12975
12976 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12977
12978 * term.el (term-set-scroll-region, term-handle-ansi-escape):
12979 Undo last change, which didn't fix the problem and introduced others.
12980
12981 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
12982
12983 * progmodes/gdb-mi.el: Don't require speedbar.
12984 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
12985
12986 2009-09-24 Glenn Morris <rgm@gnu.org>
12987
12988 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
12989
12990 * term/ns-win.el (ns-reg-to-script): Define for compiler.
12991
12992 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
12993 there is no newline after the final mime boundary. (Bug#4539)
12994 Move markers on insertion so that any buttons inserted don't end up in
12995 the next part of a multipart message.
12996 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
12997 (rmail-mime-bulk-handler): Optionally handle images.
12998 (rmail-mime-image): New button action.
12999 (rmail-mime-image-handler): New function.
13000 (rmail-mime-mode): New mode.
13001 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
13002
13003 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13004
13005 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
13006 than just dropping elements from it (bug#4504).
13007
13008 * term.el (term-set-scroll-region): Don't move cursor any more.
13009 (term-handle-ansi-escape): Call term-goto here instead.
13010 Suggested by Ivan Kanis <apple@kanis.eu>.
13011
13012 * term.el: Require CL.
13013 (term-ansi-reset): New function.
13014 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
13015 (term-handle-colors-array): Simplify.
13016
13017 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
13018
13019 * allout.el (allout-overlay-interior-modification-handler)
13020 (allout-obtain-passphrase):
13021 * epa-file.el (epa-file-write-region):
13022 * ps-print.el (ps-begin-job):
13023 * vc-hooks.el (vc-toggle-read-only):
13024 * vc-rcs.el (vc-rcs-rollback):
13025 * vc-sccs.el (vc-sccs-rollback):
13026 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
13027 (vc-version-diff, vc-revert, vc-rollback):
13028 * wdired.el (wdired-check-kill-buffer):
13029 * emacs-lisp/authors.el (authors):
13030 * net/socks.el (socks-open-connection):
13031 * net/zeroconf.el (zeroconf-service-add-hook):
13032 * obsolete/vc-mcvs.el (vc-mcvs-register):
13033 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
13034 (gdb-select-frame):
13035 * progmodes/grep.el (lgrep, rgrep):
13036 * progmodes/idlw-help.el (idlwave-help-check-locations)
13037 (idlwave-help-html-link, idlwave-help-assistant-open-link):
13038 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13039 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
13040 (reftex-toc-rename-label): Fix typos in error messages.
13041
13042 * dired-aux.el (dired-do-shell-command): Reflow docstring.
13043 (dired-copy-how-to-fn): Doc fix.
13044 (dired-files-attributes, dired-read-shell-command):
13045 Fix typos in docstrings.
13046
13047 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
13048 (dired-x-find-file-other-window): Reflow docstrings.
13049 (dired-omit-marker-char, dired-read-shell-command)
13050 (dired-x-submit-report): Fix typos in docstrings.
13051
13052 * shell.el (shell-mode-hook):
13053 * view.el (View-scroll-line-forward):
13054 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
13055 Fix typos in docstrings.
13056
13057 * net/dig.el (dig-invoke): Fix typo in docstring.
13058 (query-dig): Reflow docstring.
13059
13060 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
13061 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
13062 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
13063 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
13064 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
13065 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
13066 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
13067 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
13068 (idlwave-completion-map, idlwave-current-indent)
13069 (idlwave-custom-ampersand-surround, idlwave-customize)
13070 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
13071 (idlwave-define-abbrev, idlwave-determine-class-special)
13072 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
13073 (idlwave-end-block-reg, idlwave-end-of-statement)
13074 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
13075 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
13076 (idlwave-explicit-class-listed, idlwave-file-header)
13077 (idlwave-fill-paragraph, idlwave-find-class-definition)
13078 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
13079 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
13080 (idlwave-in-quote, idlwave-indent-action-table)
13081 (idlwave-indent-expand-table, idlwave-indent-line)
13082 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
13083 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
13084 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
13085 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
13086 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
13087 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
13088 (idlwave-outlawed-buffers, idlwave-popup-select)
13089 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
13090 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
13091 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
13092 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
13093 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
13094 (idlwave-statement-type, idlwave-struct-skip)
13095 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
13096 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
13097 (idlwave-what-module-find-class): Fix typos in docstrings.
13098 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
13099 (idlwave-calculate-cont-indent, idlwave-expand-equal)
13100 (idlwave-find-module, idlwave-find-structure-definition)
13101 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
13102 (idlwave-list-load-path-shadows, idlwave-next-statement)
13103 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
13104 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
13105 (idlwave-template): Reflow docstrings.
13106
13107 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
13108 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
13109 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
13110 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
13111 (idlwave-shell-display-line, idlwave-shell-display-wframe)
13112 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
13113 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
13114 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
13115 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
13116 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
13117 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
13118 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
13119 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
13120 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
13121 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
13122 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
13123 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
13124 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
13125 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
13126 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
13127 Fix typos in docstrings.
13128 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
13129 (idlwave-shell-hide-output, idlwave-shell-mode)
13130 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
13131 Reflow docstrings.
13132
13133 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
13134
13135 2009-09-24 Ivan Kanis <apple@kanis.eu>
13136
13137 * term.el (term-bold-attribute): New var.
13138 (term-handle-colors-array): Use it.
13139
13140 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
13141
13142 * progmodes/gdb-mi.el (gdb-version): New variable.
13143 (gdb-non-stop-handler): Set gdb-version.
13144 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
13145 Condition "--thread" option on gdb-version.
13146 (gdb-invalidate-threads): Remove unused argument.
13147
13148 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13149
13150 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
13151 to looking-back to avoid ridiculous slow down in large files (bug#4511).
13152
13153 2009-09-23 Glenn Morris <rgm@gnu.org>
13154
13155 * mail/rmail.el (rmail-reply): Don't try to add a References header when
13156 replying to mail without References or Message-Id. (Bug#4525)
13157
13158 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
13159
13160 * term/ns-win.el (ns-reg-to-script): New variable.
13161
13162 2009-09-23 Daiki Ueno <ueno@unixuser.org>
13163
13164 * epg.el (epg-wait-for-status): Preserve existing 'error results.
13165
13166 2009-09-22 Sam Steingold <sds@gnu.org>
13167
13168 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
13169 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
13170 to 1 because hg returns status 1 when nothing is found.
13171 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
13172
13173 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13174
13175 * textmodes/fill.el: Convert to utf-8 encoding.
13176 (fill-french-nobreak-p): Remove redundant » and « inherited from our
13177 pre-Unicode days.
13178
13179 * add-log.el (change-log-fill-forward-paragraph): New function.
13180 (change-log-mode): Use it so fill-region DTRT.
13181 Set fill-indent-according-to-mode here rather than in
13182 change-log-fill-paragraph.
13183 (change-log-fill-paragraph): Remove.
13184
13185 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
13186
13187 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
13188 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
13189
13190 2009-09-22 Glenn Morris <rgm@gnu.org>
13191
13192 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
13193 the scroll-bar scroll the calendar window rather than the buffer.
13194
13195 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
13196 commands that move point (as opposed to scrolling).
13197
13198 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
13199
13200 * emacs-lisp/elint.el (elint): New custom group.
13201 (elint-log-buffer): Make it a defcustom.
13202 (elint-scan-preloaded, elint-ignored-warnings)
13203 (elint-directory-skip-re): New options.
13204 (elint-builtin-variables): Doc fix.
13205 (elint-preloaded-env): New variable.
13206 (elint-unknown-builtin-args): Add an entry for encode-time.
13207 (elint-extra-errors): Make it a variable rather than a constant.
13208 (elint-preloaded-skip-re): New constant.
13209 (elint-directory): Skip files matching elint-directory-skip-re.
13210 (elint-features): New variable, local to linted buffers.
13211 (elint-update-env): Initialize elint-features. Possibly add
13212 elint-preloaded-env to the buffer's environment.
13213 (elint-get-top-forms): Bind elint-current-pos, for log messages.
13214 Skip quoted forms.
13215 (elint-init-form): New function, extracted from elint-init-env.
13216 Make non-list forms a warning rather than an error.
13217 Add the mode-map for define-derived-mode. Handle define-minor-mode,
13218 easy-menu-define, put that adds an error-condition, and provide.
13219 When requiring cl, also require cl-macs. Really require cl, to handle
13220 some cl macros. Store required libraries in the list elint-features,
13221 so as not to re-load them. Treat cc-require like require.
13222 (elint-init-env): Call elint-init-form to do the work.
13223 Handle eval-and-compile and such like.
13224 (elint-add-required-env): Do not clear messages.
13225 (elint-special-forms): Add handlers for function, defalias, if, when,
13226 unless, and, or.
13227 (elint-form): Add optional argument to ignore elint-special-forms,
13228 useful to prevent recursive calls from handlers. Doc fix.
13229 Respect elint-ignored-warnings.
13230 (elint-form): Respect elint-ignored-warnings.
13231 (elint-bound-variable, elint-bound-function): New variables.
13232 (elint-unbound-variable): Respect elint-bound-variable.
13233 (elint-get-args): Respect elint-bound-function.
13234 (elint-check-cond-form): Add some simple handling for (f)boundp and
13235 featurep tests.
13236 (elint-check-defalias-form): New handler.
13237 (elint-check-let-form): Make an empty let a warning rather than an
13238 error.
13239 (elint-check-setq-form): Make an empty setq a warning rather than an
13240 error. Respect elint-ignored-warnings.
13241 (elint-check-defvar-form): Accept null doc-strings.
13242 (elint-check-conditional-form): New handler. Does some simple-minded
13243 checking of featurep and (f)boundp tests.
13244 (elint-put-function-args): New function.
13245 (elint-initialize): Use elint-scan-doc-file rather than
13246 elint-find-builtin-variables. Use elint-put-function-args.
13247 Possibly scan preloaded-file-list.
13248 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
13249 extend to handle functions as well.
13250
13251 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
13252
13253 * linum.el (linum-delete-overlays, linum-update-window):
13254 Do not modify the right margin. (Bug#3971)
13255
13256 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
13257
13258 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
13259 nxml-mode instead of xml-mode.
13260
13261 2009-09-21 Kevin Ryde <user42@zip.com.au>
13262
13263 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
13264
13265 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13266
13267 * net/dig.el (dig-mode): Use define-derived-mode.
13268
13269 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
13270
13271 * vc-dispatcher.el (vc-do-command): Return the process object in
13272 the asynchronous case. Use when instead of if. Do not run
13273 vc-exec-after to display a message if not enabled. (Bug#4463)
13274
13275 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
13276 properties to the stash strings.
13277 (vc-git-stash-list): Return a list of strings.
13278 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
13279 (vc-git-stash-show-at-point): New functions.
13280 (vc-git-stash-map): New keymap.
13281
13282 * register.el (ctl-x-r-map): Define the keys here instead of
13283 using autoload.
13284
13285 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
13286
13287 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
13288 list, to workaround performance problem (bug#4485).
13289
13290 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
13291
13292 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
13293
13294 2009-09-20 Daiki Ueno <ueno@unixuser.org>
13295
13296 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13297 Document that this option is not recommended to use.
13298
13299 2009-09-19 Glenn Morris <rgm@gnu.org>
13300
13301 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13302 variable `var'.
13303
13304 * calc/calc-alg.el (var):
13305 * calc/calcalg2.el (var): Define for compiler.
13306
13307 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
13308
13309 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13310 Doc fix (Bug#3932).
13311
13312 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13313
13314 * time-stamp.el (time-stamp-month-dd-yyyy)
13315 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13316 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13317 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
13318 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13319 Remove functions that have been obsolete since 1995 (Bug#4436).
13320
13321 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13322 indent buffer only if called interactively (Bug#4452).
13323
13324 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
13325 Eli Zaretskii <eliz@gnu.org>
13326
13327 This fixes bug#4197 (merged to bug#865, though not identical).
13328 * server.el (server-auth-dir): Add docstring note about FAT32.
13329 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13330 but warn against using them.
13331
13332 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
13333
13334 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13335 older GDB where there is no has_more field.
13336
13337 2009-09-19 Glenn Morris <rgm@gnu.org>
13338
13339 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13340
13341 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
13342
13343 * files.el (auto-mode-alist): Change default for XML files to nXML
13344 mode (Bug#4169).
13345
13346 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
13347
13348 * server.el (server-ensure-safe-dir): Pass 'integer
13349 to `file-attributes', as suggested.
13350
13351 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13352
13353 * dired-aux.el (dired-query-alist): Remove spurious backslash.
13354 (dired-query): Use read-key.
13355
13356 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
13357
13358 * cus-start.el (ns-use-qd-smoothing): Remove.
13359
13360 2009-09-18 Glenn Morris <rgm@gnu.org>
13361
13362 * allout.el (top-level): Remove unnecessary progn.
13363
13364 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13365
13366 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13367 definition of abbrev table.
13368
13369 * speedbar.el (speedbar-track-mouse):
13370 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
13371 * net/eudc.el (eudc-expand-inline):
13372 * net/newst-backend.el (newsticker--cache-read-feed):
13373 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
13374 condition-case handlers.
13375
13376 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
13377
13378 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
13379 (gdb-var-list): Add an element for has_more field.
13380 (gdb-non-stop-handler): Enable pretty printing for STL containers.
13381 (gdb-var-create-handler, gdb-var-list-children-handler-1)
13382 (gdb-var-update-handler-1): Parse output of dynamic variable
13383 objects (STL containers).
13384 (gdb-var-delete-1): Pass var1 as an explicit second argument.
13385 (gdb-get-field): Delete alias. Use bindat-get-field directly.
13386
13387 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13388 gdb-var-list.
13389 (gud-speedbar-buttons): Make node expandable if expression "has more"
13390 children.
13391
13392 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
13393
13394 * startup.el (emacs-quick-startup): Remove variable and all uses.
13395 (command-line): Set `inhibit-x-resources' instead.
13396 (command-line-1): Use `inhibit-x-resources' instead.
13397
13398 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
13399
13400 * subr.el: Fix last change to avoid using the `unless' macro,
13401 which breaks bootstrapping.
13402
13403 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13404
13405 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13406 extended definitions, in case we reload subr.el after having
13407 loaded CL.
13408 (eval-next-after-load): Mark as obsolete.
13409
13410 2009-09-17 Juri Linkov <juri@jurta.org>
13411
13412 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13413 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13414 (menu-bar-showhide-menu, menu-bar-tools-menu)
13415 (menu-bar-describe-menu, menu-bar-help-menu)
13416 (minibuffer-local-completion-map, minibuffer-local-map):
13417 Fix list quoting.
13418
13419 2009-09-17 Glenn Morris <rgm@gnu.org>
13420
13421 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
13422 arguments, whether or not it has a handler.
13423
13424 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
13425
13426 * simple.el (hard-newline): Give it a doc-string.
13427
13428 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13429 (lisp-mode-syntax-table): Give them doc-strings.
13430
13431 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
13432
13433 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
13434 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
13435 (menu-bar-options-menu, menu-bar-showhide-menu)
13436 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
13437 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
13438 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
13439 (menu-bar-options-menu, menu-bar-tools-menu)
13440 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
13441 (menu-bar-help-menu):
13442 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
13443 string arguments.
13444
13445 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
13446 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
13447 calls for the menu names and :help.
13448
13449 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13450
13451 * mouse.el (minor-mode-menu-from-indicator): Pay attention
13452 to :minor-mode-function (bug#4455).
13453
13454 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13455
13456 * startup.el (command-line): Initialize the window-system after
13457 processing the command-line.
13458
13459 * textmodes/page.el (what-page): Make sure we don't inf-loop if
13460 page-delimiter matches the empty string.
13461
13462 2009-09-16 Glenn Morris <rgm@gnu.org>
13463
13464 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13465 byte-compile-not-obsolete-var. It's a list now.
13466 (byte-compile-not-obsolete-funcs): New variable.
13467 (byte-compile-warn-obsolete): Don't warn about functions if they are in
13468 byte-compile-not-obsolete-funcs.
13469 (byte-compile-variable-ref, byte-compile-defvar): Update for
13470 byte-compile-not-obsolete-vars name-change and list nature.
13471 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13472 and variables behind (f)boundp tests.
13473 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13474
13475 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13476
13477 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13478
13479 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13480
13481 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13482 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13483 Don't autoload.
13484
13485 2009-09-15 Stephen Eglen <stephen@gnu.org>
13486
13487 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
13488 the virtual-buffers, use the name of the buffer specified by
13489 find-file-noselect, as the match may be a symlink. (This was a
13490 problem if the target and the symlink had different names.)
13491
13492 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13493
13494 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13495
13496 * desktop.el (desktop-path): Check user-emacs-directory.
13497
13498 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13499
13500 * loadup.el: Use after-load-functions to GC after loading each file.
13501 Remove the explicit GC calls that used to be sprinkled around.
13502
13503 * subr.el (after-load-functions): New hook.
13504 (do-after-load-evaluation): Run it. Use string-match-p to detect
13505 `obsolete' packages, rather than painfully extracting the relevant
13506 directory name.
13507
13508 2009-09-15 Glenn Morris <rgm@gnu.org>
13509
13510 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13511 free variable `doc'.
13512
13513 * dired.el (dired-mode-map): Add menu entry for async shell command.
13514
13515 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13516 variables, also consider the .elc files, since the .el files are
13517 normally gzipped (subsequent code locates the .el.gz from the .elc).
13518
13519 * calc/calc-prog.el (arglist): Define for compiler.
13520
13521 * calendar/diary-lib.el (diary-display-function): Change the default to
13522 fancy display.
13523 (body): Define for compiler.
13524
13525 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13526 (byte-compile-file-form, byte-compile-lambda)
13527 (byte-compile-top-level-body, byte-compile-form)
13528 (byte-compile-variable-ref, byte-compile-setq)
13529 (byte-compile-setq-default, byte-compile-body)
13530 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13531 (batch-byte-compile): Give some more local variables with common names
13532 a "bytecomp-" prefix to avoid masking warnings about free variables.
13533
13534 * startup.el (command-line-1): Give local variables with common names a
13535 distinguishing prefix, so as not to hide free variable warnings during
13536 bootstrap.
13537
13538 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13539 clever and add a suffix to make a unique name, just let the user decide
13540 whether or not to overwrite it. If the input is a directory, write the
13541 default filename to that directory. (Bug#4388)
13542 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13543 is a filename-as-a-directory.
13544
13545 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13546
13547 * textmodes/page.el (what-page): Don't move to beginning of line.
13548 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13549
13550 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13551
13552 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13553
13554 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
13555
13556 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
13557 * help.el (help-for-help-internal): Add purecopy calls for text.
13558
13559 * vc.el (top): print-log method now takes an optional SHORTLOG
13560 argument. Add a new method: root.
13561 (vc-root-diff, vc-print-root-log): New functions.
13562 (vc-log-short-style): New variable.
13563 (vc-print-log-internal): Add support for showing short logs.
13564
13565 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
13566 vc-print-root-log and vc-print-root-diff.
13567
13568 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
13569 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
13570 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
13571 short logs.
13572
13573 * vc-cvs.el (vc-cvs-print-log):
13574 * vc-mtn.el (vc-mtn-print-log):
13575 * vc-rcs.el (vc-rcs-print-log):
13576 * vc-sccs.el (vc-sccs-print-log):
13577 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
13578 that is ignored for now.
13579
13580 * vc-mtn.el (vc-mtn-annotate-command):
13581 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
13582
13583 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13584
13585 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
13586 to function-key-map, and give them ascii-character property.
13587 * term/x-win.el (x-alternatives-map):
13588 * term/ns-win.el (ns-alternatives-map):
13589 * term/internal.el (msdos-key-remapping-map):
13590 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
13591
13592 2009-09-14 Glenn Morris <rgm@gnu.org>
13593
13594 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
13595 temp-buffers (2009-09-12).
13596
13597 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13598
13599 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
13600 the new read-key function.
13601
13602 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
13603
13604 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
13605 is defined (Bug#4405).
13606
13607 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
13608
13609 * recentf.el (recentf-cleanup): Use a hash table to find
13610 duplicates (Bug#4407).
13611
13612 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
13613
13614 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
13615 kp-0 to ascii equivalents (Bug#4325).
13616
13617 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
13618
13619 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
13620
13621 * eshell/em-hist.el:
13622 * eshell/em-dirs.el (eshell-complete-user-reference):
13623 Declare pcomplete functions and variables to avoid compiler warnings.
13624
13625 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
13626
13627 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
13628 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
13629 * eshell/em-alias.el (eshell-aliases-file):
13630 * eshell/em-hist.el (eshell-history-file-name):
13631 Use expand-file-name instead of concat to make file names (Bug#4308).
13632
13633 2009-09-13 Glenn Morris <rgm@gnu.org>
13634
13635 * ediff-merg.el (ediff-do-merge):
13636 * filesets.el (filesets-run-cmd):
13637 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
13638 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
13639 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
13640 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
13641 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
13642 Replace empty `let's with `progn'.
13643
13644 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13645
13646 * mail/sendmail.el (send-mail-function):
13647 * tooltip.el (tooltip-mode):
13648 * simple.el (transient-mark-mode):
13649 * rfn-eshadow.el (file-name-shadow-mode):
13650 * frame.el (blink-cursor-mode):
13651 * font-core.el (global-font-lock-mode):
13652 * files.el (temporary-file-directory)
13653 (small-temporary-file-directory, auto-save-file-name-transforms):
13654 * epa-hook.el (auto-encryption-mode):
13655 * composite.el (global-auto-composition-mode):
13656 Use custom-initialize-delay.
13657 * startup.el (command-line): Don't explicitly call
13658 custom-reevaluate-setting for all the above vars.
13659 * custom.el (custom-initialize-safe-set)
13660 (custom-initialize-safe-default): Delete.
13661
13662 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13663
13664 * term/x-win.el (x-initialize-window-system):
13665 * term/w32-win.el (w32-initialize-window-system):
13666 * term/ns-win.el (ns-initialize-window-system): Don't call
13667 mouse-wheel-mode since it's enabled globally by default already.
13668
13669 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
13670 actually define the variable, but only silences the byte-compiler.
13671 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
13672 before looking it up.
13673 (mouse-wheel-scroll-amount): Also reset the bindings if this value
13674 is changed.
13675
13676 2009-09-12 Glenn Morris <rgm@gnu.org>
13677
13678 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
13679 1000.
13680 (elint-add-required-env): Don't beep on error.
13681 (elint-forms): In case of error, return ENV unchanged.
13682 (elint-init-env): Skip non-list forms.
13683 (elint-log): Handle unknown file positions.
13684
13685 2009-09-12 Daiki Ueno <ueno@unixuser.org>
13686
13687 * epg.el (epg-make-context): Add autoload cookie.
13688 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
13689 (epg-decrypt-string, epg-start-verify, epg-verify-file)
13690 (epg-verify-string, epg-start-sign, epg-sign-file)
13691 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
13692 (epg-encrypt-string, epg-start-export-keys)
13693 (epg-export-keys-to-file, epg-export-keys-to-string)
13694 (epg-start-import-keys, epg-import-keys-from-file)
13695 (epg-import-keys-from-string, epg-start-receive-keys)
13696 (epg-receive-keys, epg-import-keys-from-server)
13697 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
13698 (epg-sign-keys, epg-start-generate-key)
13699 (epg-generate-key-from-file, epg-generate-key-from-string):
13700 Remove autoload cookie.
13701
13702 2009-09-12 Eli Zaretskii <eliz@gnu.org>
13703
13704 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
13705 reevaluation of trash-directory.
13706
13707 * mwheel.el: Fix last change.
13708 (mouse-wheel-mode): New defvar.
13709 (mouse-wheel-mode): Remove autoload cookie.
13710
13711 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13712
13713 * mwheel.el (mwheel-installed-bindings): New var.
13714 (mouse-wheel-mode): Use it, so as to make sure we really remove all
13715 the bindings we set last time. Use custom-initialize-delay.
13716 * loadup.el: Load mwheel after term/*-win.el.
13717 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
13718 and mouse-wheel-up-event now that their first evaluation is done
13719 sufficiently late to be correct.
13720
13721 * startup.el (tutorial-directory): Make it a defcustom.
13722 Use custom-initialize-delay rather than eval-at-startup to set it.
13723 * image.el (image-load-path): Make it a defcustom.
13724 Use custom-initialize-delay rather than eval-at-startup to set it.
13725 * subr.el (eval-at-startup): Remove.
13726 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
13727
13728 * subr.el (do-after-load-evaluation): Warn the user after loading an
13729 obsolete package.
13730
13731 2009-09-12 Glenn Morris <rgm@gnu.org>
13732
13733 * proced.el (proced-mark-alt): Remove alias.
13734 (proced-mode-map): Remove proced-mark-alt.
13735
13736 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
13737 Elint file and directory. Remove initialization entry.
13738
13739 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
13740 commands.
13741 (elint-current-buffer): Set mode-line-process.
13742 (elint-init-env): Handle define-derived-mode.
13743 Fix declare-function with unspecified arglist. Guard against odd
13744 defalias statements (eg iso-insert's 8859-1-map).
13745 (elint-add-required-env): Use a temp buffer.
13746 (elint-form): Just print the function/macro name, not the whole form.
13747 Return env unchanged if we fail to parse a macro.
13748 (elint-forms): Guard against parse errors.
13749 (elint-output): New function, to handle batch mode.
13750 (elint-log-message): Add optional argument. Use elint-output.
13751 (elint-set-mode-line): New function.
13752
13753 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
13754
13755 * emacs-lisp/elp.el (elp-not-profilable): Add more
13756 functions (Bug#4233).
13757
13758 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
13759
13760 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
13761 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
13762
13763 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
13764
13765 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
13766 (gdb-var-list-children): Use json parsing.
13767
13768 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
13769
13770 * progmodes/js.el (js--proper-indentation): Handle the case where
13771 char-before is null. Reported by Deniz Dogan.
13772
13773 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
13774
13775 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
13776
13777 2009-09-11 Daiki Ueno <ueno@unixuser.org>
13778
13779 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
13780 (epg-digest-algorithm-alist): Add SHA224.
13781 (epg-context-set-passphrase-callback)
13782 (epg-context-set-progress-callback): Add description about
13783 callback function.
13784
13785 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13786
13787 * custom.el (custom-delayed-init-variables): New var.
13788 (custom-initialize-delay): New function.
13789 * startup.el (command-line): "Re"evaluate all vars in
13790 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
13791 explicitly any more.
13792 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
13793 to avoid creating a ~/.emacs.d at build-time (bug#4347).
13794
13795 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
13796
13797 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
13798
13799 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
13800 (gdb-var-update-handler): Use json parsing.
13801
13802 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
13803
13804 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
13805 decode annotated text, regardless of language environment. (Bug#2741)
13806
13807 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13808
13809 * Makefile.in (autoloads): Make rmail.el writable as well.
13810
13811 2009-09-11 Glenn Morris <rgm@gnu.org>
13812
13813 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
13814 loaddefs.el.
13815 * dired.el: Regenerate with extracted autoloads.
13816 * Makefile.in (autoloads): Make dired.el writable.
13817
13818 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
13819 * ibuffer.el: Regenerate with extracted autoloads.
13820 * Makefile.in (autoloads): Make ibuffer.el writable.
13821
13822 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
13823 * version.el (emacs-copyright, emacs-major-version)
13824 (emacs-minor-version): Reformat doc-strings for make-docfile.
13825
13826 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
13827 functions and variables, since they must be stuff specific to some other
13828 platform.
13829 (apropos-print): Make mouse-click message less specific about button.
13830
13831 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
13832 that records where a macro was defined.
13833 * help-fns.el (describe-function-1): Mention if a function has a
13834 compiler-macro.
13835 * help-mode.el (help-function-cmacro): New button.
13836
13837 * locate.el (top-level): Always require dired.
13838 (locate-mode-map): Initialize inside the defvar.
13839
13840 * net/ange-ftp.el (dired-compress-file): Declare.
13841 (ange-ftp-dired-compress-file): Add doc string.
13842
13843 * term/ns-win.el (x-display-name, x-setup-function-keys):
13844 Unify doc-strings with X versions.
13845
13846 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13847
13848 * emulation/crisp.el (crisp-mode-map): Move initialization
13849 into declaration.
13850 (crisp-mode): Use define-minor-mode.
13851
13852 * progmodes/xscheme.el (xscheme-evaluation-commands):
13853 Put a :advertised-binding property rather than using
13854 advertised-xscheme-send-previous-expression.
13855 (advertised-xscheme-send-previous-expression): Declare obsolete.
13856 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
13857 `advertised-undo'.
13858 (crisp-mode): Add corresponding bindings to
13859 undo's :advertised-binding instead.
13860 * dired.el (dired-mode-map): Put a :advertised-binding property rather
13861 than using dired-advertised-find-file.
13862 (dired-advertised-find-file):
13863 * simple.el (advertised-undo):
13864 * wid-edit.el (advertised-widget-backward): Declare obsolete.
13865 (widget-keymap): Put a :advertised-binding property rather
13866 than using advertised-widget-backward.
13867 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
13868 than using advertised-undo.
13869 * tutorial.el (tutorial--default-keys): Adjust accordingly.
13870
13871 2009-09-10 Simon South <ssouth@slowcomputing.org>
13872
13873 * progmodes/delphi.el (delphi-tab): Indent region when Transient
13874 Mark mode is enabled and region is active; otherwise indent or
13875 insert TAB as usual.
13876 (delphi-mode): Update description of TAB-key binding.
13877
13878 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
13879
13880 * subr.el (define-key-rebound-commands): Mark obsolete.
13881 * startup.el (precompute-menubar-bindings): Remove.
13882 (normal-top-level): Remove obsolete code that tried to precompute
13883 menubar bindings.
13884 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
13885 define-key-rebound-commands and precompute-menubar-bindings.
13886
13887 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
13888
13889 * net/imap.el (imap-interactive-login): Better messages.
13890 (imap-open): Fix bug with renamed buffer on reconnect.
13891 (imap-authenticate): Add buffer-local imap-last-authenticator variable
13892 for easier debugging and cleaner code. On successful (guessed based on
13893 server capabilities) secondary authentication, set imap-state
13894 correctly.
13895 (imap-last-authenticator): Define imap-last-authenticator as a variable
13896 to avoid warnings.
13897
13898 2009-09-10 Glenn Morris <rgm@gnu.org>
13899
13900 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
13901
13902 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
13903 (byte-compile-file-form-autoload): Don't warn about unknown functions
13904 where the autoload statement comes after the use.
13905 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
13906 that any handlers inside the body (eg require) are in turn respected.
13907
13908 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
13909 effects.
13910
13911 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
13912 and syntax and abbrev tables basic docs, if they don't have any.
13913
13914 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
13915
13916 * international/mule-cmds.el (top-level): Require cl when compiling.
13917 (view-hello-file): Use default-value rather than
13918 default-enable-multibyte-characters.
13919
13920 * progmodes/fortran.el: Move all safe and risky properties into the
13921 defcustoms.
13922
13923 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
13924 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
13925 * mail/undigest.el:
13926 Put autoloads in rmail.el rather than loaddefs.el.
13927 * mail/rmail.el: Regenerate with extracted autoloads.
13928
13929 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
13930 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
13931
13932 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
13933
13934 Reported in thread for Bug#4375.
13935 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
13936 "-data-evaluate-expression" instead of print.
13937 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
13938 (gdb-tooltip-print): Parse output from above MI command.
13939 (gdb): Revert 2009-08-11 change. User should detach inferior
13940 manually.
13941
13942 Remove the word "separate" from IO functions as inferior
13943 output is now never displayed in the GUD buffer.
13944
13945 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
13946
13947 * startup.el (command-line-normalize-file-name): On Windows and
13948 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
13949
13950 2009-09-10 Juri Linkov <juri@jurta.org>
13951
13952 * isearch.el (isearch-text-char-description): Propertize escape
13953 character sequences with the `escape-glyph' face. (Bug#4344)
13954
13955 * simple.el (shell-command): Set asynchronous process filter to
13956 `comint-output-filter'. (Bug#4343)
13957
13958 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
13959 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
13960 the list. Move "asm" to the bottom.
13961 (grep-find-ignored-directories): Add `choice' with nil value
13962 to empty the list easily.
13963 (grep-find-ignored-files): New option.
13964 (grep-files-history): Set to nil by default instead of '("ch" "el").
13965 (grep-compute-defaults): Add "<X>" to `grep-template'.
13966 (grep-read-files): Bind new local variables `default-alias' and
13967 `default-extension'. Use a list of default values for the file prompt.
13968 (lgrep): Add `--exclude=' command line options composed from
13969 `grep-find-ignored-files'.
13970 (rgrep): Add `-name' command line options composed from
13971 `grep-find-ignored-files'. (Bug#4301)
13972
13973 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
13974
13975 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
13976 (bug#4368).
13977
13978 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
13979
13980 * calendar/time-date.el (autoload):
13981 Expand define-obsolete-function-alias into defalias and make-obsolete
13982 for old Emacsen that Gnus supports.
13983 (with-no-warnings): Define it for old Emacsen.
13984 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13985 is available.
13986 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13987 float-time is available; suppress compile warning for time-to-seconds.
13988
13989 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
13990
13991 * net/imap.el (imap-message-map): Docstring fix.
13992
13993 2009-09-09 Glenn Morris <rgm@gnu.org>
13994
13995 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
13996 line numbers too. (Bug#4374)
13997
13998 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
13999
14000 * smerge-mode.el (smerge-remove-props, smerge-refine):
14001 Use with-silent-modifications (bug#4342).
14002
14003 * subr.el (with-silent-modifications): New macro.
14004
14005 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
14006
14007 * files.el (top-level): Require `cl' when compiling.
14008
14009 2009-09-07 Glenn Morris <rgm@gnu.org>
14010
14011 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
14012
14013 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
14014 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
14015
14016 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
14017
14018 * vc-git.el (vc-git-annotate-command): Use separator to parse
14019 arguments correctly.
14020
14021 2009-09-06 Eli Zaretskii <eliz@gnu.org>
14022
14023 * proced.el (proced-mode): Doc fix.
14024
14025 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
14026
14027 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
14028 lstat fails.
14029 (tramp-do-file-attributes-with-ls): Check for file existence at
14030 remote end.
14031 (tramp-do-file-attributes-with-stat): Likewise.
14032 (tramp-convert-file-attributes): Return nil when attr is nil.
14033
14034 2009-09-05 Glenn Morris <rgm@gnu.org>
14035
14036 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
14037 properties to this button.
14038 (diary-fancy-display): Don't extend the button to the final newline.
14039 (diary-fancy-display-mode): Continue to define "q" as a local key.
14040
14041 * calendar/cal-china.el (holiday-chinese): Make it slightly more
14042 efficient.
14043
14044 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
14045
14046 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
14047 (byte-compile-dest-file-function): New option.
14048 (byte-compile-dest-file): Doc fix.
14049 Obey byte-compile-dest-file-function.
14050 (byte-compile-cl-file-p): New function.
14051 (byte-compile-eval): Only suppress noruntime warnings about cl functions
14052 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
14053 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
14054 than for file being previously loaded.
14055 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
14056 (byte-compile-file-form-require): Handle the case where requiring a file
14057 indirectly causes CL to be loaded.
14058
14059 2009-09-05 Karl Fogel <kfogel@red-bean.com>
14060
14061 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
14062 before killing the old buffer, since by the time `kill-buffer' is
14063 run so many buffer variables have been set to nil that it may not
14064 behave as expected. (Bug#4061)
14065
14066 2009-09-05 Karl Fogel <kfogel@red-bean.com>
14067
14068 * files.el (find-alternate-file): If the old buffer is modified
14069 and visiting a file, behave similarly to `kill-buffer' when
14070 killing it, thus reverting to the pre-1.878 behavior; see
14071 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
14072 for discussion. Also, consult `buffer-file-name' as a variable
14073 not as a function, for consistency with the rest of the code.
14074
14075 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
14076
14077 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
14078 also when adding a new directory.
14079
14080 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
14081 defun.
14082
14083 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
14084
14085 * files.el (locate-file-completion-table): Make it provide boundary
14086 information, so partial-completion works better.
14087
14088 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
14089
14090 * mail/footnote.el (Footnote-text-under-cursor):
14091 Check footnote-text-marker-alist before using it (bug#4324).
14092
14093 2009-09-04 Glenn Morris <rgm@gnu.org>
14094
14095 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
14096 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
14097 * play/solitaire.el, play/tetris.el:
14098 Remove leading * from defcustom and defface docs.
14099
14100 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
14101 necessary.
14102 (diary-fancy-overriding-map): New variable.
14103 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
14104 Use view-mode.
14105
14106 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
14107 goto-line.
14108
14109 2009-09-03 Glenn Morris <rgm@gnu.org>
14110
14111 * arc-mode.el (archive-mode):
14112 * dos-fns.el (set-default-process-coding-system):
14113 * man.el (Man-getpage-in-background):
14114 * menu-bar.el (menu-bar-describe-menu):
14115 * server.el (server-process-filter):
14116 * startup.el (command-line):
14117 * tar-mode.el (tar-header-block-tokenize, tar-extract):
14118 * w32-fns.el (set-default-process-coding-system):
14119 * x-dnd.el (x-dnd-handle-file-name):
14120 * international/mule-cmds.el (mule-menu-keymap)
14121 (set-default-coding-systems, language-info-alist, set-language-info)
14122 (set-language-environment, standard-display-european-internal)
14123 (set-locale-environment):
14124 * international/mule-diag.el (mule-diag):
14125 * mail/emacsbug.el (report-emacs-bug):
14126 * mail/rmail.el (rmail-mode):
14127 * mail/sendmail.el (mail-setup):
14128 Use default-value rather than default-enable-multibyte-characters.
14129
14130 * progmodes/f90.el: Move all safe properties into the defcustoms.
14131 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
14132
14133 * calendar/appt.el (appt-check):
14134 * calendar/diary-lib.el (diary-set-header, diary-live-p)
14135 (diary-check-diary-file, diary-list-entries)
14136 (diary-include-other-diary-files, diary-simple-display)
14137 (diary-fancy-display, diary-print-entries)
14138 (diary-mark-included-diary-files, diary-make-entry):
14139 Don't call substitute-in-file-name on diary-file.
14140
14141 2009-09-03 Eduard Wiebe <usenet@pusto.de>
14142 Stefan Monnier <monnier@iro.umontreal.ca>
14143
14144 * mail/footnote.el (footnote-prefix): Make it a defcustom.
14145 (footnote-mode-map): Move initialization into the declaration.
14146 (footnote-minor-mode-map): Define it rather than changing global-map.
14147 (footnote-mode): Use define-minor-mode.
14148
14149 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
14150
14151 * net/tramp.el (tramp-handle-file-attributes-with-ls)
14152 (tramp-do-file-attributes-with-perl)
14153 (tramp-do-file-attributes-with-stat): Rename from
14154 `tramp-handle-file-attributes-with-*'.
14155 (tramp-handle-file-attributes): Use them.
14156 (tramp-do-directory-files-and-attributes-with-perl)
14157 (tramp-do-directory-files-and-attributes-with-stat): Rename from
14158 `tramp-handle-directory-files-and-attributes-with-*'.
14159 (tramp-handle-directory-files-and-attributes): Use them.
14160 (tramp-method-out-of-band-p): Additional parameter SIZE.
14161 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
14162 (tramp-handle-write-region): Use it.
14163 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
14164 (tramp-handle-vc-registered): Check, whether the first run did
14165 return files to be tested.
14166 (tramp-advice-make-auto-save-file-name): Do not call directly
14167 `tramp-handle-make-auto-save-file-name', because this would bypass
14168 the locking mechanism.
14169
14170 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
14171 (file-remote-p, process-file, start-file-process, set-file-times)
14172 (tramp-compat-file-attributes): Compatibility functions shall not
14173 call directly `tramp-handle-*', because this would bypass the
14174 locking mechanism.
14175 (tramp-compat-number-sequence): New defun.
14176
14177 2009-09-02 Glenn Morris <rgm@gnu.org>
14178
14179 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
14180 alias for float-time.
14181 (time-to-number-of-days): In Emacs, use float-time.
14182 * net/newst-backend.el (time-add): Suppress warnings from compat
14183 function.
14184 * time.el (emacs-uptime, emacs-init-time):
14185 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
14186 Use float-time rather than time-to-seconds.
14187
14188 * minibuffer.el (completion-initials-expand): Fix typo.
14189
14190 * faces.el (modeline, modeline-inactive, modeline-highlight)
14191 (modeline-buffer-id):
14192 * info.el (info-menu-5): Mark these face aliases as obsolete.
14193
14194 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
14195
14196 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
14197 space ...
14198 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
14199 no "--thread" option.
14200 (gdb-stopped): Don't print "Switched to thread" message when it is
14201 unchanged.
14202
14203 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14204
14205 * minibuffer.el (completion-try-completion)
14206 (completion-all-completions): Remove ill-defined (and
14207 mistakenly installed and luckily never used nor documented)
14208 `completion-styles' property.
14209 (completion-initials-expand, completion-initials-all-completions)
14210 (completion-initials-try-completion): New functions.
14211 (completion-styles-alist): Add doc to each entry.
14212 Add new `initials' entry.
14213
14214 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
14215
14216 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
14217 MI command -var-evaluate-expression.
14218 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
14219 and tweak for case of string child.
14220 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
14221
14222 2009-09-01 Glenn Morris <rgm@gnu.org>
14223
14224 * add-log.el (change-log-date-face, change-log-name-face)
14225 (change-log-email-face, change-log-file-face, change-log-list-face)
14226 (change-log-conditionals-face, change-log-function-face)
14227 (change-log-acknowledgement-face):
14228 * cus-edit.el (custom-invalid-face, custom-rogue-face)
14229 (custom-modified-face, custom-set-face, custom-changed-face)
14230 (custom-saved-face, custom-button-face, custom-button-pressed-face)
14231 (custom-documentation-face, custom-state-face, custom-comment-face)
14232 (custom-comment-tag-face, custom-variable-tag-face)
14233 (custom-variable-button-face, custom-face-tag-face)
14234 (custom-group-tag-face-1, custom-group-tag-face):
14235 * diff-mode.el (diff-header-face, diff-file-header-face)
14236 (diff-index-face, diff-hunk-header-face, diff-removed-face)
14237 (diff-added-face, diff-changed-face, diff-function-face)
14238 (diff-context-face, diff-nonexistent-face):
14239 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14240 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
14241 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14242 (Info-title-4-face):
14243 * isearch.el (isearch-lazy-highlight-face):
14244 * log-view.el (log-view-file-face, log-view-message-face):
14245 * paren.el (show-paren-match-face, show-paren-mismatch-face):
14246 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14247 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14248 (cvs-msg-face):
14249 * smerge-mode.el (smerge-mine-face, smerge-other-face)
14250 (smerge-base-face, smerge-markers-face):
14251 * wid-edit.el (widget-documentation-face, widget-button-face)
14252 (widget-field-face, widget-single-line-field-face)
14253 (widget-inactive-face, widget-button-pressed-face):
14254 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
14255 (woman-addition-face):
14256 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
14257 (eshell-ls-executable-face, eshell-ls-readonly-face)
14258 (eshell-ls-unreadable-face, eshell-ls-special-face)
14259 (eshell-ls-missing-face, eshell-ls-archive-face)
14260 (eshell-ls-backup-face, eshell-ls-product-face)
14261 (eshell-ls-clutter-face):
14262 * eshell/em-prompt.el (eshell-prompt-face):
14263 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
14264 * obsolete/old-whitespace.el (whitespace-highlight-face):
14265 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
14266 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
14267 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
14268 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
14269 (antlr-font-lock-literal-face):
14270 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14271 (ebrowse-root-class-face, ebrowse-file-name-face)
14272 (ebrowse-default-face, ebrowse-member-attribute-face)
14273 (ebrowse-member-class-face, ebrowse-progress-face):
14274 * progmodes/make-mode.el (makefile-space-face):
14275 * progmodes/sh-script.el (sh-heredoc-face):
14276 * textmodes/flyspell.el (flyspell-incorrect-face)
14277 (flyspell-duplicate-face):
14278 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
14279 * textmodes/texinfo.el (texinfo-heading-face):
14280 Mark face aliases with "-face" suffix as obsolete.
14281
14282 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
14283 compiler.
14284
14285 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
14286 (eudc-bob-sound-menu): Use defvar rather than defconst, since
14287 easy-menu-define wants to modify these.
14288
14289 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
14290
14291 * net/browse-url.el (browse-url-file-url):
14292 * term/internal.el (dos-codepage-setup):
14293 Use default-value rather than default-enable-multibyte-characters.
14294
14295 * progmodes/etags.el (etags-goto-tag-location):
14296 * progmodes/flymake.el (flymake-highlight-line)
14297 (flymake-goto-file-and-line, flymake-goto-line):
14298 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
14299 (gdb-goto-breakpoint):
14300 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14301 * progmodes/python.el (python-find-function)
14302 (python-pdbtrack-track-stack-file):
14303 * progmodes/verilog-mode.el (verilog-surelint-off):
14304 * term/ns-win.el (ns-open-file-select-line):
14305 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14306 Use forward-line rather than goto-line.
14307
14308 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14309 * textmodes/reftex-index.el (reftex-display-index):
14310 * textmodes/reftex-ref.el (reftex-offer-label-menu):
14311 * textmodes/reftex-toc.el (reftex-toc):
14312 Remove unnecessary bindings of default-major-mode (all are followed by
14313 major-mode check and possible mode switch).
14314
14315 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
14316
14317 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14318 Handle watchpoints (bug#4282).
14319 (def-gdb-thread-buffer-command): Enable thread to be selected by
14320 clicking without selecting threads buffer first.
14321 (gdb-current-context-command): Use selected frame so that "up",
14322 "down" etc work in the GUD buffer.
14323 (gdb-update): Find selected frame before rendering stack buffer.
14324 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14325
14326 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
14327
14328 * progmodes/sym-comp.el (displayed-completions): Remove.
14329 (symbol-complete): Use minibuffer-complete.
14330
14331 2009-08-31 Glenn Morris <rgm@gnu.org>
14332
14333 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14334
14335 * apropos.el (apropos-symbols-internal):
14336 Handle (obsolete) face aliases.
14337
14338 * faces.el (describe-face): Adjust the output format to be more like
14339 describe-variable, and to mention (obsolete) face aliases.
14340 Adjust the whitespace so that help-setup-xref works.
14341
14342 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14343 * calendar/diary-lib.el (diary-button-face):
14344 Mark these face aliases as obsolete.
14345
14346 * calendar/calendar.el (calendar-today): Doc fix.
14347
14348 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
14349
14350 * progmodes/gdb-mi.el (gdb-control-all-threads)
14351 (gdb-control-current-thread): Force tool bar update.
14352 (gdb-non-stop-handler): New function.
14353 (gdb-init-1): Use it to test if non-stop mode is supported.
14354 Remove unused gdbmi buffer type.
14355
14356 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
14357
14358 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
14359 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
14360
14361 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
14362
14363 * comint.el (comint-exec-1): Check command is non-null first.
14364 Part of gdb-mi.el change (2009-08-28).
14365
14366 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14367
14368 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14369
14370 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
14371
14372 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
14373 instead of `dolist' to avoid a recursive require when bootstrapping.
14374
14375 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14376
14377 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
14378
14379 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14380
14381 * net/imap.el (imap-send-command): Simplify.
14382 (imap-wait-for-tag): point-max -> buffer-size.
14383
14384 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14385
14386 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14387 with constant argument.
14388
14389 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14390
14391 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14392
14393 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14394 Change default, since most of our files don't have a history.
14395 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14396 the user.
14397
14398 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14399 Add comint-run.
14400
14401 * calc/calc.el: Improve commenting convention.
14402 (calc-digit-map, toplevel): Simplify.
14403
14404 * comint.el (comint-insert-input): Be careful to only set point if we
14405 don't delegate to some other command.
14406
14407 * proced.el (proced-signal-list): Make it an alist.
14408 (proced-grammar-alist): Capitalize names.
14409 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14410 Disable undo manually and make it read-only.
14411 Use completion-annotate-function.
14412
14413 * minibuffer.el (minibuffer-message): If the current buffer is not
14414 a minibuffer, insert the message in the echo area rather than at the
14415 end of the buffer.
14416 (completion-annotate-function): New variable.
14417 (minibuffer-completion-help): Use it.
14418 (completion--embedded-envvar-table): Environment vars are
14419 always case-sensitive.
14420
14421 2009-08-30 Glenn Morris <rgm@gnu.org>
14422
14423 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
14424 from fortran-current-defun.
14425 (fortran-beginning-of-subprogram): Be more precise about finding the
14426 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
14427 (fortran-end-of-subprogram): Simplify.
14428 (fortran-current-defun): Use fortran-start-prog-re.
14429
14430 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
14431
14432 * subr.el (do-after-load-evaluation): Simplify.
14433
14434 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
14435
14436 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
14437
14438 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
14439 (vc-rcs-print-log): Use it.
14440
14441 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
14442
14443 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
14444
14445 * paths.el (abbrev-file-name): Move to abbrev.el.
14446 * abbrev.el (abbrev-file-name): Move from paths.el.
14447 Obey user-emacs-directory.
14448 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
14449 user-emacs-directory.
14450 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
14451 abbrev-file-name and calc-settings-file any more.
14452 * startup.el (command-line): Recompute abbrev-file-name and
14453 abbreviated-home-dir.
14454 (normal-no-mouse-startup-screen): Improve the generic code and get rid
14455 of the special code for when C-h bindings haven't been changed.
14456 (display-startup-echo-area-message): Use with-current-buffer.
14457 (command-line-1): Use a list of strings, rather than a list of lists
14458 of strings for longopts.
14459
14460 * files.el (get-free-disk-space): Use / for default-directory.
14461
14462 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14463 Use with-current-buffer.
14464
14465 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14466 Recognize immutable variables like most-positive-fixnum.
14467 (byte-compile-setq-default): Check and warn if trying to assign
14468 to an immutable variable, or a non-variable.
14469
14470 * progmodes/cc-vars.el (c-comment-continuation-stars):
14471 * progmodes/cc-engine.el (c-looking-at-bos):
14472 * progmodes/cc-cmds.el (c-toggle-auto-state)
14473 (c-forward-into-nomenclature, c-backward-into-nomenclature)
14474 (c-comment-line-break-function): Add version of obsolescence.
14475
14476 2009-08-28 Juri Linkov <juri@jurta.org>
14477
14478 * files.el (magic-fallback-mode-alist): Add ZIP magic number
14479 associated with `archive-mode'.
14480
14481 * image.el (image-type-header-regexps): Use only JPEG magic number
14482 to determine JPEG images, and don't use `image-jpeg-p' because
14483 Emacs can display non-JFIF non-Exif JPEG images.
14484
14485 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
14486
14487 * arc-mode.el (archive-mode):
14488 * emacs-lisp/re-builder.el (re-builder-unload-function):
14489 Protect against the default value of `major-mode' being nil.
14490
14491 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
14492
14493 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14494 Fix typos in docstrings.
14495
14496 * progmodes/js.el (js--macro-decl-re): Doc fix.
14497 (js--plain-method-re, js--split-name): Refloc docstring.
14498 (js--class-styles, js--make-merged-item, js--splice-into-items):
14499 Fix typos in docstrings; reflow docstrings.
14500 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14501 (js--variable-decl-matcher, js--inside-pitem-p)
14502 (js--parse-state-at-point, js--get-all-known-symbols)
14503 (js--symbol-history, js-find-symbol, js--js-references)
14504 (js--moz-interactor, js--js-encode-value, js--read-tab):
14505 Fix typos in docstrings.
14506
14507 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14508
14509 * textmodes/reftex.el (reftex-get-file-buffer-force):
14510 * progmodes/verilog-mode.el (verilog-batch-execute-func):
14511 * emulation/viper.el (viper-go-away, viper-set-hooks):
14512 * emacs-lisp/re-builder.el (re-builder-unload-function):
14513 * emacs-lisp/bytecomp.el (byte-compile-file):
14514 * ses.el (ses-unload-function):
14515 * hexl.el (hexl-find-file):
14516 * files.el (normal-mode):
14517 * ehelp.el (with-electric-help):
14518 * autoinsert.el (auto-insert-alist):
14519 * arc-mode.el (archive-mode):
14520 Use (default-value 'major-mode) instead of default-major-mode.
14521
14522 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14523 * international/mule.el (load-with-code-conversion):
14524 * emacs-lisp/debug.el (debug):
14525 * ediff-vers.el (ediff-rcs-get-output-buffer):
14526 * dired.el (dired-internal-noselect): Don't let-bind
14527 default-major-mode around code that doesn't use it.
14528 E.g. buffer creation via get-buffer-create doesn't use it.
14529
14530 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
14531
14532 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14533 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14534 when writing the temp file. Otherwise, epa-file gets confused.
14535 (tramp-register-file-name-handlers): Make it a defun. Move also
14536 `epa-file-handler' to the front of `file-name-handler-alist'.
14537
14538 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14539
14540 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14541 start right after a ^M.
14542 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14543 (tramp-completion-file-name-regexp-separate)
14544 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
14545 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14546 Don't modify last-coding-system-used by accident.
14547 (tramp-completion-file-name-handler): Apply the checks here,
14548 instead during registration.
14549 (tramp-register-file-name-handlers): Renamed from
14550 `tramp-register-file-name-handler'. Register both
14551 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
14552 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
14553
14554 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
14555
14556 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
14557 Remove variable ...
14558 (gdb-init-1, gdb-display-separate-io-buffer)
14559 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
14560 references to it.
14561 (gdb-inferior-io-mode): Use make-comint-in-buffer.
14562 (gdb-inferior-filter): Use comint-output-filter to stop
14563 echoing and remove ^M characters.
14564
14565 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14566
14567 * emulation/viper-init.el (viper-restore-cursor-type):
14568 * emulation/cua-base.el (cua--update-indications):
14569 Replace default-cursor-type with (default-value 'cursor-type).
14570
14571 * mail/sendmail.el (mail-recover-1):
14572 * international/mule-diag.el (describe-current-coding-system-briefly)
14573 (describe-current-coding-system):
14574 * international/mule-cmds.el (select-safe-coding-system)
14575 (select-message-coding-system)
14576 (set-language-environment-coding-systems, set-locale-environment):
14577 * hexl.el (hexl-insert-multibyte-char):
14578 * dos-w32.el (find-buffer-file-type-coding-system):
14579 * simple.el (what-cursor-position):
14580 Replace uses of default-buffer-file-coding-system
14581 with (default-value 'buffer-file-coding-system).
14582
14583 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
14584 Replace uses of default-cursor-in-non-selected-windows
14585 with (default-value 'cursor-in-non-selected-windows).
14586 Use with-current-buffer.
14587
14588 * mail/feedmail.el: Use CL macros.
14589 (feedmail-run-the-queue, feedmail-send-it-immediately):
14590 * dos-w32.el (find-buffer-file-type): Replace uses of
14591 default-buffer-file-type with (default-value 'buffer-file-type).
14592
14593 2009-08-28 Glenn Morris <rgm@gnu.org>
14594
14595 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
14596 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
14597 Use default-value of major-mode rather than default-major-mode.
14598
14599 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14600
14601 * Makefile.in (update-elcfiles): Report left over elc files.
14602
14603 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
14604 expand-file-name and with-current-buffer.
14605 (mail-get-names, mail-directory): Use with-current-buffer.
14606
14607 * vc.el (vc-read-revision): New function.
14608 (vc-version-diff, vc-merge): Use it.
14609
14610 2009-08-27 Sam Steingold <sds@gnu.org>
14611
14612 * simple.el (kill-do-not-save-duplicates): New user option.
14613 (kill-new): When it is non-nil, and the new string is the same as
14614 the latest kill, set replace to t to avoid duplicates in kill-ring.
14615
14616 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
14617
14618 * net/tramp.el (tramp-handle-process-file): Do not flush all
14619 caches when `process-file-side-effects' is set.
14620 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
14621 instead of `tramp-find-file-exists-command'.
14622 Unset `process-file-side-effects'.
14623
14624 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
14625
14626 * net/tramp.el (tramp-methods): New method "rsyncc".
14627 (top): Add completion function for "rsyncc".
14628 (tramp-message-show-message): New defvar.
14629 (tramp-message, tramp-error): Use it.
14630 (tramp-do-copy-or-rename-file-directly): Extend check for direct
14631 remote copying.
14632 (tramp-do-copy-or-rename-file-out-of-band): Handle new
14633 `tramp-methods' entry `copy-env' of "rsyncc".
14634 (tramp-vc-registered-read-file-names): New defconst.
14635 (tramp-vc-registered-file-names): New defvar.
14636 (tramp-handle-vc-registered): Implement optimization strategy.
14637 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
14638 (tramp-vc-file-name-handler): New defun.
14639 (tramp-get-ls-command, tramp-get-test-command)
14640 (tramp-get-file-exists-command, tramp-get-remote-ln)
14641 (tramp-get-remote-perl, tramp-get-remote-stat)
14642 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
14643
14644 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
14645 (tramp-cache-inhibit-cache): Extend doc string. It allows also
14646 timestamps.
14647 (tramp-get-file-property): Check for timestamps in
14648 `tramp-cache-inhibit-cache'.
14649 (tramp-set-file-property): Write timestamp.
14650
14651 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14652
14653 * language/japan-util.el (japanese-symbol-table): Add entries for
14654 cp932-2-byte.
14655
14656 * international/characters.el: Add category `j' to cp932-2-byte.
14657
14658 2009-08-27 Kenichi Handa <handa@m17n.org>
14659
14660 * international/fontset.el (build-default-fontset-data): New macro.
14661 (setup-default-fontset): Use build-default-fontset-data for CJK,
14662 tibetan, ethiopic, and ipa.
14663
14664 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14665
14666 * cus-start.el (default-major-mode): Customize `major-mode' instead.
14667 (enable-multibyte-characters): Not customizable any more.
14668
14669 * subr.el (default-mode-line-format, default-header-line-format)
14670 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
14671 (default-direction-reversed, default-truncate-lines)
14672 (default-left-margin, default-tab-width, default-case-fold-search)
14673 (default-left-margin-width, default-right-margin-width)
14674 (default-left-fringe-width, default-right-fringe-width)
14675 (default-fringes-outside-margins, default-scroll-bar-width)
14676 (default-vertical-scroll-bar, default-indicate-empty-lines)
14677 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
14678 (default-fringe-cursor-alist, default-scroll-up-aggressively)
14679 (default-scroll-down-aggressively, default-fill-column)
14680 (default-cursor-type, default-buffer-file-type)
14681 (default-cursor-in-non-selected-windows)
14682 (default-buffer-file-coding-system, default-major-mode)
14683 (default-enable-multibyte-characters): Mark as obsolete.
14684
14685 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
14686
14687 * vc-dir.el (vc-dir-update): Remove debug helper.
14688
14689 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
14690
14691 2009-08-26 Sam Steingold <sds@gnu.org>
14692
14693 * simple.el (save-interprogram-paste-before-kill): New user option.
14694 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
14695 save the interprogram-paste into kill-ring before overriding it
14696 with the Emacs kill.
14697
14698 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14699
14700 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
14701 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
14702 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
14703 and move to vc-rcs.el.
14704 (vc-default-next-revision): Rename to vc-rcs-next-revision and
14705 move to vc-rcs.el.
14706 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
14707 (vc-rcs-update-changelog): Remove.
14708 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
14709 and move to vc-rcs.el.
14710
14711 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
14712 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
14713 renaming.
14714 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
14715 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
14716 vc.el, renamed to be RCS specific.
14717
14718 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
14719 New functions.
14720 (vc-cvs-update-changelog): Move here from vc.el.
14721
14722 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
14723 New functions.
14724
14725 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14726
14727 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
14728
14729 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14730
14731 * vc-git.el (vc-git-register): Use "git add" for directories.
14732 (vc-git-stash, vc-git-stash-show): New functions.
14733 (vc-git-extra-menu-map): Bind them.
14734
14735 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
14736 directory correctly in case the item is a directory itself.
14737
14738 * vc.el: Document the desired behavior for reverted files in the
14739 `added' state.
14740 (vc-default-prettify-state-info): Remove function, unused.
14741
14742 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
14743
14744 2009-08-26 Glenn Morris <rgm@gnu.org>
14745
14746 * bindings.el (standard-mode-line-format): Reposition dashes in
14747 which-func entry. (Bug#4217)
14748
14749 * files.el (enable-local-variables, enable-local-eval)
14750 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
14751 the defcustoms.
14752 (auto-mode-alist, ignored-local-variables)
14753 (save-some-buffers-action-alist): Move risky declarations to the
14754 definitions.
14755 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
14756 (font-lock-defaults, format-alist, imenu--index-alist)
14757 (imenu-generic-expression, input-method-alist, minor-mode-alist)
14758 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
14759 (mode-line-modified, mode-line-mule-info, mode-line-position)
14760 (mode-line-process, mode-line-remote, outline-level)
14761 (parse-time-rules, rmail-output-file-alist)
14762 (special-display-buffer-names, vc-mode):
14763 Move risky declarations to the relevant files.
14764 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
14765 (mode-line-modified, mode-line-process, mode-line-position)
14766 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
14767 * font-core.el (font-lock-defaults):
14768 * format.el (format-alist):
14769 * vc-hooks.el (vc-mode):
14770 * window.el (special-display-buffer-names):
14771 * international/mule-cmds.el (input-method-alist):
14772 Define riskiness here (dumped file) rather than in files.el.
14773 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
14774 * imenu.el (imenu-generic-expression, imenu--index-alist):
14775 * outline.el (outline-level):
14776 * time.el (display-time-string):
14777 * calendar/parse-time.el (parse-time-rules):
14778 * mail/rmailout.el (rmail-output-file-alist):
14779 Autoload riskiness here, rather than placing in files.el.
14780
14781 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
14782
14783 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
14784
14785 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
14786
14787 * simple.el (process-file-side-effects): New defvar.
14788
14789 * dired-aux.el (dired-show-file-type):
14790 * vc.el (vc-diff-internal):
14791 * vc-arch.el (vc-arch-diff):
14792 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
14793 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
14794 * vc-git.el (vc-git-registered, vc-git-working-revision)
14795 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
14796 (vc-git--empty-db-p):
14797 * vc-hooks.el (vc-user-login-name):
14798 * vc-svn.el (vc-svn-registered, vc-svn-state)
14799 (vc-svn-dir-extra-headers, vc-svn-find-revision):
14800 * progmodes/grep.el (grep-probe): Let-bind
14801 `process-file-side-effects' with nil.
14802
14803 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
14804
14805 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
14806 daemon. Replace ping by checking for running service for bluez
14807 and zeroconf. (Bug#4239)
14808
14809 2009-08-25 Kevin Ryde <user42@zip.com.au>
14810
14811 * net/dig.el (dig): Add autoload cookie.
14812
14813 2009-08-25 Glenn Morris <rgm@gnu.org>
14814
14815 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
14816 load-history for absolute file-names.
14817 (byte-compile-file-form-require): Warn about use of the cl package.
14818
14819 * format.el (format-alist): Doc fix.
14820
14821 * play/bubbles.el (top-level): Don't require cl at run-time.
14822
14823 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
14824 run-time cl).
14825
14826 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
14827
14828 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
14829 from cl package.
14830 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
14831
14832 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
14833
14834 * calc/calc-alg.el (math-trig-rewrite)
14835 (math-hyperbolic-trig-rewrite): New functions.
14836 (calc-simplify): Simplify trig functions when asked.
14837
14838 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14839
14840 * diff-mode.el (diff-find-source-location): Avoid goto-line.
14841
14842 2009-08-24 Kenichi Handa <handa@m17n.org>
14843
14844 * language/ind-util.el (mapthread): Delete it.
14845 (combinatorial): New function.
14846 (indian--puthash-cv): Use combinatorial instead of mapthread.
14847
14848 2009-08-22 Kevin Ryde <user42@zip.com.au>
14849
14850 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
14851 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
14852 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
14853 Clarify docstring that the value is strings not symbols.
14854 (checkdoc-list-of-strings-p): New function.
14855
14856 2009-08-22 Glenn Morris <rgm@gnu.org>
14857
14858 * files.el (auto-mode-alist):
14859 * hippie-exp.el (he-concat-directory-file-name):
14860 * lpr.el (lpr-windows-system, printer-name):
14861 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
14862 * ps-print.el (ps-windows-system):
14863 * startup.el (command-line):
14864 * emulation/viper-ex.el (viper-glob-function):
14865 * international/mule-cmds.el (set-language-environment-coding-systems):
14866 * net/ange-ftp.el (ange-ftp-write-region):
14867 * obsolete/fast-lock.el (fast-lock-cache-name):
14868 Remove code for defunct system-types emx, macos, mswindows, next-mach,
14869 unisoft-unix, vax-vms, win32, w32.
14870
14871 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
14872 given name if the pattern is not more specific.
14873
14874 * calendar/lunar.el (lunar-phase-names): New option.
14875 (lunar-phase): Doc fix.
14876 (lunar-cycles-per-year): New constant.
14877 (lunar-index): New function.
14878 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
14879 (lunar-phase-name): Use lunar-phase-names.
14880 (calendar-lunar-phases): Use format.
14881 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
14882
14883 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
14884 Copy imenu-example--name-and-position function here for own use.
14885 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
14886
14887 * bs.el (bs--redisplay):
14888 * cus-edit.el (custom-redraw):
14889 * ibuffer.el (ibuffer-bury-buffer):
14890 * server.el (server-goto-line-column):
14891 * startup.el (command-line-1):
14892 * strokes.el (strokes-xpm-for-stroke):
14893 * term.el (term-display-buffer-line):
14894 * view.el (View-goto-line):
14895 * calc/calc.el (calc-do, calc-trail-buffer):
14896 * play/gamegrid.el (gamegrid-add-score-insecure):
14897 * progmodes/ada-mode.el (ada-compile-goto-error):
14898 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
14899 (ebrowse-select-1st-to-9nth):
14900 * progmodes/cperl-mode.el (cperl-time-fontification):
14901 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
14902 * progmodes/gud.el (gud-display-line):
14903 (idlwave-shell-display-line):
14904 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
14905 * progmodes/make-mode.el (makefile-browser-toggle):
14906 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
14907 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
14908 * textmodes/picture.el (picture-draw-rectangle):
14909 * textmodes/reftex-index.el (reftex-index-goto-letter):
14910 (reftex-select-jump-to-previous):
14911 * textmodes/reftex-sel.el (reftex-find-start-point)
14912 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
14913 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
14914 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
14915 * textmodes/tex-mode.el (tex-compilation-parse-errors):
14916 * textmodes/two-column.el (2C-associated-buffer):
14917 Use forward-line rather than goto-line.
14918
14919 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
14920 goto-line.
14921
14922 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
14923 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
14924 (quick-check-list-to-regexp): Declare.
14925
14926 * progmodes/make-mode.el (makefile-browser-insert-selection):
14927 Use goto-char rather than goto-line.
14928
14929 * progmodes/prolog.el (compilation-error-regexp-alist)
14930 (compilation-forget-errors): Declare.
14931
14932 2009-08-22 Juri Linkov <juri@jurta.org>
14933
14934 * progmodes/grep.el (lgrep, rgrep): At the beginning
14935 set `dir' to `default-directory' unless `dir' is a non-nil
14936 readable directory. (Bug#4052)
14937 (lgrep, rgrep): Change a weird way to report an error
14938 from using `read-string' to using `error'.
14939 Instead of using interactive arguments in the function body,
14940 add new argument `confirm'.
14941
14942 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
14943
14944 * textmodes/remember.el (remember-buffer):
14945 * progmodes/cperl-mode.el (cperl-vc-header-alist):
14946 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
14947 (icalendar-extract-ical-from-buffer):
14948 * net/newst-treeview.el (newsticker-groups-filename):
14949 * net/newst-backend.el (newsticker-cache-filename):
14950 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
14951 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
14952 (speedbar-add-ignored-path-regexp, speedbar-line-path)
14953 (speedbar-buffers-line-path, speedbar-path-line)
14954 (speedbar-buffers-line-path):
14955 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
14956 (epg-sign-keys):
14957 * epa.el (epa-display-verify-result):
14958 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
14959
14960 2009-08-21 Glenn Morris <rgm@gnu.org>
14961
14962 * progmodes/js.el (inferior-moz-process): Fix declaration.
14963
14964 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
14965
14966 * obsolete/rnewspost.el (news-mail-reply):
14967 Use goto-char rather than goto-line.
14968
14969 * term/ns-win.el (ns-open-file-select-line):
14970 Use line-beginning-position rather than goto-line.
14971
14972 * apropos.el (apropos-command):
14973 * ehelp.el (electric-helpify):
14974 * printing.el (pr-show-setup):
14975 * strokes.el (strokes-help):
14976 * tutorial.el (tutorial--describe-nonstandard-key)
14977 (tutorial--detailed-help):
14978 * woman.el (woman-mini-help, woman-display-extended-fonts):
14979 * calc/calc-help.el (calc-describe-key):
14980 * emulation/edt.el (edt-electric-helpify):
14981 * international/mule-diag.el (mule-diag):
14982 * play/yow.el (apropos-zippy):
14983 * progmodes/python.el (python-describe-symbol):
14984 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
14985 * textmodes/table.el (*table--cell-describe-mode)
14986 (*table--cell-describe-bindings):
14987 Use help-print-return-message rather than the now obsolete alias.
14988
14989 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
14990 (calendar-cursor-to-visible-date):
14991 * play/5x5.el (5x5-position-cursor):
14992 * play/decipher.el (decipher):
14993 * play/gomoku.el (gomoku-goto-xy):
14994 * play/landmark.el (lm-goto-xy):
14995 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
14996 (mpuz-paint-digit):
14997 Use forward-line, not goto-line.
14998
14999 * mail/rmail.el (rmail-obsolete): Delete custom group.
15000 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
15001 (rmail-remote-password, rmail-remote-password-required):
15002 Remove unneeded :set-after and :set properties.
15003
15004 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
15005
15006 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
15007
15008 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
15009
15010 * loadup.el: Remove leftover macos code.
15011
15012 * vc-git.el (vc-git-annotate-command): Run asynchronously.
15013 Explicitly pass the date format to git blame so that user local
15014 so that the output format can be parsed.
15015
15016 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
15017
15018 * net/dbus.el (top): Don't check for (getenv
15019 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
15020
15021 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
15022
15023 * log-edit.el (log-edit-strip-single-file-name): New var.
15024 (log-edit-insert-changelog): Use it. Bug#3571
15025
15026 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15027
15028 * subr.el (read-passwd): Use read-key so keypad keys work as well.
15029 Bug#3287
15030
15031 * help.el (help-print-return-message): Rename from
15032 print-help-return-message.
15033
15034 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
15035 cvs-mode-map parent hack.
15036 (log-view-mode): Derive from special-mode.
15037
15038 * linum.el (linum-mode): window-size-change-functions is redundant.
15039 Adapt to new window-configuration-change-hook behavior.
15040 (linum-after-size, linum-after-config): Remove.
15041
15042 * imenu.el (imenu-example--name-and-position)
15043 (imenu-example--lisp-extract-index-name)
15044 (imenu-example--create-lisp-index, imenu-example--create-c-index):
15045 Mark as obsolete.
15046
15047 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
15048 (inferior-prolog-mode): Use it.
15049 (inferior-prolog-load-file): Reset list of errors.
15050
15051 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15052
15053 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
15054
15055 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
15056
15057 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
15058
15059 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
15060 is running already.
15061
15062 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15063
15064 * subr.el (listify-key-sequence-1): Use normal syntax since those
15065 integers are nowadays always represented by the same (positive) number
15066 on all platforms.
15067 (read-key-empty-map): New const.
15068 (read-key-delay): New var.
15069 (read-key): New function.
15070 (force-mode-line-update): Use with-current-buffer.
15071 (locate-user-emacs-file): Don't forget to abbreviate the file name.
15072 (start-process-shell-command, start-file-process-shell-command):
15073 Discourage the use of command-args.
15074
15075 2009-08-19 Glenn Morris <rgm@gnu.org>
15076
15077 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
15078
15079 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15080
15081 * simple.el (choose-completion-string): Don't rely on
15082 minibuffer-completing-file-name and ad-hoc checks to decide whether
15083 to continue completion or not.
15084
15085 * minibuffer.el (minibuffer-hide-completions): New function.
15086 (completion--do-completion): Use it.
15087 (completions-annotations): New face.
15088 (completion--insert-strings): Use it.
15089 (completion-pcm--delim-wild-regex): Add docstring.
15090 (completion-pcm--string->pattern): Add support for 0-width delimiters
15091 in completion-pcm--delim-wild-regex.
15092
15093 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
15094
15095 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
15096 Remove unused var `buffer-modified-p'.
15097
15098 * minibuffer.el (completion--do-completion): Move point for the #b001
15099 case as well (bug#4176).
15100 (minibuffer-complete, minibuffer-complete-word): Don't move point.
15101
15102 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
15103
15104 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
15105 and :session buses.
15106
15107 2009-08-18 Kenichi Handa <handa@m17n.org>
15108
15109 * international/ucs-normalize.el (ucs-normalize-version):
15110 Change to 1.1.
15111 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
15112 (utf-8-hfs): Make it perform normalization on encoding too.
15113
15114 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
15115 (sentence-end-without-space): Delete duplicated chars.
15116 (sentence-end-base): Likewise.
15117
15118 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
15119 (html-mode): Delete duplicated chars from sentence-end-base.
15120
15121 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
15122 (texinfo-mode): Delete duplicated chars from sentence-end-base.
15123
15124 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
15125
15126 * files.el (hack-one-local-variable): If the mode function is for
15127 a minor mode, pass it an argument (Bug#4148).
15128
15129 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
15130
15131 * net/tramp.el (tramp-register-completion-file-name-handler):
15132 Check also for (member 'partial-completion completion-styles).
15133
15134 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15135
15136 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
15137 abbrev (Bug#3943).
15138
15139 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
15140
15141 * progmodes/cperl-mode.el: Merge upstream 6.2.
15142 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
15143 (cperl-forward-re): Check cperl-brace-recursing.
15144 (cperl-highlight-charclass): New function.
15145 (cperl-find-pods-heres): Use it.
15146 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
15147 (cperl-beautify-regexp-piece): Fix column calculation.
15148 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
15149 (cperl-beautify-level): Don't process entire regexp.
15150 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
15151 calling man.
15152 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
15153 (cperl-init-faces): Build a list in the normal way.
15154
15155 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15156
15157 * calendar/parse-time.el (parse-time-string-chars): Save match
15158 data.
15159
15160 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
15161
15162 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
15163 (sql-product): Use it.
15164 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
15165 (sql-set-product): Add completion.
15166 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
15167 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
15168 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
15169 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
15170 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
15171 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
15172 (sql-highlight-db2-keywords): Remove.
15173 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
15174 (sql-highlight-product): Use derived-mode-p.
15175 (sql-set-sqli-buffer): Use with-current-buffer.
15176 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
15177 Simplify.
15178
15179 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
15180
15181 * term.el: Fix commenting convention, turn comments into docstrings.
15182
15183 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
15184
15185 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
15186
15187 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
15188
15189 * calendar/parse-time.el (parse-time-string-chars): Compute using
15190 character classes, to handle non-ascii characters (Bug#3190).
15191
15192 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15193
15194 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
15195 another heredoc if the user adds another < (Bug#3226).
15196
15197 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15198 Don't initialize based on window-system (Bug#4124).
15199
15200 * facemenu.el (facemenu-read-color): Use a completion function
15201 that accepts any defined color, such as RGB triplets (Bug#3677).
15202
15203 * files.el (get-free-disk-space): Change fallback default
15204 directory to /. Expand DIR argument before switching to fallback.
15205 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
15206
15207 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
15208
15209 * files.el (load-library): Doc fix.
15210
15211 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
15212
15213 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
15214 (viper-if-string): Redefine C-s in the minibuffer to insert the last
15215 incremental search string.
15216
15217 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
15218 XEmacs.
15219
15220 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
15221 (ediff-merge-region-is-non-clash)
15222 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
15223 Also check if the job is really a merge job.
15224
15225 * ediff.el (ediff-current-file): New function.
15226
15227 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
15228
15229 * progmodes/js.el: Edit docstrings throughout to follow Emacs
15230 conventions.
15231 (js-insert-and-indent): Delete function.
15232 (js-mode-map): Don't bind keys to js-insert-and-indent.
15233 (js-beginning-of-defun): Rename from js--beginning-of-defun.
15234 (js-end-of-defun): Rename from js--end-of-defun.
15235 (js-auto-indent-flag): Delete variable.
15236
15237 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
15238
15239 * progmodes/js.el: Remove proclaim statement.
15240 Defvar which-func-imenu-joiner-function to silence compiler.
15241
15242 * files.el (auto-mode-alist): Use js-mode for .js files.
15243
15244 * progmodes/js2-mode.el: Remove file.
15245
15246 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
15247
15248 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
15249
15250 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
15251
15252 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
15253 Karl Landstrom <karl.landstrom@brgeight.se>
15254
15255 * progmodes/js.el: New file.
15256
15257 2009-08-14 Mark A. Hershberger <mah@everybody.org>
15258
15259 * timezone.el (timezone-parse-date): Add ability to understand ISO
15260 basic format (minimal separators) dates in addition to the
15261 already-supported extended format dates.
15262
15263 2009-08-14 Eli Zaretskii <eliz@gnu.org>
15264
15265 * international/ucs-normalize.el: Add a `coding' file variable.
15266
15267 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
15268
15269 2009-08-14 Sam Steingold <sds@gnu.org>
15270
15271 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
15272
15273 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
15274
15275 * faces.el (help-argument-name): Define it here instead of
15276 help-fns.el, because in daemon mode help-fns.el may be loaded when
15277 faces are still uninitialized (Bug#1078).
15278
15279 * help-fns.el (help-argument-name): Move defface to faces.el.
15280
15281 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
15282
15283 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
15284 create buffer with a pty but no process so that GDB can make the
15285 inferior the controlling process.
15286
15287 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
15288
15289 * international/ucs-normalize.el: New file.
15290
15291 2009-08-13 Richard Stallman <rms@gnu.org>
15292
15293 * mail/rmail.el (rmail-get-attr-names):
15294 Accept an attribute header that is too short.
15295
15296 * mail/rmail.el (rmail-forget-messages):
15297 Ignore nil elt in rmail-message-vector. Use dotimes.
15298
15299 * progmodes/compile.el (compilation-goto-locus):
15300 Use next-error-move-function.
15301
15302 * simple.el (next-error-move-function): New variable.
15303
15304 2009-08-12 Juri Linkov <juri@jurta.org>
15305
15306 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15307 always non-nil. (Bug#4052)
15308
15309 * replace.el (read-regexp): Return empty string when
15310 `default-value' is nil.
15311 (keep-lines-read-args): Don't use empty string as the
15312 default value for `read-regexp'. (Bug#2495)
15313
15314 2009-08-12 Juri Linkov <juri@jurta.org>
15315
15316 * international/mule-cmds.el (ucs-insert): Change arguments
15317 from `arg' to `character', `count', `inherit' to be the same
15318 as in `insert-char'. Doc fix. (Bug#4039)
15319
15320 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15321
15322 2009-08-12 Juri Linkov <juri@jurta.org>
15323
15324 * files-x.el: New file.
15325
15326 * files.el: Move code that deals with adding/deleting
15327 file/directory-local variables to files-x.el.
15328
15329 * Makefile.in (ELCFILES): Add files-x.elc.
15330
15331 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
15332
15333 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15334 to use `goto-line'.
15335 (gdb-place-breakpoints, gdb-get-location): Rewritten without
15336 `goto-line'.
15337 (gdb-invalidate-disassembly): Do not refresh upon receiving
15338 'update signal. Instead, update all disassembly buffers only after
15339 threads list.
15340 (gdb): Send -target-detach when buffer is killed (Bug#3794).
15341 (gdb-starting): Moved -data-list-register-names...
15342 (gdb-stopped): ...here so it's sent when first thread stops.
15343 (gdb-registers-handler-custom): Do nothing if register names are
15344 unknown yet.
15345
15346 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15347 from `gdb-mi.el' to avoid extra tangling.
15348
15349 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
15350 change which breaks `gud-def' definitions used in `gdb'.
15351 (gdb-update-gud-running): No extra fuss for updating frame number.
15352
15353 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
15354
15355 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15356 (describe-language-environment-map, setup-language-environment-map)
15357 (set-coding-system-map): Move initialization into declaration.
15358 (set-language-info-alist): Last arg to define-key-after can be skipped.
15359
15360 * international/quail.el (quail-completion-1): Simplify.
15361 (quail-define-rules): Use slightly more compact code.
15362 (quail-insert-decode-map): Propertize keys, compact columns.
15363
15364 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15365 Add goto-line.
15366
15367 2009-08-10 Miles Bader <miles@gnu.org>
15368
15369 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15370 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
15371 (js2-instance-member, js2-private-member, js2-private-function-call)
15372 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
15373 (js2-magic-paren, js2-external-variable):
15374 Remove "-face" suffix from face names.
15375 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15376 (js2-highlight-undeclared-vars, js2-peek-token)
15377 (js2-parse-function-params, js2-mode-show-errors)
15378 (js2-mode-show-warnings, js2-make-magic-delimiter)
15379 (js2-mode-highlight-magic-parens): Update to use new face names.
15380
15381 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
15382
15383 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15384 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
15385
15386 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
15387
15388 * subr.el: Provide hashtable-print-readable.
15389
15390 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15391 hs-c-like-adjust-block-beginning.
15392 (hs-hide-block-at-point): Stop hiding at the beginning of
15393 hs-block-end-regexp (Bug#700).
15394
15395 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
15396
15397 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15398 a macro.
15399 (gdb-registers-handler-custom): Do not fail when register names
15400 are unavailable.
15401
15402 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15403
15404 * progmodes/gdb-mi.el (gdb-control-all-threads)
15405 (gdb-control-current-thread): Interactive setters for
15406 `gdb-gud-control-all-threads' to use in menu.
15407 (gdb-show-run-p): Show «Go» when process is not active.
15408 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
15409 gud/thread.xpm and gud/all.xpm.
15410
15411 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
15412
15413 * net/net-utils.el (net-utils-font-lock-keywords): New var.
15414 (nslookup-font-lock-keywords): Make it a variable.
15415 (net-utils-mode): New mode for viewing diagnostic network output.
15416 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15417 (net-utils-run-simple): New function.
15418 (ifconfig, iwconfig, netstat, arp, route): Use it.
15419
15420 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15421
15422 * progmodes/gdb-mi.el (gdb-read-memory-custom)
15423 (gdb-memory-set-address, def-gdb-set-positive-number)
15424 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
15425 after changing settings.
15426 (gdb-invalidate-disassembly): Update when first shown.
15427 (gdb-edit-locals-value): Fixed.
15428 (gdb-registers-handler-custom): Print registers in right order and
15429 allow changing register values (only for current thread yet).
15430 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
15431 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
15432 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
15433 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
15434 info in mode name.
15435 (gdb-registers-mode-map): TAB to switch to locals.
15436
15437 2009-08-08 Eli Zaretskii <eliz@gnu.org>
15438
15439 * mail/rmail.el (rmail-add-mbox-headers)
15440 (rmail-set-message-counters-counter): Search for
15441 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
15442
15443 2009-08-08 Glenn Morris <rgm@gnu.org>
15444
15445 * Makefile.in (ELCFILES): Update.
15446
15447 2009-08-07 Eli Zaretskii <eliz@gnu.org>
15448
15449 * mail/sendmail.el (mail-yank-original): Set
15450 buffer-file-coding-system from the one used by the message whose
15451 text is yanked.
15452
15453 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15454 to "windows" when "pgnuplot" is used.
15455 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15456 call accept-process-output if "pgnuplot" is used.
15457 (calc-graph-init): Don't send -display and -geometry to
15458 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
15459 running "pgnuplot -V" with shell-command-to-string.
15460
15461 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15462 the default.
15463
15464 2009-08-07 Eli Zaretskii <eliz@gnu.org>
15465
15466 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
15467 org/org-latex.elc.
15468
15469 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
15470
15471 * vc-dispatcher.el (vc-resynch-window): Update comment.
15472
15473 * term.el (term-handle-ansi-escape): Add comments with the
15474 terminfo capabilities implemented.
15475
15476 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
15477
15478 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15479 (gdb-var-create-handler): Rewritten using JSON parser.
15480 (gdb-propertize-header): Moved earlier.
15481 (gdb-set-header): Removed to avoid duplication.
15482 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15483 Refresh disassembly buffers only after threads list have been
15484 update.
15485 (gdb-threads-header, gdb-registers-header): Per-buffer header line
15486 variables.
15487
15488 2009-08-04 Juri Linkov <juri@jurta.org>
15489
15490 * files.el: Commands to add/delete file/directory-local variables.
15491 (read-file-local-variable, read-file-local-variable-value)
15492 (read-file-local-variable-mode, modify-file-local-variable)
15493 (modify-file-local-variable-prop-line)
15494 (modify-dir-local-variable): New functions.
15495 (add-file-local-variable, delete-file-local-variable)
15496 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15497 (add-dir-local-variable, delete-dir-local-variable)
15498 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15499 (copy-dir-locals-to-file-locals-prop-line): New commands.
15500
15501 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
15502
15503 * abbrev.el (insert-abbrev-table-description): Prettify output.
15504 Suggested by Karl Chen.
15505
15506 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
15507
15508 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
15509 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
15510 (gdb-overlay-arrow-position, gdb-thread-position)
15511 (gdb-disassembly-position): Declare variables.
15512 (gdb-wait-for-pending): Function now.
15513 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15514 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15515 compilation goes smoothly.
15516 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15517 (gdb-non-stop-setting): New customization setting which replaces
15518 `gdb-non-stop' so changing it doesn't break active GDB session.
15519 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15520 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15521 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15522 (gdb-show-threads-by-default): New customization options.
15523 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15524 routines.
15525 (gdb-get-buffer-create): Send buffers update signal when they are
15526 created.
15527 (gdb-invalidate-locals, gdb-invalidate-registers)
15528 (gdb-invalidate-breakpoints)
15529 (gdb-invalidate-threads, gdb-invalidate-disassembly)
15530 (gdb-invalidate-memory): Accept update signal.
15531 (gdb-current-context-command): Use --frame option.
15532 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15533 Implement `gdb-frame-number' selection logic.
15534 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15535 whether to show GUD toolbar buttons.
15536 (gdb-thread-exited): Unselect current thread when it exits.
15537 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15538 (gdb-mark-line): Routine which sets overlay arrow or inverses
15539 video on fringeless displays.
15540 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15541 to build aligned columns of data in GDB buffers and set text
15542 properties line-by-line.
15543 (gdb-invalidate-breakpoints)
15544 (gdb-breakpoints-list-handler-custom)
15545 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15546 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15547 (gdb-registers-handler-custom): Align data columns.
15548 (gdb-locals-handler-custom): Now prints data like in variable
15549 declarations.
15550 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15551 Removed confusing buttons.
15552 (gdb-invalidate-threads): Append --frame.
15553 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15554 between breakpoints/threads buffers.
15555 (gdb-set-window-buffer): Now can ignore dedicated windows.
15556 (gdb-propertize-header): Use `gdb-set-window-buffer'.
15557 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
15558 (def-gdb-thread-buffer-gud-command): Replaces
15559 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
15560 for fine thread control.
15561 (gdb-preempt-existing-or-display-buffer): New function used to
15562 display bound buffers without breaking window layout.
15563 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
15564 (gdb-select-frame): New version of `gdb-frames-select' which now
15565 sets `gdb-frame-number' so commands may use --frame option instead
15566 of inner debugger state.
15567 (gdb-frame-handler): Do not set `gdb-frame-number'.
15568 (gdb-threads-mode-map): Select threads with mouse.
15569
15570 * progmodes/gud.el (gdb-gud-context-call): Declare function to
15571 avoid compilation warning.
15572 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
15573 `gdb-show-stop-p`.
15574
15575 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
15576 Argument `key' renamed to `buffer-type'.
15577 (gdb-current-context-buffer-name): Do not add thread info to
15578 buffer name when no thread is selected.
15579 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
15580 command (bug 3794).
15581 (gdb-thread-selected): Handle `=thread-selected' notification.
15582 (gdb-wait-for-pending): New macro to deal with congestion problems.
15583 (gdb-breakpoints-list-handler-custom): Don't fail on pending
15584 breakpoints.
15585 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
15586 This fixes problem similar to one described in bug 3947.
15587 (gud-menu-map): More menu items.
15588 (gdb-init-1): Reset `gdb-thread-number' to nil.
15589
15590 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
15591 non-stop settings.
15592
15593 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
15594 (gdb-current-context-command): Do not append --thread if
15595 `gdb-thread-number' is nil.
15596 (gdb-running-threads-count, gdb-stopped-threads-count): New
15597 variables.
15598 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
15599 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
15600 customization options.
15601 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
15602 GUD commands.
15603 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
15604 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
15605 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
15606 set `gdb-thread-number' and update `gud-running' properly.
15607 (gdb-running): Update threads list when new threads appear.
15608 (gdb-stopped): Support non-stop operation and new thread switching
15609 logic.
15610 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
15611 (gdb-json-partial-output): New set of JSON routines.
15612 (def-gdb-auto-update-trigger): New `signal-list' optional
15613 argument.
15614 (gdb-thread-list-handler-custom): Update `gud-running',
15615 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
15616 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
15617 (gdb-continue-thread, gdb-step-thread): New commands for fine
15618 thread execution control.
15619 (gud-menu-map): New menu items to switch non-stop options.
15620 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
15621 (gdb-send): Mimic RET properly (bug 3794).
15622
15623 * progmodes/gdb-mi.el (gdb-rules-name-maker)
15624 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
15625 gdb-buffer-rules.
15626 (def-gdb-auto-update-handler): New nopreserve optional argument.
15627 (gdb-stack-list-frames-custom): Print stack from top to bottom.
15628
15629 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
15630 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
15631 (gdb-parent-mode): New mode to derive other GDB modes from.
15632 (gdb-display-disassembly-for-thread)
15633 (gdb-frame-disassembly-for-thread): New commands for threads
15634 buffer.
15635
15636 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
15637 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
15638 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
15639 (gdb-update): We now store all GDB buffers in a list so that they
15640 can be updated by traversing a list instead of calling invalidate
15641 triggers explicitly.
15642 (def-gdb-trigger-and-handler): New macro to define trigger-handler
15643 pair for GDB buffer.
15644 (gdb-stack-buffer-name): Add thread information.
15645 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
15646 handle pending triggers.
15647 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
15648 (def-gdb-thread-buffer-simple-command)
15649 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
15650 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
15651 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
15652 New commands which show buffers bound to thread.
15653 (gdb-stack-list-locals-regexp): Removed unused regexp.
15654
15655 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
15656 (gdb-locals-buffer-name, gdb-registers-buffer-name)
15657 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
15658 to (gud-comint-buffer) in *-buffer-name functions
15659 because (gdb-get-target-string) already does that.
15660 (gdb-locals-handler-custom, gdb-registers-handler-custom)
15661 (gdb-changed-registers-handler): Rewritten without regexps.
15662
15663 * progmodes/gdb-mi.el: Basic thread selection support.
15664 (gdb-thread-number): New variable.
15665 (gdb-current-context-command): New macro which adds --thread
15666 option to command.
15667 (gdb-threads-mode-map): Select thread with SPC.
15668 (gdb-thread-list-handler-custom): Mark current thread with overlay
15669 arrow. Synchronize GDB thread and Emacs thread.
15670 (gdb-select-thread): New command which selects current thread.
15671 (gdb-invalidate-frames, gdb-invalidate-locals)
15672 (gdb-invalidate-registers): Use --thread option.
15673
15674 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
15675
15676 * net/tramp.el (top): Make check for tramp-gvfs loading more
15677 robust. (Bug#3977)
15678 (tramp-handle-insert-file-contents): `unwind-protect' must be
15679 inside `with-parsed-tramp-file-name'.
15680
15681 * net/tramp-gvfs.el (top): Remove superfluous message when loading
15682 fails.
15683
15684 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
15685
15686 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
15687 directory if CLASSPATH is not set.
15688
15689 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
15690
15691 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
15692 New defconst.
15693 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
15694
15695 2009-08-02 Kevin Ryde <user42@zip.com.au>
15696
15697 * net/newst-backend.el (newsticker--raw-url-list-defaults):
15698 Update freshmeat link. Delete newsforge.com as it seems gone.
15699
15700 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
15701
15702 * select.el (x-set-selection): Doc fix (Bug#4021).
15703
15704 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
15705
15706 * help-fns.el (describe-variable): Treat list return values from
15707 dir-locals-find-file properly (Bug#4005).
15708
15709 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
15710
15711 * net/tramp.el (tramp-debug-message): Print also microseconds.
15712
15713 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
15714
15715 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
15716 or END is non-nil.
15717 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
15718 (tramp-get-debug-buffer): Change `outline-regexp' according to new
15719 format.
15720
15721 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
15722 (tramp-get-file-property): Use it.
15723
15724 * autorevert.el (auto-revert-handler): Allow
15725 `auto-revert-tail-mode' for remote files.
15726
15727 2009-08-02 Jason Rumney <jasonr@gnu.org>
15728
15729 * minibuffer.el (read-file-name): Treat confirm options to
15730 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
15731
15732 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
15733
15734 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
15735 (font-lock-variable-name-face, font-lock-constant-face): Darken
15736 the colors for light backgrounds.
15737
15738 2009-08-01 Eli Zaretskii <eliz@gnu.org>
15739
15740 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
15741 month names. (Bug#3987)
15742
15743 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
15744
15745 * simple.el (line-move-finish): Pass whole number to
15746 line-move-to-column.
15747 (line-move-visual): Perform hscroll to the recorded position.
15748
15749 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
15750
15751 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
15752
15753 2009-07-29 Alan Mackenzie <acm@muc.de>
15754
15755 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
15756
15757 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
15758
15759 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
15760 (gdb-place-breakpoints): Use full path when setting breakpoints.
15761
15762 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
15763
15764 * calc/calc.el (calc-mode-map): Add keybinding for
15765 `calc-transpose-lines'.
15766
15767 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
15768
15769 * calc/calc-misc.el (calc-transpose-lines): New function.
15770
15771 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
15772
15773 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
15774 Simplify check for out-of-band methods.
15775 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
15776 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
15777
15778 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
15779
15780 * vc-git.el (vc-git-checkin): Fix typo.
15781
15782 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
15783
15784 * progmodes/js2-mode.el: New file.
15785
15786 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
15787
15788 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
15789 (gud-menu-map): Adjust tooltip accordingly.
15790
15791 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15792
15793 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
15794 (vc-bzr-log-view-mode): Adjust log-view-file-re.
15795
15796 * add-log.el (change-log-mode-map): Add a menu.
15797
15798 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
15799
15800 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
15801 function returns nil.
15802 (dbus-handle-event): Handle special return value :ignore.
15803 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
15804
15805 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
15806
15807 * view.el (view-mode-enable): Don't define Helper-return-blurb if
15808 it's not needed.
15809
15810 2009-07-25 Eli Zaretskii <eliz@gnu.org>
15811
15812 Fix Bug#3888:
15813
15814 * w32-vars.el (x-select-enable-clipboard): Doc fix.
15815
15816 * term/pc-win.el (x-display-name, x-colors)
15817 (x-select-enable-clipboard, x-select-text): Doc fix.
15818
15819 * term/common-win.el (x-display-name, x-colors): Doc fix.
15820
15821 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
15822 (xw-defined-colors): Doc fix.
15823
15824 * w32-fns.el (x-select-text, x-setup-function-keys)
15825 (x-get-selection, x-set-selection): Doc fix.
15826
15827 * term/x-win.el (x-select-text, x-setup-function-keys)
15828 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
15829
15830 * select.el (x-set-selection): Doc fix.
15831
15832 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
15833
15834 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
15835 instead of "IsNSSSupportAvailable". Avahi ought to work also when
15836 "IsNSSSupportAvailable" method is not available. Reported by
15837 Steve Youngs <steve@sxemacs.org>.
15838
15839 2009-07-24 Kenichi Handa <handa@m17n.org>
15840
15841 * international/characters.el: Fix setting of category ?C, ?|, ?K,
15842 and ?H. Fix setting of case for Latin Extended and Greek Extended.
15843 (build-unicode-category-table): Fix range checks.
15844
15845 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
15846
15847 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
15848 the buffer we try to sync is current when calling
15849 vc-resynch-buffer.
15850
15851 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
15852 not show up to date files.
15853
15854 2009-07-24 Glenn Morris <rgm@gnu.org>
15855
15856 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
15857 Add autoload cookies. If necessary, initialize.
15858 (elint-log): Handle non-file buffers.
15859 (elint-initialize): Add optional argument to reinitialize.
15860 (elint-find-builtin-variables): Save excursion.
15861
15862 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
15863
15864 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15865 for Lint.
15866
15867 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15868
15869 * vc.el (vc-print-log-internal): New function, split out from ...
15870 (vc-print-log): ... here.
15871 (vc-dir-move-to-goal-column): Declare.
15872
15873 * vc-git.el (vc-git-add-signoff): New variable.
15874 (vc-git-checkin): Use it.
15875 (vc-git-toggle-signoff): New function.
15876 (vc-git-extra-menu-map): Bind it to menu.
15877 (vc-git--run-command-string): Accept a nil FILE argument.
15878 (vc-git-stash-list): New function.
15879 (vc-git-dir-extra-headers): Use it.
15880
15881 2009-07-23 Glenn Morris <rgm@gnu.org>
15882
15883 * help-fns.el (describe-variable): Describe ignored and risky local
15884 variables in a similar way to that in which we describe safe ones.
15885
15886 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
15887 (byte-compile-output-file-form, byte-compile-output-docform)
15888 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
15889 Give some more local variables with common names a "bytecomp-" prefix,
15890 so as not to shadow things during compilation.
15891 * emacs-lisp/cl-macs.el (load-time-value)
15892 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
15893 `outbuffer' to `bytecomp-outbuffer'.
15894
15895 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
15896 since the next two variables cover them automatically now.
15897 (elint-builtin-variables, elint-autoloaded-variables): New.
15898 (elint-unknown-builtin-args): Remove all members, since they can be
15899 parsed automatically now.
15900 (elint-extra-errors): New.
15901 (elint-env-add-env, elint-env-add-macro): Use cadr.
15902 (elint-current-buffer): Use or. Change final message.
15903 (elint-get-top-forms): Use line-end-position.
15904 (elint-init-env): Use cadr. Handle autoload, declare-function,
15905 and defalias.
15906 (elint-add-required-env): Doc fix. Use or. Standardize error.
15907 (regexp-assoc): Remove unused function.
15908 (elint-top-form): Set elint-current-pos, to record the start of the
15909 top-level form, for compilation-mode.
15910 (elint-form): Trap errors in macro expansion. Use dolist.
15911 (elint-unbound-variable): Use elint-builtin-variables and
15912 elint-autoloaded-variables.
15913 (elint-get-args): Use cadr, or.
15914 (elint-check-cond-form): Use dolist, cadr.
15915 (elint-check-condition-case-form): Doc fix. Use cadr.
15916 Use elint-extra-errors.
15917 (elint-log): New function.
15918 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
15919 Distinguish errors and warnings.
15920 (elint-log-message): Use with-current-buffer. Inhibit read-only.
15921 Use a bytecomp-style format.
15922 (elint-clear-log): Preserve default-directory. Inhibit read-only.
15923 (elint-get-log-buffer): Use compilation mode. Disable undo.
15924 Don't truncate lines.
15925 (elint-initialize): Set builtin and autoloaded variable lists.
15926 Only process elint-unknown-builtin-args if non-nil.
15927 (elint-find-builtin-variables, elint-find-autoloaded-variables):
15928 New functions.
15929 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
15930
15931 2009-07-22 Kevin Ryde <user42@zip.com.au>
15932
15933 * net/newst-backend.el (newsticker--parse-atom-1.0)
15934 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
15935 (newsticker--parse-rss-1.0):
15936 * progmodes/idlwave.el (idlwave-mode):
15937 * progmodes/idlw-shell.el (idlwave-shell-mode):
15938 * progmodes/vera-mode.el (vera-mode):
15939 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
15940 * progmodes/vhdl-mode.el (vhdl-mode):
15941 * textmodes/table.el (table-generate-source)
15942 (table--warn-incompatibility):
15943 Hyperlink urls in docstrings with URL `...'.
15944
15945 2009-07-22 Glenn Morris <rgm@gnu.org>
15946
15947 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
15948 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
15949 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
15950 Remove leading * from defcustom docs.
15951
15952 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
15953
15954 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
15955 defcustom doc.
15956 (list-load-path-shadows): Optionally, just return shadows as a string.
15957
15958 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
15959
15960 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
15961
15962 * mail/rmailedit.el (rmail-edit-mode): Use
15963 auto-save-include-big-deletions.
15964
15965 * mail/rmail.el (rmail-variables): Use
15966 auto-save-include-big-deletions.
15967
15968 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
15969 changes.
15970
15971 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
15972
15973 * calc/calc.el (calc-undo-length): New variable.
15974 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
15975
15976 2009-07-21 Richard Stallman <rms@gnu.org>
15977
15978 * files.el (auto-save-mode): Handle buffer-save-size = -2
15979 for toggling mode.
15980
15981 2009-07-21 Glenn Morris <rgm@gnu.org>
15982
15983 * textmodes/ispell.el (ispell-looking-back): Update declaration.
15984
15985 * calendar/todo-mode.el (calendar-current-date): Update declaration.
15986
15987 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
15988 silence compiler. Instead...
15989 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
15990 (ps-print-ensure-fontified): Update for above function name changes.
15991
15992 * printing.el (pr-mh-get-msg-num, pr-mh-show)
15993 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
15994 silence compiler. Instead...
15995 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
15996 (mh-show-buffer): Only define for compiler.
15997 (pr-mh-current-message): Update for above function name changes.
15998
15999 * files.el (abort-if-file-too-large): Explicitly pass `filename'
16000 as an argument.
16001 (find-file-noselect, insert-file-1): Update for above change.
16002
16003 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
16004
16005 * mail/mailclient.el (mailclient-send-it): Fix message.
16006
16007 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
16008 (edebug-eval): Check cl-debug-env is bound.
16009 (print-level, print-circle): Don't redefine built-in variables.
16010
16011 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
16012 (custom-print-vectors): Remove old comments from doc.
16013
16014 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
16015 (emerge-version): Make the variable an obsolete alias for the
16016 emacs-version variable. Make the function obsolete.
16017 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
16018 Emerge options, rather than merging in into the main Options menu.
16019 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
16020 and auto advance modes. Disable edit/fast items when not relevant.
16021
16022 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
16023
16024 * term/vt420.el (terminal-init-vt420): Fix typo.
16025
16026 2009-07-20 Sam Steingold <sds@gnu.org>
16027
16028 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
16029 variable (removed from compile.el on 2004-03-11).
16030
16031 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
16032
16033 * files.el (hack-local-variables-filter): Fix last change.
16034
16035 2009-07-19 Juri Linkov <juri@jurta.org>
16036
16037 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
16038 (dir-local-variables-alist): New buffer-local variable.
16039 (hack-local-variables-filter): If variable is not dir-local,
16040 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
16041 because file-local overrides dir-local.
16042 (c-postprocess-file-styles) <declare-function>:
16043 Remove obsolete declaration.
16044 (hack-dir-local-variables): Add dir-local variable/value pair to
16045 `dir-local-variables-alist' and remove duplicates. Doc fix.
16046
16047 * help-fns.el (describe-variable): Add information about
16048 file-local and dir-local variables.
16049
16050 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
16051
16052 * files.el (hack-local-variables-filter): Rewrite.
16053
16054 2009-07-19 Glenn Morris <rgm@gnu.org>
16055
16056 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
16057 Silence compiler by only defining on XEmacs.
16058
16059 * international/mule.el (auto-coding-regexp-alist): Only match
16060 BABYL... at the start of buffer, not of lines. (Bug#3790)
16061
16062 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
16063 non-calendar buffers (Bug#3862). Restore "not on a date" message.
16064 (cal-menu-context-mouse-menu): Doc fix.
16065
16066 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
16067
16068 * simple.el (mail-user-agent): Doc fix. Set :version tag.
16069
16070 2009-07-18 Juri Linkov <juri@jurta.org>
16071
16072 * info.el: Virtual Info keyword finder.
16073 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
16074 (Info-finder-file): New variable.
16075 (Info-finder-find-file): New function.
16076 (finder-known-keywords, finder-package-info)
16077 (find-library-name, lm-commentary): Use defvar and
16078 declare-function to silence compiler warnings.
16079 (Info-finder-find-node): New function.
16080 (info-finder): New command.
16081
16082 * subr.el (process-kill-buffer-query-function): New function.
16083 (add-hook)<kill-buffer-query-functions>: Add hook
16084 `process-kill-buffer-query-function'.
16085
16086 2009-07-18 Alan Mackenzie <acm@muc.de>
16087
16088 * progmodes/cc-mode.el (c-before-hack-hook)
16089 (c-postprocess-file-styles): Give invocation of `c-set-style'
16090 DONT-OVERRIDE parameter of t. Already set style variables will
16091 thus not be overridden by style settings given by `c-file-syle'.
16092
16093 * files.el (hack-local-variables-filter): Remove entries with
16094 duplicate keys from `file-local-variables-alist'.
16095
16096 2009-07-18 Eli Zaretskii <eliz@gnu.org>
16097
16098 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
16099 x-set-selection if display-selections-p returns nil for the
16100 current frame.
16101
16102 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
16103
16104 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
16105
16106 2009-07-18 Eli Zaretskii <eliz@gnu.org>
16107
16108 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
16109 Accept nil in addition to a regexp.
16110 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
16111 Accept nil in addition to a regexp.
16112 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
16113 buffers that have an associated file. Handle nil values of
16114 desktop-buffers-not-to-save and desktop-files-not-to-save.
16115 (Bug#3833)
16116
16117 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16118 (x-disown-selection-internal): New functions.
16119
16120 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
16121
16122 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
16123 warning.
16124 (gdb-breakpoints-header): Move forward to avoid compiler warning.
16125 (gdb-make-header-line-mouse-map): Remove duplicate definition.
16126
16127 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
16128
16129 * simple.el (set-mark): Revert last change.
16130
16131 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
16132
16133 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
16134 rendering of pngs is not possible instead of messaging a long
16135 description.
16136
16137 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
16138
16139 * w32-fns.el (x-selection-owner-p): New function.
16140
16141 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
16142 (mouse-yank-at-click, mouse-yank-primary): If
16143 select-active-regions is non-nil, deactivate the mark before
16144 insertion.
16145
16146 * simple.el (deactivate-mark, set-mark): Only save selection if we
16147 own it.
16148
16149 2009-07-17 Kenichi Handa <handa@m17n.org>
16150
16151 * case-table.el (describe-buffer-case-table): Fix for the case
16152 that KEY is a cons.
16153
16154 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
16155
16156 * vc-rcs.el (vc-rcs-find-file-hook):
16157 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
16158
16159 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
16160
16161 * net/tramp.el (tramp-wait-for-output): Handle the case when
16162 commands do not return a newline but a null byte before the shell
16163 prompt. (Bug#3858)
16164
16165 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16166
16167 * term/ns-win.el (ns-set-alpha): Don't declare.
16168 (ns-set-background-alpha): Remove function.
16169
16170 2009-07-16 Kevin Ryde <user42@zip.com.au>
16171
16172 * emacs-lisp/copyright.el (copyright-update): Save match-data across
16173 y-or-n-p, for safety.
16174
16175 2009-07-16 Richard Stallman <rms@gnu.org>
16176
16177 * files.el (auto-save-mode): If buffer-saved-size is -2,
16178 don't clobber it.
16179
16180 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
16181 (rmail-retry-ignored-headers): Add more uninteresting fields.
16182
16183 2009-07-15 Jari Aalto <jari.aalto@cante.net>
16184
16185 * net/rcirc.el (rcirc): Use history variables.
16186 (rcirc-server-name-history, rcirc-nick-name-history)
16187 (rcirc-server-port-history): New variables.
16188
16189 2009-07-15 Kenichi Handa <handa@m17n.org>
16190
16191 * international/mule-cmds.el (set-language-environment-charset):
16192 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
16193 ignore them.
16194
16195 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
16196 Delete unibyte-display.
16197
16198 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
16199
16200 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
16201
16202 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
16203
16204 * simple.el (deactivate-mark): Optional argument FORCE.
16205 (set-mark): Use deactivate-mark.
16206
16207 * info.el (Info-search): No need to check transient-mark-mode
16208 before calling deactivate-mark.
16209
16210 * select.el (x-set-selection): Doc fix.
16211 (x-valid-simple-selection-p): Allow buffer values.
16212 (xselect--selection-bounds): Handle buffer values. Suggested by
16213 David De La Harpe Golden.
16214
16215 * mouse.el (mouse-set-region, mouse-drag-track): Call
16216 copy-region-as-kill before setting the mark, to let
16217 select-active-regions work.
16218
16219 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
16220
16221 * simple.el (deactivate-mark): If select-active-regions is
16222 non-nil, copy the selection data into a string.
16223 (activate-mark): If select-active-regions is non-nil, set the
16224 selection to the current buffer.
16225 (set-mark): Update selection if select-active-regions is non-nil.
16226
16227 * select.el (x-valid-simple-selection-p): Allow buffer values.
16228
16229 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
16230
16231 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
16232 and more featureful message-mode.
16233
16234 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
16235
16236 * select.el (x-set-selection): Doc fix.
16237 (x-valid-simple-selection-p): Disallow selection data consisting
16238 of a list or cons of integers, since that is not used.
16239 (xselect--selection-bounds, xselect--int-to-cons): New functions.
16240 (xselect-convert-to-string, xselect-convert-to-length)
16241 (xselect-convert-to-filename, xselect-convert-to-charpos)
16242 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
16243
16244 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
16245
16246 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
16247 output in -break-info command (Emacs bug #3794).
16248
16249 2009-07-14 Glenn Morris <rgm@gnu.org>
16250
16251 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
16252 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
16253 (edebug-print-length, edebug-print-level, edebug-print-circle)
16254 (edebug-sit-for-seconds, edebug-view-outside)
16255 (edebug-bounce-point, edebug-set-global-break-condition)
16256 (edebug-Go-nonstop-mode, edebug-trace-mode)
16257 (edebug-Trace-fast-mode, edebug-continue-mode)
16258 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
16259 (edebug-visit-eval-list): Doc fixes.
16260
16261 * subr.el (def-edebug-spec): Doc fix.
16262
16263 2009-07-14 Kenichi Handa <handa@m17n.org>
16264
16265 * international/characters.el: Fix setting of category ?C.
16266
16267 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
16268
16269 * term/ns-win.el (x-select-font): defalias x-select-font to
16270 ns-popup-font-panel instead of generate-fontset-menu.
16271
16272 2009-07-12 Eli Zaretskii <eliz@gnu.org>
16273
16274 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
16275
16276 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
16277
16278 * arc-mode.el (archive-find-type): Allow for a PK00 string before
16279 the PK\003\004 header (Bug#3770).
16280
16281 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
16282
16283 * pcomplete.el (pcomplete-comint-setup): Check for
16284 shell-dynamic-complete-filename too.
16285
16286 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
16287
16288 * simple.el (temporary-goal-column): Change the value for
16289 line-move-visual to a cons cell.
16290 (line-move-visual): Record or set the window hscroll, if
16291 necessary (Bug#3494).
16292 (line-move-1): Handle cons value of temporary-goal-column.
16293
16294 2009-07-11 Kenichi Handa <handa@m17n.org>
16295
16296 * international/mule-diag.el (describe-character-set): Don't show
16297 width.
16298
16299 2009-07-10 Sam Steingold <sds@gnu.org>
16300
16301 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16302 Omake sometimes indents the errors it prints, so allow all
16303 regexps to start with spaces.
16304
16305 2009-07-10 Eli Zaretskii <eliz@gnu.org>
16306
16307 * cus-edit.el (customize-changed-options-previous-release):
16308 Bump value to 22.1. (Bug#3804)
16309
16310 2009-07-08 Sam Steingold <sds@gnu.org>
16311
16312 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16313 to be a cons cell (test . ignored-directory) to selectively ignore
16314 some directories depending on the location of the search.
16315
16316 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
16317
16318 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16319 remote user is root, on the local host.
16320 (tramp-local-host-p): Either the local user or the remote user
16321 must be root. (Bug#3771)
16322
16323 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
16324
16325 * progmodes/gdb-mi.el (gdb): Remove description of
16326 gdb-use-separate-io-buffer.
16327 (menu): Don't allow toggling of or enable
16328 gdb-use-separate-io-buffer from menubar.
16329
16330 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
16331
16332 * mail/unrmail.el (unrmail): Make sure the message ends with two
16333 newlines (Bug#3769).
16334
16335 2009-07-08 Glenn Morris <rgm@gnu.org>
16336
16337 * calendar/calendar.el (calendar-current-date): Rework previous change.
16338
16339 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
16340
16341 * calendar/calendar.el (calendar-current-date):
16342 Add an optional argument giving an offset from today.
16343
16344 2009-07-08 Glenn Morris <rgm@gnu.org>
16345
16346 * tutorial.el (tutorial--describe-nonstandard-key):
16347 Adjust the message for when a key has been unbound.
16348 (help-with-tutorial): Hide the arch-tag.
16349
16350 2009-07-08 Kenichi Handa <handa@m17n.org>
16351
16352 * international/fontset.el (setup-default-fontset): For each
16353 script, append (not set) font-specs.
16354
16355 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16356 docstring.
16357
16358 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
16359
16360 * progmodes/gdb-mi.el (gdb-init-1): Move sending
16361 -data-list-register-names to ...
16362 (gdb-starting): ... here because GDB 7.0 requires execution to
16363 have started when using this MI command.
16364 (gdb-set-header): New function to distinguish select and
16365 unselected tabs in gdb buffers.
16366 (gdb-propertize-header): New macro that uses gdb-set-header.
16367 (gdb-breakpoints-header, gdb-locals-header): Use it.
16368 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
16369
16370 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
16371
16372 * Makefile.in (ELCFILES): Remove fadr.elc.
16373
16374 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
16375
16376 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
16377 may contain frame information, so `string-match' should be used.
16378 (gdb-update): Disassembly is invalidated through
16379 `gdb-get-selected-frame'.
16380 (gdb-pad-string): New function to pad string with spaces.
16381 (gdb-invalidate-disassembly): Invalidate only if the buffer
16382 exists.
16383 (gdb-disassembly-handler-custom): Column alignment.
16384 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16385 placing new ones.
16386 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16387 end of line, too.
16388 (gdb-frame-handler): Match convention to for disassembly buffer
16389 mode name.
16390 (gdb-stack-list-frames-handler): Rewritten without regexps.
16391 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16392 not highlight breakpoints without line information.
16393 (gdb-input): Add trailing newline to command.
16394
16395 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16396 buffer properly.
16397 (gdb-breakpoints-list-handler-custom): Replacement for
16398 `gdb-break-list-handler'. Using real parser instead of regexps
16399 now.
16400 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16401 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16402 to place breakpoints.
16403 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16404 functions.
16405 (gdb-disassembly-handler-custom): Show overlay arrow.
16406 (gdb-disassembly-place-breakpoints): Show breakpoints in
16407 disassembly buffer.
16408 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16409 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
16410 instead of parsing breakpoints buffer. Fixed old menu references
16411 in `gud-menu-map'.
16412
16413 * fadr.el: Remove.
16414
16415 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
16416 (gdb-memory-address): New variable which holds top address of
16417 memory page shown in memory buffer.
16418 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
16419 customization variables.
16420 New functions:
16421 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
16422 display the memory buffer.
16423 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
16424 buffer display parameters.
16425 (def-gdb-memory-format, gdb-memory-format-binary)
16426 (gdb-memory-format-octal, gdb-memory-format-unsigned)
16427 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16428 Functions for setting memory buffer format.
16429 (gdb-memory-unit-word, gdb-memory-unit-halfword)
16430 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
16431 unit size used in memory buffer.
16432 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
16433 to next/previous page of memory buffer.
16434 Now using (bindat-get-field) instead of fadr functions.
16435
16436 2009-07-07 Sam Steingold <sds@gnu.org>
16437
16438 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
16439 non-top-level files.
16440
16441 2009-07-07 Kenichi Handa <handa@m17n.org>
16442
16443 * international/mule-cmds.el (reset-language-environment): Put
16444 the highset priority to the charset iso-8859-1.
16445
16446 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
16447
16448 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
16449 to the end of the line when locating the block (Bug#700).
16450
16451 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
16452
16453 * net/tramp.el (tramp-handle-write-region): Flush file properties
16454 in case of short track.
16455
16456 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
16457
16458 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16459 Coded custom representation of verilog error regular expressions
16460 to work with Emacs-22's new format.
16461 (verilog-error-regexp-xemacs-alist): Coded custom representation
16462 of verilog error regular expressions to work with XEmacs format.
16463 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16464 error recognition into XEmacs.
16465 (verilog-error-regexp-add-emacs): Hook routine to install verilog
16466 error recognition into Emacs-22.
16467
16468 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
16469
16470 * woman.el: Remove stand-alone closing parentheses.
16471 (woman-file-name, woman2-format-paragraphs)
16472 (woman-leave-blank-lines): Code cleanup.
16473 (woman-use-own-frame): Change default to nil.
16474 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16475 defaults to inherit from default faces.
16476 (woman2-process-escapes): Consume the newline after a stand-alone
16477 filler character (Bug#3651).
16478
16479 2009-07-06 Glenn Morris <rgm@gnu.org>
16480
16481 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16482 (top-level): Move provide to the end.
16483 (ffap): Remove defunct URL from custom group.
16484
16485 * subr.el (eval-after-load): Doc fix.
16486
16487 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
16488
16489 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16490 `calc-embedded-word' is called twice.
16491
16492 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16493
16494 * files.el (find-alternate-file-other-window, find-alternate-file):
16495 Obey confirm-nonexistent-file-or-buffer.
16496
16497 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
16498
16499 * dired-aux.el (dired-show-file-type): Handle remote files.
16500
16501 2009-07-05 Jari Aalto <jari.aalto@cante.net>
16502
16503 * desktop.el (desktop-globals-to-save):
16504 Add file-name-history (Bug#2750).
16505
16506 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
16507
16508 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
16509
16510 2009-07-04 Johan Bockgård <bojohan@gnu.org>
16511
16512 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16513 property on entire argument since this is what eshell-lisp-command
16514 expects.
16515
16516 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
16517
16518 * net/tramp-gvfs.el (tramp-gvfs-methods)
16519 (tramp-gvfs-zeroconf-domain)
16520 (tramp-bluez-discover-devices-timeout): Add version flag.
16521 (tramp-gvfs-handler-mounted-unmounted)
16522 (tramp-gvfs-connection-mounted-p): Polish handling of
16523 incompatibilities between GVFS 0.2 and 1.0.
16524
16525 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
16526
16527 * cus-start.el (all): Add make-pointer-invisible.
16528
16529 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
16530
16531 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
16532 formatted correctly.
16533
16534 2009-07-02 Juri Linkov <juri@jurta.org>
16535
16536 * info.el: Virtual Info files and nodes.
16537 (Info-virtual-files, Info-virtual-nodes): New variables.
16538 (Info-current-node-virtual): New variable.
16539 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16540 New functions.
16541 (Info-file-supports-index-cookies): Use Info-virtual-file-p
16542 to check for a virtual file instead of checking a fixed list
16543 of node names.
16544 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16545 instead of ad-hoc processing of "dir" and (apropos history toc).
16546 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16547 instead of ad-hoc processing of "dir" and (apropos history toc).
16548 Reread a file when moving from a virtual node.
16549 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16550 (Info-directory-toc-nodes, Info-directory-find-file)
16551 (Info-directory-find-node): New functions.
16552 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16553 (Info-history): Move part of code to
16554 `Info-history-find-node'.
16555 (Info-history-toc-nodes, Info-history-find-file)
16556 (Info-history-find-node): New functions.
16557 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
16558 (Info-toc): Move part of code to `Info-toc-find-node'.
16559 (Info-toc-find-node): New function.
16560 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
16561 the current Info file name to references because now the node
16562 "*TOC*" belongs to the same Info manual.
16563 (Info-toc-build): Rename from `Info-build-toc'.
16564 (Info-toc-nodes): Rename input argument `file' to `filename'.
16565 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
16566 instead of ad-hoc processing of ("dir" apropos history toc).
16567 (Info-index-nodes): Use Info-virtual-file-p
16568 to check for a virtual file instead of checking a fixed list
16569 of node names.
16570 (Info-index-node): Add check for `Info-current-node-virtual'.
16571 Raise `save-match-data' higher up the tree to contain
16572 `search-forward' too (bug fix).
16573 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
16574 (Info-virtual-index-nodes): New variable.
16575 (Info-virtual-index-find-node, Info-virtual-index): New functions.
16576 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
16577 (Info-apropos-file, Info-apropos-nodes): New variables.
16578 (Info-apropos-toc-nodes, Info-apropos-find-file)
16579 (Info-apropos-find-node, Info-apropos-matches): New functions.
16580 (info-apropos): Move part of code to `Info-apropos-find-node' and
16581 `Info-apropos-matches'.
16582 (Info-mode-map): Bind "I" to `Info-virtual-index'.
16583 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
16584 for a virtual file instead of checking a fixed list of node names.
16585
16586 * simple.el (async-shell-command): New command.
16587
16588 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
16589
16590 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
16591 instead of `mount-info'.
16592
16593 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
16594
16595 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
16596 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
16597
16598 2009-07-02 Kenichi Handa <handa@m17n.org>
16599
16600 * international/mule.el (set-keyboard-coding-system): Force *-unix
16601 coding-system to avoid eol conversion.
16602
16603 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
16604
16605 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16606 Add handler for `process-file', `shell-command' and
16607 `start-file-process'.
16608 (tramp-gvfs-handle-shell-command)
16609 (tramp-gvfs-handle-start-file-process)
16610 (tramp-gvfs-handle-process-file): New defuns.
16611 (tramp-synce-list-devices): Simplify check for existence of property.
16612
16613 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
16614
16615 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
16616
16617 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
16618
16619 * language/korean.el (set-language-info-alist): Add korean-cp949,
16620 cp949 to spec.
16621
16622 2009-07-01 Kenichi Handa <handa@m17n.org>
16623
16624 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
16625
16626 * international/encoded-kb.el: Deleted.
16627
16628 * international/mule.el (set-keyboard-coding-system): Perform the
16629 necessary setup here instead of calling encoded-kbd-setup-display.
16630
16631 2009-07-01 Glenn Morris <rgm@gnu.org>
16632
16633 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
16634
16635 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
16636
16637 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
16638
16639 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
16640
16641 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
16642 Handle also the 'rename case, when setting file modes. (Bug#3712)
16643 (tramp-default-file-modes): Remove execute permissions.
16644
16645 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
16646 (top): Add a default for "synce" in `tramp-default-user-alist'.
16647 Add completion function for "synce" method.
16648 (tramp-hal-service, tramp-hal-path-manager)
16649 (tramp-hal-interface-manager, tramp-hal-interface-device):
16650 New defconst.
16651 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
16652 (tramp-synce-list-devices, tramp-synce-parse-device-names):
16653 New defuns.
16654
16655 * net/trampver.el: Update release number.
16656
16657 2009-06-30 Kenichi Handa <handa@m17n.org>
16658
16659 * international/fontset.el (setup-default-fontset): Add CJK fonts
16660 for symbols and the other miscellaneous characters.
16661
16662 * language/korea-util.el (setup-korean-environment-internal):
16663 Make char-width-table suitable for Korean environments.
16664 (exit-korean-environment): Cancel above.
16665
16666 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
16667 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
16668 setup-function to make char-width-table suitable for respective
16669 environments, and an exit-function to cancel that.
16670
16671 * language/japan-util.el (setup-japanese-environment-internal):
16672 Call use-cjk-char-width-table with arg `ja_JP'.
16673
16674 * international/characters.el (cjk-char-width-table): Delete it.
16675 (cjk-char-width-table-list): New variable.
16676 (use-cjk-char-width-table): New arg local-name.
16677 (use-default-char-width-table): Fix for the case that Emacs is
16678 already using the default char-width-table.
16679
16680 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
16681
16682 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
16683 modes mandatory. (Bug#3712)
16684
16685 2009-06-29 Alan Mackenzie <acm@muc.de>
16686
16687 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
16688 correction between the visible width of TABs and their number of bytes.
16689
16690 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
16691
16692 * server.el (server-buffer-done): Prevent kill-buffer from
16693 prompting by clearing the buffer modification flag (Bug#3696).
16694
16695 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
16696
16697 * progmodes/verilog-mode.el (verilog-beg-of-statement)
16698 (verilog-endcomment-reason-re): Support unique case and priority case.
16699 (verilog-basic-complete-re): Support localparam lineup.
16700 (verilog-beg-of-statement-1): Fix for robustness, unique case.
16701 (verilog-set-auto-endcomments): Fix for unique case, always_comb
16702 commenting.
16703 (verilog-leap-to-case-head): Now support *nested* unique &
16704 priority case statements.
16705 (verilog-auto-lineup): Make just declarations the default (as it
16706 had been).
16707 (verilog-leap-to-case-head): Support priority/unique case statements.
16708 (verilog-auto-lineup): Rework to give users radio buttons to
16709 select the various styles of automatic lineup.
16710 (verilog-error-regexp-alist): Rework to support the XEmacs style
16711 of error regular expressions from compilers, lint tools &
16712 simulators. Note that GNU Emacs has made it impossible for a mode
16713 to load such things.
16714 (electric-verilog-terminate-line, verilog-indent-declaration)
16715 (verilog-auto-wiure): Rework for radio button selection of
16716 auto-lineup selection of specification of auto lineup.
16717 (verilog-beg-of-statement-1): Redesign to support proper operation
16718 in additional code, based on testing with auto-lineup.
16719 (verilog-calculate-indent, assignments & declarations)
16720 (verilog-backward-token): Enhance to support auto-lineup of
16721 assignments & declarations.
16722 (verilog-in-directive-p, verilog-at-struct-p): New function for
16723 easy test of whether we are.
16724 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
16725 to support safe execution at almost anyline.
16726 (verilog-calc-1): Properly support indenting deep inside generate
16727 blocks.
16728 (verilog-init-font): Remove definition & use of verilog-init-font,
16729 as it is redundant with font-lock-defaults.
16730 (verilog-mode): Alter the definition of verilog-font-lock-defaults
16731 to avoid circular calls if syntax-ppss is a function (as is the
16732 case now in 22.x GNU Emacs) as that function would sometimes call
16733 itself, leading to (nearly) infinite recursion.
16734 (verilog-ovm-begin-re, verilog-ovm-end-re)
16735 (verilog-ovm-statement-re, verilog-leap-to-head)
16736 (verilog-backward-token): Add support for OVM macros. Some are
16737 complete statements, and others open and close scopes like begin
16738 and end.
16739 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
16740 (verilog-defun-level-generate-only-re): Really fix the defun-list
16741 compilation issue.
16742 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
16743 coverpoint, constraint and cross statements.
16744 (verilog-defun-level-list, verilog-generate-defun-level-list)
16745 (verilog-all-defun-level-list): Redo these specifications - it is
16746 too hard to support eval-when compile aggregation of lists also
16747 built at when-compile time.
16748 (verilog-defun-level-list): Place defconsts of variables used in
16749 building regular expressions which are built in eval-when-compile
16750 bodies in the same eval-when-compile body to facilitate compile
16751 without load.
16752 (verilog-beg-block-re-ordered): Support indenting
16753 virtual/protected tasks and functions.
16754 (verilog-defun-level-list, verilog-in-generate-region-p)
16755 (verilog-backward-ws&directives, verilog-calc-1): Speed up
16756 indentation of some module items (generate items).
16757 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
16758 across virtual/protected tasks and functions.
16759
16760 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
16761
16762 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
16763 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
16764 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
16765 in concatenations. Reported by Yishay Belkind.
16766 (verilog-auto-ascii-enum): Support one-hot state machines in
16767 AUTOASCIIENUM. Suggested by Lloyd Gomez.
16768 (verilog-auto-inst, verilog-auto-inst-port): Include interface
16769 modport in AUTOINST and add vl-modport for users. Reported by
16770 David Rogoff.
16771 (verilog-auto-inout-module, verilog-auto-inst)
16772 (verilog-decls-get-interfaces, verilog-insert-definition)
16773 (verilog-insert-one-definition, verilog-read-decls)
16774 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
16775 (verilog-sig-modport, verilog-signals-combine-bus)
16776 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
16777 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
16778 Suggested by David Rogoff.
16779 (verilog-repair-open-comma): Fix non-insertion of comma when
16780 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
16781 (verilog-make-width-expression): Simplify [A-1:0] expression
16782 widths to just {A{1'b0}}.
16783 (verilog-mode): Cleanup checkdoc warnings.
16784 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
16785 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
16786 inputs/outputs or data type. Suggested by Vasu Kandadi.
16787 (next-error-last-buffer): Fix byte-compiler warning.
16788 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
16789 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
16790 or shell command text during AUTO expansion. Suggested by Tad Truex.
16791 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
16792 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
16793 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
16794 in AUTOINOUT. Reported by Matthew Lovell.
16795 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
16796 causing use of <= assignments. Reported by Alex Reed.
16797 (verilog-read-decls): Fix triand, trior, wand, wor to be
16798 recognized by AUTOWIRE. Reported by Spencer Isaacson.
16799 (verilog-extended-complete-re): Support import "DPI-C" functions.
16800 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
16801 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
16802 (verilog-insert-date, verilog-insert-year)
16803 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
16804 Windows systems. Reported by Michael Potts.
16805 (verilog-read-module-name): Fix AUTOINST when the child module
16806 declaration's name is a tick define. Reported by Elliot Mednick.
16807 (verilog-read-decls): Fix V2K parameter bit subscripts getting
16808 passed to next parameter's definition. Reported by Bruce T.
16809 (verilog-read-decls): Fix detecting "parameter int" when using
16810 AUTOINSTPARAM. Reported by Bruce T.
16811 (verilog-goto-defun): Fix goto not finding modules unless first
16812 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
16813 (verilog-mode): Expand -f flag arguments on entry to mode so
16814 verilog-goto-defun will work. Reported by Lawrence Butcher.
16815 (verilog-getopt): Expand environment variables in -f file
16816 arguments. Suggested by Lawrence Butcher.
16817 (verilog-set-define): Fix "Symbol's value as variable is void"
16818 when reading enumerations.
16819 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
16820 Suggested by Stephen Peltan.
16821 (verilog-read-defines): Fix reading of enumerations in include
16822 files. Reported by Steve Peltan.
16823
16824 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
16825
16826 * files.el (trash-directory): Fix defcustom type.
16827
16828 2009-06-28 Juri Linkov <juri@jurta.org>
16829
16830 * help-fns.el (describe-function-1): Correctly locate adviced
16831 functions in hyperlink (Bug#2438).
16832
16833 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
16834
16835 * files.el (trash-directory): Change default to nil.
16836 (move-file-to-trash): If trash-directory is nil and
16837 system-move-file-to-trash is unbound, perform freedesktop-style
16838 trashing.
16839
16840 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
16841
16842 * files.el (move-file-to-trash): Add freedesktop trash
16843 support (Bug#973).
16844
16845 2009-06-28 Glenn Morris <rgm@gnu.org>
16846
16847 * autorevert.el (global-auto-revert-non-file-buffers)
16848 (global-auto-revert-mode): Doc fixes.
16849
16850 2009-06-27 Johan Bockgård <bojohan@gnu.org>
16851
16852 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
16853
16854 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
16855
16856 * faces.el (x-handle-named-frame-geometry): Ensure that we have
16857 opened an X connection before calling x-get-resource (Bug#3194).
16858
16859 * play/doctor.el: Remove reference to obsolete website.
16860 (make-doctor-variables): Correct grammar mistake (Bug#2633).
16861
16862 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
16863
16864 Remove find-file-not-found-hook VC method. (Bug#2757)
16865 * vc-hooks.el (vc-file-not-found-hook)
16866 (vc-default-find-file-not-found-hook): Remove functions.
16867 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
16868 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
16869 * vc.el:
16870 * vc-hg.el:
16871 * vc-git.el: Do not mention find-file-not-found-hook VC method.
16872
16873 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
16874
16875 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
16876 compatibility function for `looking-back'.
16877
16878 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
16879 Use `ispell-looking-back'.
16880
16881 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
16882
16883 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
16884 rather than `filename'.
16885
16886 2009-06-23 Miles Bader <miles@gnu.org>
16887
16888 * face-remap.el (text-scale-set): New function.
16889
16890 2009-06-23 Glenn Morris <rgm@gnu.org>
16891
16892 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
16893
16894 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
16895
16896 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
16897
16898 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
16899
16900 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
16901 Simplify Persian conditionals.
16902
16903 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
16904 variable `filename'.
16905
16906 * comint.el (comint-insert-input): Doc fix.
16907
16908 * Makefile.in (ELCFILES): Fix typo in previous change.
16909
16910 2009-06-23 Miles Bader <miles@gnu.org>
16911
16912 * cus-start.el: Add entry for `recenter-redisplay'.
16913
16914 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
16915
16916 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
16917 Add an optional argument for the backend, use it instead of
16918 calling vc-backend.
16919 (vc-mode-line): Add an optional argument for the backend.
16920 Pass the backend to vc-state and vc-working-revision. Move code for
16921 special handling for vc-state being a buffer to ...
16922
16923 * vc-rcs.el (vc-rcs-find-file-hook):
16924 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
16925
16926 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
16927 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
16928 vc-stay-local-p and vc-mode-line calls.
16929
16930 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
16931 (vc-cvs-diff, vc-cvs-annotate-command)
16932 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
16933 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
16934 vc-mode-line calls.
16935
16936 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
16937 direct comparison.
16938 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
16939 backend when calling vc-mode-line.
16940 (vc-register): Do not create a closure for calling the vc register
16941 function, call it directly.
16942
16943 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
16944
16945 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
16946 to make it obvious item can be clicked.
16947
16948 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
16949
16950 2009-06-23 Kenichi Handa <handa@m17n.org>
16951
16952 * language/korea-util.el (korean-key-bindings): Change the binding
16953 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
16954 same command.
16955
16956 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
16957
16958 Sync with Tramp 2.1.16.
16959
16960 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
16961
16962 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
16963 when a loading of a package fails. Completion function for rsync
16964 is `tramp-completion-function-alist-ssh'.
16965 (all): Replace all calls of `split-string' and
16966 `tramp-split-string' by `tramp-compat-split-string'.
16967 (tramp-default-method): Use `tramp-compat-process-running-p'.
16968 (tramp-default-proxies-alist): Allow also Lisp forms.
16969 (tramp-remote-path): Add choice "Private Directories".
16970 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
16971 (tramp-domain-regexp): Allow also "-", "_" and ".".
16972 (tramp-end-of-output): Remove newlines, and add "$" at the end.
16973 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
16974 (tramp-debug-message): Insert header line in debug buffer.
16975 (tramp-handle-directory-files-and-attributes-with-stat):
16976 Care about filenames with spaces, or starting with "-".
16977 (tramp-handle-dired-uncache): New defun.
16978 (tramp-handle-insert-directory): Don't flush the directory from
16979 cache, this is handled by `dired-uncache' now.
16980 (tramp-handle-insert-file-contents): Improve error handling.
16981 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
16982 Quote `tramp-end-of-output'.
16983 (tramp-action-password): Improve trace message.
16984 (tramp-check-for-regexp): Both echoes must be present, before removing.
16985 (tramp-open-connection-setup-interactive-shell): Trace coding system.
16986 (tramp-compute-multi-hops): Eval cons cells of
16987 `tramp-default-proxies-alist'.
16988 (tramp-maybe-open-connection): Use the same command pattern for
16989 first hop and further hops.
16990 (tramp-wait-for-output): Remove handling of newlines.
16991 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
16992 (tramp-split-string): Remove function. It is handled in
16993 tramp-compat now.
16994
16995 * net/tramp-cmds.el (tramp-bug):
16996 Recommend `tramp-cleanup-all-connections' in the bug mail.
16997
16998 * net/tramp-compat.el (tramp-compat-split-string)
16999 (tramp-compat-process-running-p): New defuns.
17000
17001 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
17002 for `dired-uncache'.
17003
17004 * net/tramp-gvfs.el: New package.
17005
17006 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
17007 Add handler for `dired-uncache'.
17008 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
17009
17010 * net/trampver.el: Update release number. Make version check fit
17011 for SXEmacs 22.
17012
17013 2009-06-22 Jim Meyering <meyering@redhat.com>
17014
17015 Automatically handle .xz suffix (XZ-compressed files), too.
17016 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
17017 XZ is the successor to LZMA: <http://tukaani.org/xz/>
17018
17019 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
17020 Nick Roberts <nickrob@snap.net.nz>
17021
17022 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
17023 repository (http://sphinx.net.ru/hg/gdb-mi/).
17024
17025 2009-06-22 Glenn Morris <rgm@gnu.org>
17026
17027 * files.el (dir-locals-collect-mode-variables): Allow for any number of
17028 `mode' and `eval' entries. (Bug#3430)
17029
17030 * Makefile.in (ELCFILES): Add fadr.elc.
17031
17032 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
17033 differing behavior of \n and ^ in strings. (Bug#3385)
17034
17035 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
17036
17037 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
17038 property.
17039 (lisp-indent-function): Make it a defcustom.
17040
17041 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
17042
17043 * progmodes/gdb-ui.el: Replace with ...
17044 * progmodes/gdb-mi.el: ... this file.
17045 * progmodes/gud.el: Modify for gdb-mi.el.
17046
17047 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
17048
17049 * fadr.el: New file.
17050
17051 See ChangeLog.14 for earlier changes.
17052
17053 ;; Local Variables:
17054 ;; coding: utf-8
17055 ;; End:
17056
17057 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
17058
17059 This file is part of GNU Emacs.
17060
17061 GNU Emacs is free software: you can redistribute it and/or modify
17062 it under the terms of the GNU General Public License as published by
17063 the Free Software Foundation, either version 3 of the License, or
17064 (at your option) any later version.
17065
17066 GNU Emacs is distributed in the hope that it will be useful,
17067 but WITHOUT ANY WARRANTY; without even the implied warranty of
17068 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17069 GNU General Public License for more details.
17070
17071 You should have received a copy of the GNU General Public License
17072 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
17073
17074 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1