]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Remove some tests for defunct system-types.
[gnu-emacs] / lisp / ChangeLog
1 2010-10-08 Glenn Morris <rgm@gnu.org>
2
3 * vc/ediff-wind.el (ediff-setup-control-frame):
4 * vc/ediff-ptch.el (ediff-default-backup-extension):
5 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
6 (ediff-exec-process): Remove system-types emx, windows-95.
7
8 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
9
10 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
11
12 * cus-edit.el (custom-variable, custom-face): Doc fix.
13 (custom-face-edit): Add value-create attribute.
14 (custom-face-edit-value-create)
15 (custom-face-edit-value-visibility-action): New functions. Hide
16 unused face attributes by default, and add a visibility toggle.
17 (custom-face-edit-deactivate): Show empty values with shadow face.
18 (custom-face-selected): Only use this for face specs with default
19 attributes.
20 (custom-face-value-create): Cleanup.
21
22 * wid-edit.el (widget-checklist-value-create): Use dolist.
23 (widget-checklist-match-find): Make second arg optional.
24
25 2010-10-07 Glenn Morris <rgm@gnu.org>
26
27 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
28 Prefix things.
29
30 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
31 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
32 load-path-shadows-mode, update references.
33 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
34 Rename variable and button.
35 (list-load-path-shadows): Update button caller.
36
37 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
38
39 * emacs-lisp/smie.el (smie-bnf-classify): New function.
40 (smie-bnf-precedence-table): Use it to remember the closers/openers.
41 (smie-merge-prec2s): Handle those new entries.
42 (smie-prec2-levels): Only set precedence to nil for actual
43 openers/closers.
44 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
45 that is now unnecessary.
46
47 2010-10-07 Miles Bader <miles@gnu.org>
48
49 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
50
51 2010-10-07 Glenn Morris <rgm@gnu.org>
52
53 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
54 (mail-position-on-field): Remove declarations.
55 (mail-position-on-field): Autoload it.
56 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
57 and mail-header-end. Don't require sendmail.
58
59 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
60 (shadow-mode): New mode.
61 (shadow-find-file): New button.
62 (list-load-path-shadows): Use shadow-mode and buttons.
63
64 * iimage.el (iimage-version): Remove.
65 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
66 Turn into defcustoms.
67 (iimage-mode-map): Give it a doc string.
68
69 * calendar/appt.el (appt-activate): Give a warning rather than an error
70 if there is no diary-file.
71
72 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
73
74 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
75 Use `tramp-handle-find-backup-file-name'.
76
77 2010-10-06 Glenn Morris <rgm@gnu.org>
78
79 * font-core.el (font-lock-defaults-alist): Remove variable.
80 (font-lock-mode): Doc fix.
81 (font-lock-default-function): Do not consult font-lock-defaults-alist.
82 * font-lock.el (font-lock-refresh-defaults): Doc fix.
83 (font-lock-set-defaults): Doc fix.
84 Do not consult font-lock-defaults-alist.
85
86 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
87
88 * emacs-lisp/cl.el: No longer provide cl-19.
89
90 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
91
92 * net/tramp.el (tramp-handle-directory-files-and-attributes)
93 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
94 New defuns, taken from tramp-smb.el.
95 (tramp-coding-system-change-eol-conversion)
96 (tramp-set-process-query-on-exit-flag): Removed.
97
98 * net/tramp-compat.el (top): Do not check for byte-compiler
99 objects.
100 (tramp-compat-coding-system-change-eol-conversion)
101 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
102 from tramp.el.
103
104 * net/tramp-gvfs.el:
105 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
106 by `tramp-compat-set-process-query-on-exit-flag'.
107
108 * net/tramp-imap.el (tramp-imap-file-name-handler-alist): Use
109 `tramp-handle-directory-files-and-attributes',
110 `tramp-handle-file-exists-p' and
111 `tramp-handle-file-newer-than-file-p'.
112 (tramp-imap-handle-file-exists-p)
113 (tramp-imap-handle-file-executable-p)
114 (tramp-imap-handle-file-readable-p)
115 (tramp-imap-handle-directory-files-and-attributes)
116 (tramp-imap-handle-file-newer-than-file-p): Removed.
117
118 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
119 by `tramp-compat-set-process-query-on-exit-flag' and
120 `tramp-coding-system-change-eol-conversion' by
121 `tramp-compat-coding-system-change-eol-conversion'.
122
123 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use
124 `tramp-handle-directory-files-and-attributes',
125 `tramp-handle-file-exists-p' and
126 `tramp-handle-file-newer-than-file-p'.
127 (tramp-smb-handle-directory-files-and-attributes)
128 (tramp-smb-handle-file-exists-p)
129 (tramp-smb-handle-file-newer-than-file-p): Removed.
130 (tramp-smb-maybe-open-connection): Replace
131 `tramp-set-process-query-on-exit-flag' by
132 `tramp-compat-set-process-query-on-exit-flag'.
133
134 2010-10-05 Glenn Morris <rgm@gnu.org>
135
136 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
137
138 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
139
140 Continue reorganization of load dependencies. (Bug#7156)
141
142 * net/tramp.el (tramp-handle-file-local-copy-hook)
143 (tramp-delete-temp-file-function): Move down.
144 (tramp-exists-file-name-handler): Move up.
145 (tramp-register-file-name-handlers): Simplify autoload.
146 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
147 (tramp-handle-directory-files, tramp-handle-dired-uncache)
148 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
149 (tramp-handle-file-name-completion)
150 (tramp-handle-file-name-directory)
151 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
152 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
153 (tramp-handle-find-backup-file-name)
154 (tramp-handle-insert-file-contents, tramp-handle-load)
155 (tramp-handle-substitute-in-file-name)
156 (tramp-handle-unhandled-file-name-directory)
157 (tramp-mode-string-to-int, tramp-local-host-p)
158 (tramp-make-tramp-temp-file): Moved from tramp-sh.el.
159
160 * net/tramp-gvfs.el (top):
161 * net/tramp-smb.el (top): Do not require 'tramp-sh.
162
163 * net/tramp-sh.el (all): Move several objects to tramp.el, see
164 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
165
166 2010-10-04 Glenn Morris <rgm@gnu.org>
167
168 * calendar/appt.el (appt-add): Ensure reminders are enabled.
169 (appt-activate): Give status messages.
170
171 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
172
173 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
174 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
175 `gnutls-negotiate' (formerly `starttls-negotiate'). Remove
176 trivial wrapper `starttls-open-stream'.
177
178 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
179
180 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
181 log-outgoing commands.
182 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
183 to create a buffer local revert-buffer-function variable.
184 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
185 revert-buffer-function lambda.
186
187 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
188
189 * net/gnutls.el (starttls-negotiate): Use the plist interface to
190 `gnutls-boot'. Make TYPE the only required parameter. Allow
191 TRUSTFILES and KEYFILES to be lists.
192 (open-ssl-stream): Use it.
193
194 2010-10-03 Glenn Morris <rgm@gnu.org>
195
196 * subr.el (directory-sep-char): Remove obsolete variable.
197 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
198 it is "necessary".
199
200 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
201 * vc/vc.el (vc-static-header-alist): Doc fix.
202 * vc/vc-cvs.el (vc-cvs-header):
203 * vc/vc-rcs.el (vc-rcs-header):
204 * vc/vc-sccs.el (vc-sccs-header):
205 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
206 * obsolete/vc-mcvs.el (vc-mcvs-header):
207 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
208 on XEmacs.
209
210 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
211
212 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Remove
213 obsolete use of binary-overwrite-mode (Bug#7001).
214
215 2010-10-03 Glenn Morris <rgm@gnu.org>
216
217 * obsolete/x-menu.el: Remove file, obsolete since 21.1
218
219 * textmodes/rst.el (rst-font-lock-keywords-function):
220 Drop Emacs 20 code.
221
222 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
223
224 * printing.el: Drop Emacs 20 code.
225
226 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
227 without having used appt.el already).
228
229 * subr.el (make-local-hook): Remove function obsolete since 21.1.
230 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
231 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
232 XEmacs.
233 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
234 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
235
236 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
237 (charset-width, find-charset-region, chars-in-region, forward-point)
238 (encode-coding-string, coding-system-p, ccl-execute-on-string)
239 (define-ccl-program, multibyte-string-p, string-make-multibyte):
240 Remove compatibility cruft (none of these are used by ps*.el).
241
242 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
243
244 * subr.el (booleanp): Return t instead of a list (Bug#7086).
245
246 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
247
248 * server.el (server-process-filter, server-return-error): Give
249 emacsclient time to shut down after receiving an error string.
250
251 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
252
253 * files.el (remote-file-name-inhibit-cache): New defcustom.
254
255 * time.el (display-time-file-nonempty-p): Use
256 `remote-file-name-inhibit-cache'.
257
258 * net/tramp.el (tramp-completion-reread-directory-timeout): Fix
259 docstring.
260
261 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
262 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
263 `remote-file-name-inhibit-cache'. Check also for an integer
264 value. Add/increase counter when `tramp-verbose' >= 10.
265 (tramp-set-file-property): Add/increase counter when
266 `tramp-verbose' >= 10.
267
268 * net/tramp-cmds.el (tramp-cleanup-all-connections)
269 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
270 (tramp-bug): Set tramp-autoload cookie. Report all interned
271 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
272 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
273 characters only in strings.
274
275 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
276 to backward compatibility.
277
278 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
279 (tramp-handle-file-name-all-completions)
280 (tramp-handle-vc-registered): Use
281 `remote-file-name-inhibit-cache'.
282 (tramp-open-connection-setup-interactive-shell): Call
283 `tramp-cleanup-connection' directly.
284
285 2010-10-02 Glenn Morris <rgm@gnu.org>
286
287 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
288
289 * subr.el (char-bytes): Remove obsolete function.
290
291 * isearch.el (isearch-return-char): Remove obsolete function.
292
293 * mouse.el: No longer provide mldrag.
294 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
295 Remove obsolete aliases.
296
297 * comint.el (comint-kill-output): Remove obsolete alias.
298
299 * composite.el (decompose-composite-char): Remove obsolete function.
300 * ps-def.el (decompose-composite-char): Remove unused function.
301
302 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
303
304 * outline.el (outline-visible): Remove obsolete function.
305
306 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
307 * faces.el (internal-find-face, internal-get-face)
308 (frame-update-faces, frame-update-face-colors)
309 (x-frob-font-weight, x-frob-font-slant)
310 (internal-frob-font-weight, internal-frob-font-slant)
311 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
312 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
313 (x-make-font-bold-italic): Remove functions and aliases, obsolete
314 since Emacs 21.1.
315 * emulation/viper-util.el (viper-get-face):
316 * obsolete/lucid.el (find-face, get-face): Use facep.
317 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
318 Remove unused functions.
319 * vc/ediff-util.el (ediff-submit-report): Doc fix.
320
321 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
322 delete tempfile if interrupted during compilation.
323
324 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
325
326 * net/tls.el (tls-starttls-switches): Give up on using starttls with
327 gnutls-cli.
328 (tls-program): Add --insecure to be consistent with the defaults from
329 openssl s_client. Now all three commands are insecure.
330
331 2010-10-01 Eli Zaretskii <eliz@gnu.org>
332
333 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
334 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
335 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
336
337 2010-10-01 Glenn Morris <rgm@gnu.org>
338
339 * obsolete/sc.el: Remove file.
340
341 * files.el (temporary-file-directory): On darwin, also try
342 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
343
344 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
345
346 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
347 Let's not break compatibility gratuitously, shall we?
348
349 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
350
351 * net/tls.el (tls-starttls-switches): New variable.
352 (tls-find-starttls-argument): Use it.
353 (open-tls-stream): Ditto.
354
355 * net/netrc.el (netrc-credentials): Return the value of the "default"
356 entry.
357 (netrc-machine): Ditto.
358
359 2010-09-30 Eli Zaretskii <eliz@gnu.org>
360
361 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
362
363 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
364
365 * server.el (server-start): Don't write pid to the authentication file.
366 (server-create-tty-frame): Don't send pid.
367 (server-process-filter): Send pid at the start of every connection.
368
369 2010-09-30 Glenn Morris <rgm@gnu.org>
370
371 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
372 (show-all-diary-entries): Remove obsolete function aliases.
373
374 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
375 Remove options, obsolete since 22.1.
376 (appt-display-format, appt-display-message): Remove
377 backwards-compatibility code.
378 (appt-check): No longer check appt-issue-message.
379 (appt-make-list): No longer autoload it. Doc fix. No longer
380 activate the package.
381
382 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
383
384 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
385 (starttls-negotiate): Just call boot, and let the handshake be
386 triggered from the read loop.
387
388 2010-09-29 Glenn Morris <rgm@gnu.org>
389
390 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
391 not displaying the diary.
392 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
393 * calendar/appt.el (appt-check): No longer need to kill diary.
394
395 * calendar/diary-lib.el (diary-list-entries): Move the
396 "Preparing..." message entirely here.
397 (diary-simple-display, diary-fancy-display): Move "Preparing..."
398 messages to diary-list-entries.
399 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
400 diary-display-function.
401
402 * calendar/diary-lib.el (diary-include-other-diary-files):
403 Trap some recursive includes.
404
405 * calendar/appt.el (appt-activate): Check diary file.
406
407 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
408
409 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
410 construction.
411
412 * calendar/time-date.el: No need to require cl for Emacs 21.
413
414 2010-09-28 Glenn Morris <rgm@gnu.org>
415
416 * calendar/appt.el (appt-check): Minor simplification.
417
418 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
419
420 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
421 citation prefix.
422
423 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
424
425 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
426 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
427
428 2010-09-27 Kenichi Handa <handa@m17n.org>
429
430 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
431 "ustar" format.
432
433 2010-09-27 Kenichi Handa <handa@m17n.org>
434
435 * international/mule.el (define-coding-system): Docstring fixed.
436
437 * international/mule-diag.el (describe-character-set): Use princ
438 with proper print-length and print-level instead of insert.
439
440 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
441
442 * window.el (walk-windows): Doc fix (bug#7105).
443
444 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
445
446 * emacs-lisp/float-sup.el (e): Remove.
447
448 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
449
450 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
451 variable.
452 (starttls-negotiate): Use it.
453
454 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
455
456 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
457 back.
458
459 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
460
461 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
462
463 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
464
465 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
466
467 * net/netrc.el (netrc-store-data): New function.
468
469 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
470
471 * net/gnutls.el: GnuTLS glue code to set up a connection.
472
473 2010-09-25 Julien Danjou <julien@danjou.info>
474
475 * notifications.el: Call dbus-register-signal only if it is bound.
476
477 2010-09-25 Glenn Morris <rgm@gnu.org>
478
479 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
480 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
481 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
482 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
483 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
484 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
485 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
486 * eshell/esh-util.el, eshell/esh-var.el:
487 Remove leading `*' from docs of faces and defcustoms.
488
489 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
490
491 * eshell/em-ls.el (eshell-ls-archive-regexp):
492 * eshell/esh-util.el (eshell-tar-regexp):
493 * ibuffer.el (ibuffer-compressed-file-name-regexp):
494 * info.el (Info-suffix-list):
495 * international/mule.el (auto-coding-alist):
496 * woman.el (woman-file-regexp, woman-file-compression-regexp):
497 * progmodes/etags.el (tags-compression-info-list):
498 Support xz compression.
499
500 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
501
502 * files.el (get-free-disk-space): Don't assume the "df" output
503 columns line up (Bug#6995).
504
505 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
506
507 * finder.el (finder-unknown-keywords):
508 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
509 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
510
511 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
512
513 * server.el (server-start): Revert part of 2010-08-08 change. Using
514 address 127.0.0.1 for local host is now done in Fmake_network_process.
515
516 2010-09-24 Glenn Morris <rgm@gnu.org>
517
518 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
519 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
520 * textmodes/css-mode.el, textmodes/dns-mode.el:
521 Move autoloaded auto-mode-alist entries to files.el.
522 * files.el (auto-mode-alist): Move entries here.
523
524 2010-09-23 Glenn Morris <rgm@gnu.org>
525
526 * isearch.el (isearch-lazy-highlight-cleanup)
527 (isearch-lazy-highlight-initial-delay)
528 (isearch-lazy-highlight-interval)
529 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
530 * net/net-utils.el (ipconfig-program-options):
531 Move aliases to options before the associated definitions.
532
533 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
534
535 * newcomment.el (comment-normalize-vars): Better test validity of
536 comment-end-skip.
537
538 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
539
540 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
541 (float-e): New name for `e'.
542 (degrees-to-radians, radians-to-degrees):
543 * calendar/solar.el (solar-longitude):
544 * calculator.el (calculator-registers, calculator-funcall):
545 * textmodes/artist.el (artist-spray-random-points):
546 * play/bubbles.el (bubbles--initialize-images): Use new names.
547
548 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
549
550 Update to CEDET 1.0's version of EIEIO.
551
552 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
553 New function.
554 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
555 (eieio-default-eval-maybe): Eval val instead of unquoting only.
556 (class-precedence-list): If class is nil, return nil.
557 (eieio-generic-call): If class of first input arg is nil, don't
558 look up static methods, and do check for primary methods.
559 (initialize-instance): See if the default needs to be evaluated
560 during the constructor.
561 (eieio-perform-slot-validation-for-default): Don't do the check
562 for values that will eventually be evaluated.
563 (eieio-eval-default-p): New function.
564 (eieio-default-eval-maybe): Use it.
565
566 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
567
568 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
569 method-invocation-order.
570 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
571 (eieio-class-precedence-dfs): Compute class precedence list using
572 dfs algorithm.
573 (eieio-class-precedence-bfs): Compute class precedence list using
574 bfs algorithm.
575 (eieio-class-precedence-c3): Compute class precedence list using
576 c3 algorithm.
577 (class-precedence-list): New function.
578 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
579 (inconsistent-class-hierarchy): New error symbol.
580 (call-next-method): Stow the replacement argument list for future
581 call-next-method invocations.
582
583 2010-09-23 Glenn Morris <rgm@gnu.org>
584
585 * calendar/appt.el (appt-check): If not displaying the diary,
586 use (diary 1) to only get the entries we need.
587 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
588 that it is in day order. (Bug#7019)
589
590 * calendar/appt.el (appt-check): Rather than showing the diary,
591 just turn off invisible display, and only if needed.
592
593 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
594
595 2010-09-23 Glenn Morris <rgm@gnu.org>
596
597 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
598 (byte-compile-defvar, byte-compile-cl-warn):
599 Start warnings with lower-case, like the majority.
600
601 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
602
603 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
604
605 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
606 * files.el (auto-mode-alist): Move ld-script entries here, further down
607 the list.
608
609 * vc/add-log.el: Don't require timezone when compiling.
610 (timezone-make-date-sortable): Autoload it.
611 (change-log-sortable-date-at): Don't require timezone.
612 Use `ignore-errors'.
613
614 * comint.el (comint-use-prompt-regexp-instead-of-fields):
615 Move alias before definition, so it does not need autoloading.
616
617 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
618 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
619 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
620 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
621 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
622 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
623 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
624 * textmodes/tex-mode.el, textmodes/two-column.el:
625 Remove leading `*' from docs of defcustoms etc.
626
627 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
628
629 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
630
631 2010-09-22 Dan Christensen <jdc@uwo.ca>
632
633 * calendar/time-date.el (date-to-time): Try using parse-time-string
634 first before using the slower timezone-make-date-arpa-standard.
635
636 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
637
638 * calendar/time-date.el (format-seconds): Comment fix.
639
640 2010-09-22 Glenn Morris <rgm@gnu.org>
641
642 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
643 is not automatically buffer-local.
644
645 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
646
647 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
648 (smie-indent-comment): Be more careful with comment-start-skip.
649 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
650 (smie-indent-functions): Use them.
651
652 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
653
654 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
655
656 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
657
658 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
659 tool-bar-position. Don't modify frame parameters here.
660 (menu-bar-options-save): Add tool-bar-position.
661
662 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
663
664 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
665
666 * textmodes/reftex-parse.el (reftex-what-macro)
667 (reftex-context-substring): Let-bind forward-sexp-function to nil
668 since we don't need/want to treat \begin...\end as a block (bug#7053).
669
670 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
671
672 * simple.el (blink-matching-open): Use syntax-class.
673
674 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
675 Set invisibility spec for pascal's outline mode.
676 (pascal-outline-change): Clean up calling convention.
677 (pascal-show-all, pascal-hide-other-defuns): Update callers.
678
679 * progmodes/prolog.el (prolog-smie-forward-token)
680 (prolog-smie-backward-token): New functions.
681 (prolog-mode-variables): Use them to parse "!," correctly.
682 Set up smie-blink-matching for ".".
683
684 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
685 and `end'.
686 (ispell-region, ispell-process-line): Update users.
687
688 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
689 point-min==1.
690
691 * textmodes/ispell.el: Fix commenting convention.
692 (ispell-parse-output): Simplify, use push.
693 (ispell-region): Use match-string-no-properties.
694 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
695 (ispell-minor-mode): Use define-minor-mode.
696 (ispell-message): Remove unused var `skip-regexp'.
697 (ispell-add-per-file-word-list): Use dynamic let-binding.
698 Try and use the proper comment marker.
699
700 * mail/sendmail.el: Fix commenting convention.
701 (sendmail-send-it): Use line-beginning-position.
702
703 * help-fns.el (describe-variable): Add original value, if applicable.
704
705 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
706
707 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
708
709 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
710
711 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
712
713 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
714 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
715 (smie-prec2-levels): Use them to better diagnose precedence cycles.
716 (smie-blink-matching-check): Don't signal a mismatch if car is t.
717 (smie-blink-matching-open): Rewrite to remove assumptions, so that
718 something like "." can also be a closer.
719 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
720 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
721 Rename internal functions to use "--". Update callers.
722
723 * frame.el (make-frame-names-alist): Don't list frames on other displays.
724
725 * fringe.el (fringe-styles): New var.
726 (fringe-mode, fringe-query-style): Use it.
727
728 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
729
730 * progmodes/sql.el: Version 2.8
731 (sql-login-params): Update widget structure; changes still needed.
732 (sql-product-alist): Add :list-all and :list-table features for
733 SQLite, Postgres and MySQL products.
734 (sql-redirect): Handle default value.
735 (sql-execute, sql-execute-feature): New functions.
736 (sql-read-table-name): New function.
737 (sql-list-all, sql-list-table): New functions. User API.
738 (sql-mode-map, sql-interactive-mode-map): Add key definitions
739 for above functions.
740 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
741 for above functions.
742 (sql-postgres-login-params): Add user and database defaults.
743 (sql-buffer-live-p): Bug fix.
744 (sql-product-history): New variable.
745 (sql-read-product): New function. Use it.
746 (sql-set-product, sql-product-interactive): Use it.
747 (sql-connection-history): New variable.
748 (sql-read-connection): New function. Use it.
749 (sql-connect): New function.
750 (sql-for-each-login): Redesign function interface.
751 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
752 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
753 (sql-comint): Check for program. Existing live buffer.
754 (sql-comint-postgres): Add port parameter.
755
756 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
757
758 * emacs-lisp/warnings.el: Fix commenting convention.
759 (display-warning): Use special mode and make the buffer read-only.
760
761 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
762
763 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
764 empty string when it follows a repeated or optional pattern.
765
766 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
767
768 * indent.el (indent-according-to-mode): Apply syntax-propertize.
769 (indent-region): Use indent-according-to-mode.
770
771 2010-09-18 Eli Zaretskii <eliz@gnu.org>
772
773 * fringe.el (fringe-mode): Doc fix.
774
775 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
776
777 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
778 refreshing the preview buffer.
779
780 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
781
782 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
783 (latex-syntax-propertize-rules): New consts; replace
784 tex-font-lock-syntactic-keywords.
785 (tex-env-mark, latex-env-before-change): New functions.
786 (latex-electric-env-pair-mode): New minor mode.
787 (tex-font-lock-verb): Change arguments; do move point.
788 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
789 representation as a form of comment.
790 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
791 (doctex-syntax-propertize-rules): New const; replaces
792 doctex-font-lock-syntactic-keywords.
793 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
794
795 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
796 (fortran-make-syntax-propertize-function): New function; replaces
797 fortran-font-lock-syntactic-keywords.
798 (fortran-mode): Use it.
799 (fortran-line-length): Use it. Improve interactive spec.
800
801 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
802 (syntax-propertize-rules): Add var-ref case. Fix offset computation
803 when adding surrounding \(..\).
804
805 * progmodes/js.el (js-mode): Fix last change (bug#7054).
806
807 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
808
809 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
810 Use with-current-buffer.
811
812 * isearch.el (isearch-face): Rename from `isearch'.
813 (isearch-highlight): Use new name.
814
815 2010-09-17 Eli Zaretskii <eliz@gnu.org>
816
817 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
818 5, for `half' width fringes. (Bug#6933)
819
820 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
821
822 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
823 (byte-compile-defvar): "foo/bar" does not lack a prefix.
824
825 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
826
827 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
828
829 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
830 in calculating new frame position. Add more space between new and
831 parent on the left (Bug#7048).
832
833 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
834
835 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
836 defmacro.
837
838 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
839
840 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
841
842 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
843 obsolete alias for x-selection-value.
844
845 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
846
847 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
848
849 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
850 cookie.
851
852 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
853
854 * net/tramp-compat.el (tramp-compat-with-temp-message)
855 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
856 (tramp-compat-process-put): New defuns.
857
858 * net/tramp.el (top):
859 * net/tramp-gvfs.el (top):
860 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
861
862 * net/tramp.el (tramp-progress-reporter-update):
863 Use `tramp-compat-funcall'.
864
865 * net/tramp.el (tramp-process-actions):
866 * net/tramp-gvfs.el (tramp-handle-vc-registered):
867 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
868 (tramp-get-remote-stat, tramp-get-remote-readlink):
869 Use `tramp-compat-with-temp-message'.
870
871 * net/tramp-sh.el (top): Require 'cl.
872 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
873 (tramp-open-connection-setup-interactive-shell):
874 Use `tramp-compat-process-put'.
875
876 2010-09-15 Alan Mackenzie <acm@muc.de>
877
878 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
879 indentation.
880 (c-forward-<>-arglist-recur): Fix an infinite recursion.
881
882 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
883
884 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
885 `lexical' for warnings related to lexical scoping.
886 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
887 global vars which don't have a prefix and could hence affect lexical
888 scoping in unrelated files.
889
890 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
891
892 * net/imap.el: Revert back to version
893 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
894 seem problematic.
895
896 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
897
898 * obsolete/old-whitespace.el (whitespace-unload-function):
899 Explicitly pass `obarray' to `unintern' to avoid a warning.
900
901 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
902
903 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
904 Add `when' argument. Update callers.
905
906 * subr.el (unintern): Declare the obarray arg mandatory.
907
908 2010-09-14 Glenn Morris <rgm@gnu.org>
909
910 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
911 Doc fixes.
912
913 * calendar/diary-lib.el (diary-included-files): New variable.
914 (diary-list-entries): Maybe initialize diary-included-files.
915 (diary-include-other-diary-files): Append to diary-included-files.
916 * calendar/appt.el (appt-update-list): Also check the members of
917 diary-included-files. (Bug#6999)
918 (appt-check): Doc fix.
919
920 2010-09-14 David Reitter <david.reitter@gmail.com>
921
922 * simple.el (line-move-visual): Do not truncate goal column to
923 integer size. (Bug#7020)
924
925 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
926
927 * repeat.el (repeat): Allow repeating when the last event is a click.
928 Suggested by Drew Adams (bug#6256).
929
930 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
931
932 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
933 Replace setting HGRCPATH to "" by some less invasive --config options.
934
935 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
936
937 * font-lock.el (font-lock-beginning-of-syntax-function):
938 Mark as obsolete.
939
940 2010-09-14 Glenn Morris <rgm@gnu.org>
941
942 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
943 and tool-bar modes. (Bug#6211)
944 (menu-bar-mode): Move setting of standard-value after the
945 minor-mode definition, otherwise it seems to have no effect.
946
947 2010-09-14 Masatake YAMATO <yamato@redhat.com>
948
949 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
950 Fix typo. (Bug#6976)
951
952 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
953
954 * whitespace.el: Allow cleaning up blanks without blank
955 visualization (Bug#6651). Adjust help window for
956 whitespace-toggle-options (Bug#6479). Allow to use fill-column
957 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
958 (whitespace-style): Add new value 'face. Adjust docstring.
959 (whitespace-space, whitespace-hspace, whitespace-tab):
960 Adjust foreground property face.
961 (whitespace-line-column): Adjust docstring and type declaration.
962 (whitespace-style-value-list, whitespace-toggle-option-alist)
963 (whitespace-help-text): Adjust const initialization.
964 (whitespace-toggle-options, global-whitespace-toggle-options):
965 Adjust docstring.
966 (whitespace-display-window, whitespace-interactive-char)
967 (whitespace-style-face-p, whitespace-color-on): Adjust code.
968 (whitespace-help-scroll): New fun.
969
970 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
971
972 * calendar/time-date.el (format-seconds): Comment fix.
973
974 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
975
976 * progmodes/sql.el: Version 2.7.
977 (sql-buffer-live-p): Improve detection.
978 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
979 (sql-set-sqli-buffer): Use it.
980 (sql-product-interactive): Run `sql-set-sqli-hook'.
981 (sql-rename-buffer): Code cleanup.
982 (sql-redirect, sql-redirect-value): New functions. More to come.
983
984 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
985
986 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.
987 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
988 (TRAMP_SRC): New macro.
989 ($(lisp)/net/tramp-loaddefs.el): New target.
990
991 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
992
993 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
994
995 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
996
997 * net/tramp.el (top): Don't show loading message. Require just
998 'tramp-compat, everything else is required there.
999 Use `ignore-errors' where appropriate.
1000 (tramp-inline-compress-start-size, tramp-copy-size-limit)
1001 (tramp-terminal-type, tramp-end-of-output)
1002 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
1003 (tramp-completion-function-alist-ssh)
1004 (tramp-completion-function-alist-telnet)
1005 (tramp-completion-function-alist-su)
1006 (tramp-completion-function-alist-putty, tramp-remote-path)
1007 (tramp-remote-process-environment, tramp-sh-extra-args)
1008 (tramp-actions-before-shell, tramp-uudecode)
1009 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
1010 (tramp-perl-file-attributes)
1011 (tramp-perl-directory-files-and-attributes)
1012 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
1013 (tramp-perl-encode, tramp-perl-decode)
1014 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
1015 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
1016 (tramp-handle-make-symbolic-link, tramp-handle-load)
1017 (tramp-handle-file-name-as-directory)
1018 (tramp-handle-file-name-directory)
1019 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
1020 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
1021 (tramp-do-file-attributes-with-ls)
1022 (tramp-do-file-attributes-with-perl)
1023 (tramp-do-file-attributes-with-stat)
1024 (tramp-handle-set-visited-file-modtime)
1025 (tramp-handle-verify-visited-file-modtime)
1026 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
1027 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
1028 (tramp-handle-file-selinux-context)
1029 (tramp-handle-set-file-selinux-context)
1030 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
1031 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
1032 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
1033 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
1034 (tramp-handle-file-ownership-preserved-p)
1035 (tramp-handle-directory-file-name, tramp-handle-directory-files)
1036 (tramp-handle-directory-files-and-attributes)
1037 (tramp-do-directory-files-and-attributes-with-perl)
1038 (tramp-do-directory-files-and-attributes-with-stat)
1039 (tramp-handle-file-name-all-completions)
1040 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
1041 (tramp-handle-copy-file, tramp-handle-copy-directory)
1042 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
1043 (tramp-do-copy-or-rename-file-via-buffer)
1044 (tramp-do-copy-or-rename-file-directly)
1045 (tramp-do-copy-or-rename-file-out-of-band)
1046 (tramp-handle-make-directory, tramp-handle-delete-directory)
1047 (tramp-handle-delete-file)
1048 (tramp-handle-dired-recursive-delete-directory)
1049 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
1050 (tramp-handle-insert-directory)
1051 (tramp-handle-unhandled-file-name-directory)
1052 (tramp-handle-expand-file-name)
1053 (tramp-handle-substitute-in-file-name)
1054 (tramp-handle-executable-find, tramp-process-sentinel)
1055 (tramp-handle-start-file-process, tramp-handle-process-file)
1056 (tramp-handle-call-process-region, tramp-handle-shell-command)
1057 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
1058 (tramp-handle-insert-file-contents)
1059 (tramp-handle-insert-file-contents-literally)
1060 (tramp-handle-find-backup-file-name)
1061 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
1062 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
1063 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
1064 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
1065 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
1066 (tramp-find-file-exists-command, tramp-open-shell)
1067 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
1068 (tramp-open-connection-setup-interactive-shell)
1069 (tramp-local-coding-commands, tramp-remote-coding-commands)
1070 (tramp-find-inline-encoding, tramp-call-local-coding-command)
1071 (tramp-inline-compress-commands, tramp-find-inline-compress)
1072 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1073 (tramp-send-command, tramp-wait-for-output)
1074 (tramp-send-command-and-check, tramp-barf-unless-okay)
1075 (tramp-send-command-and-read, tramp-mode-string-to-int)
1076 (tramp-convert-file-attributes, tramp-check-cached-permissions)
1077 (tramp-file-mode-from-int, tramp-file-mode-permissions)
1078 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
1079 (tramp-method-out-of-band-p, tramp-local-host-p)
1080 (tramp-get-remote-path, tramp-get-remote-tmpdir)
1081 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
1082 (tramp-get-test-command, tramp-get-test-nt-command)
1083 (tramp-get-file-exists-command, tramp-get-remote-ln)
1084 (tramp-get-remote-perl, tramp-get-remote-stat)
1085 (tramp-get-remote-readlink, tramp-get-remote-trash)
1086 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
1087 (tramp-get-local-uid, tramp-get-local-gid)
1088 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
1089 tramp-sh.el.
1090 (tramp-methods, tramp-default-method-alist)
1091 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
1092 Move initialization to tramp-sh.el.
1093 (tramp-temp-name-prefix): Make it a defconst.
1094 (tramp-dissect-file-name): Don't check anymore for multi-hop
1095 methods.
1096 (tramp-debug-outline-regexp): Add a docstring.
1097 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
1098 (tramp-get-debug-buffer): Use it.
1099
1100 * net/tramp-cache.el (top): Set tramp-autoload cookie for
1101 initialization forms.
1102 (tramp-set-connection-property): Don't protect `tramp-message'
1103 call, it isn't necessary any longer.
1104 (tramp-dump-connection-properties): Use `ignore-errors'.
1105
1106 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
1107 'password-cache and 'auth-source.
1108
1109 * net/tramp-gvfs.el (top):
1110 * net/tramp-smb.el (top): Require 'tramp-sh.
1111
1112 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
1113
1114 * net/tramp-sh.el: New file, derived from tramp.el.
1115 (top): Initialize `tramp-methods', `tramp-default-method-alist',
1116 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
1117 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
1118 Use `ignore-errors' where appropriate.
1119 (tramp-sh-file-name-handler-alist): Rename from
1120 `tramp-file-name-handler-alist'.
1121 (tramp-send-command-and-check): Return t or nil. Remove all
1122 `zerop' checks, where called.
1123 (tramp-handle-set-file-modes)
1124 (tramp-do-copy-or-rename-file-directly)
1125 (tramp-handle-delete-directory, tramp-handle-delete-file)
1126 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
1127 (tramp-sh-file-name-handler, tramp-send-command-and-check)
1128 (tramp-get-remote-ln): Set tramp-autoload cookie.
1129
1130 * net/tramp-fish.el: Remove file.
1131
1132 2010-09-13 Daiki Ueno <ueno@unixuser.org>
1133
1134 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
1135 buffer-file-name to avoid file-locking. (Bug#7026)
1136
1137 2010-09-13 Julien Danjou <julien@danjou.info>
1138
1139 * notifications.el (notifications-notify): Add support for
1140 image-path and sound-name.
1141 (notifications-specification-version): Add this variable.
1142
1143 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1144
1145 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
1146
1147 2010-09-12 Leo <sdl.web@gmail.com>
1148
1149 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
1150 (rcirc-completion-start): New variables.
1151 (rcirc-nick-completions): Rename to rcirc-completions.
1152 (rcirc-nick-completion-start-offset): Delete.
1153 (rcirc-completion-at-point): New function for constructing
1154 completion data for both nicks and irc commands. Add to
1155 completion-at-point-functions in rcirc mode.
1156 (rcirc-complete): Rename from rcirc-nick-complete; use
1157 rcirc-completion-at-point.
1158 (defun-rcirc-command): Update rcirc-client-commands.
1159
1160 2010-09-11 Glenn Morris <rgm@gnu.org>
1161
1162 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
1163 atomically, to avoid parallel build errors. (Bug#4196)
1164
1165 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
1166
1167 * progmodes/sql.el: Version 2.6
1168 (sql-dialect): Synonym for "sql-product".
1169 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1170 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
1171 Set "sql-buffer" to buffer name not buffer object so multiple sql
1172 interactive buffers work properly. Reverts misguided changes in
1173 earlier work.
1174 (sql-comint): Make sure different buffer name is used if "*SQL*"
1175 buffer is for a different product.
1176 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
1177 login param.
1178 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1179 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1180 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
1181 Accept new buffer name or prompt for one.
1182 (sql-port): Default to zero.
1183 (sql-comint-mysql): Handle "sql-port" as a numeric.
1184 (sql-port-history): Delete unused variable.
1185 (sql-get-login): Default "sql-port" to a number.
1186 (sql-product-alist): Correct Postgres prompt and terminator regexp.
1187 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
1188 "sqlite3" executables.
1189 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
1190 (sql-buffer-live-p): New function.
1191 (sql-mode-menu, sql-send-string): Use it.
1192 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
1193 syntax pattern.
1194 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
1195 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
1196
1197 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1198
1199 * net/netrc.el (netrc-credentials): New convenience function.
1200
1201 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1202
1203 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
1204 to replace texinfo-font-lock-syntactic-keywords.
1205 (texinfo-mode): Use it.
1206
1207 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
1208 Use syntax-propertize-function.
1209
1210 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
1211 replace sgml-font-lock-syntactic-keywords.
1212 (sgml-mode): Use it.
1213
1214 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
1215 since we don't use it.
1216
1217 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
1218
1219 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
1220 if available.
1221 (vhdl-fontify-buffer): Adjust.
1222
1223 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
1224 replace tcl-font-lock-syntactic-keywords.
1225 (tcl-mode): Use it.
1226
1227 * progmodes/simula.el (simula-syntax-propertize-function): New var to
1228 replace simula-font-lock-syntactic-keywords.
1229 (simula-mode): Use it.
1230
1231 * progmodes/sh-script.el (sh-st-symbol): Remove.
1232 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
1233 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
1234 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
1235 (sh-font-lock-paren): Set syntax-multiline.
1236 (sh-font-lock-syntactic-keywords): Remove.
1237 (sh-syntax-propertize-function): New function to replace it.
1238 (sh-mode): Use it.
1239
1240 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
1241 Define while compiling.
1242 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1243 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
1244 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
1245 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1246 (ruby-here-doc-end-syntax): Only define when
1247 syntax-propertize is not available.
1248 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
1249 New functions.
1250 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
1251 (electric-indent-chars): Silence bytecompiler.
1252 (ruby-mode): Use prog-mode, syntax-propertize-function, and
1253 electric-indent-chars.
1254
1255 * progmodes/python.el (python-syntax-propertize-function): New var to
1256 replace python-font-lock-syntactic-keywords.
1257 (python-mode): Use it.
1258 (python-quote-syntax): Simplify and adjust to new use.
1259
1260 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
1261 replace perl-font-lock-syntactic-keywords.
1262 (perl-syntax-propertize-special-constructs): New fun to replace
1263 perl-font-lock-special-syntactic-constructs.
1264 (perl-font-lock-syntactic-face-function): New fun.
1265 (perl-mode): Use it.
1266
1267 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
1268 to replace octave-font-lock-close-quotes.
1269 (octave-syntax-propertize-function): New function to replace
1270 octave-font-lock-syntactic-keywords.
1271 (octave-mode): Use it.
1272
1273 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
1274 replaces mixal-font-lock-syntactic-keywords.
1275 (mixal-mode): Use it.
1276
1277 * progmodes/make-mode.el (makefile-syntax-propertize-function):
1278 New var; replaces makefile-font-lock-syntactic-keywords.
1279 (makefile-mode): Use it.
1280 (makefile-imake-mode): Adjust.
1281
1282 * progmodes/js.el (js--regexp-literal): Define while compiling.
1283 (js-syntax-propertize-function): New var; replaces
1284 js-font-lock-syntactic-keywords.
1285 (js-mode): Use it.
1286
1287 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
1288 replaces gdb-script-font-lock-syntactic-keywords.
1289 (gdb-script-mode): Use it.
1290
1291 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
1292 (fortran--font-lock-syntactic-keywords): New var.
1293 (fortran-line-length): Update syntax-propertize-function and
1294 fortran--font-lock-syntactic-keywords.
1295
1296 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
1297
1298 * progmodes/cfengine.el (cfengine-mode):
1299 Use syntax-propertize-function.
1300 (cfengine-font-lock-syntactic-keywords): Remove.
1301
1302 * progmodes/autoconf.el (autoconf-mode):
1303 Use syntax-propertize-function.
1304 (autoconf-font-lock-syntactic-keywords): Remove.
1305
1306 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
1307 (ada-after-change-function, ada-initialize-syntax-table-properties)
1308 (ada-handle-syntax-table-properties): Only define when
1309 syntax-propertize is not available.
1310 (ada-mode): Use syntax-propertize-function.
1311
1312 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
1313 (font-lock-fontify-syntactic-keywords-region): Move handling of
1314 font-lock-syntactically-fontified to...
1315 (font-lock-default-fontify-region): ...here.
1316 Let syntax-propertize-function take precedence.
1317 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
1318
1319 * emacs-lisp/syntax.el (syntax-propertize-function)
1320 (syntax-propertize-chunk-size, syntax-propertize--done)
1321 (syntax-propertize-extend-region-functions): New vars.
1322 (syntax-propertize-wholelines, syntax-propertize-multiline)
1323 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
1324 (syntax-propertize): New functions.
1325 (syntax-propertize-rules): New macro.
1326 (syntax-ppss-flush-cache): Set syntax-propertize--done.
1327 (syntax-ppss): Call syntax-propertize.
1328
1329 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
1330
1331 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
1332
1333 * textmodes/ispell.el (ispell-init-process): Improve comments.
1334 XEmacs compatibility changes regarding (add-hook) 'local option
1335 and (set-process-query-on-exit-flag).
1336
1337 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
1338
1339 * net/tramp-cache.el (tramp-parse-connection-properties):
1340 Set tramp-autoload cookie.
1341
1342 2010-09-09 Glenn Morris <rgm@gnu.org>
1343
1344 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
1345 (imagemagick-register-types): Doc fix.
1346
1347 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1348
1349 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
1350
1351 * progmodes/js.el (require): Require is already "eval-and-compile".
1352 (js--re-search-forward): Avoid `eval'. Preserve the error data.
1353 (js--re-search-backward): Use js--re-search-forward.
1354
1355 * progmodes/fortran.el (fortran-line-length): Don't recompute
1356 syntactic keywords redundantly a second time.
1357
1358 * progmodes/ada-mode.el: Replace "(set '" with setq.
1359 (ada-mode): Simplify.
1360 (ada-create-case-exception, ada-adjust-case-interactive)
1361 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
1362 (ada-search-ignore-string-comment, ada-move-to-start)
1363 (ada-move-to-end): Use with-syntax-table.
1364
1365 * font-lock.el (save-buffer-state): Remove `varlist' arg.
1366 (font-lock-unfontify-region, font-lock-default-fontify-region):
1367 Update usage correspondingly.
1368 (font-lock-fontify-syntactic-keywords-region):
1369 Set parse-sexp-lookup-properties buffer-locally here.
1370 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
1371
1372 * simple.el (blink-matching-open): Don't burp if we can't find a match.
1373
1374 2010-09-08 Glenn Morris <rgm@gnu.org>
1375
1376 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
1377 Error if not compiled with -DBYTE_CODE_METER.
1378
1379 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1380 Ignore dir-locals-file.
1381
1382 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1383
1384 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1385 Not a const.
1386 (compilation-error-regexp-alist-alist): Rule out ": " in file names
1387 for the `gnu' messages.
1388 (compilation-set-skip-threshold): New command.
1389 (compilation-start): Use \' rather than $.
1390 (compilation-forget-errors): Use clrhash.
1391
1392 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
1393
1394 * textmodes/ispell.el (ispell-valid-dictionary-list):
1395 Simplify logic.
1396
1397 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
1398
1399 Migrate to Tramp 2.2. Rearrange load dependencies.
1400 (Bug#1529, Bug#5448, Bug#5705)
1401
1402 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
1403 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
1404 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1405
1406 * net/tramp.el (top): Remove all other tramp-* loads except
1407 tramp-compat.el. Remove all changes to tramp-unload-hook for
1408 other tramp-* packages. Rearrange defun order. Change calls of
1409 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
1410 `tramp-compat-octal-to-decimal' to new function names.
1411 (tramp-terminal-type, tramp-initial-end-of-output)
1412 (tramp-methods, tramp-foreign-file-name-handler-alist)
1413 (tramp-tramp-file-p, tramp-completion-mode-p)
1414 (tramp-send-command-and-check, tramp-get-remote-path)
1415 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
1416 (tramp-shell-quote-argument): Set tramp-autoload cookie.
1417 (with-file-property, with-connection-property): Move to
1418 tramp-cache.el.
1419 (tramp-local-call-process, tramp-decimal-to-octal)
1420 (tramp-octal-to-decimal): Move to tramp-compat.el.
1421 (tramp-handle-shell-command): Do not require 'shell.
1422 (tramp-compute-multi-hops): No special handling for tramp-gw-*
1423 symbols.
1424 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
1425
1426 * net/tramp-cache.el (top): Require 'tramp. Add to
1427 `tramp-unload-hook'.
1428 (tramp-cache-data, tramp-get-file-property)
1429 (tramp-set-file-property, tramp-flush-file-property)
1430 (tramp-flush-directory-property, tramp-get-connection-property)
1431 (tramp-set-connection-property, tramp-flush-connection-property)
1432 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
1433 cookie.
1434 (with-file-property, with-connection-property): New defuns, moved
1435 from tramp.el.
1436 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
1437 macro.
1438
1439 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
1440 (tramp-version): Set tramp-autoload cookie.
1441
1442 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
1443 changes to tramp-unload-hook for other tramp-* packages. Add to
1444 `tramp-unload-hook'.
1445 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
1446 (tramp-compat-call-process): New defuns, moved from tramp.el.
1447
1448 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
1449 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1450 to `tramp-unload-hook'. Change call of
1451 `tramp-compat-decimal-to-octal' to new function name.
1452 (tramp-fish-method): Make it a defconst.
1453 (tramp-fish-file-name-p): Make it a defsubst.
1454 (tramp-fish-method, tramp-fish-file-name-handler)
1455 (tramp-fish-file-name-p): Set tramp-autoload cookie.
1456
1457 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
1458 `tramp-foreign-file-name-handler-alist'. Add to
1459 `tramp-unload-hook'.
1460 (tramp-ftp-method): Make it a defconst.
1461 (tramp-ftp-file-name-p): Make it a defsubst.
1462 (tramp-ftp-method, tramp-ftp-file-name-handler)
1463 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
1464
1465 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
1466 `tramp-foreign-file-name-handler-alist'. Add to
1467 `tramp-unload-hook'. Change checks, whether package can be
1468 loaded.
1469 (tramp-gvfs-file-name-p): Make it a defsubst.
1470 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
1471 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
1472 (tramp-gvfs-handle-file-directory-p): New defun.
1473 (tramp-gvfs-file-name-handler-alist): Use it.
1474
1475 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
1476 `tramp-foreign-file-name-handler-alist'. Add to
1477 `tramp-unload-hook'.
1478 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
1479 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
1480 defconst.
1481 (tramp-gw-tunnel-method, tramp-gw-socks-method)
1482 (tramp-gw-open-connection): Set tramp-autoload cookie.
1483
1484 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
1485 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1486 to `tramp-unload-hook'. Change checks, whether package can be
1487 loaded.
1488 (tramp-imap-file-name-p): Make it a defsubst.
1489 (tramp-imap-method, tramp-imaps-method)
1490 (tramp-imap-file-name-handler)
1491 (tramp-imap-file-name-p): Set tramp-autoload cookie.
1492
1493 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
1494 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1495 to `tramp-unload-hook'. Change checks, whether package can be
1496 loaded. Change call of `tramp-compat-decimal-to-octal' to new
1497 function name.
1498 (tramp-smb-tunnel-method): Make it a defconst.
1499 (tramp-smb-file-name-p): Make it a defsubst.
1500 (tramp-smb-method, tramp-smb-file-name-handler)
1501 (tramp-smb-file-name-p): Set tramp-autoload cookie.
1502
1503 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
1504 (tramp-uuencode-region): Set tramp-autoload cookie.
1505
1506 * net/trampver.el (top) Add to `tramp-unload-hook'.
1507 (tramp-version, tramp-bug-report-address): Set tramp-autoload
1508 cookie. Update release number.
1509
1510 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
1511
1512 * textmodes/ispell.el (ispell-start-process): Make sure original
1513 arg list is properly initialized (Bug#6993, Bug#6994).
1514
1515 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1516
1517 * files.el (directory-abbrev-alist): Use \` as default regexp.
1518
1519 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1520 chars like - or ] (bug#6984).
1521 (rx-any-condense-range): Explode 2-char ranges.
1522
1523 2010-09-06 Glenn Morris <rgm@gnu.org>
1524
1525 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1526
1527 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1528
1529 * textmodes/bibtex.el:
1530 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1531
1532 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1533
1534 * net/imap.el (imap-message-map): Remove optional buffer parameter,
1535 since no callers use it.
1536 (imap-message-get): Ditto.
1537 (imap-message-put): Ditto.
1538 (imap-mailbox-map): Ditto.
1539 (imap-mailbox-put): Ditto.
1540 (imap-mailbox-get): Ditto.
1541 (imap-mailbox-get): Revert last change for this function.
1542
1543 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1544
1545 * net/imap.el (imap-fetch-safe): Remove function, and alter all
1546 callers to use `imap-fetch' instead. According to the comments, this
1547 should be safe, since all other IMAP clients use the 1:* syntax.
1548 (imap-enable-exchange-bug-workaround): Remove.
1549 (imap-debug): Remove -- doesn't seem very useful.
1550
1551 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1552
1553 * net/imap.el (imap-log): New convenience function used throughout
1554 instead of repeating the same code all over the place.
1555
1556 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
1557
1558 * mouse.el (mouse-save-then-kill): Save region to kill-ring
1559 when mouse-drag-copy-region is non-nil (Bug#6956).
1560
1561 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
1562
1563 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
1564 Improve regexps (Bug#6987).
1565 (dired-sort-toggle): Search more robustly for -t flag.
1566
1567 * files.el (get-free-disk-space): Search more robustly for
1568 "available" column. Suggested by Ehud Karni
1569 <ehud@unix.mvs.co.il>.
1570
1571 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
1572
1573 * international/uni-bidi.el:
1574 * international/uni-category.el:
1575 * international/uni-combining.el:
1576 * international/uni-decimal.el:
1577 * international/uni-mirrored.el:
1578 * international/uni-name.el: Regenerate.
1579
1580 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1581
1582 * electric.el (electric-indent-post-self-insert-function):
1583 Don't reindent with a sloppy indentation function.
1584
1585 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
1586 border case in change-log-mode.
1587
1588 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
1589
1590 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1591 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
1592 Recognize leading tab in gcc-include regexp. Ignore names with
1593 leading "from" or "in" in gnu regexp (Bug#6937).
1594
1595 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1596
1597 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
1598 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
1599 (ispell-start-process): Avoid setq and simplify logic.
1600 (ispell-init-process): Setup kill-buffer-hook locally when needed.
1601 (kill-buffer-hook): Don't use it globally with code that uses
1602 expand-file-name since that may call kill-buffer via
1603 code_conversion_restore.
1604
1605 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
1606
1607 * emacs-lisp/package.el (package-directory-list): Only call
1608 file-name-nondirectory on a string.
1609
1610 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
1611
1612 * emacs-lisp/package.el (package--download-one-archive):
1613 Ensure that archive-contents is valid before saving it.
1614 (package-activate-1, package-mark-obsolete, define-package)
1615 (package-compute-transaction, package-list-maybe-add): Use push.
1616
1617 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1618
1619 Use SMIE's blink-paren for octave-mode.
1620 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
1621 Backslashes do not escape single-quotes, single-quotes do.
1622 (octave-block-else-regexp, octave-block-end-regexp)
1623 (octave-block-match-alist): Remove.
1624 (octave-smie-bnf-table): New var, with old content.
1625 (octave-smie-op-levels): Use it.
1626 (octave-smie-closer-alist): New var.
1627 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
1628 (octave-blink-matching-block-open): Remove.
1629 (octave-reindent-then-newline-and-indent, octave-electric-semi)
1630 (octave-electric-space): Let self-insert-command run expand-abbrev and
1631 blink parens.
1632
1633 * electric.el (electricity): New group.
1634 (electric-indent-chars): New var.
1635 (electric-indent-post-self-insert-function): New fun.
1636 (electric-indent-mode): New minor mode.
1637 (electric-pair-skip-self): New custom.
1638 (electric-pair-post-self-insert-function): New function.
1639 (electric-pair-mode): New minor mode.
1640
1641 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
1642 calcAlg-blink-matching-open.
1643 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
1644 (calc-do-alg-entry): Only touch the part of the keymap that varies.
1645 Use the new blink-matching-check-function.
1646
1647 Provide blink-matching support to SMIE.
1648 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
1649 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
1650 (smie-blink-matching-check, smie-blink-matching-open): New functions.
1651
1652 * simple.el (newline): Fix last change to properly remove itself from
1653 the hook.
1654
1655 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1656
1657 * simple.el (newline): Eliminate optimization.
1658 Use post-self-insert-hook to set hard-newline and things before
1659 running post-self-insert-hook.
1660 (blink-matching-check-mismatch): New function.
1661 (blink-matching-check-function): New variable.
1662 (blink-matching-open): Use them.
1663 Skip back forward over prefix chars skipped by forward-sexp.
1664 Don't check if the parens are backslash escaped.
1665 (blink-paren-post-self-insert-function): Check backslash escaping here.
1666
1667 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
1668
1669 * emacs-lisp/package.el (package-menu-mode-map):
1670 Change package-menu-revert bindings to revert-buffer.
1671 (package-menu-mode): Set revert-buffer-function.
1672 (package-menu-revert): Doc fix.
1673
1674 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
1675
1676 * textmodes/ispell.el (ispell-init-process): Use "~/" as
1677 `default-directory' unless using Ispell per-directory personal
1678 dictionaries and not in a mini-buffer under XEmacs.
1679 (kill-buffer-hook): Do not kill ispell process on exit when
1680 `ispell-process-directory' is "~/". (Bug#6143)
1681
1682 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1683
1684 * simple.el (kill-new): Call interprogram-cut-function with only
1685 one argument.
1686
1687 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
1688 Remove cut buffer from error message.
1689
1690 * term/x-win.el (x-select-text):
1691 * term/pc-win.el (x-selection-value):
1692 * term/ns-win.el (x-selection-value):
1693 * eshell/em-term.el:
1694 * w32-fns.el (x-get-selection-value):
1695 * mouse-sel.el (mouse-sel-set-selection-function):
1696 * frame.el (display-selections-p): Remove cut-buffer in documentation.
1697
1698 * term/x-win.el: Update documentation for x-last-selected-text-*.
1699 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
1700 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
1701 (x-select-text): Remove argument PUSH, update documentation. Remove
1702 cut-buffer code.
1703 (x-selection-value-internal): Was previously x-selection-value.
1704 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
1705 Update documentation, remove cut-buffer code. Call
1706 x-selection-value-internal.
1707 (x-clipboard-yank): Call x-selection-value-internal.
1708 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
1709
1710 * term/pc-win.el (x-last-selected-text):
1711 x-cut-buffer-or-selection-value renamed to x-selection-value
1712 (x-select-text): Remove argument PUSH, update documentation.
1713
1714 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
1715 x-cut-buffer-or-selection-value renamed to x-selection-value
1716 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
1717 (x-select-text): Remove argument PUSH, update documentation.
1718
1719 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
1720
1721 * w32-fns.el (x-last-selected-text):
1722 x-cut-buffer-or-selection-value renamed to x-selection-value.
1723 (x-cut-buffer-max): Remove.
1724 (x-select-text): Remove argument PUSH, update documentation.
1725
1726 * simple.el (interprogram-cut-function): Remove mention of PUSH.
1727
1728 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
1729
1730 * mouse-sel.el (mouse-sel-get-selection-function):
1731 x-cut-buffer-or-selection-value renamed to x-selection-value.
1732 (x-select-text): Remove optional push.
1733
1734 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1735
1736 * simple.el (blink-paren-function): Move from C to here.
1737 (blink-paren-post-self-insert-function): New function.
1738 (post-self-insert-hook): Use it.
1739
1740 * emacs-lisp/pcase.el (pcase-split-memq):
1741 Fix overenthusiastic optimisation.
1742 (pcase-u1): Handle the case of a lambda pred.
1743
1744 2010-08-31 Kenichi Handa <handa@m17n.org>
1745
1746 * international/mule-cmds.el (standard-display-european-internal):
1747 Setup standard-display-table for 8-bit characters by storing 8-bit
1748 characters in the element vector.
1749
1750 * disp-table.el (standard-display-8bit):
1751 Setup standard-display-table for 8-bit characters by storing 8-bit
1752 characters in the element vector.
1753 (standard-display-european): Likewise.
1754
1755 2010-08-31 Masatake YAMATO <yamato@redhat.com>
1756
1757 * textmodes/nroff-mode.el (nroff-view): New command.
1758 (nroff-mode-map): Bind it to C-c C-c.
1759
1760 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1761
1762 * emacs-lisp/smie.el (smie-down-list): New command.
1763
1764 Remove old indentation and navigation code on octave-mode.
1765 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
1766 smie-down-list rather than add a binding for octave-down-block.
1767 (octave-mark-block, octave-blink-matching-block-open):
1768 Rely on forward-sexp-function.
1769 (octave-fill-paragraph): Don't narrow, so you can use
1770 indent-according-to-mode.
1771 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
1772 (octave-in-block-p, octave-re-search-forward-kw)
1773 (octave-re-search-backward-kw, octave-indent-calculate)
1774 (octave-end-as-array-index-p, octave-block-end-offset)
1775 (octave-scan-blocks, octave-forward-block, octave-backward-block)
1776 (octave-down-block, octave-backward-up-block, octave-up-block)
1777 (octave-before-magic-comment-p, octave-indent-line): Remove.
1778
1779 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
1780
1781 * emacs-lisp/package.el (package--read-archive-file): Just use
1782 `read', to avoid copying an additional string.
1783 (package-menu-mode): Set header-line-format here.
1784 (package-menu-refresh, package-menu-revert): Signal an error if
1785 not in the Package Menu.
1786 (package-menu-package-list): New var.
1787 (package--generate-package-list): Operate on the current buffer;
1788 don't assume that it is *Packages*, since the user may rename it.
1789 Allow persistent package listings and sort keys using
1790 package-menu-package-list and package-menu-package-sort-key.
1791 (package-menu--version-predicate): Fix version calculation.
1792 (package-menu-sort-by-column): Don't select the window.
1793 (package--list-packages): Create the *Packages* buffer.
1794 Set package-menu-package-list-key.
1795 (list-packages): Sorting by status is now the default.
1796 (package-buffer-info): Use match-string-no-properties.
1797 (define-package): Add a &rest argument for future proofing, but
1798 don't use it yet.
1799 (package-install-from-buffer, package-install-buffer-internal):
1800 Merge into a single function, package-install-from-buffer.
1801 (package-install-file): Change caller.
1802
1803 * finder.el: Load finder-inf using `require'.
1804 (finder-list-matches): Sorting by status is now the default.
1805 (finder-compile-keywords): Simpify printing.
1806
1807 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1808
1809 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1810 (octave-mode-map): Remove special bindings for forward/backward-block
1811 and octave-backward-up-block. Use smie-close-block.
1812 (octave-continuation-marker-regexp): New var.
1813 (octave-continuation-regexp): Use it.
1814 (octave-operator-table, octave-smie-op-levels)
1815 (octave-operator-regexp, octave-smie-indent-rules): New vars.
1816 (octave-smie-backward-token, octave-smie-forward-token): New funs.
1817 (octave-mode): Use SMIE.
1818 (octave-close-block): Delete.
1819
1820 2010-08-30 Eli Zaretskii <eliz@gnu.org>
1821
1822 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
1823 CLIPBOARD, not in PRIMARY. (Bug#6944)
1824
1825 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1826
1827 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
1828 a list of parents.
1829 (smie-indent-column): Allow indirection through variables.
1830
1831 * composite.el (save-buffer-state): Delete, unused.
1832 * font-lock.el (save-buffer-state): Use with-silent-modifications.
1833 (font-lock-default-fontify-region): Use with-syntax-table.
1834 * jit-lock.el (with-buffer-unmodified): Remove.
1835 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
1836
1837 Use `declare' in defmacros.
1838 * window.el (save-selected-window):
1839 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
1840 * progmodes/python.el (def-python-skeleton):
1841 * net/dbus.el (dbus-ignore-errors):
1842 * jka-cmpr-hook.el (with-auto-compression-mode):
1843 * international/mule.el (with-category-table):
1844 * emacs-lisp/timer.el (with-timeout):
1845 * emacs-lisp/lisp-mnt.el (lm-with-file):
1846 * emacs-lisp/eieio.el (with-slots):
1847 * emacs-lisp/easymenu.el (easy-menu-define):
1848 * emacs-lisp/debug.el (debugger-env-macro):
1849 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
1850 (Multiple-value-call, Multiple-value-prog1):
1851 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
1852 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
1853 edebug rule to definition.
1854 * emacs-lisp/lisp-mode.el (save-selected-window)
1855 (with-current-buffer, combine-after-change-calls)
1856 (with-output-to-string, with-temp-file, with-temp-buffer)
1857 (with-temp-message, with-syntax-table, read-if, eval-after-load)
1858 (dolist, dotimes, when, unless):
1859 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
1860
1861 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
1862
1863 * finder.el: Require `package'.
1864 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
1865 (finder-package-info): Var deleted.
1866 (finder-keywords-hash, finder--builtins-alist): New vars.
1867 (finder-compile-keywords): Compute package--builtins and
1868 finder-keywords-hash instead of finder-keywords-hash, respecting
1869 the "Package" header.
1870 (finder-unknown-keywords, finder-list-matches):
1871 Use finder-keywords-hash and package--list-packages.
1872 (finder-mode): Don't set font-lock-defaults.
1873 (finder-exit): We don't use "*Finder-package*" and "*Finder
1874 Category*" buffers anymore.
1875
1876 * emacs-lisp/package.el (package--builtins-base): Var deleted.
1877 (package--builtins): Set default value to nil.
1878 (package-initialize): Load precomputed value of package--builtins
1879 from finder-inf.el.
1880 (package-alist, package-compute-transaction)
1881 (package-download-transaction): Improve docstring.
1882 (package-read-all-archive-contents): Do not change
1883 package--builtins here.
1884 (list-packages): Make package-list-packages an alias for this.
1885 Sort by status by default.
1886 (package--list-packages): Add optional PACKAGES arg.
1887 (describe-package-1): Use font-lock-face property. For built-in
1888 packages, insert file commentary.
1889 (package--generate-package-list): Rename from
1890 package-list-packages-internal; all callers changed. Add optional
1891 PACKAGES arg. Add alphabetical sort fallbacks.
1892 (package-menu--version-predicate, package-menu--status-predicate)
1893 (package-menu--description-predicate)
1894 (package-menu--name-predicate): New functions.
1895
1896 * info.el (Info-finder-find-node): Search package-alist instead of
1897 finder-package-info.
1898
1899 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
1900
1901 * subr.el (version-regexp-alist): Don't use "a" and "b" for
1902 "alpha" and "beta".
1903 (version-to-list): Handle versions like "10.3d".
1904
1905 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1906
1907 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
1908 (macroexp-accumulate): Use `declare'.
1909
1910 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1911
1912 * whitespace.el (whitespace-style): Adjust type declaration.
1913
1914 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1915
1916 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1917 empty argument to gvfs-copy.
1918
1919 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1920
1921 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1922 handle new TRASH arg of `delete-file'.
1923
1924 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1925
1926 * net/tramp.el (tramp-handle-insert-directory): Don't use
1927 `forward-word', its default syntax could be changed.
1928
1929 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1930 Michael Albinus <michael.albinus@gmx.de>
1931
1932 Implement compression for inline methods.
1933
1934 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1935 (tramp-copy-size-limit): Allow also nil.
1936 (tramp-inline-compress-commands): New defconst.
1937 (tramp-find-inline-compress, tramp-get-inline-compress)
1938 (tramp-get-inline-coding): New defuns.
1939 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1940 replaced by `tramp-get-inline-coding'.
1941 (tramp-handle-file-local-copy, tramp-handle-write-region)
1942 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1943
1944 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1945
1946 Detect ssh 'ControlMaster' argument automatically in some cases.
1947
1948 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1949 (tramp-default-method): Use it.
1950
1951 2010-08-26 Karel Klíč <kklic@redhat.com>
1952
1953 * net/tramp.el (tramp-file-name-for-operation):
1954 Add file-selinux-context.
1955
1956 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1957
1958 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1959
1960 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1961
1962 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1963 (Bug#6907).
1964
1965 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
1966
1967 * progmodes/js.el: Make indentation more customizable (Bug#6914).
1968 (js-paren-indent-offset, js-square-indent-offset)
1969 (js-curly-indent-offset): New options.
1970 (js--proper-indentation): Use them.
1971
1972 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
1973
1974 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
1975 instead of inspecting font-lock properties (Bug#6916).
1976
1977 2010-08-26 David Reitter <david.reitter@gmail.com>
1978
1979 * server.el (server-visit-files): Run pre-command-hook and
1980 post-command-hook for each buffer while it is current (Bug#6910).
1981 (server-execute): Do not run hooks here.
1982
1983 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
1984
1985 Sync with Tramp 2.1.19.
1986
1987 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1988 (tramp-reporter-dump-variable, tramp-load-report-modules)
1989 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1990 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1991
1992 * net/tramp-compat.el (top): Do not autoload
1993 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1994 only when `start-file-process' is not bound.
1995 (byte-compile-not-obsolete-vars): Define if not bound.
1996 (tramp-compat-funcall): New defmacro.
1997 (tramp-compat-line-beginning-position)
1998 (tramp-compat-line-end-position)
1999 (tramp-compat-temporary-file-directory)
2000 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2001 (tramp-compat-copy-file, tramp-compat-copy-directory)
2002 (tramp-compat-delete-file, tramp-compat-delete-directory)
2003 (tramp-compat-number-sequence, tramp-compat-process-running-p):
2004 Use it.
2005 (tramp-advice-file-expand-wildcards): Do not use
2006 `tramp-handle-file-remote-p'.
2007 (tramp-compat-make-temp-file): Simplify fallback implementation.
2008 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2009 (tramp-compat-copy-tree): Remove function.
2010 (tramp-compat-delete-file): New defun.
2011 (tramp-compat-delete-directory): Provide implementation for older
2012 Emacsen.
2013 (tramp-compat-file-attributes): Handle only
2014 `wrong-number-of-arguments' error.
2015
2016 * net/tramp-fish.el (tramp-fish-handle-copy-file):
2017 Add PRESERVE_SELINUX_CONTEXT.
2018 (tramp-fish-handle-delete-file): Add TRASH arg.
2019 (tramp-fish-handle-directory-files-and-attributes):
2020 Do not use `tramp-fish-handle-file-attributes.
2021 (tramp-fish-handle-file-local-copy)
2022 (tramp-fish-handle-insert-file-contents)
2023 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
2024
2025 * net/tramp-gvfs.el (top): Require url-util.
2026 (tramp-gvfs-mount-point): Remove.
2027 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
2028 and `set-file-selinux-context'.
2029 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
2030 (tramp-gvfs-handle-file-selinux-context)
2031 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2032 (with-tramp-dbus-call-method): Format trace message.
2033 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2034 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
2035 Implement backup call, when operation on local files fails.
2036 Use progress reporter. Flush properties of changed files.
2037 (tramp-gvfs-handle-delete-file): Add TRASH arg. Use
2038 `tramp-compat-delete-file'.
2039 (tramp-gvfs-handle-expand-file-name): Expand "~/".
2040 (tramp-gvfs-handle-make-directory): Make more traces.
2041 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
2042 (tramp-gvfs-url-file-name): Hexify file name in url.
2043 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
2044 into account for the resulting file name.
2045 (tramp-gvfs-handler-askquestion): Preserve current message, in
2046 order to let progress reporter continue afterwards. (Bug#6257)
2047 Return dummy mountpoint, when the answer is "no".
2048 See `tramp-gvfs-maybe-open-connection'.
2049 (tramp-gvfs-handler-mounted-unmounted)
2050 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
2051 attribute "default_location". Set "prefix" property.
2052 Handle default-location.
2053 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
2054 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
2055 exists. Raise an error, if not (due to a corresponding answer
2056 "no" in interactive questions, for example).
2057 Use `tramp-compat-funcall'.
2058
2059 * net/tramp-imap.el (top): Autoload `epg-make-context'.
2060 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2061 (tramp-imap-do-copy-or-rename-file)
2062 (tramp-imap-handle-insert-file-contents)
2063 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2064 (tramp-imap-handle-delete-file): Add TRASH arg.
2065
2066 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2067 Add PRESERVE-SELINUX-CONTEXT.
2068 (tramp-smb-handle-copy-file)
2069 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2070 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2071 Use `with-progress-reporter'.
2072 (tramp-smb-handle-delete-file): Add TRASH arg.
2073
2074 * net/tramp.el (tramp-methods): Move hostname to the end in all
2075 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
2076 appropriate.
2077 (tramp-verbose): Describe verbose level 9.
2078 (tramp-completion-function-alist)
2079 (tramp-file-name-regexp, tramp-chunksize)
2080 (tramp-local-coding-commands, tramp-remote-coding-commands)
2081 (with-connection-property, tramp-completion-mode-p)
2082 (tramp-action-process-alive, tramp-action-out-of-band)
2083 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2084 (tramp-exists-file-name-handler): Fix docstring.
2085 (tramp-remote-process-environment): Use `format' instead of
2086 `concat'. Protect version string by apostroph.
2087 (tramp-shell-prompt-pattern): Do not use a shy group in case of
2088 XEmacs.
2089 (tramp-file-name-regexp-unified)
2090 (tramp-completion-file-name-regexp-unified): On W32 systems, do
2091 not regard the volume letter as remote filename. (Bug#5447)
2092 (tramp-perl-file-attributes)
2093 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2094 (tramp-vc-registered-read-file-names): Read input as
2095 here-document, otherwise the command could exceed maximum length
2096 of command line.
2097 (tramp-file-name-handler-alist): Add `file-selinux-context' and
2098 `set-file-selinux-context'.
2099 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
2100 backtrace functions.
2101 (tramp-error-with-buffer): Don't show the connection buffer when
2102 we are in completion mode.
2103 (tramp-progress-reporter-update, tramp-remote-selinux-p)
2104 (tramp-handle-file-selinux-context)
2105 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
2106 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
2107 New defuns.
2108 (with-progress-reporter): New defmacro.
2109 (tramp-debug-outline-regexp): New defconst.
2110 (top, tramp-rfn-eshadow-setup-minibuffer)
2111 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2112 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2113 (tramp-completion-mode-p, tramp-check-for-regexp)
2114 (tramp-open-connection-setup-interactive-shell)
2115 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2116 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2117 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
2118 Use `tramp-compat-funcall'.
2119 (tramp-handle-make-symbolic-link): Flush file properties.
2120 (tramp-handle-load, tramp-handle-file-local-copy)
2121 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2122 (tramp-handle-vc-registered, tramp-maybe-send-script)
2123 (tramp-find-shell): Use `with-progress-reporter'.
2124 (tramp-do-file-attributes-with-stat): Add space in format string,
2125 in order to work around a bug in pdksh. Reported by Gilles Pion
2126 <gpion@lfdj.com>.
2127 (tramp-handle-verify-visited-file-modtime): Do not send a command
2128 when the connection is not established.
2129 (tramp-handle-set-file-times): Simplify the check for utc.
2130 (tramp-handle-directory-files-and-attributes)
2131 (tramp-get-remote-path): Use `copy-tree'.
2132 (tramp-completion-handle-file-name-all-completions): Ensure, that
2133 non remote files are still checked. Oops.
2134 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2135 Handle PRESERVE-SELINUX-CONTEXT.
2136 (tramp-do-copy-or-rename-file): Add progress reporter.
2137 (tramp-do-copy-or-rename-file-directly): Do not use
2138 `tramp-handle-file-remote-p'.
2139 (tramp-do-copy-or-rename-file-out-of-band):
2140 Use `tramp-compat-delete-directory'.
2141 (tramp-do-copy-or-rename-file-out-of-band)
2142 (tramp-compute-multi-hops, tramp-maybe-open-connection):
2143 Use `format-spec-make'.
2144 (tramp-handle-delete-file): Add TRASH arg.
2145 (tramp-handle-dired-uncache): Flush directory cache, not only file
2146 cache.
2147 (tramp-handle-expand-file-name)
2148 (tramp-completion-handle-file-name-all-completions)
2149 (tramp-completion-handle-file-name-completion):
2150 Use `tramp-connectable-p'.
2151 (tramp-handle-start-file-process): Set connection property "vec".
2152 Use it, in order to invalidate file caches. Check only for
2153 `remote-tty' process property.
2154 Implement tty setting. (Bug#4604, Bug#6360)
2155 (tramp-file-name-for-operation): Add `call-process-region' and
2156 `set-file-selinux-context'.
2157 (tramp-find-foreign-file-name-handler)
2158 (tramp-advice-make-auto-save-file-name)
2159 (tramp-set-auto-save-file-modes): Remove superfluous check for
2160 `stringp'. This is done inside `tramp-tramp-file-p'.
2161 (tramp-file-name-handler): Trace 'quit. Catch the error for some
2162 operations when we are in completion mode. This gives the user
2163 the chance to correct the file name in the minibuffer.
2164 (tramp-completion-mode-p): Use `non-essential'.
2165 (tramp-handle-file-name-all-completions): Backward/ XEmacs
2166 compatibility: Use `completion-ignore-case' if
2167 `read-file-name-completion-ignore-case' does not exist.
2168 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
2169 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2170 `tramp-open-shell'.
2171 (tramp-action-password): Hide password prompt before next run.
2172 (tramp-process-actions): Widen connection buffer for the trace.
2173 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2174 process property. Trace stty settings if `tramp-verbose' >= 9.
2175 Apply workaround for IRIX64 bug. Move argument of last
2176 `tramp-send-command' where it belongs to.
2177 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2178 front of `login-args'.
2179 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
2180 on "/dev/null" instead of "/".
2181 (tramp-get-ls-command-with-dired): Make test for "--dired"
2182 stronger.
2183 (tramp-set-auto-save-file-modes): Adapt version check.
2184 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
2185 (tramp-handle-process-file): Call the program in a subshell, in
2186 order to preserve working directory.
2187 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
2188 `tramp-remote-sh' from `tramp-methods'.
2189 (tramp-get-ls-command): Make test for "--color=never" stronger.
2190 (tramp-check-for-regexp): Use (forward-line 1).
2191
2192 * net/trampver.el: Update release number.
2193
2194 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2195
2196 * help.el (help-map): Bind `C-h P' to describe-package.
2197
2198 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
2199
2200 * emacs-lisp/package.el (package-refresh-contents): Catch errors
2201 when downloading archives.
2202 (describe-package-1): Add package commentary.
2203 (package-install-button-action): New function.
2204 (package-menu-mode-map): Bind ? to package-menu-describe-package.
2205 (package-menu-view-commentary): Function removed.
2206 (package-list-packages-internal): Hide the `package' package too.
2207
2208 2010-08-25 Kenichi Handa <handa@m17n.org>
2209
2210 * language/misc-lang.el ("Arabic"): New language environment.
2211 Setup composition-function-table for Arabic characters.
2212
2213 * international/fontset.el (setup-default-fontset): Fix typo for
2214 arabic OTF spec (fini->fina).
2215
2216 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
2217
2218 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
2219 on all frames.
2220
2221 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2222
2223 * whitespace.el: Allow cleaning up blanks without blank
2224 visualization (Bug#6651). Adjust help window for
2225 whitespace-toggle-options (Bug#6479). Allow to use fill-column
2226 instead of whitespace-line-column (from EmacsWiki). New version
2227 13.1.
2228 (whitespace-style): Added new value 'face. Adjust docstring.
2229 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
2230 foreground property face.
2231 (whitespace-line-column): Adjust docstring and type declaration.
2232 (whitespace-style-value-list, whitespace-toggle-option-alist)
2233 (whitespace-help-text): Adjust const initialization.
2234 (whitespace-toggle-options, global-whitespace-toggle-options):
2235 Adjust docstring.
2236 (whitespace-display-window, whitespace-interactive-char)
2237 (whitespace-style-face-p, whitespace-color-on): Adjust code.
2238 (whitespace-help-scroll): New fun.
2239
2240 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2241
2242 * emacs-lisp/package.el (list-packages): Alias for
2243 package-list-packages.
2244
2245 2010-08-24 Kevin Ryde <user42@zip.com.au>
2246
2247 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
2248 (Bug#5651).
2249
2250 * progmodes/ruby-mode.el (ruby): Add defgroup.
2251
2252 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2253
2254 * progmodes/python.el: Add Ipython support (Bug#5390).
2255 (python-shell-prompt-alist)
2256 (python-shell-continuation-prompt-alist): New options.
2257 (python--set-prompt-regexp): New function.
2258 (inferior-python-mode, run-python, python-shell): Require
2259 ansi-color. Use python--set-prompt-regexp to set the comint
2260 prompt based on the Python interpreter.
2261 (python--prompt-regexp): New var.
2262 (python-check-comint-prompt)
2263 (python-comint-output-filter-function): Use it.
2264 (run-python): Use a pipe (Bug#5694).
2265
2266 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
2267
2268 * progmodes/python.el (python-send-region): Send a different
2269 Python command if Ipython is in use.
2270 (python-check-version): Use a Python command to find the version.
2271
2272 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2273
2274 * mouse.el (mouse-yank-primary): Avoid setting primary when
2275 deactivating the mark (Bug#6872).
2276
2277 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
2278
2279 * progmodes/python.el (python-block-pairs): Allow use of "finally"
2280 with "else" (Bug#3991).
2281
2282 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
2283
2284 * net/dbus.el: Accept UNIX domain sockets as bus address.
2285 (top): Don't initialize `dbus-registered-objects-table' anymore,
2286 this is done in dbusbind,c.
2287 (dbus-check-event): Adapt test for bus.
2288 (dbus-return-values-table, dbus-unregister-service)
2289 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
2290 Adapt doc string.
2291
2292 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
2293
2294 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
2295
2296 2010-08-22 Juri Linkov <juri@jurta.org>
2297
2298 * simple.el (read-extended-command): New function with the logic
2299 for `completing-read' moved to Elisp from `execute-extended-command'.
2300 Use `function-called-at-point' in `minibuffer-default-add-function'
2301 to get a command name for M-n (bug#5364, bug#5214).
2302
2303 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2304
2305 * startup.el (command-line-1): Issue warning for ignored arguments
2306 --unibyte, etc (Bug#6886).
2307
2308 2010-08-22 Leo <sdl.web@gmail.com>
2309
2310 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
2311 (ignore, bright, dim, keyword): Split list of nicknames before
2312 passing to rcirc-add-or-remove (Bug#6894).
2313
2314 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2315
2316 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2317
2318 2010-08-22 Leo <sdl.web@gmail.com>
2319
2320 Fix buffer-list rename&refresh after killing a buffer in ido.
2321 * ido.el: Revert Óscar's.
2322 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
2323 Remember the buffers at head, rather than their name.
2324 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
2325
2326 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
2327 Stefan Monnier <monnier@iro.umontreal.ca>
2328
2329 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2330 extra backslash added to each line (bug#6890).
2331
2332 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2333
2334 * subr.el (read-key): Don't echo keystrokes (bug#6883).
2335
2336 2010-08-22 Glenn Morris <rgm@gnu.org>
2337
2338 * menu-bar.el (menu-bar-games-menu): Add landmark.
2339
2340 2010-08-22 Glenn Morris <rgm@gnu.org>
2341
2342 * align.el (align-regexp): Make group and spacing arguments
2343 use the interactive defaults when non-interactive. (Bug#6698)
2344
2345 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
2346 expansion, so as not to need sendmail.
2347 (mail-text-start): Remove declaration.
2348 (rmail-retry-failure): Require sendmail.
2349
2350 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2351
2352 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2353
2354 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
2355
2356 * progmodes/flymake.el (flymake-start-syntax-check-process):
2357 Use `start-file-process' in order to let it run also on remote hosts.
2358
2359 2010-08-22 Kenichi Handa <handa@m17n.org>
2360
2361 * files.el: Add `word-wrap' as safe local variable.
2362
2363 2010-08-22 Glenn Morris <rgm@gnu.org>
2364
2365 * woman.el (woman-translate): Case matters. (Bug#6849)
2366
2367 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2368
2369 * simple.el (kill-region): Doc fix (Bug#6787).
2370
2371 2010-08-22 Glenn Morris <rgm@gnu.org>
2372
2373 * calendar/diary-lib.el (diary-header-line-format):
2374 Fit it to the window, not the frame.
2375
2376 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
2377
2378 * subr.el (ignore-errors): Add debug declaration.
2379
2380 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
2381
2382 * whitespace.el (whitespace-color-off): Remove post-command-hook
2383 locally.
2384
2385 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2386
2387 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
2388
2389 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
2390
2391 * cus-edit.el (custom-group-value-create): Add extra newline
2392 before end line (Bug#6876).
2393
2394 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
2395
2396 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
2397 when extending it. Before killing on the second click, check if
2398 the buffer is the correct one. Doc fix.
2399 (mouse-secondary-save-then-kill): Allow usage without first
2400 calling mouse-start-secondary, by defaulting to point. Don't save
2401 an empty secondary selection. Doc fix.
2402
2403 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2404
2405 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
2406 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
2407 New version 13.0.
2408 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2409 Adjust initialization.
2410 (whitespace-bob-marker, whitespace-eob-marker)
2411 (whitespace-buffer-changed): New vars.
2412 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2413 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2414 (whitespace-post-command-hook, whitespace-display-char-on):
2415 Adjust code.
2416 (whitespace-looking-back, whitespace-buffer-changed): New funs.
2417 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
2418
2419 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2420
2421 * files.el (locate-file-completion-table): Only list the .el and .elc
2422 extensions if there's no other choice (bug#5955).
2423
2424 * facemenu.el (facemenu-self-insert-data): New var.
2425 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
2426 New functions.
2427 (facemenu-add-face): Use them.
2428
2429 * simple.el (blink-matching-open): Obey forward-sexp-function.
2430
2431 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
2432
2433 * simple.el (prog-mode-map): New var.
2434 (prog-indent-sexp): New command.
2435
2436 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
2437
2438 * progmodes/prolog.el (smie): Require.
2439
2440 * emacs-lisp/smie.el (smie-default-backward-token)
2441 (smie-default-forward-token): Strip properties.
2442 (smie-next-sexp): Be more careful with associative operators.
2443 (smie-forward-sexp-command): Generalize.
2444 (smie-backward-sexp-command): Simplify.
2445 (smie-closer-alist): New var.
2446 (smie-close-block): New command.
2447 (smie-indent-debug-log): New var.
2448 (smie-indent-offset-rule): Add a few more cases.
2449 (smie-indent-column): New function.
2450 (smie-indent-after-keyword): Use it.
2451 (smie-indent-keyword): Use it.
2452 Fix up the opener code's point position.
2453 (smie-indent-comment): Only applies at BOL.
2454 (smie-indent-debug): New command.
2455
2456 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
2457 declarations that are useful before running the macro.
2458
2459 2010-08-18 Joakim Verona <joakim@verona.se>
2460
2461 * image.el (imagemagick-types-inhibit): New variable.
2462 (imagemagick-register-types): New function.
2463 * image-mode.el (image-transform-properties): New function.
2464 (image-transform-set-scale, image-transform-fit-to-height)
2465 (image-transform-set-rotation, image-transform-set-resize)
2466 (image-transform-fit-to-width, image-transform-fit-to-height):
2467 New functions.
2468 (image-toggle-display-image): Support image transforms.
2469
2470 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
2471
2472 * image.el (create-animated-image): Don't add heuristic mask to image
2473 (Bug#6839).
2474
2475 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
2476
2477 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
2478 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
2479
2480 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
2481
2482 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
2483
2484 Font-lock '...' strings, plus various simplifications and fixes.
2485 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2486 (octave-font-lock-close-quotes): New function.
2487 (octave-font-lock-syntactic-keywords): New var.
2488 (octave-mode): Use it. Set beginning-of-defun-function.
2489 (octave-mode-map): Don't override the <foo>-defun commands.
2490 (octave-mode-menu): Pass it directly to easy-menu-define;
2491 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
2492 (octave-block-match-alist): Fix up last change so that
2493 octave-close-block uses the more specific keyword.
2494 (info-lookup-mode): Silence byte-compiler.
2495 (octave-beginning-of-defun): Not interactive any more.
2496 Optimize slightly.
2497 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
2498 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
2499 (octave-completion-at-point-function): Make sure point is within
2500 beg..end.
2501 (octave-reindent-then-newline-and-indent):
2502 Use reindent-then-newline-and-indent.
2503 (octave-add-octave-menu): Remove.
2504
2505 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
2506
2507 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
2508 (report-emacs-bug-can-use-xdg-email): New functions.
2509 (report-emacs-bug): Set can-xdg-email to result of
2510 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
2511 \C-cm to report-emacs-bug-insert-to-mailer and add help text
2512 about it.
2513
2514 * net/browse-url.el (browse-url-default-browser): Add cond
2515 for browse-url-xdg-open.
2516 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
2517
2518 2010-08-17 Glenn Morris <rgm@gnu.org>
2519
2520 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
2521 (c-fontify-recorded-types-and-refs): Define for compiler.
2522 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
2523 before use.
2524
2525 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
2526 Fix format call.
2527
2528 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
2529
2530 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
2531 properties.
2532 (tramp-handle-process-file): Call the program in a subshell, in
2533 order to preserve working directory.
2534 (tramp-action-password): Hide password prompt before next run.
2535 (tramp-process-actions): Widen connection buffer for the trace.
2536
2537 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2538
2539 * net/rcirc.el (rcirc-log-process-buffers): New option.
2540 (rcirc-print): Use it.
2541 (rcirc-generate-log-filename): New function.
2542 (rcirc-log-filename-function): Change default to
2543 rcirc-generate-log-filename (Bug#6828).
2544
2545 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
2546
2547 * simple.el (deactivate-mark): If select-active-regions is `only',
2548 only set selection for temporarily active regions.
2549
2550 * cus-start.el: Change defcustom for select-active-regions.
2551
2552 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
2553
2554 * mouse.el (mouse--drag-set-mark-and-point): New function.
2555 (mouse-drag-track): Use LOCATION arg to push-mark.
2556 Use mouse--drag-set-mark-and-point to take click-count into
2557 consideration when updating point and mark (Bug#6840).
2558
2559 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
2560
2561 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2562 Give the Ruby rule a lower priority than Gnu (Bug#6778).
2563
2564 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
2565
2566 * font-lock.el (lisp-font-lock-keywords-2):
2567 Add combine-after-change-calls, condition-case-no-debug,
2568 with-demoted-errors, and with-silent-modifications (Bug#6025).
2569
2570 2010-08-14 Kevin Ryde <user42@zip.com.au>
2571
2572 * emacs-lisp/copyright.el (copyright-update-year)
2573 (copyright-update): Temporary switch-to-buffer to ensure the
2574 buffer change being queried is visible (Bug#5394).
2575
2576 2010-08-14 Tom Tromey <tromey@redhat.com>
2577
2578 * progmodes/etags.el (tags-file-name): Mark safe if stringp
2579 (Bug#6733).
2580
2581 2010-08-14 Eli Zaretskii <eliz@gnu.org>
2582
2583 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
2584 MS-DOS. (Bug#6689)
2585
2586 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
2587
2588 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
2589 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2590 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2591 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
2592 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
2593 Call menu-bar-set-tool-bar-position.
2594
2595 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2596
2597 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
2598 comment style (bug#6834).
2599 * progmodes/scheme.el (scheme-mode-syntax-table):
2600 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
2601 "b" flag in "' 14b" syntax.
2602
2603 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
2604 for (un)commenting the region and performing completion.
2605 (octave-mode-menu): Use standard commands for help and completion.
2606 (octave-mode-syntax-table): Support %{..%} comments (sort of).
2607 (octave-mode): Use define-derived-mode.
2608 Set completion-at-point-functions and don't set columns.
2609 Don't disable adaptive-fill-regexp.
2610 (octave-describe-major-mode, octave-comment-region)
2611 (octave-uncomment-region, octave-comment-indent)
2612 (octave-indent-for-comment): Remove.
2613 (octave-indent-calculate): Rename from calculate-octave-indent.
2614 (octave-indent-line, octave-fill-paragraph): Update caller.
2615 (octave-initialize-completions): No need to make an alist.
2616 (octave-completion-at-point-function): New function.
2617 (octave-complete-symbol): Use it.
2618 (octave-insert-defun): Use define-skeleton.
2619
2620 * progmodes/octave-mod.el (octave-mode): Set comment-add.
2621 (octave-mode-map): Use comment-dwim (bug#6829).
2622
2623 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
2624
2625 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
2626 indentation of inserted comment.
2627
2628 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
2629
2630 * faces.el (region): Add type gtk that uses gtk colors.
2631
2632 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
2633 Handle theme-name change.
2634
2635 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
2636
2637 * progmodes/sql.el: Version 2.5
2638 (sql-product-alist): Add :prompt-cont-regexp property for several
2639 database products.
2640 (sql-prompt-cont-regexp): New variable.
2641 (sql-output-newline-count, sql-output-by-send):
2642 New variables. Record number of newlines in input text.
2643 (sql-send-string): Handle multiple filters and count newlines.
2644 (sql-send-magic-terminator): Count terminator newline.
2645 (sql-interactive-remove-continuation-prompt): Filters output to
2646 remove continuation prompts; one for each newline.
2647 (sql-interactive-mode): Set up new variables, prompt regexp and
2648 output filter.
2649 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
2650 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
2651
2652 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2653
2654 * emacs-lisp/pcase.el: New file.
2655
2656 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
2657
2658 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
2659 as here-document, otherwise the command could exceed maximum
2660 length of command line.
2661 (tramp-handle-vc-registered): Call script accordingly.
2662 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
2663
2664 2010-08-10 Kenichi Handa <handa@m17n.org>
2665
2666 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
2667 composable pattern.
2668
2669 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
2670
2671 * emacs-lisp/package.el (package-version-split)
2672 (package--version-first-nonzero, package-version-compare):
2673 Functions removed.
2674 (package-directory-list, package-load-all-descriptors)
2675 (package--built-in, package-activate, define-package)
2676 (package-installed-p, package-compute-transaction)
2677 (package-read-all-archive-contents)
2678 (package--add-to-archive-contents, package-buffer-info)
2679 (package-tar-file-info, package-list-packages-internal):
2680 Use version-to-list and version-list-*.
2681
2682 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2683 Use version-to-list.
2684 (package-upload-buffer-internal): Use version-list-<=.
2685
2686 2010-08-09 Kenichi Handa <handa@m17n.org>
2687
2688 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
2689 composable pattern.
2690
2691 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
2692
2693 * tutorial.el (tutorial--default-keys): C-d is now bound to
2694 delete-forward-char (Bug#6826).
2695
2696 * mouse.el (mouse-drag-track): Remove accidentally-removed check
2697 for `double' value of mouse-1-click-follows-link (Bug#6807).
2698
2699 2010-08-08 Johan Bockgård <bojohan@gnu.org>
2700
2701 * replace.el (replace-highlight): Bind isearch-forward and
2702 isearch-error, ensuring that highlighting is updated if the user
2703 switches the search direction (Bug#6808).
2704
2705 * isearch.el (isearch-lazy-highlight-forward): New var.
2706 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2707 (isearch-lazy-highlight-update): Use it.
2708
2709 2010-08-08 Kenichi Handa <handa@m17n.org>
2710
2711 * international/mule.el (define-charset): Store NAME as :base property.
2712 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
2713 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2714 current priority. Force using the designation of the specific
2715 charset by adding `charset' text property. Improve the whole algorithm.
2716
2717 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2718
2719 * emulation/pc-select.el (pc-selection-mode-hook)
2720 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2721 (pc-selection-mode): Fix typos in docstrings.
2722
2723 2010-08-08 Kenichi Handa <handa@m17n.org>
2724
2725 * language/cyrillic.el: Don't add "microsoft-cp1251" to
2726 ctext-non-standard-encodings-alist here.
2727
2728 * international/mule.el (ctext-non-standard-encodings-alist):
2729 Add "koi8-r" and "microsoft-cp1251".
2730 (ctext-standard-encodings): New variable.
2731 (ctext-non-standard-encodings-table): List only elements for
2732 non-standard encodings.
2733 (ctext-pre-write-conversion): Adjust for the above change.
2734 Check ctext-standard-encodings.
2735
2736 * international/mule-conf.el (compound-text): Doc fix.
2737 (ctext-no-compositions): Doc fix.
2738 (compound-text-with-extensions): Doc fix.
2739
2740 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2741
2742 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2743
2744 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2745
2746 * progmodes/which-func.el (which-func-format): Split help-echo text
2747 into lines, like other mode-line tooltips.
2748
2749 * server.el (server-start): When using TCP sockets, force IPv4
2750 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
2751
2752 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2753
2754 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2755
2756 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2757
2758 * term.el (term-delimiter-argument-list): Reflow docstring.
2759 (term-read-input-ring, term-write-input-ring, term-send-input)
2760 (term-bol, term-erase-in-display, serial-supported-or-barf):
2761 Fix typos in docstrings.
2762
2763 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2764
2765 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2766
2767 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2768
2769 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2770
2771 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
2772
2773 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2774 Fix typo in docstring (bug#6747).
2775
2776 2010-08-08 Leo <sdl.web@gmail.com>
2777
2778 * eshell/esh-io.el (eshell-get-target): Better detection of
2779 read-only file (Bug#6762).
2780
2781 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2782
2783 * align.el (align-default-spacing): Doc fix.
2784 (align-region-heuristic, align-regexp): Fix typos in docstrings.
2785
2786 2010-08-08 Stephen Peters <speters@itasoftware.com>
2787
2788 * calendar/icalendar.el
2789 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
2790 (icalendar--get-weekday-numbers): New.
2791 (icalendar--convert-recurring-to-diary): Handle multiple byday
2792 values in weekly rules. (Bug#6766)
2793
2794 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
2795
2796 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
2797 (icalendar--create-uid, icalendar-export-region)
2798 (icalendar--parse-summary-and-rest): Code formatting.
2799
2800 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2801
2802 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
2803 to italicize headers.
2804 (calc-highlight-selections-with-faces): New variable.
2805 (calc-selected-face, calc-nonselected-face): New faces.
2806
2807 * calc/calccomp.el (math-comp-highlight-string): Use
2808 `calc-highlight-selections-with-faces' to determine how to highlight
2809 sub-formulas.
2810
2811 * calc/calc-sel.el (calc-show-selections): Change message to when
2812 using faces to highlight selections.
2813
2814 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
2815
2816 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
2817 Add SQLite 3 keywords, functions and datatypes.
2818 (sql-interactive-mode): Remove `comint-process-echoes' set to t
2819 (Bug#6686).
2820
2821 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
2822
2823 * simple.el (select-active-regions): Move to keyboard.c.
2824 (deactivate-mark): Used saved-region-selection.
2825 (select-active-region): Function removed.
2826 (activate-mark, set-mark, push-mark-command)
2827 (handle-shift-selection): Don't call it.
2828 (keyboard-quit): Avoid adding the region to the window selection.
2829
2830 * mouse.el (mouse-drag-track): Remove hacks to deal with old
2831 select-active-regions implementation.
2832 (mouse-yank-at-click): Doc fix.
2833
2834 * cus-start.el: Add custom declaration for select-active-regions.
2835
2836 2010-08-07 Eli Zaretskii <eliz@gnu.org>
2837
2838 * simple.el (delete-forward-char): Doc fix.
2839
2840 * tutorial.el (help-with-tutorial): Hack safe file-local variables
2841 after reading the tutorial.
2842
2843 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
2844
2845 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
2846 for the case that a C style comment has its delimiters alone on
2847 their respective lines.
2848
2849 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
2850
2851 * net/tramp.el (tramp-handle-start-file-process): Set connection
2852 property "vec".
2853 (tramp-process-sentinel): Use it for flushing the cache. We
2854 cannot do it via the process buffer, the buffer could be deleted
2855 already when running the sentinel.
2856
2857 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
2858
2859 * comint.el (comint-mode): Make directory tracking functions
2860 functional on remote files. (Bug#6764)
2861
2862 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2863
2864 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
2865
2866 2010-08-05 Eli Zaretskii <eliz@gnu.org>
2867
2868 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
2869 unexec.c => unexcoff.c.
2870
2871 * emacs-lisp/authors.el (authors-fixed-entries): Rename
2872 unexec.c => unexcoff.c.
2873
2874 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
2875
2876 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
2877 cache, not only file cache.
2878 (tramp-process-sentinel): New defun.
2879 (tramp-handle-start-file-process): Use it, in order to invalidate
2880 file caches.
2881
2882 2010-08-03 Leo <sdl.web@gmail.com>
2883
2884 * server.el (server-start): Simplify loop.
2885
2886 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2887
2888 * frame.el (screen-height, screen-width, set-screen-width)
2889 (set-screen-height): Remove ancient compatibility aliases.
2890
2891 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
2892 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
2893
2894 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
2895 that change current buffer.
2896
2897 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2898
2899 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
2900 beginning of the string. Use `string-match-p'. (Bug#6765)
2901
2902 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
2903
2904 * cus-start.el (x-gtk-use-system-tooltips): New variable.
2905
2906 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
2907
2908 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
2909 (package--builtins): Tweak descriptions.
2910 (package-print-package): Upcase descriptions if necessary.
2911 Show all built-in packages in font-lock-builtin-face.
2912 (package-list-packages-internal): Omit "emacs" package.
2913 Show status of built-in packages as "built-in".
2914
2915 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
2916
2917 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
2918 before killing to preserve the primary selection (Bug#6701).
2919
2920 * term/x-win.el (x-select-text): Doc fix.
2921
2922 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
2923
2924 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
2925 The following functions were modified or created:
2926
2927 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
2928 (objc-font-lock-extra-types):
2929 * progmodes/cc-mode.el (c-basic-common-init):
2930 * progmodes/cc-langs.el (c-make-mode-syntax-table)
2931 (c++-make-template-syntax-table)
2932 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
2933 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
2934 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
2935 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
2936 * progmodes/cc-fonts.el (c-make-inverse-face)
2937 (c-basic-matchers-after):
2938 * progmodes/cc-engine.el (c-forward-keyword-clause)
2939 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
2940 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
2941 (c-guess-continued-construct, c-guess-basic-syntax):
2942
2943 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
2944
2945 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
2946
2947 2010-07-31 Eli Zaretskii <eliz@gnu.org>
2948
2949 * files.el (bidi-paragraph-direction): Define safe local values.
2950
2951 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
2952 language-info-alist. Remove outdated FIXME in a comment.
2953
2954 2010-07-31 Alan Mackenzie <acm@muc.de>
2955
2956 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
2957 Auto-fill broken in C/C++ modes.
2958
2959 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2960
2961 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2962 (menu-bar-showhide-tool-bar-menu-customize-disable)
2963 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2964 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
2965 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
2966 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
2967 make a menu for Options => toolbar that can move it.
2968
2969 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
2970
2971 * emacs-lisp/package-x.el (package--make-rss-entry):
2972 (package-maint-add-news-item, package--update-news)
2973 (package-upload-buffer-internal): New arg ARCHIVE-URL.
2974
2975 * emacs-lisp/package.el (package-archive-url): Rename from
2976 package-archive-id.
2977 (package-install): Doc fix.
2978 (package-download-single, package-download-tar, package-install)
2979 (package-menu-view-commentary): Callers changed.
2980
2981 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
2982
2983 * net/tramp.el (tramp-handle-start-file-process): Check only for
2984 `remote-tty' process property.
2985 (tramp-open-shell): Don't check for tty.
2986 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2987 process property.
2988
2989 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
2990 host.
2991
2992 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
2993
2994 * emacs-lisp/package.el (package-load-list, package-archives)
2995 (package-archive-contents, package-user-dir)
2996 (package-directory-list, package--builtins, package-alist)
2997 (package-activated-list, package-obsolete-alist): Mark as risky.
2998
2999 2010-07-28 Phil Hagelberg <phil@evri.com>
3000
3001 Add support for non-default package repositories.
3002 * emacs-lisp/package.el (package-archive-base): Var deleted.
3003 (package-archives): New variable.
3004 (package-archive-contents): Doc fix.
3005 (package-load-descriptor): Do nothing if descriptor file is missing.
3006 (package--write-file-no-coding): New function.
3007 (package-unpack-single): Use it.
3008 (package-archive-id): New function.
3009 (package-download-single, package-download-tar)
3010 (package-menu-view-commentary): Use it.
3011 (package-installed-p): Make second argument optional.
3012 (package-read-all-archive-contents): New function.
3013 (package-initialize): Use it.
3014 (package-read-archive-contents): Add ARCHIVE argument.
3015 (package--add-to-archive-contents): New function.
3016 (package-install): Don't call package-read-archive-contents.
3017 (package--download-one-archive): Store archive file in a
3018 subdirectory of package-user-dir.
3019 (package-menu-execute): Remove spurious line movement.
3020
3021 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
3022
3023 * cus-start.el (tool-bar-style): Add text-image-horiz.
3024
3025 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
3026
3027 * progmodes/gud.el (gud-common-init): Check for remoteness of
3028 `file', and not of `default-directory'.
3029
3030 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
3031
3032 * net/tramp.el (tramp-methods): Move hostname to the end in all
3033 ssh `tramp-login-args'.
3034 (tramp-verbose): Describe verbose level 9.
3035 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
3036 (tramp-open-connection-setup-interactive-shell): Trace stty
3037 settings if `tramp-verbose' >= 9.
3038 (tramp-handle-start-file-process): Implement tty setting.
3039 (Bug#4604, Bug#6360)
3040
3041 * net/tramp-cmds.el (tramp-bug): Recommend setting of
3042 `tramp-verbose' to 9.
3043
3044 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
3045
3046 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
3047 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
3048 Remove references to package `lisp-re' (bug#4369).
3049
3050 2010-07-27 Tom Tromey <tromey@redhat.com>
3051
3052 * progmodes/js.el (js-mode):
3053 * progmodes/make-mode.el (makefile-mode):
3054 * progmodes/simula.el (simula-mode):
3055 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
3056
3057 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
3058
3059 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
3060
3061 * time.el (display-time-day-and-date): Remove spurious * in docstring.
3062 (display-time-world-buffer-name, display-time-world-mode-map):
3063 Fix typos in docstrings.
3064
3065 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
3066
3067 * image-mode.el (image-display-size): New function.
3068 (image-forward-hscroll, image-next-line, image-eol, image-eob)
3069 (image-mode-fit-frame): Use it (Bug#6639).
3070
3071 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
3072
3073 * dired.el (dired-buffers-for-dir): Handle list values of
3074 dired-directory (Bug#6636).
3075
3076 2010-07-26 Sam Steingold <sds@gnu.org>
3077
3078 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
3079 Do not call `x-get-selection' the second time, reuse the value.
3080
3081 2010-07-26 Daiki Ueno <ueno@unixuser.org>
3082
3083 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
3084 which consist of control chars only. Suggested by Richard Stallman.
3085
3086 2010-07-25 Daiki Ueno <ueno@unixuser.org>
3087
3088 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
3089 exists before passing an error to find-file-not-found-functions
3090 (bug#6723).
3091
3092 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
3093
3094 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
3095 Remove leading nil element, adjust values.
3096 (tetris-shapes, tetris-shape-scores):
3097 Change representation of shapes and remove some redundancy.
3098 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
3099 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
3100 Adjust for working with new representation of shapes.
3101 (tetris-shape-rotations): New function.
3102 (tetris-move-bottom, tetris-move-left, tetris-move-right)
3103 (tetris-rotate-prev, tetris-rotate-next):
3104 Adjust for working with the new version of tetris-test-shape.
3105
3106 2010-07-23 Markus Triska <markus.triska@gmx.at>
3107
3108 * progmodes/ps-mode.el: Use comint (bug#5954).
3109 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
3110 (ps-mode-other-newline): Simplify.
3111 (ps-run-mode): Derive from comint-mode instead of
3112 fundamental-mode, yielding input history etc.
3113 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
3114 (ps-run-send-string): Adapt for comint-mode.
3115 (ps-run-newline): Remove now unneeded function.
3116
3117 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3118
3119 * net/tramp.el (tramp-methods): Move hostname to the end in all
3120 plink `tramp-login-args'.
3121
3122 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3123
3124 * net/tramp.el (tramp-open-shell): New defun.
3125 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3126 Use it.
3127
3128 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3129
3130 * net/tramp.el (tramp-file-name-regexp-unified)
3131 (tramp-completion-file-name-regexp-unified): On W32 systems, do
3132 not regard the volume letter as remote filename. (Bug#5447)
3133
3134 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
3135
3136 * custom.el (custom-declare-variable): Give a clearer error message
3137 when the docstring is missing (bug#6476).
3138
3139 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
3140
3141 * progmodes/sql.el: Version 2.4. Improved Login prompting.
3142 (sql-login-params): New widget definition.
3143 (sql-oracle-login-params, sql-mysql-login-params)
3144 (sql-solid-login-params, sql-sybase-login-params)
3145 (sql-informix-login-params, sql-ingres-login-params)
3146 (sql-ms-login-params, sql-postgres-login-params)
3147 (sql-interbase-login-params, sql-db2-login-params)
3148 (sql-linter-login-params): Use it.
3149 (sql-sqlite-login-params): Use it; Define "database" parameter as
3150 a file name.
3151 (sql-sqlite-program): Change to "sqlite3".
3152 (sql-comint-sqlite): Make sure database name is complete.
3153 (sql-for-each-login): New function.
3154 (sql-connect, sql-save-connection): Use it.
3155 (sql-get-login-ext): New function.
3156 (sql-get-login): Use it.
3157 (sql-make-alternate-buffer-name): Handle :file parameters.
3158
3159 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
3160
3161 * dired.el (dired-no-confirm): Document value t and fix defcustom to
3162 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
3163
3164 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3165
3166 * dired.el (dired-mode-map): Use command remapping (bug#6632).
3167
3168 2010-07-22 Lawrence Mitchell <wence@gmx.li>
3169
3170 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
3171
3172 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
3173
3174 * net/tramp.el (tramp-get-ls-command)
3175 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
3176 instead of "/".
3177
3178 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
3179
3180 * progmodes/sql.el: Version 2.3.
3181 (sql-connection-alist): Changed keys from symbols to strings;
3182 enhanced the widget definition.
3183 (sql-mode-menu): Added submenu to select connections.
3184 (sql-interactive-mode-menu): Added "Save Connection" item.
3185 (sql-add-product): Fixed menu item.
3186 (sql-get-product-feature): Improved error handling.
3187 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
3188 (sql-make-alternate-buffer-name): Simplified.
3189 (sql-product-interactive): Handle missing product.
3190 (sql-connect): Support string keys, minor improvements.
3191 (sql-save-connection): New function.
3192 (sql-connection-menu-filter): New function.
3193
3194 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
3195
3196 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
3197 (tramp-open-connection-setup-interactive-shell): Apply
3198 workaround for IRIX64 bug. Move argument of last
3199 `tramp-send-command' where it belongs to.
3200
3201 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
3202
3203 * net/tramp.el (tramp-perl-file-attributes)
3204 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
3205 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
3206 front of `login-args'.
3207
3208 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
3209
3210 * time.el (display-time-world-mode): Define with `define-derived-mode'.
3211 Set `show-trailing-whitespace' to nil.
3212 (display-time-world-display): Simplify.
3213
3214 2010-07-18 Alan Mackenzie <acm@muc.de>
3215
3216 Enhance `c-file-style' in file/directory local variables.
3217 * progmodes/cc-mode.el (c-count-cfss): New function.
3218 (c-before-hack-hook): Call `c-set-style' differently according to
3219 whether c-file-style was set in file or directory local
3220 variables.
3221
3222 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
3223
3224 * progmodes/sql.el: Version 2.2.
3225 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
3226 defcustom :safe keyword rather than putting safe-local-variable
3227 property.
3228 (sql-password): Use defcustom :risky keyword rather than putting
3229 risky-local-variable property.
3230 (sql-oracle-login-params, sql-sqlite-login-params)
3231 (sql-solid-login-params, sql-sybase-login-params)
3232 (sql-informix-login-params, sql-ingres-login-params)
3233 (sql-ms-login-params, sql-postgres-login-params)
3234 (sql-interbase-login-params, sql-db2-login-params)
3235 (sql-linter-login-params): Add `port' option.
3236 (sql-get-product-feature): Added NO-INDIRECT parameter.
3237 (sql-comint-oracle, sql-comint-sybase)
3238 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
3239 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
3240 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
3241 (sql-comint-linter): Renamed sql-connect-* functions to
3242 sql-comint-*.
3243 (sql-product-alist, sql-mode-menu): Renamed as above and
3244 :sqli-connect-func to :sqli-comint-func.
3245 (sql-connection): New variable.
3246 (sql-interactive-mode): Set it.
3247 (sql-connection-alist): New variable.
3248 (sql-connect): New function.
3249 (sql--alt-buffer-part, sql--alt-if-not-empty)
3250 (sql-make-alternate-buffer-name): Improved alternative buffer name.
3251
3252 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3253
3254 * image-mode.el (image-bookmark-make-record): Do not set context
3255 in an image (Bug#6650).
3256
3257 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
3258
3259 * simple.el (select-active-region): New function.
3260 (push-mark-command, set-mark, activate-mark)
3261 (handle-shift-selection): Use it.
3262 (deactivate-mark): Don't check for size of region.
3263
3264 * mouse.el (mouse-drag-track): Use select-active-region.
3265
3266 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
3267
3268 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
3269 "--dired" stronger.
3270
3271 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
3272
3273 * term/x-win.el (x-select-enable-primary): Change default to nil.
3274 (x-select-enable-clipboard): Add :version keyword.
3275
3276 * mouse.el (mouse-drag-copy-region):
3277 * simple.el (select-active-regions): Likewise.
3278
3279 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
3280
3281 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
3282 (vc-coding-system-for-diff): Use it to decide whether to inherit
3283 from the file the EOL format for reading the diffs of that file.
3284 (Bug#4451)
3285
3286 2010-07-16 Eli Zaretskii <eliz@gnu.org>
3287
3288 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
3289 unibyte, so compressed attachments are not compressed again.
3290
3291 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
3292
3293 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
3294 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
3295 (tramp-find-shell): Simplify setting connection property.
3296 (tramp-get-ls-command): Make test for "--color=never" stronger.
3297
3298 2010-07-15 Simon South <ssouth@member.fsf.org>
3299
3300 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
3301 blocks within record declarations (i.e. variant parts) correctly.
3302
3303 2010-07-15 Simon South <ssouth@member.fsf.org>
3304
3305 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
3306 over literal tokens when parsing so newlines aren't "absorbed" by
3307 single-line comments. Corrects the indentation of case blocks
3308 that have a comment on the first line.
3309
3310 2010-07-14 Karl Fogel <kfogel@red-bean.com>
3311
3312 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
3313 by Drew Adams (Bug#5504).
3314
3315 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
3316
3317 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
3318 now that Unicode is used (Bug#6594).
3319
3320 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
3321
3322 * term/x-win.el (x-select-enable-clipboard): Default to t.
3323 (x-initialize-window-system): Don't overwrite Paste menu item.
3324
3325 * simple.el (select-active-regions): Default to t.
3326 (push-mark-command): Don't overwrite primary with empty string.
3327
3328 * mouse.el: Bind mouse-2 to mouse-yank-primary.
3329 (mouse-drag-copy-region): Default to nil.
3330
3331 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
3332 Cut/Copy/Paste menu bar items.
3333
3334 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3335
3336 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3337 Patch applied by Karl Fogel.
3338
3339 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
3340 and `bookmark-current-buffer' if they have been already set in
3341 another buffer (e.g gnus-art).
3342
3343 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3344 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3345
3346 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
3347
3348 * bookmark.el (bookmark-make-record-default): Allow unneeded
3349 information to be omitted from the record.
3350
3351 Adjust declarations and calls:
3352
3353 * info.el (bookmark-make-record-default): Adjust declaration.
3354 (Info-bookmark-make-record): Adjust call.
3355
3356 * woman.el (bookmark-make-record-default): Adjust declaration.
3357 (woman-bookmark-make-record): Adjust call.
3358
3359 * man.el (bookmark-make-record-default): Adjust declaration.
3360 (Man-bookmark-make-record): Adjust call.
3361
3362 * image-mode.el (bookmark-make-record-default): Adjust declaration.
3363
3364 * doc-view.el (bookmark-make-record-default): Adjust declaration.
3365
3366 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3367
3368 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
3369 This is also from Thierry Volpiatto's patch in bug #6444. However,
3370 because it was extraneous to the functional change in that patch,
3371 and causes a re-indendation, I am committing it separately.
3372
3373 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3374
3375 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
3376 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
3377 Patch applied by Karl Fogel (Bug#6444).
3378
3379 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
3380
3381 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
3382
3383 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
3384
3385 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
3386 Dempsky; bug#5084). Remove incorrect binding for S-tab.
3387 (ns-alternatives-map): Change S-tab binding to backtab
3388 (bug#6616).
3389
3390 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
3391 under ns.
3392
3393 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3394
3395 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
3396 (Bug#5806)
3397
3398 * language/tv-util.el (tai-viet-re): Remove format.
3399
3400 2010-07-12 Kenichi Handa <handa@m17n.org>
3401
3402 * language/hebrew.el: Remove no-byte-compile declaration.
3403 Change coding: tag to utf-8. Register hebrew-shape-gstring in
3404 composition-function-table for 3-character looking back.
3405 (hebrew-font-get-precomposed): New function.
3406 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
3407
3408 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
3409
3410 * mouse.el (mouse-drag-track): Handle select-active-regions
3411 (Bug#6612).
3412
3413 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
3414
3415 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
3416 empty argument to gvfs-copy.
3417
3418 2010-07-10 Glenn Morris <rgm@gnu.org>
3419
3420 * calendar/calendar.el (calendar-week-end-day): New function.
3421 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
3422 Respect calendar-week-start-day. (Bug#6606)
3423 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
3424 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
3425 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
3426 respect calendar-week-start-day.
3427
3428 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
3429
3430 * simple.el (use-region-p): Doc fix (Bug#6607).
3431
3432 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
3433
3434 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
3435 regexps for cucumber and ruby.
3436
3437 2010-07-08 Daiki Ueno <ueno@unixuser.org>
3438
3439 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
3440 (epa-file-insert-file-contents): Hack to prevent
3441 find-file from opening empty buffer when decryption failed
3442 (bug#6568).
3443
3444 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
3445
3446 * textmodes/ispell.el (ispell-alternate-dictionary):
3447 Use file-readable-p.
3448 Return nil if no word-list is found at default locations.
3449 (ispell-complete-word-dict): Default to nil.
3450 (ispell-command-loop): Use 'word-list' when using lookup-words.
3451 (lookup-words): Use ispell-complete-word-dict or
3452 ispell-alternate-dictionary. Check for word-list availability
3453 and handle errors if needed with better messages (Bug#6539).
3454 (ispell-complete-word): Use ispell-complete-word-dict or
3455 ispell-alternate-dictionary.
3456
3457 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
3458
3459 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
3460 builtins (BufferError, BytesWarning, WindowsError; callables
3461 bin, bytearray, bytes, format, memoryview, next, print; __package__).
3462
3463 2010-07-07 Glenn Morris <rgm@gnu.org>
3464
3465 * play/zone.el (top-level): Do not require timer, tabify, or cl.
3466 (zone-shift-left): Ignore intangibility, and any errors from
3467 forward-char.
3468 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
3469 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
3470 deleting, and copying text properties.
3471 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
3472 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
3473 to point-max is hard.
3474 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
3475 (zone-fill-out-screen): Ignore intangibility.
3476
3477 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
3478
3479 * menu-bar.el (menu-bar-mode):
3480 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
3481 if it has been set.
3482
3483 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
3484 word/line selection (Bug#6565).
3485
3486 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3487
3488 * net/dbus.el (dbus-send-signal): Declare function.
3489
3490 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
3491
3492 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
3493 (dbus-register-property): New optional argument EMITS-SIGNAL.
3494 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
3495
3496 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
3497
3498 * mouse.el (mouse-drag-overlay): Variable deleted.
3499 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
3500 (mouse--remap-link-click-p): New function.
3501 (mouse-drag-track): Handle dragging by using temporary Transient
3502 Mark mode, instead of a special overlay.
3503 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
3504 mouse-show-mark.
3505
3506 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
3507 deleted.
3508
3509 2010-07-02 Juri Linkov <juri@jurta.org>
3510
3511 * autoinsert.el (auto-insert-alist): Fix readability
3512 by using dotted pair notation for lambda.
3513
3514 2010-07-02 Juri Linkov <juri@jurta.org>
3515
3516 * faces.el (read-face-name): Rename arg `string-describing-default'
3517 to `default'. Doc fix. Display the default value in quotes
3518 in the prompt. With empty input, return the `default' arg,
3519 unless the default value is a string (in which case return nil).
3520 (describe-face): Replace the string `default' arg of `read-face-name'
3521 with the symbol `default'.
3522
3523 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
3524
3525 * emulation/viper-cmd.el (viper-delete-backward-char)
3526 (viper-del-backward-char-in-insert)
3527 (viper-del-backward-char-in-replace, viper-change)
3528 (viper-backward-indent): Replace delete-backward-char with
3529 delete-char (Bug#6552).
3530
3531 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
3532
3533 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
3534
3535 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3536
3537 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
3538 argument passed to frame-creation-function (Bug#5378).
3539
3540 * faces.el (x-handle-named-frame-geometry)
3541 (x-handle-reverse-video, x-create-frame-with-faces)
3542 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
3543 separately consult default-frame-alist. It is now passed as the
3544 PARAMETER argument.
3545
3546 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
3547
3548 * startup.el (command-line): Don't call tool-bar-setup in a
3549 tty-only build.
3550
3551 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3552
3553 * ruler-mode.el (ruler--save-header-line-format): New fun.
3554 (ruler-mode): Use it as a setter function, so as not to overwrite
3555 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
3556
3557 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
3558
3559 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
3560 (vc-root-diff, vc-print-root-log, vc-log-incoming)
3561 (vc-log-outgoing): Use it.
3562 (vc-diff-internal): Set diff-vc-backend.
3563
3564 * vc/diff-mode.el (diff-vc-backend): New var.
3565
3566 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
3567
3568 * dynamic-setting.el (font-setting-change-default-font): Remove
3569 call to message.
3570
3571 2010-06-28 Kenichi Handa <handa@m17n.org>
3572
3573 * international/quail.el (quail-insert-kbd-layout): Fix the
3574 showing of untranslated characters.
3575
3576 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
3577
3578 * simple.el (delete-active-region): New option.
3579 (delete-backward-char): Implement in Lisp.
3580 (delete-forward-char): New command.
3581
3582 * mouse.el (mouse-region-delete-keys): Deleted.
3583 (mouse-show-mark): Simplify.
3584
3585 * bindings.el (global-map): Bind delete and DEL, the former to
3586 delete-forward-char.
3587
3588 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
3589
3590 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
3591 (ruby-mode): Bind indent-line-function (Bug#5119).
3592
3593 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3594
3595 * startup.el (command-line): Recognize "0" X resource value.
3596
3597 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3598
3599 * startup.el (command-line): Use X resources to set the value of
3600 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
3601
3602 * menu-bar.el (menu-bar-mode):
3603 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
3604 Set init-value to t.
3605
3606 * frame.el (frame-notice-user-settings): Don't change
3607 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
3608 vice versa (Bug#2249).
3609
3610 2010-06-26 Eli Zaretskii <eliz@gnu.org>
3611
3612 * w32-fns.el (w32-convert-standard-filename): Doc fix.
3613
3614 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
3615
3616 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
3617 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
3618
3619 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
3620 default directories are expanded (Bug#6143).
3621
3622 2010-06-24 Juri Linkov <juri@jurta.org>
3623
3624 * minibuffer.el (completions-format): Change default from nil to
3625 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
3626
3627 2010-06-24 Juri Linkov <juri@jurta.org>
3628
3629 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
3630 buffer-locally to lambda that re-runs the vc diff command.
3631 (Bug#6447)
3632
3633 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
3634
3635 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
3636 echo area is in use (Bug#3412).
3637
3638 2010-06-22 Glenn Morris <rgm@gnu.org>
3639
3640 * textmodes/texinfmt.el (texinfo-format-region)
3641 (texinfo-raise-lower-sections, texinfo-format-separate-node)
3642 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
3643 (texinfo-format-option, texinfo-noindent):
3644 Use line-beginning-position and line-end-position.
3645
3646 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
3647 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
3648 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
3649 utf-8 characters.
3650
3651 2010-06-21 Karl Fogel <kfogel@red-bean.com>
3652
3653 * play/zone.el (zone-fall-through-ws): Fix next-line ->
3654 forward-line fallout.
3655
3656 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
3657
3658 * mouse.el (mouse-appearance-menu): Add docstring.
3659
3660 * help.el (describe-key): Print up-event using key-description.
3661
3662 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
3663
3664 * net/zeroconf.el (zeroconf-resolve-service)
3665 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
3666 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
3667
3668 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
3669
3670 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
3671
3672 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
3673
3674 Avoid displaying files with a nil state in vc-dir.
3675 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
3676 cases that cause insertion.
3677 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
3678 with a nil state.
3679
3680 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3681
3682 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
3683
3684 2010-06-29 Leo <sdl.web@gmail.com>
3685
3686 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
3687
3688 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
3689
3690 * generic-x.el (bat-generic-mode): Fix regexp for command line
3691 switches (Bug#5719).
3692
3693 2010-06-27 Masatake YAMATO <yamato@redhat.com>
3694
3695 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
3696 of nconc to avoid pure storage error (Bug#6239).
3697
3698 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
3699
3700 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3701 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
3702 bindings of bookmark-automatically-show-annotations (Bug#6515).
3703
3704 2010-06-25 Eli Zaretskii <eliz@gnu.org>
3705
3706 * arc-mode.el (archive-zip-extract): Don't quote the file name on
3707 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
3708
3709 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
3710
3711 * comint.el (make-comint, make-comint-in-buffer): Mention return
3712 value in the docstrings. (Bug#6498)
3713
3714 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
3715
3716 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
3717 since it is not present when using some non-default switches.
3718
3719 2010-06-23 Karl Fogel <kfogel@red-bean.com>
3720
3721 * simple.el (compose-mail): Fix doc string to refer to
3722 `compose-mail-user-agent-warnings', instead of to the
3723 nonexistent `compose-mail-check-user-agent'.
3724
3725 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
3726
3727 Fix an indentation bug:
3728
3729 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
3730 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
3731 of existing values.
3732
3733 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
3734 (c-clear->-pair-props-if-match-before): now return t when they've
3735 cleared properties, nil otherwise.
3736 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
3737 by taking account of the existing value.
3738
3739 * progmodes/cc-defs.el
3740 (c-clear-char-property-with-value-function): Fix this to clear the
3741 property rather than overwriting it with nil.
3742
3743 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
3744
3745 * emacs-lisp/package.el (package-print-package): Add link to
3746 package description via describe-package.
3747 (describe-package-1): List package requirements. Add button to
3748 perform installation.
3749 (package-menu-describe-package): New command.
3750
3751 * help-mode.el (help-package): New button type.
3752
3753 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
3754
3755 * emacs-lisp/package.el: Move package-list-packages binding to
3756 menu-bar.el.
3757 (describe-package, describe-package-1, package--dir): New funs.
3758 (package-activate-1): Use package--dir.
3759
3760 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
3761
3762 * help-mode.el (help-package-def): New button type.
3763
3764 * menu-bar.el: Move package-list-packages binding here from
3765 package.el.
3766
3767 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
3768
3769 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
3770
3771 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3772
3773 * emacs-lisp/edebug.el (edebug-read-list):
3774 Phase out old-style backquotes.
3775
3776 2010-06-17 Juri Linkov <juri@jurta.org>
3777
3778 * help-mode.el (help-mode): Set buffer-local variable
3779 revert-buffer-function to help-mode-revert-buffer.
3780 (help-mode-revert-buffer): New function.
3781
3782 * info.el (Info-revert-find-node): Check for major-mode Info-mode
3783 before popping to "*info*" (like in other Info functions).
3784 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
3785 old-history-forward. Pop to old-buffer-name or "*info*" to
3786 recreate the killed buffer. Set Info-history-forward from
3787 old-history-forward.
3788 (Info-breadcrumbs-depth): Add :group and :version.
3789
3790 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
3791
3792 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
3793
3794 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
3795
3796 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
3797 for languages like Portuguese with pt_{BR,PT} and no plain pt.
3798
3799 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
3800
3801 * emacs-lisp/package.el (package-menu-mode-map):
3802 Move initialization into declaration.
3803
3804 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
3805
3806 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
3807
3808 * emacs-lisp/package.el (package-archive-base): Point to
3809 elpa.gnu.org.
3810 (package-enable, package-load-list): New defcustoms.
3811 (package-user-dir, package-directory-list): Turn into defcustoms.
3812 Don't include package-user-dir in package-directory-list.
3813 (package--builtins-base): Don't include Emacs as a "package".
3814 (package-subdirectory-regexp): New var.
3815 (package-load-all-descriptors, package-compute-transaction)
3816 (package-download-transaction): Obey package-load-list.
3817 (package-activate-1): Rename from package-do-activate.
3818 (package-list-packages-internal): Check package-load-list.
3819 (package-load-descriptor, package-generate-autoloads)
3820 (package-unpack, package-unpack-single)
3821 (package--read-archive-file, package-delete): Use
3822 expand-file-name.
3823
3824 * emacs-lisp/package-x.el: New file. Package uploading
3825 functionality split out from package.el.
3826
3827 * startup.el (command-line): Load packages after reading init file.
3828
3829 2010-06-17 Tom Tromey <tromey@redhat.com>
3830
3831 * emacs-lisp/package.el: New file.
3832
3833 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
3834
3835 Fix vc-annotate for renamed files when using Git.
3836 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
3837 ls-files. Doe not pass the object as a file name to cat-file, it
3838 is not a file name.
3839 (vc-git-annotate-command): Pass the file name using -- to avoid
3840 ambiguity with the revision.
3841 (vc-git-previous-revision): Pass a relative file name.
3842
3843 2010-06-22 Glenn Morris <rgm@gnu.org>
3844
3845 * progmodes/js.el (js-mode-map): Use standard capitalization and
3846 ellipses for menu entries.
3847
3848 * wid-edit.el (widget-complete): Doc fix.
3849
3850 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
3851
3852 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
3853
3854 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
3855
3856 Fix annotating other revisions for renamed files in vc-annotate.
3857 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
3858 VC backend. Use it when non-nil.
3859 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
3860 (Bug#6487)
3861
3862 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
3863 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3864 Do not pass the file name to the 'previous-revision call when we
3865 don't want a file diff. (Bug#6489)
3866
3867 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
3868
3869 Fix finding revisions for renamed files in vc-annotate.
3870 * vc/vc.el (vc-find-revision): Add an optional argument for
3871 the VC backend. Use it when non-nil.
3872 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
3873 backend to vc-find-revision. (Bug#6487)
3874
3875 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
3876
3877 Fix reading file names in Git annotate buffers.
3878 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
3879 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
3880
3881 2010-06-20 Alan Mackenzie <acm@muc.de>
3882
3883 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
3884 in file local variables, set it first.
3885
3886 2010-06-19 Glenn Morris <rgm@gnu.org>
3887
3888 * descr-text.el (describe-char-unicode-data): Insert separating
3889 space when needed. (Bug#6422)
3890
3891 * progmodes/idlwave.el (idlwave-action-and-binding):
3892 Fix typo in 2009-12-03 change. (Bug#6450)
3893
3894 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
3895
3896 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
3897 handling for `lambda' (misunderstanding).
3898
3899 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
3900
3901 * calc/calc-poly.el (math-accum-factors): Make sure that
3902 constants aren't distributed after they are factored out.
3903
3904 2010-06-16 Juri Linkov <juri@jurta.org>
3905
3906 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
3907 `list-colors-print'. (Bug#6332)
3908
3909 * subr.el (read-quoted-char): Fix up last change (bug#6290).
3910
3911 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3912
3913 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
3914 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
3915
3916 * font-lock.el (font-lock-major-mode): Rename from
3917 font-lock-mode-major-mode to distinguish it from
3918 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
3919 (font-lock-set-defaults):
3920 * font-core.el (font-lock-default-function): Adjust users.
3921 (font-lock-mode): Don't set it at all.
3922
3923 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3924
3925 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
3926
3927 2010-06-16 Glenn Morris <rgm@gnu.org>
3928
3929 * calendar/appt.el (appt-time-msg-list): Doc fix.
3930 (appt-check): Let-bind appt-warn-time.
3931 (appt-add): Make the 3rd argument optional.
3932 Simplify argument names. Doc fix. Check for integer WARNTIME.
3933 Only add WARNTIME to the output list if non-nil.
3934
3935 2010-06-16 Ivan Kanis <apple@kanis.eu>
3936
3937 * calendar/appt.el (appt-check): Let the 3rd element of
3938 appt-time-msg-list specify the warning time.
3939 (appt-add): Add new argument with the warning time. (Bug#5176)
3940
3941 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
3942
3943 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
3944 older than version 1.6. (Bug#6361)
3945
3946 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
3947
3948 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
3949 used by cl-do-arglist. (Bug#6408)
3950
3951 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
3952
3953 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
3954 portuguese casechars/not-casechars for missing 'çÇ'.
3955 Suggested by Rolando Pereira (bug#6434).
3956
3957 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
3958
3959 * facemenu.el (list-colors-sort): Doc fix.
3960
3961 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
3962
3963 * progmodes/sql.el (sql-connect-mysql): Fix typo.
3964
3965 2010-06-14 Juri Linkov <juri@jurta.org>
3966
3967 Add sort option `list-colors-sort'. (Bug#6332)
3968 * facemenu.el (color-rgb-to-hsv): New function.
3969 (list-colors-sort): New defcustom.
3970 (list-colors-sort-key): New function.
3971 (list-colors-display): Doc fix. Sort list according to the option
3972 `list-colors-sort'.
3973 (list-colors-print): Add HSV values to `help-echo' property of
3974 RGB strings.
3975
3976 2010-06-14 Juri Linkov <juri@jurta.org>
3977
3978 * compare-w.el: Move to the "vc" subdirectory.
3979
3980 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3981
3982 * image-mode.el (image-mode-map): Remap left-char and right-char.
3983
3984 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
3985
3986 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
3987
3988 * term/common-win.el (x-colors): Add all the color names defined
3989 in rgb.txt (Bug#6332).
3990
3991 * facemenu.el (list-colors-print): Don't print extra names if it
3992 will overflow the window width.
3993
3994 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
3995 change (Bug#6343).
3996
3997 2010-06-12 Eli Zaretskii <eliz@gnu.org>
3998
3999 * files.el (make-directory): Doc fix (bug#6396).
4000
4001 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
4002
4003 * net/tramp.el (tramp-remote-process-environment): Protect version
4004 string by apostroph.
4005 (tramp-shell-prompt-pattern): Do not use a shy group in case of
4006 XEmacs.
4007 (tramp-file-name-for-operation): Add `call-process-region'.
4008 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
4009
4010 * net/tramp-compat.el (top): Do not autoload
4011 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
4012 only when `start-file-process' is not bound.
4013 (tramp-advice-file-expand-wildcards): Do not use
4014 `tramp-handle-file-remote-p'.
4015 (tramp-compat-make-temp-file): Handle the case, that
4016 `make-temp-file' has no third argument EXTENSION.
4017
4018 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
4019
4020 * makefile.w32-in (WINS_BASIC): Include new directory vc.
4021
4022 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
4023
4024 2010-06-11 Juri Linkov <juri@jurta.org>
4025
4026 * finder.el (finder-known-keywords): Add keyword "vc"
4027 for version control.
4028
4029 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
4030 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
4031 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
4032 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
4033
4034 2010-06-11 Juri Linkov <juri@jurta.org>
4035
4036 Move version control related files to the "vc" subdirectory.
4037 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
4038 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
4039 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
4040 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
4041 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
4042 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
4043 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
4044 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
4045 Move files to the "vc" subdirectory.
4046
4047 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
4048
4049 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
4050 (Bug#6367).
4051
4052 2010-06-11 Stephen Eglen <stephen@gnu.org>
4053
4054 * shell.el: Bind `shell-resync-dirs' to M-RET.
4055
4056 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
4057
4058 * notifications.el: Move file from lisp/net, because it is
4059 supposed to talk locally to the user.
4060
4061 2010-06-10 Julien Danjou <julien@danjou.info>
4062
4063 * net/notifications.el (notifications-on-action-signal)
4064 (notifications-on-closed-signal): Pass notification id as first
4065 argument to the callback functions. Add docstrings.
4066 (notifications-notify): Fix docstring.
4067
4068 2010-06-10 Glenn Morris <rgm@gnu.org>
4069
4070 * emacs-lisp/authors.el (authors-ignored-files)
4071 (authors-valid-file-names): Add some files.
4072
4073 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4074
4075 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
4076 merge conflict, giving preference to the emacs-23 version of the code.
4077
4078 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4079
4080 * emacs-lisp/advice.el (ad-compile-function):
4081 Define warning-suppress-types before we let-bind it (bug#6275).
4082
4083 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
4084 declare it, make it buffer-local and permanent-local (bug#6324).
4085 (vc-resynch-window): Adjust name.
4086 * vc-hooks.el (vc-find-file-hook): Adjust name.
4087
4088 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
4089
4090 * net/notifications.el (notifications-notify): Fix docstring.
4091
4092 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
4093
4094 Update to Unicode 6.0.0 beta.
4095 * international/charprop.el: Update copyright.
4096 * international/mule-cmds.el (ucs-names): Update character ranges.
4097 * international/uni-bidi.el:
4098 * international/uni-category.el:
4099 * international/uni-combining.el:
4100 * international/uni-comment.el:
4101 * international/uni-decimal.el:
4102 * international/uni-decomposition.el:
4103 * international/uni-digit.el:
4104 * international/uni-lowercase.el:
4105 * international/uni-mirrored.el:
4106 * international/uni-name.el:
4107 * international/uni-numeric.el:
4108 * international/uni-old-name.el:
4109 * international/uni-titlecase.el:
4110 * international/uni-uppercase.el: Regenerate.
4111
4112 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
4113
4114 * emacs-lisp/smie.el (comment-string-strip): Declare function.
4115 (smie-precs-precedence-table): Fix typo in docstring.
4116
4117 * vc-mtn.el (log-edit-extract-headers): Declare function.
4118
4119 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
4120
4121 * net/notifications.el (dbus-register-signal): Declare function.
4122 (notifications-notify): Fix typos and reflow docstring.
4123
4124 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4125
4126 Improve VC create/retrieve tag/branch.
4127 * vc.el (vc-create-tag): Do not read the directory name for VCs
4128 with repository revision granularity. Adjust the tag/branch
4129 prompt. Reset VC properties.
4130 (vc-retrieve-tag): Do not read the directory name for VCs
4131 with repository revision granularity. Reset VC properties.
4132
4133 2010-06-09 Julien Danjou <julien@danjou.info>
4134
4135 * net/notifications.el: New file.
4136
4137 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4138
4139 Add optional support for resetting VC properties.
4140 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
4141 call vc-file-clearprops when true.
4142 (vc-resynch-buffer): Add new optional argument, pass it down.
4143 (vc-resynch-buffers-in-directory): Likewise.
4144
4145 Improve support for special markup in the VC commit message.
4146 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
4147 * vc-hg.el (vc-hg-checkin): Add support for Date:.
4148 * vc-git.el (vc-git-checkin):
4149 * vc-bzr.el (vc-bzr-checkin): Likewise.
4150
4151 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4152
4153 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
4154 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
4155
4156 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
4157
4158 * iimage.el: Remove images as soon as the underlying text is modified.
4159 (iimage-modification-hook): New function.
4160 (iimage-mode-buffer): Use it.
4161
4162 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4163
4164 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
4165 smie-indent-offset-after. Add :prev case. Make a bit more generic.
4166 (smie-indent-virtual): Remove `virtual' arg. Update callers.
4167 (smie-indent-keyword): Add handling of open-paren keywords.
4168 (smie-indent-comment-continue): Don't assume comment-continue.
4169
4170 2010-06-07 Martin Rudalics <rudalics@gmx.at>
4171
4172 * window.el (pop-to-buffer): Remove the conditional that
4173 compares new-window and old-window, so it will reselect
4174 the selected window unconditionally.
4175 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
4176
4177 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4178
4179 * emacs-lisp/smie.el (smie-indent-offset-after)
4180 (smie-indent-forward-token, smie-indent-backward-token): New functions.
4181 (smie-indent-after-keyword): Use them.
4182 (smie-indent-fixindent): Only applies to the indentation of the BOL.
4183 (smie-indent-keyword): Tweak the black magic.
4184 (smie-indent-comment-continue): Strip comment-continue before use.
4185 (smie-indent-functions): Indent comments before keywords.
4186
4187 2010-06-06 Juri Linkov <juri@jurta.org>
4188
4189 * isearch.el (isearch-lazy-highlight-search): Fix looping
4190 by checking for empty match. This syncs this loop with the
4191 similar loop in `isearch-search'. (Bug#6362)
4192
4193 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
4194
4195 * net/dbus.el (dbus-register-method): Declare function.
4196 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
4197 (dbus-introspect): Doc fix.
4198 (dbus-event-bus-name, dbus-introspect-get-interface)
4199 (dbus-introspect-get-argument): Reflow docstrings.
4200
4201 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
4202
4203 vc-log-incoming/vc-log-outgoing fixes for Git.
4204 * vc-git.el (vc-git-log-view-mode): Fix font lock for
4205 incoming/outgoing logs.
4206 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
4207 instead of vc-git-compute-remote.
4208 (vc-git-compute-remote): Remove.
4209
4210 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
4211
4212 * term/common-win.el (x-colors): Add "dark green" and "dark
4213 turquoise" (Bug#6332).
4214
4215 2010-06-04 Juri Linkov <juri@jurta.org>
4216
4217 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
4218 Instead of setting `replace' to t and replacing the same string
4219 with itself, don't do certain actions when
4220 kill-do-not-save-duplicates is non-nil and string is equal to car
4221 of kill-ring: don't call menu-bar-update-yank-menu, don't push
4222 interprogram-paste strings to kill-ring, and don't push the input
4223 argument `string' to kill-ring.
4224 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
4225
4226 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
4227
4228 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
4229
4230 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
4231
4232 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
4233 (tramp-gvfs-handler-mounted-unmounted)
4234 (tramp-gvfs-connection-mounted-p): Handle default-location.
4235
4236 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
4237 move files to trash.
4238
4239 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
4240
4241 * international/mule-cmds.el (nonascii-insert-offset)
4242 (nonascii-translation-table): Add obsolescence information.
4243
4244 * international/mule.el (make-translation-table-from-vector): Doc fix.
4245
4246 2010-06-03 Glenn Morris <rgm@gnu.org>
4247
4248 * desktop.el (desktop-clear-preserve-buffers):
4249 Add "*Warnings*" buffer. (Bug#6336)
4250
4251 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
4252
4253 vc-log-incoming/vc-log-outgoing improvements for Git.
4254 * vc-git.el (vc-git-log-outgoing): Use the same format as the
4255 short log.
4256 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
4257
4258 Add bindings for vc-log-incoming and vc-log-outgoing.
4259 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
4260 and vc-log-outgoing.
4261 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
4262 and vc-log-outgoing.
4263
4264 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
4265
4266 * net/rcirc.el (rcirc-sort-nicknames): Remove.
4267 (rcirc-handler-366): Always sort nicknames.
4268
4269 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
4270
4271 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
4272
4273 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
4274
4275 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
4276
4277 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4278
4279 * net/rcirc.el (rcirc-sort-nicknames): Change default.
4280 (rcirc-sort-nicknames-join): Avoid setq.
4281
4282 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4283
4284 * net/rcirc.el (rcirc-sort-nicknames): New custom.
4285 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
4286 (rcirc-handler-366): Use them.
4287
4288 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4289
4290 Split smie-indent-calculate into more manageable chunks.
4291 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
4292 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
4293 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
4294 (smie-indent-exps): Extract from smie-indent-calculate.
4295 (smie-indent-functions): New var.
4296 (smie-indent-functions): Use them.
4297
4298 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4299
4300 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
4301 (smie-indent-calculate): Simplify and cleanup.
4302
4303 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
4304
4305 * net/tramp-gvfs.el (top): Require url-util.
4306 (tramp-gvfs-mount-point): Remove.
4307 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
4308 New defuns.
4309 (with-tramp-dbus-call-method): Format trace message.
4310 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
4311 Implement backup call, when operation on local files fails.
4312 Use progress reporter. Flush properties of changed files.
4313 (tramp-gvfs-handle-make-directory): Make more traces.
4314 (tramp-gvfs-url-file-name): Hexify file name in url.
4315 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
4316 into account for the resulting file name.
4317 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
4318 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
4319 (tramp-gvfs-handler-mounted-unmounted)
4320 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
4321 attribute "default_location". Set "prefix" property.
4322 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
4323 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
4324 exists. Raise an error, if not (due to a corresponding answer
4325 "no" in interactive questions, for example).
4326
4327 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
4328
4329 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
4330
4331 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
4332
4333 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
4334 right-*. (Bug#6265)
4335
4336 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
4337
4338 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
4339 * vc-git.el (vc-git-compute-remote): New function.
4340 (vc-git-log-outgoing): Use it instead of hard coding a value.
4341 (vc-git-log-incoming): New function.
4342
4343 Improve state updating for VC tag commands.
4344 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
4345 to update the state of all buffers in the directory.
4346
4347 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
4348
4349 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4350
4351 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
4352 `file-directory-p' to the filename part rather than to the whole text.
4353
4354 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4355
4356 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
4357
4358 2010-05-31 Drew Adams <drew.adams@oracle.com>
4359
4360 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
4361
4362 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
4363
4364 * subr.el (momentary-string-display): Just use read-event to read
4365 the exit event (Bug#6238).
4366
4367 2010-05-30 Eli Zaretskii <eliz@gnu.org>
4368
4369 * international/mule.el (define-coding-system): Doc fix (bug#6313).
4370
4371 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4372
4373 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
4374 Suggested by Eli Zaretskii <eliz@gnu.org>.
4375
4376 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4377
4378 * minibuffer.el (completion-file-name-table): Don't return a boundary
4379 past the end of `string' (bug#6299).
4380 (completion--file-name-table): Delegate to completion-file-name-table
4381 for the `boundaries' case.
4382
4383 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4384
4385 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
4386 movement commands.
4387
4388 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
4389 `path-separator', but maintain compatibility with Emacs 20.2.
4390
4391 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
4392
4393 * server.el (server-process-filter): Receive parent-id argument
4394 from emacsclient.
4395 (server-create-window-system-frame): New arg. Pass parent-id as
4396 frame parameter.
4397
4398 2010-05-29 Eli Zaretskii <eliz@gnu.org>
4399
4400 Bidi-sensitive word movement with arrow keys.
4401 * subr.el (right-arrow-command, left-arrow-command): Move to
4402 bindings.el.
4403
4404 * bindings.el (right-char, left-char): Move from subr.el and
4405 rename from right-arrow-command and left-arrow-command.
4406 (right-word, left-word): New functions.
4407 (global-map) <right>: Bind to right-char.
4408 (global-map) <left>: Bind to left-char.
4409 (global-map) <C-right>: Bind to right-word.
4410 (global-map) <C-left>: Bind to left-word.
4411
4412 * ls-lisp.el (ls-lisp-classify-file): New function.
4413 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
4414 (ls-lisp-classify): Call ls-lisp-classify-file.
4415 (insert-directory): Remove blanks from switches.
4416
4417 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
4418
4419 * ansi-color.el: Delete unused escape sequences (Bug#6085).
4420 (ansi-color-drop-regexp): New constant.
4421 (ansi-color-apply, ansi-color-filter-region)
4422 (ansi-color-apply-on-region): Delete unrecognized control sequences.
4423 (ansi-color-apply): Build string list before calling concat.
4424
4425 2010-05-28 Juri Linkov <juri@jurta.org>
4426
4427 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4428 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
4429 (Bug#5270)
4430
4431 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4432
4433 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
4434 to ignored backtrace functions.
4435 (with-progress-reporter): Expand docstring.
4436 (tramp-handle-delete-file): Implement TRASH argument.
4437 (tramp-get-remote-trash): New defun.
4438
4439 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4440
4441 * net/tramp-compat.el (tramp-compat-delete-file): Use
4442 `symbol-value' for backward compatibility.
4443
4444 * net/tramp.el (tramp-handle-make-symbolic-link)
4445 (tramp-handle-load)
4446 (tramp-do-copy-or-rename-file-via-buffer)
4447 (tramp-do-copy-or-rename-file-directly)
4448 (tramp-do-copy-or-rename-file-out-of-band)
4449 (tramp-handle-process-file, tramp-handle-call-process-region)
4450 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4451 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4452 (tramp-delete-temp-file-function): Use `delete-file' instead
4453 of `tramp-compat-delete-file'.
4454
4455 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4456 (tramp-fish-handle-make-symbolic-link)
4457 (tramp-fish-handle-process-file): Use `delete-file' instead
4458 of `tramp-compat-delete-file'.
4459
4460 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
4461 `delete-file' instead of `tramp-compat-delete-file'.
4462
4463 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4464 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
4465 `tramp-compat-delete-file'.
4466
4467 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
4468 `delete-file' instead of `tramp-compat-delete-file'.
4469
4470 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4471 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4472 (tramp-smb-handle-write-region): Use `delete-file' instead of
4473 `tramp-compat-delete-file'.
4474 (tramp-smb-handle-delete-directory): Use 'trash as arg.
4475
4476 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4477
4478 * dired.el (dired-delete-file): New arg TRASH.
4479 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
4480 (dired-do-flagged-delete, dired-do-delete): Use trash.
4481
4482 * speedbar.el (speedbar-item-delete): Allow trashing.
4483
4484 * files.el (delete-directory): New arg TRASH.
4485
4486 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
4487 (ange-ftp-rename-remote-to-remote)
4488 (ange-ftp-rename-local-to-remote)
4489 (ange-ftp-rename-remote-to-local, ange-ftp-load)
4490 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
4491 `delete-file'.
4492 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
4493 allow trashing.
4494
4495 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4496 handle new TRASH arg of `delete-file'.
4497
4498 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
4499 (tramp-handle-make-symbolic-link, tramp-handle-load)
4500 (tramp-do-copy-or-rename-file-via-buffer)
4501 (tramp-do-copy-or-rename-file-directly)
4502 (tramp-do-copy-or-rename-file-out-of-band)
4503 (tramp-handle-process-file, tramp-handle-call-process-region)
4504 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4505 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4506 (tramp-delete-temp-file-function): Use null TRASH arg in
4507 tramp-compat-delete-file call.
4508
4509 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4510 (tramp-fish-handle-delete-file)
4511 (tramp-fish-handle-make-symbolic-link)
4512 (tramp-fish-handle-process-file): Use null TRASH arg in
4513 `tramp-compat-delete-file' call.
4514
4515 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
4516 arg in `tramp-compat-delete-file' call.
4517
4518 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4519 (tramp-gvfs-handle-write-region): Use null TRASH arg in
4520 `tramp-compat-delete-file' call.
4521
4522 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
4523 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
4524 `tramp-compat-delete-file' call.
4525
4526 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4527 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4528 (tramp-smb-handle-write-region): Use null TRASH arg in
4529 tramp-compat-delete-file call.
4530 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
4531 (tramp-smb-handle-delete-file): Rename arg.
4532
4533 * diff.el (diff-sentinel):
4534 * epg.el (epg--make-temp-file, epg-decrypt-string)
4535 (epg-verify-string, epg-sign-string, epg-encrypt-string):
4536 * jka-compr.el (jka-compr-partial-uncompress)
4537 (jka-compr-call-process, jka-compr-write-region):
4538 * server.el (server-sentinel): Remove optional arg from
4539 delete-file, reverting 2010-05-03 change.
4540
4541 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4542
4543 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
4544 font-lock-constant-face, not obsolete font-lock-reference-face.
4545
4546 2010-05-27 Kenichi Handa <handa@m17n.org>
4547
4548 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
4549 element of GSTRING is nil.
4550
4551 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4552
4553 * emacs-lisp/smie.el (smie-forward-token-function)
4554 (smie-backward-token-function): New vars.
4555 (smie-backward-sexp, smie-forward-sexp)
4556 (smie-indent-hanging-p, smie-indent-calculate): Use them.
4557 (smie-default-backward-token): Rename from smie-backward-token and
4558 skip comments.
4559 (smie-default-forward-token): Rename from smie-forward-token and
4560 skip comments.
4561 (smie-next-sexp): Handle nil results from next-token.
4562 (smie-indent-calculate): Add a new case for special `fixindent' comments.
4563
4564 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4565
4566 * progmodes/verilog-mode.el (verilog-type-font-keywords):
4567 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4568
4569 2010-05-27 Masatake YAMATO <yamato@redhat.com>
4570
4571 * htmlfontify.el (hfy-face-resolve-face): New function.
4572 (hfy-face-to-style): Use it (Bug#6279).
4573
4574 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4575
4576 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
4577 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
4578
4579 2010-05-26 Glenn Morris <rgm@gnu.org>
4580
4581 * emulation/edt.el (edt-load-keys): Use locate-library.
4582
4583 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
4584
4585 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
4586 (log-edit-changelog-entries): Doc fix.
4587 (log-edit-changelog-insert-entries): Args changed.
4588 Rename relative filenames in ChangeLog entries. Delete tabs.
4589 (log-edit-insert-changelog-entries): Reorganize return value of
4590 `log-edit-changelog-entries' to pass filenames to
4591 log-edit-changelog-insert-entries.
4592
4593 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4594
4595 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
4596 `image-dired-dired-insert-marked-thumbs' to
4597 `image-dired-dired-toggle-marked-thumbs'.
4598
4599 * image-dired.el: Require cl when compiling.
4600 (image-dired-dired-toggle-marked-thumbs): Rename from
4601 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
4602 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
4603 to 'no-dir. Skip files whose names don't match
4604 `image-file-name-regexp'. When file has a thumbnail overlay,
4605 delete it. (Bug#5270)
4606
4607 2010-05-25 Juri Linkov <juri@jurta.org>
4608
4609 * image-mode.el (image-mode): Add image-after-revert-hook to
4610 after-revert-hook.
4611 (image-after-revert-hook): New function. (Bug#5669)
4612
4613 2010-05-25 Juri Linkov <juri@jurta.org>
4614
4615 * image.el (image-animated-p): When delay between animated images
4616 is 0, set it to 10 (0.1 sec). (Bug#6258)
4617
4618 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
4619
4620 * net/tramp.el (tramp-handle-insert-directory): Don't use
4621 `forward-word', its default syntax could be changed.
4622
4623 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
4624
4625 * net/tramp.el (tramp-progress-reporter-update): New defun.
4626 (with-progress-reporter): Use it.
4627 (tramp-process-actions):
4628 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
4629 current message, in order to let progress reporter continue
4630 afterwards. (Bug#6257)
4631
4632 2010-05-25 Glenn Morris <rgm@gnu.org>
4633
4634 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
4635 Add :version.
4636
4637 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
4638
4639 * net/rcirc.el (rcirc-default-user-name): Change to "user".
4640 (rcirc-default-full-name): Change to "unknown".
4641 (rcirc-user-name-history): Add variable.
4642
4643 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
4644 Jonathan Rockway <jon@jrock.us>
4645
4646 * net/rcirc.el (rcirc-server-alist): Add :pass.
4647 (rcirc): When prompting for connection parameters, also prompt for
4648 username and password.
4649 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
4650 value to server when connecting.
4651
4652 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4653
4654 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
4655 (smie-merge-prec2s): Pass the tables as separate args.
4656 (smie-bnf-precedence-table): Adjust call accordingly.
4657 (smie-prec2-levels): Set levels at the end.
4658
4659 Replace Lisp calls to delete-backward-char by delete-char.
4660 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
4661 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
4662 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
4663 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
4664 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
4665 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
4666 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
4667 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
4668 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
4669 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
4670 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
4671 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
4672 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
4673 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
4674 delete-backward-char by calls to delete-char.
4675
4676 2010-05-25 Kenichi Handa <handa@m17n.org>
4677
4678 * language/hebrew.el (hebrew-shape-gstring): New function.
4679 Register it in composition-function-table for all Hebrew combining
4680 characters.
4681
4682 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4683
4684 * epa.el (epa--select-keys): Don't explicitly delete the window since
4685 that can fail (e.g. sole window in frame). Use dedication instead.
4686
4687 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
4688
4689 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
4690
4691 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
4692
4693 * image.el (image-refresh): Define as an alias for image-flush.
4694
4695 * image-mode.el (image-toggle-display-image): Caller changed.
4696
4697 2010-05-21 Juri Linkov <juri@jurta.org>
4698
4699 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
4700 Remove "all" from grep-files-aliases. Split grep-files-aliases by
4701 whitespace, call wildcard-to-regexp on substrings and concat them
4702 with "\\|". (Bug#6114)
4703
4704 2010-05-21 Alan Mackenzie <acm@muc.de>
4705
4706 * progmodes/cc-engine.el (c-parse-state-get-strategy):
4707 Replace parameter `here' with `here-' and `here-plus', which sandwich
4708 any pertinent CPP construct.
4709 (c-remove-stale-state-cache-backwards): Fix a bug which happens
4710 when doing (c-parse-state) in a CPP construct: Exclude any "new"
4711 CPP construct from taking part in the scanning.
4712
4713 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
4714
4715 * net/tramp.el (tramp-do-copy-or-rename-file)
4716 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
4717 Tune `with-progress-reporter' messages.
4718 (tramp-handle-vc-registered):
4719 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
4720 (tramp-fish-handle-insert-file-contents)
4721 (tramp-fish-maybe-open-connection):
4722 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4723 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
4724 (tramp-imap-handle-insert-file-contents)
4725 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4726
4727 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
4728
4729 * add-log.el (change-log-font-lock-keywords):
4730 Highlight all authors in multi-author entries.
4731
4732 * smerge-mode.el (smerge-refine-ignore-whitespace)
4733 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
4734 Fix typos in docstrings.
4735 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
4736
4737 2010-05-21 Glenn Morris <rgm@gnu.org>
4738
4739 * progmodes/fortran.el (fortran-mode):
4740 * progmodes/f90.el (f90-mode): Derive from prog-mode.
4741
4742 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
4743 having a relative path in src/Makefile.in.
4744
4745 2010-05-20 Kevin Ryde <user42@zip.com.au>
4746
4747 * help-mode.el (help-make-xrefs): For Info node links turn
4748 newlines into spaces. Link node names with newlines are matched
4749 by help-xref-info-regexp and buttonized, this change ensures they
4750 can be followed successfully with RET. (Bug#6206)
4751
4752 2010-05-20 Juri Linkov <juri@jurta.org>
4753
4754 * locate.el (locate): Use pop-to-buffer instead of
4755 switch-to-buffer-other-window. (Bug#6204)
4756
4757 2010-05-20 Juri Linkov <juri@jurta.org>
4758
4759 * replace.el (replace-highlight): Fix lazy-highlighting
4760 for `M-s w str M-% str RET'.
4761
4762 2009-12-15 Masatake YAMATO <yamato@redhat.com>
4763
4764 * isearch.el (isearch-yank-word-or-char): Pull next subword
4765 when `subword-mode' is activated. (Bug#6220)
4766
4767 2010-05-20 Mark A. Hershberger <mah@everybody.org>
4768
4769 * isearch.el (isearch-update-post-hook): New hook.
4770 (isearch-update): Use the new hook. (Bug#6225)
4771
4772 2010-05-20 Juri Linkov <juri@jurta.org>
4773
4774 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
4775 [f1], [help], and (char-to-string help-char) instead of "\C-h".
4776 (Bug#6222)
4777
4778 2010-05-20 Juri Linkov <juri@jurta.org>
4779
4780 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
4781 (Bug#6223)
4782
4783 2010-05-20 Juri Linkov <juri@jurta.org>
4784
4785 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
4786 FILE-NAME to read from the minibuffer when called interactively
4787 with prefix argument instead of using buffer-file-name.
4788 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
4789
4790 * dired.el: Update autoloads.
4791
4792 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
4793
4794 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
4795 nxml-finish-element, for consistency with SGML mode.
4796
4797 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
4798 octave-close-block.
4799
4800 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
4801
4802 * composite.el: Require cl when compiling.
4803 (reference-point-alist, compose-gstring-for-graphic)
4804 (compose-gstring-for-terminal): Fix typos in docstrings.
4805
4806 2010-05-19 Juri Linkov <juri@jurta.org>
4807
4808 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
4809 set-window-parameter.
4810
4811 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
4812
4813 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
4814 where appropriate.
4815 (tramp-maybe-open-connection): Use it.
4816
4817 2010-05-19 Eli Zaretskii <eliz@gnu.org>
4818
4819 * simple.el (move-end-of-line): Make sure we are at line beginning
4820 before backing up to end of previous line.
4821
4822 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
4823
4824 * password-cache.el (password-cache-remove): Fix docstring.
4825
4826 * net/secrets.el: Autoload the widget functions.
4827 (secrets-search-items, secrets-create-item)
4828 (secrets-get-attributes, secrets-expand-item): Attributes will be
4829 stored on the password database without leading ":", as all other
4830 clients do as well.
4831 (secrets-mode): Fix docstring.
4832 (secrets-show-secrets): Provide it as autoloaded command only when
4833 D-Bus support is available. Check existence of Secret Service API.
4834
4835 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4836
4837 * indent.el (indent-region): Deactivate region (bug#6200).
4838
4839 2010-05-19 Glenn Morris <rgm@gnu.org>
4840
4841 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
4842
4843 2010-05-19 Kenichi Handa <handa@m17n.org>
4844
4845 * composite.el: Register compose-gstring-for-graphic in
4846 composition-function-table only for combining characters (Mn, Mc, Me).
4847
4848 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
4849
4850 * calc/calc-trail.el (calc-trail-isearch-forward)
4851 (calc-trail-isearch-backward): Ensure that the new window
4852 point is set correctly.
4853
4854 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4855
4856 * subr.el (read-quoted-char): Resolve modifiers after key
4857 remapping (bug#6212).
4858
4859 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
4860
4861 Add visualization code for secrets.
4862 * net/secrets.el (secrets-mode): New major mode.
4863 (secrets-show-secrets, secrets-show-collections)
4864 (secrets-expand-collection, secrets-expand-item)
4865 (secrets-tree-widget-after-toggle-function)
4866 (secrets-tree-widget-show-password): New defuns.
4867
4868 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4869
4870 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
4871 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
4872 handled in smie-next-sexp.
4873 (smie-indent-calculate): Provide a starting indentation (so the
4874 recursion is well-founded ;-).
4875
4876 Fix handling of non-associative equal levels.
4877 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
4878 when it's not needed.
4879 (smie-op-left, smie-op-right): New functions.
4880 (smie-next-sexp): New function, extracted from smie-backward-sexp.
4881 Better handle equal levels to distinguish the associative case from
4882 the "multi-keyword construct" case.
4883 (smie-backward-sexp, smie-forward-sexp): Use it.
4884
4885 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
4886
4887 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
4888
4889 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
4890 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
4891
4892 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4893
4894 Provide a simple generic indentation engine and use it for Prolog.
4895 * emacs-lisp/smie.el: New file.
4896 * progmodes/prolog.el (prolog-smie-op-levels)
4897 (prolog-smie-indent-rules): New var.
4898 (prolog-mode-variables): Use them to configure SMIE.
4899 (prolog-indent-line, prolog-indent-level): Remove.
4900
4901 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
4902
4903 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
4904 order before computing the averages.
4905
4906 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
4907
4908 * calc/calc-vec.el (calc-histogram):
4909 (calcFunc-histogram): Allow vectors as inputs.
4910 (math-vector-avg): New function.
4911
4912 * calc/calc-ext.el (math-group-float): Have the number of digits
4913 being grouped depend on the radix (Bug#6189).
4914
4915 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
4916
4917 * version.el (emacs-copyright, emacs-version): Don't define here,
4918 now that emacs.c defines it.
4919
4920 2010-05-15 Eli Zaretskii <eliz@gnu.org>
4921
4922 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
4923 "Describe Language Environment" menu item.
4924
4925 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
4926
4927 Bidi-sensitive movement with arrow keys.
4928 * subr.el (right-arrow-command, left-arrow-command): New functions.
4929
4930 * bindings.el (global-map): Bind them to right and left arrow keys.
4931
4932 Don't override standard definition of convert-standard-filename.
4933 * files.el (convert-standard-filename): Call
4934 w32-convert-standard-filename and dos-convert-standard-filename on
4935 the corresponding systems.
4936
4937 * w32-fns.el (w32-convert-standard-filename): Rename from
4938 convert-standard-filename. Doc fix.
4939
4940 * dos-fns.el (dos-convert-standard-filename): Doc fix.
4941 (convert-standard-filename): Don't defalias.
4942 (register-name-alist, make-register, register-value)
4943 (set-register-value, intdos): Obsolete aliases for the
4944 corresponding dos-* functions and variables.
4945 (dos-intdos): Add a doc string.
4946
4947 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
4948
4949 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
4950 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
4951 (math-compose-tex-func):
4952 * calc/calccomp.el (math-compose-expr):
4953 * calc/calc-ext.el (math-format-flat-expr-fancy):
4954 * calc/calc-store.el (calc-read-var-name):
4955 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
4956
4957 * calc/calc.el (var-π, var-φ, var-γ): New variables.
4958 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
4959 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
4960 (math-standard-units): Add units.
4961
4962 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
4963
4964 * progmodes/asm-mode.el (asm-mode):
4965 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
4966
4967 * pcomplete.el (pcomplete-completions-at-point): New function,
4968 extracted from pcomplete-std-complete.
4969 (pcomplete-std-complete): Use it.
4970
4971 2010-05-15 Glenn Morris <rgm@gnu.org>
4972
4973 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4974 Remove references to CVS, RCS and Old directories.
4975
4976 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
4977
4978 * calc/calc-bin.el (math-format-twos-complement): Group digits when
4979 appropriate.
4980
4981 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
4982
4983 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
4984 (sh-mode-syntax-table): Give it a default value instead.
4985 (sh-header-marker): Make buffer-local.
4986 (sh-mode): Move make-local-variable to the corresponding setq.
4987 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
4988 Use complete-with-action.
4989
4990 * simple.el (prog-mode): New (abstract) major mode.
4991 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
4992 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
4993
4994 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
4995
4996 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
4997 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
4998 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
4999 (sql-make-alternate-buffer-name, sql-placeholders-filter)
5000 (sql-escape-newlines-filter, sql-input-sender)
5001 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
5002
5003 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
5004
5005 Add TeX open-block and close-block keybindings to SGML, and vice versa.
5006
5007 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
5008 latex-open-block and C-c / to latex-close-block.
5009
5010 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
5011 and C-c C-e to sgml-close-tag.
5012
5013 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
5014
5015 * net/tramp.el (with-progress-reporter): Create reporter object
5016 only when the message would be displayed. Handle nested calls.
5017 (tramp-handle-load, tramp-handle-file-local-copy)
5018 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5019 (tramp-maybe-send-script, tramp-find-shell):
5020 Use `with-progress-reporter'.
5021 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
5022 Fix message text.
5023
5024 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5025 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5026 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
5027 Use `with-progress-reporter'.
5028
5029 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
5030
5031 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
5032 process everytime when spellchecking from the minibuffer (bug#6143).
5033
5034 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5035
5036 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
5037
5038 * dos-fns.el: Add "dos-" prefix for namespace control.
5039 (convert-standard-filename): Define as alias for
5040 dos-convert-standard-filename but only if applicable.
5041
5042 2010-05-12 Alan Mackenzie <acm@muc.de>
5043
5044 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
5045 Push the mark at the start of these functions when appropriate.
5046
5047 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5048
5049 * minibuffer.el (completion-cycle-threshold): New custom var.
5050 (completion--do-completion): Use it.
5051 (minibuffer-complete): Use cycling if appropriate.
5052
5053 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
5054
5055 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
5056 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
5057
5058 2010-05-11 Juri Linkov <juri@jurta.org>
5059
5060 * scroll-all.el (scroll-all-check-to-scroll):
5061 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
5062
5063 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5064
5065 * iimage.el (iimage-mode-map): Move initialization into declaration.
5066 (iimage-mode-buffer): Use with-silent-modifications.
5067 Simplify calling convention. Adjust callers.
5068 (iimage-mode): Don't run hook redundantly.
5069
5070 * minibuffer.el (completion-pcm--pattern->regex):
5071 Fix last change (bug#6160).
5072
5073 2010-05-10 Juri Linkov <juri@jurta.org>
5074
5075 Remove nodes visited during Isearch from the Info history.
5076 * info.el (Info-isearch-initial-history)
5077 (Info-isearch-initial-history-list): New variables.
5078 (Info-isearch-start): Record initial values of
5079 Info-isearch-initial-history and Info-isearch-initial-history-list.
5080 Add Info-isearch-end to isearch-mode-end-hook.
5081 (Info-isearch-end): New function.
5082
5083 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
5084
5085 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
5086 format string, in order to work around a bug in pdksh.
5087 Reported by Gilles Pion <gpion@lfdj.com>.
5088 (tramp-handle-verify-visited-file-modtime): Do not send a command
5089 when the connection is not established.
5090 (tramp-handle-set-file-times): Simplify the check for utc.
5091
5092 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
5093
5094 Fix use of `filter-buffer-substring' (rework previous change).
5095 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
5096 (cua-repeat-replace-region):
5097 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
5098 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5099 (cua-cut-region-to-global-mark): Use it.
5100
5101 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
5102
5103 * progmodes/sql.el: Version 2.1.
5104 (sql-product-alist): Redesign structure of product info.
5105 (sql-product, sql-user, sql-server, sql-database): Safe variables.
5106 (sql-port, sql-port-history): New variables.
5107 (sql-interactive-product): New variable.
5108 (sql-send-terminator): New variable.
5109 (sql-imenu-generic-expression): Add "Types" imenu entry.
5110 (sql-oracle-login-params, sql-sqlite-login-params)
5111 (sql-mysql-login-params, sql-solid-login-params)
5112 (sql-sybase-login-params, sql-informix-login-params)
5113 (sql-ingres-login-params, sql-ms-login-params)
5114 (sql-postgres-login-params, sql-interbase-login-params)
5115 (sql-db2-login-params, sql-linter-login-params)
5116 (sql-oracle-scan-on): New variables.
5117 (sql-mode-map): Add C-c C-i to start interactive mode.
5118 (sql-mode-menu): Update existing menu entries.
5119 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
5120 (sql-mode-oracle-font-lock-keywords)
5121 (sql-mode-postgres-font-lock-keywords)
5122 (sql-mode-ms-font-lock-keywords)
5123 (sql-mode-sybase-font-lock-keywords)
5124 (sql-mode-informix-font-lock-keywords)
5125 (sql-mode-interbase-font-lock-keywords)
5126 (sql-mode-ingres-font-lock-keywords)
5127 (sql-mode-solid-font-lock-keywords)
5128 (sql-mode-mysql-font-lock-keywords)
5129 (sql-mode-sqlite-font-lock-keywords)
5130 (sql-mode-db2-font-lock-keywords)
5131 (sql-mode-linter-font-lock-keywords): Update initialization to
5132 reduce run-time complexity.
5133 (sql-add-product, sql-del-product): New functions.
5134 (sql-set-product-feature, sql-get-product-feature): New functions.
5135 (sql-product-font-lock): Update product API.
5136 (sql-add-product-keywords): New function.
5137 (sql-highlight-product): Update product API.
5138 (sql-help-list-products): New function.
5139 (sql-help): Dynamically lists free and non-free products.
5140 (sql-get-login): Correct bug in handling history and added
5141 prompt for port.
5142 (sql-copy-column): Copy without properties.
5143 (sqli-input-sender): Apply filters to SQLi input.
5144 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
5145 Implement as a filter.
5146 (sql-escape-newlines-filter): Implement as a filter.
5147 (sql-remove-tabs-filter): New function.
5148 (sql-send-magic-terminator): New function.
5149 (sql-send-string): Implement magic terminator.
5150 (sql-send-region): Use `sql-send-string'.
5151 (sql-interactive-mode): Use product API.
5152 (sql-product-interactive): Use product API.
5153 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
5154 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
5155 (sql-db2, sql-linter): Use `sql-product-interactive'.
5156 (sql-connect): New function.
5157 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
5158 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
5159 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
5160 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
5161 Use `sql-connect'.
5162
5163 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5164
5165 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
5166 New custom variable.
5167 (completion-pcm--string->pattern): Use it.
5168 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
5169 Make it handle any symbol as `any'.
5170 (completion-pcm--merge-completions): Extract common suffix for the new
5171 `prefix' symbol as well.
5172 (completion-substring--all-completions): Use the new `prefix' symbol.
5173
5174 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
5175
5176 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
5177 not bound.
5178 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5179 (tramp-compat-funcall): New defmacro.
5180 (tramp-compat-line-beginning-position)
5181 (tramp-compat-line-end-position)
5182 (tramp-compat-temporary-file-directory)
5183 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5184 (tramp-compat-copy-file, tramp-compat-copy-directory)
5185 (tramp-compat-delete-file, tramp-compat-delete-directory)
5186 (tramp-compat-number-sequence, tramp-compat-process-running-p)
5187 * net/tramp.el (top, with-progress-reporter)
5188 (tramp-rfn-eshadow-setup-minibuffer)
5189 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5190 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5191 (tramp-completion-mode-p, tramp-check-for-regexp)
5192 (tramp-open-connection-setup-interactive-shell)
5193 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5194 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5195 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
5196 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5197 (tramp-reporter-dump-variable, tramp-load-report-modules)
5198 (tramp-append-tramp-buffers)
5199 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
5200
5201 * net/tramp-imap.el (top): Autoload `epg-make-context'.
5202
5203 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5204
5205 * progmodes/compile.el (compilation-buffer-modtime): Rename from
5206 buffer-modtime. Adjust users.
5207
5208 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5209
5210 * international/mule.el (auto-coding-alist): Only purecopy
5211 car of each item, not the whole list (Bug#6083).
5212
5213 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5214
5215 * progmodes/js.el (js-mode): Make paragraph variables local before
5216 calling c-setup-paragraph-variables (Bug#6071).
5217
5218 2010-05-08 Eli Zaretskii <eliz@gnu.org>
5219
5220 * composite.el (compose-region, reference-point-alist): Fix typos
5221 in the doc strings.
5222
5223 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5224
5225 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
5226 gnuplot's "set" command.
5227
5228 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5229
5230 * abbrev.el (last-abbrev-text): Doc fix.
5231 (abbrev-prefix-mark): Don't escape parenthesis.
5232
5233 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5234
5235 * composite.el (find-composition): Doc fix.
5236
5237 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5238
5239 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
5240 (sql-oracle-program, sql-sqlite-options)
5241 (sql-query-placeholders-and-send): Doc fixes.
5242 (sql-set-product, sql-interactive-mode): Reflow docstrings.
5243 (sql-imenu-generic-expression, sql-buffer)
5244 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
5245 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
5246 (sql-mode-sybase-font-lock-keywords)
5247 (sql-mode-informix-font-lock-keywords)
5248 (sql-mode-interbase-font-lock-keywords)
5249 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
5250 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
5251 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
5252 (sql-product-feature, sql-highlight-product)
5253 (comint-line-beginning-position, sql-rename-buffer)
5254 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
5255 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
5256 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
5257 Fix typos in docstrings.
5258
5259 2010-05-08 Juri Linkov <juri@jurta.org>
5260
5261 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
5262 property instead of `invisible' and `after-string' (bug#5998).
5263
5264 2010-05-08 Juri Linkov <juri@jurta.org>
5265
5266 * image-mode.el (image-mode-as-text): Fix typo in docstring.
5267
5268 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5269
5270 * filecache.el (file-cache-add-directory-list)
5271 (file-cache-add-directory-recursively): Fix typos in docstrings.
5272
5273 2010-05-08 Kenichi Handa <handa@m17n.org>
5274
5275 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
5276 (gujarati-composable-pattern): Fix typo.
5277
5278 2010-05-08 Kenichi Handa <handa@m17n.org>
5279
5280 * language/indian.el (oriya-composable-pattern)
5281 (tamil-composable-pattern, malayalam-composable-pattern):
5282 Add two-part vowels to "v" (vowel sign).
5283
5284 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5285
5286 * files.el (copy-directory): Handle symlinks (Bug#5982).
5287
5288 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
5289
5290 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
5291 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
5292 (Bug#5846).
5293
5294 2010-05-08 Glenn Morris <rgm@gnu.org>
5295
5296 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
5297
5298 * minibuffer.el (completion-at-point): Doc fix.
5299
5300 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5301
5302 * electric.el (Electric-command-loop): Minor tweak.
5303
5304 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
5305 better with dedicated windows.
5306
5307 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5308
5309 * Version 23.2 released.
5310
5311 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5312 Stefan Monnier <monnier@iro.umontreal.ca>
5313
5314 Highlight vendor specific properties.
5315 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
5316 (css-proprietary-property): New face.
5317 (css-font-lock-keywords): Use them.
5318
5319 2010-05-07 Eli Zaretskii <eliz@gnu.org>
5320
5321 * cus-start.el (all): Add native condition for tool-bar-* symbols.
5322
5323 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5324
5325 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
5326 * files.el (auto-mode-alist): Remove redundant entries.
5327
5328 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
5329 * simple.el (auto-save-mode): Move from files.el.
5330 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
5331
5332 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5333
5334 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5335
5336 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
5337
5338 * mail/binhex.el (binhex-decode-region-internal)
5339 * mail/uudecode.el (uudecode-decode-region-internal)
5340 * net/dns.el (dns-read-string-name, dns-write, dns-read)
5341 (dns-read-type, dns-query)
5342 * pgg-parse.el (pgg-parse-armor)
5343 * pgg.el (pgg-verify-region)
5344 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
5345 XEmacs.
5346
5347 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
5348
5349 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
5350
5351 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
5352
5353 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
5354 * emulation/cua-base.el (cua-repeat-replace-region):
5355 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5356 (cua-cut-region-to-global-mark):
5357 Remove text properties with `set-text-properties'.
5358
5359 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
5360
5361 * net/tramp.el (top, with-progress-reporter):
5362 Use `symbol-function' inside `funcall'.
5363
5364 * net/tramp-compat.el (tramp-compat-file-attributes)
5365 (tramp-compat-delete-file, tramp-compat-delete-directory):
5366 Handle only `wrong-number-of-arguments' error.
5367
5368 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
5369 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
5370 inside `funcall'.
5371
5372 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5373
5374 * minibuffer.el (completion--sreverse, completion--common-suffix):
5375 New functions.
5376 (completion-pcm--merge-completions): Extract common suffix when safe.
5377
5378 * emacs-lisp/easy-mmode.el (define-minor-mode):
5379 Make :variable more flexible.
5380 * files.el (auto-save-mode): Use it to define using define-minor-mode.
5381
5382 2010-05-05 Juri Linkov <juri@jurta.org>
5383
5384 Add `slow' and `history' tags to the desktop data.
5385
5386 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
5387 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
5388 (Info-finder-find-node): Require `finder.el' to be able
5389 to restore node from the desktop.
5390 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
5391 data `Info-history' and `slow' tag in the assoc list.
5392 (Info-restore-desktop-buffer): Don't restore nodes with the
5393 `slow' tag. Restore `Info-history'.
5394
5395 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
5396
5397 Add FORCE argument to `delete-file'.
5398
5399 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
5400 forcing to delete the temporary file.
5401 (ange-ftp-delete-file): Add FORCE arg.
5402 (ange-ftp-rename-remote-to-remote)
5403 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
5404 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
5405 Force file deletion.
5406
5407 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
5408
5409 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
5410 (tramp-handle-make-symbolic-link, tramp-handle-load)
5411 (tramp-do-copy-or-rename-file-via-buffer)
5412 (tramp-do-copy-or-rename-file-directly)
5413 (tramp-do-copy-or-rename-file-out-of-band)
5414 (tramp-handle-process-file, tramp-handle-call-process-region)
5415 (tramp-handle-shell-command, tramp-handle-file-local-copy)
5416 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5417 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
5418
5419 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
5420 (tramp-fish-handle-make-symbolic-link)
5421 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
5422
5423 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5424 Use `tramp-compat-delete-file'.
5425
5426 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
5427 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
5428
5429 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
5430 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
5431
5432 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
5433 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
5434 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
5435 `tramp-compat-delete-file'.
5436
5437 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5438
5439 Minor cleanups.
5440 * subr.el (add-minor-mode): Use push.
5441 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
5442 * emulation/edt.el (edt-select-mode): Simplify.
5443
5444 Use define-minor-mode in more cases.
5445 * term/tvi970.el (tvi970-set-keypad-mode):
5446 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5447 (normal-erase-is-backspace-mode):
5448 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
5449 (set-scroll-bar-mode-1): (Re)move to its sole caller.
5450 (get-scroll-bar-mode): New function.
5451 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
5452
5453 Use define-minor-mode for less obvious cases.
5454 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
5455 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
5456 * international/iso-ascii.el (iso-ascii-mode):
5457 * frame.el (auto-raise-mode, auto-lower-mode):
5458 * composite.el (global-auto-composition-mode): Use define-minor-mode.
5459
5460 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
5461
5462 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
5463 in order to see error messages for failed logins.
5464
5465 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
5466
5467 * diff.el (diff-sentinel):
5468
5469 * epg.el (epg--make-temp-file, epg-decrypt-string)
5470 (epg-verify-string, epg-sign-string, epg-encrypt-string):
5471
5472 * jka-compr.el (jka-compr-partial-uncompress)
5473 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
5474
5475 * server.el (server-sentinel): Use delete-file's new FORCE arg
5476 (Bug#6070).
5477
5478 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5479
5480 Use define-minor-mode where applicable.
5481 * view.el (view-mode):
5482 * type-break.el (type-break-query-mode)
5483 (type-break-mode-line-message-mode):
5484 * textmodes/reftex.el (reftex-mode):
5485 * term/vt100.el (vt100-wide-mode):
5486 * tar-mode.el (tar-subfile-mode):
5487 * savehist.el (savehist-mode):
5488 * ibuf-ext.el (ibuffer-auto-mode):
5489 * composite.el (auto-composition-mode):
5490 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5491 Use define-minor-mode.
5492 (vhdl-mode): Use static mode-line format.
5493 (vhdl-mode-line-update): Delete.
5494 (vhdl-create-mode-menu, vhdl-activate-customizations)
5495 (vhdl-hs-minor-mode): Don't bother calling it.
5496
5497 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5498
5499 * simple.el (with-wrapper-hook): Move.
5500 (buffer-substring-filters): Mark obsolete.
5501 (filter-buffer-substring-functions): New variable.
5502 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
5503
5504 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5505 Michael Albinus <michael.albinus@gmx.de>
5506
5507 Implement compression for inline methods.
5508
5509 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5510 (tramp-copy-size-limit): Allow also nil.
5511 (tramp-inline-compress-commands): New defconst.
5512 (tramp-find-inline-compress, tramp-get-inline-compress)
5513 (tramp-get-inline-coding): New defuns.
5514 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
5515 replaced by `tramp-get-inline-coding'.
5516 (tramp-handle-file-local-copy, tramp-handle-write-region)
5517 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5518
5519 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5520
5521 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
5522 Remove unused functions.
5523
5524 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
5525 Set find-tag-default-function as a variable rather than a property.
5526
5527 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
5528 * progmodes/etags.el (tags-completion-at-point-function):
5529 Remove left over interactive spec. Add autoloading stub.
5530 (complete-tag): Use tags-completion-at-point-function.
5531
5532 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
5533
5534 * minibuffer.el (tags-completion-at-point-function): Fix return value.
5535
5536 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
5537
5538 * ido.el (ido-init-completion-maps): Remove C-v binding.
5539 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
5540
5541 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
5542
5543 * minibuffer.el (tags-completion-at-point-function): New function.
5544 (completion-at-point-functions): Use it.
5545
5546 * progmodes/etags.el (complete-tag): Revert last change.
5547
5548 2010-04-29 Alan Mackenzie <acm@muc.de>
5549
5550 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
5551 off-by-one error (in end of macro position).
5552
5553 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5554
5555 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
5556 firefox is absent. Don't autoload.
5557 (browse-url-galeon-program): Don't autoload.
5558
5559 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
5560
5561 * bindings.el (complete-symbol): Move into minibuffer.el.
5562
5563 * minibuffer.el (complete-tag): Move from etags.el. If tags
5564 completion cannot be performed, return nil instead of signalling
5565 an error.
5566 (completion-at-point): Make it an alias for complete-symbol.
5567 (complete-symbol): Move from bindings.el, and replace with the
5568 body of completion-at-point.
5569
5570 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
5571
5572 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
5573
5574 * net/tramp.el (tramp-remote-selinux-p): New defun.
5575 (tramp-handle-file-selinux-context)
5576 (tramp-handle-set-file-selinux-context): Use it.
5577
5578 2010-04-28 Sam Steingold <sds@gnu.org>
5579
5580 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5581 `safe-local-variable' if the value is a string or a symbol with
5582 the property `bug-reference-url-format'.
5583
5584 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
5585
5586 * progmodes/bug-reference.el (bug-reference-url-format):
5587 Revert 2010-04-27 change due to security risk.
5588
5589 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5590
5591 Make it possible to locally disable a globally enabled mode.
5592 * simple.el (fundamental-mode): Run fundamental-mode-hook.
5593 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
5594 rather than kill-all-local-variables so it runs fundamental-mode-hook.
5595 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5596 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
5597 that subsequent hooks get a chance to disable it.
5598
5599 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5600
5601 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5602 Avoid re-enabling a minor mode after the user turned the minor mode
5603 off if MODE-enable-in-buffers is run twice (typically once from
5604 fundamental-mode's after-change-major-mode-hook and a second time from
5605 run-mode-hook's own after-change-major-mode-hook).
5606
5607 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
5608
5609 2010-04-27 Sam Steingold <sds@gnu.org>
5610
5611 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5612 `safe-local-variable' if the value is a string or a function, as
5613 documented and implemented on 2010-04-02.
5614
5615 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
5616
5617 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
5618 when method is 'kill.
5619
5620 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
5621
5622 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
5623 condition in default directory check.
5624 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
5625 Kill ispell process when killing its associated buffer.
5626
5627 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
5628
5629 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
5630 but we aren't using it.
5631
5632 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
5633
5634 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
5635 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
5636
5637 2010-04-24 Glenn Morris <rgm@gnu.org>
5638
5639 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
5640 Ignore VCS-ignore files, and deleted nextstep preferences files.
5641 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
5642 (authors-ambiguous-files): New list.
5643 (authors-valid-file-names): Add some deleted files.
5644 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
5645 (authors-disambiguate-file-name): New function. (Bug#5501)
5646 (authors-canonical-file-name): Doc fix.
5647 Don't warn about obsolete files.
5648 (authors-canonical-file-name, authors-scan-el):
5649 Use authors-disambiguate-file-name.
5650
5651 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5652 Add autoload cookies.
5653 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
5654 (generated-autoload-file): Set file-local value to "htmlfontify.el".
5655 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
5656 They have definitions / compiler macros in cl.el.
5657 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5658 Replace manual autoloads with generated ones.
5659 (htmlfontify-unload-rgb-file): Remove autoload.
5660 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
5661
5662 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5663
5664 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
5665 (byte-compile-setq-default): Optimize for the
5666 single-var case and don't call byte-compile-form in this case to avoid
5667 inf-loop with byte-compile-set-default.
5668
5669 * progmodes/compile.el (compilation-start): Abbreviate default directory.
5670
5671 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
5672
5673 Implement SELINUX backends.
5674
5675 * net/tramp.el (tramp-file-name-handler-alist):
5676 Add `file-selinux-context' and `set-file-selinux-context'.
5677 (tramp-handle-file-selinux-context)
5678 (tramp-handle-set-file-selinux-context): New defuns.
5679 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5680 Handle PRESERVE-SELINUX-CONTEXT.
5681
5682 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5683 Add `file-selinux-context' and `set-file-selinux-context'.
5684 (tramp-gvfs-handle-file-selinux-context)
5685 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5686 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5687
5688 * net/ange-ftp.el (ange-ftp-copy-file):
5689 * net/tramp-fish.el (tramp-fish-handle-copy-file):
5690 * net/tramp-imap.el (tramp-imap-handle-copy-file):
5691 * net/tramp-smb.el (tramp-smb-handle-copy-file):
5692 Add PRESERVE-SELINUX-CONTEXT.
5693
5694 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5695
5696 Synchronize with Tramp repository.
5697
5698 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
5699 (tramp-action-process-alive, tramp-action-out-of-band)
5700 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5701 (tramp-exists-file-name-handler): Fix docstring.
5702 (with-progress-reporter): New defmacro.
5703 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
5704 (tramp-maybe-open-connection): Use it.
5705
5706 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
5707
5708 Detect ssh 'ControlMaster' argument automatically in some cases.
5709
5710 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5711 (tramp-default-method): Use it.
5712
5713 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5714
5715 * net/tramp.el (tramp-handle-copy-file): Add new optional
5716 parameter `preserve-selinux-context'.
5717 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
5718
5719 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5720
5721 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
5722 Ensure, that non remote files are still checked. Oops.
5723
5724 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
5725
5726 Fix Bug#5840.
5727
5728 * icomplete.el (icomplete-completions): Use `non-essential'.
5729
5730 * net/tramp.el (tramp-connectable-p): New defun.
5731 (tramp-handle-expand-file-name)
5732 (tramp-completion-handle-file-name-all-completions)
5733 (tramp-completion-handle-file-name-completion): Use it.
5734
5735 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5736
5737 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
5738
5739 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5740
5741 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
5742
5743 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
5744
5745 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
5746 is present.
5747
5748 * info.el (info-tool-bar-map): Add labels.
5749
5750 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
5751
5752 * cus-edit.el (custom-commands): Add labels for tool bar.
5753 (custom-buffer-create-internal, Custom-mode): Adjust for
5754 labels in custom-commands.
5755
5756 * dynamic-setting.el: Renamed from font-setting.el.
5757
5758 2010-04-21 John Wiegley <jwiegley@gmail.com>
5759
5760 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
5761 toggles the use of virtual buffers.
5762 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
5763 (ido-toggle-virtual-buffers): New function.
5764
5765 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
5766
5767 Use `define-derived-mode'; fix window selection; doc fixes.
5768 * play/tetris.el (tetris, tetris-update-speed-function)
5769 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
5770 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
5771 (tetris-rotate-next, tetris-end-game, tetris-start-game)
5772 (tetris-pause-game): Fix typos in docstrings.
5773 (tetris-mode-map, tetris-null-map):
5774 Move initialization into declaration.
5775 (tetris-mode): Define with `define-derived-mode';
5776 set show-trailing-whitespace to nil.
5777 (tetris): Prefer window already displaying the "*Tetris*" buffer.
5778
5779 2010-04-21 Karel Klíč <kklic@redhat.com>
5780
5781 * files.el (backup-buffer): Handle SELinux context, and return it
5782 if a backup was made by renaming.
5783 (backup-buffer-copy): Set SELinux context to the target file.
5784 (basic-save-buffer): Set SELinux context of the newly written file.
5785 (basic-save-buffer-1): Now it also returns any SELinux context.
5786 (basic-save-buffer-2): Set SELinux context of the newly created file,
5787 and return it.
5788 * net/tramp.el (tramp-file-name-for-operation):
5789 Add file-selinux-context.
5790
5791 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5792
5793 Make the log-edit comments use RFC822 format throughout.
5794
5795 * vc.el (vc-checkin, vc-modify-change-comment):
5796 Adjust to new vc-start/finish-logentry.
5797 (vc-find-conflicted-file): New command.
5798 (vc-transfer-file): Adjust to new vc-checkin.
5799 (vc-next-action): Improve scoping.
5800
5801 * vc-hg.el (vc-hg-log-edit-mode): Remove.
5802 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
5803
5804 * vc-git.el (vc-git-log-edit-mode): Remove.
5805 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
5806 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
5807
5808 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
5809 (vc-start-logentry): Remove argument `extra'.
5810 (vc-finish-logentry): Remove extra args.
5811
5812 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
5813 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
5814 (vc-bzr-conflicted-files): New function.
5815
5816 * log-edit.el (log-edit-extra-flags)
5817 (log-edit-before-checkin-process): Remove.
5818 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
5819 (log-edit-headers-alist): New var.
5820 (log-edit-header-contents-regexp): New const.
5821 (log-edit-match-to-eoh): New function.
5822 (log-edit-font-lock-keywords): Use them.
5823 (log-edit): Insert a "Summary:" header as default.
5824 (log-edit-mode): Mark font-lock rules as case-insensitive.
5825 (log-edit-done): Cleanup headers.
5826 (log-view-process-buffer): Remove.
5827 (log-edit-extract-headers): New function to replace it.
5828
5829 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
5830
5831 * subr.el (default-direction-reversed): Remove obsolescence info.
5832
5833 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5834
5835 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
5836 windows/frames.
5837
5838 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
5839 I.e. include text after point in the completion region.
5840 Also, return nil when we're not after/in a symbol.
5841
5842 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
5843 default enable-multibyte-characters.
5844
5845 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5846
5847 * international/mule.el: Help the user choose a valid coding-system.
5848 (read-buffer-file-coding-system): New function.
5849 (set-buffer-file-coding-system): Use it. Prompt the user if the
5850 coding-system cannot encode all the chars.
5851
5852 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
5853 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
5854 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
5855 Don't use *vc-bzr-shelve*.
5856
5857 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
5858
5859 Fix the version number for added files.
5860 * vc-hg.el (vc-hg-working-revision): Check if the file is
5861 registered after hg parent fails (Bug#5961).
5862
5863 2010-04-19 Glenn Morris <rgm@gnu.org>
5864
5865 * htmlfontify.el (htmlfontify-buffer)
5866 (htmlfontify-copy-and-link-dir): Autoload entry points.
5867
5868 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
5869
5870 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
5871 name relative to the project root (Bug#5960).
5872
5873 2010-04-19 Glenn Morris <rgm@gnu.org>
5874
5875 * vc-git.el (vc-git-print-log): Doc fix.
5876
5877 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
5878
5879 * ido.el (ido-file-internal): Fix 2009-12-02 change.
5880
5881 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
5882
5883 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
5884 default settings (Bug#5928).
5885
5886 2010-04-19 Glenn Morris <rgm@gnu.org>
5887
5888 * progmodes/fortran.el (fortran-match-and-skip-declaration):
5889 New function.
5890 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
5891
5892 2010-04-19 Kenichi Handa <handa@m17n.org>
5893
5894 * language/indian.el (malayalam-composable-pattern): Fix previous
5895 change (add U+0D4D "SIGN VIRAMA").
5896 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
5897 (tamil-composable-pattern): Fix typo in the regexp.
5898 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
5899 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
5900 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
5901
5902 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
5903
5904 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
5905 paragraph-separate (Bug#5821).
5906
5907 2010-04-19 Juri Linkov <juri@jurta.org>
5908
5909 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
5910
5911 * info.el (Info-find-node-2): Comment out code that skips
5912 breadcrumbs line.
5913 (Info-mouse-follow-link): New command.
5914 (Info-link-keymap): New keymap.
5915 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
5916 Return a string with links instead of inserting breadcrumbs
5917 to the Info buffer.
5918 (Info-fontify-node): Comment out code that inserts breadcrumbs.
5919 Instead of putting the `invisible' text property over the Info
5920 header, make an overlay over the Info header with the `invisible'
5921 property and `after-string' set to the string returned by
5922 `Info-breadcrumbs'.
5923
5924 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
5925
5926 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
5927 Reported by monkey@sandpframing.com.
5928
5929 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5930
5931 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
5932 (tmm-get-keymap): Add key-binding shortcuts now that they're not
5933 available in the "keyseq cache" any more.
5934
5935 * custom.el (defcustom): Add edebug spec.
5936
5937 2010-04-18 Juri Linkov <juri@jurta.org>
5938
5939 Test for special mode-class in view-buffer instead of view-file (bug#5513).
5940
5941 * view.el (view-file, view-buffer): Move test for special mode-class
5942 from view-file to view-buffer.
5943
5944 * tar-mode.el (tar-extract): Turn if's into one cond
5945 like in arc-mode.el.
5946
5947 2010-04-18 Juri Linkov <juri@jurta.org>
5948
5949 Add 7z archive format support (bug#5475).
5950
5951 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
5952 (archive-7z-extract): New defcustom.
5953 (archive-find-type): Add magic string for 7z.
5954 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
5955 If `stderr-file' is non-nil, use `(t stderr-file)' for the
5956 `buffer' arg of `call-process'.
5957 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
5958 call the function `archive-7z-extract' with the variable
5959 `archive-7z-extract' let-bound to `archive-zip-extract'.
5960 (archive-7z-summarize, archive-7z-extract): New functions.
5961
5962 * international/mule.el (auto-coding-alist):
5963 * files.el (auto-mode-alist): Add 7z file extension.
5964
5965 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5966
5967 * loadup.el: Setup hash-cons for pure data.
5968
5969 Fix duplicate entries in cedet's loaddefs.el files.
5970 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
5971 Should make most file-local generated-autoload-file unnecessary.
5972 (print-readably): Silence warnings.
5973 (autoload-find-destination): Take load-name as an arg to make sure
5974 it's the same as the one that will be in the file.
5975 (autoload-generate-file-autoloads): Adjust to above changes.
5976 Try to make the dataflow a bit simpler.
5977
5978 * cvs-status.el (cvs-refontify): Remove unused.
5979
5980 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
5981
5982 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
5983
5984 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
5985 twos-complement mode.
5986
5987 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
5988
5989 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
5990 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
5991 (calc-inverse): Add "Option" to message, as appropriate.
5992 (calc-hyperbolic): Add "Option" to message, as appropriate.
5993 (calc-option, calc-is-option): New functions.
5994
5995 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
5996 (calc-option-prefix-help): New function.
5997
5998 * calc/calc-misc.el (calc-help): Add "Option" entry.
5999
6000 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
6001 (calc-option-flag): New variable.
6002 (calc-do): Set `calc-option-flag to nil.
6003 (calc-set-mode-line): Add "Opt " as appropriate.
6004
6005 2010-04-16 Juri Linkov <juri@jurta.org>
6006
6007 Move scrolling commands from simple.el to window.el
6008 because their primitives are implemented in window.c.
6009
6010 * simple.el (scroll-error-top-bottom)
6011 (scroll-up-command, scroll-down-command, scroll-up-line)
6012 (scroll-down-line, scroll-other-window-down)
6013 (beginning-of-buffer-other-window, end-of-buffer-other-window):
6014 * window.el (scroll-error-top-bottom)
6015 (scroll-up-command, scroll-down-command, scroll-up-line)
6016 (scroll-down-line, scroll-other-window-down)
6017 (beginning-of-buffer-other-window, end-of-buffer-other-window):
6018 Move from simple.el to window.el because their primitives are
6019 implemented in window.c.
6020
6021 2010-04-16 Juri Linkov <juri@jurta.org>
6022
6023 * isearch.el (isearch-lookup-scroll-key): Check both
6024 `isearch-scroll' and `scroll-command' properties.
6025 (scroll-up, scroll-down): Remove `isearch-scroll' property.
6026
6027 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
6028
6029 * simple.el (scroll-up-command, scroll-down-command)
6030 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
6031
6032 2010-04-15 Juri Linkov <juri@jurta.org>
6033
6034 * simple.el (scroll-up-command, scroll-down-command)
6035 (scroll-up-line, scroll-down-line): Put `scroll-command'
6036 property on the these symbols. Remove them from
6037 `scroll-preserve-screen-position-commands'.
6038
6039 * mwheel.el (mwheel-scroll): Put `scroll-command' and
6040 `isearch-scroll' properties on the `mwheel-scroll' symbol.
6041 Remove it from `scroll-preserve-screen-position-commands'.
6042
6043 * isearch.el (isearch-allow-scroll): Doc fix.
6044
6045 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
6046
6047 * net/tramp.el (tramp-error-with-buffer): Don't show the
6048 connection buffer when we are in completion mode.
6049 (tramp-file-name-handler): Catch the error for some operations
6050 when we are in completion mode. This gives the user the chance to
6051 correct the file name in the minibuffer.
6052
6053 2010-04-15 Glenn Morris <rgm@gnu.org>
6054
6055 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
6056
6057 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
6058
6059 Simplify by using `define-derived-mode'.
6060 * info.el (Info-mode):
6061 * calendar/todo-mode.el (todo-mode):
6062 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
6063 (gomoku-mode-map): Move initialization into declaration.
6064
6065 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
6066
6067 Fix Bug#5840.
6068 * ido.el (ido-file-name-all-completions-1):
6069 * minibuffer.el (minibuffer-completion-help):
6070 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
6071
6072 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6073
6074 * simple.el (non-essential): New var.
6075
6076 Add a new field `location' to bookmarks for non-file bookmarks.
6077 * bookmark.el (bookmark-location): Use the new field, if present.
6078 (bookmark-insert-location): Undo last change, not needed any more.
6079 * man.el (Man-bookmark-make-record):
6080 * woman.el (woman-bookmark-make-record): Add `location' field.
6081
6082 2010-04-14 Juri Linkov <juri@jurta.org>
6083
6084 * simple.el (scroll-error-top-bottom): New defcustom.
6085 (scroll-up-command, scroll-down-command): Use it. Doc fix.
6086
6087 * emulation/pc-select.el (pc-select-override-scroll-error):
6088 Obsolete in favor of `scroll-error-top-bottom'.
6089
6090 2010-04-14 Juri Linkov <juri@jurta.org>
6091
6092 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
6093 `scroll-up-command' and `M-v' to `scroll-down-command'.
6094
6095 * emulation/cua-rect.el (cua--init-rectangles):
6096 * forms.el (forms--change-commands):
6097 * image-mode.el (image-mode-map):
6098 Remap scroll-down-command and scroll-up-command
6099 in addition to scroll-down and scroll-up.
6100
6101 2010-04-14 Juri Linkov <juri@jurta.org>
6102
6103 * mwheel.el (scroll-preserve-screen-position-commands):
6104 Add mwheel-scroll to this list of commands.
6105
6106 * simple.el (scroll-preserve-screen-position-commands):
6107 Add scroll-up-command, scroll-down-command, scroll-up-line,
6108 scroll-down-line to this list of commands.
6109
6110 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6111
6112 * obsolete/complete.el: Move from lisp/complete.el.
6113
6114 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
6115
6116 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
6117 to the minor mode function now turns the mode ON unconditionally.
6118
6119 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6120
6121 * vc-dir.el (vc-dir-kill-line): New command.
6122 (vc-dir-mode-map): Bind it to C-k.
6123
6124 * bookmark.el (bookmark-insert-location): Handle a nil filename.
6125
6126 * woman.el: Add bookmark declarations to silence the compiler.
6127 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
6128 step to compatibility between man and woman bookmarks.
6129 Adjust for Man-default-bookmark-title renaming.
6130 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
6131
6132 * man.el: Add bookmark declarations to silence the compiler.
6133 (Man-name-local-regexp): Make it match NAME as well.
6134 (Man-getpage-in-background): Return the buffer.
6135 (Man-notify-when-ready): Use `case'.
6136 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
6137 Don't hardcode "NAME". Simplify.
6138 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
6139 Rename from Man-bookmark-make-record.
6140 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
6141 we have the actual man-args. Use Man-getpage-in-background rather
6142 than `man' since the arg is already processed. Let bookmark.el do the
6143 window handling. Only wait for the relevant process.
6144 Don't forget to autoload.
6145
6146 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
6147
6148 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6149
6150 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
6151 New functions.
6152 (woman-mode): Setup bookmark support.
6153
6154 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
6155 (man-bookmark-jump): New functions.
6156 (Man-mode): Setup bookmark support.
6157
6158 2010-04-10 Jari Aalto <jari.aalto@cante.net>
6159
6160 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
6161 recognize ssh-keygen prompt (Bug#2817).
6162
6163 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
6164
6165 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
6166
6167 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
6168
6169 Synchronize with Tramp repository.
6170
6171 * net/tramp.el (tramp-completion-function-alist)
6172 (tramp-file-name-regexp, tramp-chunksize)
6173 (tramp-local-coding-commands, tramp-remote-coding-commands):
6174 Fix docstring.
6175 (tramp-remote-process-environment): Use `format' instead of `concat'.
6176 (tramp-handle-directory-files-and-attributes)
6177 (tramp-get-remote-path): Use `copy-tree'.
6178 (tramp-handle-file-name-all-completions): Backward/ XEmacs
6179 compatibility: Use `completion-ignore-case' if
6180 `read-file-name-completion-ignore-case' does not exist.
6181 (tramp-do-copy-or-rename-file-directly): Do not use
6182 `tramp-handle-file-remote-p'.
6183 (tramp-do-copy-or-rename-file-out-of-band):
6184 Use `tramp-compat-delete-directory'.
6185 (tramp-do-copy-or-rename-file-out-of-band)
6186 (tramp-compute-multi-hops, tramp-maybe-open-connection):
6187 Use `format-spec-make'.
6188 (tramp-find-foreign-file-name-handler)
6189 (tramp-advice-make-auto-save-file-name)
6190 (tramp-set-auto-save-file-modes): Remove superfluous check for
6191 `stringp'. This is done inside `tramp-tramp-file-p'.
6192 (tramp-debug-outline-regexp): New defconst.
6193 (tramp-get-debug-buffer): Use it.
6194 (tramp-check-for-regexp): Use (forward-line 1).
6195 (tramp-set-auto-save-file-modes): Adapt version check.
6196
6197 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
6198 Wrap call of `featurep' for 2nd argument.
6199 (tramp-compat-make-temp-file): Simplify fallback implementation.
6200 (tramp-compat-copy-tree): Remove function.
6201 (tramp-compat-delete-directory): Provide implementation for older
6202 Emacsen.
6203
6204 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
6205 Do not use `tramp-fish-handle-file-attributes.
6206
6207 * net/trampver.el: Update release number.
6208
6209 2010-04-10 Glenn Morris <rgm@gnu.org>
6210
6211 * progmodes/compile.el (compilation-save-buffers-predicate):
6212 Add missing :version tag.
6213
6214 2010-04-09 Sam Steingold <sds@gnu.org>
6215
6216 * progmodes/compile.el (compilation-save-buffers-predicate):
6217 Remove the "autoload" cookie.
6218
6219 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
6220 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
6221 and `bug-reference-prog-mode' can be used in hooks directly.
6222
6223 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6224
6225 Add --author support to git commit.
6226 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
6227 (vc-git-log-edit-mode): New minor mode.
6228 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
6229 New declarations.
6230
6231 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
6232
6233 * vc-hooks.el, vc-git.el: Improve documentation comments.
6234
6235 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6236
6237 Fix some of the problems in defsubst* (bug#5728).
6238 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
6239 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
6240
6241 2010-04-07 Sam Steingold <sds@gnu.org>
6242
6243 * progmodes/compile.el (compilation-save-buffers-predicate):
6244 New custom variable.
6245 (compile, recompile): Pass it to `save-some-buffers'.
6246
6247 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
6248
6249 * wid-edit.el (widget-choose): Move cursor to the second line of
6250 the buffer (Bug#5695).
6251
6252 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6253
6254 Add new VC methods: vc-log-incoming and vc-log-outgoing.
6255 * vc.el (vc-print-log-setup-buttons): New function split out from
6256 vc-print-log-internal.
6257 (vc-log-internal-common): New function, a parametrized version of
6258 vc-print-log-internal.
6259 (vc-print-log-internal): Just call vc-log-internal-common with the
6260 right arguments.
6261 (vc-incoming-outgoing-internal):
6262 (vc-log-incoming, vc-log-outgoing): New functions.
6263 (vc-log-view-type): New permanent local variable.
6264
6265 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
6266
6267 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
6268 of the dynamic bound vc-short-log.
6269 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
6270
6271 * vc-git.el (vc-git-log-outgoing): New function.
6272 (vc-git-log-view-mode): Use vc-log-view-type instead
6273 of the dynamic bound vc-short-log.
6274
6275 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
6276 of the dynamic bound vc-short-log. Highlight the tag.
6277 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
6278 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
6279 (vc-hg-incoming-mode): Remove.
6280 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
6281
6282 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6283
6284 Fix default-directory for vc-root-diff.
6285 * vc.el (vc-root-diff): Bind default-directory to the root
6286 directory for the diff command.
6287
6288 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
6289
6290 * progmodes/verilog-mode.el (verilog-forward-sexp):
6291 (verilog-calc-1): Support "disable fork" and "fork wait" multi
6292 word keywords, suggested by Steve Pearlmutter.
6293 (verilog-pretty-declarations): Support lineup of declarations in
6294 port lists.
6295 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
6296 fix bug for /* / comments.
6297 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
6298 Speed up and simplfy as this is never called with a bound.
6299 (verilog-pretty-declarations): Enhance to line up declarations
6300 inside a parameter list, suggested by Alan Morgan.
6301 (verilog-pretty-expr): Tune assignment regular expression match
6302 string for corner cases; also use markers instead of character
6303 number as indent changes the later.
6304
6305 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
6306
6307 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
6308 as missing keyword.
6309 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
6310 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
6311 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
6312 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
6313 Tennant.
6314 (verilog-keywords):
6315 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
6316 1800-2009 keywords, including "global.".
6317
6318 2010-04-06 John Wiegley <jwiegley@gmail.com>
6319
6320 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
6321 appearing in buffer list (if a live buffer name matched a recentf
6322 file basename). Should use uniquify to offer a real solution.
6323
6324 2010-04-06 John Wiegley <jwiegley@gmail.com>
6325
6326 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
6327 comment to code, and add a :version tag.
6328 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
6329
6330 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
6331
6332 Enable recentf-mode if using virtual buffers.
6333 * ido.el (recentf-list): Declare for byte-compiler.
6334 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
6335 (ido-make-buffer-list): Simplify.
6336 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
6337
6338 2010-04-05 Juri Linkov <juri@jurta.org>
6339
6340 Scrolling commands which scroll a line instead of full screen.
6341 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6342
6343 * simple.el (scroll-up-line, scroll-down-line): New commands.
6344 Put property isearch-scroll=t on them.
6345
6346 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
6347 Remove commands.
6348
6349 2010-04-05 Juri Linkov <juri@jurta.org>
6350
6351 Scrolling commands which do not signal errors at top/bottom.
6352 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6353
6354 * simple.el (scroll-up-command, scroll-down-command): New commands.
6355 Put property isearch-scroll=t on them.
6356
6357 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
6358 `scroll-down-command' and [next] from `scroll-up' to
6359 `scroll-up-command'.
6360
6361 * emulation/cua-base.el: Put property CUA=move on
6362 `scroll-up-command' and `scroll-down-command'.
6363 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
6364 and `scroll-down-command' to `cua-scroll-down'.
6365
6366 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
6367
6368 * help.el (describe-mode): Return nil.
6369
6370 2010-04-04 John Wiegley <jwiegley@gmail.com>
6371
6372 * ido.el (ido-use-virtual-buffers): New variable to indicate
6373 whether "virtual buffer" support is enabled for IDO.
6374 (ido-virtual): Face used to indicate virtual buffers in the list.
6375 (ido-buffer-internal): If a buffer is chosen, and no such buffer
6376 exists, but a virtual buffer of that name does (which would be why
6377 it was in the list), recreate the buffer by reopening the file.
6378 (ido-make-buffer-list): If virtual buffers are being used, call
6379 `ido-add-virtual-buffers-to-list' before the make list hook.
6380 (ido-virtual-buffers): New variable which contains a copy of the
6381 current contents of the `recentf-list', albeit pared down for the
6382 sake of speed, and with proper faces applied.
6383 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
6384 create a list of "virtual buffers" to present to the user in
6385 addition to the currently open set. Note that this logic could
6386 get rather slow if that list is too large. With the default
6387 `recentf-max-saved-items' of 200, there is little speed penalty.
6388
6389 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6390
6391 * font-lock.el: Require CL when compiling.
6392 (font-lock-turn-on-thing-lock): Use `case'.
6393
6394 2010-04-03 Eli Zaretskii <eliz@gnu.org>
6395
6396 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
6397 Zaretskii.
6398
6399 2010-04-02 Juri Linkov <juri@jurta.org>
6400
6401 * ehelp.el (electric-help-orig-major-mode):
6402 New buffer-local variable.
6403 (electric-help-mode): Set it to original major-mode. Doc fix.
6404 (with-electric-help): Use `electric-help-orig-major-mode' instead
6405 of (default-value 'major-mode). Doc fix.
6406 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
6407
6408 2010-04-02 Sam Steingold <sds@gnu.org>
6409
6410 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
6411 `vc-hg-command' with a list of flags.
6412
6413 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6414 Also accept "patch" and "RFE".
6415 (bug-reference-fontify): `bug-reference-url-format' can also be a
6416 function to be able to handle the bug kind.
6417 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
6418
6419 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
6420
6421 * tmm.el (tmm-get-keymap): Check with symbolp before passing
6422 value to fboundp, it may not be a symbol.
6423
6424 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6425
6426 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
6427
6428 2010-03-31 Juri Linkov <juri@jurta.org>
6429
6430 * simple.el (next-line, previous-line): Re-throw a signal
6431 with `signal' instead of using `ding'.
6432 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
6433
6434 2010-03-31 Juri Linkov <juri@jurta.org>
6435
6436 * simple.el (keyboard-escape-quit): Raise deselecting the active
6437 region higher than exiting the minibuffer.
6438 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
6439
6440 2010-03-31 Juri Linkov <juri@jurta.org>
6441
6442 * image.el (image-animated-p): Use `image-metadata' instead of
6443 `image-extension-data'. Get GIF extenstion data from metadata
6444 property `extension-data'.
6445
6446 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6447
6448 * simple.el (append-to-buffer): Simplify.
6449
6450 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
6451
6452 * textmodes/artist.el (artist-mode): Fix typo in docstring.
6453 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
6454
6455 2010-03-31 Kenichi Handa <handa@m17n.org>
6456
6457 * language/sinhala.el (composition-function-table): Fix regexp for
6458 the new Unicode specification.
6459
6460 * language/indian.el (devanagari-composable-pattern)
6461 (tamil-composable-pattern, kannada-composable-pattern)
6462 (malayalam-composable-pattern): Adjust for the new Unicode
6463 specification.
6464 (bengali-composable-pattern, gurmukhi-composable-pattern)
6465 (gujarati-composable-pattern, oriya-composable-pattern)
6466 (telugu-composable-pattern): New variables to cope with the new
6467 Unicode specification. Use them in composition-function-table.
6468
6469 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6470
6471 Make tmm-menubar work for the Buffers menu again (bug#5726).
6472 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
6473 vectors rather than cons cells, as used in menu-bar-update-buffers.
6474
6475 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6476
6477 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
6478 (js-insert-and-indent): Revert 2009-08-15 change, restoring
6479 electric punctuation for "{}();,:" (Bug#5586).
6480
6481 * mail/sendmail.el (mail-default-directory): Doc fix.
6482
6483 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6484
6485 * mail/sendmail.el (mail-default-directory): Doc fix.
6486
6487 2010-03-31 Eli Zaretskii <eliz@gnu.org>
6488
6489 * subr.el (version-regexp-alist, version-to-list)
6490 (version-list-<, version-list-=, version-list-<=)
6491 (version-list-not-zero, version<, version<=, version=): Doc fix.
6492 (Bug#5744).
6493
6494 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
6495
6496 * vc.el (vc-root-diff): Doc fix.
6497
6498 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6499
6500 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
6501
6502 * simple.el (append-to-buffer): Fix last change.
6503
6504 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6505
6506 * simple.el (append-to-buffer): Ensure that point is preserved if
6507 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
6508 (Bug#5749)
6509
6510 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6511
6512 * files.el (auto-mode-case-fold): Change default to t.
6513
6514 2010-03-30 Juri Linkov <juri@jurta.org>
6515
6516 * dired-x.el (dired-omit-mode): Doc fix.
6517
6518 2010-03-30 Juri Linkov <juri@jurta.org>
6519
6520 * replace.el (occur-accumulate-lines): Move occur-engine related
6521 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
6522 to be located after `occur-engine'.
6523
6524 2010-03-30 Juri Linkov <juri@jurta.org>
6525
6526 Make occur handle multi-line matches cleanly with context.
6527 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
6528
6529 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
6530 (occur-engine): Add local variables `ret', `prev-after-lines',
6531 `prev-lines'. Use more arguments for `occur-context-lines'.
6532 Set first elem of its returned list to `data', and the second elem
6533 to `prev-after-lines'. Don't print the separator line.
6534 In the end, print remaining context after-lines.
6535 (occur-context-lines): Add new arguments `begpt', `endpt',
6536 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
6537 after-lines of the previous match with before-lines of the
6538 current match and not overlap them. Return a list with two
6539 values: the output line and the list of context after-lines.
6540
6541 2010-03-30 Juri Linkov <juri@jurta.org>
6542
6543 * replace.el (occur-accumulate-lines): Fix a bug where the first
6544 context line at the beginning of the buffer was missing.
6545
6546 2010-03-30 Eli Zaretskii <eliz@gnu.org>
6547
6548 * files.el: Make bidi-display-reordering safe variable for boolean
6549 values.
6550
6551 2010-03-29 Phil Hagelberg <phil@evri.com>
6552 Chong Yidong <cyd@stupidchicken.com>
6553
6554 * subr.el: Extend progress reporters to perform "spinning".
6555 (progress-reporter-update, progress-reporter-do-update):
6556 Handle non-numeric value arguments.
6557 (progress-reporter--pulse-characters): New var.
6558
6559 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
6560
6561 * progmodes/compile.el (compilation-start): Fix regexp detection
6562 of initial cd command (Bug#5771).
6563
6564 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
6565
6566 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
6567
6568 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
6569
6570 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
6571 * progmodes/gdb-mi.el: Restore.
6572 * progmodes/gdb-ui.el: Remove.
6573 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
6574
6575 2010-03-25 Glenn Morris <rgm@gnu.org>
6576
6577 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
6578 all dired buffers, even tramp ones. (Bug#5755)
6579
6580 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6581
6582 Add "union tags" in mpc.el.
6583 * mpc.el: Remove backward compatibility code.
6584 (mpc-browser-tags): Change default.
6585 (mpc--find-memoize-union-tags): New var.
6586 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
6587 (mpc-cmd-find): Handle the case where the playlist does not exist.
6588 Handle union-tags.
6589 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
6590 (mpc-cmd-add): Use mpc-cmd-flush.
6591 (mpc-tagbrowser-tag-name): New fun.
6592 (mpc-tagbrowser-buf): Use it.
6593 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
6594
6595 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6596
6597 Misc cleanup.
6598 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
6599 Use replace-regexp-in-string.
6600 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
6601 (makefile-imake-mode-syntax-table): Move init into defvar.
6602 (makefile-mode): Use define-derived-mode.
6603
6604 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
6605 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
6606 not be present any more.
6607
6608 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6609
6610 * faces.el (set-face-attribute): Fix typo in docstring.
6611 (face-valid-attribute-values): Reflow docstring.
6612
6613 2010-03-24 Glenn Morris <rgm@gnu.org>
6614
6615 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
6616
6617 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
6618
6619 * indent.el (indent-for-tab-command): Doc fix.
6620
6621 2010-03-24 Alan Mackenzie <acm@muc.de>
6622
6623 * progmodes/cc-engine.el (c-remove-stale-state-cache):
6624 Fix off-by-one error. Fixes bug #5747.
6625
6626 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6627
6628 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
6629 (image-dired-read-comment): Doc fix.
6630
6631 * json.el (json-object-type, json-array-type, json-key-type)
6632 (json-false, json-null, json-read-number):
6633 * minibuffer.el (completion-in-region-functions):
6634 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
6635 (cal-tex-cursor-week):
6636 * emacs-lisp/trace.el (trace-function):
6637 * eshell/em-basic.el (eshell/printnl):
6638 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
6639 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
6640 * obsolete/levents.el (allocate-event, event-key, event-object)
6641 (event-point, event-process, event-timestamp, event-to-character)
6642 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
6643 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
6644 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
6645 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
6646 (reftex-highlight-selection): Fix typos in docstrings.
6647
6648 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6649
6650 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
6651
6652 2010-03-24 Glenn Morris <rgm@gnu.org>
6653
6654 * mail/rmail.el (rmail-highlight-face): Restore option deleted
6655 2008-02-13 without comment; mark it obsolete.
6656 (rmail-highlight-headers): Use rmail-highlight-face once more.
6657
6658 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
6659
6660 * woman.el (woman2-process-escapes): Only consume the newline if
6661 the filler character is on a line by itself (Bug#5729).
6662
6663 2010-03-24 Kenichi Handa <handa@m17n.org>
6664
6665 * language/indian.el (devanagari-composable-pattern): Add more
6666 consonants.
6667
6668 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
6669
6670 * net/trampver.el: Update release number.
6671
6672 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
6673
6674 * net/tramp.el (tramp-find-executable):
6675 Use `tramp-get-connection-buffer'. Make the regexp for checking
6676 output of "wc -l" more robust.
6677 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
6678 (tramp-open-connection-setup-interactive-shell): Remove workaround
6679 for OpenSolaris bug, it is not needed anymore.
6680
6681 2010-03-24 Glenn Morris <rgm@gnu.org>
6682
6683 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
6684
6685 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
6686
6687 * files.el (auto-mode-alist): Accept more verilog file patterns.
6688
6689 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6690
6691 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
6692
6693 2010-03-24 Glenn Morris <rgm@gnu.org>
6694
6695 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
6696 log-edit-before-checkin-process.
6697
6698 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
6699
6700 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
6701
6702 * vc-dispatcher.el (vc-start-logentry): Doc fix.
6703 (log-view-process-buffer, log-edit-extra-flags): Declare.
6704
6705 * log-edit.el (log-edit-before-checkin-process): Doc fix.
6706
6707 2010-03-23 Sam Steingold <sds@gnu.org>
6708
6709 Fix bug#5620: recalculate all markers on compilation buffer
6710 modifications, not on file modifications.
6711 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
6712 the buffer modification time, for buffers not associated with files.
6713 (compilation-mode): Create it.
6714 (compilation-filter): Update it.
6715 (compilation-next-error-function): Use it instead of
6716 `visited-file-modtime' for timestamp.
6717
6718 2010-03-23 Juri Linkov <juri@jurta.org>
6719
6720 Implement Occur multi-line matches.
6721 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
6722
6723 * replace.el (occur): Doc fix.
6724 (occur-engine): Set `begpt' to the beginning of the first line.
6725 Set `endpt' to the end of the last match line. At first, count
6726 line numbers between `origpt' and `begpt'. Split out code from
6727 `out-line' variable to new let-bindings `match-prefix' and
6728 `match-str'. In `out-line' add non-numeric prefix to all
6729 non-first lines of multi-line matches. Finally, count lines
6730 between `begpt' and `endpt' and add to `lines'.
6731
6732 2010-03-23 Juri Linkov <juri@jurta.org>
6733
6734 * replace.el (occur-accumulate-lines, occur-engine):
6735 Use `occur-engine-line' instead of duplicate code.
6736 (occur-engine-line): New function created from duplicate code
6737 in `occur-accumulate-lines' and `occur-engine'.
6738
6739 * replace.el (occur-engine-line): Add optional arg `keep-props'.
6740 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
6741
6742 2010-03-23 Juri Linkov <juri@jurta.org>
6743
6744 * finder.el: Remove TODO tasks.
6745
6746 * info.el (Info-finder-find-node): Add node "all"
6747 with all package info. Handle a list of multiple keywords
6748 separated by comma.
6749 (info-finder): In interactive use with a prefix argument,
6750 use `completing-read-multiple' to read a list of keywords
6751 separated by comma.
6752
6753 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6754
6755 Add a new completion style `substring'.
6756 * minibuffer.el (completion-basic--pattern): New function.
6757 (completion-basic-try-completion, completion-basic-all-completions):
6758 Use it.
6759 (completion-substring--all-completions)
6760 (completion-substring-try-completion)
6761 (completion-substring-all-completions): New functions.
6762 (completion-styles-alist): New style `substring'.
6763
6764 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6765
6766 Get rid of .elc files after removal of the corresponding .el.
6767 * Makefile.in (compile-clean): New target.
6768 (compile-main): Use it.
6769
6770 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
6771
6772 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
6773 don't do make there. When compiling with separate object dir, there
6774 is no Makefile there.
6775
6776 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6777
6778 Get rid of the ELCFILES abomination, again.
6779 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6780 (all, compile): Don't call compile-last.
6781 (compile-main): Build the "elcfiles" list dynamically.
6782 (compile-targets): New (internal) target.
6783
6784 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
6785
6786 * Makefile.in (top_srcdir): Define.
6787 (abs_top_builddir): Define.
6788 (srcdir): Don't append `/..'.
6789 (EMACS): Use ${abs_top_builddir}.
6790 (all, compile, compile-always, compile-last): Don't set emacswd.
6791 (update-subdirs, update-authors): Use $(top_srcdir) instead of
6792 $(srcdir).
6793 (lisp): Use $(srcdir) instead of @srcdir@.
6794
6795 2010-03-21 Juri Linkov <juri@jurta.org>
6796
6797 Fix message of multi-line occur regexps and multi-buffer header lines.
6798 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
6799
6800 * replace.el (occur-1): Don't display regexp if it is longer
6801 than window-width. Use `query-replace-descr' to display regexp.
6802 (occur-engine): Don't display regexp in the buffer header for
6803 multi-buffer occur. Display a separate header line with total
6804 match count and regexp for multi-buffer occur.
6805 Use `query-replace-descr' to display regexp.
6806
6807 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6808
6809 * net/secrets.el: Fix parenthesis.
6810 (secrets-enabled): Fix parenthesis.
6811
6812 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6813
6814 Use more relative file and directory names.
6815 * Makefile.in (EMACS): Arrange for it to work when we chdir.
6816 (setwins, setwins_almost, setwins_for_subdirs):
6817 Don't `cd'; output relative names.
6818 (all, compile, compile-always, compile-last): Set emacswd.
6819 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
6820 Just cd to the lisp source dir so we can use relative file names.
6821
6822 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
6823
6824 2010-03-20 Glenn Morris <rgm@gnu.org>
6825
6826 * textmodes/rst.el: Use faces for font-lock customization, and make the
6827 old -face variables obsolete.
6828 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
6829 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
6830 (rst-block-face, rst-external-face, rst-definition-face)
6831 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
6832 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
6833 Make obsolete.
6834 (rst-font-lock-keywords-function): Update for above changes.
6835
6836 2010-03-20 Juri Linkov <juri@jurta.org>
6837
6838 * s-region.el:
6839 * obsolete/s-region.el: Move to obsolete.
6840
6841 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
6842
6843 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
6844
6845 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6846
6847 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
6848
6849 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6850
6851 Add special markup processing for commit logs.
6852 * log-edit.el (log-edit-extra-flags): New variable.
6853 (log-edit): Add new argument MODE. Use that mode when non-nil
6854 instead of the log-view-mode.
6855 (log-view-process-buffer): New function.
6856
6857 * vc.el: Document that the checkin method takes optional
6858 arguments. Document new backend specific method: log-view-mode.
6859 (vc-default-log-edit-mode): New function.
6860 (vc-checkin): Use a backend specific log-view-mode.
6861 Pass extra arguments to the checkin method.
6862 (vc-modify-change-comment): Pass a dummy extra argument.
6863
6864 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
6865 log-edit.
6866 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
6867 (vc-finish-logentry): Process the log buffer before passing it
6868 down. Pass log-edit-extra-flags.
6869
6870 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
6871 command.
6872 (log-edit-extra-flags, log-edit-before-checkin-process):
6873 New declarations.
6874
6875 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
6876 command.
6877 (log-edit-extra-flags, log-edit-before-checkin-process):
6878 New declarations.
6879 (vc-hg-log-edit-mode): New derived mode.
6880
6881 * vc-arch.el (vc-arch-checkin):
6882 * vc-cvs.el (vc-cvs-checkin):
6883 * vc-git.el (vc-git-checkin):
6884 * vc-mtn.el (vc-mtn-checkin):
6885 * vc-rcs.el (vc-rcs-checkin):
6886 * vc-sccs.el (vc-sccs-checkin):
6887 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
6888
6889 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
6890
6891 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
6892 parent typo).
6893
6894 2010-03-19 Glenn Morris <rgm@gnu.org>
6895
6896 * password-cache.el (password-cache, password-cache-expiry): Autoload.
6897
6898 2010-03-18 Glenn Morris <rgm@gnu.org>
6899
6900 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
6901
6902 * replace.el (query-replace-history): Give it a doc string.
6903 (map-query-replace-regexp): Use query-replace-from-history-variable
6904 and query-replace-to-history-variable.
6905
6906 * mail/hashcash.el (declare-function): Remove duplicate definition.
6907
6908 * mail/emacsbug.el (report-emacs-bug-pretest-address):
6909 Make it an obsolete alias for report-emacs-bug-address.
6910 (message-strip-special-text-properties): Declare.
6911 (report-emacs-bug): Remove test for a pretest bug address.
6912 Combine message-mode-specific code.
6913
6914 * mail/supercite.el: Don't require sendmail.
6915 (mh-in-header-p): Declare rather than using with-no-warnings.
6916 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
6917 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
6918
6919 * calendar/cal-french.el: Convert to utf-8.
6920
6921 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
6922 Emacs scripts.
6923
6924 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
6925
6926 * net/secrets.el (secrets-enabled): New variable. Use it instead
6927 of a subfeature.
6928
6929 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
6930
6931 * net/secrets.el (top): Register the D-Bus signals only when the
6932 service "org.freedesktop.secrets" can be pinged.
6933 Provide subfeature `enabled'.
6934
6935 2010-03-14 Juri Linkov <juri@jurta.org>
6936
6937 Add finder unknown keywords.
6938
6939 * finder.el (finder-unknown-keywords): New function.
6940
6941 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
6942 to create a Finder node with unknown keywords.
6943
6944 2010-03-14 Juri Linkov <juri@jurta.org>
6945
6946 * finder.el (finder-compile-keywords): Replace `princ' with
6947 `prin1' on a list of symbols interned from keyword strings.
6948
6949 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
6950 a comma, then split keywords using a comma and optional whitespace.
6951 Otherwise, split by whitespace.
6952
6953 * complete.el:
6954 * face-remap.el:
6955 * log-view.el:
6956 * net/hmac-def.el:
6957 * net/hmac-md5.el:
6958 * net/netrc.el:
6959 * progmodes/mixal-mode.el: Fix keywords.
6960
6961 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
6962
6963 * Makefile.in (ELCFILES): Add net/secrets.elc.
6964
6965 * net/secrets.el: New file.
6966
6967 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
6968
6969 * facemenu.el (list-colors-display, list-colors-print): New arg
6970 callback. Use it to allow selecting colors.
6971
6972 * wid-edit.el (widget-image-insert): Insert image prop even if the
6973 current display is non-graphic.
6974 (widget-field-value-set): New fun.
6975 (editable-field): Use it.
6976 (widget-field-value-get): Clean up unused var.
6977 (widget-color-value-create, widget-color--choose-action):
6978 New funs. Allow using list-colors-display to choose color.
6979
6980 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
6981
6982 * cus-edit.el: Resort topmost custom groups.
6983 (custom-buffer-sort-alphabetically): Default to t.
6984 (customize-apropos): Use apropos-parse-pattern.
6985 (custom-search-field): New var.
6986 (custom-buffer-create-internal): Add custom-apropos search field.
6987 (custom-add-parent-links): Don't display parent doc.
6988 (custom-group-value-create): Don't sort top-level custom group.
6989 (custom-magic-value-create): Show visibility button before option name.
6990
6991 (custom-variable-state): New fun, from custom-variable-state-set.
6992 (custom-variable-state-set): Use it.
6993 (custom-group-value-create): Hide options with standard values
6994 using the :hidden-states property. Use progress reporter.
6995
6996 (custom-show): Simplify.
6997 (custom-visibility): Disable images by default.
6998 (custom-variable): New property :hidden-states.
6999 (custom-variable-value-create): Enable images for
7000 custom-visibility widgets. Use :hidden-states property to
7001 determine initial visibility.
7002
7003 * wid-edit.el (widget-image-find): Give images center ascent.
7004 (visibility): Add :on-image and :off-image properties.
7005 (widget-visibility-value-create): Use them.
7006
7007 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7008
7009 * cus-edit.el (processes): Remove from development group.
7010 (oop, hypermedia): Delete group.
7011 (comm): Promote to top-level group.
7012
7013 * net/browse-url.el (browse-url):
7014 * net/xesam.el (xesam):
7015 * net/tramp.el (tramp):
7016 * net/goto-addr.el (goto-address):
7017 * net/ange-ftp.el (ange-ftp): Put in comm group.
7018
7019 * view.el (view): Remove from editing group.
7020
7021 * uniquify.el (uniquify): Put in files group.
7022
7023 * net/browse-url.el (browse-url):
7024 * ps-print.el (postscript): Put in external group.
7025
7026 * cus-edit.el (outlines):
7027 * textmodes/text-mode.el (text-mode-hook):
7028 * textmodes/table.el (table):
7029 * textmodes/picture.el (picture):
7030 * outline.el (outlines): Put in wp group.
7031
7032 * nxml/nxml-mode.el (nxml): Remove from wp group.
7033
7034 * net/tramp-imap.el (tramp-imap): Put in tramp group.
7035
7036 * mail/metamail.el (metamail): Remove from hypermedia group.
7037
7038 * cus-edit.el (abbrev):
7039 * whitespace.el (whitespace):
7040 * vcursor.el (vcursor):
7041 * reveal.el (reveal):
7042 * hl-line.el (hl-line): Put in convenience group.
7043
7044 * epg-config.el (epg): Put in data group.
7045
7046 * emulation/pc-select.el (pc-select): Put in emulations group.
7047
7048 * calculator.el (calculator): Put in applications group.
7049
7050 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7051
7052 Add .dir-locals.el support for file-less buffers.
7053 * files.el (hack-local-variables): Split out code to apply local
7054 variable settings ...
7055 (hack-local-variables-apply): ... here. New function.
7056 (hack-dir-local-variables): Use the default directory for when the
7057 buffer does not have an associated file.
7058 (hack-dir-local-variables-non-file-buffer): New function.
7059 * diff-mode.el (diff-mode):
7060 * vc-annotate.el (vc-annotate-mode):
7061 * vc-dir.el (vc-dir-mode):
7062 * log-edit.el (log-edit-mode):
7063 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
7064
7065 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7066
7067 Add support for shelving snapshots and for showing shelves.
7068 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
7069 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
7070 New functions.
7071 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
7072 (vc-bzr-extra-menu-map): Map them.
7073
7074 2010-03-11 Glenn Morris <rgm@gnu.org>
7075
7076 * cus-edit.el (customize-changed-options-previous-release):
7077 Bump to 23.1.
7078
7079 * image.el (image-animate-max-time): Fix :version tag.
7080
7081 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
7082
7083 * Branch for 23.2.
7084
7085 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7086
7087 * vc-git.el (vc-git-revision-table): Include remote branches.
7088
7089 2010-03-10 Kim F. Storm <storm@cua.dk>
7090
7091 Animated image API.
7092 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
7093
7094 * image.el (image-animate-max-time): New defcustom.
7095 (image-animated-types): New defconst.
7096 (create-animated-image, image-animate-timer)
7097 (image-animate-start, image-animate-stop, image-animate-timeout)
7098 (image-animated-p): New functions.
7099
7100 * image-mode.el (image-toggle-display-image):
7101 Replace `create-image' with `create-animated-image'.
7102
7103 2010-03-09 Miles Bader <miles@gnu.org>
7104
7105 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
7106 instead of "format:"; this ensures that the output is
7107 newline-terminated.
7108
7109 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
7110
7111 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
7112 that all errors are caught, and that the return value is always a
7113 list (Bug#5692).
7114
7115 2010-03-08 Kenichi Handa <handa@m17n.org>
7116
7117 * language/misc-lang.el (windows-1256): New coding system.
7118 (cp1256): New alias of windows-1256 (bug#5690).
7119
7120 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
7121
7122 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
7123 call to rfc822-bad-address. (Bug#5692)
7124
7125 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
7126
7127 * vc-git.el (vc-git-annotate-extract-revision-at-line):
7128 Use vc-git-root as default directory for revision path (Bug#5657).
7129
7130 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
7131
7132 * calculator.el (calculator): Don't bind split-window-keep-point
7133 (Bug#5674).
7134
7135 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
7136
7137 * vc-git.el: Re-flow to fit into 80 columns.
7138 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
7139 Remove spurious `quote' element in each case alternative.
7140 (vc-git-show-log-entry): Use prog1.
7141 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
7142
7143 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7144
7145 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
7146
7147 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
7148
7149 * macros.el (insert-kbd-macro): Look up keyboard macro using the
7150 definition, not the name (Bug#5481).
7151
7152 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
7153
7154 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
7155 argument with a local variable. (Bug#5670)
7156
7157 2010-03-02 Juri Linkov <juri@jurta.org>
7158
7159 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
7160
7161 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
7162
7163 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
7164 error when FILENAME and NEWNAME are existing remote directories.
7165
7166 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
7167 parameter DIR-FLAG.
7168
7169 2010-03-02 Glenn Morris <rgm@gnu.org>
7170
7171 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
7172 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
7173
7174 2010-03-01 Kenichi Handa <handa@m17n.org>
7175
7176 * language/burmese.el (burmese-composable-pattern): Rename from
7177 myanmar-composable-pattern.
7178
7179 * international/characters.el (script-list):
7180 * international/fontset.el (script-representative-chars):
7181 Change myanmar to burmese.
7182 (otf-script-alist): Likewise.
7183 (setup-default-fontset): Likewise. Re-fix :otf spec.
7184
7185 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7186
7187 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
7188
7189 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
7190
7191 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
7192
7193 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
7194
7195 * net/tramp.el (tramp-handle-write-region): START can be a string.
7196 Take care in the checks. Reported by Dan Davison
7197 <davison@stats.ox.ac.uk>.
7198
7199 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
7200
7201 * net/dbus.el (dbus-introspect, dbus-get-property)
7202 (dbus-set-property, dbus-get-all-properties):
7203 Use `dbus-call-method' when noninteractive. (Bug#5645)
7204
7205 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
7206
7207 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
7208 * emacs-lisp/elint.el (elint-add-required-env):
7209 * calendar/icalendar.el (icalendar--add-diary-entry):
7210 * calc/calcalg2.el (math-tracing-integral):
7211 * files.el (recover-session-finish): Use with-current-buffer
7212 instead of save-excursion.
7213
7214 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
7215
7216 Fix in-buffer completion when after-change-functions modify the buffer.
7217 * minibuffer.el (completion--replace): New function.
7218 (completion--do-completion): Use it and use relative movement.
7219
7220 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
7221
7222 * international/fontset.el (setup-default-fontset): Fix :otf spec.
7223
7224 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
7225
7226 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
7227 Allow the characters _<> in the stack entry (Bug#5653).
7228
7229 2010-02-26 Kenichi Handa <handa@m17n.org>
7230
7231 * language/burmese.el: Fix entries in composition-function-table.
7232 (myanmar-composable-pattern): New variable.
7233
7234 * international/fontset.el (setup-default-fontset): Add an entry
7235 for myanmar.
7236
7237 * international/characters.el (script-list): Add Myanmar
7238 Extended-A.
7239
7240 2010-02-26 Glenn Morris <rgm@gnu.org>
7241
7242 * custom.el (custom-initialize-delay): Doc fix.
7243
7244 * mail/sendmail.el (send-mail-function): Autoload the call
7245 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
7246
7247 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
7248
7249 * files.el (hack-local-variables-filter): For eval forms, also
7250 check safe-local-variable-p (Bug#5636).
7251
7252 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
7253
7254 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
7255 setting the modes by `ignore-errors'. It might fail, for example
7256 if the file is not owned by the user but the group.
7257 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
7258
7259 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
7260
7261 * files.el (directory-listing-before-filename-regexp): Use
7262 stricter matching for iso-style dates, to avoid false matches with
7263 date-like filenames (Bug#5597).
7264
7265 * htmlfontify.el (htmlfontify): Doc fix.
7266
7267 * eshell/eshell.el (eshell): Doc fix.
7268
7269 * startup.el (fancy-about-screen): In mode-line, apply
7270 mode-line-buffer-id face only to the buffer name (Bug#5613).
7271
7272 2010-02-20 Kevin Ryde <user42@zip.com.au>
7273
7274 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7275 In `watcom' anchor regexp to start of line, to avoid slowness
7276 (Bug#5599).
7277
7278 2010-02-20 Eli Zaretskii <eliz@gnu.org>
7279
7280 * subr.el (remove-yank-excluded-properties): Explain in a comment
7281 why `category' property is removed.
7282
7283 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
7284
7285 * isearch.el (isearch-update-post-hook, isearch-update): Revert
7286 2010-02-17 change.
7287
7288 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
7289
7290 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
7291 (icalendar--convert-weekly-to-ical)
7292 (icalendar--convert-yearly-to-ical)
7293 (icalendar--convert-block-to-ical)
7294 (icalendar--convert-cyclic-to-ical)
7295 (icalendar--convert-anniversary-to-ical): Take care of time
7296 specifications where hour has 1-digit only (Bug#5549).
7297
7298 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
7299
7300 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
7301 of disassemble output in GDB 7.1.
7302
7303 2010-02-19 Glenn Morris <rgm@gnu.org>
7304
7305 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
7306 property. (Bug#5593)
7307
7308 2010-02-18 Sam Steingold <sds@gnu.org>
7309
7310 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7311
7312 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7313
7314 Use abbreviated file names in bookmarks (bug#5591).
7315 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
7316 calls to expand-file-name.
7317 (bookmark-relocate): Use abbreviated file names in bookmarks.
7318 (bookmark-load): Use abbreviated file names in messages.
7319
7320 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
7321
7322 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
7323 expand "." and "..". Reported by Thierry Volpiatto
7324 <thierry.volpiatto@gmail.com>.
7325
7326 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
7327
7328 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
7329 permissions of the temporary file to "0600". In case the remote
7330 file has no read permissions for the owner, there might be
7331 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
7332
7333 22010-02-18 Glenn Morris <rgm@gnu.org>
7334
7335 * emacs-lisp/authors.el (authors-renamed-files-alist):
7336 Add entries for INSTALL.CVS.
7337
7338 2010-02-17 Mark A. Hershberger <mah@everybody.org>
7339
7340 * vc-bzr.el: Fix typo in Known Bugs section.
7341
7342 * isearch.el (isearch-update-post-hook): New hook.
7343 (isearch-update): Use the new hook.
7344
7345 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
7346
7347 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7348 Fix errors in copying directories.
7349 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
7350 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
7351 (tramp-handle-delete-file)
7352 (tramp-handle-dired-recursive-delete-directory)
7353 (tramp-handle-write-region): Flush also the cache for the upper
7354 directory.
7355
7356 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
7357
7358 * simple.el (save-interprogram-paste-before-kill): Doc fix.
7359
7360 * cus-edit.el (hardware): Doc fix.
7361
7362 * man.el (man): Add to external custom group.
7363
7364 * delim-col.el (columns): Move to wp custom group.
7365
7366 * doc-view.el (doc-view): Add to data custom group.
7367
7368 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
7369
7370 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
7371 by ispell-parse-output (Bug#5575).
7372
7373 2010-02-16 Kenichi Handa <handa@m17n.org>
7374
7375 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
7376 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
7377 (skkdic-convert): Use `euc-japan' coding system for writing.
7378
7379 2010-02-16 Glenn Morris <rgm@gnu.org>
7380
7381 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
7382 tex-main-file before using it. (Bug#5562)
7383
7384 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
7385
7386 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
7387 warnings, since it is annoying for the user to see them each time he
7388 runs the code.
7389
7390 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
7391
7392 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
7393 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
7394 instead of PROC for caching "first-password-request". Otherwise,
7395 new processes would not profit from passwords already entered.
7396
7397 * net/tramp-cache.el (tramp-dump-connection-properties):
7398 Don't save "first-password-request" property.
7399
7400 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
7401
7402 * outline.el (outline-head-from-level):
7403 * simple.el (with-wrapper-hook):
7404 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
7405 (elint-defun, elint-buffer-env, elint-top-form-logged)
7406 (elint-unbound-variable):
7407 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
7408 Fix typos in docstrings.
7409
7410 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
7411
7412 * files.el (insert-directory): When WILDCARD-REGEXP and
7413 FULL-DIRECTORY-P are nil, insert the file entry instead of the
7414 whole directory. (Bug#5551)
7415
7416 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
7417 dired's alignment sanity. (Bug#5516)
7418
7419 2010-02-14 Juri Linkov <juri@jurta.org>
7420
7421 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
7422 Remove remaining ^H with their preceding chars. (Bug#5566)
7423
7424 2010-02-13 Glenn Morris <rgm@gnu.org>
7425
7426 * simple.el (transpose-subr): Give it a doc-string.
7427
7428 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
7429 Doc fixes.
7430
7431 2010-02-12 Juri Linkov <juri@jurta.org>
7432
7433 * arc-mode.el (archive-unique-fname): Make directories for nested
7434 archives. (Bug#5540)
7435
7436 2010-02-12 Juri Linkov <juri@jurta.org>
7437
7438 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
7439
7440 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7441
7442 * subr.el (copy-overlay): Handle deleted overlays.
7443
7444 * man.el (Man-completion-table): Don't signal an error if we can't run
7445 manual-program (bug#4056).
7446
7447 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
7448
7449 * textmodes/artist.el (artist-mt): Fix typos in docstring.
7450
7451 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7452
7453 * info.el (Info-bookmark-jump): Simplify.
7454
7455 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
7456 (bookmark-default-handler): Accept new bookmark field `buffer'.
7457
7458 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
7459
7460 * iswitchb.el (iswitchb-completions): Revert last change.
7461
7462 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
7463
7464 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
7465 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
7466 This prevents file names like "~/" being listed literally.
7467
7468 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
7469
7470 * term/xterm.el (xterm-maybe-set-dark-background-mode):
7471 Remove dead code. (Bug#5546)
7472
7473 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
7474
7475 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
7476 correctly (Bug#5548).
7477
7478 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
7479
7480 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
7481 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
7482
7483 2010-02-08 Kenichi Handa <handa@m17n.org>
7484
7485 * international/mule-util.el (with-coding-priority): Add autoload
7486 cookie for putting `lisp-indent-function'.
7487
7488 2010-02-07 Glenn Morris <rgm@gnu.org>
7489
7490 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
7491 Move F2003 named interfaces from keywords-2 to keywords-1, and
7492 use function-name-face rather than constant-face.
7493 Simplify "abstract interface" regexp.
7494
7495 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
7496
7497 * eshell/esh-util.el (eshell-file-attributes): New optional arg
7498 ID-FORMAT. Pass it to `file-attributes'.
7499
7500 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
7501
7502 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
7503
7504 * faces.el (set-face-attribute): Allow calling
7505 internal-set-lisp-face-attribute with 'unspecified family and
7506 foundry argument (Bug#5536).
7507
7508 2010-02-07 Glenn Morris <rgm@gnu.org>
7509
7510 * progmodes/f90.el (f90-font-lock-keywords-2)
7511 (f90-looking-at-type-like, f90-looking-at-program-block-end):
7512 Handle F2003 named interfaces.
7513
7514 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
7515
7516 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
7517 beg and end before calling c-get-state-before-change-functions.
7518
7519 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
7520
7521 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
7522
7523 2010-02-05 Juri Linkov <juri@jurta.org>
7524
7525 * doc-view.el (doc-view-mode):
7526 * image-mode.el (image-mode): Put property mode-class=special.
7527 (Bug#4896)
7528
7529 2010-02-05 Mark A. Hershberger <mah@everybody.org>
7530
7531 * vc-svn.el (vc-svn-revision-table): New function.
7532
7533 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
7534
7535 * net/ange-ftp.el (ange-ftp-insert-directory):
7536 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7537 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7538 Handle also directories. (Bug#5478)
7539
7540 2010-02-05 Glenn Morris <rgm@gnu.org>
7541
7542 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
7543
7544 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
7545
7546 * startup.el (command-line-1): Convert options beginning with a
7547 single dash as well (Bug#5519).
7548
7549 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
7550
7551 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
7552 * minibuffer.el (completion-initials-expand): Only check the presence
7553 of delims *within* the boundaries, since otherwise the / delim is
7554 always found for files.
7555
7556 Fix up various corner case problems.
7557 * doc-view.el (doc-view-last-page-number): New function.
7558 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
7559 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
7560 (doc-view-kill-proc): Avoid inf-loop in freak cases.
7561 (doc-view-reconvert-doc): Use the new recursive delete-directory.
7562 (doc-view-convert-current-doc): Don't create the resolution.el file
7563 here any more.
7564 (doc-view-pdf/ps->png): Do it here instead.
7565 (doc-view-already-converted-p): Check that resolution.el is present.
7566 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
7567 windows that are not yet showing images.
7568
7569 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
7570
7571 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
7572 `dired-uncache' for every elemnt which is an absolute file name.
7573
7574 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
7575 directory, handle its directory component.
7576 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
7577 function is called permanently and creates noise, otherwise.
7578
7579 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7580 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7581 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
7582
7583 2010-02-04 David Burger <dburger@google.com> (tiny change)
7584
7585 * macros.el (apply-macro-to-region-lines):
7586 Minor simplification. (Bug#5485)
7587
7588 2010-02-04 Glenn Morris <rgm@gnu.org>
7589
7590 * mail/rmail.el (rmail-show-message-1): Handle malformed
7591 quoted-printable text. (Bug#5441)
7592
7593 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
7594
7595 * simple.el (visual-line-mode): Capitalize lighter.
7596
7597 2010-02-03 John Wiegley <jwiegley@gmail.com>
7598
7599 * iswitchb.el (iswitchb-completions): Add bookmark files to the
7600 list of files considered for "virtual buffer" completions.
7601
7602 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
7603
7604 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
7605 also in case of (and (not full) (not wildcard)). This is needed
7606 when dired is called with a list of files, which are not in
7607 `default-directory'. (Bug#5478)
7608
7609 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
7610
7611 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
7612
7613 2010-02-02 Juri Linkov <juri@jurta.org>
7614
7615 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
7616 from unidiff to allow function-line after @@.
7617
7618 2010-02-02 Juri Linkov <juri@jurta.org>
7619
7620 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
7621 '(RCS SCCS) with inverted condition.
7622
7623 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
7624
7625 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
7626 messages.
7627
7628 2010-02-01 Juri Linkov <juri@jurta.org>
7629
7630 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
7631 compare with "pkunzip" and "pkzip" instead of only "pkzip".
7632 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
7633 only when (car archive-zip-extract) is "unzip". (Bug#5475)
7634
7635 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
7636
7637 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
7638 (doc-view-revert-buffer): New command.
7639 (doc-view-mode-map): Use it.
7640
7641 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
7642
7643 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
7644 pending merge is detected.
7645
7646 2010-01-31 Juri Linkov <juri@jurta.org>
7647
7648 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
7649 beginning of interactive spec like all other grep commands do.
7650 Put "all" in front of "gz". (Bug#5260)
7651
7652 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
7653
7654 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
7655
7656 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
7657
7658 * dirtrack.el (dirtrack): Warn instead of signalling error if the
7659 regexp is incorrect (Bug#5476).
7660
7661 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
7662
7663 * net/tramp.el (tramp-handle-insert-directory): Handle also
7664 symlinks, when FILENAME is not in `default-directory'.
7665
7666 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
7667
7668 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
7669 FILE is not in `default-directory'. (Bug#5478)
7670
7671 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
7672 of SWITCHES. Handle the case, FILENAME is not in
7673 `default-directory'. (Bug#5478)
7674 (tramp-register-file-name-handlers): Add safe-magic property.
7675
7676 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
7677
7678 * arc-mode.el (archive-zip-extract): Quote the argument passed to
7679 unzip (Bug#5475).
7680
7681 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
7682
7683 * progmodes/flymake.el (flymake-allowed-file-name-masks)
7684 (flymake-master-make-header-init): Add other C++ filename masks.
7685 (flymake-find-possible-master-files)
7686 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
7687
7688 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
7689
7690 Fix some busybox annoyances.
7691
7692 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
7693 not responding." string.
7694 (tramp-open-connection-setup-interactive-shell): Dump stty
7695 settings. Enable "neveropen" arg for all `tramp-send-command'
7696 calls. Handle "=" in variable values properly.
7697 (tramp-find-inline-encoding): Raise an error, when no encoding is
7698 found.
7699 (tramp-wait-for-output): Check, whether PROC buffer is available.
7700 Remove spurious " ^H" sequences, sent by busybox.
7701 (tramp-get-ls-command): Suppress coloring, if possible.
7702
7703 2010-01-28 Glenn Morris <rgm@gnu.org>
7704
7705 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
7706
7707 * log-edit.el (log-edit-strip-single-file-name): Add missing
7708 :safe, :group, and :version tags.
7709
7710 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
7711
7712 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
7713 buffers. (Bug#5477)
7714
7715 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
7716
7717 * files.el (delete-directory): Handle moving to trash without
7718 first doing recursion (Bug#5436).
7719
7720 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
7721
7722 * vc-hooks.el (vc-path): Mark as obsolete.
7723
7724 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
7725
7726 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
7727 names too.
7728
7729 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
7730 for the short log.
7731 (vc-bzr-log-view-mode): Adjust regexp for the above change.
7732
7733 2010-01-25 Mark A. Hershberger <mah@everybody.org>
7734
7735 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
7736
7737 * vc-bzr.el (vc-bzr-revision-table): New function.
7738
7739 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
7740
7741 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
7742 diff-index command. This requires at least git-1.5.5. (Bug#1589).
7743
7744 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7745
7746 Remove support for adding --signoff on commit.
7747 Future support will use an incompatible generic mechanism.
7748 * vc-git.el (vc-git-add-signoff): Remove variable.
7749 (vc-git-toggle-signoff): Remove function.
7750 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
7751
7752 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
7753 from xterm-set-background-mode. Return t if the background mode
7754 was set.
7755 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
7756 earlier, call it again in case the background mode has changed.
7757
7758 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
7759
7760 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
7761 (Bug#3541).
7762
7763 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
7764
7765 * emacs-lisp/assoc.el (aelement): Doc fix.
7766 (aput, adelete, amake): Use lexical-let (Bug#5450).
7767
7768 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
7769
7770 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
7771 is the same as subprogram call, not declaration. (Bug#5435).
7772
7773 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
7774
7775 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
7776 (tramp-smb-maybe-open-connection): Use it.
7777
7778 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
7779
7780 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
7781
7782 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
7783
7784 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
7785 just because we see "encoding: 8bit".
7786 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
7787
7788 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
7789
7790 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
7791
7792 2010-01-22 Eli Zaretskii <eliz@gnu.org>
7793
7794 * jka-compr.el (jka-compr-load): If load-file is not in
7795 load-history, try its file-truename version. (bug#5447)
7796
7797 2010-01-21 Alan Mackenzie <acm@muc.de>
7798
7799 Fix a situation where deletion of a cpp construct throws an error.
7800 * progmodes/cc-engine.el (c-invalidate-state-cache):
7801 Before invoking c-with-all-but-one-cpps-commented-out, check that the
7802 special cpp construct is still in the buffer.
7803 (c-parse-state): Record the special cpp with markers, not numbers.
7804
7805 2010-01-21 Kenichi Handa <handa@m17n.org>
7806
7807 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
7808 process last-command-event, as it is now decoded first (Bug#5380).
7809
7810 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
7811
7812 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
7813
7814 2010-01-20 Glenn Morris <rgm@gnu.org>
7815
7816 * indent.el (tab-always-indent): Fix custom-type.
7817
7818 2010-01-19 Alan Mackenzie <acm@muc.de>
7819
7820 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
7821 buffer throws "args out of range".
7822 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
7823 playing the role of delimiter.
7824
7825 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
7826
7827 * progmodes/ada-mode.el: Fix bug#5400.
7828 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
7829 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
7830 changed. Delete RECURSIVE parameter; never used. Improve doc string.
7831 Improve comments in "is" portion. Handle null procedure declaration.
7832 (ada-move-to-end): Improve doc string.
7833
7834 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
7835
7836 * ido.el (ido-cur-list): Initialize to nil.
7837 Remove obsolete information from commentary.
7838 (ido-choice-list): Initialize to nil.
7839 (ido-get-bufname): Reject minibuffers.
7840 (ido-make-buffer-list): If "default" is a nonexistent
7841 buffer, ignore it, as per the function's comment.
7842 (ido-kill-buffer-internal): New function.
7843 (ido-kill-buffer-at-head): Use it.
7844 (ido-visit-buffer): Likewise.
7845
7846 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
7847
7848 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
7849
7850 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
7851
7852 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
7853 Fix typos in chart titles.
7854
7855 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
7856 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
7857 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
7858 (describe-class, eieio-describe-generic, describe-generic):
7859 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
7860 (eieio-speedbar-expand):
7861 * emulation/viper-cmd.el (viper-exec-form-in-vi)
7862 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
7863 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
7864 (viper-del-backward-char-in-replace, viper-backward-indent)
7865 (viper-brac-function, viper-register-to-point, viper-submit-report):
7866 * net/tramp.el (tramp-remote-coding-commands):
7867 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
7868 Fix typos in docstrings.
7869
7870 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
7871
7872 * mail/sendmail.el (mail-yank-original): Set the mark if the
7873 specified function for yanking does not do it.
7874
7875 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
7876
7877 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
7878
7879 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
7880 resyncing a directory.
7881
7882 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
7883
7884 * progmodes/ada-mode.el: Fix bug#1920.
7885 (ada-ident-re): Delete ., allow multibyte characters.
7886 (ada-goto-label-re): New; matches goto labels.
7887 (ada-block-label-re): New; matches block labels.
7888 (ada-label-re): New; matches both.
7889 (ada-named-block-re): Deleted; callers changed to use
7890 `ada-block-label-re' instead.
7891 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
7892 Use `ada-block-label-re'.
7893 (ada-indent-on-previous-lines): Improve handling of goto labels.
7894 (ada-get-indent-block-start): Special-case block label.
7895 (ada-get-indent-label): Split into `ada-indent-block-label' and
7896 `ada-indent-goto-label'.
7897 (ada-goto-stmt-start, ada-goto-next-non-ws):
7898 Optionally ignore goto labels.
7899 (ada-goto-next-word): Simplify.
7900 (ada-indent-newline-indent-conditional): Insert newline before
7901 trying to fix indentation; doc fix.
7902
7903 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
7904
7905 * calc/calc.el (calc-command-flags): Give it an initial value.
7906
7907 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
7908
7909 * files.el (minibuffer-with-setup-hook):
7910 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
7911 (artist-key-draw-continously, artist-key-do-continously-continously)
7912 (artist-key-set-point-continously, artist-mouse-draw-continously):
7913 Fix typos in docstrings.
7914
7915 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
7916
7917 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
7918 return t (Bug#3898).
7919
7920 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
7921
7922 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
7923 can parse the output of the external commands (Bug#5279).
7924
7925 2010-01-16 Jari Aalto <jari.aalto@cante.net>
7926
7927 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
7928
7929 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
7930
7931 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
7932
7933 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
7934
7935 * startup.el (command-line): Remove unused --icon-type arg.
7936 Handle --display arg, passing it to command-line-1 (Bug#5392).
7937
7938 2010-01-16 Mario Lang <mlang@delysid.org>
7939
7940 * emacs-lisp/chart.el (chart-translate-namezone):
7941 * textmodes/artist.el (artist-compute-popup-menu-table):
7942 Remove duplicated words in doc-strings.
7943
7944 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
7945
7946 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
7947 to mairix-search to suppress threading (Bug#5342).
7948
7949 2010-01-15 Kenichi Handa <handa@m17n.org>
7950
7951 * international/mule-cmds.el (canonicalize-coding-system-name):
7952 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
7953
7954 2010-01-15 Glenn Morris <rgm@gnu.org>
7955
7956 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
7957
7958 * wid-edit.el (widget-keymap): Doc fix.
7959
7960 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
7961 former seems to be more widely accepted by various svn versions.
7962
7963 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
7964
7965 * find-cmd.el (find-constituents):
7966 * vc-arch.el (vc-arch-root):
7967 * window.el (window-body-height, pop-up-frames):
7968 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
7969 * progmodes/ada-stmt.el (ada-if):
7970 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
7971 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
7972 (ispell-encoding8-command, ispell-aspell-supports-utf8)
7973 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
7974
7975 * progmodes/flymake.el (flymake-post-syntax-check):
7976 Fix typo in error message.
7977
7978 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
7979
7980 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
7981 which is always a string. (Bug#5313)
7982
7983 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
7984
7985 * progmodes/ada-xref.el (ada-default-prj-properties):
7986 Simplify previous change.
7987
7988 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
7989
7990 * progmodes/ada-xref.el (ada-default-prj-properties):
7991 Default ada_project_path to $ADA_PROJECT_PATH.
7992
7993 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
7994
7995 * progmodes/ada-mode.el (ada-create-keymap):
7996 Override `narrow-to-defun' with `ada-narrow-to-defun'.
7997
7998 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
7999
8000 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
8001 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
8002 (ada-get-current-indent, ada-imenu-generic-expression)
8003 (ada-which-function): Check for it.
8004
8005 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8006
8007 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
8008 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
8009
8010 2010-01-14 Glenn Morris <rgm@gnu.org>
8011
8012 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
8013
8014 2010-01-14 Kenichi Handa <handa@m17n.org>
8015
8016 * composite.el (auto-composition-mode): Make it a buffer local
8017 variable (permanent-local).
8018 (auto-composition-function): Set the default value to
8019 auto-compose-chars.
8020 (auto-composition-mode): Make it a simple function, not a minor mode.
8021 (global-auto-composition-mode): Likewise.
8022 (turn-on-auto-composition-if-enabled): Delete it.
8023
8024 2010-01-13 Karl Fogel <kfogel@red-bean.com>
8025
8026 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
8027
8028 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
8029
8030 * files.el (copy-directory): Compute target for recursive
8031 directories with identical names. (Bug#5343)
8032
8033 2010-01-12 Glenn Morris <rgm@gnu.org>
8034
8035 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
8036 it to bug-gnu-emacs rather than emacs-pretest-bug.
8037
8038 2010-01-11 Sam Steingold <sds@gnu.org>
8039
8040 * imenu.el (imenu-default-create-index-function): Detect infinite
8041 loops caused by imenu-prev-index-position-function.
8042
8043 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
8044
8045 * htmlfontify.el (htmlfontify-load-rgb-file)
8046 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
8047 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
8048 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
8049 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
8050 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
8051 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
8052 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
8053 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
8054 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
8055 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
8056 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
8057 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
8058 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
8059 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
8060 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
8061 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
8062 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
8063 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
8064 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
8065 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
8066 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
8067 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
8068 backslash-quoting from parentheses, etc.
8069
8070 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
8071
8072 * progmodes/js.el: Autoload javascript-mode alias.
8073
8074 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
8075
8076 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
8077 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
8078 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
8079 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
8080 Fix typos in docstrings.
8081 (ffap-url-regexp): Doc fix.
8082 (ffap-at-mouse): Fix typo in message.
8083
8084 2010-01-11 Glenn Morris <rgm@gnu.org>
8085
8086 * version.el (emacs-copyright): Set copyright year to 2010.
8087
8088 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
8089
8090 * format.el (format-annotate-function): Only set
8091 write-region-post-annotation-function after running to-fn so as not to
8092 affect nested write-region calls (bug#5273).
8093
8094 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
8095
8096 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
8097 wisent/python.el.
8098
8099 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
8100
8101 * man.el (Man-goto-section): Signal error if the section is not
8102 found (Bug#5317).
8103
8104 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
8105
8106 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
8107 URLs with a leading triple slash in the file: scheme. (Bug#5345)
8108
8109 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
8110
8111 * progmodes/compile.el: Don't treat compile-command as safe if
8112 compilation-read-command might be nil (Bug#4218).
8113
8114 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
8115
8116 * startup.el (command-line-1): Use orig-argi to check for ignored X and
8117 NS options.
8118
8119 2010-01-08 Kenichi Handa <handa@m17n.org>
8120
8121 * international/fontset.el (build-default-fontset-data):
8122 Exclude characters in scripts kana, hangul, han, or cjk-misc.
8123
8124 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
8125
8126 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
8127 to `create-file-buffer' as it expects, not just a buffer name.
8128 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
8129 to help uniquify. (Bug#3224)
8130
8131 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
8132
8133 * font-setting.el (font-setting-change-default-font): Use user-spec
8134 instead of name.
8135
8136 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8137
8138 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
8139
8140 2010-01-05 Tom Tromey <tromey@redhat.com>
8141
8142 * progmodes/python.el (python-font-lock-keywords):
8143 Handle qualified decorators (Bug#881).
8144
8145 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8146
8147 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
8148 in a lightweight checkout.
8149
8150 2010-01-05 Kenichi Handa <handa@m17n.org>
8151
8152 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
8153
8154 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8155
8156 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
8157
8158 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
8159
8160 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
8161 checkouts. (Bug#618)
8162 (vc-bzr-log-view-mode): Also highlight the author.
8163 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
8164 (vc-bzr-shelve-menu-map):
8165 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
8166 (vc-bzr-shelve-apply): Make prompt more explicit.
8167
8168 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
8169
8170 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
8171 They are valid characters in URL paths (rfc3986), and at least
8172 Firefox does not understand the encoded version (Bug#3166).
8173
8174 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
8175
8176 * progmodes/octave-mod.el (octave-end-keywords)
8177 (octave-block-begin-or-end-regexp, octave-block-match-alist):
8178 Add "end" keyword (Bug#3061).
8179 (octave-end-as-array-index-p): New function.
8180 (calculate-octave-indent): Use it.
8181
8182 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8183
8184 * bookmark.el: Consistently put the text property on the bookmark name.
8185 (bookmark-bmenu-marks-width): Bump back to 2, to include
8186 annotation marks.
8187 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
8188 property on the bookmark name, instead of not putting it at all.
8189 (bookmark-bmenu-list): Fix where we put the text property.
8190
8191 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8192
8193 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
8194 for showing buffer modified state (as added in the previous change).
8195
8196 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8197
8198 * bookmark.el: Show modified state of bookmark buffer more accurately.
8199 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
8200 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
8201 (with-buffer-modified-unmodified): New macro.
8202 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8203 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
8204 Use new macro to preserve the buffer modified state.
8205
8206 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8207
8208 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
8209 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
8210 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
8211 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
8212 (bookmark-bmenu-rename, bookmark-bmenu-locate)
8213 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
8214 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
8215
8216 2010-01-02 Eli Zaretskii <eliz@gnu.org>
8217
8218 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8219 Make the lines in the generated doc string shorter. (Bug#4668)
8220
8221 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
8222
8223 * net/rcirc.el: Add follow-link binding (Bug#4738).
8224
8225 2010-01-02 Eli Zaretskii <eliz@gnu.org>
8226
8227 * Makefile.in (bzr-update): Rename from cvs-update.
8228 (cvs-update): New target for backward compatibility.
8229
8230 * makefile.w32-in (bzr-update): Rename from cvs-update.
8231 (cvs-update): New target for backward compatibility.
8232
8233 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8234
8235 * bookmark.el: Remove gratuitous gratitude.
8236
8237 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8238
8239 * bookmark.el (bookmark-bmenu-any-marks): New function.
8240 (bookmark-bmenu-save): Clear buffer modification if no marks.
8241
8242 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8243
8244 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
8245 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
8246 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
8247 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
8248
8249 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
8250 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
8251 To: emacs-devel {_AT_} gnu.org
8252 Subject: bookmark.el bug report
8253 Date: Mon, 28 Dec 2009 14:19:16 +0800
8254 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
8255
8256 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8257
8258 * bookmark.el: Improvements suggested by Drew Adams:
8259 (bookmark-bmenu-ensure-position): New name for
8260 `bookmark-bmenu-check-position'. Just ensure the position,
8261 don't return any meaningful value.
8262 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
8263 New constants.
8264
8265 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
8266
8267 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
8268 (bookmark-yank-point, bookmark-bmenu-check-position):
8269 Fix typos in docstrings.
8270 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
8271 (bookmark-name-from-full-record, bookmark-get-position)
8272 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
8273 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
8274 Remove useless quoting of parenthesis, etc. in docstrings.
8275
8276 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
8277 (ediff-append-custom-diff): Fix typo in error message.
8278 (ediff-meta-mark-equal-files): Fix typos in messages.
8279
8280 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
8281
8282 * net/imap-hash.el (imap-hash-make): Doc fix.
8283 (imap-hash-test): Fix typo in error message; reflow docstring.
8284 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
8285 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
8286 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
8287 Fix typos in docstrings.
8288 (imap-hash-open-connection): Fix typo in error message.
8289
8290 * play/gomoku.el (gomoku): Fix typos in docstring.
8291
8292 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
8293 (gdb-jsonify-buffer): Fix typos in docstring.
8294 (gdb-goto-breakpoint): Fix typo in error message.
8295 ("Display Other Windows"): Fix typo in help message.
8296 (gdb-speedbar-expand-node): Fix typo in question.
8297
8298 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
8299 (idlwave-html-system-help-location, idlwave-html-help-location)
8300 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
8301 (idlwave-help-browser-generic-args, idlwave-help-directory)
8302 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
8303 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
8304 (idlwave-online-help, idlwave-help-html-link)
8305 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
8306 Fix typos in docstrings.
8307 (idlwave-help-with-source, idlwave-help-find-routine-definition):
8308 Reflow docstrings.
8309 (idlwave-help-assistant-start): Fix typo in error message.
8310
8311 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
8312 (octave-electric-space): Fix typos in docstrings.
8313
8314 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
8315
8316 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
8317
8318 2010-01-01 Juri Linkov <juri@jurta.org>
8319
8320 * comint.el (comint-input-ring-size): Make it a defcustom and
8321 increase the default to 500 (Bug#5148).
8322
8323 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
8324
8325 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
8326 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
8327 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
8328
8329 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
8330
8331 Show working revision correctly for mercurial.
8332 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
8333 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
8334
8335 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
8336
8337 Declare some functions for the byte-compiler.
8338 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
8339 (speedbar-timer-fn, speedbar-change-expand-button-char)
8340 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
8341
8342 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
8343
8344 This changeset reverts GDB Graphical Interface to use annotations.
8345 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
8346
8347 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8348
8349 Make vc-dir work on subdirectories of the bzr root.
8350 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
8351 file names relative to it.
8352 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
8353 relative directory to vc-bzr-after-dir-status.
8354
8355 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
8356
8357 * font-lock.el (font-lock-refresh-defaults): New function, which
8358 can be used to let font-lock react to external changes in
8359 variables like font-lock-defaults and keywords.
8360 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
8361
8362 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
8363
8364 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
8365
8366 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
8367
8368 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
8369
8370 Supersede color.diff settings in git log (bug#5211).
8371
8372 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
8373 escape chars in its output when the user has color.diff set to `always'.
8374 This fix works on git 1.4.2 and newer (released on 2006-08-13).
8375
8376 2009-12-26 Kevin Ryde <user42@zip.com.au>
8377
8378 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
8379 node. Keep previous "Index" name to work with past coreutils too.
8380
8381 * man.el (man): Revise docstring a bit to show -a and -l as
8382 examples. Add -k description since support for it has otherwise
8383 been a secret. (Further to bug#3717.)
8384 (Man-bgproc-sentinel): When "-k foo" produces no output show error
8385 "no matches" rather than "Can't find manpage", as the latter reads
8386 like -k was interpreted as a page name, which is not so. (Bug#5431)
8387
8388 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
8389
8390 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
8391 switches. Check also for //SUBDIRED// line.
8392
8393 2009-12-25 Kenichi Handa <handa@m17n.org>
8394
8395 * language/indian.el (devanagari-composable-pattern): Fixed to
8396 handle ZWNJ and ZWJ. Use it in composition-function-table for
8397 Devanagari.
8398 (malayalam-composable-pattern): Fix previous change.
8399
8400 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8401
8402 * ps-print.el (ps-face-attributes): It was not returning the
8403 attribute face for faces specified as string. Reported by harven
8404 <harven@free.fr>. (Bug#5254)
8405 (ps-print-version): New version 7.3.5.
8406
8407 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
8408
8409 * calendar/icalendar.el (icalendar--convert-tz-offset):
8410 Fix timezone names.
8411 (icalendar--convert-tz-offset): Fix the "last-day-problem".
8412 (icalendar--add-diary-entry): Remove the trailing blank that
8413 diary-make-entry inserts.
8414
8415 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
8416
8417 Make `file-expand-wildcards' work for remote files.
8418
8419 * files.el (file-expand-wildcards): In case of remote files, check
8420 only local file name part for wildcards. Provide feature 'files
8421 and subfeature 'remote-wildcards. (Bug#5198)
8422
8423 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
8424 if there is already an established connection.
8425 (tramp-advice-file-expand-wildcards): Remove it.
8426
8427 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
8428 (tramp-advice-file-expand-wildcards): Move from tramp.el.
8429 Activate advice for older GNU Emacs versions. (Bug#5237)
8430
8431 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
8432
8433 Some doc fixes (more needed).
8434
8435 * find-cmd.el (find-constituents): Reflow docstring.
8436 (find-cmd, find-prune, find-command): Fix typos in docstrings.
8437 (find-generic): Doc fix.
8438
8439 2009-12-17 Juri Linkov <juri@jurta.org>
8440
8441 Fix regression from 23.1 to allow multiple modes in Local Variables.
8442
8443 * files.el (hack-local-variables-filter): While ignoring duplicates,
8444 don't take `mode' into account.
8445 (hack-local-variables-filter, hack-dir-local-variables):
8446 Don't remove duplicate `mode' from local-variables-alist (like `eval').
8447
8448 2009-12-17 Juri Linkov <juri@jurta.org>
8449
8450 Make `dired-diff' safer. (Bug#5225)
8451
8452 * dired-aux.el (dired-diff): Signal an error when `file' equals to
8453 `current' or when `file' is a directory of the `current' file.
8454
8455 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
8456
8457 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
8458 unconditionally preloaded files.
8459
8460 2009-12-16 Juri Linkov <juri@jurta.org>
8461
8462 Revert to old 23.1 logic of using the file at the mark as default.
8463 * dired-aux.el (dired-diff): Use the file at the mark as default
8464 if it's not the same as the current file, and the target dir is
8465 the current dir or the mark is active. Add the current file
8466 as the arg of `dired-dwim-target-defaults'. Use the default file
8467 in the prompt. (Bug#5225)
8468
8469 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
8470
8471 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
8472 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
8473 (tramp-check-for-regexp): Check also, when an echoing shell stops
8474 to echo sent commands.
8475
8476 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
8477
8478 * Makefile.in: Revert last change (Bug#5191).
8479
8480 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
8481
8482 * vc-hg.el (vc-hg-print-log): Fix argument order.
8483 (vc-hg-working-revision): Make sure the command is executed in a
8484 known environment so that we can parse the output. (Bug#4417)
8485
8486 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
8487
8488 * progmodes/python.el (python-symbol-completions): Remove text
8489 properties from symbol string before calling python-send-receive.
8490
8491 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
8492
8493 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
8494 when there are values for both file and line. (Bug#5060)
8495
8496 2009-12-14 Juri Linkov <juri@jurta.org>
8497
8498 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
8499 whitespace after the file name of the first line of unified format,
8500 because git-diff doesn't output whitespace and file modification time
8501 after the file name.
8502
8503 2009-12-14 David Kastrup <dak@gnu.org>
8504
8505 * info.el (Info-hide-cookies-node): Before hiding a cookie,
8506 check if it already has the `display' property added by
8507 `Info-display-images-node', and not put the `invisible' property
8508 in this case.
8509
8510 2009-12-13 Glenn Morris <rgm@gnu.org>
8511
8512 * mail/emacsbug.el (message-sort-headers): Define for compiler.
8513 (report-emacs-bug): In message-mode, sort manually before storing
8514 original report text. (Bug#5178)
8515 Remove superfluous save-excursion.
8516
8517 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
8518
8519 * net/dbus.el (dbus-property-handler): Filter lambda forms out
8520 when responding to "GetAll" properties.
8521
8522 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
8523
8524 * simple.el (compose-mail): Remove mail-setup-with-from from
8525 customization checks.
8526
8527 2009-12-12 Eli Zaretskii <eliz@gnu.org>
8528
8529 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
8530 RAR archives created on Unix systems.
8531
8532 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8533
8534 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
8535 the varalias that was accidentally removed by the 2009-11-19 change
8536 (bug#5186).
8537
8538 2009-12-12 Kenichi Handa <handa@m17n.org>
8539
8540 * language/indian.el (indian-compose-regexp): New function.
8541 (malayalam-composable-pattern): Fix the pattern.
8542 (composition-function-table): Set malayalam-composable-pattern for
8543 Malayalam characters.
8544
8545 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
8546
8547 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
8548 rather than down-mouse-1, based on follow-link conventions.
8549
8550 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
8551 are compiled.
8552
8553 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
8554
8555 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
8556 (verilog-vmm-statement-re, verilog-ovm-statement-re)
8557 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
8558 (verilog-leap-to-head, verilog-backward-token):
8559 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
8560
8561 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
8562
8563 * progmodes/verilog-mode.el (verilog-auto-lineup)
8564 (verilog-nameable-item-re): Cleanup user-visible spelling and
8565 documentation errors. One reported by Gary Delp.
8566 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
8567 (verilog-read-decls): Fix AUTOWIRE with types declared in a
8568 package, bug195. Reported by Pierre-David Pfister.
8569
8570 2009-12-11 Glenn Morris <rgm@gnu.org>
8571
8572 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
8573
8574 * mail/emacsbug.el: No longer require sendmail.
8575 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
8576 (report-emacs-bug-orig-text): Doc fix.
8577 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
8578 New local variables, to adapt to different mail-user-agents.
8579 (report-emacs-bug): Fix test for a gnu.org address.
8580 Use overlays for emphasis, since font-lock defeats 'face property.
8581 Pretest bugs also end up at the newsgroup these days.
8582 Stop message-mode stripping text properties.
8583 Set and use the new buffer-local variables.
8584 (report-emacs-bug-hook): Add doc-string.
8585 Remove some unnecessary save-excursions and simplify.
8586 Use the appropriate hook and send-command.
8587
8588 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
8589 capitalization of some menu entries.
8590
8591 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8592
8593 * whitespace.el (whitespace-display-char-on):
8594 Ensure `buffer-display-table' is unique when two or more windows are
8595 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
8596 New version 12.1.
8597
8598 2009-12-10 Eli Zaretskii <eliz@gnu.org>
8599
8600 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
8601 characters in the Attribute field.
8602
8603 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
8604
8605 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
8606
8607 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
8608
8609 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
8610 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8611 Disregard autoload-excludes.
8612 (update-directory-autoloads): Obey autoload-excludes here instead.
8613 But don't store its contents in no-autoloads and remove entries that
8614 refer to excludes files.
8615
8616 2009-12-10 Glenn Morris <rgm@gnu.org>
8617
8618 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
8619 (expand-mail-aliases): Define for compiler.
8620
8621 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
8622 Define for compiler.
8623
8624 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
8625 appropriate for the mail-user-agent in use.
8626
8627 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
8628
8629 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
8630
8631 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
8632
8633 Fix short log parsing and fontification.
8634 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
8635 Fix fontification for the [merge] label.
8636
8637 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
8638
8639 Drop some properties to avoid surprises (bug#5002).
8640 * htmlfontify.el (hfy-ignored-properties): New defcustom.
8641 (hfy-fontify-buffer): Use it.
8642
8643 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
8644
8645 Minor cleanup.
8646 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
8647 Adjust all callers.
8648 (ffap-locate-file): Remove unused arg `dir-ok' and make other
8649 args compulsory. Adjust callers.
8650 (ffap-gopher-at-point): Remove unused var `name'.
8651
8652 Get rid of the ELCFILES abomination.
8653 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8654 (compile-elcfiles): New phony target.
8655 (compile-main): Compute ELCFILES dynamically.
8656 (compile-clean): New target to remove left-over elc files.
8657 (compile, all): Use it.
8658
8659 2009-12-09 Kenichi Handa <handa@etlken>
8660
8661 * international/mule-diag.el: Require help-mode instead of help-fns.
8662
8663 2009-12-09 Kenichi Handa <handa@m17n.org>
8664
8665 * international/mule-cmds.el (ucs-names): Supply sufficiently
8666 fine ranges instead of pre-calculating accurate ranges.
8667 Iterate with bigger gc-cons-threshold.
8668
8669 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
8670
8671 Add support for stashing a snapshot of the current tree.
8672 * vc-git.el (vc-git-stash-snapshot): New function.
8673 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
8674
8675 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
8676
8677 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
8678 instead of `(beginning|end)-of-line'.
8679
8680 2009-12-08 Glenn Morris <rgm@gnu.org>
8681
8682 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
8683
8684 * Makefile.in (ELCFILES): Regenerate.
8685
8686 2009-12-07 Juri Linkov <juri@jurta.org>
8687
8688 Don't lazy-highlight the comint output in history Isearch mode.
8689
8690 * comint.el (comint-history-isearch-search): Instead of
8691 `comint-line-beginning-position', use `comint-after-pmark-p'
8692 to check if point if before the process mark, and go to
8693 `process-mark' in this case.
8694
8695 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8696
8697 * textmodes/tex-mode.el (latex-complete)
8698 (latex-indent-or-complete): Remove.
8699 (latex-mode): Set completion-at-point-functions instead.
8700
8701 Provide a standard completion command and hook it into TAB.
8702 * minibuffer.el (completion-at-point-functions): New var.
8703 (completion-at-point): New command.
8704 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
8705 * progmodes/python.el (python-mode-map): Use completion-at-point.
8706 (python-completion-at-point): Rename from python-partial-symbol and
8707 adjust for use in completion-at-point-functions.
8708 (python-mode): Setup completion-at-point for Python completion.
8709 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
8710 extracted from lisp-complete-symbol.
8711 (lisp-complete-symbol): Use it.
8712 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
8713 setup completion-at-point for Elisp completion.
8714 (emacs-lisp-mode-map, lisp-interaction-mode-map):
8715 Use completion-at-point.
8716 * ielm.el (ielm-map): Use completion-at-point.
8717 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
8718 * progmodes/sym-comp.el: Move to...
8719 * obsolete/sym-comp.el: Move from progmodes.
8720
8721 2009-12-07 Eli Zaretskii <eliz@gnu.org>
8722
8723 Prevent save-buffer in Rmail buffers from using the coding-system
8724 of the current message, and from clobbering the encoding mnemonics
8725 in the mode line (Bug#4623).
8726
8727 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
8728 flag, too.
8729 (rmail-message-encoding): New variable.
8730 (rmail-write-region-annotate): Record the encoding of the current
8731 message in rmail-message-encoding.
8732 (rmail-after-save-hook): New function, restores the encoding of
8733 the current message after the message collection is saved.
8734
8735 2009-12-07 Juri Linkov <juri@jurta.org>
8736
8737 * progmodes/grep.el (grep-read-files): Use `completing-read'
8738 instead of `read-string'. Set its `collection' arg to
8739 `read-file-name-internal'. (Bug#4301)
8740
8741 2009-12-07 Juri Linkov <juri@jurta.org>
8742
8743 Correctly restore original Isearch point. (Bug#4994)
8744
8745 * isearch.el (isearch-mode): Move `isearch-push-state' after
8746 `(run-hooks 'isearch-mode-hook)'.
8747 (isearch-cancel): When `isearch-push-state-function' is defined,
8748 let-bind `isearch-cmds' to the first state (the last element of
8749 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
8750 function and restores the original point). Otherwise, move point
8751 to `isearch-opoint'.
8752
8753 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8754
8755 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
8756 chars that don't have names, so the table can be built much faster at
8757 run-time.
8758
8759 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
8760
8761 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
8762 change. Suggested by David Kastrup.
8763
8764 * simple.el (compose-mail): Check for incompatibilities and warn.
8765 (compose-mail-user-agent-warnings): New option.
8766
8767 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8768
8769 Support showing a single log entry from vc-annotate.
8770 * vc.el (print-log): Add a new argument: START-REVISION.
8771 (vc-print-log-internal): Add a new optional argument and
8772 pass it to the backend.
8773 (vc-print-log, vc-print-root-log): Adjust callers.
8774 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
8775 buffer already displays the requested log entry, use it.
8776 Otherwise display only the log entry in question.
8777 * vc-svn.el (vc-svn-print-log):
8778 * vc-mtn.el (vc-mtn-print-log):
8779 * vc-hg.el (vc-hg-state):
8780 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
8781 (vc-git-show-log-entry): Return t on success.
8782 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
8783 (vc-bzr-show-log-entry): Return t on success.
8784 * vc-rcs.el (vc-rcs-print-log):
8785 * vc-sccs.el (vc-sccs-print-log):
8786 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
8787
8788 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8789
8790 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
8791 Add menus to the meta mode. (Bug#5043)
8792
8793 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
8794
8795 * ediff-init.el (ediff-event-key): Use event-to-character instead of
8796 event-key.
8797
8798 * ediff.el (ediff-buffers-internal): Add unwind-protect.
8799
8800 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
8801
8802 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
8803 Berbain <raphael.berbain@gmail.com>.
8804
8805 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
8806 characters.
8807 (tramp-initial-end-of-output): New defconst.
8808 (tramp-methods, tramp-find-shell)
8809 (tramp-open-connection-setup-interactive-shell)
8810 (tramp-maybe-open-connection): Use it.
8811 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
8812 existence of `#' and `$'.
8813
8814 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
8815 `tramp-initial-end-of-output'.
8816
8817 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8818
8819 Get the background mode from the terminal for xterm, and set
8820 faces accordingly.
8821 * term/xterm.el (xterm-set-background-mode): New function.
8822 (terminal-init-xterm): Use it in case xterm supports background
8823 color queries. Recompute faces after getting the background
8824 color.
8825
8826 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
8827
8828 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
8829 number comment back on its own line, for easier parsing.
8830
8831 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8832
8833 Make it work for non-file buffers (bug#5102).
8834 * doc-view.el (doc-view-current-cache-dir):
8835 Use doc-view-buffer-file-name rather than buffer-file-name.
8836 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
8837
8838 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
8839
8840 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
8841 author field is too short.
8842
8843 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
8844
8845 * vc-git.el (vc-git-print-log): Handle a limit argument.
8846 Display the short log in graph form and with labels.
8847 (vc-git-log-view-mode): Handle labels.
8848
8849 Make vc-revert change VC state from 'added to 'unregistered.
8850 * vc-git.el (vc-git-revert): Call git reset first.
8851
8852 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
8853
8854 * net/newst-backend.el, net/newst-plainview.el:
8855 * net/newst-reader.el, net/newst-ticker.el:
8856 * net/newst-treeview.el, net/newsticker.el:
8857 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8858
8859 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
8860
8861 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
8862
8863 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
8864 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
8865 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
8866 Update annotation regexp.
8867
8868 * simple.el (beginning-of-visual-line): Constrain to field
8869 boundaries (Bug#5106).
8870
8871 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
8872
8873 * xml.el (xml-substitute-numeric-entities): Move
8874 newsticker--decode-numeric-entities in newst-backend.el to
8875 xml-substitute-numeric-entities in xml.el. (Bug#5008)
8876 * net/newst-backend.el (newsticker--parse-generic-feed)
8877 (newsticker--parse-generic-items)
8878 (newsticker--decode-numeric-entities): Move
8879 newsticker--decode-numeric-entities in newst-backend.el to
8880 xml-substitute-numeric-entities in xml.el. (Bug#5008)
8881
8882 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
8883
8884 * progmodes/js.el (js--js-not): Add null to the list of values.
8885
8886 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
8887
8888 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
8889
8890 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8891
8892 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
8893 delimiter if it is at the end of the current line.
8894 (bibtex-generate-url-list): Fix docstring.
8895
8896 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8897
8898 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
8899 minibuffer's content with itself.
8900 Fold the confirm-after-completion case into the `confirm' case.
8901 (completion-pcm-word-delimiters): Add : and / to the delimiters.
8902
8903 2009-12-06 Kevin Ryde <user42@zip.com.au>
8904
8905 * ffap.el (ffap-rfc-path): Make this a defcustom since
8906 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
8907
8908 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
8909 manuals, similar to existing setup for help-mode. (Bug#3913.)
8910
8911 2009-12-05 Juri Linkov <juri@jurta.org>
8912
8913 Save and restore dired buffer's point positions too. (Bug#4880)
8914
8915 * dired.el (dired-save-positions): Return in the first element
8916 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
8917 Doc fix.
8918 (dired-restore-positions): First restore buffer's position.
8919 While restoring window's positions, check if window still displays
8920 the original buffer.
8921
8922 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
8923
8924 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
8925 if possible.
8926
8927 * shell.el (shell): Require ansi-color (Bug#5113).
8928
8929 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
8930
8931 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
8932
8933 2009-12-05 Alan Mackenzie <acm@muc.de>
8934
8935 * progmodes/cc-mode.el (c-before-hack-hook)
8936 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
8937 `c-file-style' to work again. This reversion restores the current
8938 software to its state in Emacs 23.1. (Bug#4146)
8939
8940 2009-12-05 Kevin Ryde <user42@zip.com.au>
8941
8942 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
8943 comment-start-skip to comment-end-skip as comment (Bug#4781).
8944
8945 2009-12-05 Juri Linkov <juri@jurta.org>
8946
8947 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
8948 for virtual nodes. (Bug#4147)
8949 (Info-find-node-2): Set `Info-current-node-virtual' to nil
8950 when moving from a virtual node.
8951 (Info-mode-menu): Add `Info-virtual-index' to the menu.
8952 (Info-mode): Add `Info-virtual-index' to the docstring.
8953
8954 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8955
8956 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
8957 track of the buffer position of the end of a BibTeX entry as this
8958 position may change during reformatting.
8959 (bibtex-format-entry): Remove whitespace before processing
8960 numerical fields so that we recognize the latter properly.
8961 (bibtex-reformat): Do not use push which changes the global value
8962 of bibtex-entry-format.
8963 (bibtex-field-braces-alist, bibtex-field-strings-alist)
8964 (bibtex-field-re-init): Replace only space characters by regexp
8965 for whitespace.
8966 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
8967 (bibtex-initialize): Also update bibtex-strings.
8968 (bibtex-kill-field): Preserve white space at end of entry.
8969 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
8970 Update bibtex-reference-keys.
8971
8972 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8973
8974 * minibuffer.el (completion-pcm--merge-try): Also consider placing
8975 point after a star, if that's the only place where modifications can
8976 make progress.
8977
8978 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
8979
8980 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
8981 in docstrings.
8982
8983 2009-12-04 Juri Linkov <juri@jurta.org>
8984
8985 * proced.el (proced): Call `(proced-update t)' to update process
8986 information instead of only running proced-post-display-hook.
8987 (proced-send-signal): Add a leading space to the buffer name
8988 " *Marked Processes*" to make this buffer ephemeral.
8989
8990 2009-12-04 Juri Linkov <juri@jurta.org>
8991
8992 * dired.el (dired-auto-revert-buffer): New defcustom.
8993 (dired-internal-noselect): Use it.
8994
8995 2009-12-04 Juri Linkov <juri@jurta.org>
8996
8997 Change roles of modes and functions in image-mode.el (Bug#5062).
8998
8999 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
9000 in `auto-mode-alist'.
9001 (image-mode-previous-major-mode): New variable.
9002 (image-minor-mode-map): Rename from `image-mode-text-map'.
9003 (image-mode): Move graceful error-handling code from
9004 `image-minor-mode' to here. On errors call `image-mode-as-text'.
9005 (image-minor-mode): Remove all image-handling code.
9006 Replace `image-mode-text-map' with `image-minor-mode-map'.
9007 Check for `image-type' in mode-line format string.
9008 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
9009 (image-mode-as-text): New function with most code from
9010 `image-mode-maybe'.
9011 (image-toggle-display-text): Move code that removes image
9012 properties from `image-toggle-display' to here.
9013 (image-toggle-display-image): New function with code that adds
9014 image properties copied from `image-toggle-display'.
9015 (image-toggle-display): Remove most code with leaving only code
9016 that toggles between `image-mode-as-text' and `image-mode'.
9017
9018 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
9019
9020 * net/newst-treeview.el
9021 (newsticker--treeview-list-highlight-start): Restored call to
9022 save-excursion: Selected item was stuck.
9023 (newsticker--treeview-list-select): New.
9024 (newsticker--treeview-item-show-text)
9025 (newsticker--treeview-item-show)
9026 (newsticker--treeview-item-update): Use new
9027 newsticker-treeview-item-mode.
9028 (newsticker-treeview-update): Keep current item.
9029 (newsticker-treeview-next-new-or-immortal-item): Doc change.
9030 (newsticker--treeview-first-feed): Doc change.
9031 (newsticker-treeview-list-menu)
9032 (newsticker-treeview-item-menu): Added menu entries.
9033 (newsticker-treeview-item-mode): New.
9034
9035 * net/newst-backend.el (newsticker-customize): Delete other
9036 windows.
9037
9038 2009-12-04 Sam Steingold <sds@gnu.org>
9039
9040 * log-view.el (log-view-mode-map): "q" calls quit-window,
9041 like in all the other non-self-insert buffers.
9042
9043 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
9044
9045 Minor cleanup.
9046 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
9047 key decoding rather than do it manually via last-input-event +
9048 ascii-character.
9049 (term-exec): Use delete-and-extract-region.
9050 (term-handle-ansi-terminal-messages): Remove unused var `end'.
9051 (term-process-pager): Remove unused var `i'.
9052 (term-dynamic-simple-complete): Make obsolete.
9053 (serial-update-config-menu): Remove unused vars `y' and `str'.
9054 (term-update-mode-line): Remove unused var `temp'.
9055
9056 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9057
9058 Limit the number of log entries displayed by default.
9059 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
9060 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
9061 using a prefix argument.
9062
9063 2009-12-03 Glenn Morris <rgm@gnu.org>
9064
9065 * progmodes/idlwave.el (class): Restore still useful declaration.
9066
9067 2009-12-03 Alan Mackenzie <acm@muc.de>
9068
9069 Enhance `c-parse-state' to run efficiently in "brace deserts".
9070
9071 * progmodes/cc-mode.el (c-basic-common-init):
9072 Call c-state-cache-init.
9073 (c-neutralize-syntax-in-and-mark-CPP): Rename from
9074 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
9075 placing `category' properties value 'c-cpp-delimiter at its boundaries.
9076
9077 * progmodes/cc-langs.el (c-before-font-lock-function):
9078 c-extend-and-neutralize-syntax-in-CPP has been renamed
9079 c-neutralize-syntax-in-and-mark-CPP.
9080
9081 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
9082 with `category' properties now, not `syntax-table' ones.
9083
9084 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
9085 enhanced (but slower) version of c-end-of-macro that won't land
9086 inside a literal or on another awkward character.
9087 (c-state-cache-too-far, c-state-cache-start)
9088 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
9089 (c-state-nonlit-pos-cache-limit, c-state-point-min)
9090 (c-state-point-min-lit-type, c-state-point-min-lit-start)
9091 (c-state-min-scan-pos, c-state-brace-pair-desert)
9092 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
9093 buffer local variables.
9094 (c-state-literal-at, c-state-lit-beg)
9095 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
9096 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
9097 (c-state-cache-top-paren, c-state-cache-after-top-paren)
9098 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
9099 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
9100 (c-renarrow-state-cache)
9101 (c-append-lower-brace-pair-to-state-cache)
9102 (c-state-push-any-brace-pair, c-append-to-state-cache)
9103 (c-remove-stale-state-cache)
9104 (c-remove-stale-state-cache-backwards, c-state-cache-init)
9105 (c-invalidate-state-cache-1, c-parse-state-1)
9106 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
9107 (c-parse-state): Enhance and refactor.
9108 (c-debug-parse-state): Amend to deal with all the new variables.
9109
9110 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
9111 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
9112 modify to use category text properties rather than syntax-table ones.
9113 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
9114 to switch off/on the syntactic paren property of C++ template
9115 delimiters using the category property.
9116 (c-with-<->-as-parens-suppressed): Macro to invoke code with
9117 template delims suppressed.
9118 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
9119 New constant/macros which apply category properties to the start
9120 and end of preprocessor constructs.
9121 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
9122 "comment out" the syntactic value of characters in preprocessor
9123 constructs.
9124 (c-with-cpps-commented-out)
9125 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
9126 with characters in all or all but one preprocessor constructs
9127 "commented out".
9128
9129 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9130
9131 * proced.el (proced-filter-alist): Use regexp-quote.
9132
9133 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
9134
9135 Cleanup.
9136 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
9137 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
9138 arguments. Expand `default-directory'.
9139
9140 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
9141 the benefit of returning an expanded localname.
9142 (tramp-tramp-file-p): Handle the case NAME is not a string.
9143
9144 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9145
9146 Add support for bzr shelve/unshelve.
9147 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
9148 (vc-bzr-extra-menu-map): New variables.
9149 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
9150 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
9151 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
9152 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
9153 (vc-bzr-dir-extra-headers): Display shelves.
9154
9155 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
9156
9157 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9158
9159 * textmodes/bibtex.el (bibtex-complete-internal):
9160 Use completion-in-region.
9161 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
9162
9163 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9164
9165 Support applying stashes. Improve UI.
9166 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
9167 (vc-git-stash-apply, vc-git-stash-pop)
9168 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
9169 (vc-git-stash-menu): New functions.
9170 (vc-git-stash-menu-map): New variable.
9171 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
9172
9173 2009-12-03 Glenn Morris <rgm@gnu.org>
9174
9175 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
9176 (vc-print-log-internal): Fix previous change.
9177 (vc-revert): Correct pluralization.
9178
9179 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9180
9181 * progmodes/make-mode.el (makefile-special-targets-list): No need for
9182 it to be an alist any more.
9183 (makefile-complete): Use completion-in-region.
9184
9185 * progmodes/octave-mod.el (octave-complete-symbol):
9186 Use completion-in-region.
9187
9188 Misc cleanup.
9189 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
9190 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
9191 (idlwave-complete-class): Don't quote lambda.
9192 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
9193 (idlwave-mode-map): Move initialization into declaration.
9194 (idlwave-action-and-binding): Use backquotes.
9195 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
9196 Simplify.
9197 (idlwave-is-pointer-dereference): Remove unused var `pos'.
9198 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
9199 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
9200 `parts', and `all-parts'.
9201 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
9202 (idlwave-convert-xml-system-routine-info): Remove unused string
9203 `version-string'.
9204 (idlwave-display-user-catalog-widget): Use dolist.
9205 (idlwave-scanning-lib): Declare dynamically-scoped var.
9206 (idlwave-scan-library-catalogs): Remove unused var `flags'.
9207 (completion-highlight-first-word-only): Declare to silence bytecomp.
9208 (idlwave-popup-select): Tighten scope of `resp'.
9209 (idlwave-find-struct-tag): Remove unused var `beg'.
9210 (idlwave-after-load-rinfo-hook): Declare.
9211 (idlwave-sintern-class-info): Remove unused var `taglist'.
9212 (idlwave-find-class-definition): Remove unused var `list'.
9213 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
9214 (idlwave-what-module-find-class): Remove unused var `classes'.
9215
9216 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
9217
9218 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
9219
9220 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9221
9222 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
9223 buffers visited. Remove redundant current-buffer-saving.
9224
9225 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9226
9227 Use completion-in-buffer and remove uses of dynamic scoping.
9228 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
9229 (pascal-buffer-to-use, pascal-flag): Don't declare.
9230 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
9231 (pascal-get-completion-decl, pascal-keyword-completion):
9232 Add `pascal-str' argument, save-excursion,
9233 return the found completions, and don't filter with pascal-pred.
9234 (pascal-completion-cache): New var.
9235 (pascal-completion): Don't switch buffer any more (it was never
9236 necessary). Don't save-excursion any more (it's done by the called
9237 subroutines). Use a cache to avoid redundant computations.
9238 Use complete-with-action rather than pascal-completion-response and
9239 let it apply the predicate as well.
9240 (pascal-complete-word): Use completion-in-buffer when
9241 pascal-toggle-completions is nil.
9242 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
9243 not used any more.
9244 (pascal-comp-defun): Don't change buffer any more.
9245 Use complete-with-action rather than pascal-completion-response and
9246 let it apply the predicate as well.
9247 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
9248 when neded.
9249
9250 2009-12-02 Kenichi Handa <handa@m17n.org>
9251
9252 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
9253 shape for all Indic scripts.
9254
9255 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9256
9257 Use completion-in-buffer.
9258 * wid-edit.el (widget-field-text-end): New function.
9259 (widget-field-value-get): Use it.
9260 (widget-string-complete, widget-file-complete)
9261 (widget-color-complete): Use it and completion-in-region.
9262 (widget-complete): Don't narrow the buffer.
9263
9264 2009-12-02 Glenn Morris <rgm@gnu.org>
9265
9266 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
9267 (rmail-select-summary): Use rmail-pop-to-buffer.
9268 * mail/rmailsum.el: Replace all pop-to-buffer calls with
9269 rmail-pop-to-buffer, to prevent horizontal splits.
9270
9271 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
9272 save-excursion with save-current-buffer.
9273 Widen before searching. (Bug#5093)
9274 (diary-list-sexp-entries): Remove superfluous save-excursion.
9275
9276 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
9277
9278 * woman.el (woman-make-bufname): Handle man-pages with "." in the
9279 name. (Bug#5038)
9280
9281 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
9282
9283 * ido.el (ido-file-internal): Handle filenames at point that do
9284 not have a directory part. (Bug#5049)
9285
9286 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
9287
9288 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
9289 (mpc-songs-jump-to, mpc-resume): Doc fixes.
9290
9291 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
9292
9293 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
9294 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
9295 any more.
9296
9297 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9298
9299 * comint.el (comint-insert-input): Ignore clicks to the right of
9300 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
9301
9302 * vc.el (vc-print-log-internal): Don't wait for the process to
9303 terminate before setting up the major mode.
9304
9305 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
9306 in case.
9307
9308 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
9309 the last element.
9310
9311 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
9312
9313 2009-12-01 Glenn Morris <rgm@gnu.org>
9314
9315 * window.el (window--display-buffer-2): Fix previous changes.
9316
9317 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
9318
9319 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
9320
9321 2009-12-01 Glenn Morris <rgm@gnu.org>
9322
9323 * Makefile.in (ELCFILES): Add mpc.elc.
9324
9325 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9326
9327 * mpc.el: New file.
9328
9329 2009-12-01 Glenn Morris <rgm@gnu.org>
9330
9331 * window.el (window-to-use): Define for compiler.
9332
9333 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
9334 consistent with others (no final period).
9335
9336 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
9337 (rmail-mime-show): Downcase the encoding. (Bug#5070)
9338
9339 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
9340
9341 Make vc-print-log buttons work.
9342 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
9343
9344 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
9345
9346 * savehist.el (savehist-autosave-interval): Allow setting to nil
9347 through customize. (Bug#5056)
9348
9349 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
9350
9351 Fix references to jit-lock properties.
9352 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9353 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
9354 (perl-font-lock-special-syntactic-constructs):
9355 Quote jit-lock-defer-multiline property.
9356
9357 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
9358
9359 * vc-git.el (vc-git-registered): Call vc-git-root only once.
9360
9361 2009-11-30 Juri Linkov <juri@jurta.org>
9362
9363 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
9364 value `buffer' of `multi-isearch-next-buffer-current-function'.
9365 Use `(current-buffer)' when `buffer' is nil.
9366 (multi-isearch-next-buffer-from-list): Don't fallback to
9367 `(current-buffer)' when `buffer' is nil. (Bug#4947)
9368
9369 2009-11-30 Juri Linkov <juri@jurta.org>
9370
9371 * misearch.el (multi-isearch-read-buffers): Move canonicalization
9372 of buffers with `get-buffer' to `multi-isearch-buffers'.
9373 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9374 Canonicalize BUFFERS with `get-buffer'. Doc fix.
9375 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
9376 FILES with `expand-file-name' converting relative file names
9377 to absolute. Doc fix. (Bug#4727)
9378
9379 2009-11-30 Juri Linkov <juri@jurta.org>
9380
9381 * misearch.el (multi-isearch-read-buffers)
9382 (multi-isearch-read-matching-buffers): New functions.
9383 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9384 Use them in the `interactive' spec. Doc fix.
9385 (multi-isearch-read-files, multi-isearch-read-matching-files):
9386 New functions.
9387 (multi-isearch-files, multi-isearch-files-regexp):
9388 Use them in the `interactive' spec. Doc fix. (Bug#4725)
9389
9390 2009-11-30 Juri Linkov <juri@jurta.org>
9391
9392 * doc-view.el (doc-view-continuous):
9393 Rename from `doc-view-continuous-mode'.
9394 (doc-view-menu): Move "Toggle display" to the top.
9395 Add submenu "Continuous" with radio buttons "Off"/"On"
9396 and "Save as Default".
9397 (doc-view-scroll-up-or-next-page)
9398 (doc-view-scroll-down-or-previous-page)
9399 (doc-view-next-line-or-next-page)
9400 (doc-view-previous-line-or-previous-page): Rename
9401 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
9402
9403 2009-11-30 Juri Linkov <juri@jurta.org>
9404
9405 * comint.el (comint-mode-map): Rebind `M-r' from
9406 `comint-previous-matching-input' to
9407 `comint-history-isearch-backward-regexp'.
9408 Unbind `M-s' to allow global key binding `M-s'.
9409 Add menu items for `comint-history-isearch-backward' and
9410 `comint-history-isearch-backward-regexp'. (Bug#3746)
9411
9412 2009-11-30 Juri Linkov <juri@jurta.org>
9413
9414 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
9415 For def=recenter, replace `recenter' with `recenter-top-bottom'
9416 that is called with `this-command' and `last-command' let-bound
9417 to `recenter-top-bottom'. When the last `def' was not `recenter',
9418 set `recenter-last-op' to nil. (Bug#4981)
9419
9420 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9421
9422 Minor cleanup and simplification.
9423 * filecache.el (file-cache-add-directory)
9424 (file-cache-add-directory-recursively)
9425 (file-cache-add-from-file-cache-buffer)
9426 (file-cache-delete-file-regexp, file-cache-delete-directory)
9427 (file-cache-files-matching-internal, file-cache-display): Use dolist.
9428 (file-cache-temp-minibuffer-message): Delete function.
9429 (file-cache-minibuffer-complete): Use minibuffer-message instead.
9430
9431 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9432 Don't signal an error when bumping into EOB in tr, s, or y.
9433
9434 2009-11-29 Juri Linkov <juri@jurta.org>
9435
9436 * startup.el (fancy-about-text): Fix wording of Guided Tour.
9437 (Bug#4960)
9438
9439 * descr-text.el (describe-char-unidata-list): Use lowercase name
9440 for "Unicode name" like in other tags.
9441
9442 2009-11-29 Juri Linkov <juri@jurta.org>
9443
9444 * ediff-util.el (ediff-minibuffer-with-setup-hook):
9445 New compatibility macro.
9446 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
9447
9448 2009-11-29 Juri Linkov <juri@jurta.org>
9449
9450 Add defcustom to define the cycling order of `recenter-top-bottom'.
9451 (Bug#4981)
9452
9453 * window.el (recenter-last-op): Doc fix.
9454 (recenter-positions): New defcustom.
9455 (recenter-top-bottom): Rewrite to use `recenter-positions'.
9456 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
9457
9458 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
9459
9460 Improve integration of Tramp and ange-ftp in eshell.
9461
9462 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
9463 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
9464 (eshell/sudo): Flatten args. Let-bind `default-directory'.
9465
9466 * eshell/esh-util.el (top): Require also Tramp when compiling.
9467 (eshell-directory-files-and-attributes): Check for FTP remote
9468 connection.
9469 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
9470 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
9471 (eshell-file-attributes): Handle ".". Return `entry'.
9472
9473 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
9474 (ange-ftp-directory-files-and-attributes)
9475 (ange-ftp-real-directory-files-and-attributes): New defuns.
9476
9477 * net/tramp.el (tramp-maybe-open-connection): Open the remote
9478 shell with "exec" when possible. This prevents trailing prompts
9479 in `start-file-process'.
9480
9481 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9482
9483 Try and remove assumptions about point-min==1.
9484 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
9485 (rng-compute-mode-line-string): Show the validation percentage in
9486 terms of the narrowed text, not the widened text.
9487 (rng-do-some-validation): Don't catch internal errors when debugging.
9488 (rng-first-error): Simplify.
9489 (rng-after-change-function): Remove work around. AFAIK the bug has
9490 been fixed a while ago.
9491
9492 * image-mode.el (image-minor-mode): Exit more gracefully when the image
9493 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
9494
9495 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
9496
9497 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
9498 `cd' doesn't always do it for us (bug#5067).
9499
9500 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
9501 on 2009-10-25 as part of some other change (bug#5067).
9502
9503 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9504
9505 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
9506 `suspicious'.
9507 (byte-compile-warnings): Use byte-compile-warning-types.
9508 (byte-compile-save-excursion): Warn about use of set-buffer right
9509 after save-excursion.
9510
9511 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
9512 the excursion as well.
9513
9514 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
9515
9516 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
9517 providing a Tramp related implementation of "su" and "sudo".
9518 (eshell-unix-initialize): Add "su" and "sudo".
9519
9520 2009-11-27 Daiki Ueno <ueno@unixuser.org>
9521
9522 * net/socks.el (socks-send-command): Convert binary request to
9523 unibyte before sending. This fixes mishandling of some port
9524 numbers such as 129.
9525
9526 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9527
9528 * help.el (describe-bindings-internal): Remove `interactive'.
9529
9530 * man.el (Man-completion-table): Trim a terminating "(".
9531 Remove the space between name page a section.
9532 Add the command's description on the `help-echo' property.
9533 Remove `process-connection-type' binding since it's unused by
9534 call-process.
9535 Provide completion for the "<section> <name>" format as well.
9536 (Man-default-man-entry): Remove spurious var shadowing the argument.
9537
9538 2009-11-26 Kevin Ryde <user42@zip.com.au>
9539
9540 * log-view.el: Add "Keywords: tools", since its other keywords
9541 aren't in finder-known-keywords, and following vc.el.
9542
9543 * sha1.el (sha1-string-external): default-directory "/" in case
9544 otherwise non-existent. process-connection-type pipe for touch of
9545 efficiency recommended by elisp manual. (An aside in Bug#3911.)
9546
9547 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9548
9549 Misc coding convention cleanups.
9550 * htmlfontify.el (hfy-init-kludge-hook): Rename from
9551 hfy-init-kludge-hooks.
9552 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
9553 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
9554 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
9555 and push.
9556 (hfy-slant, hfy-weight): Use tables rather than code.
9557 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
9558 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
9559 (hfy-face-attr-for-class): Initialize `face-spec' directly.
9560 (hfy-face-to-css): Remove `nconc' with single arg.
9561 (hfy-p-to-face-lennart): Use `or'.
9562 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
9563 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
9564 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
9565 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
9566 (hfy-force-fontification): Use run-hooks.
9567
9568 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
9569
9570 Various minor fixes.
9571 * htmlfontify.el (hfy-default-header): Add toggle_invis since
9572 Javascript belongs in the header, not the body.
9573 (hfy-javascript): Remove.
9574 (hfy-fontify-buffer): Don't insert it any more.
9575 (hfy-face-at): Handle (face0 face1 face2) style face properties.
9576 Fix bug in invis handling when there were no invis props in a chunk.
9577
9578 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9579
9580 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
9581
9582 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
9583
9584 * finder.el (finder-mode-map): Add a menu.
9585
9586 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
9587
9588 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
9589 "unsigned" structs.
9590
9591 (verilog-leap-to-head, verilog-backward-token): Handle "disable
9592 fork" statement better.
9593
9594 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
9595
9596 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
9597 (verilog-delete-auto, verilog-delete-empty-auto-pair)
9598 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
9599 Reported by Clay Douglass.
9600
9601 (verilog-auto-inst, verilog-auto-star-safe)
9602 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
9603 Fix removing "// Interfaces" when saving .* expansions. Reported by
9604 Pierre-David Pfister.
9605
9606 2009-11-26 Glenn Morris <rgm@gnu.org>
9607
9608 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
9609 the scope.
9610
9611 2009-11-25 Johan Bockgård <bojohan@gnu.org>
9612
9613 * vc-annotate.el (vc-annotate-revision-previous-to-line):
9614 Really use previous revision.
9615
9616 2009-11-25 Kevin Ryde <user42@zip.com.au>
9617
9618 * man.el (Man-completion-table): default-directory "/" in case
9619 doesn't otherwise exist. process-environment COLUMNS=999 so as
9620 not to truncate long names. process-connection-type pipe to avoid
9621 any chance of hitting the pseudo-tty TIOCGWINSZ.
9622 (man): completion-ignore-case t for friendliness and since man
9623 itself is case-insensitive on the command line.
9624 Further to Bug#3717.
9625
9626 * arc-mode.el: Add "Keywords: files", so the details in its
9627 commentary can be reached from finder-by-keyword.
9628 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
9629 editing mode, but it's comms related and sgml-mode.el has "comm"
9630 on that basis too.
9631 * textmodes/bibtex-style.el: Add "Keywords: tex".
9632 * international/isearch-x.el, international/ja-dic-cnv.el:
9633 * international/ja-dic-utl.el, international/kkc.el:
9634 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
9635
9636 2009-11-25 Juri Linkov <juri@jurta.org>
9637
9638 * man.el (Man-completion-table): Modify regexp to include
9639 section names to completion strings. (Bug#3717)
9640
9641 2009-11-25 Juri Linkov <juri@jurta.org>
9642
9643 Search recursively in gzipped files. (Bug#4982)
9644
9645 * progmodes/grep.el (grep-highlight-matches): Add new options
9646 `always' and `auto'. Doc fix.
9647 (grep-process-setup): Check `grep-highlight-matches' for
9648 `auto-detect' to determine the need to compute grep defaults.
9649 Move Windows/DOS specific --colors settings handling
9650 to `grep-compute-defaults'. Check `grep-highlight-matches'
9651 to get the value of "--color=".
9652 (grep-compute-defaults): Compute `grep-highlight-matches' when it
9653 has the value `auto-detect'. Move Windows/DOS specific settings
9654 from `grep-process-setup'.
9655 (zrgrep): New command with alias `rzgrep'.
9656
9657 2009-11-25 Juri Linkov <juri@jurta.org>
9658
9659 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
9660 to nil instead of switching off view-mode. (Bug#4896)
9661
9662 2009-11-25 Juri Linkov <juri@jurta.org>
9663
9664 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
9665
9666 * mwheel.el (mwheel-scroll-up-function)
9667 (mwheel-scroll-down-function): New defvars.
9668 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
9669 `scroll-up', and `mwheel-scroll-down-function' instead of
9670 `scroll-down'.
9671
9672 * doc-view.el (doc-view-scroll-up-or-next-page)
9673 (doc-view-scroll-down-or-previous-page): Add optional ARG.
9674 Use this ARG in the call to image-scroll-up/image-scroll-down.
9675 Change `interactive' spec to "P". Goto next/previous page only
9676 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
9677 SPC/DEL case). Doc fix.
9678 (doc-view-next-line-or-next-page)
9679 (doc-view-previous-line-or-previous-page): Rename arg to ARG
9680 for consistency.
9681 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
9682 `doc-view-scroll-up-or-next-page', and buffer-local
9683 `mwheel-scroll-down-function' to
9684 `doc-view-scroll-down-or-previous-page'.
9685
9686 2009-11-25 Juri Linkov <juri@jurta.org>
9687
9688 Provide additional default values (directories at other Dired
9689 windows) via M-n in the minibuffer of some Dired commands.
9690
9691 * dired-aux.el (dired-diff, dired-compare-directories)
9692 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
9693 `minibuffer-default' in `minibuffer-with-setup-hook'.
9694 (dired-dwim-target-directory): Find a window that displays Dired
9695 buffer instead of failing when the next window is not Dired.
9696 Use `get-window-with-predicate' to find for the next Dired window.
9697 (dired-dwim-target-defaults): New function.
9698
9699 * ediff-util.el (ediff-read-file-name):
9700 Use `dired-dwim-target-defaults' to set `minibuffer-default'
9701 in `minibuffer-with-setup-hook'.
9702
9703 2009-11-25 Juri Linkov <juri@jurta.org>
9704
9705 Provide additional default values (file name at point or at the
9706 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
9707
9708 * minibuffer.el (read-file-name-defaults): New function.
9709 (read-file-name): Reset `minibuffer-default' to nil when
9710 it duplicates initial input `insdef'.
9711 Bind `minibuffer-default-add-function' to lambda that
9712 calls `read-file-name-defaults' in `minibuffer-selected-window'.
9713 (minibuffer-insert-file-name-at-point): New command.
9714
9715 * files.el (file-name-at-point-functions): New defcustom.
9716 (find-file-default): Remove defvar.
9717 (find-file-read-args): Don't use `find-file-default'.
9718 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9719 to `read-file-name'.
9720 (find-file-literally): Use `read-file-name' with
9721 `confirm-nonexistent-file-or-buffer'.
9722
9723 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
9724
9725 * dired.el (dired-read-dir-and-switches):
9726 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9727 to `read-file-name'.
9728 (dired-file-name-at-point): New function.
9729 (dired-mode): Add hook `dired-file-name-at-point' to
9730 `file-name-at-point-functions'.
9731
9732 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9733
9734 Really make the *Completions* window soft-dedicated (bug#5030).
9735 * window.el (window--display-buffer-2): Add `dedicated' argument.
9736 (display-buffer): Pass it when needed so the dedicated flag is set
9737 after calling set-window-buffer, which would otherwise reset it.
9738
9739 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9740
9741 * progmodes/meta-mode.el (meta-complete-symbol):
9742 * progmodes/etags.el (complete-tag):
9743 * mail/mailabbrev.el (mail-abbrev-complete-alias):
9744 Use completion-in-region.
9745
9746 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
9747 (dabbrev-completion): Use completion-in-region.
9748 (dabbrev--abbrev-at-point): Simplify regexp.
9749
9750 * abbrev.el (abbrev--before-point): Use word-motion functions
9751 if :regexp is not specified (bug#5031).
9752
9753 * subr.el (string-prefix-p): New function.
9754
9755 * man.el (Man-completion-cache): New var.
9756 (Man-completion-table): Use it.
9757
9758 * vc.el (vc-print-log-internal): Make `limit' optional for better
9759 compatibility (e.g. with vc-annotate.el).
9760
9761 2009-11-24 Kevin Ryde <user42@zip.com.au>
9762
9763 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
9764 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
9765
9766 * emacs-lisp/elint.el (elint-add-required-env): Better error message
9767 when .el source file not found or other error.
9768
9769 2009-11-24 Markus Triska <markus.triska@gmx.at>
9770
9771 * linum.el (linum-update-window): Ignore intangible (bug#4996).
9772
9773 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9774
9775 Handle the [back] button properly (bug#4979).
9776 * descr-text.el (describe-text-properties): Add a `buffer' argument.
9777 Use help-setup-xref, help-buffer, and with-help-window.
9778 (describe-char): Add `buffer' argument.
9779 Pass proper command to help-setup-xref. Don't meddle with
9780 help-xref-stack-item directly.
9781 (describe-text-category): Use with-help-window and help-buffer.
9782
9783 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
9784 for the displayed buffer (bug#4887).
9785
9786 * man.el (Man-completion-table): New function.
9787 (man): Use it.
9788
9789 2009-11-24 David Reitter <david.reitter@gmail.com>
9790
9791 * vc-git.el (vc-git-registered): Use checkout directory (where
9792 .git is) rather than the file's directory and a relative path spec
9793 to work around a bug in git.
9794
9795 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
9796
9797 Improve handling of processes on remote hosts.
9798
9799 * eshell/esh-util.el (eshell-path-env): New defvar.
9800 (eshell-parse-colon-path): New defun.
9801 (eshell-file-attributes): Use `eshell-parse-colon-path'.
9802
9803 * eshell/esh-ext.el (eshell-search-path):
9804 Use `eshell-parse-colon-path'.
9805 (eshell-remote-command): Remove argument HANDLER.
9806 (eshell-external-command): Check for FTP remote connection.
9807
9808 * eshell/esh-proc.el (eshell-gather-process-output):
9809 Use `file-truename', in order to start also symlinked files.
9810 Apply `start-file-process' instead of `start-process'.
9811 Shorten `command' to the local file name part.
9812
9813 * eshell/em-cmpl.el (eshell-complete-commands-list):
9814 Use `eshell-parse-colon-path'.
9815
9816 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
9817
9818 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
9819 to `eshell-directory-change-hook'.
9820
9821 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
9822
9823 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
9824 because it could be enabled automatically if view-read-only is non-nil.
9825
9826 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
9827
9828 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
9829 made on 2009-11-22.
9830
9831 2009-11-24 Glenn Morris <rgm@gnu.org>
9832
9833 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
9834 deleted variable bookmark-bmenu-bookmark-column.
9835
9836 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9837
9838 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
9839
9840 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
9841
9842 * net/browse-url.el (browse-url-filename-alist): On Windows, add
9843 two slashes to the "file:" prefix.
9844 (browse-url-file-url): De-munge Cygwin filenames before passing
9845 them to Windows browser.
9846 (browse-url-default-windows-browser): Use call-process.
9847
9848 2009-11-23 Juri Linkov <juri@jurta.org>
9849
9850 Implement DocView Continuous mode. (Bug#4896)
9851 * doc-view.el (doc-view-continuous-mode): New defcustom.
9852 (doc-view-mode-map): Bind C-n/<down> to
9853 `doc-view-next-line-or-next-page', C-p/<up> to
9854 `doc-view-previous-line-or-previous-page'.
9855 (doc-view-next-line-or-next-page)
9856 (doc-view-previous-line-or-previous-page): New commands.
9857
9858 2009-11-23 Juri Linkov <juri@jurta.org>
9859
9860 Implement Isearch in comint input history. (Bug#3746)
9861 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
9862 `isearch-mode-hook'.
9863 (comint-history-isearch): New defcustom.
9864 (comint-history-isearch-backward)
9865 (comint-history-isearch-backward-regexp): New commands.
9866 (comint-history-isearch-message-overlay): New buffer-local variable.
9867 (comint-history-isearch-setup, comint-history-isearch-end)
9868 (comint-goto-input, comint-history-isearch-search)
9869 (comint-history-isearch-message, comint-history-isearch-wrap)
9870 (comint-history-isearch-push-state)
9871 (comint-history-isearch-pop-state): New functions.
9872
9873 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
9874
9875 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
9876 return.
9877 (tramp-handle-make-symbolic-link)
9878 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
9879 Quote file names.
9880 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
9881 (tramp-handle-process-file): Use it.
9882
9883 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9884
9885 * window.el (move-to-window-line-last-op): Remove.
9886 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
9887
9888 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
9889
9890 Make M-r mirror the new cycling behavior of C-l.
9891 * window.el (move-to-window-line-last-op): New var.
9892 (move-to-window-line-top-bottom): New command.
9893 (global-map): Bind M-r move-to-window-line-top-bottom.
9894
9895 2009-11-23 Sven Joachim <svenjoac@gmx.de>
9896
9897 * dired-x.el (dired-guess-shell-alist-default):
9898 Support xz format. (Bug#4953)
9899
9900 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
9901
9902 * emulation/viper-cmd.el: Use viper-last-command-char instead of
9903 last-command-char/last-command-event.
9904 (viper-prefix-arg-value): Do correct conversion of event-char for
9905 XEmacs.
9906
9907 * emulation/viper-util.el, emulation/viper.el:
9908 Use viper-last-command-char instead of
9909 last-command-char/last-command-event.
9910
9911 * ediff-init.el, ediff-mult.el, ediff-util.el:
9912 Replace last-command-char and last-command-event
9913 with (ediff-last-command-char) everywhere.
9914
9915 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
9916 created in fundamental mode.
9917
9918 * ediff.el (ediff-version): Revert the change of interactive-p to
9919 called-interactively-p.
9920
9921 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
9922
9923 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
9924 generation from word-movement command names.
9925
9926 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
9927
9928 * cus-start.el (all): Add native condition for font-use-system-font.
9929
9930 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
9931
9932 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9933 Correct the patch from 2009-11-18. (Bug#3910)
9934
9935 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
9936
9937 * progmodes/subword.el: Rename from lisp/subword.el.
9938
9939 * subword.el: Rename to progmodes/subword.el.
9940
9941 * Makefile.in (ELCFILES): Adapt to subword.el move.
9942
9943 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9944 Stefan Monnier <monnier@iro.umontreal.ca>
9945
9946 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
9947 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
9948 (bookmark-bmenu-show-filenames): Use push.
9949 (bookmark-bmenu-hide-filenames): Use local var instead of
9950 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
9951 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
9952 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
9953 filenames now that the bookmark names are always available.
9954
9955 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9956
9957 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
9958 (bookmark-search-pattern): Move and leave unbound.
9959 (bookmark-bmenu-mode-map): Change binding.
9960 (bookmark-read-search-input): Simplify.
9961 Don't use text-char-description. Don't error on non-char events.
9962 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
9963 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
9964 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
9965 Use a local var for the timer.
9966 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
9967 (i.e. bookmark-bmenu-search).
9968
9969 2009-11-21 Glenn Morris <rgm@gnu.org>
9970
9971 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
9972
9973 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
9974
9975 * net/browse-url.el (browse-url-default-windows-browser):
9976 Use cygstart for cygwin.
9977
9978 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
9979
9980 * bookmark.el: Formatting and doc fixes only:
9981 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
9982 (bookmark-bmenu-search): Wrap to fit within 80 columns.
9983 Minor grammar and punctuation fixes in doc string.
9984 (bookmark-read-search-input): Adjust to fit within 80 columns.
9985
9986 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
9987
9988 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
9989 (c-backward-into-nomenclature): Adapt to subword renaming.
9990
9991 * subword.el (subword-forward, subword-backward, subword-mark)
9992 (subword-kill, subword-backward-kill, subword-transpose)
9993 (subword-downcase, subword-upcase, subword-capitalize)
9994 (subword-forward-internal, subword-backward-internal):
9995 Rename from forward-subword, backward-subword, mark-subword,
9996 kill-subword, backward-kill-subword, transpose-subwords,
9997 downcase-subword, upcase-subword, capitalize-subword,
9998 forward-subword-internal, backward-subword-internal.
9999
10000 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10001
10002 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
10003 New options.
10004 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
10005 New vars.
10006 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
10007 (bookmark-bmenu-filter-alist-by-regexp)
10008 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
10009 (bookmark-bmenu-search): New command.
10010 (bookmark-bmenu-mode-map): Bind it.
10011
10012 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
10013
10014 * progmodes/cc-cmds.el: declare-functioned forward-subword and
10015 backward-subword to quit the byte-compiler.
10016
10017 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
10018
10019 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
10020
10021 * progmodes/cc-cmds.el (c-update-modeline)
10022 (c-forward-into-nomenclature, c-backward-into-nomenclature):
10023 Refer to subword.el functions instead of cc-subword.el.
10024
10025 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
10026 subword.el functions instead of cc-subword.el.
10027
10028 * progmodes/cc-subword.el: Rename to subword.el.
10029 * subword.el: Rename from progmodes/cc-subword.el.
10030 (subword-mode-map): Rename from c-subword-mode-map.
10031 (subword-mode): Rename from c-subword-mode.
10032 (global-subword-mode): New global minor mode.
10033 (forward-subword): Rename from c-forward-subword.
10034 (backward-subword): Rename from c-backward-subword.
10035 (mark-subword): Rename from c-mark-subword.
10036 (kill-subword): Rename from c-kill-subword.
10037 (backward-kill-subword): Rename from c-backward-kill-subword.
10038 (transpose-subwords): Rename from c-tranpose-subword.
10039 (downcase-subword): Rename from c-downcase-subword.
10040 (capitalize-subword): Rename from c-capitalize-subword.
10041 (forward-subword-internal): Rename from c-forward-subword-internal.
10042 (backward-subword-internal): Rename from c-backward-subword-internal.
10043
10044 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
10045
10046 * vc.el (vc-deduce-fileset): Allow non-state changing operations
10047 from a dired buffer.
10048 (vc-dired-deduce-fileset): New function.
10049 (vc-root-diff, vc-print-root-log): Use it.
10050
10051 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
10052 nil LIMIT argument to vc-print-log-internal.
10053
10054 2009-11-20 Glenn Morris <rgm@gnu.org>
10055
10056 * Makefile.in (ELCFILES): Regenerate.
10057
10058 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
10059
10060 * calc/calc.el (calc-set-mode-line):
10061 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10062 (math-format-number): Rename `math-format-complement-signed' to
10063 `math-format-twos-complement'.
10064
10065 * calc/calc-bin.el (math-format-twos-complement): Rename from
10066 math-format-complement-signed.
10067 (calc-radix): Rename `calc-complement-signed-mode' to
10068 `calc-twos-complement-mode'.
10069 (calc-octal-radix, calc-hex-radix): Add an argument for
10070 two's complement.
10071
10072 * calc/calc-embed.el (calc-embedded-mode-vars):
10073 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10074
10075 * calc/calc-ext.el (calc-init-extensions):
10076 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10077 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
10078
10079 * calc/calc-units.el (math-build-units-table-buffer):
10080 Let `calc-twos-complement-mode' be nil.
10081
10082 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
10083 entries.
10084
10085 * calc/calc-vec.el (calcFunc-vunpack):
10086 * calc/calc-aent.el (calc-do-calc-eval):
10087 * calc/calc-forms.el (math-format-date):
10088 * calc/calc-graph.el (calc-graph-plot):
10089 * calc/calc-math.el (math-use-emacs-fn):
10090 * calc/calccomp.el (math-compose-expr):
10091 Let `calc-twos-complement-mode' be nil.
10092
10093 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10094
10095 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
10096 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
10097 * minibuffer.el (completion-in-region-functions): New hook.
10098 (completion-in-region): New function.
10099 * emacs-lisp/lisp.el (lisp-complete-symbol):
10100 * pcomplete.el (pcomplete-std-complete): Use it.
10101
10102 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10103
10104 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
10105 (latex-complete-alist): New vars.
10106 (latex-string-prefix-p, latex-complete-bibtex-keys)
10107 (latex-complete-envnames, latex-complete-refkeys)
10108 (latex-complete-data): New functions.
10109 (latex-complete, latex-indent-or-complete): New commands.
10110
10111 * window.el (display-buffer-mark-dedicated): New var.
10112 (display-buffer): Obey it.
10113 * minibuffer.el (minibuffer-completion-help): Use it.
10114
10115 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
10116
10117 * filecache.el (file-cache-add-file): Use push and cons.
10118 (file-cache-delete-file-regexp): Use push.
10119 (file-cache-complete): Use completion-in-region.
10120
10121 * simple.el (with-wrapper-hook): Fix thinko.
10122
10123 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
10124 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
10125 Use with-current-buffer and string-to-number.
10126 (hfy-fallback-colour-values): Use assoc-string.
10127 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
10128 (hfy-face-at): Remove unused var `found-face'.
10129 (hfy-compile-stylesheet): Remove unused var `css'.
10130 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
10131 and `orig-buffer'.
10132 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
10133 Use with-current-buffer.
10134 (hfy-text-p): Use expand-file-name and fewer setq.
10135
10136 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
10137
10138 * htmlfontify.el, hfy-cmap.el: New files.
10139
10140 2009-11-19 Juri Linkov <juri@jurta.org>
10141
10142 * minibuffer.el (completions-format): New defcustom.
10143 (completion--insert-strings): Implement vertical format.
10144
10145 * simple.el (switch-to-completions): Move point to the first
10146 completion when point was at the beginning of the buffer.
10147
10148 2009-11-19 Juri Linkov <juri@jurta.org>
10149
10150 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
10151
10152 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
10153
10154 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
10155
10156 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
10157 (mail-signature): Change default to t.
10158 (mail-from-style): Deprecate `system-default' value.
10159 (mail-insert-from-field): For default value of mail-from-style,
10160 default to `angles' unless `angles' needs quoting and `parens'
10161 does not.
10162 (mail-citation-prefix-regexp): Use citation regexp from
10163 message-mode.
10164
10165 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
10166
10167 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10168 Set variables for computing the prompt for reading password.
10169
10170 2009-11-19 Glenn Morris <rgm@gnu.org>
10171
10172 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
10173
10174 * textmodes/flyspell.el (sgml-lexical-context): Declare.
10175
10176 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
10177 (newsticker-treeview-listwindow-height): Fix custom type.
10178
10179 2009-11-19 Kenichi Handa <handa@m17n.org>
10180
10181 * descr-text.el (describe-char-padded-string): Compose with TAB
10182 only if there's a font for CH.
10183 (describe-char): Fix the condition for detecting a trivial composition.
10184
10185 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
10186
10187 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
10188 more accurate version of the regexp. (Bug#3910)
10189
10190 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
10191
10192 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
10193
10194 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
10195
10196 * font-setting.el (font-use-system-font): Declare for byte-compiler.
10197 (font-setting-change-default-font): Fix typo in docstring.
10198
10199 2009-11-18 Alan Mackenzie <acm@muc.de>
10200
10201 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
10202
10203 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10204
10205 * font-setting.el (font-use-system-font): Move ...
10206
10207 * cus-start.el (all): ... to here.
10208
10209 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
10210
10211 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
10212 Don't set `ad-return-value' if `ad-do-it' doesn't.
10213
10214 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
10215 modification time.
10216
10217 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10218
10219 * menu-bar.el: Put "Use system font" in Option-menu.
10220 (menu-bar-options-save): Add font-use-system-font.
10221
10222 * loadup.el: If feature system-font-setting or font-render-setting is
10223 there, load font-setting.
10224
10225 * Makefile.in (ELCFILES): Add font-settings.el.
10226 * font-setting.el: New file.
10227
10228 2009-11-17 Glenn Morris <rgm@gnu.org>
10229
10230 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
10231
10232 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
10233 Preserve point in the list buffer. (Bug#4939)
10234 Use point-at-eol.
10235 (newsticker--treeview-list-update-highlight)
10236 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
10237
10238 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10239
10240 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
10241 Remove.
10242
10243 * calc/calc-ext.el (calc-init-extensions): Remove references to
10244 symclip.
10245
10246 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
10247
10248 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
10249 * calc/calc-help.el (calc-b-prefix-help): Remove references to
10250 `calc-symclip'.
10251
10252 2009-11-16 Kevin Ryde <user42@zip.com.au>
10253
10254 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10255 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
10256
10257 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
10258 (lm-keywords-list): Allow comma-only separator like "foo,bar".
10259 Ignore trailing spaces by omit-nulls to split-string (fixing
10260 regression from Emacs 21 due to the incompatible split-string
10261 change). (Bug #4928.)
10262
10263 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
10264
10265 * vc.el (vc-log-show-limit): Default to 2000.
10266 (vc-print-log-internal): Insert buttons to request more entries
10267 when limiting the output.
10268
10269 * vc-sccs.el (vc-sccs-print-log):
10270 * vc-rcs.el (vc-rcs-print-log):
10271 * vc-cvs.el (vc-cvs-print-log):
10272 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
10273 LIMIT is non-nil.
10274
10275 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
10276
10277 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
10278 error when `tramp-gvfs-dbus-event-vector' is set.
10279 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
10280
10281 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10282
10283 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
10284
10285 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
10286
10287 * net/dbus.el (dbus-unregister-service): New defun.
10288 (dbus-register-property): Register the handlers of
10289 "org.freedesktop.DBus.Properties" for SERVICE.
10290 (dbus-property-handler): Fix docstring.
10291
10292 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10293
10294 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
10295 Quote doc string reference in defvaralias as it is not in special form.
10296 (byte-compile-output-docform): Doc fix.
10297
10298 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10299
10300 * calc/calc.el (math-2-word-size, math-half-2-word-size)
10301 (calc-complement-signed-mode): New variables.
10302 (calc-set-mode-line): Add indicator for twos-complements.
10303 (math-format-number): Format twos-complement notation.
10304
10305 * calc/calc-bin.el (calc-word-size): Reset the variables
10306 `math-2-word-size' and `math-half-2-word-size'.
10307 (math-format-complement-signed, math-symclip, calcFunc-symclip)
10308 (calc-symclip): New functions.
10309
10310 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
10311
10312 * calc/calc-embed.el (calc-embedded-mode-vars):
10313 Add `calc-complement-signed-mode' to the list of modes.
10314
10315 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
10316 (calc-b-oper-keys): Add `calc-symclip' to list.
10317
10318 * calc/calc-ext.el (math-read-number-fancy): Read complement
10319 signed numbers.
10320 (calc-init-extensions): Add binding for `calc-symclip'.
10321 Add autoload for `calcFunc-symclip' and `calc-symclip'.
10322
10323 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
10324 `calc-symclip'.
10325 (calc-modes-menu): Add item for twos complement mode.
10326
10327 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
10328
10329 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
10330
10331 * register.el (jump-to-register, insert-register): Handle Semantic
10332 tags. From commented-out advice in semantic/senator.el.
10333
10334 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10335
10336 * vc.el (vc-log-show-limit): New variable.
10337 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
10338 when using a prefix argument.
10339 (vc-print-log-internal): Add new argument LIMIT.
10340
10341 * vc-svn.el (vc-svn-print-log):
10342 * vc-mtn.el (vc-mtn-print-log):
10343 * vc-hg.el (vc-hg-print-log):
10344 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
10345 pass it to the log command when set. Make the BUFFER argument
10346 non-optional.
10347
10348 * vc-sccs.el (vc-sccs-print-log):
10349 * vc-rcs.el (vc-rcs-print-log):
10350 * vc-git.el (vc-git-print-log):
10351 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
10352 ignore it. Make the BUFFER argument non-optional
10353
10354 * bindings.el (mode-line-buffer-identification): Do not purecopy.
10355
10356 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
10357
10358 * dired.el (dired-mode-map): Move encryption items to "Operate"
10359 menu (Bug#4703).
10360
10361 * strokes.el (strokes-update-window-configuration): Make strokes
10362 buffer current before erasing (Bug#4906).
10363
10364 2009-11-15 Juri Linkov <juri@jurta.org>
10365
10366 * simple.el (set-mark-default-inactive): Add :type, :group
10367 and :version. (Bug#4876)
10368
10369 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
10370
10371 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
10372 (archive-unique-fname): ... here. (Bug#4929)
10373
10374 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10375
10376 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
10377 with a real fix.
10378
10379 * novice.el (disabled-command-function): Add useful args.
10380 Setup the help buffer so that [back] works.
10381 Remove redundant call to help-mode.
10382 (disabled-command-function): Use `case'.
10383 (en/disable-command): New function extracted from enable-command.
10384 (enable-command, disable-command): Use it.
10385
10386 2009-11-14 Glenn Morris <rgm@gnu.org>
10387
10388 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
10389 constants. (Bug#4913)
10390
10391 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
10392
10393 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
10394
10395 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
10396 defined in C that have no doc-strings. (Bug#1063)
10397
10398 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
10399
10400 * cus-edit.el (data, files):
10401 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
10402
10403 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
10404
10405 * simple.el (shell-command): Doc fix (Bug#4891).
10406
10407 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
10408
10409 2009-11-14 Glenn Morris <rgm@gnu.org>
10410
10411 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
10412 statements for vc-diff, emerge-quit, and rmail-cease-edit.
10413 If they are already loaded, eval-after-load will do the right thing.
10414
10415 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
10416 compiling.
10417
10418 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
10419
10420 * simple.el (x-selection-owner-p): Declare.
10421 (read-mail-command): Use custom radio type rather than choice.
10422 (completion-no-auto-exit): Doc fix.
10423
10424 * custom.el (defgroup):
10425 * epg-config.el (epg): Doc fixes.
10426
10427 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10428
10429 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10430 * international/ccl.el (define-ccl-program): Do not purecopy the
10431 docstring, defconst does it anyway.
10432
10433 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10434
10435 * add-log.el (add-change-log-entry): Avoid displaying the changelog
10436 a second time.
10437
10438 * x-dnd.el (x-dnd-maybe-call-test-function):
10439 * window.el (split-window-vertically):
10440 * whitespace.el (whitespace-help-on):
10441 * vc-rcs.el (vc-rcs-consult-headers):
10442 * userlock.el (ask-user-about-lock-help)
10443 (ask-user-about-supersession-help):
10444 * type-break.el (type-break-force-mode-line-update):
10445 * time-stamp.el (time-stamp-conv-warn):
10446 * terminal.el (te-set-output-log, te-more-break, te-filter)
10447 (te-sentinel, terminal-emulator):
10448 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10449 (term-write-input-ring, term-check-source, term-start-output-log):
10450 (term-display-buffer-line, term-dynamic-list-completions):
10451 (term-ansi-make-term, serial-term):
10452 * subr.el (selective-display):
10453 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10454 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
10455 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
10456 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
10457 (speedbar-remove-localized-speedbar-support)
10458 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
10459 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
10460 (speedbar-buffers-line-directory):
10461 * simple.el (shell-command-on-region, append-to-buffer)
10462 (prepend-to-buffer):
10463 * shadowfile.el (shadow-save-todo-file):
10464 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
10465 (scroll-bar-maybe-set-window-start):
10466 * sb-image.el (speedbar-image-dump):
10467 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
10468 (load-save-place-alist-from-file):
10469 * ps-samp.el (ps-print-message-from-summary):
10470 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
10471 (ps-background-image, ps-begin-job, ps-do-despool):
10472 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
10473 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
10474 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
10475 (pr-call-process, pr-file-list, pr-interface-save):
10476 * novice.el (disabled-command-function)
10477 (enable-command, disable-command):
10478 * mouse.el (mouse-buffer-menu-alist):
10479 * mouse-copy.el (mouse-kill-preserving-secondary):
10480 * macros.el (kbd-macro-query):
10481 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
10482 * informat.el (batch-info-validate):
10483 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
10484 * hippie-exp.el (try-expand-dabbrev-visible):
10485 * help-mode.el (help-make-xrefs):
10486 * help-fns.el (describe-variable):
10487 * generic-x.el (bat-generic-mode-run-as-comint):
10488 * finder.el (finder-mouse-select):
10489 * find-dired.el (find-dired-sentinel):
10490 * filesets.el (filesets-file-close):
10491 * files.el (list-directory):
10492 * faces.el (list-faces-display, describe-face):
10493 * facemenu.el (list-colors-display):
10494 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
10495 * epg.el (epg--process-filter, epg-cancel):
10496 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
10497 (epa--read-signature-type):
10498 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
10499 (emerge-file-names):
10500 * ehelp.el (electric-helpify):
10501 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
10502 * ediff-vers.el (rcs-ediff-view-revision):
10503 * ediff-util.el (ediff-setup):
10504 * ediff-mult.el (ediff-append-custom-diff):
10505 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
10506 (ediff-wordify):
10507 * echistory.el (Electric-command-history-redo-expression):
10508 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10509 * disp-table.el (describe-display-table):
10510 * dired.el (dired-find-buffer-nocreate):
10511 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
10512 * dabbrev.el (dabbrev--same-major-mode-p):
10513 * chistory.el (list-command-history):
10514 * apropos.el (apropos-documentation):
10515 * allout.el (allout-obtain-passphrase):
10516 (allout-copy-exposed-to-buffer):
10517 (allout-verify-passphrase): Use with-current-buffer.
10518
10519 2009-11-13 Glenn Morris <rgm@gnu.org>
10520
10521 * Makefile.in (ELCFILES): Regenerate.
10522
10523 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
10524
10525 * net/dbus.el (dbus-registered-objects-table): Rename from
10526 `dbus-registered-functions-table', because it contains also properties.
10527 (dbus-unregister-object): Unregister also properties.
10528 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10529 Use a timeout of 500 msec, in order to not block.
10530 (dbus-register-property, dbus-property-handler): New defuns.
10531
10532 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10533
10534 * simple.el (minibuffer-default-add-completions): Drop deprecated
10535 4th arg.
10536
10537 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
10538
10539 * textmodes/artist.el (artist-mouse-choose-operation):
10540 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
10541 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
10542 (artist-compute-up-event-key): New function.
10543 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
10544
10545 2009-11-13 Kenichi Handa <handa@m17n.org>
10546
10547 * language/japan-util.el: Make sure that the value of jisx0208
10548 property is jisx0208 character.
10549
10550 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
10551
10552 * international/mule.el (auto-coding-regexp-alist): Only purecopy
10553 car or each item, not the whole list.
10554
10555 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
10556
10557 * minibuffer.el (minibuffer-completion-help):
10558 Use minibuffer-hide-completions.
10559
10560 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
10561
10562 * dired.el (dired-save-positions, dired-restore-positions): New funs.
10563 (dired-revert): Use them (bug#4880).
10564
10565 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10566
10567 * tooltip.el (tooltip-frame-parameters): Undo previous change.
10568
10569 2009-11-12 Juri Linkov <juri@jurta.org>
10570
10571 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
10572 New functions.
10573 (find-file-literally-at-point): Alias of `ffap-literally'.
10574
10575 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10576
10577 * textmodes/ispell.el (ispell-skip-region-alist):
10578 * textmodes/css-mode.el (auto-mode-alist):
10579 * progmodes/compile.el (auto-mode-alist):
10580 * international/mule.el (ctext-non-standard-encodings-alist)
10581 (ctext-non-standard-encodings-regexp):
10582 * simple.el (shell-command-switch, text-read-only):
10583 * replace.el (occur-mode-map):
10584 * paths.el (rmail-file-name):
10585 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
10586 * find-file.el (ff-special-constructs):
10587 * files.el (file-name-handler-alist):
10588 * composite.el: Purecopy strings.
10589
10590 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
10591
10592 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10593
10594 * widget.el (define-widget): Purecopy the docstring.
10595 * international/mule-cmds.el (charset): Do not purecopy the
10596 docstring here, define-widget does it.
10597
10598 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10599 * textmodes/bibtex-style.el (auto-mode-alist):
10600 * progmodes/inf-lisp.el (inferior-lisp-prompt):
10601 * progmodes/compile.el (compile-command):
10602 * language/korea-util.el (default-korean-keyboard):
10603 * international/mule-conf.el (file-coding-system-alist):
10604 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
10605 * tooltip.el (tooltip-frame-parameters):
10606 * newcomment.el (comment-end, comment-padding):
10607 * dired.el (dired-trivial-filenames):
10608 * comint.el (comint-file-name-prefix): Purecopy initial values.
10609
10610 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
10611
10612 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
10613 (tramp-advice-minibuffer-electric-tilde): Unload advices via
10614 `tramp-unload'.
10615 (tramp-advice-make-auto-save-file-name)
10616 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
10617 after removing the advice.
10618
10619 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10620
10621 * progmodes/grep.el (grep-regexp-alist):
10622 * international/mule-cmds.el (iso-2022-control-alist):
10623 * emacs-lisp/timer.el (timer-duration-words):
10624 * subr.el (version-separator, version-regexp-alist):
10625 * minibuffer.el (completion-styles-alist):
10626 * faces.el (face-attribute-name-alist, list-faces-sample-text):
10627 Change defvars to defconsts.
10628
10629 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
10630 * loadup.el ("international/mule-conf"): Load the byte compiled version.
10631 * international/mule-conf.el: Allow to be byte compiled.
10632
10633 * international/mule.el (define-charset): Purecopy props.
10634 (load-with-code-conversion): Purecopy doc string and file name.
10635 (put-charset-property): Purecopy strings.
10636 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
10637
10638 * international/mule-cmds.el (register-input-method): Purecopy arguments.
10639 (define-char-code-property): Correctly purecopy the table.
10640
10641 * international/ccl.el (define-ccl-program): Purecopy the docstring.
10642
10643 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
10644
10645 * subr.el (add-hook): Purecopy strings.
10646 (eval-after-load): Purecopy load-history-regexp and the form.
10647
10648 * custom.el (custom-declare-group): Purecopy load-file-name.
10649
10650 * subr.el (menu-bar-separator): New defconst.
10651 * net/eudc.el (eudc-tools-menu):
10652 * international/mule-cmds.el (set-coding-system-map)
10653 (mule-menu-keymap):
10654 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10655 * vc-hooks.el (vc-menu-map):
10656 * replace.el (occur-mode-map):
10657 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
10658 (menu-bar-edit-menu, menu-bar-goto-menu)
10659 (menu-bar-custom-menu, menu-bar-showhide-menu)
10660 (menu-bar-options-menu, menu-bar-tools-menu)
10661 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
10662 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
10663 (menu-bar-help-menu):
10664 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
10665 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
10666
10667 * term/x-win.el (x-gtk-stock-map):
10668 * progmodes/vera-mode.el (auto-mode-alist):
10669 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
10670 (inferior-lisp-program, inferior-lisp-load-command):
10671 * progmodes/hideshow.el (hs-special-modes-alist):
10672 * progmodes/gud.el (same-window-regexps):
10673 * progmodes/grep.el (grep-program, find-program, xargs-program):
10674 * net/telnet.el (same-window-regexps):
10675 * net/rlogin.el (same-window-regexps):
10676 * language/ethiopic.el (font-ccl-encoder-alist):
10677 * vc-sccs.el (vc-sccs-master-templates):
10678 * vc-rcs.el (vc-rcs-master-templates):
10679 * subr.el (cl-assertion-failed):
10680 * simple.el (next-error-overlay-arrow-position):
10681 * lpr.el (lpr-command):
10682 * locate.el (locate-ls-subdir-switches):
10683 * info.el (same-window-regexps, info)
10684 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10685 * image-mode.el (image-mode, auto-mode-alist):
10686 * hippie-exp.el (hippie-expand-ignore-buffers):
10687 * format.el (format-alist):
10688 * find-dired.el (find-ls-subdir-switches, find-grep-options)
10689 (find-name-arg):
10690 * facemenu.el (facemenu-keybindings):
10691 * dired.el (dired-listing-switches, dired-chown-program):
10692 * diff.el (diff-switches, diff-command):
10693 * cus-edit.el (same-window-regexps):
10694 * bindings.el (mode-line-mule-info)
10695 (mode-line-buffer-identification): Purecopy strings.
10696
10697 2009-11-11 Juri Linkov <juri@jurta.org>
10698
10699 * simple.el (dired-get-filename) <declare-function>:
10700 Tell the byte-compiler about dired-get-filename.
10701 (shell-command): In Dired mode, get filename from the current line
10702 as the default value.
10703
10704 2009-11-10 Glenn Morris <rgm@gnu.org>
10705
10706 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
10707 * calendar/holidays.el, progmodes/cperl-mode.el:
10708 Update x-popup-menu declarations.
10709
10710 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
10711 (list-load-path-shadows): Use dolist.
10712 (list-load-path-shadows): Use with-current-buffer.
10713
10714 2009-11-10 Juri Linkov <juri@jurta.org>
10715
10716 * minibuffer.el (read-file-name): Support a list of default values
10717 in `default-filename'. Use the first file name where only one
10718 element is required. Doc fix.
10719
10720 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
10721
10722 * net/dbus.el (dbus-unregister-object): Release service, if no
10723 other method is registered for it.
10724
10725 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
10726
10727 * bookmark.el (bookmark-completing-read): Sort bookmark names if
10728 bookmark-sort-flag is non-nil (Bug#4653).
10729
10730 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
10731
10732 * emulation/cua-base.el: Add CUA property to some CC mode commands
10733 (Bug#4100).
10734
10735 2009-11-08 Kevin Ryde <user42@zip.com.au>
10736
10737 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
10738 at end of sentence (Bug#4818).
10739
10740 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
10741
10742 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10743 Handle "see declaration of" MSFT statements (Bug#4100).
10744
10745 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
10746
10747 * net/tramp.el (tramp-advice-make-auto-save-file-name)
10748 (tramp-advice-file-expand-wildcards): Unload via
10749 `ad-remove-advice'.
10750
10751 * net/trampver.el: Update release number.
10752
10753 2009-11-08 Kevin Ryde <user42@zip.com.au>
10754
10755 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
10756 `ad-do-it'.
10757
10758 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
10759
10760 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
10761 in order to keep context in SELinux.
10762
10763 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
10764
10765 * dired-aux.el (dired-query): Place cursor in echo area and allow
10766 C-g.
10767
10768 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
10769 menu item if not on a directory (Bug#4701).
10770
10771 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
10772
10773 Sync with Tramp 2.1.17.
10774
10775 * net/tramp.el (tramp-handle-copy-directory): Don't use
10776 `file-remote-p' (due to compatibility).
10777
10778 * net/tramp-compat.el (tramp-compat-copy-directory)
10779 (tramp-compat-delete-directory): New defuns.
10780
10781 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10782 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
10783 `tramp-compat-delete-directory'.
10784
10785 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10786 (tramp-smb-handle-delete-directory): Use
10787 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
10788
10789 * net/trampver.el: Update release number.
10790
10791 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
10792
10793 * tar-mode.el (tar-copy): Call write-region on the right buffer
10794 (Bug#4857).
10795
10796 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
10797 by hand, if necessary (Bug#4878).
10798
10799 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
10800
10801 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
10802 align size column (Bug#4839).
10803
10804 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
10805 statement.
10806
10807 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
10808
10809 * progmodes/ld-script.el (auto-mode-alist):
10810 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
10811
10812 * cus-face.el (custom-declare-face): Purecopy face spec.
10813
10814 2009-11-06 Kenichi Handa <handa@m17n.org>
10815
10816 * international/uni-bidi.el: Re-generated.
10817 * international/uni-category.el: Re-generated.
10818 * international/uni-combining.el: Re-generated.
10819 * international/uni-mirrored.el: Re-generated.
10820
10821 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
10822
10823 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
10824 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
10825 (tex-start-options, slitex-run-command, latex-run-command)
10826 (tex-run-command, tex-directory):
10827 * textmodes/ispell.el (ispell-html-skip-alists)
10828 (ispell-tex-skip-alists, ispell-tex-skip-alists):
10829 * textmodes/fill.el (adaptive-fill-first-line-regexp):
10830 (adaptive-fill-regexp):
10831 * textmodes/dns-mode.el (auto-mode-alist):
10832 * progmodes/python.el (interpreter-mode-alist):
10833 * progmodes/etags.el (tags-compression-info-list):
10834 * progmodes/etags.el (tags-file-name):
10835 * net/browse-url.el (browse-url-galeon-program)
10836 (browse-url-firefox-program):
10837 * mail/sendmail.el (mail-signature-file)
10838 (mail-citation-prefix-regexp):
10839 * international/mule-conf.el (eight-bit):
10840 * international/latexenc.el (latex-inputenc-coding-alist):
10841 * international/fontset.el (x-pixel-size-width-font-regexp):
10842 * emacs-lisp/warnings.el (warning-type-format):
10843 * emacs-lisp/trace.el (trace-buffer):
10844 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
10845 (emacs-lisp-mode-map):
10846 * calendar/holidays.el (holiday-solar-holidays)
10847 (holiday-bahai-holidays, holiday-islamic-holidays)
10848 (holiday-christian-holidays, holiday-hebrew-holidays)
10849 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
10850 (hebrew-holidays-1, holiday-oriental-holidays)
10851 (holiday-general-holidays):
10852 * x-dnd.el (x-dnd-known-types):
10853 * tool-bar.el (tool-bar):
10854 * startup.el (site-run-file):
10855 * shell.el (shell-dumb-shell-regexp):
10856 * rfn-eshadow.el (file-name-shadow-tty-properties)
10857 (file-name-shadow-properties):
10858 * paths.el (remote-shell-program, news-directory):
10859 * mouse.el ([C-down-mouse-3]):
10860 * menu-bar.el (menu-bar-tools-menu):
10861 * jka-cmpr-hook.el (jka-compr-load-suffixes)
10862 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
10863 (jka-compr-compression-info-list):
10864 * isearch.el (search-whitespace-regexp):
10865 * image-file.el (image-file-name-extensions):
10866 * find-dired.el (find-ls-option):
10867 * files.el (directory-listing-before-filename-regexp)
10868 (directory-free-space-args, insert-directory-program)
10869 (list-directory-brief-switches, magic-fallback-mode-alist)
10870 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
10871 (automount-dir-prefix):
10872 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
10873 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
10874 (face-font-registry-alternatives, face-font-registry-alternatives)
10875 (face-font-family-alternatives):
10876 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
10877 (facemenu-foreground-menu, facemenu-face-menu):
10878 * epa-hook.el (epa-file-name-regexp):
10879 * dnd.el (dnd-protocol-alist):
10880 * textmodes/rst.el (auto-mode-alist):
10881 * button.el (default-button): Purecopy strings.
10882
10883 2009-11-06 Glenn Morris <rgm@gnu.org>
10884
10885 * Makefile.in (ELCFILES): Update.
10886
10887 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
10888
10889 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
10890 * emacs-lisp/levents.el: Move to obsolete/levents.el.
10891
10892 * nxml/xsd-regexp.el (xsdre-gen-categories):
10893 * nxml/xmltok.el (xmltok-parse-entity):
10894 * nxml/rng-parse.el (rng-parse-validate-file):
10895 * nxml/rng-maint.el (rng-format-manual)
10896 (rng-manual-output-force-new-line):
10897 * nxml/rng-loc.el (rng-save-schema-location-1):
10898 * nxml/rng-cmpct.el (rng-c-parse-file):
10899 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
10900 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
10901
10902 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
10903
10904 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
10905 Remove extra save-excursions and make-variable-buffer-local's.
10906 Suggested by Stefan Monnier.
10907
10908 (verilog-getopt-file, verilog-module-inside-filename-p)
10909 (verilog-set-define): Merge GNU 1.35 and repair changes from
10910 switching to using with-current-buffer.
10911
10912 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
10913 being treated as a number and confusing AUTORESET.
10914 Reported by Dan Dever.
10915
10916 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
10917 Add verilog-auto-ignore-concat to fix backward compatibility with
10918 older verilog-modes. Reported by Dan Katz.
10919
10920 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
10921 containing closing anchors "...$".
10922
10923 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
10924 Reported by Wade Smith.
10925
10926 (verilog-batch-execute-func): Comment on function usage.
10927
10928 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
10929
10930 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
10931 for labels.
10932
10933 (verilog-label-re, verilog-calc-1): Support proper indent of named
10934 asserts.
10935
10936 (verilog-backward-token, verilog-basic-complete-re)
10937 (verilog-beg-of-statement, verilog-indent-re): Support proper
10938 indent of the assert statement at the beginning of a block of text.
10939
10940 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
10941 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
10942 tokens as begins.
10943
10944 2009-11-05 Glenn Morris <rgm@gnu.org>
10945
10946 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
10947 Emacs 19. (Bug#1531)
10948 (byte-compile-fix-header): Update for the above change.
10949 Drop test for epoch::version.
10950
10951 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
10952 * cus-dep.el (custom-make-dependencies):
10953 * finder.el (finder-compile-keywords):
10954 Use autoload-rubric's feature argument.
10955
10956 * calendar/diary-lib.el (top-level): Make load behave more like require.
10957
10958 * vc-git.el (vc-git-stash-map): Move definition before use.
10959
10960 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
10961
10962 * custom.el (custom-declare-group): Purecopy standard-value.
10963 (custom-declare-group): Purecopy custom-prefix.
10964
10965 * international/mule.el (load-with-code-conversion):
10966 Call do-after-load-evaluation unconditionally.
10967
10968 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
10969
10970 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
10971
10972 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
10973
10974 2009-11-04 Glenn Morris <rgm@gnu.org>
10975
10976 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
10977 (byte-compile-compatibility): Remove option.
10978 (byte-compile-close-variables, byte-compile-fix-header)
10979 (byte-compile-insert-header, byte-compile-output-docform)
10980 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
10981 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
10982 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
10983 (byte-compile-insert, byte-compile-defun):
10984 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
10985 (byte-defop-compiler19): Remove.
10986 Without byte-compile-compatibility, the 'emacs19-opcode property is not
10987 used by anything. Replace all calls with byte-defop-compiler.
10988
10989 2009-11-04 Juri Linkov <juri@jurta.org>
10990
10991 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
10992 (menu-bar-options-menu): Don't quote the `prop' arg of
10993 `menu-bar-make-mm-toggle'.
10994
10995 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
10996
10997 * calendar/calendar.el (cal-loaddefs):
10998 * calendar/diary-lib.el (diary-loaddefs):
10999 * calendar/holidays.el (hol-loaddefs):
11000 * eshell/esh-module.el (esh-groups): Load rather than require.
11001
11002 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11003
11004 * calendar/todo-mode.el (todo-add-category): Don't hardcode
11005 point-min==1.
11006 (todo-top-priorities): Only display-buffer when called interactively.
11007 (todo-item-start): Don't save excursion point.
11008 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
11009 (todo-insert-item-here, todo-file-item, todo-remove-item):
11010 Adjust uses of todo-item-start and todo-item-end.
11011
11012 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
11013 (autoload-rubric): Don't use any more.
11014
11015 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
11016 and only put a prop if it is non-nil.
11017
11018 2009-11-03 Juri Linkov <juri@jurta.org>
11019
11020 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
11021 (menu-bar-options-menu): Fix list quoting (Bug#4429).
11022
11023 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
11024 and "Menu" to make top-level menu item visually one unit (like
11025 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
11026 multi-word menu items). Fix :help string for quit-window.
11027
11028 2009-11-03 Glenn Morris <rgm@gnu.org>
11029
11030 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
11031 (byte-compile-file-form-define-abbrev-table)
11032 (byte-compile-file-form-custom-declare-variable)
11033 (byte-compile-variable-ref, byte-compile-defvar):
11034 Whether or not a warning is enabled should only affect whether we issue
11035 the warning, not whether or not we collect the relevant data.
11036 Eg warnings can be turned on and off throughout the course of a file.
11037
11038 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
11039 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
11040
11041 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11042
11043 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
11044 * play/mpuz.el (mpuz-create-buffer):
11045 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
11046 (lm-print-y,s,noise, lm-print-w0, lm-init):
11047 * play/gomoku.el (gomoku-prompt-for-move):
11048 * play/fortune.el (fortune-in-buffer):
11049 * play/dissociate.el (dissociated-press):
11050 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
11051 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
11052 * mail/supercite.el (sc-eref-show):
11053 * mail/smtpmail.el (smtpmail-send-it):
11054 * mail/rmailsum.el (rmail-summary-next-labeled-message)
11055 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
11056 (rmail-summary-undelete-many, rmail-summary-rmail-update)
11057 (rmail-summary-goto-msg, rmail-summary-expunge)
11058 (rmail-summary-get-new-mail, rmail-summary-search-backward)
11059 (rmail-summary-add-label, rmail-summary-output-menu)
11060 (rmail-summary-output-body):
11061 * mail/rfc822.el (rfc822-addresses):
11062 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
11063 * mail/mailpost.el (post-mail-send-it):
11064 * mail/hashcash.el (hashcash-generate-payment):
11065 * mail/feedmail.el (feedmail-run-the-queue)
11066 (feedmail-queue-send-edit-prompt-help-first)
11067 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
11068 (feedmail-deduce-address-list):
11069 * eshell/esh-ext.el (eshell-remote-command):
11070 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
11071 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
11072 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
11073 (viper-save-string-in-file, viper-valid-marker):
11074 * emulation/viper-keym.el (viper-toggle-key):
11075 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
11076 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
11077 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
11078 * emulation/viper-cmd.el (viper-exec-form-in-vi)
11079 (viper-exec-form-in-emacs, viper-brac-function):
11080 * emulation/viper.el (viper-delocalize-var):
11081 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
11082 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
11083 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
11084 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
11085 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
11086 * emulation/edt.el (edt-electric-helpify):
11087 * emulation/cua-rect.el (cua--rectangle-aux-replace):
11088 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
11089 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
11090 (cua-indent-to-global-mark-column):
11091 * calendar/diary-lib.el (calendar-mark-1):
11092 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
11093 Use with-current-buffer.
11094 * emulation/viper.el (viper-delocalize-var): Use dolist.
11095
11096 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
11097
11098 * comint.el (comint-replace-by-expanded-history-before-point):
11099 Replace !! with the previous input string literally (Bug#1795).
11100
11101 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
11102
11103 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
11104 to be made up of whitespace.
11105
11106 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
11107
11108 * minibuffer.el (read-file-name): Don't use file dialogs for
11109 remote directories (Bug#99).
11110
11111 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
11112
11113 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
11114
11115 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
11116
11117 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
11118 instead of deleting the window or frame.
11119
11120 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
11121
11122 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
11123 Support face colors.
11124
11125 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
11126 New function. Support face colors (Bug#1168).
11127 (tex-common-initialization): Use it.
11128
11129 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
11130 mode allows it (Bug#1168).
11131
11132 2009-10-31 Juri Linkov <juri@jurta.org>
11133
11134 * facemenu.el (list-colors-display): Don't mark buffer as
11135 modified (Bug#3948).
11136
11137 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
11138
11139 * international/mule-diag.el (list-character-sets-1): Minor
11140 message fix (Bug#3526).
11141
11142 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
11143 face property (Bug#4834).
11144 (etags-list-tags, etags-tags-apropos-additional)
11145 (etags-tags-apropos, tags-select-tags-table): Add follow-link
11146 property.
11147
11148 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
11149 items.
11150
11151 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11152
11153 * textmodes/two-column.el (2C-split):
11154 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
11155 * textmodes/tex-mode.el (tex-set-buffer-directory):
11156 * textmodes/spell.el (spell-region, spell-string):
11157 * textmodes/reftex.el (reftex-erase-buffer):
11158 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
11159 * textmodes/reftex-toc.el (reftex-toc-promote-action):
11160 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
11161 (reftex-select-item):
11162 * textmodes/reftex-ref.el (reftex-label-info-update)
11163 (reftex-offer-label-menu):
11164 * textmodes/reftex-index.el (reftex-index-change-entry)
11165 (reftex-index-phrases-info):
11166 * textmodes/reftex-global.el (reftex-create-tags-file)
11167 (reftex-save-all-document-buffers, reftex-ensure-write-access):
11168 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
11169 (reftex-view-crossref-from-bibtex):
11170 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
11171 (reftex-extract-bib-entries-from-thebibliography)
11172 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
11173 * textmodes/refbib.el (r2b-capitalize-title):
11174 (r2b-convert-buffer, r2b-help):
11175 * textmodes/page-ext.el (pages-directory)
11176 (pages-directory-goto-with-mouse):
11177 * textmodes/bibtex.el (bibtex-validate-globally):
11178 * textmodes/bib-mode.el (bib-capitalize-title):
11179 * textmodes/artist.el (artist-clear-buffer, artist-system):
11180 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
11181 (local-set-scheme-interaction-buffer, xscheme-process-filter)
11182 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
11183 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
11184 (xscheme-send-control-g-interrupt, xscheme-start-process)
11185 (xscheme-process-sentinel, xscheme-cd):
11186 * progmodes/verilog-mode.el (verilog-read-always-signals)
11187 (verilog-set-define, verilog-getopt-file)
11188 (verilog-module-inside-filename-p):
11189 * progmodes/sh-script.el:
11190 * progmodes/python.el (python-pdbtrack-get-source-buffer)
11191 (python-pdbtrack-grub-for-buffer, python-execute-file):
11192 * progmodes/octave-inf.el (inferior-octave):
11193 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11194 (idlwave-shell-compile-helper-routines, idlwave-set-local)
11195 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
11196 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
11197 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
11198 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
11199 (idlwave-shell-filter, idlwave-shell-examine-highlight)
11200 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
11201 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
11202 (idlwave-shell-examine-display, idlwave-shell-run-region)
11203 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
11204 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
11205 * progmodes/idlw-help.el (idlwave-help-get-special-help)
11206 (idlwave-help-get-help-buffer):
11207 * progmodes/gud.el (gud-basic-call, gud-find-class)
11208 (gud-tooltip-activate-mouse-motions-if-enabled):
11209 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11210 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
11211 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
11212 (ebrowse-tags-next-file):
11213 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
11214 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
11215 (ebnf-eps-finish-and-write):
11216 * progmodes/cpp.el (cpp-edit-save):
11217 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
11218 * progmodes/cc-defs.el (c-emacs-features):
11219 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
11220 (antlr-directory-dependencies):
11221 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
11222 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
11223 (ada-find-any-references, ada-make-filename-from-adaname)
11224 (ada-make-body-gnatstub):
11225 * obsolete/rnews.el (news-list-news-groups):
11226 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
11227 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
11228 * net/rcirc.el (rcirc-debug):
11229 * net/newst-treeview.el (newsticker--treeview-list-add-item)
11230 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
11231 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
11232 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
11233 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
11234 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
11235 (newsticker--treeview-list-clear-highlight)
11236 (newsticker--treeview-list-update-highlight)
11237 (newsticker--treeview-list-highlight-start)
11238 (newsticker--treeview-tree-update-highlight)
11239 (newsticker--treeview-get-selected-item)
11240 (newsticker-treeview-mark-list-items-old)
11241 (newsticker--treeview-set-current-node):
11242 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11243 * net/newst-backend.el (newsticker--get-news-by-funcall)
11244 (newsticker--get-news-by-wget, newsticker--image-get)
11245 (newsticker--image-sentinel):
11246 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
11247 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
11248 (eudc-ph-close-session):
11249 * net/eudc.el (eudc-save-options):
11250 * language/thai-word.el (thai-update-word-table):
11251 * language/japan-util.el (japanese-string-conversion):
11252 * international/titdic-cnv.el (tsang-quick-converter)
11253 (ziranma-converter, ctlau-converter):
11254 * international/mule-cmds.el (describe-language-environment):
11255 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
11256 (skkdic-convert-postfix, skkdic-convert-prefix):
11257 (skkdic-convert-okuri-nasi, skkdic-convert):
11258 * emacs-lisp/re-builder.el (reb-update-overlays):
11259 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
11260 * emacs-lisp/gulp.el (gulp-send-requests):
11261 * emacs-lisp/find-gc.el (trace-call-tree):
11262 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
11263 (eieio-describe-generic):
11264 * emacs-lisp/eieio-base.el (eieio-persistent-read):
11265 * emacs-lisp/edebug.el (edebug-outside-excursion):
11266 * emacs-lisp/debug.el (debugger-make-xrefs):
11267 * emacs-lisp/cust-print.el (custom-prin1-to-string):
11268 * emacs-lisp/chart.el (chart-new-buffer):
11269 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
11270 Use with-current-buffer.
11271 * textmodes/artist.el (artist-system): Don't call
11272 copy-sequence on a fresh string.
11273 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
11274
11275 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
11276
11277 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
11278 is no item to edit. (Bug#4820)
11279 (todo-top-priorities): Restore point and restore narrowing in Todo
11280 buffer. (Bug#4820)
11281
11282 2009-10-31 Glenn Morris <rgm@gnu.org>
11283
11284 * net/ange-ftp.el (top-level): Don't require dired when compiling.
11285 (comint-last-output-start, comint-last-input-start)
11286 (comint-last-input-end): Don't defvar when compiling.
11287 (ange-ftp-process-file): Use bound-and-true-p.
11288
11289 * pcmpl-rpm.el (top-level): Move provide statement to end.
11290 (pcmpl-rpm): Remove unused custom group.
11291
11292 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
11293
11294 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
11295
11296 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11297 (byte-compile-warnings): Add `constants' as an option.
11298 (byte-compile-callargs-warn, byte-compile-arglist-warn)
11299 (display-call-tree): Update for byte-compile-fdefinition possibly
11300 returning `(macro lambda ...)'. (Bug#4778)
11301 (byte-compile-variable-ref, byte-compile-setq-default):
11302 Respect `constants' member of byte-compile-warnings.
11303
11304 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11305
11306 * vc-bzr.el (vc-bzr-revision-keywords): New var.
11307 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
11308 to "submit:".
11309
11310 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
11311
11312 * textmodes/ispell.el (ispell-skip-region-alist):
11313 * international/mule-conf.el (eight-bit):
11314 * international/fontset.el (font-encoding-alist):
11315 * startup.el (pure-space-overflow-message):
11316 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
11317 * paths.el (gnus-nntp-service, rmail-spool-directory)
11318 (term-file-prefix):
11319 * files.el (save-some-buffers-action-alist):
11320 * cmuscheme.el (same-window-buffer-names):
11321 * ielm.el (same-window-buffer-names):
11322 * shell.el (same-window-buffer-names):
11323 * mail/sendmail.el (same-window-buffer-names):
11324 * progmodes/inf-lisp.el (same-window-buffer-names):
11325 * bindings.el (mode-line-client)
11326 (mode-line-column-line-number-mode-map):
11327 * language/tibetan.el (tibetan-precomposition-rule-regexp)
11328 (tibetan-precomposed-regexp): Purecopy string arguments.
11329
11330 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11331
11332 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
11333 (calcDigit-nondigit):
11334 * calc/calc-yank.el (calc-copy-to-buffer):
11335 * calc/calc-units.el (calc-invalidate-units-table):
11336 * calc/calc-trail.el (calc-trail-yank):
11337 * calc/calc-store.el (calc-insert-variables):
11338 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11339 * calc/calc-prog.el (calc-read-parse-table):
11340 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
11341 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
11342 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
11343 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
11344 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
11345 (calc-graph-name, calc-graph-find-command, calc-graph-view)
11346 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
11347 * calc/calc-ext.el (calc-realign):
11348 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
11349 (calc-embedded-finish-edit, calc-embedded-make-info)
11350 (calc-embedded-finish-command, calc-embedded-stack-change):
11351 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
11352
11353 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
11354 shell-dynamic-complete-filename in preference to
11355 comint-dynamic-complete-filename.
11356
11357 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11358 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11359 Don't consider whether the display supports colors.
11360 (bookmark-import-new-list): Use dolist.
11361 (bookmark-bmenu-mode-map): Move initialization into declaration.
11362 (bookmark-bmenu-list): Use dolist, simplify.
11363 (bookmark-show-all-annotations): Use save-selected-window and dolist.
11364 (menu-bar-final-items): Use push.
11365
11366 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
11367
11368 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
11369 it works on remote files.
11370 (vc-hg-diff): Don't pass any `--cwd' argument.
11371
11372 2009-10-27 Kevin Ryde <user42@zip.com.au>
11373
11374 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11375 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
11376 (Further to Bug#3921).
11377
11378 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
11379
11380 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
11381 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
11382 calling `tramp-imap-put-file'. Add file size to the call.
11383 (tramp-imap-get-file-entries): Compute also user name, file size,
11384 and date.
11385 (tramp-imap-handle-insert-directory): Insert uid and gid.
11386 (tramp-imap-handle-file-attributes): Transform uid and gid
11387 according to `id-format'.
11388 (tramp-imap-put-file): New optional parameter SIZE. Encode file
11389 size in header X-Size.
11390
11391 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
11392
11393 * simple.el (transpose-subr): Give clearer error when the mark
11394 is not set. (Bug#4807)
11395
11396 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
11397
11398 * net/tramp.el (tramp-perl-file-truename): New defconst.
11399 Perl code contributed by yary <not.com@gmail.com> (tiny change).
11400 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
11401 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
11402 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
11403
11404 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
11405 Ignore `dired-call-process'.
11406 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
11407
11408 2009-10-26 Julian Scheid <julians37@gmail.com>
11409
11410 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
11411 (tramp-get-remote-readlink): New defun.
11412 (tramp-handle-file-truename): Use it.
11413 (tramp-handle-file-exists-p): Check file-attributes cache, assume
11414 file exists if cache value present.
11415 (tramp-check-cached-permissions): New defun.
11416 (tramp-handle-file-readable-p): Use it.
11417 (tramp-handle-file-writable-p): Likewise.
11418 (tramp-handle-file-executable-p): Likewise.
11419 (tramp-handle-file-name-all-completions): Try using Perl to get
11420 partial completions. When perl not available, combine `cd' and
11421 `ls' into single remote operation and use shell expansion to get
11422 partial remote directory contents. Set `file-exists-p' cache for
11423 directory and any files returned by ls. Change cache handling to
11424 support partial directory contents. Use error message emitted by
11425 remote `cd' or Perl code for local tramp-error.
11426 (tramp-do-copy-or-rename-file-directly): Avoid separate
11427 tramp-send-command-and-check call.
11428 (tramp-handle-process-file): Merge three remote ops into one.
11429 Do not flush all caches when `process-file-side-effects' is set.
11430 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11431 file-attributes shows uid/gid to be set already.
11432
11433 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11434
11435 * textmodes/tex-mode.el (tex-dvi-view-command)
11436 (tex-show-queue-command, tex-open-quote):
11437 * progmodes/ruby-mode.el (auto-mode-alist)
11438 (interpreter-mode-alist): Purecopy strings.
11439
11440 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11441
11442 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11443 string for the hook, keymap and abbrev table.
11444
11445 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11446
11447 * x-dnd.el (x-dnd-xdnd-to-action):
11448 * startup.el (fancy-startup-text, fancy-about-text): Change to
11449 defconst from defvar.
11450
11451 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11452
11453 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
11454 Purecopy initialization strings.
11455
11456 * mail/sendmail.el (mail-header-separator)
11457 (mail-personal-alias-file):
11458 * mail/rmail.el (rmail-default-dont-reply-to-names)
11459 (rmail-ignored-headers, rmail-retry-ignored-headers)
11460 (rmail-highlighted-headers, rmail-secondary-file-directory)
11461 (rmail-secondary-file-regexp):
11462 * files.el (null-device, file-name-invalid-regexp)
11463 (locate-dominating-stop-dir-regexp)
11464 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
11465 (interpreter-mode-alist): Use mapcar instead of mapc.
11466
11467 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
11468
11469 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
11470 (completion-ignored-extensions):
11471 (debug-ignored-errors): Purecopy strings.
11472
11473 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11474
11475 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
11476 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
11477 (pcomplete--here): Use push.
11478
11479 * subr.el (all-completions): Declare the 4th arg obsolete.
11480
11481 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11482
11483 * pcomplete.el (pcomplete-unquote-argument-function): New var.
11484 (pcomplete-unquote-argument): New function.
11485 (pcomplete--common-suffix): Always pay attention to case.
11486 (pcomplete--table-subvert): Quote and unquote the text.
11487 (pcomplete--common-quoted-suffix): New function.
11488 (pcomplete-std-complete): Use it and pcomplete-begin.
11489
11490 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
11491 we're inside a dedicated or minibuffer window.
11492
11493 2009-10-24 Karl Fogel <kfogel@red-bean.com>
11494
11495 * bookmark.el: Update documentation, especially documentation
11496 of `bookmark-alist' and of the bookmark file format.
11497 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
11498
11499 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
11500
11501 * mail/emacsbug.el (report-emacs-bug): Clarify that the
11502 keybindings apply to the mail buffer (Bug#4003). Shrink help
11503 window to buffer.
11504
11505 * whitespace.el (whitespace-mode, whitespace-newline-mode)
11506 (global-whitespace-mode, global-whitespace-newline-mode)
11507 (whitespace-toggle-options, global-whitespace-toggle-options):
11508 Doc fix (Bug#3660).
11509
11510 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
11511 of xmltok-start before the end tag was inserted (Bug#2840).
11512
11513 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
11514 patterns that are preceded by an open-paren (Bug#1320).
11515
11516 2009-10-24 Sven Joachim <svenjoac@gmx.de>
11517
11518 * files.el (delete-directory): Delete symlinks to directories with
11519 delete-file (Bug#4739).
11520
11521 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
11522
11523 * vc.el (vc-backend-for-registration): Rename from
11524 vc-get-backend-for-registration. Update callers.
11525
11526 * international/mule-cmds.el (set-language-info-alist):
11527 Purecopy lang-env.
11528 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
11529 (charset): Purecopy the name.
11530 (define-char-code-property): Purecopy string arguments.
11531
11532 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11533 Purecopy string arguments.
11534
11535 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11536 * ediff-hook.el (menu-bar-ediff-menu):
11537 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
11538 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
11539
11540 2009-10-24 Glenn Morris <rgm@gnu.org>
11541
11542 * comint.el (comint-dynamic-list-completions):
11543 * term.el (term-dynamic-list-completions): Use choose-completion rather
11544 than obsolete alias mouse-choose-completion.
11545
11546 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
11547 file-cache-choose-completion.
11548 (file-cache-choose-completion): Handle an optional event argument.
11549 (file-cache-mouse-choose-completion): Make it an obsolete alias.
11550
11551 * progmodes/octave-mod.el (octave-complete-symbol):
11552 Use choose-completion if mouse-choose-completion is ever removed.
11553
11554 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
11555 use.
11556
11557 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
11558 compiler.
11559
11560 * vc-hooks.el (vc-responsible-backend): Fix declaration.
11561
11562 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11563
11564 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
11565 Ignore `pred' now that we receive one.
11566 Handle test-completion specially.
11567
11568 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11569
11570 * vc.el (vc-responsible-backend): Throw an error if not backend is
11571 found. Remove the REGISTER argument. Move the code dealing with
11572 REGISTER ...
11573 (vc-get-backend-for-registration): ... here. New function.
11574 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
11575 of vc-responsible-backend, pass the file name instead of the
11576 directory name.
11577
11578 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11579
11580 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
11581 New funs.
11582 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
11583 (pcomplete-comint-setup): Don't modify a global var via
11584 accidental side-effects.
11585 (pcomplete-shell-setup): Adjust call accordingly.
11586 (pcomplete-parse-comint-arguments): Use push.
11587
11588 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
11589
11590 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11591 Allow uncapitalized info node names (Bug#3921).
11592
11593 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
11594 to the DEBUG file (Bug#3781).
11595
11596 2009-10-23 Jari Aalto <jari.aalto@cante.net>
11597
11598 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
11599 dictionary entry (Bug#4579).
11600
11601 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
11602
11603 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
11604 from `rfn-eshadow-update-overlay-hook' when unloading.
11605 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
11606 "rsyncc". Adjust doc string.
11607 (tramp-temp-buffer-file-name): New buffer-local defvar.
11608 (tramp-handle-insert-file-contents, tramp-handle-write-region):
11609 Keep temporary file when indicated by method ("rsync" and
11610 "rsyncc").
11611 (tramp-handle-write-region): Handle APPEND.
11612 (tramp-delete-temp-file-function): New defun. Added to
11613 `kill-buffer-hook'.
11614
11615 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
11616
11617 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
11618
11619 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11620
11621 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
11622 (color-name-rgb-alist, tty-standard-colors)
11623 (tty-color-mode-alist): Change to defconst.
11624
11625 * simple.el (mark-inactive): Purecopy message.
11626
11627 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
11628 (global-map, yank-menu):
11629 * textmodes/ispell.el (ispell-menu-map):
11630 * net/eudc.el (eudc-tools-menu):
11631 * international/mule-cmds.el (describe-language-environment-map)
11632 (setup-language-environment-map, set-coding-system-map)
11633 (mule-menu-keymap):
11634 * vc-hooks.el (vc-menu-entry, vc-menu-map):
11635 * replace.el (occur-mode-map):
11636 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
11637
11638 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
11639
11640 * calc/calc.el (math-read-number, math-read-number-simple): Use
11641 `save-match-data'.
11642
11643 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11644
11645 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
11646 rather than fiddling with global-map bindings, since it should only
11647 affect per-terminal settings.
11648 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
11649
11650 * minibuffer.el (completion-table-with-terminator): Allow to specify
11651 the terminator-regexp.
11652
11653 * simple.el (switch-to-completions): Look for *Completions* in other
11654 frames as well.
11655
11656 * pcomplete.el: Allow the use of completion-tables.
11657 (pcomplete-std-complete): New command.
11658 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
11659 (pcomplete--here): Use a function for `form' rather than an expression,
11660 so it can be byte-compiled.
11661 (pcomplete-here, pcomplete-here*): Adjust accordingly.
11662 Add edebug declaration.
11663 (pcomplete-show-completions): Remove unused var `curbuf'.
11664 (pcomplete-do-complete, pcomplete-stub):
11665 Don't assume `completions' is a list of strings any more.
11666
11667 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
11668
11669 * find-dired.el (find-name-arg): Fix typo in docstring.
11670
11671 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11672
11673 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
11674 (pcmpl-linux-fs-types): Same, and update to new modules layout.
11675
11676 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
11677 pcomplete-entries.
11678
11679 * comint.el (comint-read-input-ring, comint-write-input-ring)
11680 (comint-substitute-in-file-name)
11681 (comint-dynamic-complete-as-filename)
11682 (comint-dynamic-simple-complete)
11683 (comint-dynamic-list-filename-completions)
11684 (comint-dynamic-list-completions)
11685 (comint-redirect-results-list-from-process): Minor simplifications.
11686
11687 2009-10-21 Kevin Ryde <user42@zip.com.au>
11688
11689 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11690 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
11691 the first form. And insert a blank line after ";;; Code" since
11692 that's usual style. (Bug#4612)
11693
11694 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
11695
11696 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11697
11698 * minibuffer.el (completion-table-with-terminator): Properly implement
11699 boundaries, in case `terminator' appears in the suffix.
11700 (completion--embedded-envvar-table): Don't return boundaries if
11701 there's no valid completion. Simplify.
11702 (completion-file-name-table): New completion table extracted from
11703 completion--file-name-table.
11704 (completion--file-name-table): Use it.
11705 (read-file-name-predicate): Declare obsolete.
11706 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
11707 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
11708 completion-file-name-table, and use the `pred' argument.
11709 * files.el (locate-file-completion-table): Use the `pred' arg rather
11710 than read-file-name-predicate.
11711 (abbreviate-file-name): Use \` rather than ^ for BOS.
11712
11713 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
11714
11715 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
11716 vc-responsible-backend to register, it causes problems.
11717
11718 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11719
11720 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
11721
11722 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
11723
11724 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
11725 (tramp-smb-handle-file-attributes): Use it.
11726 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
11727 (tramp-smb-handle-insert-directory): Use `mapc' rather than
11728 `mapcar'. Use `tramp-smb-get-stat-capability'.
11729 Add `dired-filename' text properties.
11730 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
11731 (tramp-smb-maybe-open-connection): Simplify check for smbclient
11732 version.
11733
11734 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11735
11736 * subr.el (read-key-delay): Reduce to 0.01.
11737 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
11738 (bug#4751).
11739
11740 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11741
11742 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
11743
11744 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
11745 (Info-menu): Remove unused vars `last' and `completions'.
11746 (Info-index-nodes): Remove unused var `node'.
11747
11748 * info.el (Info-complete-menu-item): Use complete-with-action.
11749
11750 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
11751
11752 Make vc-annotate work through copies and renames.
11753 * vc-annotate.el (vc-annotate-extract-revision-at-line):
11754 Return the file name too.
11755 (vc-annotate-revision-at-line)
11756 (vc-annotate-find-revision-at-line)
11757 (vc-annotate-revision-previous-to-line)
11758 (vc-annotate-show-log-revision-at-line): Update to get the file
11759 name from vc-annotate-extract-revision-at-line.
11760 (vc-annotate-show-diff-revision-at-line-internal): Change the
11761 argument to mean whether to show a file diff or not. Get the file
11762 name from vc-annotate-extract-revision-at-line.
11763 (vc-annotate-show-diff-revision-at-line):
11764 Update vc-annotate-show-diff-revision-at-line call.
11765 (vc-annotate-warp-revision): Add an optional file argument.
11766
11767 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
11768 (vc-git-annotate-extract-revision-at-line): Also return the file
11769 name if found.
11770
11771 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
11772 command. Remove unused code.
11773 (vc-hg-annotate-re): Update to match --follow output.
11774 (vc-hg-annotate-extract-revision-at-line): Also return the file
11775 name if found.
11776
11777 * vc.el: Update annotate-extract-revision-at-line documentation.
11778
11779 2009-10-18 Kevin Ryde <user42@zip.com.au>
11780
11781 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
11782 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
11783
11784 * net/browse-url.el (browse-url): Identify alist with "consp and
11785 not functionp" and let all other things go down the `apply' leg,
11786 as suggested by Stefan. (Further to bug#4531.)
11787
11788 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
11789
11790 * minibuffer.el (read-file-name): Check for repeat before putting
11791 a default argument in file-name-history (Bug#4657).
11792
11793 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
11794 read syntax (Bug#4737).
11795
11796 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
11797
11798 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11799
11800 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
11801 (html-tag-alist, html-tag-help): Add descriptions for undocumented
11802 entries and make note of obsolete tags.
11803
11804 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11805
11806 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
11807
11808 2009-10-18 Glenn Morris <rgm@gnu.org>
11809
11810 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
11811 grep, so that binary files (eg international/uni-bidi.el) can match.
11812 Remove test for "UnicodeData" files, since it is hopefully unnecessary
11813 now, and in any case the file header format has changed.
11814
11815 2009-10-17 Glenn Morris <rgm@gnu.org>
11816
11817 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
11818 (flyspell-get-word, flyspell-large-region)
11819 (flyspell-auto-correct-previous-word): Doc/error message fixes.
11820
11821 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
11822
11823 * Makefile.in (ELCFILES): Add ede/shell.
11824
11825 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
11826
11827 * term/common-win.el (x-colors): Purecopy it.
11828
11829 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11830
11831 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
11832 permissive for when the buffer is empty.
11833 (tar-header-block-tokenize): Decode the username and groupname.
11834 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
11835
11836 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11837
11838 * international/mule-cmds.el (select-safe-coding-system): If the file
11839 has a coding cookie, use it regardless of any other setting (bug#4712).
11840
11841 2009-10-17 Glenn Morris <rgm@gnu.org>
11842
11843 * foldout.el (foldout-mouse-swallow-events):
11844 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
11845
11846 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
11847 (dired-keep-marker-copy, dired-keep-marker-hardlink)
11848 (dired-keep-marker-symlink, dired-dwim-target)
11849 (dired-copy-preserve-time): Do not autoload these defcustoms.
11850
11851 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
11852 messages from messing up the file coding. (Bug#4623)
11853
11854 2009-10-17 Jari Aalto <jari.aalto@cante.net>
11855
11856 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
11857 if no match is found for the current dictionary. (Bug#4578)
11858
11859 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
11860 optional, since that is how it is documented, and this is often called
11861 with a nil argument. (Bug#4577)
11862 (flyspell-external-point-words, flyspell-auto-correct-word)
11863 (flyspell-correct-word-before-point, flyspell-word-search-forward)
11864 (flyspell-word-search-backward): Remove nil argument in calls to
11865 flyspell-get-word, since it is not needed now.
11866
11867 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
11868
11869 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
11870
11871 2009-10-16 Glenn Morris <rgm@gnu.org>
11872
11873 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
11874
11875 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
11876
11877 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
11878 (ange-ftp-file-size): New function.
11879 (ange-ftp-file-attributes): Use it.
11880
11881 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
11882
11883 * net/tramp-smb.el (tramp-smb-version): New defvar.
11884 (tramp-smb-maybe-open-connection): Use it, in order to avoid
11885 repeated checks.
11886
11887 2009-10-16 Glenn Morris <rgm@gnu.org>
11888
11889 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
11890 Maybe copy some custom properties from old to new name. (Bug#4706)
11891
11892 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
11893
11894 * subr.el (error, sit-for, start-process-shell-command)
11895 (start-file-process-shell-command): Set the calling convention
11896 after the function definition.
11897
11898 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11899
11900 * subr.el (error, sit-for, start-process-shell-command)
11901 (start-file-process-shell-command): Use the new
11902 set-advertised-calling-convention feature.
11903
11904 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
11905
11906 * international/ucs-normalize.el (ucs-normalize-version):
11907 Change to 1.2.
11908 (check-range): Adjust for Unicode 5.2.
11909
11910 2009-10-15 Juri Linkov <juri@jurta.org>
11911
11912 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
11913 to the `menu-item' format.
11914
11915 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
11916
11917 * net/tramp.el (tramp-replace-environment-variables): Do not fail
11918 if the environment variable does not exist.
11919
11920 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11921 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
11922 parameter.
11923 (tramp-smb-handle-add-name-to-file)
11924 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11925 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11926 (tramp-smb-handle-file-attributes)
11927 (tramp-smb-do-file-attributes-with-stat)
11928 (tramp-smb-handle-file-local-copy)
11929 (tramp-smb-handle-insert-directory)
11930 (tramp-smb-handle-make-directory)
11931 (tramp-smb-handle-make-directory-internal)
11932 (tramp-smb-handle-make-symbolic-link)
11933 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
11934 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
11935 (tramp-smb-maybe-open-connection): Apply the changed parameters.
11936 (tramp-smb-read-file-entry): Read Disk names in compressed format.
11937 Handle long file names.
11938 (tramp-smb-get-cifs-capabilities): Check, whether the connection
11939 process is running.
11940 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
11941 Read share names with "-g" option.
11942
11943 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
11944
11945 * net/rcirc.el (rcirc-view-log-file): New command.
11946 (rcirc-track-minor-mode-map): Remove C-c ` binding.
11947 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
11948 specified.
11949
11950 2009-10-15 Glenn Morris <rgm@gnu.org>
11951
11952 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
11953 from the second command-line argument.
11954 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
11955 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
11956 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
11957 w32-batch-update-autoloads.
11958 * emacs-lisp/autoload.el (autoload-make-program): New variable.
11959 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
11960
11961 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
11962 the headers cannot be located. Simplify, subtracting superflous
11963 save-excursions.
11964
11965 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
11966
11967 Replace completion-base-size by completion-base-position to fix bugs
11968 such as (bug#4699).
11969 * simple.el (completion-base-position): New var.
11970 (completion-base-size): Mark as obsolete.
11971 (choose-completion): Make it work for mouse events as well.
11972 Pass the new base-position to choose-completion-string.
11973 (choose-completion-guess-base-position): New function, extracted from
11974 choose-completion-delete-max-match.
11975 (choose-completion-delete-max-match): Use it. Make obsolete.
11976 (choose-completion-string): Use the new base-position info.
11977 (completion-root-regexp): Delete.
11978 (completion-setup-function): Preserve completion-base-position.
11979 Eliminate obsolete base-size manipulation.
11980 * minibuffer.el (display-completion-list): Don't mess with base-size.
11981 (minibuffer-completion-help): Set completion-base-position instead.
11982 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
11983 choose-completion.
11984 * textmodes/bibtex.el (bibtex-complete):
11985 * emacs-lisp/crm.el (crm--choose-completion-string):
11986 Adjust to new calling convention.
11987 * complete.el (partial-completion-mode): Use minibufferp to avoid
11988 bumping into incompatible change to choose-completion-string-functions.
11989 * ido.el (ido-choose-completion-string): Make its calling convention
11990 more permissive.
11991 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
11992 base-size manipulation.
11993 (comint-dynamic-list-input-ring): Use dotimes and push.
11994 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
11995 fundamental-mode. Use `or'.
11996
11997 2009-10-14 Juri Linkov <juri@jurta.org>
11998
11999 * misearch.el (multi-isearch-next-buffer-from-list)
12000 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
12001
12002 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12003
12004 * Makefile.in (compile-onefile): Load `bytecomp' rather than
12005 `bytecomp.el'.
12006
12007 * minibuffer.el (completion-pcm--merge-completions): Make sure the
12008 string we return is all made up of text from the completions rather
12009 than part from the completions and part from the input (bug#4219).
12010
12011 * ido.el (ido-everywhere): Use define-minor-mode.
12012
12013 * buff-menu.el (list-buffers, ctl-x-map):
12014 Mark the entry points with ;;;###autoload cookies.
12015
12016 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
12017
12018 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
12019 correctly in the detached head case.
12020 (vc-git-print-log): Remove unused binding.
12021
12022 * vc.el (vc-responsible-backend): When a directory is passed for
12023 for registration create a VC repository if no backend is
12024 responsible for the directory argument.
12025 (vc-deduce-fileset): Tell vc-responsible-backend to register.
12026
12027 * vc.el: Move comments about RCS and SCCS ...
12028 * vc-rcs.el:
12029 * vc-sccs.el: ... here, respectively.
12030
12031 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12032
12033 * minibuffer.el (completion--file-name-table): Return nil if there's
12034 no file completion, even if substitute-in-file-name changed
12035 the string (bug#4708).
12036
12037 2009-10-13 Juri Linkov <juri@jurta.org>
12038
12039 * files-x.el (read-file-local-variable-value): Don't filter out
12040 minor modes from mode name completion (bug#4664).
12041
12042 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
12043
12044 * international/mule-cmds.el (ucs-names): Remove exclusion of
12045 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
12046
12047 2009-10-13 Kenichi Handa <handa@m17n.org>
12048
12049 * international/uni-name.el: Regenerated.
12050
12051 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
12052
12053 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
12054 should be automatically buffer-local, but isn't.)
12055
12056 2009-10-12 Sam Steingold <sds@gnu.org>
12057
12058 * progmodes/compile.el (compilation-next-error-function): Fix the
12059 timestamps if the buffer has been visited before.
12060 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
12061 non-anchored patterns, like the perl one (bug#3928).
12062
12063 2009-10-12 Glenn Morris <rgm@gnu.org>
12064
12065 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
12066 Let-bind `size'.
12067
12068 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
12069
12070 * proced.el (proced-unload-function): New function.
12071
12072 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
12073 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
12074 Doc fix.
12075
12076 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
12077
12078 2009-10-11 Juri Linkov <juri@jurta.org>
12079
12080 * files-x.el (read-file-local-variable-value):
12081 Provide default value only for bound variables (bug#4664).
12082
12083 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
12084
12085 * net/tramp.el (tramp-local-host-p): Function shall return nil for
12086 connection methods like smb.
12087
12088 * net/tramp-cache.el (tramp-flush-connection-property): The hash
12089 can be empty.
12090
12091 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12092 (tramp-smb-file-name-handler-alist): Add handlers for
12093 `add-name-to-file', `make-symbolic-link'.
12094 (tramp-smb-handle-add-name-to-file)
12095 (tramp-smb-do-file-attributes-with-stat)
12096 (tramp-smb-handle-make-symbolic-link)
12097 (tramp-smb-get-cifs-capabilities): New defuns.
12098 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12099 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12100 (tramp-smb-handle-file-local-copy)
12101 (tramp-smb-handle-make-directory-internal)
12102 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
12103 The file name syntax depends on cifs capabilities.
12104 (tramp-smb-handle-file-attributes):
12105 Call `tramp-smb-do-file-attributes-with-stat' if possible.
12106 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
12107 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
12108
12109 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
12110
12111 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
12112 (eieio-defclass): Apply deftype handler and setf-method properties
12113 directly.
12114 (eieio-add-new-slot): Avoid union function from cl library.
12115 (eieio--typep): New function.
12116 (eieio-perform-slot-validation): Use it.
12117
12118 2009-10-10 Karl Fogel <kfogel@red-bean.com>
12119
12120 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
12121 Update documentation to refer to the variables documented in r1.135.
12122 (Bug#4188)
12123
12124 2009-10-10 Karl Fogel <kfogel@red-bean.com>
12125
12126 * bookmark.el (Info-suffix-list): Remove this unused variable.
12127 (bookmark-current-point): Remove this obsolete variable.
12128 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
12129 Adjust for removal of bookmark-current-point.
12130
12131 (bookmarks-already-loaded, bookmark-current-buffer)
12132 (bookmark-yank-point): Document. (Bug#4188)
12133
12134 2009-10-10 Glenn Morris <rgm@gnu.org>
12135
12136 * frame.el (frame-height): Doc fix.
12137
12138 * calendar/calendar.el (calendar-split-width-threshold): New option.
12139 (calendar-basic-setup): Use calendar-split-width-threshold.
12140
12141 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
12142
12143 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
12144 Ideographic Supplement" range (U+1F200..U+1F2FF).
12145
12146 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12147
12148 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
12149 since the list will have been rebuilt anyway. (Bug#4349)
12150
12151 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12152
12153 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
12154 (bookmark-bmenu-execute-deletions): Don't save here, as
12155 bookmark-delete will now do so if necessary.
12156 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
12157 (Bug#4348)
12158
12159 2009-10-09 Glenn Morris <rgm@gnu.org>
12160
12161 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
12162
12163 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12164
12165 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
12166 (bookmark-jump-other-window): Just invoke bookmark-jump with new
12167 argument now, so the two function's behaviors will match. (Bug#3645)
12168
12169 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
12170
12171 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
12172 (tramp-file-name-real-host, tramp-file-name-port):
12173 Apply `save-match-data'.
12174
12175 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
12176 case both directories are remote.
12177 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
12178 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
12179
12180 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
12181
12182 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
12183
12184 2009-10-07 Glenn Morris <rgm@gnu.org>
12185
12186 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
12187 of concat.
12188
12189 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
12190
12191 * files-x.el (read-file-local-variable): Include some
12192 non-user-variables in the completion table (bug#4664).
12193
12194 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
12195
12196 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
12197 message.
12198
12199 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12200 (tramp-smb-file-name-handler-alist): Add handler for
12201 `copy-directory', `expand-file-name', `set-file-modes'.
12202 (tramp-smb-handle-copy-directory)
12203 (tramp-smb-handle-expand-file-name)
12204 (tramp-smb-handle-set-file-modes): New defuns.
12205 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
12206 (tramp-smb-handle-file-attributes): Simplify check for retrieving
12207 entry.
12208 (tramp-smb-handle-insert-directory): Don't flush the cache.
12209 (tramp-smb-maybe-open-connection): Check for samba client and
12210 server versions.
12211
12212 2009-10-07 Eli Zaretskii <eliz@gnu.org>
12213
12214 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
12215 to not error out of search for "^lisp=" fails.
12216
12217 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
12218
12219 * makefile.w32-in (WINS_UPDATES): New macro.
12220 (custom-deps, finder-data, autoloads): Use it.
12221
12222 2009-10-07 Glenn Morris <rgm@gnu.org>
12223
12224 * Makefile.in (autoloads): Revert previous change.
12225 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
12226 the list of preloaded files passed on the command-line, get
12227 it from src/Makefile.
12228
12229 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
12230 show the original buffer rather than a random one.
12231
12232 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
12233
12234 * help.el (describe-no-warranty): Place point in a slightly better
12235 position in the GPLv3 text.
12236
12237 2009-10-06 Sam Steingold <sds@gnu.org>
12238
12239 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
12240 the comm attribute is present before calling regexp-quote.
12241
12242 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
12243
12244 * play/animate.el (animate-string): For good effect, make sure
12245 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
12246
12247 * play/animate.el (animate-sequence, animate-birthday-present):
12248 * misc.el (butterfly): Don't set `indent-tabs-mode'.
12249
12250 2009-10-06 Glenn Morris <rgm@gnu.org>
12251
12252 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
12253
12254 * emacs-lisp/autoload.el (autoload-excludes): New variable.
12255 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
12256 (batch-update-autoloads): Process a string value of autoload-excludes,
12257 set during the build process.
12258 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
12259
12260 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
12261 inside with-parsed... macro so that `v' is defined.
12262
12263 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
12264 * progmodes/fortran.el (fortran-end-of-block)
12265 (fortran-beginning-of-block):
12266 Also push mark in the macro case.
12267
12268 * emerge.el (emerge-show-file-name):
12269 * calc/calc.el (calc-quit):
12270 * calc/calc-misc.el (calc-big-or-small):
12271 * calc/calc-graph.el (calc-graph-view):
12272 * calc/calc-ext.el (calc-reset):
12273 * calendar/calendar.el (calendar-basic-setup):
12274 Use window-full-height-p.
12275
12276 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
12277 header we don't understand, don't insert another. (Bug#4624)
12278 If changing mime charset, insert the new one in the right place.
12279
12280 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
12281
12282 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12283 (cal-tex-cursor-month): Correctly increment the end date for diary and
12284 holiday listing. (Bug#4626)
12285
12286 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12287
12288 * help-fns.el (describe-function-1): Don't burp if the function is not
12289 a symbol.
12290
12291 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
12292
12293 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
12294 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
12295 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
12296 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
12297
12298 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
12299 (eieio-default-superclass): Reflow docstrings.
12300 (this, class-option-assoc, defclass, eieio-class-un-autoload)
12301 (eieio-unbind-method-implementations, defmethod)
12302 (eieio-validate-slot-value, eieio-validate-class-slot-value)
12303 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
12304 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
12305 (eieio-slot-originating-class-p, eieio-slot-name-index)
12306 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
12307 (constructor, initialize-instance, no-next-method, object-print)
12308 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
12309 Fix typos in docstrings.
12310 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
12311 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
12312 (next-method-p): Doc fixes.
12313 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
12314 Fix typos in error messages.
12315 (eieio-defmethod): Fix typo in description of generic method.
12316
12317 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
12318 (eieio-persistent-save-interactive, slot-missing):
12319 Fix typos in docstrings.
12320 (eieio-instance-inheritor-slot-boundp): Doc fix.
12321
12322 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
12323 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
12324
12325 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
12326 (eieio-custom-object-apply-reset):
12327 Fix typos in docstrings and error messages.
12328
12329 * emacs-lisp/eieio-datadebug.el (data-debug-show):
12330 Fix typo in docstring.
12331
12332 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
12333 (eieio-browse-tree): Doc fix.
12334 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
12335 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
12336 Fix typos in docstrings.
12337
12338 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
12339 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
12340 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
12341 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
12342 Reflow docstrings.
12343
12344 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
12345
12346 * vc-hg.el (log-view-vc-backend): Declare for compiler.
12347 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
12348 Set log-view-vc-backend so that diff can work.
12349
12350 * log-view.el (log-view-diff): Use vc-diff-internal instead of
12351 vc-version-diff.
12352 (vc-diff-internal): Autoload this instead of vc-version-diff.
12353
12354 2009-10-05 Eli Zaretskii <eliz@gnu.org>
12355
12356 * simple.el (eval-expression): Doc fix.
12357
12358 * progmodes/cwarn.el (cwarn-mode): Doc fix.
12359
12360 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
12361
12362 * files.el (directory-files-no-dot-files-regexp): New defconst.
12363 (delete-directory): Use it.
12364 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
12365
12366 * net/tramp.el (tramp-verbose): Fix docstring.
12367 (tramp-methods): Add recursive option to `tramp-copy-args'.
12368 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
12369 "scp1_old", "scp2_old", "rsync", "rsyncc".
12370 (tramp-default-method): Check also for `auth-source-user-or-password'.
12371 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12372 Add handler for `copy-directory'.
12373 (tramp-handle-copy-directory): New defun.
12374 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
12375 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
12376 Optimize sent command.
12377
12378 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12379
12380 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
12381 window if necessary.
12382
12383 * calendar/calendar.el (calendar-basic-setup): Don't call
12384 switch-to-buffer in a dedicated window.
12385
12386 2009-10-05 Karl Fogel <kfogel@red-bean.com>
12387
12388 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
12389 don't do anything related to relocating, just return nil.
12390 (bookmark-error-no-filename): New error.
12391 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
12392 bookmark has no file. Don't even attempt to handle things that
12393 are not files; the whole point of custom handlers is to keep that
12394 knowledge elsewhere anyway. Tighten some comments.
12395 (bookmark-file-or-variation-thereof): Remove now-unused function.
12396 (bookmark-location): Doc string fix.
12397 (Bug#4250)
12398
12399 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12400
12401 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
12402 don't use a file dialog, because they usually don't know how to read
12403 a directory target from the user. (Bug#4230)
12404 Also, make sure the prompt can display directories as well as files.
12405
12406 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12407
12408 * bookmark.el (bookmark-set, bookmark-buffer-name):
12409 Improve doc strings. (Bug#1193)
12410
12411 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12412
12413 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
12414 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
12415 (bookmark-get-annotation, bookmark-set-annotation)
12416 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12417 (bookmark-set-position, bookmark-get-front-context-string)
12418 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12419 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
12420 (bookmark-jump-other-window, bookmark-handle-bookmark)
12421 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12422 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12423 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
12424 Improve doc strings to say whether bookmark can be a string or
12425 a record or both, and make other consistency and clarity fixes.
12426 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12427 (bookmark-default-annotation-text, bookmark-yank-word)
12428 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12429 (bookmark-import-new-list, bookmark-maybe-rename)
12430 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12431 (bookmark-bmenu-bookmark): Give these doc strings.
12432 (bookmark-bmenu-check-position): Give this a doc string, but also
12433 add a FIXME comment about how the function may be pointless.
12434 (bookmark-default-handler): Rework doc string and change a
12435 parameter name, to clarify that this takes a bookmark record
12436 not a bookmark name.
12437 (bookmark-set): Change a parameter name to indicate its meaning,
12438 and improve the doc string a bit.
12439 (Bug#4188)
12440
12441 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12442
12443 * bookmark.el (bookmark-alist): Document the new `handler' element
12444 in the param alist.
12445 (bookmark-make-record-function): Adjust documentation for above.
12446 (Bug#4193)
12447
12448 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12449
12450 * info.el (Info-bookmark-make-record): Document this function.
12451 (Info-bookmark-jump): Document with a doc string, not just a comment.
12452 (Bug#4203)
12453
12454 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
12455
12456 * files.el (copy-directory): New defun.
12457
12458 * dired-aux.el (dired-copy-file-recursive): Use it.
12459
12460 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
12461
12462 * files-x.el (modify-dir-local-variable)
12463 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
12464 docstrings.
12465
12466 * recentf.el (recentf-unload-function): New function.
12467
12468 2009-10-04 Glenn Morris <rgm@gnu.org>
12469
12470 * window.el (window-full-height-p): Add doc string.
12471
12472 2009-10-04 Martin Rudalics <rudalics@gmx.at>
12473
12474 * window.el (window-full-height-p): New function. (Bug#4543)
12475
12476 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
12477
12478 * vc.el: Remove commented out code.
12479 (vc-derived-from-dir-mode): Remove, unused.
12480 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
12481
12482 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
12483
12484 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
12485 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
12486 there could be recursive loading when `default-directory' is a
12487 remote file name. (Bug#4614)
12488
12489 2009-10-03 Glenn Morris <rgm@gnu.org>
12490
12491 * calendar/calendar.el (calendar-basic-setup): Handle the case where
12492 the frame is wide.
12493 (calendar-generate-window): Test for shrinkability rather than width.
12494
12495 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
12496 reusing existing buffers, in case we happen to visit two files with the
12497 same basename. (Bug#4593)
12498
12499 2009-10-02 Eli Zaretskii <eliz@gnu.org>
12500
12501 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
12502 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
12503 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
12504 subdirs of cedet as well.
12505 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
12506
12507 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12508
12509 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
12510 Obey advertised-signature-table.
12511
12512 * help-fns.el (help-function-arglist): Don't check
12513 advertised-signature-table.
12514 (describe-function-1): Do it here instead so it also applies to subrs.
12515
12516 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
12517
12518 * simple.el (start-file-process): Say in the doc-string, that file
12519 handlers might not support pty association, if PROGRAM is nil.
12520
12521 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
12522 HOST and USER are strings. They are nil, when there are
12523 incomplete entries in ~/.netrc, for example.
12524 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
12525 root directory ("device busy" error otherwise).
12526
12527 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
12528 Flush file properties of created directory.
12529
12530 2009-10-02 Eli Zaretskii <eliz@gnu.org>
12531
12532 * makefile.w32-in (WINS_BASIC): Remove cedet.
12533 (WINS_CEDET): Add cedet.
12534 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
12535
12536 2009-10-02 Kevin Ryde <user42@zip.com.au>
12537
12538 * net/browse-url.el (browse-url): Pass any symbol in
12539 browse-url-browser-function to `apply', since if you've mistakenly put
12540 an unbound symbol then the error is clearer. (Bug#4531)
12541
12542 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
12543
12544 * allout.el (allout-init, allout-back-to-current-heading)
12545 (allout-beginning-of-current-entry, allout-ascend-to-depth)
12546 (allout-ascend, allout-up-current-level, allout-end-of-level)
12547 (allout-previous-visible-heading, allout-forward-current-level)
12548 (allout-backward-current-level, allout-show-children):
12549 * apropos.el (apropos-describe-plist):
12550 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
12551 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
12552 * completion.el (add-completion, add-permanent-completion):
12553 * descr-text.el (describe-text-category, describe-char):
12554 * desktop.el (desktop-lazy-abort):
12555 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
12556 * dired.el (dired-build-subdir-alist):
12557 * ediff.el (ediff-version):
12558 * elide-head.el (elide-head, elide-head-show):
12559 * emerge.el (emerge-version):
12560 * env.el (getenv):
12561 * face-remap.el (variable-pitch-mode):
12562 * faces.el (describe-face):
12563 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
12564 (dired-at-point):
12565 * files.el (find-file-existing, auto-save-mode):
12566 * font-lock.el (font-lock-fontify-buffer):
12567 * help-fns.el (describe-function, describe-variable)
12568 (describe-syntax, describe-categories):
12569 * help.el (view-lossage, describe-bindings, describe-key)
12570 (describe-mode):
12571 * hexl.el (hexl-current-address):
12572 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
12573 * info.el (Info-goto-emacs-key-command-node):
12574 * log-edit.el (log-edit-insert-cvs-template)
12575 (log-edit-insert-cvs-rcstemplate):
12576 * menu-bar.el (menu-bar-mode):
12577 * mouse.el (mouse-appearance-menu):
12578 * newcomment.el (comment-indent-new-line):
12579 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
12580 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
12581 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
12582 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
12583 * recentf.el (recentf-mode):
12584 * savehist.el (savehist-mode, savehist-save):
12585 * shadowfile.el (shadow-copy-files):
12586 * simple.el (kill-ring-save, next-line, previous-line)
12587 (normal-erase-is-backspace-mode):
12588 * strokes.el (strokes-update-window-configuration)
12589 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
12590 (strokes-xpm-for-stroke):
12591 * time.el (emacs-uptime, emacs-init-time):
12592 * tutorial.el (tutorial--describe-nonstandard-key)
12593 (tutorial--detailed-help):
12594 * type-break.el (type-break-mode)
12595 (type-break-mode-line-message-mode, type-break-query-mode)
12596 (type-break-guesstimate-keystroke-threshold):
12597 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
12598 * version.el (emacs-version):
12599 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
12600 * winner.el (winner-mode):
12601 * calendar/timeclock.el (timeclock-in, timeclock-out)
12602 (timeclock-status-string, timeclock-change)
12603 (timeclock-workday-remaining-string)
12604 (timeclock-workday-elapsed-string)
12605 (timeclock-when-to-leave-string):
12606 * calendar/todo-mode.el (todo-add-category):
12607 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
12608 * emacs-lisp/autoload.el (update-file-autoloads):
12609 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
12610 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
12611 (checkdoc-message-text, checkdoc-defun):
12612 * emacs-lisp/debug.el (debugger-list-functions):
12613 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12614 * emacs-lisp/eieio-opt.el (eieio-describe-class)
12615 (eieio-describe-generic):
12616 * emacs-lisp/lisp-mnt.el (lm-synopsis):
12617 * emacs-lisp/shadow.el (list-load-path-shadows):
12618 * emulation/cua-base.el (cua-mode):
12619 * emulation/edt.el (edt-set-scroll-margins):
12620 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
12621 (tpu-toggle-regexp, tpu-toggle-search-direction)
12622 (tpu-toggle-rectangle, tpu-toggle-control-keys):
12623 * emulation/tpu-extras.el (tpu-set-scroll-margins):
12624 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12625 (viper-set-parsing-style-toggling-macro)
12626 (viper-set-emacs-state-searchstyle-macros):
12627 * emulation/viper.el (viper-set-hooks):
12628 * eshell/esh-mode.el (eshell-truncate-buffer):
12629 * international/mule-cmds.el (prefer-coding-system)
12630 (describe-input-method, describe-language-environment):
12631 * international/mule-diag.el (list-character-sets)
12632 (describe-character-set, describe-coding-system)
12633 (describe-fontset, list-fontsets, list-input-methods):
12634 * mail/sendmail.el (mail-signature):
12635 * net/ange-ftp.el (ange-ftp-copy-file):
12636 * net/browse-url.el (browse-url):
12637 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
12638 * net/quickurl.el (quickurl-add-url):
12639 * net/rcirc.el (names, topic):
12640 * net/xesam.el (xesam-mode):
12641 * play/5x5.el (5x5-new-game):
12642 * play/yow.el (apropos-zippy):
12643 * progmodes/ada-mode.el (ada-mode-version):
12644 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
12645 (f90-end-of-block)
12646 (f90-beginning-of-block):
12647 * progmodes/fortran.el (fortran-end-of-block)
12648 (fortran-beginning-of-block):
12649 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
12650 * progmodes/python.el (python-describe-symbol, python-shell):
12651 * term/ns-win.el (ns-print-buffer):
12652 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
12653 * textmodes/flyspell.el (flyspell-mode-on):
12654 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
12655 (pages-directory-for-addresses):
12656 * textmodes/table.el (table-recognize-cell)
12657 (table-query-dimension, table-generate-source)
12658 (table-insert-sequence, table--warn-incompatibility):
12659 * textmodes/tex-mode.el (tex-validate-buffer):
12660 * textmodes/texinfmt.el (texinfmt-version)
12661 (texinfo-format-buffer):
12662 Use `called-interactively-p' instead of `interactive-p'.
12663
12664 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
12665
12666 * image-mode.el (image-toggle-display):
12667 * emacs-lisp/elp.el (elp-instrument-function):
12668 * emacs-lisp/advice.el (ad-make-advised-definition):
12669 * emacs-lisp/easy-mmode.el (define-minor-mode):
12670 * net/browse-url.el (browse-url-maybe-new-window):
12671 * progmodes/sh-script.el (sh-learn-buffer-indent):
12672 Pass new argument 'any to `called-interactively-p'.
12673
12674 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
12675
12676 * international/uni-bidi.el:
12677 * international/uni-category.el:
12678 * international/uni-combining.el:
12679 * international/uni-comment.el:
12680 * international/uni-decimal.el:
12681 * international/uni-decomposition.el:
12682 * international/uni-digit.el:
12683 * international/uni-lowercase.el:
12684 * international/uni-mirrored.el:
12685 * international/uni-name.el:
12686 * international/uni-numeric.el:
12687 * international/uni-old-name.el:
12688 * international/uni-titlecase.el:
12689 * international/uni-uppercase.el:
12690 Regenerate from Unicode 5.2.0 data.
12691
12692 2009-10-01 Glenn Morris <rgm@gnu.org>
12693
12694 * Makefile.in (ELCFILES): Regenerate.
12695
12696 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12697
12698 * subr.el (interactive-p): Mark obsolete.
12699 (called-interactively-p): Make the optional-ness of `kind' obsolete.
12700 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
12701 advertised-signature-table for subroutines as well.
12702
12703 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
12704 (set-advertised-calling-convention): New function.
12705 (make-obsolete, define-obsolete-function-alias)
12706 (make-obsolete-variable, define-obsolete-variable-alias):
12707 Make the optional-ness of `when' obsolete.
12708 (define-obsolete-face-alias): Make `when' non-optional.
12709 * help-fns.el (help-function-arglist):
12710 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
12711 Use advertised-signature-table.
12712
12713 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
12714
12715 * files.el (delete-directory): New defun. The original function
12716 in fileio.c has been renamed to `delete-directory-internal'.
12717
12718 * dired.el (dired-delete-file): Call `delete-directory' with
12719 RECURSIVE parameter.
12720
12721 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
12722 parameter RECURSIVE. Implementation is missing.
12723
12724 * net/tramp.el (tramp-handle-make-directory): Flush upper
12725 directory's file properties.
12726 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
12727 (tramp-handle-dired-recursive-delete-directory): Flush directory
12728 properties after the remove command only.
12729
12730 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12731 Handle optional parameter RECURSIVE.
12732
12733 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
12734 Handle optional parameter RECURSIVE.
12735
12736 * net/tramp-smb.el (tramp-smb-errors): Add error message for
12737 connection timeout.
12738 (tramp-smb-handle-delete-directory): Handle optional parameter
12739 RECURSIVE.
12740
12741 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12742
12743 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
12744 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
12745 (byte-compile-defmacro): Use backquotes.
12746
12747 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
12748
12749 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
12750 has no associated file.
12751 (vc-resynch-buffer): Use vc-dir-buffers.
12752
12753 2009-10-01 Glenn Morris <rgm@gnu.org>
12754
12755 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
12756 (chart-file-count):
12757 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
12758 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
12759 * emacs-lisp/eieio-opt.el (eieio-describe-class):
12760 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
12761 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
12762 (eieio-copy-parents-into-subclass, make-instance, class-children)
12763 (eieio-generic-form):
12764
12765 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
12766 match-data. (Bug#4555).
12767
12768 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
12769 rather than parsing it as a regexp. This relaxes the layout
12770 requirements and makes errors easier to detect.
12771 (check-declare-verify): Check file is regular.
12772 (check-declare-directory): Doc fix.
12773 * subr.el (declare-function): Doc fix.
12774
12775 * ibuffer.el (ibuffer-format-qualifier):
12776 * isearch.el (hi-lock-regexp-okay):
12777 * calc/calc.el (math-zerop):
12778 * mail/uce.el (rmail-msgbeg, rmail-msgend):
12779 * term/w32-win.el (setup-default-fontset, set-fontset-font):
12780 Remove unused declarations.
12781
12782 2009-09-30 Glenn Morris <rgm@gnu.org>
12783
12784 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
12785
12786 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
12787 filename is not a string.
12788
12789 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
12790
12791 * files.el (safe-local-eval-forms): Fix typo.
12792
12793 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
12794
12795 * vc-hooks.el (vc-dir-buffers): New var.
12796 (vc-state-refresh): New function.
12797 (vc-state): Use it.
12798 (vc-after-save): Always ask the backend to recompute the new state.
12799 Always call vc-dir if necessary, using vc-dir-buffers.
12800 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
12801 Use vc-dir-buffers.
12802 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
12803 (vc-dir-prepare-status-buffer, vc-dir-update)
12804 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
12805 Don't call expand-file-name on default-directory.
12806
12807 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12808
12809 * speedbar.el (speedbar-item-delete):
12810 * calc/calc-prog.el (calc-kbd-if):
12811 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
12812
12813 * epa.el (epa-key-list-mode-map):
12814 * hi-lock.el (hi-lock-menu): Fix typos in menus.
12815
12816 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
12817 (hs-show-hook): Fix typo in docstring.
12818
12819 2009-09-29 Glenn Morris <rgm@gnu.org>
12820
12821 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
12822 file-name-nondirectory call preventing location of cedet files.
12823 (check-declare-verify): Use literal search rather than re-search.
12824 Add basic defmethod and defclass, and define-overloadable-function.
12825
12826 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12827 Use tramp-compat-file-attributes rather than nonexistent
12828 tramp-compat-handle-file-attributes.
12829
12830 * Makefile.in (lisptagsfiles4): New.
12831 (AUTOGENEL): Add cedet loaddefs files.
12832 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
12833 (update-elclist, compile-always, backup-compiled-files)
12834 (bootstrap-clean): Add yet another directory level.
12835 (update-elclist): Use LC_COLLATE rather than COLLATE.
12836 (ELCFILES): Update, via `make update-elclist'.
12837
12838 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12839
12840 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
12841 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
12842 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
12843
12844 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
12845
12846 * Makefile.in (lisptagsfiles3): Define.
12847 (TAGS, TAGS-LISP): Use it.
12848 (update-elclist): Add third directory level to look for elc files.
12849 (compile-always): Likewise.
12850 (backup-compiled-files): Likewise.
12851 (bootstrap-clean): Likewise.
12852 (ELCFILES): Update.
12853
12854 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
12855
12856 * Makefile.in (ELCFILES): Add CEDET files.
12857
12858 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
12859
12860 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
12861
12862 * net/tramp.el (top): Require tramp-imap.
12863
12864 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12865 Use `tramp-compat-handle-file-attributes'.
12866
12867 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12868
12869 * net/tramp-imap.el: New package.
12870
12871 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12872
12873 * whitespace.el (whitespace-trailing-regexp)
12874 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
12875 Fix doc string.
12876
12877 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
12878
12879 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
12880 menu.
12881
12882 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
12883 menu-bar-ediff-menu.
12884
12885 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
12886 define-overloadable-function.
12887
12888 * progmodes/autoconf.el: Provide autoconf as well, so that this
12889 file can be `require'd.
12890
12891 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
12892
12893 * emacs-lisp/autoload.el (generated-autoload-feature)
12894 (generated-autoload-load-name): New vars.
12895 (autoload-rubric, autoload-generate-file-autoloads): Use them.
12896 (make-autoload): Recognize define-overloadable-function and
12897 defclass forms (for EIEIO).
12898
12899 * Makefile.in (update-subdirs): Exclude cedet directory.
12900
12901 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
12902
12903 * term/ns-win.el: Don't set the region face background. (Bug#4381)
12904
12905 * faces.el: Default light-background background for region face to
12906 ns_selection_color under NS.
12907
12908 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
12909
12910 * net/imap-hash.el: New library, see NEWS.
12911
12912 * Makefile.in (ELCFILES): Add imap-hash.el.
12913
12914 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
12915
12916 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
12917 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
12918 * help-macro.el (make-help-screen): Avoid using an ambiguous function
12919 definition where the docstring could be taken for the return value.
12920
12921 2009-09-26 Glenn Morris <rgm@gnu.org>
12922
12923 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
12924 Add option to only show images below a certain size.
12925 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
12926 save-excursion calls.
12927
12928 2009-09-26 Eli Zaretskii <eliz@gnu.org>
12929
12930 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
12931 subdirectories) and eieio.
12932
12933 2009-09-26 Alan Mackenzie <acm@muc.de>
12934
12935 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
12936 buggy bracketing. (Bug#4289)
12937
12938 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
12939 character constants (as case labels). (Bug#4289)
12940
12941 2009-09-25 Juri Linkov <juri@jurta.org>
12942
12943 * files.el (safe-local-eval-forms): Allow time-stamp in
12944 before-save-hook (Bug#4554).
12945
12946 2009-09-25 Drew Adams <drew.adams@oracle.com>
12947
12948 * menu-bar.el (list-buffers-directory): Doc fix.
12949
12950 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
12951
12952 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
12953 Try and avoid copying twice the same paragraph.
12954 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
12955 Remove save-excursion.
12956 (log-edit-changelog-entry): Do it here instead.
12957
12958 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
12959
12960 * bs.el (bs--get-file-name): Use `list-buffers-directory'
12961 when available, instead of hardcoding mode names. Doc fix.
12962
12963 * menu-bar.el (list-buffers-directory): Add docstring.
12964 Make automatically buffer-local.
12965
12966 * dired.el (dired-mode):
12967 * files.el (cd-absolute):
12968 * pcvs.el (cvs-temp-buffer):
12969 * pcvs-util.el (cvs-get-buffer-create):
12970 * shell.el (shell-mode):
12971 * vc-dir.el (vc-dir-mode):
12972 Don't make `list-buffers-directory' buffer local.
12973
12974 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
12975
12976 * comint.el (comint-exec, comint-run, make-comint):
12977 Doc fixes (Bug#4542).
12978
12979 2009-09-25 Glenn Morris <rgm@gnu.org>
12980
12981 * mail/rmailmm.el (rmail-mime): New custom group.
12982 Move all defcustoms in this file into this group.
12983 (rmail-mime-media-type-handlers-alist): Revert previous change.
12984 (rmail-mime-show-images): New option.
12985 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
12986 references to it, since it wasn't actually used for anything.
12987 (rmail-mime-insert-image): New function.
12988 (rmail-mime-image): Use rmail-mime-insert-image.
12989 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
12990 obey the value of `rmail-mime-show-images' option. Print the size of
12991 attachments.
12992
12993 2009-09-25 David Engster <deng@randomsample.de>
12994
12995 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
12996
12997 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12998
12999 * whitespace.el: Does not highlight trailing spaces While point is
13000 at end of line. Does not highligt spaces at beginning of buffer
13001 while point is at beginning of buffer. Does not highlight spaces
13002 at end of buffer while point is at end of buffer. (Bug#4177)
13003 New version 12.0.
13004 (whitespace-display-mappings): Adjust initialization.
13005 (whitespace-point, whitespace-font-lock-refontify): New vars.
13006 (whitespace-color-on, whitespace-color-off): Adjust code.
13007 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13008 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
13009 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
13010
13011 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
13012
13013 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
13014
13015 * textmodes/sgml-mode.el: Remove xml-mode alias.
13016
13017 * files.el (auto-mode-alist, conf-mode-maybe)
13018 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
13019
13020 2009-09-24 Alan Mackenzie <acm@muc.de>
13021
13022 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
13023 c-forward-conditionals, but it doesn't move point and doesn't set
13024 the mark.
13025 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
13026 (c-down-conditional-with-else, c-backward-conditional)
13027 (c-forward-conditional): Refactor to use c-scan-conditionals.
13028
13029 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
13030
13031 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
13032 (help-default-arg-highlight): Remove.
13033 (help-highlight-arg): New function.
13034 (help-do-arg-highlight): Use it.
13035 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
13036
13037 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13038
13039 * term.el (term-set-scroll-region, term-handle-ansi-escape):
13040 Undo last change, which didn't fix the problem and introduced others.
13041
13042 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
13043
13044 * progmodes/gdb-mi.el: Don't require speedbar.
13045 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
13046
13047 2009-09-24 Glenn Morris <rgm@gnu.org>
13048
13049 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
13050
13051 * term/ns-win.el (ns-reg-to-script): Define for compiler.
13052
13053 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
13054 there is no newline after the final mime boundary. (Bug#4539)
13055 Move markers on insertion so that any buttons inserted don't end up in
13056 the next part of a multipart message.
13057 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
13058 (rmail-mime-bulk-handler): Optionally handle images.
13059 (rmail-mime-image): New button action.
13060 (rmail-mime-image-handler): New function.
13061 (rmail-mime-mode): New mode.
13062 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
13063
13064 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13065
13066 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
13067 than just dropping elements from it (bug#4504).
13068
13069 * term.el (term-set-scroll-region): Don't move cursor any more.
13070 (term-handle-ansi-escape): Call term-goto here instead.
13071 Suggested by Ivan Kanis <apple@kanis.eu>.
13072
13073 * term.el: Require CL.
13074 (term-ansi-reset): New function.
13075 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
13076 (term-handle-colors-array): Simplify.
13077
13078 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
13079
13080 * allout.el (allout-overlay-interior-modification-handler)
13081 (allout-obtain-passphrase):
13082 * epa-file.el (epa-file-write-region):
13083 * ps-print.el (ps-begin-job):
13084 * vc-hooks.el (vc-toggle-read-only):
13085 * vc-rcs.el (vc-rcs-rollback):
13086 * vc-sccs.el (vc-sccs-rollback):
13087 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
13088 (vc-version-diff, vc-revert, vc-rollback):
13089 * wdired.el (wdired-check-kill-buffer):
13090 * emacs-lisp/authors.el (authors):
13091 * net/socks.el (socks-open-connection):
13092 * net/zeroconf.el (zeroconf-service-add-hook):
13093 * obsolete/vc-mcvs.el (vc-mcvs-register):
13094 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
13095 (gdb-select-frame):
13096 * progmodes/grep.el (lgrep, rgrep):
13097 * progmodes/idlw-help.el (idlwave-help-check-locations)
13098 (idlwave-help-html-link, idlwave-help-assistant-open-link):
13099 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13100 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
13101 (reftex-toc-rename-label): Fix typos in error messages.
13102
13103 * dired-aux.el (dired-do-shell-command): Reflow docstring.
13104 (dired-copy-how-to-fn): Doc fix.
13105 (dired-files-attributes, dired-read-shell-command):
13106 Fix typos in docstrings.
13107
13108 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
13109 (dired-x-find-file-other-window): Reflow docstrings.
13110 (dired-omit-marker-char, dired-read-shell-command)
13111 (dired-x-submit-report): Fix typos in docstrings.
13112
13113 * shell.el (shell-mode-hook):
13114 * view.el (View-scroll-line-forward):
13115 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
13116 Fix typos in docstrings.
13117
13118 * net/dig.el (dig-invoke): Fix typo in docstring.
13119 (query-dig): Reflow docstring.
13120
13121 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
13122 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
13123 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
13124 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
13125 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
13126 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
13127 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
13128 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
13129 (idlwave-completion-map, idlwave-current-indent)
13130 (idlwave-custom-ampersand-surround, idlwave-customize)
13131 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
13132 (idlwave-define-abbrev, idlwave-determine-class-special)
13133 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
13134 (idlwave-end-block-reg, idlwave-end-of-statement)
13135 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
13136 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
13137 (idlwave-explicit-class-listed, idlwave-file-header)
13138 (idlwave-fill-paragraph, idlwave-find-class-definition)
13139 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
13140 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
13141 (idlwave-in-quote, idlwave-indent-action-table)
13142 (idlwave-indent-expand-table, idlwave-indent-line)
13143 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
13144 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
13145 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
13146 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
13147 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
13148 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
13149 (idlwave-outlawed-buffers, idlwave-popup-select)
13150 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
13151 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
13152 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
13153 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
13154 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
13155 (idlwave-statement-type, idlwave-struct-skip)
13156 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
13157 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
13158 (idlwave-what-module-find-class): Fix typos in docstrings.
13159 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
13160 (idlwave-calculate-cont-indent, idlwave-expand-equal)
13161 (idlwave-find-module, idlwave-find-structure-definition)
13162 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
13163 (idlwave-list-load-path-shadows, idlwave-next-statement)
13164 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
13165 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
13166 (idlwave-template): Reflow docstrings.
13167
13168 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
13169 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
13170 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
13171 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
13172 (idlwave-shell-display-line, idlwave-shell-display-wframe)
13173 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
13174 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
13175 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
13176 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
13177 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
13178 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
13179 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
13180 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
13181 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
13182 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
13183 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
13184 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
13185 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
13186 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
13187 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
13188 Fix typos in docstrings.
13189 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
13190 (idlwave-shell-hide-output, idlwave-shell-mode)
13191 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
13192 Reflow docstrings.
13193
13194 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
13195
13196 2009-09-24 Ivan Kanis <apple@kanis.eu>
13197
13198 * term.el (term-bold-attribute): New var.
13199 (term-handle-colors-array): Use it.
13200
13201 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
13202
13203 * progmodes/gdb-mi.el (gdb-version): New variable.
13204 (gdb-non-stop-handler): Set gdb-version.
13205 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
13206 Condition "--thread" option on gdb-version.
13207 (gdb-invalidate-threads): Remove unused argument.
13208
13209 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13210
13211 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
13212 to looking-back to avoid ridiculous slow down in large files (bug#4511).
13213
13214 2009-09-23 Glenn Morris <rgm@gnu.org>
13215
13216 * mail/rmail.el (rmail-reply): Don't try to add a References header when
13217 replying to mail without References or Message-Id. (Bug#4525)
13218
13219 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
13220
13221 * term/ns-win.el (ns-reg-to-script): New variable.
13222
13223 2009-09-23 Daiki Ueno <ueno@unixuser.org>
13224
13225 * epg.el (epg-wait-for-status): Preserve existing 'error results.
13226
13227 2009-09-22 Sam Steingold <sds@gnu.org>
13228
13229 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
13230 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
13231 to 1 because hg returns status 1 when nothing is found.
13232 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
13233
13234 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13235
13236 * textmodes/fill.el: Convert to utf-8 encoding.
13237 (fill-french-nobreak-p): Remove redundant » and « inherited from our
13238 pre-Unicode days.
13239
13240 * add-log.el (change-log-fill-forward-paragraph): New function.
13241 (change-log-mode): Use it so fill-region DTRT.
13242 Set fill-indent-according-to-mode here rather than in
13243 change-log-fill-paragraph.
13244 (change-log-fill-paragraph): Remove.
13245
13246 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
13247
13248 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
13249 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
13250
13251 2009-09-22 Glenn Morris <rgm@gnu.org>
13252
13253 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
13254 the scroll-bar scroll the calendar window rather than the buffer.
13255
13256 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
13257 commands that move point (as opposed to scrolling).
13258
13259 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
13260
13261 * emacs-lisp/elint.el (elint): New custom group.
13262 (elint-log-buffer): Make it a defcustom.
13263 (elint-scan-preloaded, elint-ignored-warnings)
13264 (elint-directory-skip-re): New options.
13265 (elint-builtin-variables): Doc fix.
13266 (elint-preloaded-env): New variable.
13267 (elint-unknown-builtin-args): Add an entry for encode-time.
13268 (elint-extra-errors): Make it a variable rather than a constant.
13269 (elint-preloaded-skip-re): New constant.
13270 (elint-directory): Skip files matching elint-directory-skip-re.
13271 (elint-features): New variable, local to linted buffers.
13272 (elint-update-env): Initialize elint-features. Possibly add
13273 elint-preloaded-env to the buffer's environment.
13274 (elint-get-top-forms): Bind elint-current-pos, for log messages.
13275 Skip quoted forms.
13276 (elint-init-form): New function, extracted from elint-init-env.
13277 Make non-list forms a warning rather than an error.
13278 Add the mode-map for define-derived-mode. Handle define-minor-mode,
13279 easy-menu-define, put that adds an error-condition, and provide.
13280 When requiring cl, also require cl-macs. Really require cl, to handle
13281 some cl macros. Store required libraries in the list elint-features,
13282 so as not to re-load them. Treat cc-require like require.
13283 (elint-init-env): Call elint-init-form to do the work.
13284 Handle eval-and-compile and such like.
13285 (elint-add-required-env): Do not clear messages.
13286 (elint-special-forms): Add handlers for function, defalias, if, when,
13287 unless, and, or.
13288 (elint-form): Add optional argument to ignore elint-special-forms,
13289 useful to prevent recursive calls from handlers. Doc fix.
13290 Respect elint-ignored-warnings.
13291 (elint-form): Respect elint-ignored-warnings.
13292 (elint-bound-variable, elint-bound-function): New variables.
13293 (elint-unbound-variable): Respect elint-bound-variable.
13294 (elint-get-args): Respect elint-bound-function.
13295 (elint-check-cond-form): Add some simple handling for (f)boundp and
13296 featurep tests.
13297 (elint-check-defalias-form): New handler.
13298 (elint-check-let-form): Make an empty let a warning rather than an
13299 error.
13300 (elint-check-setq-form): Make an empty setq a warning rather than an
13301 error. Respect elint-ignored-warnings.
13302 (elint-check-defvar-form): Accept null doc-strings.
13303 (elint-check-conditional-form): New handler. Does some simple-minded
13304 checking of featurep and (f)boundp tests.
13305 (elint-put-function-args): New function.
13306 (elint-initialize): Use elint-scan-doc-file rather than
13307 elint-find-builtin-variables. Use elint-put-function-args.
13308 Possibly scan preloaded-file-list.
13309 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
13310 extend to handle functions as well.
13311
13312 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
13313
13314 * linum.el (linum-delete-overlays, linum-update-window):
13315 Do not modify the right margin. (Bug#3971)
13316
13317 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
13318
13319 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
13320 nxml-mode instead of xml-mode.
13321
13322 2009-09-21 Kevin Ryde <user42@zip.com.au>
13323
13324 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
13325
13326 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13327
13328 * net/dig.el (dig-mode): Use define-derived-mode.
13329
13330 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
13331
13332 * vc-dispatcher.el (vc-do-command): Return the process object in
13333 the asynchronous case. Use when instead of if. Do not run
13334 vc-exec-after to display a message if not enabled. (Bug#4463)
13335
13336 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
13337 properties to the stash strings.
13338 (vc-git-stash-list): Return a list of strings.
13339 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
13340 (vc-git-stash-show-at-point): New functions.
13341 (vc-git-stash-map): New keymap.
13342
13343 * register.el (ctl-x-r-map): Define the keys here instead of
13344 using autoload.
13345
13346 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
13347
13348 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
13349 list, to workaround performance problem (bug#4485).
13350
13351 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
13352
13353 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
13354
13355 2009-09-20 Daiki Ueno <ueno@unixuser.org>
13356
13357 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13358 Document that this option is not recommended to use.
13359
13360 2009-09-19 Glenn Morris <rgm@gnu.org>
13361
13362 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13363 variable `var'.
13364
13365 * calc/calc-alg.el (var):
13366 * calc/calcalg2.el (var): Define for compiler.
13367
13368 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
13369
13370 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13371 Doc fix (Bug#3932).
13372
13373 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13374
13375 * time-stamp.el (time-stamp-month-dd-yyyy)
13376 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13377 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13378 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
13379 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13380 Remove functions that have been obsolete since 1995 (Bug#4436).
13381
13382 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13383 indent buffer only if called interactively (Bug#4452).
13384
13385 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
13386 Eli Zaretskii <eliz@gnu.org>
13387
13388 This fixes bug#4197 (merged to bug#865, though not identical).
13389 * server.el (server-auth-dir): Add docstring note about FAT32.
13390 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13391 but warn against using them.
13392
13393 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
13394
13395 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13396 older GDB where there is no has_more field.
13397
13398 2009-09-19 Glenn Morris <rgm@gnu.org>
13399
13400 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13401
13402 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
13403
13404 * files.el (auto-mode-alist): Change default for XML files to nXML
13405 mode (Bug#4169).
13406
13407 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
13408
13409 * server.el (server-ensure-safe-dir): Pass 'integer
13410 to `file-attributes', as suggested.
13411
13412 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13413
13414 * dired-aux.el (dired-query-alist): Remove spurious backslash.
13415 (dired-query): Use read-key.
13416
13417 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
13418
13419 * cus-start.el (ns-use-qd-smoothing): Remove.
13420
13421 2009-09-18 Glenn Morris <rgm@gnu.org>
13422
13423 * allout.el (top-level): Remove unnecessary progn.
13424
13425 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13426
13427 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13428 definition of abbrev table.
13429
13430 * speedbar.el (speedbar-track-mouse):
13431 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
13432 * net/eudc.el (eudc-expand-inline):
13433 * net/newst-backend.el (newsticker--cache-read-feed):
13434 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
13435 condition-case handlers.
13436
13437 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
13438
13439 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
13440 (gdb-var-list): Add an element for has_more field.
13441 (gdb-non-stop-handler): Enable pretty printing for STL containers.
13442 (gdb-var-create-handler, gdb-var-list-children-handler-1)
13443 (gdb-var-update-handler-1): Parse output of dynamic variable
13444 objects (STL containers).
13445 (gdb-var-delete-1): Pass var1 as an explicit second argument.
13446 (gdb-get-field): Delete alias. Use bindat-get-field directly.
13447
13448 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13449 gdb-var-list.
13450 (gud-speedbar-buttons): Make node expandable if expression "has more"
13451 children.
13452
13453 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
13454
13455 * startup.el (emacs-quick-startup): Remove variable and all uses.
13456 (command-line): Set `inhibit-x-resources' instead.
13457 (command-line-1): Use `inhibit-x-resources' instead.
13458
13459 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
13460
13461 * subr.el: Fix last change to avoid using the `unless' macro,
13462 which breaks bootstrapping.
13463
13464 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13465
13466 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13467 extended definitions, in case we reload subr.el after having
13468 loaded CL.
13469 (eval-next-after-load): Mark as obsolete.
13470
13471 2009-09-17 Juri Linkov <juri@jurta.org>
13472
13473 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13474 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13475 (menu-bar-showhide-menu, menu-bar-tools-menu)
13476 (menu-bar-describe-menu, menu-bar-help-menu)
13477 (minibuffer-local-completion-map, minibuffer-local-map):
13478 Fix list quoting.
13479
13480 2009-09-17 Glenn Morris <rgm@gnu.org>
13481
13482 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
13483 arguments, whether or not it has a handler.
13484
13485 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
13486
13487 * simple.el (hard-newline): Give it a doc-string.
13488
13489 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13490 (lisp-mode-syntax-table): Give them doc-strings.
13491
13492 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
13493
13494 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
13495 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
13496 (menu-bar-options-menu, menu-bar-showhide-menu)
13497 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
13498 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
13499 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
13500 (menu-bar-options-menu, menu-bar-tools-menu)
13501 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
13502 (menu-bar-help-menu):
13503 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
13504 string arguments.
13505
13506 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
13507 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
13508 calls for the menu names and :help.
13509
13510 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13511
13512 * mouse.el (minor-mode-menu-from-indicator): Pay attention
13513 to :minor-mode-function (bug#4455).
13514
13515 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13516
13517 * startup.el (command-line): Initialize the window-system after
13518 processing the command-line.
13519
13520 * textmodes/page.el (what-page): Make sure we don't inf-loop if
13521 page-delimiter matches the empty string.
13522
13523 2009-09-16 Glenn Morris <rgm@gnu.org>
13524
13525 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13526 byte-compile-not-obsolete-var. It's a list now.
13527 (byte-compile-not-obsolete-funcs): New variable.
13528 (byte-compile-warn-obsolete): Don't warn about functions if they are in
13529 byte-compile-not-obsolete-funcs.
13530 (byte-compile-variable-ref, byte-compile-defvar): Update for
13531 byte-compile-not-obsolete-vars name-change and list nature.
13532 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13533 and variables behind (f)boundp tests.
13534 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13535
13536 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13537
13538 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13539
13540 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13541
13542 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13543 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13544 Don't autoload.
13545
13546 2009-09-15 Stephen Eglen <stephen@gnu.org>
13547
13548 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
13549 the virtual-buffers, use the name of the buffer specified by
13550 find-file-noselect, as the match may be a symlink. (This was a
13551 problem if the target and the symlink had different names.)
13552
13553 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13554
13555 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13556
13557 * desktop.el (desktop-path): Check user-emacs-directory.
13558
13559 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13560
13561 * loadup.el: Use after-load-functions to GC after loading each file.
13562 Remove the explicit GC calls that used to be sprinkled around.
13563
13564 * subr.el (after-load-functions): New hook.
13565 (do-after-load-evaluation): Run it. Use string-match-p to detect
13566 `obsolete' packages, rather than painfully extracting the relevant
13567 directory name.
13568
13569 2009-09-15 Glenn Morris <rgm@gnu.org>
13570
13571 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13572 free variable `doc'.
13573
13574 * dired.el (dired-mode-map): Add menu entry for async shell command.
13575
13576 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13577 variables, also consider the .elc files, since the .el files are
13578 normally gzipped (subsequent code locates the .el.gz from the .elc).
13579
13580 * calc/calc-prog.el (arglist): Define for compiler.
13581
13582 * calendar/diary-lib.el (diary-display-function): Change the default to
13583 fancy display.
13584 (body): Define for compiler.
13585
13586 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13587 (byte-compile-file-form, byte-compile-lambda)
13588 (byte-compile-top-level-body, byte-compile-form)
13589 (byte-compile-variable-ref, byte-compile-setq)
13590 (byte-compile-setq-default, byte-compile-body)
13591 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13592 (batch-byte-compile): Give some more local variables with common names
13593 a "bytecomp-" prefix to avoid masking warnings about free variables.
13594
13595 * startup.el (command-line-1): Give local variables with common names a
13596 distinguishing prefix, so as not to hide free variable warnings during
13597 bootstrap.
13598
13599 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13600 clever and add a suffix to make a unique name, just let the user decide
13601 whether or not to overwrite it. If the input is a directory, write the
13602 default filename to that directory. (Bug#4388)
13603 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13604 is a filename-as-a-directory.
13605
13606 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13607
13608 * textmodes/page.el (what-page): Don't move to beginning of line.
13609 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13610
13611 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13612
13613 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13614
13615 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
13616
13617 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
13618 * help.el (help-for-help-internal): Add purecopy calls for text.
13619
13620 * vc.el (top): print-log method now takes an optional SHORTLOG
13621 argument. Add a new method: root.
13622 (vc-root-diff, vc-print-root-log): New functions.
13623 (vc-log-short-style): New variable.
13624 (vc-print-log-internal): Add support for showing short logs.
13625
13626 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
13627 vc-print-root-log and vc-print-root-diff.
13628
13629 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
13630 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
13631 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
13632 short logs.
13633
13634 * vc-cvs.el (vc-cvs-print-log):
13635 * vc-mtn.el (vc-mtn-print-log):
13636 * vc-rcs.el (vc-rcs-print-log):
13637 * vc-sccs.el (vc-sccs-print-log):
13638 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
13639 that is ignored for now.
13640
13641 * vc-mtn.el (vc-mtn-annotate-command):
13642 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
13643
13644 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13645
13646 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
13647 to function-key-map, and give them ascii-character property.
13648 * term/x-win.el (x-alternatives-map):
13649 * term/ns-win.el (ns-alternatives-map):
13650 * term/internal.el (msdos-key-remapping-map):
13651 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
13652
13653 2009-09-14 Glenn Morris <rgm@gnu.org>
13654
13655 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
13656 temp-buffers (2009-09-12).
13657
13658 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13659
13660 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
13661 the new read-key function.
13662
13663 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
13664
13665 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
13666 is defined (Bug#4405).
13667
13668 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
13669
13670 * recentf.el (recentf-cleanup): Use a hash table to find
13671 duplicates (Bug#4407).
13672
13673 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
13674
13675 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
13676 kp-0 to ascii equivalents (Bug#4325).
13677
13678 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
13679
13680 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
13681
13682 * eshell/em-hist.el:
13683 * eshell/em-dirs.el (eshell-complete-user-reference):
13684 Declare pcomplete functions and variables to avoid compiler warnings.
13685
13686 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
13687
13688 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
13689 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
13690 * eshell/em-alias.el (eshell-aliases-file):
13691 * eshell/em-hist.el (eshell-history-file-name):
13692 Use expand-file-name instead of concat to make file names (Bug#4308).
13693
13694 2009-09-13 Glenn Morris <rgm@gnu.org>
13695
13696 * ediff-merg.el (ediff-do-merge):
13697 * filesets.el (filesets-run-cmd):
13698 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
13699 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
13700 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
13701 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
13702 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
13703 Replace empty `let's with `progn'.
13704
13705 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13706
13707 * mail/sendmail.el (send-mail-function):
13708 * tooltip.el (tooltip-mode):
13709 * simple.el (transient-mark-mode):
13710 * rfn-eshadow.el (file-name-shadow-mode):
13711 * frame.el (blink-cursor-mode):
13712 * font-core.el (global-font-lock-mode):
13713 * files.el (temporary-file-directory)
13714 (small-temporary-file-directory, auto-save-file-name-transforms):
13715 * epa-hook.el (auto-encryption-mode):
13716 * composite.el (global-auto-composition-mode):
13717 Use custom-initialize-delay.
13718 * startup.el (command-line): Don't explicitly call
13719 custom-reevaluate-setting for all the above vars.
13720 * custom.el (custom-initialize-safe-set)
13721 (custom-initialize-safe-default): Delete.
13722
13723 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13724
13725 * term/x-win.el (x-initialize-window-system):
13726 * term/w32-win.el (w32-initialize-window-system):
13727 * term/ns-win.el (ns-initialize-window-system): Don't call
13728 mouse-wheel-mode since it's enabled globally by default already.
13729
13730 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
13731 actually define the variable, but only silences the byte-compiler.
13732 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
13733 before looking it up.
13734 (mouse-wheel-scroll-amount): Also reset the bindings if this value
13735 is changed.
13736
13737 2009-09-12 Glenn Morris <rgm@gnu.org>
13738
13739 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
13740 1000.
13741 (elint-add-required-env): Don't beep on error.
13742 (elint-forms): In case of error, return ENV unchanged.
13743 (elint-init-env): Skip non-list forms.
13744 (elint-log): Handle unknown file positions.
13745
13746 2009-09-12 Daiki Ueno <ueno@unixuser.org>
13747
13748 * epg.el (epg-make-context): Add autoload cookie.
13749 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
13750 (epg-decrypt-string, epg-start-verify, epg-verify-file)
13751 (epg-verify-string, epg-start-sign, epg-sign-file)
13752 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
13753 (epg-encrypt-string, epg-start-export-keys)
13754 (epg-export-keys-to-file, epg-export-keys-to-string)
13755 (epg-start-import-keys, epg-import-keys-from-file)
13756 (epg-import-keys-from-string, epg-start-receive-keys)
13757 (epg-receive-keys, epg-import-keys-from-server)
13758 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
13759 (epg-sign-keys, epg-start-generate-key)
13760 (epg-generate-key-from-file, epg-generate-key-from-string):
13761 Remove autoload cookie.
13762
13763 2009-09-12 Eli Zaretskii <eliz@gnu.org>
13764
13765 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
13766 reevaluation of trash-directory.
13767
13768 * mwheel.el: Fix last change.
13769 (mouse-wheel-mode): New defvar.
13770 (mouse-wheel-mode): Remove autoload cookie.
13771
13772 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13773
13774 * mwheel.el (mwheel-installed-bindings): New var.
13775 (mouse-wheel-mode): Use it, so as to make sure we really remove all
13776 the bindings we set last time. Use custom-initialize-delay.
13777 * loadup.el: Load mwheel after term/*-win.el.
13778 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
13779 and mouse-wheel-up-event now that their first evaluation is done
13780 sufficiently late to be correct.
13781
13782 * startup.el (tutorial-directory): Make it a defcustom.
13783 Use custom-initialize-delay rather than eval-at-startup to set it.
13784 * image.el (image-load-path): Make it a defcustom.
13785 Use custom-initialize-delay rather than eval-at-startup to set it.
13786 * subr.el (eval-at-startup): Remove.
13787 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
13788
13789 * subr.el (do-after-load-evaluation): Warn the user after loading an
13790 obsolete package.
13791
13792 2009-09-12 Glenn Morris <rgm@gnu.org>
13793
13794 * proced.el (proced-mark-alt): Remove alias.
13795 (proced-mode-map): Remove proced-mark-alt.
13796
13797 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
13798 Elint file and directory. Remove initialization entry.
13799
13800 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
13801 commands.
13802 (elint-current-buffer): Set mode-line-process.
13803 (elint-init-env): Handle define-derived-mode.
13804 Fix declare-function with unspecified arglist. Guard against odd
13805 defalias statements (eg iso-insert's 8859-1-map).
13806 (elint-add-required-env): Use a temp buffer.
13807 (elint-form): Just print the function/macro name, not the whole form.
13808 Return env unchanged if we fail to parse a macro.
13809 (elint-forms): Guard against parse errors.
13810 (elint-output): New function, to handle batch mode.
13811 (elint-log-message): Add optional argument. Use elint-output.
13812 (elint-set-mode-line): New function.
13813
13814 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
13815
13816 * emacs-lisp/elp.el (elp-not-profilable): Add more
13817 functions (Bug#4233).
13818
13819 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
13820
13821 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
13822 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
13823
13824 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
13825
13826 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
13827 (gdb-var-list-children): Use json parsing.
13828
13829 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
13830
13831 * progmodes/js.el (js--proper-indentation): Handle the case where
13832 char-before is null. Reported by Deniz Dogan.
13833
13834 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
13835
13836 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
13837
13838 2009-09-11 Daiki Ueno <ueno@unixuser.org>
13839
13840 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
13841 (epg-digest-algorithm-alist): Add SHA224.
13842 (epg-context-set-passphrase-callback)
13843 (epg-context-set-progress-callback): Add description about
13844 callback function.
13845
13846 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13847
13848 * custom.el (custom-delayed-init-variables): New var.
13849 (custom-initialize-delay): New function.
13850 * startup.el (command-line): "Re"evaluate all vars in
13851 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
13852 explicitly any more.
13853 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
13854 to avoid creating a ~/.emacs.d at build-time (bug#4347).
13855
13856 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
13857
13858 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
13859
13860 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
13861 (gdb-var-update-handler): Use json parsing.
13862
13863 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
13864
13865 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
13866 decode annotated text, regardless of language environment. (Bug#2741)
13867
13868 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13869
13870 * Makefile.in (autoloads): Make rmail.el writable as well.
13871
13872 2009-09-11 Glenn Morris <rgm@gnu.org>
13873
13874 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
13875 loaddefs.el.
13876 * dired.el: Regenerate with extracted autoloads.
13877 * Makefile.in (autoloads): Make dired.el writable.
13878
13879 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
13880 * ibuffer.el: Regenerate with extracted autoloads.
13881 * Makefile.in (autoloads): Make ibuffer.el writable.
13882
13883 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
13884 * version.el (emacs-copyright, emacs-major-version)
13885 (emacs-minor-version): Reformat doc-strings for make-docfile.
13886
13887 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
13888 functions and variables, since they must be stuff specific to some other
13889 platform.
13890 (apropos-print): Make mouse-click message less specific about button.
13891
13892 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
13893 that records where a macro was defined.
13894 * help-fns.el (describe-function-1): Mention if a function has a
13895 compiler-macro.
13896 * help-mode.el (help-function-cmacro): New button.
13897
13898 * locate.el (top-level): Always require dired.
13899 (locate-mode-map): Initialize inside the defvar.
13900
13901 * net/ange-ftp.el (dired-compress-file): Declare.
13902 (ange-ftp-dired-compress-file): Add doc string.
13903
13904 * term/ns-win.el (x-display-name, x-setup-function-keys):
13905 Unify doc-strings with X versions.
13906
13907 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13908
13909 * emulation/crisp.el (crisp-mode-map): Move initialization
13910 into declaration.
13911 (crisp-mode): Use define-minor-mode.
13912
13913 * progmodes/xscheme.el (xscheme-evaluation-commands):
13914 Put a :advertised-binding property rather than using
13915 advertised-xscheme-send-previous-expression.
13916 (advertised-xscheme-send-previous-expression): Declare obsolete.
13917 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
13918 `advertised-undo'.
13919 (crisp-mode): Add corresponding bindings to
13920 undo's :advertised-binding instead.
13921 * dired.el (dired-mode-map): Put a :advertised-binding property rather
13922 than using dired-advertised-find-file.
13923 (dired-advertised-find-file):
13924 * simple.el (advertised-undo):
13925 * wid-edit.el (advertised-widget-backward): Declare obsolete.
13926 (widget-keymap): Put a :advertised-binding property rather
13927 than using advertised-widget-backward.
13928 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
13929 than using advertised-undo.
13930 * tutorial.el (tutorial--default-keys): Adjust accordingly.
13931
13932 2009-09-10 Simon South <ssouth@slowcomputing.org>
13933
13934 * progmodes/delphi.el (delphi-tab): Indent region when Transient
13935 Mark mode is enabled and region is active; otherwise indent or
13936 insert TAB as usual.
13937 (delphi-mode): Update description of TAB-key binding.
13938
13939 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
13940
13941 * subr.el (define-key-rebound-commands): Mark obsolete.
13942 * startup.el (precompute-menubar-bindings): Remove.
13943 (normal-top-level): Remove obsolete code that tried to precompute
13944 menubar bindings.
13945 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
13946 define-key-rebound-commands and precompute-menubar-bindings.
13947
13948 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
13949
13950 * net/imap.el (imap-interactive-login): Better messages.
13951 (imap-open): Fix bug with renamed buffer on reconnect.
13952 (imap-authenticate): Add buffer-local imap-last-authenticator variable
13953 for easier debugging and cleaner code. On successful (guessed based on
13954 server capabilities) secondary authentication, set imap-state
13955 correctly.
13956 (imap-last-authenticator): Define imap-last-authenticator as a variable
13957 to avoid warnings.
13958
13959 2009-09-10 Glenn Morris <rgm@gnu.org>
13960
13961 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
13962
13963 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
13964 (byte-compile-file-form-autoload): Don't warn about unknown functions
13965 where the autoload statement comes after the use.
13966 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
13967 that any handlers inside the body (eg require) are in turn respected.
13968
13969 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
13970 effects.
13971
13972 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
13973 and syntax and abbrev tables basic docs, if they don't have any.
13974
13975 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
13976
13977 * international/mule-cmds.el (top-level): Require cl when compiling.
13978 (view-hello-file): Use default-value rather than
13979 default-enable-multibyte-characters.
13980
13981 * progmodes/fortran.el: Move all safe and risky properties into the
13982 defcustoms.
13983
13984 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
13985 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
13986 * mail/undigest.el:
13987 Put autoloads in rmail.el rather than loaddefs.el.
13988 * mail/rmail.el: Regenerate with extracted autoloads.
13989
13990 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
13991 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
13992
13993 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
13994
13995 Reported in thread for Bug#4375.
13996 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
13997 "-data-evaluate-expression" instead of print.
13998 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
13999 (gdb-tooltip-print): Parse output from above MI command.
14000 (gdb): Revert 2009-08-11 change. User should detach inferior
14001 manually.
14002
14003 Remove the word "separate" from IO functions as inferior
14004 output is now never displayed in the GUD buffer.
14005
14006 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
14007
14008 * startup.el (command-line-normalize-file-name): On Windows and
14009 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
14010
14011 2009-09-10 Juri Linkov <juri@jurta.org>
14012
14013 * isearch.el (isearch-text-char-description): Propertize escape
14014 character sequences with the `escape-glyph' face. (Bug#4344)
14015
14016 * simple.el (shell-command): Set asynchronous process filter to
14017 `comint-output-filter'. (Bug#4343)
14018
14019 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
14020 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
14021 the list. Move "asm" to the bottom.
14022 (grep-find-ignored-directories): Add `choice' with nil value
14023 to empty the list easily.
14024 (grep-find-ignored-files): New option.
14025 (grep-files-history): Set to nil by default instead of '("ch" "el").
14026 (grep-compute-defaults): Add "<X>" to `grep-template'.
14027 (grep-read-files): Bind new local variables `default-alias' and
14028 `default-extension'. Use a list of default values for the file prompt.
14029 (lgrep): Add `--exclude=' command line options composed from
14030 `grep-find-ignored-files'.
14031 (rgrep): Add `-name' command line options composed from
14032 `grep-find-ignored-files'. (Bug#4301)
14033
14034 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
14035
14036 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
14037 (bug#4368).
14038
14039 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
14040
14041 * calendar/time-date.el (autoload):
14042 Expand define-obsolete-function-alias into defalias and make-obsolete
14043 for old Emacsen that Gnus supports.
14044 (with-no-warnings): Define it for old Emacsen.
14045 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14046 is available.
14047 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14048 float-time is available; suppress compile warning for time-to-seconds.
14049
14050 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
14051
14052 * net/imap.el (imap-message-map): Docstring fix.
14053
14054 2009-09-09 Glenn Morris <rgm@gnu.org>
14055
14056 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
14057 line numbers too. (Bug#4374)
14058
14059 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
14060
14061 * smerge-mode.el (smerge-remove-props, smerge-refine):
14062 Use with-silent-modifications (bug#4342).
14063
14064 * subr.el (with-silent-modifications): New macro.
14065
14066 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
14067
14068 * files.el (top-level): Require `cl' when compiling.
14069
14070 2009-09-07 Glenn Morris <rgm@gnu.org>
14071
14072 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
14073
14074 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
14075 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
14076
14077 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
14078
14079 * vc-git.el (vc-git-annotate-command): Use separator to parse
14080 arguments correctly.
14081
14082 2009-09-06 Eli Zaretskii <eliz@gnu.org>
14083
14084 * proced.el (proced-mode): Doc fix.
14085
14086 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
14087
14088 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
14089 lstat fails.
14090 (tramp-do-file-attributes-with-ls): Check for file existence at
14091 remote end.
14092 (tramp-do-file-attributes-with-stat): Likewise.
14093 (tramp-convert-file-attributes): Return nil when attr is nil.
14094
14095 2009-09-05 Glenn Morris <rgm@gnu.org>
14096
14097 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
14098 properties to this button.
14099 (diary-fancy-display): Don't extend the button to the final newline.
14100 (diary-fancy-display-mode): Continue to define "q" as a local key.
14101
14102 * calendar/cal-china.el (holiday-chinese): Make it slightly more
14103 efficient.
14104
14105 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
14106
14107 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
14108 (byte-compile-dest-file-function): New option.
14109 (byte-compile-dest-file): Doc fix.
14110 Obey byte-compile-dest-file-function.
14111 (byte-compile-cl-file-p): New function.
14112 (byte-compile-eval): Only suppress noruntime warnings about cl functions
14113 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
14114 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
14115 than for file being previously loaded.
14116 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
14117 (byte-compile-file-form-require): Handle the case where requiring a file
14118 indirectly causes CL to be loaded.
14119
14120 2009-09-05 Karl Fogel <kfogel@red-bean.com>
14121
14122 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
14123 before killing the old buffer, since by the time `kill-buffer' is
14124 run so many buffer variables have been set to nil that it may not
14125 behave as expected. (Bug#4061)
14126
14127 2009-09-05 Karl Fogel <kfogel@red-bean.com>
14128
14129 * files.el (find-alternate-file): If the old buffer is modified
14130 and visiting a file, behave similarly to `kill-buffer' when
14131 killing it, thus reverting to the pre-1.878 behavior; see
14132 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
14133 for discussion. Also, consult `buffer-file-name' as a variable
14134 not as a function, for consistency with the rest of the code.
14135
14136 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
14137
14138 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
14139 also when adding a new directory.
14140
14141 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
14142 defun.
14143
14144 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
14145
14146 * files.el (locate-file-completion-table): Make it provide boundary
14147 information, so partial-completion works better.
14148
14149 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
14150
14151 * mail/footnote.el (Footnote-text-under-cursor):
14152 Check footnote-text-marker-alist before using it (bug#4324).
14153
14154 2009-09-04 Glenn Morris <rgm@gnu.org>
14155
14156 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
14157 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
14158 * play/solitaire.el, play/tetris.el:
14159 Remove leading * from defcustom and defface docs.
14160
14161 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
14162 necessary.
14163 (diary-fancy-overriding-map): New variable.
14164 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
14165 Use view-mode.
14166
14167 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
14168 goto-line.
14169
14170 2009-09-03 Glenn Morris <rgm@gnu.org>
14171
14172 * arc-mode.el (archive-mode):
14173 * dos-fns.el (set-default-process-coding-system):
14174 * man.el (Man-getpage-in-background):
14175 * menu-bar.el (menu-bar-describe-menu):
14176 * server.el (server-process-filter):
14177 * startup.el (command-line):
14178 * tar-mode.el (tar-header-block-tokenize, tar-extract):
14179 * w32-fns.el (set-default-process-coding-system):
14180 * x-dnd.el (x-dnd-handle-file-name):
14181 * international/mule-cmds.el (mule-menu-keymap)
14182 (set-default-coding-systems, language-info-alist, set-language-info)
14183 (set-language-environment, standard-display-european-internal)
14184 (set-locale-environment):
14185 * international/mule-diag.el (mule-diag):
14186 * mail/emacsbug.el (report-emacs-bug):
14187 * mail/rmail.el (rmail-mode):
14188 * mail/sendmail.el (mail-setup):
14189 Use default-value rather than default-enable-multibyte-characters.
14190
14191 * progmodes/f90.el: Move all safe properties into the defcustoms.
14192 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
14193
14194 * calendar/appt.el (appt-check):
14195 * calendar/diary-lib.el (diary-set-header, diary-live-p)
14196 (diary-check-diary-file, diary-list-entries)
14197 (diary-include-other-diary-files, diary-simple-display)
14198 (diary-fancy-display, diary-print-entries)
14199 (diary-mark-included-diary-files, diary-make-entry):
14200 Don't call substitute-in-file-name on diary-file.
14201
14202 2009-09-03 Eduard Wiebe <usenet@pusto.de>
14203 Stefan Monnier <monnier@iro.umontreal.ca>
14204
14205 * mail/footnote.el (footnote-prefix): Make it a defcustom.
14206 (footnote-mode-map): Move initialization into the declaration.
14207 (footnote-minor-mode-map): Define it rather than changing global-map.
14208 (footnote-mode): Use define-minor-mode.
14209
14210 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
14211
14212 * net/tramp.el (tramp-handle-file-attributes-with-ls)
14213 (tramp-do-file-attributes-with-perl)
14214 (tramp-do-file-attributes-with-stat): Rename from
14215 `tramp-handle-file-attributes-with-*'.
14216 (tramp-handle-file-attributes): Use them.
14217 (tramp-do-directory-files-and-attributes-with-perl)
14218 (tramp-do-directory-files-and-attributes-with-stat): Rename from
14219 `tramp-handle-directory-files-and-attributes-with-*'.
14220 (tramp-handle-directory-files-and-attributes): Use them.
14221 (tramp-method-out-of-band-p): Additional parameter SIZE.
14222 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
14223 (tramp-handle-write-region): Use it.
14224 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
14225 (tramp-handle-vc-registered): Check, whether the first run did
14226 return files to be tested.
14227 (tramp-advice-make-auto-save-file-name): Do not call directly
14228 `tramp-handle-make-auto-save-file-name', because this would bypass
14229 the locking mechanism.
14230
14231 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
14232 (file-remote-p, process-file, start-file-process, set-file-times)
14233 (tramp-compat-file-attributes): Compatibility functions shall not
14234 call directly `tramp-handle-*', because this would bypass the
14235 locking mechanism.
14236 (tramp-compat-number-sequence): New defun.
14237
14238 2009-09-02 Glenn Morris <rgm@gnu.org>
14239
14240 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
14241 alias for float-time.
14242 (time-to-number-of-days): In Emacs, use float-time.
14243 * net/newst-backend.el (time-add): Suppress warnings from compat
14244 function.
14245 * time.el (emacs-uptime, emacs-init-time):
14246 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
14247 Use float-time rather than time-to-seconds.
14248
14249 * minibuffer.el (completion-initials-expand): Fix typo.
14250
14251 * faces.el (modeline, modeline-inactive, modeline-highlight)
14252 (modeline-buffer-id):
14253 * info.el (info-menu-5): Mark these face aliases as obsolete.
14254
14255 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
14256
14257 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
14258 space ...
14259 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
14260 no "--thread" option.
14261 (gdb-stopped): Don't print "Switched to thread" message when it is
14262 unchanged.
14263
14264 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14265
14266 * minibuffer.el (completion-try-completion)
14267 (completion-all-completions): Remove ill-defined (and
14268 mistakenly installed and luckily never used nor documented)
14269 `completion-styles' property.
14270 (completion-initials-expand, completion-initials-all-completions)
14271 (completion-initials-try-completion): New functions.
14272 (completion-styles-alist): Add doc to each entry.
14273 Add new `initials' entry.
14274
14275 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
14276
14277 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
14278 MI command -var-evaluate-expression.
14279 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
14280 and tweak for case of string child.
14281 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
14282
14283 2009-09-01 Glenn Morris <rgm@gnu.org>
14284
14285 * add-log.el (change-log-date-face, change-log-name-face)
14286 (change-log-email-face, change-log-file-face, change-log-list-face)
14287 (change-log-conditionals-face, change-log-function-face)
14288 (change-log-acknowledgement-face):
14289 * cus-edit.el (custom-invalid-face, custom-rogue-face)
14290 (custom-modified-face, custom-set-face, custom-changed-face)
14291 (custom-saved-face, custom-button-face, custom-button-pressed-face)
14292 (custom-documentation-face, custom-state-face, custom-comment-face)
14293 (custom-comment-tag-face, custom-variable-tag-face)
14294 (custom-variable-button-face, custom-face-tag-face)
14295 (custom-group-tag-face-1, custom-group-tag-face):
14296 * diff-mode.el (diff-header-face, diff-file-header-face)
14297 (diff-index-face, diff-hunk-header-face, diff-removed-face)
14298 (diff-added-face, diff-changed-face, diff-function-face)
14299 (diff-context-face, diff-nonexistent-face):
14300 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14301 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
14302 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14303 (Info-title-4-face):
14304 * isearch.el (isearch-lazy-highlight-face):
14305 * log-view.el (log-view-file-face, log-view-message-face):
14306 * paren.el (show-paren-match-face, show-paren-mismatch-face):
14307 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14308 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14309 (cvs-msg-face):
14310 * smerge-mode.el (smerge-mine-face, smerge-other-face)
14311 (smerge-base-face, smerge-markers-face):
14312 * wid-edit.el (widget-documentation-face, widget-button-face)
14313 (widget-field-face, widget-single-line-field-face)
14314 (widget-inactive-face, widget-button-pressed-face):
14315 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
14316 (woman-addition-face):
14317 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
14318 (eshell-ls-executable-face, eshell-ls-readonly-face)
14319 (eshell-ls-unreadable-face, eshell-ls-special-face)
14320 (eshell-ls-missing-face, eshell-ls-archive-face)
14321 (eshell-ls-backup-face, eshell-ls-product-face)
14322 (eshell-ls-clutter-face):
14323 * eshell/em-prompt.el (eshell-prompt-face):
14324 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
14325 * obsolete/old-whitespace.el (whitespace-highlight-face):
14326 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
14327 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
14328 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
14329 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
14330 (antlr-font-lock-literal-face):
14331 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14332 (ebrowse-root-class-face, ebrowse-file-name-face)
14333 (ebrowse-default-face, ebrowse-member-attribute-face)
14334 (ebrowse-member-class-face, ebrowse-progress-face):
14335 * progmodes/make-mode.el (makefile-space-face):
14336 * progmodes/sh-script.el (sh-heredoc-face):
14337 * textmodes/flyspell.el (flyspell-incorrect-face)
14338 (flyspell-duplicate-face):
14339 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
14340 * textmodes/texinfo.el (texinfo-heading-face):
14341 Mark face aliases with "-face" suffix as obsolete.
14342
14343 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
14344 compiler.
14345
14346 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
14347 (eudc-bob-sound-menu): Use defvar rather than defconst, since
14348 easy-menu-define wants to modify these.
14349
14350 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
14351
14352 * net/browse-url.el (browse-url-file-url):
14353 * term/internal.el (dos-codepage-setup):
14354 Use default-value rather than default-enable-multibyte-characters.
14355
14356 * progmodes/etags.el (etags-goto-tag-location):
14357 * progmodes/flymake.el (flymake-highlight-line)
14358 (flymake-goto-file-and-line, flymake-goto-line):
14359 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
14360 (gdb-goto-breakpoint):
14361 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14362 * progmodes/python.el (python-find-function)
14363 (python-pdbtrack-track-stack-file):
14364 * progmodes/verilog-mode.el (verilog-surelint-off):
14365 * term/ns-win.el (ns-open-file-select-line):
14366 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14367 Use forward-line rather than goto-line.
14368
14369 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14370 * textmodes/reftex-index.el (reftex-display-index):
14371 * textmodes/reftex-ref.el (reftex-offer-label-menu):
14372 * textmodes/reftex-toc.el (reftex-toc):
14373 Remove unnecessary bindings of default-major-mode (all are followed by
14374 major-mode check and possible mode switch).
14375
14376 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
14377
14378 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14379 Handle watchpoints (bug#4282).
14380 (def-gdb-thread-buffer-command): Enable thread to be selected by
14381 clicking without selecting threads buffer first.
14382 (gdb-current-context-command): Use selected frame so that "up",
14383 "down" etc work in the GUD buffer.
14384 (gdb-update): Find selected frame before rendering stack buffer.
14385 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14386
14387 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
14388
14389 * progmodes/sym-comp.el (displayed-completions): Remove.
14390 (symbol-complete): Use minibuffer-complete.
14391
14392 2009-08-31 Glenn Morris <rgm@gnu.org>
14393
14394 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14395
14396 * apropos.el (apropos-symbols-internal):
14397 Handle (obsolete) face aliases.
14398
14399 * faces.el (describe-face): Adjust the output format to be more like
14400 describe-variable, and to mention (obsolete) face aliases.
14401 Adjust the whitespace so that help-setup-xref works.
14402
14403 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14404 * calendar/diary-lib.el (diary-button-face):
14405 Mark these face aliases as obsolete.
14406
14407 * calendar/calendar.el (calendar-today): Doc fix.
14408
14409 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
14410
14411 * progmodes/gdb-mi.el (gdb-control-all-threads)
14412 (gdb-control-current-thread): Force tool bar update.
14413 (gdb-non-stop-handler): New function.
14414 (gdb-init-1): Use it to test if non-stop mode is supported.
14415 Remove unused gdbmi buffer type.
14416
14417 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
14418
14419 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
14420 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
14421
14422 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
14423
14424 * comint.el (comint-exec-1): Check command is non-null first.
14425 Part of gdb-mi.el change (2009-08-28).
14426
14427 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14428
14429 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14430
14431 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
14432
14433 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
14434 instead of `dolist' to avoid a recursive require when bootstrapping.
14435
14436 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14437
14438 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
14439
14440 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14441
14442 * net/imap.el (imap-send-command): Simplify.
14443 (imap-wait-for-tag): point-max -> buffer-size.
14444
14445 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14446
14447 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14448 with constant argument.
14449
14450 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14451
14452 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14453
14454 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14455 Change default, since most of our files don't have a history.
14456 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14457 the user.
14458
14459 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14460 Add comint-run.
14461
14462 * calc/calc.el: Improve commenting convention.
14463 (calc-digit-map, toplevel): Simplify.
14464
14465 * comint.el (comint-insert-input): Be careful to only set point if we
14466 don't delegate to some other command.
14467
14468 * proced.el (proced-signal-list): Make it an alist.
14469 (proced-grammar-alist): Capitalize names.
14470 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14471 Disable undo manually and make it read-only.
14472 Use completion-annotate-function.
14473
14474 * minibuffer.el (minibuffer-message): If the current buffer is not
14475 a minibuffer, insert the message in the echo area rather than at the
14476 end of the buffer.
14477 (completion-annotate-function): New variable.
14478 (minibuffer-completion-help): Use it.
14479 (completion--embedded-envvar-table): Environment vars are
14480 always case-sensitive.
14481
14482 2009-08-30 Glenn Morris <rgm@gnu.org>
14483
14484 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
14485 from fortran-current-defun.
14486 (fortran-beginning-of-subprogram): Be more precise about finding the
14487 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
14488 (fortran-end-of-subprogram): Simplify.
14489 (fortran-current-defun): Use fortran-start-prog-re.
14490
14491 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
14492
14493 * subr.el (do-after-load-evaluation): Simplify.
14494
14495 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
14496
14497 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
14498
14499 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
14500 (vc-rcs-print-log): Use it.
14501
14502 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
14503
14504 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
14505
14506 * paths.el (abbrev-file-name): Move to abbrev.el.
14507 * abbrev.el (abbrev-file-name): Move from paths.el.
14508 Obey user-emacs-directory.
14509 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
14510 user-emacs-directory.
14511 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
14512 abbrev-file-name and calc-settings-file any more.
14513 * startup.el (command-line): Recompute abbrev-file-name and
14514 abbreviated-home-dir.
14515 (normal-no-mouse-startup-screen): Improve the generic code and get rid
14516 of the special code for when C-h bindings haven't been changed.
14517 (display-startup-echo-area-message): Use with-current-buffer.
14518 (command-line-1): Use a list of strings, rather than a list of lists
14519 of strings for longopts.
14520
14521 * files.el (get-free-disk-space): Use / for default-directory.
14522
14523 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14524 Use with-current-buffer.
14525
14526 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14527 Recognize immutable variables like most-positive-fixnum.
14528 (byte-compile-setq-default): Check and warn if trying to assign
14529 to an immutable variable, or a non-variable.
14530
14531 * progmodes/cc-vars.el (c-comment-continuation-stars):
14532 * progmodes/cc-engine.el (c-looking-at-bos):
14533 * progmodes/cc-cmds.el (c-toggle-auto-state)
14534 (c-forward-into-nomenclature, c-backward-into-nomenclature)
14535 (c-comment-line-break-function): Add version of obsolescence.
14536
14537 2009-08-28 Juri Linkov <juri@jurta.org>
14538
14539 * files.el (magic-fallback-mode-alist): Add ZIP magic number
14540 associated with `archive-mode'.
14541
14542 * image.el (image-type-header-regexps): Use only JPEG magic number
14543 to determine JPEG images, and don't use `image-jpeg-p' because
14544 Emacs can display non-JFIF non-Exif JPEG images.
14545
14546 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
14547
14548 * arc-mode.el (archive-mode):
14549 * emacs-lisp/re-builder.el (re-builder-unload-function):
14550 Protect against the default value of `major-mode' being nil.
14551
14552 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
14553
14554 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14555 Fix typos in docstrings.
14556
14557 * progmodes/js.el (js--macro-decl-re): Doc fix.
14558 (js--plain-method-re, js--split-name): Refloc docstring.
14559 (js--class-styles, js--make-merged-item, js--splice-into-items):
14560 Fix typos in docstrings; reflow docstrings.
14561 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14562 (js--variable-decl-matcher, js--inside-pitem-p)
14563 (js--parse-state-at-point, js--get-all-known-symbols)
14564 (js--symbol-history, js-find-symbol, js--js-references)
14565 (js--moz-interactor, js--js-encode-value, js--read-tab):
14566 Fix typos in docstrings.
14567
14568 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14569
14570 * textmodes/reftex.el (reftex-get-file-buffer-force):
14571 * progmodes/verilog-mode.el (verilog-batch-execute-func):
14572 * emulation/viper.el (viper-go-away, viper-set-hooks):
14573 * emacs-lisp/re-builder.el (re-builder-unload-function):
14574 * emacs-lisp/bytecomp.el (byte-compile-file):
14575 * ses.el (ses-unload-function):
14576 * hexl.el (hexl-find-file):
14577 * files.el (normal-mode):
14578 * ehelp.el (with-electric-help):
14579 * autoinsert.el (auto-insert-alist):
14580 * arc-mode.el (archive-mode):
14581 Use (default-value 'major-mode) instead of default-major-mode.
14582
14583 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14584 * international/mule.el (load-with-code-conversion):
14585 * emacs-lisp/debug.el (debug):
14586 * ediff-vers.el (ediff-rcs-get-output-buffer):
14587 * dired.el (dired-internal-noselect): Don't let-bind
14588 default-major-mode around code that doesn't use it.
14589 E.g. buffer creation via get-buffer-create doesn't use it.
14590
14591 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
14592
14593 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14594 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14595 when writing the temp file. Otherwise, epa-file gets confused.
14596 (tramp-register-file-name-handlers): Make it a defun. Move also
14597 `epa-file-handler' to the front of `file-name-handler-alist'.
14598
14599 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14600
14601 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14602 start right after a ^M.
14603 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14604 (tramp-completion-file-name-regexp-separate)
14605 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
14606 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14607 Don't modify last-coding-system-used by accident.
14608 (tramp-completion-file-name-handler): Apply the checks here,
14609 instead during registration.
14610 (tramp-register-file-name-handlers): Renamed from
14611 `tramp-register-file-name-handler'. Register both
14612 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
14613 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
14614
14615 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
14616
14617 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
14618 Remove variable ...
14619 (gdb-init-1, gdb-display-separate-io-buffer)
14620 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
14621 references to it.
14622 (gdb-inferior-io-mode): Use make-comint-in-buffer.
14623 (gdb-inferior-filter): Use comint-output-filter to stop
14624 echoing and remove ^M characters.
14625
14626 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14627
14628 * emulation/viper-init.el (viper-restore-cursor-type):
14629 * emulation/cua-base.el (cua--update-indications):
14630 Replace default-cursor-type with (default-value 'cursor-type).
14631
14632 * mail/sendmail.el (mail-recover-1):
14633 * international/mule-diag.el (describe-current-coding-system-briefly)
14634 (describe-current-coding-system):
14635 * international/mule-cmds.el (select-safe-coding-system)
14636 (select-message-coding-system)
14637 (set-language-environment-coding-systems, set-locale-environment):
14638 * hexl.el (hexl-insert-multibyte-char):
14639 * dos-w32.el (find-buffer-file-type-coding-system):
14640 * simple.el (what-cursor-position):
14641 Replace uses of default-buffer-file-coding-system
14642 with (default-value 'buffer-file-coding-system).
14643
14644 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
14645 Replace uses of default-cursor-in-non-selected-windows
14646 with (default-value 'cursor-in-non-selected-windows).
14647 Use with-current-buffer.
14648
14649 * mail/feedmail.el: Use CL macros.
14650 (feedmail-run-the-queue, feedmail-send-it-immediately):
14651 * dos-w32.el (find-buffer-file-type): Replace uses of
14652 default-buffer-file-type with (default-value 'buffer-file-type).
14653
14654 2009-08-28 Glenn Morris <rgm@gnu.org>
14655
14656 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
14657 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
14658 Use default-value of major-mode rather than default-major-mode.
14659
14660 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14661
14662 * Makefile.in (update-elcfiles): Report left over elc files.
14663
14664 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
14665 expand-file-name and with-current-buffer.
14666 (mail-get-names, mail-directory): Use with-current-buffer.
14667
14668 * vc.el (vc-read-revision): New function.
14669 (vc-version-diff, vc-merge): Use it.
14670
14671 2009-08-27 Sam Steingold <sds@gnu.org>
14672
14673 * simple.el (kill-do-not-save-duplicates): New user option.
14674 (kill-new): When it is non-nil, and the new string is the same as
14675 the latest kill, set replace to t to avoid duplicates in kill-ring.
14676
14677 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
14678
14679 * net/tramp.el (tramp-handle-process-file): Do not flush all
14680 caches when `process-file-side-effects' is set.
14681 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
14682 instead of `tramp-find-file-exists-command'.
14683 Unset `process-file-side-effects'.
14684
14685 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
14686
14687 * net/tramp.el (tramp-methods): New method "rsyncc".
14688 (top): Add completion function for "rsyncc".
14689 (tramp-message-show-message): New defvar.
14690 (tramp-message, tramp-error): Use it.
14691 (tramp-do-copy-or-rename-file-directly): Extend check for direct
14692 remote copying.
14693 (tramp-do-copy-or-rename-file-out-of-band): Handle new
14694 `tramp-methods' entry `copy-env' of "rsyncc".
14695 (tramp-vc-registered-read-file-names): New defconst.
14696 (tramp-vc-registered-file-names): New defvar.
14697 (tramp-handle-vc-registered): Implement optimization strategy.
14698 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
14699 (tramp-vc-file-name-handler): New defun.
14700 (tramp-get-ls-command, tramp-get-test-command)
14701 (tramp-get-file-exists-command, tramp-get-remote-ln)
14702 (tramp-get-remote-perl, tramp-get-remote-stat)
14703 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
14704
14705 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
14706 (tramp-cache-inhibit-cache): Extend doc string. It allows also
14707 timestamps.
14708 (tramp-get-file-property): Check for timestamps in
14709 `tramp-cache-inhibit-cache'.
14710 (tramp-set-file-property): Write timestamp.
14711
14712 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14713
14714 * language/japan-util.el (japanese-symbol-table): Add entries for
14715 cp932-2-byte.
14716
14717 * international/characters.el: Add category `j' to cp932-2-byte.
14718
14719 2009-08-27 Kenichi Handa <handa@m17n.org>
14720
14721 * international/fontset.el (build-default-fontset-data): New macro.
14722 (setup-default-fontset): Use build-default-fontset-data for CJK,
14723 tibetan, ethiopic, and ipa.
14724
14725 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14726
14727 * cus-start.el (default-major-mode): Customize `major-mode' instead.
14728 (enable-multibyte-characters): Not customizable any more.
14729
14730 * subr.el (default-mode-line-format, default-header-line-format)
14731 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
14732 (default-direction-reversed, default-truncate-lines)
14733 (default-left-margin, default-tab-width, default-case-fold-search)
14734 (default-left-margin-width, default-right-margin-width)
14735 (default-left-fringe-width, default-right-fringe-width)
14736 (default-fringes-outside-margins, default-scroll-bar-width)
14737 (default-vertical-scroll-bar, default-indicate-empty-lines)
14738 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
14739 (default-fringe-cursor-alist, default-scroll-up-aggressively)
14740 (default-scroll-down-aggressively, default-fill-column)
14741 (default-cursor-type, default-buffer-file-type)
14742 (default-cursor-in-non-selected-windows)
14743 (default-buffer-file-coding-system, default-major-mode)
14744 (default-enable-multibyte-characters): Mark as obsolete.
14745
14746 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
14747
14748 * vc-dir.el (vc-dir-update): Remove debug helper.
14749
14750 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
14751
14752 2009-08-26 Sam Steingold <sds@gnu.org>
14753
14754 * simple.el (save-interprogram-paste-before-kill): New user option.
14755 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
14756 save the interprogram-paste into kill-ring before overriding it
14757 with the Emacs kill.
14758
14759 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14760
14761 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
14762 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
14763 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
14764 and move to vc-rcs.el.
14765 (vc-default-next-revision): Rename to vc-rcs-next-revision and
14766 move to vc-rcs.el.
14767 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
14768 (vc-rcs-update-changelog): Remove.
14769 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
14770 and move to vc-rcs.el.
14771
14772 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
14773 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
14774 renaming.
14775 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
14776 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
14777 vc.el, renamed to be RCS specific.
14778
14779 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
14780 New functions.
14781 (vc-cvs-update-changelog): Move here from vc.el.
14782
14783 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
14784 New functions.
14785
14786 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14787
14788 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
14789
14790 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14791
14792 * vc-git.el (vc-git-register): Use "git add" for directories.
14793 (vc-git-stash, vc-git-stash-show): New functions.
14794 (vc-git-extra-menu-map): Bind them.
14795
14796 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
14797 directory correctly in case the item is a directory itself.
14798
14799 * vc.el: Document the desired behavior for reverted files in the
14800 `added' state.
14801 (vc-default-prettify-state-info): Remove function, unused.
14802
14803 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
14804
14805 2009-08-26 Glenn Morris <rgm@gnu.org>
14806
14807 * bindings.el (standard-mode-line-format): Reposition dashes in
14808 which-func entry. (Bug#4217)
14809
14810 * files.el (enable-local-variables, enable-local-eval)
14811 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
14812 the defcustoms.
14813 (auto-mode-alist, ignored-local-variables)
14814 (save-some-buffers-action-alist): Move risky declarations to the
14815 definitions.
14816 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
14817 (font-lock-defaults, format-alist, imenu--index-alist)
14818 (imenu-generic-expression, input-method-alist, minor-mode-alist)
14819 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
14820 (mode-line-modified, mode-line-mule-info, mode-line-position)
14821 (mode-line-process, mode-line-remote, outline-level)
14822 (parse-time-rules, rmail-output-file-alist)
14823 (special-display-buffer-names, vc-mode):
14824 Move risky declarations to the relevant files.
14825 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
14826 (mode-line-modified, mode-line-process, mode-line-position)
14827 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
14828 * font-core.el (font-lock-defaults):
14829 * format.el (format-alist):
14830 * vc-hooks.el (vc-mode):
14831 * window.el (special-display-buffer-names):
14832 * international/mule-cmds.el (input-method-alist):
14833 Define riskiness here (dumped file) rather than in files.el.
14834 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
14835 * imenu.el (imenu-generic-expression, imenu--index-alist):
14836 * outline.el (outline-level):
14837 * time.el (display-time-string):
14838 * calendar/parse-time.el (parse-time-rules):
14839 * mail/rmailout.el (rmail-output-file-alist):
14840 Autoload riskiness here, rather than placing in files.el.
14841
14842 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
14843
14844 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
14845
14846 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
14847
14848 * simple.el (process-file-side-effects): New defvar.
14849
14850 * dired-aux.el (dired-show-file-type):
14851 * vc.el (vc-diff-internal):
14852 * vc-arch.el (vc-arch-diff):
14853 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
14854 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
14855 * vc-git.el (vc-git-registered, vc-git-working-revision)
14856 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
14857 (vc-git--empty-db-p):
14858 * vc-hooks.el (vc-user-login-name):
14859 * vc-svn.el (vc-svn-registered, vc-svn-state)
14860 (vc-svn-dir-extra-headers, vc-svn-find-revision):
14861 * progmodes/grep.el (grep-probe): Let-bind
14862 `process-file-side-effects' with nil.
14863
14864 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
14865
14866 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
14867 daemon. Replace ping by checking for running service for bluez
14868 and zeroconf. (Bug#4239)
14869
14870 2009-08-25 Kevin Ryde <user42@zip.com.au>
14871
14872 * net/dig.el (dig): Add autoload cookie.
14873
14874 2009-08-25 Glenn Morris <rgm@gnu.org>
14875
14876 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
14877 load-history for absolute file-names.
14878 (byte-compile-file-form-require): Warn about use of the cl package.
14879
14880 * format.el (format-alist): Doc fix.
14881
14882 * play/bubbles.el (top-level): Don't require cl at run-time.
14883
14884 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
14885 run-time cl).
14886
14887 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
14888
14889 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
14890 from cl package.
14891 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
14892
14893 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
14894
14895 * calc/calc-alg.el (math-trig-rewrite)
14896 (math-hyperbolic-trig-rewrite): New functions.
14897 (calc-simplify): Simplify trig functions when asked.
14898
14899 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14900
14901 * diff-mode.el (diff-find-source-location): Avoid goto-line.
14902
14903 2009-08-24 Kenichi Handa <handa@m17n.org>
14904
14905 * language/ind-util.el (mapthread): Delete it.
14906 (combinatorial): New function.
14907 (indian--puthash-cv): Use combinatorial instead of mapthread.
14908
14909 2009-08-22 Kevin Ryde <user42@zip.com.au>
14910
14911 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
14912 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
14913 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
14914 Clarify docstring that the value is strings not symbols.
14915 (checkdoc-list-of-strings-p): New function.
14916
14917 2009-08-22 Glenn Morris <rgm@gnu.org>
14918
14919 * files.el (auto-mode-alist):
14920 * hippie-exp.el (he-concat-directory-file-name):
14921 * lpr.el (lpr-windows-system, printer-name):
14922 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
14923 * ps-print.el (ps-windows-system):
14924 * startup.el (command-line):
14925 * emulation/viper-ex.el (viper-glob-function):
14926 * international/mule-cmds.el (set-language-environment-coding-systems):
14927 * net/ange-ftp.el (ange-ftp-write-region):
14928 * obsolete/fast-lock.el (fast-lock-cache-name):
14929 Remove code for defunct system-types emx, macos, mswindows, next-mach,
14930 unisoft-unix, vax-vms, win32, w32.
14931
14932 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
14933 given name if the pattern is not more specific.
14934
14935 * calendar/lunar.el (lunar-phase-names): New option.
14936 (lunar-phase): Doc fix.
14937 (lunar-cycles-per-year): New constant.
14938 (lunar-index): New function.
14939 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
14940 (lunar-phase-name): Use lunar-phase-names.
14941 (calendar-lunar-phases): Use format.
14942 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
14943
14944 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
14945 Copy imenu-example--name-and-position function here for own use.
14946 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
14947
14948 * bs.el (bs--redisplay):
14949 * cus-edit.el (custom-redraw):
14950 * ibuffer.el (ibuffer-bury-buffer):
14951 * server.el (server-goto-line-column):
14952 * startup.el (command-line-1):
14953 * strokes.el (strokes-xpm-for-stroke):
14954 * term.el (term-display-buffer-line):
14955 * view.el (View-goto-line):
14956 * calc/calc.el (calc-do, calc-trail-buffer):
14957 * play/gamegrid.el (gamegrid-add-score-insecure):
14958 * progmodes/ada-mode.el (ada-compile-goto-error):
14959 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
14960 (ebrowse-select-1st-to-9nth):
14961 * progmodes/cperl-mode.el (cperl-time-fontification):
14962 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
14963 * progmodes/gud.el (gud-display-line):
14964 (idlwave-shell-display-line):
14965 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
14966 * progmodes/make-mode.el (makefile-browser-toggle):
14967 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
14968 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
14969 * textmodes/picture.el (picture-draw-rectangle):
14970 * textmodes/reftex-index.el (reftex-index-goto-letter):
14971 (reftex-select-jump-to-previous):
14972 * textmodes/reftex-sel.el (reftex-find-start-point)
14973 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
14974 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
14975 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
14976 * textmodes/tex-mode.el (tex-compilation-parse-errors):
14977 * textmodes/two-column.el (2C-associated-buffer):
14978 Use forward-line rather than goto-line.
14979
14980 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
14981 goto-line.
14982
14983 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
14984 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
14985 (quick-check-list-to-regexp): Declare.
14986
14987 * progmodes/make-mode.el (makefile-browser-insert-selection):
14988 Use goto-char rather than goto-line.
14989
14990 * progmodes/prolog.el (compilation-error-regexp-alist)
14991 (compilation-forget-errors): Declare.
14992
14993 2009-08-22 Juri Linkov <juri@jurta.org>
14994
14995 * progmodes/grep.el (lgrep, rgrep): At the beginning
14996 set `dir' to `default-directory' unless `dir' is a non-nil
14997 readable directory. (Bug#4052)
14998 (lgrep, rgrep): Change a weird way to report an error
14999 from using `read-string' to using `error'.
15000 Instead of using interactive arguments in the function body,
15001 add new argument `confirm'.
15002
15003 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
15004
15005 * textmodes/remember.el (remember-buffer):
15006 * progmodes/cperl-mode.el (cperl-vc-header-alist):
15007 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
15008 (icalendar-extract-ical-from-buffer):
15009 * net/newst-treeview.el (newsticker-groups-filename):
15010 * net/newst-backend.el (newsticker-cache-filename):
15011 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
15012 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
15013 (speedbar-add-ignored-path-regexp, speedbar-line-path)
15014 (speedbar-buffers-line-path, speedbar-path-line)
15015 (speedbar-buffers-line-path):
15016 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
15017 (epg-sign-keys):
15018 * epa.el (epa-display-verify-result):
15019 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
15020
15021 2009-08-21 Glenn Morris <rgm@gnu.org>
15022
15023 * progmodes/js.el (inferior-moz-process): Fix declaration.
15024
15025 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
15026
15027 * obsolete/rnewspost.el (news-mail-reply):
15028 Use goto-char rather than goto-line.
15029
15030 * term/ns-win.el (ns-open-file-select-line):
15031 Use line-beginning-position rather than goto-line.
15032
15033 * apropos.el (apropos-command):
15034 * ehelp.el (electric-helpify):
15035 * printing.el (pr-show-setup):
15036 * strokes.el (strokes-help):
15037 * tutorial.el (tutorial--describe-nonstandard-key)
15038 (tutorial--detailed-help):
15039 * woman.el (woman-mini-help, woman-display-extended-fonts):
15040 * calc/calc-help.el (calc-describe-key):
15041 * emulation/edt.el (edt-electric-helpify):
15042 * international/mule-diag.el (mule-diag):
15043 * play/yow.el (apropos-zippy):
15044 * progmodes/python.el (python-describe-symbol):
15045 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
15046 * textmodes/table.el (*table--cell-describe-mode)
15047 (*table--cell-describe-bindings):
15048 Use help-print-return-message rather than the now obsolete alias.
15049
15050 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
15051 (calendar-cursor-to-visible-date):
15052 * play/5x5.el (5x5-position-cursor):
15053 * play/decipher.el (decipher):
15054 * play/gomoku.el (gomoku-goto-xy):
15055 * play/landmark.el (lm-goto-xy):
15056 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
15057 (mpuz-paint-digit):
15058 Use forward-line, not goto-line.
15059
15060 * mail/rmail.el (rmail-obsolete): Delete custom group.
15061 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
15062 (rmail-remote-password, rmail-remote-password-required):
15063 Remove unneeded :set-after and :set properties.
15064
15065 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
15066
15067 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
15068
15069 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
15070
15071 * loadup.el: Remove leftover macos code.
15072
15073 * vc-git.el (vc-git-annotate-command): Run asynchronously.
15074 Explicitly pass the date format to git blame so that user local
15075 so that the output format can be parsed.
15076
15077 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
15078
15079 * net/dbus.el (top): Don't check for (getenv
15080 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
15081
15082 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
15083
15084 * log-edit.el (log-edit-strip-single-file-name): New var.
15085 (log-edit-insert-changelog): Use it. Bug#3571
15086
15087 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15088
15089 * subr.el (read-passwd): Use read-key so keypad keys work as well.
15090 Bug#3287
15091
15092 * help.el (help-print-return-message): Rename from
15093 print-help-return-message.
15094
15095 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
15096 cvs-mode-map parent hack.
15097 (log-view-mode): Derive from special-mode.
15098
15099 * linum.el (linum-mode): window-size-change-functions is redundant.
15100 Adapt to new window-configuration-change-hook behavior.
15101 (linum-after-size, linum-after-config): Remove.
15102
15103 * imenu.el (imenu-example--name-and-position)
15104 (imenu-example--lisp-extract-index-name)
15105 (imenu-example--create-lisp-index, imenu-example--create-c-index):
15106 Mark as obsolete.
15107
15108 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
15109 (inferior-prolog-mode): Use it.
15110 (inferior-prolog-load-file): Reset list of errors.
15111
15112 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15113
15114 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
15115
15116 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
15117
15118 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
15119
15120 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
15121 is running already.
15122
15123 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15124
15125 * subr.el (listify-key-sequence-1): Use normal syntax since those
15126 integers are nowadays always represented by the same (positive) number
15127 on all platforms.
15128 (read-key-empty-map): New const.
15129 (read-key-delay): New var.
15130 (read-key): New function.
15131 (force-mode-line-update): Use with-current-buffer.
15132 (locate-user-emacs-file): Don't forget to abbreviate the file name.
15133 (start-process-shell-command, start-file-process-shell-command):
15134 Discourage the use of command-args.
15135
15136 2009-08-19 Glenn Morris <rgm@gnu.org>
15137
15138 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
15139
15140 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15141
15142 * simple.el (choose-completion-string): Don't rely on
15143 minibuffer-completing-file-name and ad-hoc checks to decide whether
15144 to continue completion or not.
15145
15146 * minibuffer.el (minibuffer-hide-completions): New function.
15147 (completion--do-completion): Use it.
15148 (completions-annotations): New face.
15149 (completion--insert-strings): Use it.
15150 (completion-pcm--delim-wild-regex): Add docstring.
15151 (completion-pcm--string->pattern): Add support for 0-width delimiters
15152 in completion-pcm--delim-wild-regex.
15153
15154 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
15155
15156 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
15157 Remove unused var `buffer-modified-p'.
15158
15159 * minibuffer.el (completion--do-completion): Move point for the #b001
15160 case as well (bug#4176).
15161 (minibuffer-complete, minibuffer-complete-word): Don't move point.
15162
15163 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
15164
15165 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
15166 and :session buses.
15167
15168 2009-08-18 Kenichi Handa <handa@m17n.org>
15169
15170 * international/ucs-normalize.el (ucs-normalize-version):
15171 Change to 1.1.
15172 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
15173 (utf-8-hfs): Make it perform normalization on encoding too.
15174
15175 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
15176 (sentence-end-without-space): Delete duplicated chars.
15177 (sentence-end-base): Likewise.
15178
15179 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
15180 (html-mode): Delete duplicated chars from sentence-end-base.
15181
15182 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
15183 (texinfo-mode): Delete duplicated chars from sentence-end-base.
15184
15185 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
15186
15187 * files.el (hack-one-local-variable): If the mode function is for
15188 a minor mode, pass it an argument (Bug#4148).
15189
15190 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
15191
15192 * net/tramp.el (tramp-register-completion-file-name-handler):
15193 Check also for (member 'partial-completion completion-styles).
15194
15195 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15196
15197 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
15198 abbrev (Bug#3943).
15199
15200 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
15201
15202 * progmodes/cperl-mode.el: Merge upstream 6.2.
15203 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
15204 (cperl-forward-re): Check cperl-brace-recursing.
15205 (cperl-highlight-charclass): New function.
15206 (cperl-find-pods-heres): Use it.
15207 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
15208 (cperl-beautify-regexp-piece): Fix column calculation.
15209 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
15210 (cperl-beautify-level): Don't process entire regexp.
15211 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
15212 calling man.
15213 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
15214 (cperl-init-faces): Build a list in the normal way.
15215
15216 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15217
15218 * calendar/parse-time.el (parse-time-string-chars): Save match
15219 data.
15220
15221 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
15222
15223 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
15224 (sql-product): Use it.
15225 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
15226 (sql-set-product): Add completion.
15227 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
15228 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
15229 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
15230 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
15231 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
15232 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
15233 (sql-highlight-db2-keywords): Remove.
15234 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
15235 (sql-highlight-product): Use derived-mode-p.
15236 (sql-set-sqli-buffer): Use with-current-buffer.
15237 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
15238 Simplify.
15239
15240 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
15241
15242 * term.el: Fix commenting convention, turn comments into docstrings.
15243
15244 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
15245
15246 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
15247
15248 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
15249
15250 * calendar/parse-time.el (parse-time-string-chars): Compute using
15251 character classes, to handle non-ascii characters (Bug#3190).
15252
15253 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15254
15255 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
15256 another heredoc if the user adds another < (Bug#3226).
15257
15258 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15259 Don't initialize based on window-system (Bug#4124).
15260
15261 * facemenu.el (facemenu-read-color): Use a completion function
15262 that accepts any defined color, such as RGB triplets (Bug#3677).
15263
15264 * files.el (get-free-disk-space): Change fallback default
15265 directory to /. Expand DIR argument before switching to fallback.
15266 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
15267
15268 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
15269
15270 * files.el (load-library): Doc fix.
15271
15272 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
15273
15274 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
15275 (viper-if-string): Redefine C-s in the minibuffer to insert the last
15276 incremental search string.
15277
15278 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
15279 XEmacs.
15280
15281 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
15282 (ediff-merge-region-is-non-clash)
15283 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
15284 Also check if the job is really a merge job.
15285
15286 * ediff.el (ediff-current-file): New function.
15287
15288 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
15289
15290 * progmodes/js.el: Edit docstrings throughout to follow Emacs
15291 conventions.
15292 (js-insert-and-indent): Delete function.
15293 (js-mode-map): Don't bind keys to js-insert-and-indent.
15294 (js-beginning-of-defun): Rename from js--beginning-of-defun.
15295 (js-end-of-defun): Rename from js--end-of-defun.
15296 (js-auto-indent-flag): Delete variable.
15297
15298 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
15299
15300 * progmodes/js.el: Remove proclaim statement.
15301 Defvar which-func-imenu-joiner-function to silence compiler.
15302
15303 * files.el (auto-mode-alist): Use js-mode for .js files.
15304
15305 * progmodes/js2-mode.el: Remove file.
15306
15307 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
15308
15309 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
15310
15311 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
15312
15313 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
15314 Karl Landstrom <karl.landstrom@brgeight.se>
15315
15316 * progmodes/js.el: New file.
15317
15318 2009-08-14 Mark A. Hershberger <mah@everybody.org>
15319
15320 * timezone.el (timezone-parse-date): Add ability to understand ISO
15321 basic format (minimal separators) dates in addition to the
15322 already-supported extended format dates.
15323
15324 2009-08-14 Eli Zaretskii <eliz@gnu.org>
15325
15326 * international/ucs-normalize.el: Add a `coding' file variable.
15327
15328 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
15329
15330 2009-08-14 Sam Steingold <sds@gnu.org>
15331
15332 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
15333
15334 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
15335
15336 * faces.el (help-argument-name): Define it here instead of
15337 help-fns.el, because in daemon mode help-fns.el may be loaded when
15338 faces are still uninitialized (Bug#1078).
15339
15340 * help-fns.el (help-argument-name): Move defface to faces.el.
15341
15342 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
15343
15344 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
15345 create buffer with a pty but no process so that GDB can make the
15346 inferior the controlling process.
15347
15348 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
15349
15350 * international/ucs-normalize.el: New file.
15351
15352 2009-08-13 Richard Stallman <rms@gnu.org>
15353
15354 * mail/rmail.el (rmail-get-attr-names):
15355 Accept an attribute header that is too short.
15356
15357 * mail/rmail.el (rmail-forget-messages):
15358 Ignore nil elt in rmail-message-vector. Use dotimes.
15359
15360 * progmodes/compile.el (compilation-goto-locus):
15361 Use next-error-move-function.
15362
15363 * simple.el (next-error-move-function): New variable.
15364
15365 2009-08-12 Juri Linkov <juri@jurta.org>
15366
15367 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15368 always non-nil. (Bug#4052)
15369
15370 * replace.el (read-regexp): Return empty string when
15371 `default-value' is nil.
15372 (keep-lines-read-args): Don't use empty string as the
15373 default value for `read-regexp'. (Bug#2495)
15374
15375 2009-08-12 Juri Linkov <juri@jurta.org>
15376
15377 * international/mule-cmds.el (ucs-insert): Change arguments
15378 from `arg' to `character', `count', `inherit' to be the same
15379 as in `insert-char'. Doc fix. (Bug#4039)
15380
15381 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15382
15383 2009-08-12 Juri Linkov <juri@jurta.org>
15384
15385 * files-x.el: New file.
15386
15387 * files.el: Move code that deals with adding/deleting
15388 file/directory-local variables to files-x.el.
15389
15390 * Makefile.in (ELCFILES): Add files-x.elc.
15391
15392 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
15393
15394 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15395 to use `goto-line'.
15396 (gdb-place-breakpoints, gdb-get-location): Rewritten without
15397 `goto-line'.
15398 (gdb-invalidate-disassembly): Do not refresh upon receiving
15399 'update signal. Instead, update all disassembly buffers only after
15400 threads list.
15401 (gdb): Send -target-detach when buffer is killed (Bug#3794).
15402 (gdb-starting): Moved -data-list-register-names...
15403 (gdb-stopped): ...here so it's sent when first thread stops.
15404 (gdb-registers-handler-custom): Do nothing if register names are
15405 unknown yet.
15406
15407 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15408 from `gdb-mi.el' to avoid extra tangling.
15409
15410 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
15411 change which breaks `gud-def' definitions used in `gdb'.
15412 (gdb-update-gud-running): No extra fuss for updating frame number.
15413
15414 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
15415
15416 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15417 (describe-language-environment-map, setup-language-environment-map)
15418 (set-coding-system-map): Move initialization into declaration.
15419 (set-language-info-alist): Last arg to define-key-after can be skipped.
15420
15421 * international/quail.el (quail-completion-1): Simplify.
15422 (quail-define-rules): Use slightly more compact code.
15423 (quail-insert-decode-map): Propertize keys, compact columns.
15424
15425 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15426 Add goto-line.
15427
15428 2009-08-10 Miles Bader <miles@gnu.org>
15429
15430 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15431 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
15432 (js2-instance-member, js2-private-member, js2-private-function-call)
15433 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
15434 (js2-magic-paren, js2-external-variable):
15435 Remove "-face" suffix from face names.
15436 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15437 (js2-highlight-undeclared-vars, js2-peek-token)
15438 (js2-parse-function-params, js2-mode-show-errors)
15439 (js2-mode-show-warnings, js2-make-magic-delimiter)
15440 (js2-mode-highlight-magic-parens): Update to use new face names.
15441
15442 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
15443
15444 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15445 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
15446
15447 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
15448
15449 * subr.el: Provide hashtable-print-readable.
15450
15451 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15452 hs-c-like-adjust-block-beginning.
15453 (hs-hide-block-at-point): Stop hiding at the beginning of
15454 hs-block-end-regexp (Bug#700).
15455
15456 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
15457
15458 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15459 a macro.
15460 (gdb-registers-handler-custom): Do not fail when register names
15461 are unavailable.
15462
15463 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15464
15465 * progmodes/gdb-mi.el (gdb-control-all-threads)
15466 (gdb-control-current-thread): Interactive setters for
15467 `gdb-gud-control-all-threads' to use in menu.
15468 (gdb-show-run-p): Show «Go» when process is not active.
15469 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
15470 gud/thread.xpm and gud/all.xpm.
15471
15472 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
15473
15474 * net/net-utils.el (net-utils-font-lock-keywords): New var.
15475 (nslookup-font-lock-keywords): Make it a variable.
15476 (net-utils-mode): New mode for viewing diagnostic network output.
15477 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15478 (net-utils-run-simple): New function.
15479 (ifconfig, iwconfig, netstat, arp, route): Use it.
15480
15481 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15482
15483 * progmodes/gdb-mi.el (gdb-read-memory-custom)
15484 (gdb-memory-set-address, def-gdb-set-positive-number)
15485 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
15486 after changing settings.
15487 (gdb-invalidate-disassembly): Update when first shown.
15488 (gdb-edit-locals-value): Fixed.
15489 (gdb-registers-handler-custom): Print registers in right order and
15490 allow changing register values (only for current thread yet).
15491 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
15492 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
15493 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
15494 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
15495 info in mode name.
15496 (gdb-registers-mode-map): TAB to switch to locals.
15497
15498 2009-08-08 Eli Zaretskii <eliz@gnu.org>
15499
15500 * mail/rmail.el (rmail-add-mbox-headers)
15501 (rmail-set-message-counters-counter): Search for
15502 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
15503
15504 2009-08-08 Glenn Morris <rgm@gnu.org>
15505
15506 * Makefile.in (ELCFILES): Update.
15507
15508 2009-08-07 Eli Zaretskii <eliz@gnu.org>
15509
15510 * mail/sendmail.el (mail-yank-original): Set
15511 buffer-file-coding-system from the one used by the message whose
15512 text is yanked.
15513
15514 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15515 to "windows" when "pgnuplot" is used.
15516 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15517 call accept-process-output if "pgnuplot" is used.
15518 (calc-graph-init): Don't send -display and -geometry to
15519 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
15520 running "pgnuplot -V" with shell-command-to-string.
15521
15522 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15523 the default.
15524
15525 2009-08-07 Eli Zaretskii <eliz@gnu.org>
15526
15527 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
15528 org/org-latex.elc.
15529
15530 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
15531
15532 * vc-dispatcher.el (vc-resynch-window): Update comment.
15533
15534 * term.el (term-handle-ansi-escape): Add comments with the
15535 terminfo capabilities implemented.
15536
15537 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
15538
15539 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15540 (gdb-var-create-handler): Rewritten using JSON parser.
15541 (gdb-propertize-header): Moved earlier.
15542 (gdb-set-header): Removed to avoid duplication.
15543 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15544 Refresh disassembly buffers only after threads list have been
15545 update.
15546 (gdb-threads-header, gdb-registers-header): Per-buffer header line
15547 variables.
15548
15549 2009-08-04 Juri Linkov <juri@jurta.org>
15550
15551 * files.el: Commands to add/delete file/directory-local variables.
15552 (read-file-local-variable, read-file-local-variable-value)
15553 (read-file-local-variable-mode, modify-file-local-variable)
15554 (modify-file-local-variable-prop-line)
15555 (modify-dir-local-variable): New functions.
15556 (add-file-local-variable, delete-file-local-variable)
15557 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15558 (add-dir-local-variable, delete-dir-local-variable)
15559 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15560 (copy-dir-locals-to-file-locals-prop-line): New commands.
15561
15562 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
15563
15564 * abbrev.el (insert-abbrev-table-description): Prettify output.
15565 Suggested by Karl Chen.
15566
15567 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
15568
15569 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
15570 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
15571 (gdb-overlay-arrow-position, gdb-thread-position)
15572 (gdb-disassembly-position): Declare variables.
15573 (gdb-wait-for-pending): Function now.
15574 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15575 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15576 compilation goes smoothly.
15577 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15578 (gdb-non-stop-setting): New customization setting which replaces
15579 `gdb-non-stop' so changing it doesn't break active GDB session.
15580 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15581 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15582 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15583 (gdb-show-threads-by-default): New customization options.
15584 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15585 routines.
15586 (gdb-get-buffer-create): Send buffers update signal when they are
15587 created.
15588 (gdb-invalidate-locals, gdb-invalidate-registers)
15589 (gdb-invalidate-breakpoints)
15590 (gdb-invalidate-threads, gdb-invalidate-disassembly)
15591 (gdb-invalidate-memory): Accept update signal.
15592 (gdb-current-context-command): Use --frame option.
15593 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15594 Implement `gdb-frame-number' selection logic.
15595 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15596 whether to show GUD toolbar buttons.
15597 (gdb-thread-exited): Unselect current thread when it exits.
15598 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15599 (gdb-mark-line): Routine which sets overlay arrow or inverses
15600 video on fringeless displays.
15601 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15602 to build aligned columns of data in GDB buffers and set text
15603 properties line-by-line.
15604 (gdb-invalidate-breakpoints)
15605 (gdb-breakpoints-list-handler-custom)
15606 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15607 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15608 (gdb-registers-handler-custom): Align data columns.
15609 (gdb-locals-handler-custom): Now prints data like in variable
15610 declarations.
15611 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15612 Removed confusing buttons.
15613 (gdb-invalidate-threads): Append --frame.
15614 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15615 between breakpoints/threads buffers.
15616 (gdb-set-window-buffer): Now can ignore dedicated windows.
15617 (gdb-propertize-header): Use `gdb-set-window-buffer'.
15618 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
15619 (def-gdb-thread-buffer-gud-command): Replaces
15620 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
15621 for fine thread control.
15622 (gdb-preempt-existing-or-display-buffer): New function used to
15623 display bound buffers without breaking window layout.
15624 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
15625 (gdb-select-frame): New version of `gdb-frames-select' which now
15626 sets `gdb-frame-number' so commands may use --frame option instead
15627 of inner debugger state.
15628 (gdb-frame-handler): Do not set `gdb-frame-number'.
15629 (gdb-threads-mode-map): Select threads with mouse.
15630
15631 * progmodes/gud.el (gdb-gud-context-call): Declare function to
15632 avoid compilation warning.
15633 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
15634 `gdb-show-stop-p`.
15635
15636 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
15637 Argument `key' renamed to `buffer-type'.
15638 (gdb-current-context-buffer-name): Do not add thread info to
15639 buffer name when no thread is selected.
15640 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
15641 command (bug 3794).
15642 (gdb-thread-selected): Handle `=thread-selected' notification.
15643 (gdb-wait-for-pending): New macro to deal with congestion problems.
15644 (gdb-breakpoints-list-handler-custom): Don't fail on pending
15645 breakpoints.
15646 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
15647 This fixes problem similar to one described in bug 3947.
15648 (gud-menu-map): More menu items.
15649 (gdb-init-1): Reset `gdb-thread-number' to nil.
15650
15651 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
15652 non-stop settings.
15653
15654 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
15655 (gdb-current-context-command): Do not append --thread if
15656 `gdb-thread-number' is nil.
15657 (gdb-running-threads-count, gdb-stopped-threads-count): New
15658 variables.
15659 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
15660 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
15661 customization options.
15662 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
15663 GUD commands.
15664 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
15665 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
15666 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
15667 set `gdb-thread-number' and update `gud-running' properly.
15668 (gdb-running): Update threads list when new threads appear.
15669 (gdb-stopped): Support non-stop operation and new thread switching
15670 logic.
15671 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
15672 (gdb-json-partial-output): New set of JSON routines.
15673 (def-gdb-auto-update-trigger): New `signal-list' optional
15674 argument.
15675 (gdb-thread-list-handler-custom): Update `gud-running',
15676 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
15677 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
15678 (gdb-continue-thread, gdb-step-thread): New commands for fine
15679 thread execution control.
15680 (gud-menu-map): New menu items to switch non-stop options.
15681 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
15682 (gdb-send): Mimic RET properly (bug 3794).
15683
15684 * progmodes/gdb-mi.el (gdb-rules-name-maker)
15685 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
15686 gdb-buffer-rules.
15687 (def-gdb-auto-update-handler): New nopreserve optional argument.
15688 (gdb-stack-list-frames-custom): Print stack from top to bottom.
15689
15690 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
15691 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
15692 (gdb-parent-mode): New mode to derive other GDB modes from.
15693 (gdb-display-disassembly-for-thread)
15694 (gdb-frame-disassembly-for-thread): New commands for threads
15695 buffer.
15696
15697 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
15698 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
15699 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
15700 (gdb-update): We now store all GDB buffers in a list so that they
15701 can be updated by traversing a list instead of calling invalidate
15702 triggers explicitly.
15703 (def-gdb-trigger-and-handler): New macro to define trigger-handler
15704 pair for GDB buffer.
15705 (gdb-stack-buffer-name): Add thread information.
15706 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
15707 handle pending triggers.
15708 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
15709 (def-gdb-thread-buffer-simple-command)
15710 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
15711 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
15712 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
15713 New commands which show buffers bound to thread.
15714 (gdb-stack-list-locals-regexp): Removed unused regexp.
15715
15716 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
15717 (gdb-locals-buffer-name, gdb-registers-buffer-name)
15718 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
15719 to (gud-comint-buffer) in *-buffer-name functions
15720 because (gdb-get-target-string) already does that.
15721 (gdb-locals-handler-custom, gdb-registers-handler-custom)
15722 (gdb-changed-registers-handler): Rewritten without regexps.
15723
15724 * progmodes/gdb-mi.el: Basic thread selection support.
15725 (gdb-thread-number): New variable.
15726 (gdb-current-context-command): New macro which adds --thread
15727 option to command.
15728 (gdb-threads-mode-map): Select thread with SPC.
15729 (gdb-thread-list-handler-custom): Mark current thread with overlay
15730 arrow. Synchronize GDB thread and Emacs thread.
15731 (gdb-select-thread): New command which selects current thread.
15732 (gdb-invalidate-frames, gdb-invalidate-locals)
15733 (gdb-invalidate-registers): Use --thread option.
15734
15735 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
15736
15737 * net/tramp.el (top): Make check for tramp-gvfs loading more
15738 robust. (Bug#3977)
15739 (tramp-handle-insert-file-contents): `unwind-protect' must be
15740 inside `with-parsed-tramp-file-name'.
15741
15742 * net/tramp-gvfs.el (top): Remove superfluous message when loading
15743 fails.
15744
15745 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
15746
15747 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
15748 directory if CLASSPATH is not set.
15749
15750 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
15751
15752 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
15753 New defconst.
15754 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
15755
15756 2009-08-02 Kevin Ryde <user42@zip.com.au>
15757
15758 * net/newst-backend.el (newsticker--raw-url-list-defaults):
15759 Update freshmeat link. Delete newsforge.com as it seems gone.
15760
15761 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
15762
15763 * select.el (x-set-selection): Doc fix (Bug#4021).
15764
15765 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
15766
15767 * help-fns.el (describe-variable): Treat list return values from
15768 dir-locals-find-file properly (Bug#4005).
15769
15770 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
15771
15772 * net/tramp.el (tramp-debug-message): Print also microseconds.
15773
15774 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
15775
15776 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
15777 or END is non-nil.
15778 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
15779 (tramp-get-debug-buffer): Change `outline-regexp' according to new
15780 format.
15781
15782 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
15783 (tramp-get-file-property): Use it.
15784
15785 * autorevert.el (auto-revert-handler): Allow
15786 `auto-revert-tail-mode' for remote files.
15787
15788 2009-08-02 Jason Rumney <jasonr@gnu.org>
15789
15790 * minibuffer.el (read-file-name): Treat confirm options to
15791 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
15792
15793 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
15794
15795 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
15796 (font-lock-variable-name-face, font-lock-constant-face): Darken
15797 the colors for light backgrounds.
15798
15799 2009-08-01 Eli Zaretskii <eliz@gnu.org>
15800
15801 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
15802 month names. (Bug#3987)
15803
15804 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
15805
15806 * simple.el (line-move-finish): Pass whole number to
15807 line-move-to-column.
15808 (line-move-visual): Perform hscroll to the recorded position.
15809
15810 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
15811
15812 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
15813
15814 2009-07-29 Alan Mackenzie <acm@muc.de>
15815
15816 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
15817
15818 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
15819
15820 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
15821 (gdb-place-breakpoints): Use full path when setting breakpoints.
15822
15823 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
15824
15825 * calc/calc.el (calc-mode-map): Add keybinding for
15826 `calc-transpose-lines'.
15827
15828 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
15829
15830 * calc/calc-misc.el (calc-transpose-lines): New function.
15831
15832 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
15833
15834 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
15835 Simplify check for out-of-band methods.
15836 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
15837 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
15838
15839 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
15840
15841 * vc-git.el (vc-git-checkin): Fix typo.
15842
15843 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
15844
15845 * progmodes/js2-mode.el: New file.
15846
15847 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
15848
15849 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
15850 (gud-menu-map): Adjust tooltip accordingly.
15851
15852 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15853
15854 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
15855 (vc-bzr-log-view-mode): Adjust log-view-file-re.
15856
15857 * add-log.el (change-log-mode-map): Add a menu.
15858
15859 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
15860
15861 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
15862 function returns nil.
15863 (dbus-handle-event): Handle special return value :ignore.
15864 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
15865
15866 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
15867
15868 * view.el (view-mode-enable): Don't define Helper-return-blurb if
15869 it's not needed.
15870
15871 2009-07-25 Eli Zaretskii <eliz@gnu.org>
15872
15873 Fix Bug#3888:
15874
15875 * w32-vars.el (x-select-enable-clipboard): Doc fix.
15876
15877 * term/pc-win.el (x-display-name, x-colors)
15878 (x-select-enable-clipboard, x-select-text): Doc fix.
15879
15880 * term/common-win.el (x-display-name, x-colors): Doc fix.
15881
15882 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
15883 (xw-defined-colors): Doc fix.
15884
15885 * w32-fns.el (x-select-text, x-setup-function-keys)
15886 (x-get-selection, x-set-selection): Doc fix.
15887
15888 * term/x-win.el (x-select-text, x-setup-function-keys)
15889 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
15890
15891 * select.el (x-set-selection): Doc fix.
15892
15893 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
15894
15895 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
15896 instead of "IsNSSSupportAvailable". Avahi ought to work also when
15897 "IsNSSSupportAvailable" method is not available. Reported by
15898 Steve Youngs <steve@sxemacs.org>.
15899
15900 2009-07-24 Kenichi Handa <handa@m17n.org>
15901
15902 * international/characters.el: Fix setting of category ?C, ?|, ?K,
15903 and ?H. Fix setting of case for Latin Extended and Greek Extended.
15904 (build-unicode-category-table): Fix range checks.
15905
15906 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
15907
15908 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
15909 the buffer we try to sync is current when calling
15910 vc-resynch-buffer.
15911
15912 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
15913 not show up to date files.
15914
15915 2009-07-24 Glenn Morris <rgm@gnu.org>
15916
15917 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
15918 Add autoload cookies. If necessary, initialize.
15919 (elint-log): Handle non-file buffers.
15920 (elint-initialize): Add optional argument to reinitialize.
15921 (elint-find-builtin-variables): Save excursion.
15922
15923 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
15924
15925 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15926 for Lint.
15927
15928 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15929
15930 * vc.el (vc-print-log-internal): New function, split out from ...
15931 (vc-print-log): ... here.
15932 (vc-dir-move-to-goal-column): Declare.
15933
15934 * vc-git.el (vc-git-add-signoff): New variable.
15935 (vc-git-checkin): Use it.
15936 (vc-git-toggle-signoff): New function.
15937 (vc-git-extra-menu-map): Bind it to menu.
15938 (vc-git--run-command-string): Accept a nil FILE argument.
15939 (vc-git-stash-list): New function.
15940 (vc-git-dir-extra-headers): Use it.
15941
15942 2009-07-23 Glenn Morris <rgm@gnu.org>
15943
15944 * help-fns.el (describe-variable): Describe ignored and risky local
15945 variables in a similar way to that in which we describe safe ones.
15946
15947 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
15948 (byte-compile-output-file-form, byte-compile-output-docform)
15949 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
15950 Give some more local variables with common names a "bytecomp-" prefix,
15951 so as not to shadow things during compilation.
15952 * emacs-lisp/cl-macs.el (load-time-value)
15953 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
15954 `outbuffer' to `bytecomp-outbuffer'.
15955
15956 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
15957 since the next two variables cover them automatically now.
15958 (elint-builtin-variables, elint-autoloaded-variables): New.
15959 (elint-unknown-builtin-args): Remove all members, since they can be
15960 parsed automatically now.
15961 (elint-extra-errors): New.
15962 (elint-env-add-env, elint-env-add-macro): Use cadr.
15963 (elint-current-buffer): Use or. Change final message.
15964 (elint-get-top-forms): Use line-end-position.
15965 (elint-init-env): Use cadr. Handle autoload, declare-function,
15966 and defalias.
15967 (elint-add-required-env): Doc fix. Use or. Standardize error.
15968 (regexp-assoc): Remove unused function.
15969 (elint-top-form): Set elint-current-pos, to record the start of the
15970 top-level form, for compilation-mode.
15971 (elint-form): Trap errors in macro expansion. Use dolist.
15972 (elint-unbound-variable): Use elint-builtin-variables and
15973 elint-autoloaded-variables.
15974 (elint-get-args): Use cadr, or.
15975 (elint-check-cond-form): Use dolist, cadr.
15976 (elint-check-condition-case-form): Doc fix. Use cadr.
15977 Use elint-extra-errors.
15978 (elint-log): New function.
15979 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
15980 Distinguish errors and warnings.
15981 (elint-log-message): Use with-current-buffer. Inhibit read-only.
15982 Use a bytecomp-style format.
15983 (elint-clear-log): Preserve default-directory. Inhibit read-only.
15984 (elint-get-log-buffer): Use compilation mode. Disable undo.
15985 Don't truncate lines.
15986 (elint-initialize): Set builtin and autoloaded variable lists.
15987 Only process elint-unknown-builtin-args if non-nil.
15988 (elint-find-builtin-variables, elint-find-autoloaded-variables):
15989 New functions.
15990 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
15991
15992 2009-07-22 Kevin Ryde <user42@zip.com.au>
15993
15994 * net/newst-backend.el (newsticker--parse-atom-1.0)
15995 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
15996 (newsticker--parse-rss-1.0):
15997 * progmodes/idlwave.el (idlwave-mode):
15998 * progmodes/idlw-shell.el (idlwave-shell-mode):
15999 * progmodes/vera-mode.el (vera-mode):
16000 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
16001 * progmodes/vhdl-mode.el (vhdl-mode):
16002 * textmodes/table.el (table-generate-source)
16003 (table--warn-incompatibility):
16004 Hyperlink urls in docstrings with URL `...'.
16005
16006 2009-07-22 Glenn Morris <rgm@gnu.org>
16007
16008 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
16009 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
16010 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
16011 Remove leading * from defcustom docs.
16012
16013 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
16014
16015 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
16016 defcustom doc.
16017 (list-load-path-shadows): Optionally, just return shadows as a string.
16018
16019 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
16020
16021 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
16022
16023 * mail/rmailedit.el (rmail-edit-mode): Use
16024 auto-save-include-big-deletions.
16025
16026 * mail/rmail.el (rmail-variables): Use
16027 auto-save-include-big-deletions.
16028
16029 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
16030 changes.
16031
16032 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
16033
16034 * calc/calc.el (calc-undo-length): New variable.
16035 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
16036
16037 2009-07-21 Richard Stallman <rms@gnu.org>
16038
16039 * files.el (auto-save-mode): Handle buffer-save-size = -2
16040 for toggling mode.
16041
16042 2009-07-21 Glenn Morris <rgm@gnu.org>
16043
16044 * textmodes/ispell.el (ispell-looking-back): Update declaration.
16045
16046 * calendar/todo-mode.el (calendar-current-date): Update declaration.
16047
16048 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
16049 silence compiler. Instead...
16050 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
16051 (ps-print-ensure-fontified): Update for above function name changes.
16052
16053 * printing.el (pr-mh-get-msg-num, pr-mh-show)
16054 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
16055 silence compiler. Instead...
16056 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
16057 (mh-show-buffer): Only define for compiler.
16058 (pr-mh-current-message): Update for above function name changes.
16059
16060 * files.el (abort-if-file-too-large): Explicitly pass `filename'
16061 as an argument.
16062 (find-file-noselect, insert-file-1): Update for above change.
16063
16064 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
16065
16066 * mail/mailclient.el (mailclient-send-it): Fix message.
16067
16068 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
16069 (edebug-eval): Check cl-debug-env is bound.
16070 (print-level, print-circle): Don't redefine built-in variables.
16071
16072 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
16073 (custom-print-vectors): Remove old comments from doc.
16074
16075 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
16076 (emerge-version): Make the variable an obsolete alias for the
16077 emacs-version variable. Make the function obsolete.
16078 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
16079 Emerge options, rather than merging in into the main Options menu.
16080 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
16081 and auto advance modes. Disable edit/fast items when not relevant.
16082
16083 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
16084
16085 * term/vt420.el (terminal-init-vt420): Fix typo.
16086
16087 2009-07-20 Sam Steingold <sds@gnu.org>
16088
16089 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
16090 variable (removed from compile.el on 2004-03-11).
16091
16092 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
16093
16094 * files.el (hack-local-variables-filter): Fix last change.
16095
16096 2009-07-19 Juri Linkov <juri@jurta.org>
16097
16098 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
16099 (dir-local-variables-alist): New buffer-local variable.
16100 (hack-local-variables-filter): If variable is not dir-local,
16101 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
16102 because file-local overrides dir-local.
16103 (c-postprocess-file-styles) <declare-function>:
16104 Remove obsolete declaration.
16105 (hack-dir-local-variables): Add dir-local variable/value pair to
16106 `dir-local-variables-alist' and remove duplicates. Doc fix.
16107
16108 * help-fns.el (describe-variable): Add information about
16109 file-local and dir-local variables.
16110
16111 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
16112
16113 * files.el (hack-local-variables-filter): Rewrite.
16114
16115 2009-07-19 Glenn Morris <rgm@gnu.org>
16116
16117 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
16118 Silence compiler by only defining on XEmacs.
16119
16120 * international/mule.el (auto-coding-regexp-alist): Only match
16121 BABYL... at the start of buffer, not of lines. (Bug#3790)
16122
16123 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
16124 non-calendar buffers (Bug#3862). Restore "not on a date" message.
16125 (cal-menu-context-mouse-menu): Doc fix.
16126
16127 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
16128
16129 * simple.el (mail-user-agent): Doc fix. Set :version tag.
16130
16131 2009-07-18 Juri Linkov <juri@jurta.org>
16132
16133 * info.el: Virtual Info keyword finder.
16134 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
16135 (Info-finder-file): New variable.
16136 (Info-finder-find-file): New function.
16137 (finder-known-keywords, finder-package-info)
16138 (find-library-name, lm-commentary): Use defvar and
16139 declare-function to silence compiler warnings.
16140 (Info-finder-find-node): New function.
16141 (info-finder): New command.
16142
16143 * subr.el (process-kill-buffer-query-function): New function.
16144 (add-hook)<kill-buffer-query-functions>: Add hook
16145 `process-kill-buffer-query-function'.
16146
16147 2009-07-18 Alan Mackenzie <acm@muc.de>
16148
16149 * progmodes/cc-mode.el (c-before-hack-hook)
16150 (c-postprocess-file-styles): Give invocation of `c-set-style'
16151 DONT-OVERRIDE parameter of t. Already set style variables will
16152 thus not be overridden by style settings given by `c-file-syle'.
16153
16154 * files.el (hack-local-variables-filter): Remove entries with
16155 duplicate keys from `file-local-variables-alist'.
16156
16157 2009-07-18 Eli Zaretskii <eliz@gnu.org>
16158
16159 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
16160 x-set-selection if display-selections-p returns nil for the
16161 current frame.
16162
16163 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
16164
16165 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
16166
16167 2009-07-18 Eli Zaretskii <eliz@gnu.org>
16168
16169 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
16170 Accept nil in addition to a regexp.
16171 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
16172 Accept nil in addition to a regexp.
16173 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
16174 buffers that have an associated file. Handle nil values of
16175 desktop-buffers-not-to-save and desktop-files-not-to-save.
16176 (Bug#3833)
16177
16178 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16179 (x-disown-selection-internal): New functions.
16180
16181 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
16182
16183 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
16184 warning.
16185 (gdb-breakpoints-header): Move forward to avoid compiler warning.
16186 (gdb-make-header-line-mouse-map): Remove duplicate definition.
16187
16188 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
16189
16190 * simple.el (set-mark): Revert last change.
16191
16192 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
16193
16194 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
16195 rendering of pngs is not possible instead of messaging a long
16196 description.
16197
16198 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
16199
16200 * w32-fns.el (x-selection-owner-p): New function.
16201
16202 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
16203 (mouse-yank-at-click, mouse-yank-primary): If
16204 select-active-regions is non-nil, deactivate the mark before
16205 insertion.
16206
16207 * simple.el (deactivate-mark, set-mark): Only save selection if we
16208 own it.
16209
16210 2009-07-17 Kenichi Handa <handa@m17n.org>
16211
16212 * case-table.el (describe-buffer-case-table): Fix for the case
16213 that KEY is a cons.
16214
16215 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
16216
16217 * vc-rcs.el (vc-rcs-find-file-hook):
16218 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
16219
16220 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
16221
16222 * net/tramp.el (tramp-wait-for-output): Handle the case when
16223 commands do not return a newline but a null byte before the shell
16224 prompt. (Bug#3858)
16225
16226 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16227
16228 * term/ns-win.el (ns-set-alpha): Don't declare.
16229 (ns-set-background-alpha): Remove function.
16230
16231 2009-07-16 Kevin Ryde <user42@zip.com.au>
16232
16233 * emacs-lisp/copyright.el (copyright-update): Save match-data across
16234 y-or-n-p, for safety.
16235
16236 2009-07-16 Richard Stallman <rms@gnu.org>
16237
16238 * files.el (auto-save-mode): If buffer-saved-size is -2,
16239 don't clobber it.
16240
16241 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
16242 (rmail-retry-ignored-headers): Add more uninteresting fields.
16243
16244 2009-07-15 Jari Aalto <jari.aalto@cante.net>
16245
16246 * net/rcirc.el (rcirc): Use history variables.
16247 (rcirc-server-name-history, rcirc-nick-name-history)
16248 (rcirc-server-port-history): New variables.
16249
16250 2009-07-15 Kenichi Handa <handa@m17n.org>
16251
16252 * international/mule-cmds.el (set-language-environment-charset):
16253 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
16254 ignore them.
16255
16256 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
16257 Delete unibyte-display.
16258
16259 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
16260
16261 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
16262
16263 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
16264
16265 * simple.el (deactivate-mark): Optional argument FORCE.
16266 (set-mark): Use deactivate-mark.
16267
16268 * info.el (Info-search): No need to check transient-mark-mode
16269 before calling deactivate-mark.
16270
16271 * select.el (x-set-selection): Doc fix.
16272 (x-valid-simple-selection-p): Allow buffer values.
16273 (xselect--selection-bounds): Handle buffer values. Suggested by
16274 David De La Harpe Golden.
16275
16276 * mouse.el (mouse-set-region, mouse-drag-track): Call
16277 copy-region-as-kill before setting the mark, to let
16278 select-active-regions work.
16279
16280 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
16281
16282 * simple.el (deactivate-mark): If select-active-regions is
16283 non-nil, copy the selection data into a string.
16284 (activate-mark): If select-active-regions is non-nil, set the
16285 selection to the current buffer.
16286 (set-mark): Update selection if select-active-regions is non-nil.
16287
16288 * select.el (x-valid-simple-selection-p): Allow buffer values.
16289
16290 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
16291
16292 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
16293 and more featureful message-mode.
16294
16295 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
16296
16297 * select.el (x-set-selection): Doc fix.
16298 (x-valid-simple-selection-p): Disallow selection data consisting
16299 of a list or cons of integers, since that is not used.
16300 (xselect--selection-bounds, xselect--int-to-cons): New functions.
16301 (xselect-convert-to-string, xselect-convert-to-length)
16302 (xselect-convert-to-filename, xselect-convert-to-charpos)
16303 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
16304
16305 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
16306
16307 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
16308 output in -break-info command (Emacs bug #3794).
16309
16310 2009-07-14 Glenn Morris <rgm@gnu.org>
16311
16312 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
16313 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
16314 (edebug-print-length, edebug-print-level, edebug-print-circle)
16315 (edebug-sit-for-seconds, edebug-view-outside)
16316 (edebug-bounce-point, edebug-set-global-break-condition)
16317 (edebug-Go-nonstop-mode, edebug-trace-mode)
16318 (edebug-Trace-fast-mode, edebug-continue-mode)
16319 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
16320 (edebug-visit-eval-list): Doc fixes.
16321
16322 * subr.el (def-edebug-spec): Doc fix.
16323
16324 2009-07-14 Kenichi Handa <handa@m17n.org>
16325
16326 * international/characters.el: Fix setting of category ?C.
16327
16328 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
16329
16330 * term/ns-win.el (x-select-font): defalias x-select-font to
16331 ns-popup-font-panel instead of generate-fontset-menu.
16332
16333 2009-07-12 Eli Zaretskii <eliz@gnu.org>
16334
16335 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
16336
16337 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
16338
16339 * arc-mode.el (archive-find-type): Allow for a PK00 string before
16340 the PK\003\004 header (Bug#3770).
16341
16342 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
16343
16344 * pcomplete.el (pcomplete-comint-setup): Check for
16345 shell-dynamic-complete-filename too.
16346
16347 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
16348
16349 * simple.el (temporary-goal-column): Change the value for
16350 line-move-visual to a cons cell.
16351 (line-move-visual): Record or set the window hscroll, if
16352 necessary (Bug#3494).
16353 (line-move-1): Handle cons value of temporary-goal-column.
16354
16355 2009-07-11 Kenichi Handa <handa@m17n.org>
16356
16357 * international/mule-diag.el (describe-character-set): Don't show
16358 width.
16359
16360 2009-07-10 Sam Steingold <sds@gnu.org>
16361
16362 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16363 Omake sometimes indents the errors it prints, so allow all
16364 regexps to start with spaces.
16365
16366 2009-07-10 Eli Zaretskii <eliz@gnu.org>
16367
16368 * cus-edit.el (customize-changed-options-previous-release):
16369 Bump value to 22.1. (Bug#3804)
16370
16371 2009-07-08 Sam Steingold <sds@gnu.org>
16372
16373 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16374 to be a cons cell (test . ignored-directory) to selectively ignore
16375 some directories depending on the location of the search.
16376
16377 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
16378
16379 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16380 remote user is root, on the local host.
16381 (tramp-local-host-p): Either the local user or the remote user
16382 must be root. (Bug#3771)
16383
16384 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
16385
16386 * progmodes/gdb-mi.el (gdb): Remove description of
16387 gdb-use-separate-io-buffer.
16388 (menu): Don't allow toggling of or enable
16389 gdb-use-separate-io-buffer from menubar.
16390
16391 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
16392
16393 * mail/unrmail.el (unrmail): Make sure the message ends with two
16394 newlines (Bug#3769).
16395
16396 2009-07-08 Glenn Morris <rgm@gnu.org>
16397
16398 * calendar/calendar.el (calendar-current-date): Rework previous change.
16399
16400 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
16401
16402 * calendar/calendar.el (calendar-current-date):
16403 Add an optional argument giving an offset from today.
16404
16405 2009-07-08 Glenn Morris <rgm@gnu.org>
16406
16407 * tutorial.el (tutorial--describe-nonstandard-key):
16408 Adjust the message for when a key has been unbound.
16409 (help-with-tutorial): Hide the arch-tag.
16410
16411 2009-07-08 Kenichi Handa <handa@m17n.org>
16412
16413 * international/fontset.el (setup-default-fontset): For each
16414 script, append (not set) font-specs.
16415
16416 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16417 docstring.
16418
16419 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
16420
16421 * progmodes/gdb-mi.el (gdb-init-1): Move sending
16422 -data-list-register-names to ...
16423 (gdb-starting): ... here because GDB 7.0 requires execution to
16424 have started when using this MI command.
16425 (gdb-set-header): New function to distinguish select and
16426 unselected tabs in gdb buffers.
16427 (gdb-propertize-header): New macro that uses gdb-set-header.
16428 (gdb-breakpoints-header, gdb-locals-header): Use it.
16429 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
16430
16431 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
16432
16433 * Makefile.in (ELCFILES): Remove fadr.elc.
16434
16435 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
16436
16437 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
16438 may contain frame information, so `string-match' should be used.
16439 (gdb-update): Disassembly is invalidated through
16440 `gdb-get-selected-frame'.
16441 (gdb-pad-string): New function to pad string with spaces.
16442 (gdb-invalidate-disassembly): Invalidate only if the buffer
16443 exists.
16444 (gdb-disassembly-handler-custom): Column alignment.
16445 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16446 placing new ones.
16447 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16448 end of line, too.
16449 (gdb-frame-handler): Match convention to for disassembly buffer
16450 mode name.
16451 (gdb-stack-list-frames-handler): Rewritten without regexps.
16452 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16453 not highlight breakpoints without line information.
16454 (gdb-input): Add trailing newline to command.
16455
16456 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16457 buffer properly.
16458 (gdb-breakpoints-list-handler-custom): Replacement for
16459 `gdb-break-list-handler'. Using real parser instead of regexps
16460 now.
16461 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16462 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16463 to place breakpoints.
16464 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16465 functions.
16466 (gdb-disassembly-handler-custom): Show overlay arrow.
16467 (gdb-disassembly-place-breakpoints): Show breakpoints in
16468 disassembly buffer.
16469 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16470 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
16471 instead of parsing breakpoints buffer. Fixed old menu references
16472 in `gud-menu-map'.
16473
16474 * fadr.el: Remove.
16475
16476 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
16477 (gdb-memory-address): New variable which holds top address of
16478 memory page shown in memory buffer.
16479 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
16480 customization variables.
16481 New functions:
16482 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
16483 display the memory buffer.
16484 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
16485 buffer display parameters.
16486 (def-gdb-memory-format, gdb-memory-format-binary)
16487 (gdb-memory-format-octal, gdb-memory-format-unsigned)
16488 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16489 Functions for setting memory buffer format.
16490 (gdb-memory-unit-word, gdb-memory-unit-halfword)
16491 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
16492 unit size used in memory buffer.
16493 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
16494 to next/previous page of memory buffer.
16495 Now using (bindat-get-field) instead of fadr functions.
16496
16497 2009-07-07 Sam Steingold <sds@gnu.org>
16498
16499 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
16500 non-top-level files.
16501
16502 2009-07-07 Kenichi Handa <handa@m17n.org>
16503
16504 * international/mule-cmds.el (reset-language-environment): Put
16505 the highset priority to the charset iso-8859-1.
16506
16507 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
16508
16509 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
16510 to the end of the line when locating the block (Bug#700).
16511
16512 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
16513
16514 * net/tramp.el (tramp-handle-write-region): Flush file properties
16515 in case of short track.
16516
16517 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
16518
16519 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16520 Coded custom representation of verilog error regular expressions
16521 to work with Emacs-22's new format.
16522 (verilog-error-regexp-xemacs-alist): Coded custom representation
16523 of verilog error regular expressions to work with XEmacs format.
16524 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16525 error recognition into XEmacs.
16526 (verilog-error-regexp-add-emacs): Hook routine to install verilog
16527 error recognition into Emacs-22.
16528
16529 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
16530
16531 * woman.el: Remove stand-alone closing parentheses.
16532 (woman-file-name, woman2-format-paragraphs)
16533 (woman-leave-blank-lines): Code cleanup.
16534 (woman-use-own-frame): Change default to nil.
16535 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16536 defaults to inherit from default faces.
16537 (woman2-process-escapes): Consume the newline after a stand-alone
16538 filler character (Bug#3651).
16539
16540 2009-07-06 Glenn Morris <rgm@gnu.org>
16541
16542 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16543 (top-level): Move provide to the end.
16544 (ffap): Remove defunct URL from custom group.
16545
16546 * subr.el (eval-after-load): Doc fix.
16547
16548 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
16549
16550 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16551 `calc-embedded-word' is called twice.
16552
16553 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16554
16555 * files.el (find-alternate-file-other-window, find-alternate-file):
16556 Obey confirm-nonexistent-file-or-buffer.
16557
16558 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
16559
16560 * dired-aux.el (dired-show-file-type): Handle remote files.
16561
16562 2009-07-05 Jari Aalto <jari.aalto@cante.net>
16563
16564 * desktop.el (desktop-globals-to-save):
16565 Add file-name-history (Bug#2750).
16566
16567 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
16568
16569 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
16570
16571 2009-07-04 Johan Bockgård <bojohan@gnu.org>
16572
16573 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16574 property on entire argument since this is what eshell-lisp-command
16575 expects.
16576
16577 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
16578
16579 * net/tramp-gvfs.el (tramp-gvfs-methods)
16580 (tramp-gvfs-zeroconf-domain)
16581 (tramp-bluez-discover-devices-timeout): Add version flag.
16582 (tramp-gvfs-handler-mounted-unmounted)
16583 (tramp-gvfs-connection-mounted-p): Polish handling of
16584 incompatibilities between GVFS 0.2 and 1.0.
16585
16586 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
16587
16588 * cus-start.el (all): Add make-pointer-invisible.
16589
16590 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
16591
16592 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
16593 formatted correctly.
16594
16595 2009-07-02 Juri Linkov <juri@jurta.org>
16596
16597 * info.el: Virtual Info files and nodes.
16598 (Info-virtual-files, Info-virtual-nodes): New variables.
16599 (Info-current-node-virtual): New variable.
16600 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16601 New functions.
16602 (Info-file-supports-index-cookies): Use Info-virtual-file-p
16603 to check for a virtual file instead of checking a fixed list
16604 of node names.
16605 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16606 instead of ad-hoc processing of "dir" and (apropos history toc).
16607 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16608 instead of ad-hoc processing of "dir" and (apropos history toc).
16609 Reread a file when moving from a virtual node.
16610 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16611 (Info-directory-toc-nodes, Info-directory-find-file)
16612 (Info-directory-find-node): New functions.
16613 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16614 (Info-history): Move part of code to
16615 `Info-history-find-node'.
16616 (Info-history-toc-nodes, Info-history-find-file)
16617 (Info-history-find-node): New functions.
16618 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
16619 (Info-toc): Move part of code to `Info-toc-find-node'.
16620 (Info-toc-find-node): New function.
16621 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
16622 the current Info file name to references because now the node
16623 "*TOC*" belongs to the same Info manual.
16624 (Info-toc-build): Rename from `Info-build-toc'.
16625 (Info-toc-nodes): Rename input argument `file' to `filename'.
16626 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
16627 instead of ad-hoc processing of ("dir" apropos history toc).
16628 (Info-index-nodes): Use Info-virtual-file-p
16629 to check for a virtual file instead of checking a fixed list
16630 of node names.
16631 (Info-index-node): Add check for `Info-current-node-virtual'.
16632 Raise `save-match-data' higher up the tree to contain
16633 `search-forward' too (bug fix).
16634 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
16635 (Info-virtual-index-nodes): New variable.
16636 (Info-virtual-index-find-node, Info-virtual-index): New functions.
16637 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
16638 (Info-apropos-file, Info-apropos-nodes): New variables.
16639 (Info-apropos-toc-nodes, Info-apropos-find-file)
16640 (Info-apropos-find-node, Info-apropos-matches): New functions.
16641 (info-apropos): Move part of code to `Info-apropos-find-node' and
16642 `Info-apropos-matches'.
16643 (Info-mode-map): Bind "I" to `Info-virtual-index'.
16644 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
16645 for a virtual file instead of checking a fixed list of node names.
16646
16647 * simple.el (async-shell-command): New command.
16648
16649 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
16650
16651 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
16652 instead of `mount-info'.
16653
16654 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
16655
16656 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
16657 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
16658
16659 2009-07-02 Kenichi Handa <handa@m17n.org>
16660
16661 * international/mule.el (set-keyboard-coding-system): Force *-unix
16662 coding-system to avoid eol conversion.
16663
16664 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
16665
16666 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16667 Add handler for `process-file', `shell-command' and
16668 `start-file-process'.
16669 (tramp-gvfs-handle-shell-command)
16670 (tramp-gvfs-handle-start-file-process)
16671 (tramp-gvfs-handle-process-file): New defuns.
16672 (tramp-synce-list-devices): Simplify check for existence of property.
16673
16674 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
16675
16676 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
16677
16678 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
16679
16680 * language/korean.el (set-language-info-alist): Add korean-cp949,
16681 cp949 to spec.
16682
16683 2009-07-01 Kenichi Handa <handa@m17n.org>
16684
16685 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
16686
16687 * international/encoded-kb.el: Deleted.
16688
16689 * international/mule.el (set-keyboard-coding-system): Perform the
16690 necessary setup here instead of calling encoded-kbd-setup-display.
16691
16692 2009-07-01 Glenn Morris <rgm@gnu.org>
16693
16694 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
16695
16696 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
16697
16698 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
16699
16700 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
16701
16702 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
16703 Handle also the 'rename case, when setting file modes. (Bug#3712)
16704 (tramp-default-file-modes): Remove execute permissions.
16705
16706 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
16707 (top): Add a default for "synce" in `tramp-default-user-alist'.
16708 Add completion function for "synce" method.
16709 (tramp-hal-service, tramp-hal-path-manager)
16710 (tramp-hal-interface-manager, tramp-hal-interface-device):
16711 New defconst.
16712 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
16713 (tramp-synce-list-devices, tramp-synce-parse-device-names):
16714 New defuns.
16715
16716 * net/trampver.el: Update release number.
16717
16718 2009-06-30 Kenichi Handa <handa@m17n.org>
16719
16720 * international/fontset.el (setup-default-fontset): Add CJK fonts
16721 for symbols and the other miscellaneous characters.
16722
16723 * language/korea-util.el (setup-korean-environment-internal):
16724 Make char-width-table suitable for Korean environments.
16725 (exit-korean-environment): Cancel above.
16726
16727 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
16728 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
16729 setup-function to make char-width-table suitable for respective
16730 environments, and an exit-function to cancel that.
16731
16732 * language/japan-util.el (setup-japanese-environment-internal):
16733 Call use-cjk-char-width-table with arg `ja_JP'.
16734
16735 * international/characters.el (cjk-char-width-table): Delete it.
16736 (cjk-char-width-table-list): New variable.
16737 (use-cjk-char-width-table): New arg local-name.
16738 (use-default-char-width-table): Fix for the case that Emacs is
16739 already using the default char-width-table.
16740
16741 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
16742
16743 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
16744 modes mandatory. (Bug#3712)
16745
16746 2009-06-29 Alan Mackenzie <acm@muc.de>
16747
16748 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
16749 correction between the visible width of TABs and their number of bytes.
16750
16751 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
16752
16753 * server.el (server-buffer-done): Prevent kill-buffer from
16754 prompting by clearing the buffer modification flag (Bug#3696).
16755
16756 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
16757
16758 * progmodes/verilog-mode.el (verilog-beg-of-statement)
16759 (verilog-endcomment-reason-re): Support unique case and priority case.
16760 (verilog-basic-complete-re): Support localparam lineup.
16761 (verilog-beg-of-statement-1): Fix for robustness, unique case.
16762 (verilog-set-auto-endcomments): Fix for unique case, always_comb
16763 commenting.
16764 (verilog-leap-to-case-head): Now support *nested* unique &
16765 priority case statements.
16766 (verilog-auto-lineup): Make just declarations the default (as it
16767 had been).
16768 (verilog-leap-to-case-head): Support priority/unique case statements.
16769 (verilog-auto-lineup): Rework to give users radio buttons to
16770 select the various styles of automatic lineup.
16771 (verilog-error-regexp-alist): Rework to support the XEmacs style
16772 of error regular expressions from compilers, lint tools &
16773 simulators. Note that GNU Emacs has made it impossible for a mode
16774 to load such things.
16775 (electric-verilog-terminate-line, verilog-indent-declaration)
16776 (verilog-auto-wiure): Rework for radio button selection of
16777 auto-lineup selection of specification of auto lineup.
16778 (verilog-beg-of-statement-1): Redesign to support proper operation
16779 in additional code, based on testing with auto-lineup.
16780 (verilog-calculate-indent, assignments & declarations)
16781 (verilog-backward-token): Enhance to support auto-lineup of
16782 assignments & declarations.
16783 (verilog-in-directive-p, verilog-at-struct-p): New function for
16784 easy test of whether we are.
16785 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
16786 to support safe execution at almost anyline.
16787 (verilog-calc-1): Properly support indenting deep inside generate
16788 blocks.
16789 (verilog-init-font): Remove definition & use of verilog-init-font,
16790 as it is redundant with font-lock-defaults.
16791 (verilog-mode): Alter the definition of verilog-font-lock-defaults
16792 to avoid circular calls if syntax-ppss is a function (as is the
16793 case now in 22.x GNU Emacs) as that function would sometimes call
16794 itself, leading to (nearly) infinite recursion.
16795 (verilog-ovm-begin-re, verilog-ovm-end-re)
16796 (verilog-ovm-statement-re, verilog-leap-to-head)
16797 (verilog-backward-token): Add support for OVM macros. Some are
16798 complete statements, and others open and close scopes like begin
16799 and end.
16800 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
16801 (verilog-defun-level-generate-only-re): Really fix the defun-list
16802 compilation issue.
16803 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
16804 coverpoint, constraint and cross statements.
16805 (verilog-defun-level-list, verilog-generate-defun-level-list)
16806 (verilog-all-defun-level-list): Redo these specifications - it is
16807 too hard to support eval-when compile aggregation of lists also
16808 built at when-compile time.
16809 (verilog-defun-level-list): Place defconsts of variables used in
16810 building regular expressions which are built in eval-when-compile
16811 bodies in the same eval-when-compile body to facilitate compile
16812 without load.
16813 (verilog-beg-block-re-ordered): Support indenting
16814 virtual/protected tasks and functions.
16815 (verilog-defun-level-list, verilog-in-generate-region-p)
16816 (verilog-backward-ws&directives, verilog-calc-1): Speed up
16817 indentation of some module items (generate items).
16818 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
16819 across virtual/protected tasks and functions.
16820
16821 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
16822
16823 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
16824 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
16825 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
16826 in concatenations. Reported by Yishay Belkind.
16827 (verilog-auto-ascii-enum): Support one-hot state machines in
16828 AUTOASCIIENUM. Suggested by Lloyd Gomez.
16829 (verilog-auto-inst, verilog-auto-inst-port): Include interface
16830 modport in AUTOINST and add vl-modport for users. Reported by
16831 David Rogoff.
16832 (verilog-auto-inout-module, verilog-auto-inst)
16833 (verilog-decls-get-interfaces, verilog-insert-definition)
16834 (verilog-insert-one-definition, verilog-read-decls)
16835 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
16836 (verilog-sig-modport, verilog-signals-combine-bus)
16837 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
16838 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
16839 Suggested by David Rogoff.
16840 (verilog-repair-open-comma): Fix non-insertion of comma when
16841 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
16842 (verilog-make-width-expression): Simplify [A-1:0] expression
16843 widths to just {A{1'b0}}.
16844 (verilog-mode): Cleanup checkdoc warnings.
16845 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
16846 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
16847 inputs/outputs or data type. Suggested by Vasu Kandadi.
16848 (next-error-last-buffer): Fix byte-compiler warning.
16849 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
16850 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
16851 or shell command text during AUTO expansion. Suggested by Tad Truex.
16852 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
16853 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
16854 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
16855 in AUTOINOUT. Reported by Matthew Lovell.
16856 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
16857 causing use of <= assignments. Reported by Alex Reed.
16858 (verilog-read-decls): Fix triand, trior, wand, wor to be
16859 recognized by AUTOWIRE. Reported by Spencer Isaacson.
16860 (verilog-extended-complete-re): Support import "DPI-C" functions.
16861 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
16862 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
16863 (verilog-insert-date, verilog-insert-year)
16864 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
16865 Windows systems. Reported by Michael Potts.
16866 (verilog-read-module-name): Fix AUTOINST when the child module
16867 declaration's name is a tick define. Reported by Elliot Mednick.
16868 (verilog-read-decls): Fix V2K parameter bit subscripts getting
16869 passed to next parameter's definition. Reported by Bruce T.
16870 (verilog-read-decls): Fix detecting "parameter int" when using
16871 AUTOINSTPARAM. Reported by Bruce T.
16872 (verilog-goto-defun): Fix goto not finding modules unless first
16873 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
16874 (verilog-mode): Expand -f flag arguments on entry to mode so
16875 verilog-goto-defun will work. Reported by Lawrence Butcher.
16876 (verilog-getopt): Expand environment variables in -f file
16877 arguments. Suggested by Lawrence Butcher.
16878 (verilog-set-define): Fix "Symbol's value as variable is void"
16879 when reading enumerations.
16880 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
16881 Suggested by Stephen Peltan.
16882 (verilog-read-defines): Fix reading of enumerations in include
16883 files. Reported by Steve Peltan.
16884
16885 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
16886
16887 * files.el (trash-directory): Fix defcustom type.
16888
16889 2009-06-28 Juri Linkov <juri@jurta.org>
16890
16891 * help-fns.el (describe-function-1): Correctly locate adviced
16892 functions in hyperlink (Bug#2438).
16893
16894 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
16895
16896 * files.el (trash-directory): Change default to nil.
16897 (move-file-to-trash): If trash-directory is nil and
16898 system-move-file-to-trash is unbound, perform freedesktop-style
16899 trashing.
16900
16901 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
16902
16903 * files.el (move-file-to-trash): Add freedesktop trash
16904 support (Bug#973).
16905
16906 2009-06-28 Glenn Morris <rgm@gnu.org>
16907
16908 * autorevert.el (global-auto-revert-non-file-buffers)
16909 (global-auto-revert-mode): Doc fixes.
16910
16911 2009-06-27 Johan Bockgård <bojohan@gnu.org>
16912
16913 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
16914
16915 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
16916
16917 * faces.el (x-handle-named-frame-geometry): Ensure that we have
16918 opened an X connection before calling x-get-resource (Bug#3194).
16919
16920 * play/doctor.el: Remove reference to obsolete website.
16921 (make-doctor-variables): Correct grammar mistake (Bug#2633).
16922
16923 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
16924
16925 Remove find-file-not-found-hook VC method. (Bug#2757)
16926 * vc-hooks.el (vc-file-not-found-hook)
16927 (vc-default-find-file-not-found-hook): Remove functions.
16928 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
16929 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
16930 * vc.el:
16931 * vc-hg.el:
16932 * vc-git.el: Do not mention find-file-not-found-hook VC method.
16933
16934 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
16935
16936 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
16937 compatibility function for `looking-back'.
16938
16939 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
16940 Use `ispell-looking-back'.
16941
16942 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
16943
16944 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
16945 rather than `filename'.
16946
16947 2009-06-23 Miles Bader <miles@gnu.org>
16948
16949 * face-remap.el (text-scale-set): New function.
16950
16951 2009-06-23 Glenn Morris <rgm@gnu.org>
16952
16953 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
16954
16955 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
16956
16957 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
16958
16959 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
16960
16961 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
16962 Simplify Persian conditionals.
16963
16964 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
16965 variable `filename'.
16966
16967 * comint.el (comint-insert-input): Doc fix.
16968
16969 * Makefile.in (ELCFILES): Fix typo in previous change.
16970
16971 2009-06-23 Miles Bader <miles@gnu.org>
16972
16973 * cus-start.el: Add entry for `recenter-redisplay'.
16974
16975 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
16976
16977 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
16978 Add an optional argument for the backend, use it instead of
16979 calling vc-backend.
16980 (vc-mode-line): Add an optional argument for the backend.
16981 Pass the backend to vc-state and vc-working-revision. Move code for
16982 special handling for vc-state being a buffer to ...
16983
16984 * vc-rcs.el (vc-rcs-find-file-hook):
16985 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
16986
16987 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
16988 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
16989 vc-stay-local-p and vc-mode-line calls.
16990
16991 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
16992 (vc-cvs-diff, vc-cvs-annotate-command)
16993 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
16994 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
16995 vc-mode-line calls.
16996
16997 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
16998 direct comparison.
16999 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
17000 backend when calling vc-mode-line.
17001 (vc-register): Do not create a closure for calling the vc register
17002 function, call it directly.
17003
17004 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
17005
17006 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
17007 to make it obvious item can be clicked.
17008
17009 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
17010
17011 2009-06-23 Kenichi Handa <handa@m17n.org>
17012
17013 * language/korea-util.el (korean-key-bindings): Change the binding
17014 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
17015 same command.
17016
17017 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
17018
17019 Sync with Tramp 2.1.16.
17020
17021 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
17022
17023 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
17024 when a loading of a package fails. Completion function for rsync
17025 is `tramp-completion-function-alist-ssh'.
17026 (all): Replace all calls of `split-string' and
17027 `tramp-split-string' by `tramp-compat-split-string'.
17028 (tramp-default-method): Use `tramp-compat-process-running-p'.
17029 (tramp-default-proxies-alist): Allow also Lisp forms.
17030 (tramp-remote-path): Add choice "Private Directories".
17031 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
17032 (tramp-domain-regexp): Allow also "-", "_" and ".".
17033 (tramp-end-of-output): Remove newlines, and add "$" at the end.
17034 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
17035 (tramp-debug-message): Insert header line in debug buffer.
17036 (tramp-handle-directory-files-and-attributes-with-stat):
17037 Care about filenames with spaces, or starting with "-".
17038 (tramp-handle-dired-uncache): New defun.
17039 (tramp-handle-insert-directory): Don't flush the directory from
17040 cache, this is handled by `dired-uncache' now.
17041 (tramp-handle-insert-file-contents): Improve error handling.
17042 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17043 Quote `tramp-end-of-output'.
17044 (tramp-action-password): Improve trace message.
17045 (tramp-check-for-regexp): Both echoes must be present, before removing.
17046 (tramp-open-connection-setup-interactive-shell): Trace coding system.
17047 (tramp-compute-multi-hops): Eval cons cells of
17048 `tramp-default-proxies-alist'.
17049 (tramp-maybe-open-connection): Use the same command pattern for
17050 first hop and further hops.
17051 (tramp-wait-for-output): Remove handling of newlines.
17052 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
17053 (tramp-split-string): Remove function. It is handled in
17054 tramp-compat now.
17055
17056 * net/tramp-cmds.el (tramp-bug):
17057 Recommend `tramp-cleanup-all-connections' in the bug mail.
17058
17059 * net/tramp-compat.el (tramp-compat-split-string)
17060 (tramp-compat-process-running-p): New defuns.
17061
17062 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
17063 for `dired-uncache'.
17064
17065 * net/tramp-gvfs.el: New package.
17066
17067 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
17068 Add handler for `dired-uncache'.
17069 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
17070
17071 * net/trampver.el: Update release number. Make version check fit
17072 for SXEmacs 22.
17073
17074 2009-06-22 Jim Meyering <meyering@redhat.com>
17075
17076 Automatically handle .xz suffix (XZ-compressed files), too.
17077 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
17078 XZ is the successor to LZMA: <http://tukaani.org/xz/>
17079
17080 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
17081 Nick Roberts <nickrob@snap.net.nz>
17082
17083 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
17084 repository (http://sphinx.net.ru/hg/gdb-mi/).
17085
17086 2009-06-22 Glenn Morris <rgm@gnu.org>
17087
17088 * files.el (dir-locals-collect-mode-variables): Allow for any number of
17089 `mode' and `eval' entries. (Bug#3430)
17090
17091 * Makefile.in (ELCFILES): Add fadr.elc.
17092
17093 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
17094 differing behavior of \n and ^ in strings. (Bug#3385)
17095
17096 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
17097
17098 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
17099 property.
17100 (lisp-indent-function): Make it a defcustom.
17101
17102 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
17103
17104 * progmodes/gdb-ui.el: Replace with ...
17105 * progmodes/gdb-mi.el: ... this file.
17106 * progmodes/gud.el: Modify for gdb-mi.el.
17107
17108 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
17109
17110 * fadr.el: New file.
17111
17112 See ChangeLog.14 for earlier changes.
17113
17114 ;; Local Variables:
17115 ;; coding: utf-8
17116 ;; End:
17117
17118 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
17119
17120 This file is part of GNU Emacs.
17121
17122 GNU Emacs is free software: you can redistribute it and/or modify
17123 it under the terms of the GNU General Public License as published by
17124 the Free Software Foundation, either version 3 of the License, or
17125 (at your option) any later version.
17126
17127 GNU Emacs is distributed in the hope that it will be useful,
17128 but WITHOUT ANY WARRANTY; without even the implied warranty of
17129 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17130 GNU General Public License for more details.
17131
17132 You should have received a copy of the GNU General Public License
17133 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.