(epa-passphrase-callback-function): Say what we're querying the password for.
[bpt/emacs.git] / lisp / ChangeLog
1 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * epa.el (epa-passphrase-callback-function): Say what we're
4 querying the password for.
5
6 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
7 behaviour, don't bury the ibuffer buffer when visiting other
8 buffers.
9
10 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
11
12 * cus-edit.el (custom-commands, custom-buffer-create-internal)
13 (custom-magic-value-create): Pad button tags with spaces.
14 (custom-face-edit): New variable.
15 (custom-face-value-create): Determine whether to use the usual
16 face editor here, instead of using custom-face-selected. Pass
17 face defaults to custom-face-edit widget.
18 (custom-face-selected, custom-display-unselected): Delete widgets.
19 (custom-display-unselected-match): Function removed.
20 (custom-face-set, custom-face-mark-to-save): Accept
21 custom-face-edit widgets as the direct widget child.
22
23 * wid-edit.el (widget--completing-widget): New var.
24 (widget-default-complete): Bind it when doing completion.
25 (widget-string-complete, widget-file-complete): Use it.
26
27 2010-10-09 Glenn Morris <rgm@gnu.org>
28
29 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
30 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
31 (holiday-hebrew-misc): Small simplifications.
32
33 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
34
35 * net/browse-url.el: Don't require thingatpt, term, dired,
36 executable, or w3-auto when compiling.
37 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
38 Declare.
39 (browse-url-text-emacs): Require term.
40
41 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
42
43 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
44
45 2010-10-08 Glenn Morris <rgm@gnu.org>
46
47 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
48
49 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
50 (shadows-compare-text-p): Make it an obsolete alias for...
51 (load-path-shadows-compare-text): ... new name.
52 (find-emacs-lisp-shadows): Update for above name change.
53 (load-path-shadows-same-file-or-nonexistent): New name for the old
54 shadow-same-file-or-nonexistent.
55
56 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
57
58 * minibuffer.el (completion--some, completion--do-completion)
59 (minibuffer-complete-and-exit, minibuffer-completion-help)
60 (completion-basic-try-completion)
61 (completion-basic-all-completions)
62 (completion-pcm--find-all-completions): Use lexical-let to
63 avoid some false matches in variable completion (Bug#7056)
64
65 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
66
67 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
68
69 2010-10-08 Leo <sdl.web@gmail.com>
70
71 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
72 return non-nil if the file exists (Bug#7090).
73
74 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
75
76 * minibuffer.el (completion--replace):
77 Better preserve markers (bug#7138).
78
79 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
80
81 * server.el (server-process-filter): Doc fix.
82
83 2010-10-08 Drew Adams <drew.adams@oracle.com>
84
85 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
86
87 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
88
89 * Makefile.in (ELCFILES): Update.
90
91 2010-10-08 Glenn Morris <rgm@gnu.org>
92
93 * vc/ediff-wind.el (ediff-setup-control-frame):
94 * vc/ediff-ptch.el (ediff-default-backup-extension):
95 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
96 (ediff-exec-process): Remove system-types emx, windows-95.
97
98 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
99
100 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
101
102 * cus-edit.el (custom-variable, custom-face): Doc fix.
103 (custom-face-edit): Add value-create attribute.
104 (custom-face-edit-value-create)
105 (custom-face-edit-value-visibility-action): New functions. Hide
106 unused face attributes by default, and add a visibility toggle.
107 (custom-face-edit-deactivate): Show empty values with shadow face.
108 (custom-face-selected): Only use this for face specs with default
109 attributes.
110 (custom-face-value-create): Cleanup.
111
112 * wid-edit.el (widget-checklist-value-create): Use dolist.
113 (widget-checklist-match-find): Make second arg optional.
114
115 2010-10-07 Glenn Morris <rgm@gnu.org>
116
117 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
118 Prefix things.
119
120 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
121 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
122 load-path-shadows-mode, update references.
123 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
124 Rename variable and button.
125 (list-load-path-shadows): Update button caller.
126
127 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
128
129 * emacs-lisp/smie.el (smie-bnf-classify): New function.
130 (smie-bnf-precedence-table): Use it to remember the closers/openers.
131 (smie-merge-prec2s): Handle those new entries.
132 (smie-prec2-levels): Only set precedence to nil for actual
133 openers/closers.
134 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
135 that is now unnecessary.
136
137 2010-10-07 Miles Bader <miles@gnu.org>
138
139 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
140
141 2010-10-07 Glenn Morris <rgm@gnu.org>
142
143 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
144 (mail-position-on-field): Remove declarations.
145 (mail-position-on-field): Autoload it.
146 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
147 and mail-header-end. Don't require sendmail.
148
149 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
150 (shadow-mode): New mode.
151 (shadow-find-file): New button.
152 (list-load-path-shadows): Use shadow-mode and buttons.
153
154 * iimage.el (iimage-version): Remove.
155 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
156 Turn into defcustoms.
157 (iimage-mode-map): Give it a doc string.
158
159 * calendar/appt.el (appt-activate): Give a warning rather than an error
160 if there is no diary-file.
161
162 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
163
164 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
165 Use `tramp-handle-find-backup-file-name'.
166
167 2010-10-06 Glenn Morris <rgm@gnu.org>
168
169 * font-core.el (font-lock-defaults-alist): Remove variable.
170 (font-lock-mode): Doc fix.
171 (font-lock-default-function): Do not consult font-lock-defaults-alist.
172 * font-lock.el (font-lock-refresh-defaults): Doc fix.
173 (font-lock-set-defaults): Doc fix.
174 Do not consult font-lock-defaults-alist.
175
176 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
177
178 * emacs-lisp/cl.el: No longer provide cl-19.
179
180 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
181
182 * net/tramp.el (tramp-handle-directory-files-and-attributes)
183 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
184 New defuns, taken from tramp-smb.el.
185 (tramp-coding-system-change-eol-conversion)
186 (tramp-set-process-query-on-exit-flag): Removed.
187
188 * net/tramp-compat.el (top): Do not check for byte-compiler
189 objects.
190 (tramp-compat-coding-system-change-eol-conversion)
191 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
192 from tramp.el.
193
194 * net/tramp-gvfs.el:
195 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
196 by `tramp-compat-set-process-query-on-exit-flag'.
197
198 * net/tramp-imap.el (tramp-imap-file-name-handler-alist): Use
199 `tramp-handle-directory-files-and-attributes',
200 `tramp-handle-file-exists-p' and
201 `tramp-handle-file-newer-than-file-p'.
202 (tramp-imap-handle-file-exists-p)
203 (tramp-imap-handle-file-executable-p)
204 (tramp-imap-handle-file-readable-p)
205 (tramp-imap-handle-directory-files-and-attributes)
206 (tramp-imap-handle-file-newer-than-file-p): Removed.
207
208 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
209 by `tramp-compat-set-process-query-on-exit-flag' and
210 `tramp-coding-system-change-eol-conversion' by
211 `tramp-compat-coding-system-change-eol-conversion'.
212
213 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use
214 `tramp-handle-directory-files-and-attributes',
215 `tramp-handle-file-exists-p' and
216 `tramp-handle-file-newer-than-file-p'.
217 (tramp-smb-handle-directory-files-and-attributes)
218 (tramp-smb-handle-file-exists-p)
219 (tramp-smb-handle-file-newer-than-file-p): Removed.
220 (tramp-smb-maybe-open-connection): Replace
221 `tramp-set-process-query-on-exit-flag' by
222 `tramp-compat-set-process-query-on-exit-flag'.
223
224 2010-10-05 Glenn Morris <rgm@gnu.org>
225
226 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
227
228 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
229
230 Continue reorganization of load dependencies. (Bug#7156)
231
232 * net/tramp.el (tramp-handle-file-local-copy-hook)
233 (tramp-delete-temp-file-function): Move down.
234 (tramp-exists-file-name-handler): Move up.
235 (tramp-register-file-name-handlers): Simplify autoload.
236 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
237 (tramp-handle-directory-files, tramp-handle-dired-uncache)
238 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
239 (tramp-handle-file-name-completion)
240 (tramp-handle-file-name-directory)
241 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
242 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
243 (tramp-handle-find-backup-file-name)
244 (tramp-handle-insert-file-contents, tramp-handle-load)
245 (tramp-handle-substitute-in-file-name)
246 (tramp-handle-unhandled-file-name-directory)
247 (tramp-mode-string-to-int, tramp-local-host-p)
248 (tramp-make-tramp-temp-file): Moved from tramp-sh.el.
249
250 * net/tramp-gvfs.el (top):
251 * net/tramp-smb.el (top): Do not require 'tramp-sh.
252
253 * net/tramp-sh.el (all): Move several objects to tramp.el, see
254 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
255
256 2010-10-04 Glenn Morris <rgm@gnu.org>
257
258 * calendar/appt.el (appt-add): Ensure reminders are enabled.
259 (appt-activate): Give status messages.
260
261 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
262
263 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
264 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
265 `gnutls-negotiate' (formerly `starttls-negotiate'). Remove
266 trivial wrapper `starttls-open-stream'.
267
268 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
269
270 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
271 log-outgoing commands.
272 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
273 to create a buffer local revert-buffer-function variable.
274 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
275 revert-buffer-function lambda.
276
277 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
278
279 * net/gnutls.el (starttls-negotiate): Use the plist interface to
280 `gnutls-boot'. Make TYPE the only required parameter. Allow
281 TRUSTFILES and KEYFILES to be lists.
282 (open-ssl-stream): Use it.
283
284 2010-10-03 Glenn Morris <rgm@gnu.org>
285
286 * subr.el (directory-sep-char): Remove obsolete variable.
287 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
288 it is "necessary".
289
290 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
291 * vc/vc.el (vc-static-header-alist): Doc fix.
292 * vc/vc-cvs.el (vc-cvs-header):
293 * vc/vc-rcs.el (vc-rcs-header):
294 * vc/vc-sccs.el (vc-sccs-header):
295 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
296 * obsolete/vc-mcvs.el (vc-mcvs-header):
297 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
298 on XEmacs.
299
300 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
301
302 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Remove
303 obsolete use of binary-overwrite-mode (Bug#7001).
304
305 2010-10-03 Glenn Morris <rgm@gnu.org>
306
307 * obsolete/x-menu.el: Remove file, obsolete since 21.1
308
309 * textmodes/rst.el (rst-font-lock-keywords-function):
310 Drop Emacs 20 code.
311
312 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
313
314 * printing.el: Drop Emacs 20 code.
315
316 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
317 without having used appt.el already).
318
319 * subr.el (make-local-hook): Remove function obsolete since 21.1.
320 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
321 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
322 XEmacs.
323 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
324 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
325
326 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
327 (charset-width, find-charset-region, chars-in-region, forward-point)
328 (encode-coding-string, coding-system-p, ccl-execute-on-string)
329 (define-ccl-program, multibyte-string-p, string-make-multibyte):
330 Remove compatibility cruft (none of these are used by ps*.el).
331
332 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
333
334 * subr.el (booleanp): Return t instead of a list (Bug#7086).
335
336 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
337
338 * server.el (server-process-filter, server-return-error): Give
339 emacsclient time to shut down after receiving an error string.
340
341 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
342
343 * files.el (remote-file-name-inhibit-cache): New defcustom.
344
345 * time.el (display-time-file-nonempty-p): Use
346 `remote-file-name-inhibit-cache'.
347
348 * net/tramp.el (tramp-completion-reread-directory-timeout): Fix
349 docstring.
350
351 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
352 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
353 `remote-file-name-inhibit-cache'. Check also for an integer
354 value. Add/increase counter when `tramp-verbose' >= 10.
355 (tramp-set-file-property): Add/increase counter when
356 `tramp-verbose' >= 10.
357
358 * net/tramp-cmds.el (tramp-cleanup-all-connections)
359 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
360 (tramp-bug): Set tramp-autoload cookie. Report all interned
361 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
362 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
363 characters only in strings.
364
365 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
366 to backward compatibility.
367
368 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
369 (tramp-handle-file-name-all-completions)
370 (tramp-handle-vc-registered): Use
371 `remote-file-name-inhibit-cache'.
372 (tramp-open-connection-setup-interactive-shell): Call
373 `tramp-cleanup-connection' directly.
374
375 2010-10-02 Glenn Morris <rgm@gnu.org>
376
377 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
378
379 * subr.el (char-bytes): Remove obsolete function.
380
381 * isearch.el (isearch-return-char): Remove obsolete function.
382
383 * mouse.el: No longer provide mldrag.
384 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
385 Remove obsolete aliases.
386
387 * comint.el (comint-kill-output): Remove obsolete alias.
388
389 * composite.el (decompose-composite-char): Remove obsolete function.
390 * ps-def.el (decompose-composite-char): Remove unused function.
391
392 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
393
394 * outline.el (outline-visible): Remove obsolete function.
395
396 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
397 * faces.el (internal-find-face, internal-get-face)
398 (frame-update-faces, frame-update-face-colors)
399 (x-frob-font-weight, x-frob-font-slant)
400 (internal-frob-font-weight, internal-frob-font-slant)
401 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
402 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
403 (x-make-font-bold-italic): Remove functions and aliases, obsolete
404 since Emacs 21.1.
405 * emulation/viper-util.el (viper-get-face):
406 * obsolete/lucid.el (find-face, get-face): Use facep.
407 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
408 Remove unused functions.
409 * vc/ediff-util.el (ediff-submit-report): Doc fix.
410
411 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
412 delete tempfile if interrupted during compilation.
413
414 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
415
416 * net/tls.el (tls-starttls-switches): Give up on using starttls with
417 gnutls-cli.
418 (tls-program): Add --insecure to be consistent with the defaults from
419 openssl s_client. Now all three commands are insecure.
420
421 2010-10-01 Eli Zaretskii <eliz@gnu.org>
422
423 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
424 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
425 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
426
427 2010-10-01 Glenn Morris <rgm@gnu.org>
428
429 * obsolete/sc.el: Remove file.
430
431 * files.el (temporary-file-directory): On darwin, also try
432 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
433
434 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
435
436 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
437 Let's not break compatibility gratuitously, shall we?
438
439 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
440
441 * net/tls.el (tls-starttls-switches): New variable.
442 (tls-find-starttls-argument): Use it.
443 (open-tls-stream): Ditto.
444
445 * net/netrc.el (netrc-credentials): Return the value of the "default"
446 entry.
447 (netrc-machine): Ditto.
448
449 2010-09-30 Eli Zaretskii <eliz@gnu.org>
450
451 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
452
453 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
454
455 * server.el (server-start): Don't write pid to the authentication file.
456 (server-create-tty-frame): Don't send pid.
457 (server-process-filter): Send pid at the start of every connection.
458
459 2010-09-30 Glenn Morris <rgm@gnu.org>
460
461 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
462 (show-all-diary-entries): Remove obsolete function aliases.
463
464 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
465 Remove options, obsolete since 22.1.
466 (appt-display-format, appt-display-message): Remove
467 backwards-compatibility code.
468 (appt-check): No longer check appt-issue-message.
469 (appt-make-list): No longer autoload it. Doc fix. No longer
470 activate the package.
471
472 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
473
474 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
475 (starttls-negotiate): Just call boot, and let the handshake be
476 triggered from the read loop.
477
478 2010-09-29 Glenn Morris <rgm@gnu.org>
479
480 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
481 not displaying the diary.
482 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
483 * calendar/appt.el (appt-check): No longer need to kill diary.
484
485 * calendar/diary-lib.el (diary-list-entries): Move the
486 "Preparing..." message entirely here.
487 (diary-simple-display, diary-fancy-display): Move "Preparing..."
488 messages to diary-list-entries.
489 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
490 diary-display-function.
491
492 * calendar/diary-lib.el (diary-include-other-diary-files):
493 Trap some recursive includes.
494
495 * calendar/appt.el (appt-activate): Check diary file.
496
497 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
498
499 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
500 construction.
501
502 * calendar/time-date.el: No need to require cl for Emacs 21.
503
504 2010-09-28 Glenn Morris <rgm@gnu.org>
505
506 * calendar/appt.el (appt-check): Minor simplification.
507
508 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
509
510 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
511 citation prefix.
512
513 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
514
515 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
516 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
517
518 2010-09-27 Kenichi Handa <handa@m17n.org>
519
520 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
521 "ustar" format.
522
523 2010-09-27 Kenichi Handa <handa@m17n.org>
524
525 * international/mule.el (define-coding-system): Docstring fixed.
526
527 * international/mule-diag.el (describe-character-set): Use princ
528 with proper print-length and print-level instead of insert.
529
530 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
531
532 * window.el (walk-windows): Doc fix (bug#7105).
533
534 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
535
536 * emacs-lisp/float-sup.el (e): Remove.
537
538 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
539
540 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
541 variable.
542 (starttls-negotiate): Use it.
543
544 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
545
546 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
547 back.
548
549 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
550
551 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
552
553 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
554
555 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
556
557 * net/netrc.el (netrc-store-data): New function.
558
559 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
560
561 * net/gnutls.el: GnuTLS glue code to set up a connection.
562
563 2010-09-25 Julien Danjou <julien@danjou.info>
564
565 * notifications.el: Call dbus-register-signal only if it is bound.
566
567 2010-09-25 Glenn Morris <rgm@gnu.org>
568
569 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
570 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
571 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
572 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
573 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
574 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
575 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
576 * eshell/esh-util.el, eshell/esh-var.el:
577 Remove leading `*' from docs of faces and defcustoms.
578
579 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
580
581 * eshell/em-ls.el (eshell-ls-archive-regexp):
582 * eshell/esh-util.el (eshell-tar-regexp):
583 * ibuffer.el (ibuffer-compressed-file-name-regexp):
584 * info.el (Info-suffix-list):
585 * international/mule.el (auto-coding-alist):
586 * woman.el (woman-file-regexp, woman-file-compression-regexp):
587 * progmodes/etags.el (tags-compression-info-list):
588 Support xz compression.
589
590 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
591
592 * files.el (get-free-disk-space): Don't assume the "df" output
593 columns line up (Bug#6995).
594
595 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
596
597 * finder.el (finder-unknown-keywords):
598 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
599 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
600
601 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
602
603 * server.el (server-start): Revert part of 2010-08-08 change. Using
604 address 127.0.0.1 for local host is now done in Fmake_network_process.
605
606 2010-09-24 Glenn Morris <rgm@gnu.org>
607
608 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
609 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
610 * textmodes/css-mode.el, textmodes/dns-mode.el:
611 Move autoloaded auto-mode-alist entries to files.el.
612 * files.el (auto-mode-alist): Move entries here.
613
614 2010-09-23 Glenn Morris <rgm@gnu.org>
615
616 * isearch.el (isearch-lazy-highlight-cleanup)
617 (isearch-lazy-highlight-initial-delay)
618 (isearch-lazy-highlight-interval)
619 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
620 * net/net-utils.el (ipconfig-program-options):
621 Move aliases to options before the associated definitions.
622
623 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
624
625 * newcomment.el (comment-normalize-vars): Better test validity of
626 comment-end-skip.
627
628 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
629
630 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
631 (float-e): New name for `e'.
632 (degrees-to-radians, radians-to-degrees):
633 * calendar/solar.el (solar-longitude):
634 * calculator.el (calculator-registers, calculator-funcall):
635 * textmodes/artist.el (artist-spray-random-points):
636 * play/bubbles.el (bubbles--initialize-images): Use new names.
637
638 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
639
640 Update to CEDET 1.0's version of EIEIO.
641
642 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
643 New function.
644 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
645 (eieio-default-eval-maybe): Eval val instead of unquoting only.
646 (class-precedence-list): If class is nil, return nil.
647 (eieio-generic-call): If class of first input arg is nil, don't
648 look up static methods, and do check for primary methods.
649 (initialize-instance): See if the default needs to be evaluated
650 during the constructor.
651 (eieio-perform-slot-validation-for-default): Don't do the check
652 for values that will eventually be evaluated.
653 (eieio-eval-default-p): New function.
654 (eieio-default-eval-maybe): Use it.
655
656 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
657
658 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
659 method-invocation-order.
660 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
661 (eieio-class-precedence-dfs): Compute class precedence list using
662 dfs algorithm.
663 (eieio-class-precedence-bfs): Compute class precedence list using
664 bfs algorithm.
665 (eieio-class-precedence-c3): Compute class precedence list using
666 c3 algorithm.
667 (class-precedence-list): New function.
668 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
669 (inconsistent-class-hierarchy): New error symbol.
670 (call-next-method): Stow the replacement argument list for future
671 call-next-method invocations.
672
673 2010-09-23 Glenn Morris <rgm@gnu.org>
674
675 * calendar/appt.el (appt-check): If not displaying the diary,
676 use (diary 1) to only get the entries we need.
677 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
678 that it is in day order. (Bug#7019)
679
680 * calendar/appt.el (appt-check): Rather than showing the diary,
681 just turn off invisible display, and only if needed.
682
683 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
684
685 2010-09-23 Glenn Morris <rgm@gnu.org>
686
687 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
688 (byte-compile-defvar, byte-compile-cl-warn):
689 Start warnings with lower-case, like the majority.
690
691 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
692
693 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
694
695 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
696 * files.el (auto-mode-alist): Move ld-script entries here, further down
697 the list.
698
699 * vc/add-log.el: Don't require timezone when compiling.
700 (timezone-make-date-sortable): Autoload it.
701 (change-log-sortable-date-at): Don't require timezone.
702 Use `ignore-errors'.
703
704 * comint.el (comint-use-prompt-regexp-instead-of-fields):
705 Move alias before definition, so it does not need autoloading.
706
707 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
708 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
709 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
710 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
711 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
712 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
713 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
714 * textmodes/tex-mode.el, textmodes/two-column.el:
715 Remove leading `*' from docs of defcustoms etc.
716
717 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
718
719 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
720
721 2010-09-22 Dan Christensen <jdc@uwo.ca>
722
723 * calendar/time-date.el (date-to-time): Try using parse-time-string
724 first before using the slower timezone-make-date-arpa-standard.
725
726 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
727
728 * calendar/time-date.el (format-seconds): Comment fix.
729
730 2010-09-22 Glenn Morris <rgm@gnu.org>
731
732 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
733 is not automatically buffer-local.
734
735 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
736
737 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
738 (smie-indent-comment): Be more careful with comment-start-skip.
739 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
740 (smie-indent-functions): Use them.
741
742 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
743
744 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
745
746 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
747
748 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
749 tool-bar-position. Don't modify frame parameters here.
750 (menu-bar-options-save): Add tool-bar-position.
751
752 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
753
754 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
755
756 * textmodes/reftex-parse.el (reftex-what-macro)
757 (reftex-context-substring): Let-bind forward-sexp-function to nil
758 since we don't need/want to treat \begin...\end as a block (bug#7053).
759
760 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
761
762 * simple.el (blink-matching-open): Use syntax-class.
763
764 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
765 Set invisibility spec for pascal's outline mode.
766 (pascal-outline-change): Clean up calling convention.
767 (pascal-show-all, pascal-hide-other-defuns): Update callers.
768
769 * progmodes/prolog.el (prolog-smie-forward-token)
770 (prolog-smie-backward-token): New functions.
771 (prolog-mode-variables): Use them to parse "!," correctly.
772 Set up smie-blink-matching for ".".
773
774 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
775 and `end'.
776 (ispell-region, ispell-process-line): Update users.
777
778 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
779 point-min==1.
780
781 * textmodes/ispell.el: Fix commenting convention.
782 (ispell-parse-output): Simplify, use push.
783 (ispell-region): Use match-string-no-properties.
784 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
785 (ispell-minor-mode): Use define-minor-mode.
786 (ispell-message): Remove unused var `skip-regexp'.
787 (ispell-add-per-file-word-list): Use dynamic let-binding.
788 Try and use the proper comment marker.
789
790 * mail/sendmail.el: Fix commenting convention.
791 (sendmail-send-it): Use line-beginning-position.
792
793 * help-fns.el (describe-variable): Add original value, if applicable.
794
795 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
796
797 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
798
799 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
800
801 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
802
803 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
804 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
805 (smie-prec2-levels): Use them to better diagnose precedence cycles.
806 (smie-blink-matching-check): Don't signal a mismatch if car is t.
807 (smie-blink-matching-open): Rewrite to remove assumptions, so that
808 something like "." can also be a closer.
809 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
810 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
811 Rename internal functions to use "--". Update callers.
812
813 * frame.el (make-frame-names-alist): Don't list frames on other displays.
814
815 * fringe.el (fringe-styles): New var.
816 (fringe-mode, fringe-query-style): Use it.
817
818 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
819
820 * progmodes/sql.el: Version 2.8
821 (sql-login-params): Update widget structure; changes still needed.
822 (sql-product-alist): Add :list-all and :list-table features for
823 SQLite, Postgres and MySQL products.
824 (sql-redirect): Handle default value.
825 (sql-execute, sql-execute-feature): New functions.
826 (sql-read-table-name): New function.
827 (sql-list-all, sql-list-table): New functions. User API.
828 (sql-mode-map, sql-interactive-mode-map): Add key definitions
829 for above functions.
830 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
831 for above functions.
832 (sql-postgres-login-params): Add user and database defaults.
833 (sql-buffer-live-p): Bug fix.
834 (sql-product-history): New variable.
835 (sql-read-product): New function. Use it.
836 (sql-set-product, sql-product-interactive): Use it.
837 (sql-connection-history): New variable.
838 (sql-read-connection): New function. Use it.
839 (sql-connect): New function.
840 (sql-for-each-login): Redesign function interface.
841 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
842 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
843 (sql-comint): Check for program. Existing live buffer.
844 (sql-comint-postgres): Add port parameter.
845
846 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
847
848 * emacs-lisp/warnings.el: Fix commenting convention.
849 (display-warning): Use special mode and make the buffer read-only.
850
851 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
852
853 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
854 empty string when it follows a repeated or optional pattern.
855
856 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
857
858 * indent.el (indent-according-to-mode): Apply syntax-propertize.
859 (indent-region): Use indent-according-to-mode.
860
861 2010-09-18 Eli Zaretskii <eliz@gnu.org>
862
863 * fringe.el (fringe-mode): Doc fix.
864
865 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
866
867 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
868 refreshing the preview buffer.
869
870 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
871
872 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
873 (latex-syntax-propertize-rules): New consts; replace
874 tex-font-lock-syntactic-keywords.
875 (tex-env-mark, latex-env-before-change): New functions.
876 (latex-electric-env-pair-mode): New minor mode.
877 (tex-font-lock-verb): Change arguments; do move point.
878 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
879 representation as a form of comment.
880 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
881 (doctex-syntax-propertize-rules): New const; replaces
882 doctex-font-lock-syntactic-keywords.
883 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
884
885 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
886 (fortran-make-syntax-propertize-function): New function; replaces
887 fortran-font-lock-syntactic-keywords.
888 (fortran-mode): Use it.
889 (fortran-line-length): Use it. Improve interactive spec.
890
891 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
892 (syntax-propertize-rules): Add var-ref case. Fix offset computation
893 when adding surrounding \(..\).
894
895 * progmodes/js.el (js-mode): Fix last change (bug#7054).
896
897 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
898
899 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
900 Use with-current-buffer.
901
902 * isearch.el (isearch-face): Rename from `isearch'.
903 (isearch-highlight): Use new name.
904
905 2010-09-17 Eli Zaretskii <eliz@gnu.org>
906
907 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
908 5, for `half' width fringes. (Bug#6933)
909
910 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
911
912 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
913 (byte-compile-defvar): "foo/bar" does not lack a prefix.
914
915 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
916
917 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
918
919 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
920 in calculating new frame position. Add more space between new and
921 parent on the left (Bug#7048).
922
923 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
924
925 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
926 defmacro.
927
928 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
929
930 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
931
932 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
933 obsolete alias for x-selection-value.
934
935 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
936
937 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
938
939 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
940 cookie.
941
942 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
943
944 * net/tramp-compat.el (tramp-compat-with-temp-message)
945 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
946 (tramp-compat-process-put): New defuns.
947
948 * net/tramp.el (top):
949 * net/tramp-gvfs.el (top):
950 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
951
952 * net/tramp.el (tramp-progress-reporter-update):
953 Use `tramp-compat-funcall'.
954
955 * net/tramp.el (tramp-process-actions):
956 * net/tramp-gvfs.el (tramp-handle-vc-registered):
957 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
958 (tramp-get-remote-stat, tramp-get-remote-readlink):
959 Use `tramp-compat-with-temp-message'.
960
961 * net/tramp-sh.el (top): Require 'cl.
962 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
963 (tramp-open-connection-setup-interactive-shell):
964 Use `tramp-compat-process-put'.
965
966 2010-09-15 Alan Mackenzie <acm@muc.de>
967
968 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
969 indentation.
970 (c-forward-<>-arglist-recur): Fix an infinite recursion.
971
972 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
973
974 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
975 `lexical' for warnings related to lexical scoping.
976 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
977 global vars which don't have a prefix and could hence affect lexical
978 scoping in unrelated files.
979
980 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
981
982 * net/imap.el: Revert back to version
983 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
984 seem problematic.
985
986 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
987
988 * obsolete/old-whitespace.el (whitespace-unload-function):
989 Explicitly pass `obarray' to `unintern' to avoid a warning.
990
991 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
992
993 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
994 Add `when' argument. Update callers.
995
996 * subr.el (unintern): Declare the obarray arg mandatory.
997
998 2010-09-14 Glenn Morris <rgm@gnu.org>
999
1000 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1001 Doc fixes.
1002
1003 * calendar/diary-lib.el (diary-included-files): New variable.
1004 (diary-list-entries): Maybe initialize diary-included-files.
1005 (diary-include-other-diary-files): Append to diary-included-files.
1006 * calendar/appt.el (appt-update-list): Also check the members of
1007 diary-included-files. (Bug#6999)
1008 (appt-check): Doc fix.
1009
1010 2010-09-14 David Reitter <david.reitter@gmail.com>
1011
1012 * simple.el (line-move-visual): Do not truncate goal column to
1013 integer size. (Bug#7020)
1014
1015 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1016
1017 * repeat.el (repeat): Allow repeating when the last event is a click.
1018 Suggested by Drew Adams (bug#6256).
1019
1020 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
1021
1022 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1023 Replace setting HGRCPATH to "" by some less invasive --config options.
1024
1025 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1026
1027 * font-lock.el (font-lock-beginning-of-syntax-function):
1028 Mark as obsolete.
1029
1030 2010-09-14 Glenn Morris <rgm@gnu.org>
1031
1032 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1033 and tool-bar modes. (Bug#6211)
1034 (menu-bar-mode): Move setting of standard-value after the
1035 minor-mode definition, otherwise it seems to have no effect.
1036
1037 2010-09-14 Masatake YAMATO <yamato@redhat.com>
1038
1039 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1040 Fix typo. (Bug#6976)
1041
1042 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1043
1044 * whitespace.el: Allow cleaning up blanks without blank
1045 visualization (Bug#6651). Adjust help window for
1046 whitespace-toggle-options (Bug#6479). Allow to use fill-column
1047 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1048 (whitespace-style): Add new value 'face. Adjust docstring.
1049 (whitespace-space, whitespace-hspace, whitespace-tab):
1050 Adjust foreground property face.
1051 (whitespace-line-column): Adjust docstring and type declaration.
1052 (whitespace-style-value-list, whitespace-toggle-option-alist)
1053 (whitespace-help-text): Adjust const initialization.
1054 (whitespace-toggle-options, global-whitespace-toggle-options):
1055 Adjust docstring.
1056 (whitespace-display-window, whitespace-interactive-char)
1057 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1058 (whitespace-help-scroll): New fun.
1059
1060 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
1061
1062 * calendar/time-date.el (format-seconds): Comment fix.
1063
1064 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
1065
1066 * progmodes/sql.el: Version 2.7.
1067 (sql-buffer-live-p): Improve detection.
1068 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1069 (sql-set-sqli-buffer): Use it.
1070 (sql-product-interactive): Run `sql-set-sqli-hook'.
1071 (sql-rename-buffer): Code cleanup.
1072 (sql-redirect, sql-redirect-value): New functions. More to come.
1073
1074 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
1075
1076 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.
1077 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1078 (TRAMP_SRC): New macro.
1079 ($(lisp)/net/tramp-loaddefs.el): New target.
1080
1081 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
1082
1083 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
1084
1085 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
1086
1087 * net/tramp.el (top): Don't show loading message. Require just
1088 'tramp-compat, everything else is required there.
1089 Use `ignore-errors' where appropriate.
1090 (tramp-inline-compress-start-size, tramp-copy-size-limit)
1091 (tramp-terminal-type, tramp-end-of-output)
1092 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
1093 (tramp-completion-function-alist-ssh)
1094 (tramp-completion-function-alist-telnet)
1095 (tramp-completion-function-alist-su)
1096 (tramp-completion-function-alist-putty, tramp-remote-path)
1097 (tramp-remote-process-environment, tramp-sh-extra-args)
1098 (tramp-actions-before-shell, tramp-uudecode)
1099 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
1100 (tramp-perl-file-attributes)
1101 (tramp-perl-directory-files-and-attributes)
1102 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
1103 (tramp-perl-encode, tramp-perl-decode)
1104 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
1105 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
1106 (tramp-handle-make-symbolic-link, tramp-handle-load)
1107 (tramp-handle-file-name-as-directory)
1108 (tramp-handle-file-name-directory)
1109 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
1110 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
1111 (tramp-do-file-attributes-with-ls)
1112 (tramp-do-file-attributes-with-perl)
1113 (tramp-do-file-attributes-with-stat)
1114 (tramp-handle-set-visited-file-modtime)
1115 (tramp-handle-verify-visited-file-modtime)
1116 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
1117 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
1118 (tramp-handle-file-selinux-context)
1119 (tramp-handle-set-file-selinux-context)
1120 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
1121 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
1122 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
1123 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
1124 (tramp-handle-file-ownership-preserved-p)
1125 (tramp-handle-directory-file-name, tramp-handle-directory-files)
1126 (tramp-handle-directory-files-and-attributes)
1127 (tramp-do-directory-files-and-attributes-with-perl)
1128 (tramp-do-directory-files-and-attributes-with-stat)
1129 (tramp-handle-file-name-all-completions)
1130 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
1131 (tramp-handle-copy-file, tramp-handle-copy-directory)
1132 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
1133 (tramp-do-copy-or-rename-file-via-buffer)
1134 (tramp-do-copy-or-rename-file-directly)
1135 (tramp-do-copy-or-rename-file-out-of-band)
1136 (tramp-handle-make-directory, tramp-handle-delete-directory)
1137 (tramp-handle-delete-file)
1138 (tramp-handle-dired-recursive-delete-directory)
1139 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
1140 (tramp-handle-insert-directory)
1141 (tramp-handle-unhandled-file-name-directory)
1142 (tramp-handle-expand-file-name)
1143 (tramp-handle-substitute-in-file-name)
1144 (tramp-handle-executable-find, tramp-process-sentinel)
1145 (tramp-handle-start-file-process, tramp-handle-process-file)
1146 (tramp-handle-call-process-region, tramp-handle-shell-command)
1147 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
1148 (tramp-handle-insert-file-contents)
1149 (tramp-handle-insert-file-contents-literally)
1150 (tramp-handle-find-backup-file-name)
1151 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
1152 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
1153 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
1154 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
1155 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
1156 (tramp-find-file-exists-command, tramp-open-shell)
1157 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
1158 (tramp-open-connection-setup-interactive-shell)
1159 (tramp-local-coding-commands, tramp-remote-coding-commands)
1160 (tramp-find-inline-encoding, tramp-call-local-coding-command)
1161 (tramp-inline-compress-commands, tramp-find-inline-compress)
1162 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1163 (tramp-send-command, tramp-wait-for-output)
1164 (tramp-send-command-and-check, tramp-barf-unless-okay)
1165 (tramp-send-command-and-read, tramp-mode-string-to-int)
1166 (tramp-convert-file-attributes, tramp-check-cached-permissions)
1167 (tramp-file-mode-from-int, tramp-file-mode-permissions)
1168 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
1169 (tramp-method-out-of-band-p, tramp-local-host-p)
1170 (tramp-get-remote-path, tramp-get-remote-tmpdir)
1171 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
1172 (tramp-get-test-command, tramp-get-test-nt-command)
1173 (tramp-get-file-exists-command, tramp-get-remote-ln)
1174 (tramp-get-remote-perl, tramp-get-remote-stat)
1175 (tramp-get-remote-readlink, tramp-get-remote-trash)
1176 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
1177 (tramp-get-local-uid, tramp-get-local-gid)
1178 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
1179 tramp-sh.el.
1180 (tramp-methods, tramp-default-method-alist)
1181 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
1182 Move initialization to tramp-sh.el.
1183 (tramp-temp-name-prefix): Make it a defconst.
1184 (tramp-dissect-file-name): Don't check anymore for multi-hop
1185 methods.
1186 (tramp-debug-outline-regexp): Add a docstring.
1187 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
1188 (tramp-get-debug-buffer): Use it.
1189
1190 * net/tramp-cache.el (top): Set tramp-autoload cookie for
1191 initialization forms.
1192 (tramp-set-connection-property): Don't protect `tramp-message'
1193 call, it isn't necessary any longer.
1194 (tramp-dump-connection-properties): Use `ignore-errors'.
1195
1196 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
1197 'password-cache and 'auth-source.
1198
1199 * net/tramp-gvfs.el (top):
1200 * net/tramp-smb.el (top): Require 'tramp-sh.
1201
1202 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
1203
1204 * net/tramp-sh.el: New file, derived from tramp.el.
1205 (top): Initialize `tramp-methods', `tramp-default-method-alist',
1206 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
1207 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
1208 Use `ignore-errors' where appropriate.
1209 (tramp-sh-file-name-handler-alist): Rename from
1210 `tramp-file-name-handler-alist'.
1211 (tramp-send-command-and-check): Return t or nil. Remove all
1212 `zerop' checks, where called.
1213 (tramp-handle-set-file-modes)
1214 (tramp-do-copy-or-rename-file-directly)
1215 (tramp-handle-delete-directory, tramp-handle-delete-file)
1216 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
1217 (tramp-sh-file-name-handler, tramp-send-command-and-check)
1218 (tramp-get-remote-ln): Set tramp-autoload cookie.
1219
1220 * net/tramp-fish.el: Remove file.
1221
1222 2010-09-13 Daiki Ueno <ueno@unixuser.org>
1223
1224 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
1225 buffer-file-name to avoid file-locking. (Bug#7026)
1226
1227 2010-09-13 Julien Danjou <julien@danjou.info>
1228
1229 * notifications.el (notifications-notify): Add support for
1230 image-path and sound-name.
1231 (notifications-specification-version): Add this variable.
1232
1233 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1234
1235 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
1236
1237 2010-09-12 Leo <sdl.web@gmail.com>
1238
1239 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
1240 (rcirc-completion-start): New variables.
1241 (rcirc-nick-completions): Rename to rcirc-completions.
1242 (rcirc-nick-completion-start-offset): Delete.
1243 (rcirc-completion-at-point): New function for constructing
1244 completion data for both nicks and irc commands. Add to
1245 completion-at-point-functions in rcirc mode.
1246 (rcirc-complete): Rename from rcirc-nick-complete; use
1247 rcirc-completion-at-point.
1248 (defun-rcirc-command): Update rcirc-client-commands.
1249
1250 2010-09-11 Glenn Morris <rgm@gnu.org>
1251
1252 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
1253 atomically, to avoid parallel build errors. (Bug#4196)
1254
1255 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
1256
1257 * progmodes/sql.el: Version 2.6
1258 (sql-dialect): Synonym for "sql-product".
1259 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1260 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
1261 Set "sql-buffer" to buffer name not buffer object so multiple sql
1262 interactive buffers work properly. Reverts misguided changes in
1263 earlier work.
1264 (sql-comint): Make sure different buffer name is used if "*SQL*"
1265 buffer is for a different product.
1266 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
1267 login param.
1268 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1269 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1270 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
1271 Accept new buffer name or prompt for one.
1272 (sql-port): Default to zero.
1273 (sql-comint-mysql): Handle "sql-port" as a numeric.
1274 (sql-port-history): Delete unused variable.
1275 (sql-get-login): Default "sql-port" to a number.
1276 (sql-product-alist): Correct Postgres prompt and terminator regexp.
1277 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
1278 "sqlite3" executables.
1279 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
1280 (sql-buffer-live-p): New function.
1281 (sql-mode-menu, sql-send-string): Use it.
1282 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
1283 syntax pattern.
1284 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
1285 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
1286
1287 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1288
1289 * net/netrc.el (netrc-credentials): New convenience function.
1290
1291 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1292
1293 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
1294 to replace texinfo-font-lock-syntactic-keywords.
1295 (texinfo-mode): Use it.
1296
1297 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
1298 Use syntax-propertize-function.
1299
1300 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
1301 replace sgml-font-lock-syntactic-keywords.
1302 (sgml-mode): Use it.
1303
1304 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
1305 since we don't use it.
1306
1307 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
1308
1309 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
1310 if available.
1311 (vhdl-fontify-buffer): Adjust.
1312
1313 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
1314 replace tcl-font-lock-syntactic-keywords.
1315 (tcl-mode): Use it.
1316
1317 * progmodes/simula.el (simula-syntax-propertize-function): New var to
1318 replace simula-font-lock-syntactic-keywords.
1319 (simula-mode): Use it.
1320
1321 * progmodes/sh-script.el (sh-st-symbol): Remove.
1322 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
1323 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
1324 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
1325 (sh-font-lock-paren): Set syntax-multiline.
1326 (sh-font-lock-syntactic-keywords): Remove.
1327 (sh-syntax-propertize-function): New function to replace it.
1328 (sh-mode): Use it.
1329
1330 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
1331 Define while compiling.
1332 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1333 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
1334 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
1335 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1336 (ruby-here-doc-end-syntax): Only define when
1337 syntax-propertize is not available.
1338 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
1339 New functions.
1340 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
1341 (electric-indent-chars): Silence bytecompiler.
1342 (ruby-mode): Use prog-mode, syntax-propertize-function, and
1343 electric-indent-chars.
1344
1345 * progmodes/python.el (python-syntax-propertize-function): New var to
1346 replace python-font-lock-syntactic-keywords.
1347 (python-mode): Use it.
1348 (python-quote-syntax): Simplify and adjust to new use.
1349
1350 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
1351 replace perl-font-lock-syntactic-keywords.
1352 (perl-syntax-propertize-special-constructs): New fun to replace
1353 perl-font-lock-special-syntactic-constructs.
1354 (perl-font-lock-syntactic-face-function): New fun.
1355 (perl-mode): Use it.
1356
1357 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
1358 to replace octave-font-lock-close-quotes.
1359 (octave-syntax-propertize-function): New function to replace
1360 octave-font-lock-syntactic-keywords.
1361 (octave-mode): Use it.
1362
1363 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
1364 replaces mixal-font-lock-syntactic-keywords.
1365 (mixal-mode): Use it.
1366
1367 * progmodes/make-mode.el (makefile-syntax-propertize-function):
1368 New var; replaces makefile-font-lock-syntactic-keywords.
1369 (makefile-mode): Use it.
1370 (makefile-imake-mode): Adjust.
1371
1372 * progmodes/js.el (js--regexp-literal): Define while compiling.
1373 (js-syntax-propertize-function): New var; replaces
1374 js-font-lock-syntactic-keywords.
1375 (js-mode): Use it.
1376
1377 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
1378 replaces gdb-script-font-lock-syntactic-keywords.
1379 (gdb-script-mode): Use it.
1380
1381 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
1382 (fortran--font-lock-syntactic-keywords): New var.
1383 (fortran-line-length): Update syntax-propertize-function and
1384 fortran--font-lock-syntactic-keywords.
1385
1386 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
1387
1388 * progmodes/cfengine.el (cfengine-mode):
1389 Use syntax-propertize-function.
1390 (cfengine-font-lock-syntactic-keywords): Remove.
1391
1392 * progmodes/autoconf.el (autoconf-mode):
1393 Use syntax-propertize-function.
1394 (autoconf-font-lock-syntactic-keywords): Remove.
1395
1396 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
1397 (ada-after-change-function, ada-initialize-syntax-table-properties)
1398 (ada-handle-syntax-table-properties): Only define when
1399 syntax-propertize is not available.
1400 (ada-mode): Use syntax-propertize-function.
1401
1402 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
1403 (font-lock-fontify-syntactic-keywords-region): Move handling of
1404 font-lock-syntactically-fontified to...
1405 (font-lock-default-fontify-region): ...here.
1406 Let syntax-propertize-function take precedence.
1407 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
1408
1409 * emacs-lisp/syntax.el (syntax-propertize-function)
1410 (syntax-propertize-chunk-size, syntax-propertize--done)
1411 (syntax-propertize-extend-region-functions): New vars.
1412 (syntax-propertize-wholelines, syntax-propertize-multiline)
1413 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
1414 (syntax-propertize): New functions.
1415 (syntax-propertize-rules): New macro.
1416 (syntax-ppss-flush-cache): Set syntax-propertize--done.
1417 (syntax-ppss): Call syntax-propertize.
1418
1419 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
1420
1421 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
1422
1423 * textmodes/ispell.el (ispell-init-process): Improve comments.
1424 XEmacs compatibility changes regarding (add-hook) 'local option
1425 and (set-process-query-on-exit-flag).
1426
1427 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
1428
1429 * net/tramp-cache.el (tramp-parse-connection-properties):
1430 Set tramp-autoload cookie.
1431
1432 2010-09-09 Glenn Morris <rgm@gnu.org>
1433
1434 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
1435 (imagemagick-register-types): Doc fix.
1436
1437 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1438
1439 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
1440
1441 * progmodes/js.el (require): Require is already "eval-and-compile".
1442 (js--re-search-forward): Avoid `eval'. Preserve the error data.
1443 (js--re-search-backward): Use js--re-search-forward.
1444
1445 * progmodes/fortran.el (fortran-line-length): Don't recompute
1446 syntactic keywords redundantly a second time.
1447
1448 * progmodes/ada-mode.el: Replace "(set '" with setq.
1449 (ada-mode): Simplify.
1450 (ada-create-case-exception, ada-adjust-case-interactive)
1451 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
1452 (ada-search-ignore-string-comment, ada-move-to-start)
1453 (ada-move-to-end): Use with-syntax-table.
1454
1455 * font-lock.el (save-buffer-state): Remove `varlist' arg.
1456 (font-lock-unfontify-region, font-lock-default-fontify-region):
1457 Update usage correspondingly.
1458 (font-lock-fontify-syntactic-keywords-region):
1459 Set parse-sexp-lookup-properties buffer-locally here.
1460 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
1461
1462 * simple.el (blink-matching-open): Don't burp if we can't find a match.
1463
1464 2010-09-08 Glenn Morris <rgm@gnu.org>
1465
1466 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
1467 Error if not compiled with -DBYTE_CODE_METER.
1468
1469 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1470 Ignore dir-locals-file.
1471
1472 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1473
1474 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1475 Not a const.
1476 (compilation-error-regexp-alist-alist): Rule out ": " in file names
1477 for the `gnu' messages.
1478 (compilation-set-skip-threshold): New command.
1479 (compilation-start): Use \' rather than $.
1480 (compilation-forget-errors): Use clrhash.
1481
1482 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
1483
1484 * textmodes/ispell.el (ispell-valid-dictionary-list):
1485 Simplify logic.
1486
1487 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
1488
1489 Migrate to Tramp 2.2. Rearrange load dependencies.
1490 (Bug#1529, Bug#5448, Bug#5705)
1491
1492 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
1493 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
1494 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1495
1496 * net/tramp.el (top): Remove all other tramp-* loads except
1497 tramp-compat.el. Remove all changes to tramp-unload-hook for
1498 other tramp-* packages. Rearrange defun order. Change calls of
1499 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
1500 `tramp-compat-octal-to-decimal' to new function names.
1501 (tramp-terminal-type, tramp-initial-end-of-output)
1502 (tramp-methods, tramp-foreign-file-name-handler-alist)
1503 (tramp-tramp-file-p, tramp-completion-mode-p)
1504 (tramp-send-command-and-check, tramp-get-remote-path)
1505 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
1506 (tramp-shell-quote-argument): Set tramp-autoload cookie.
1507 (with-file-property, with-connection-property): Move to
1508 tramp-cache.el.
1509 (tramp-local-call-process, tramp-decimal-to-octal)
1510 (tramp-octal-to-decimal): Move to tramp-compat.el.
1511 (tramp-handle-shell-command): Do not require 'shell.
1512 (tramp-compute-multi-hops): No special handling for tramp-gw-*
1513 symbols.
1514 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
1515
1516 * net/tramp-cache.el (top): Require 'tramp. Add to
1517 `tramp-unload-hook'.
1518 (tramp-cache-data, tramp-get-file-property)
1519 (tramp-set-file-property, tramp-flush-file-property)
1520 (tramp-flush-directory-property, tramp-get-connection-property)
1521 (tramp-set-connection-property, tramp-flush-connection-property)
1522 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
1523 cookie.
1524 (with-file-property, with-connection-property): New defuns, moved
1525 from tramp.el.
1526 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
1527 macro.
1528
1529 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
1530 (tramp-version): Set tramp-autoload cookie.
1531
1532 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
1533 changes to tramp-unload-hook for other tramp-* packages. Add to
1534 `tramp-unload-hook'.
1535 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
1536 (tramp-compat-call-process): New defuns, moved from tramp.el.
1537
1538 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
1539 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1540 to `tramp-unload-hook'. Change call of
1541 `tramp-compat-decimal-to-octal' to new function name.
1542 (tramp-fish-method): Make it a defconst.
1543 (tramp-fish-file-name-p): Make it a defsubst.
1544 (tramp-fish-method, tramp-fish-file-name-handler)
1545 (tramp-fish-file-name-p): Set tramp-autoload cookie.
1546
1547 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
1548 `tramp-foreign-file-name-handler-alist'. Add to
1549 `tramp-unload-hook'.
1550 (tramp-ftp-method): Make it a defconst.
1551 (tramp-ftp-file-name-p): Make it a defsubst.
1552 (tramp-ftp-method, tramp-ftp-file-name-handler)
1553 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
1554
1555 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
1556 `tramp-foreign-file-name-handler-alist'. Add to
1557 `tramp-unload-hook'. Change checks, whether package can be
1558 loaded.
1559 (tramp-gvfs-file-name-p): Make it a defsubst.
1560 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
1561 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
1562 (tramp-gvfs-handle-file-directory-p): New defun.
1563 (tramp-gvfs-file-name-handler-alist): Use it.
1564
1565 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
1566 `tramp-foreign-file-name-handler-alist'. Add to
1567 `tramp-unload-hook'.
1568 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
1569 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
1570 defconst.
1571 (tramp-gw-tunnel-method, tramp-gw-socks-method)
1572 (tramp-gw-open-connection): Set tramp-autoload cookie.
1573
1574 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
1575 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1576 to `tramp-unload-hook'. Change checks, whether package can be
1577 loaded.
1578 (tramp-imap-file-name-p): Make it a defsubst.
1579 (tramp-imap-method, tramp-imaps-method)
1580 (tramp-imap-file-name-handler)
1581 (tramp-imap-file-name-p): Set tramp-autoload cookie.
1582
1583 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
1584 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1585 to `tramp-unload-hook'. Change checks, whether package can be
1586 loaded. Change call of `tramp-compat-decimal-to-octal' to new
1587 function name.
1588 (tramp-smb-tunnel-method): Make it a defconst.
1589 (tramp-smb-file-name-p): Make it a defsubst.
1590 (tramp-smb-method, tramp-smb-file-name-handler)
1591 (tramp-smb-file-name-p): Set tramp-autoload cookie.
1592
1593 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
1594 (tramp-uuencode-region): Set tramp-autoload cookie.
1595
1596 * net/trampver.el (top) Add to `tramp-unload-hook'.
1597 (tramp-version, tramp-bug-report-address): Set tramp-autoload
1598 cookie. Update release number.
1599
1600 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
1601
1602 * textmodes/ispell.el (ispell-start-process): Make sure original
1603 arg list is properly initialized (Bug#6993, Bug#6994).
1604
1605 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1606
1607 * files.el (directory-abbrev-alist): Use \` as default regexp.
1608
1609 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1610 chars like - or ] (bug#6984).
1611 (rx-any-condense-range): Explode 2-char ranges.
1612
1613 2010-09-06 Glenn Morris <rgm@gnu.org>
1614
1615 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1616
1617 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1618
1619 * textmodes/bibtex.el:
1620 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1621
1622 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1623
1624 * net/imap.el (imap-message-map): Remove optional buffer parameter,
1625 since no callers use it.
1626 (imap-message-get): Ditto.
1627 (imap-message-put): Ditto.
1628 (imap-mailbox-map): Ditto.
1629 (imap-mailbox-put): Ditto.
1630 (imap-mailbox-get): Ditto.
1631 (imap-mailbox-get): Revert last change for this function.
1632
1633 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1634
1635 * net/imap.el (imap-fetch-safe): Remove function, and alter all
1636 callers to use `imap-fetch' instead. According to the comments, this
1637 should be safe, since all other IMAP clients use the 1:* syntax.
1638 (imap-enable-exchange-bug-workaround): Remove.
1639 (imap-debug): Remove -- doesn't seem very useful.
1640
1641 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1642
1643 * net/imap.el (imap-log): New convenience function used throughout
1644 instead of repeating the same code all over the place.
1645
1646 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
1647
1648 * mouse.el (mouse-save-then-kill): Save region to kill-ring
1649 when mouse-drag-copy-region is non-nil (Bug#6956).
1650
1651 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
1652
1653 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
1654 Improve regexps (Bug#6987).
1655 (dired-sort-toggle): Search more robustly for -t flag.
1656
1657 * files.el (get-free-disk-space): Search more robustly for
1658 "available" column. Suggested by Ehud Karni
1659 <ehud@unix.mvs.co.il>.
1660
1661 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
1662
1663 * international/uni-bidi.el:
1664 * international/uni-category.el:
1665 * international/uni-combining.el:
1666 * international/uni-decimal.el:
1667 * international/uni-mirrored.el:
1668 * international/uni-name.el: Regenerate.
1669
1670 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1671
1672 * electric.el (electric-indent-post-self-insert-function):
1673 Don't reindent with a sloppy indentation function.
1674
1675 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
1676 border case in change-log-mode.
1677
1678 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
1679
1680 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1681 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
1682 Recognize leading tab in gcc-include regexp. Ignore names with
1683 leading "from" or "in" in gnu regexp (Bug#6937).
1684
1685 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1686
1687 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
1688 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
1689 (ispell-start-process): Avoid setq and simplify logic.
1690 (ispell-init-process): Setup kill-buffer-hook locally when needed.
1691 (kill-buffer-hook): Don't use it globally with code that uses
1692 expand-file-name since that may call kill-buffer via
1693 code_conversion_restore.
1694
1695 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
1696
1697 * emacs-lisp/package.el (package-directory-list): Only call
1698 file-name-nondirectory on a string.
1699
1700 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
1701
1702 * emacs-lisp/package.el (package--download-one-archive):
1703 Ensure that archive-contents is valid before saving it.
1704 (package-activate-1, package-mark-obsolete, define-package)
1705 (package-compute-transaction, package-list-maybe-add): Use push.
1706
1707 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1708
1709 Use SMIE's blink-paren for octave-mode.
1710 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
1711 Backslashes do not escape single-quotes, single-quotes do.
1712 (octave-block-else-regexp, octave-block-end-regexp)
1713 (octave-block-match-alist): Remove.
1714 (octave-smie-bnf-table): New var, with old content.
1715 (octave-smie-op-levels): Use it.
1716 (octave-smie-closer-alist): New var.
1717 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
1718 (octave-blink-matching-block-open): Remove.
1719 (octave-reindent-then-newline-and-indent, octave-electric-semi)
1720 (octave-electric-space): Let self-insert-command run expand-abbrev and
1721 blink parens.
1722
1723 * electric.el (electricity): New group.
1724 (electric-indent-chars): New var.
1725 (electric-indent-post-self-insert-function): New fun.
1726 (electric-indent-mode): New minor mode.
1727 (electric-pair-skip-self): New custom.
1728 (electric-pair-post-self-insert-function): New function.
1729 (electric-pair-mode): New minor mode.
1730
1731 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
1732 calcAlg-blink-matching-open.
1733 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
1734 (calc-do-alg-entry): Only touch the part of the keymap that varies.
1735 Use the new blink-matching-check-function.
1736
1737 Provide blink-matching support to SMIE.
1738 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
1739 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
1740 (smie-blink-matching-check, smie-blink-matching-open): New functions.
1741
1742 * simple.el (newline): Fix last change to properly remove itself from
1743 the hook.
1744
1745 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1746
1747 * simple.el (newline): Eliminate optimization.
1748 Use post-self-insert-hook to set hard-newline and things before
1749 running post-self-insert-hook.
1750 (blink-matching-check-mismatch): New function.
1751 (blink-matching-check-function): New variable.
1752 (blink-matching-open): Use them.
1753 Skip back forward over prefix chars skipped by forward-sexp.
1754 Don't check if the parens are backslash escaped.
1755 (blink-paren-post-self-insert-function): Check backslash escaping here.
1756
1757 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
1758
1759 * emacs-lisp/package.el (package-menu-mode-map):
1760 Change package-menu-revert bindings to revert-buffer.
1761 (package-menu-mode): Set revert-buffer-function.
1762 (package-menu-revert): Doc fix.
1763
1764 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
1765
1766 * textmodes/ispell.el (ispell-init-process): Use "~/" as
1767 `default-directory' unless using Ispell per-directory personal
1768 dictionaries and not in a mini-buffer under XEmacs.
1769 (kill-buffer-hook): Do not kill ispell process on exit when
1770 `ispell-process-directory' is "~/". (Bug#6143)
1771
1772 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1773
1774 * simple.el (kill-new): Call interprogram-cut-function with only
1775 one argument.
1776
1777 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
1778 Remove cut buffer from error message.
1779
1780 * term/x-win.el (x-select-text):
1781 * term/pc-win.el (x-selection-value):
1782 * term/ns-win.el (x-selection-value):
1783 * eshell/em-term.el:
1784 * w32-fns.el (x-get-selection-value):
1785 * mouse-sel.el (mouse-sel-set-selection-function):
1786 * frame.el (display-selections-p): Remove cut-buffer in documentation.
1787
1788 * term/x-win.el: Update documentation for x-last-selected-text-*.
1789 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
1790 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
1791 (x-select-text): Remove argument PUSH, update documentation. Remove
1792 cut-buffer code.
1793 (x-selection-value-internal): Was previously x-selection-value.
1794 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
1795 Update documentation, remove cut-buffer code. Call
1796 x-selection-value-internal.
1797 (x-clipboard-yank): Call x-selection-value-internal.
1798 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
1799
1800 * term/pc-win.el (x-last-selected-text):
1801 x-cut-buffer-or-selection-value renamed to x-selection-value
1802 (x-select-text): Remove argument PUSH, update documentation.
1803
1804 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
1805 x-cut-buffer-or-selection-value renamed to x-selection-value
1806 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
1807 (x-select-text): Remove argument PUSH, update documentation.
1808
1809 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
1810
1811 * w32-fns.el (x-last-selected-text):
1812 x-cut-buffer-or-selection-value renamed to x-selection-value.
1813 (x-cut-buffer-max): Remove.
1814 (x-select-text): Remove argument PUSH, update documentation.
1815
1816 * simple.el (interprogram-cut-function): Remove mention of PUSH.
1817
1818 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
1819
1820 * mouse-sel.el (mouse-sel-get-selection-function):
1821 x-cut-buffer-or-selection-value renamed to x-selection-value.
1822 (x-select-text): Remove optional push.
1823
1824 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1825
1826 * simple.el (blink-paren-function): Move from C to here.
1827 (blink-paren-post-self-insert-function): New function.
1828 (post-self-insert-hook): Use it.
1829
1830 * emacs-lisp/pcase.el (pcase-split-memq):
1831 Fix overenthusiastic optimisation.
1832 (pcase-u1): Handle the case of a lambda pred.
1833
1834 2010-08-31 Kenichi Handa <handa@m17n.org>
1835
1836 * international/mule-cmds.el (standard-display-european-internal):
1837 Setup standard-display-table for 8-bit characters by storing 8-bit
1838 characters in the element vector.
1839
1840 * disp-table.el (standard-display-8bit):
1841 Setup standard-display-table for 8-bit characters by storing 8-bit
1842 characters in the element vector.
1843 (standard-display-european): Likewise.
1844
1845 2010-08-31 Masatake YAMATO <yamato@redhat.com>
1846
1847 * textmodes/nroff-mode.el (nroff-view): New command.
1848 (nroff-mode-map): Bind it to C-c C-c.
1849
1850 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1851
1852 * emacs-lisp/smie.el (smie-down-list): New command.
1853
1854 Remove old indentation and navigation code on octave-mode.
1855 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
1856 smie-down-list rather than add a binding for octave-down-block.
1857 (octave-mark-block, octave-blink-matching-block-open):
1858 Rely on forward-sexp-function.
1859 (octave-fill-paragraph): Don't narrow, so you can use
1860 indent-according-to-mode.
1861 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
1862 (octave-in-block-p, octave-re-search-forward-kw)
1863 (octave-re-search-backward-kw, octave-indent-calculate)
1864 (octave-end-as-array-index-p, octave-block-end-offset)
1865 (octave-scan-blocks, octave-forward-block, octave-backward-block)
1866 (octave-down-block, octave-backward-up-block, octave-up-block)
1867 (octave-before-magic-comment-p, octave-indent-line): Remove.
1868
1869 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
1870
1871 * emacs-lisp/package.el (package--read-archive-file): Just use
1872 `read', to avoid copying an additional string.
1873 (package-menu-mode): Set header-line-format here.
1874 (package-menu-refresh, package-menu-revert): Signal an error if
1875 not in the Package Menu.
1876 (package-menu-package-list): New var.
1877 (package--generate-package-list): Operate on the current buffer;
1878 don't assume that it is *Packages*, since the user may rename it.
1879 Allow persistent package listings and sort keys using
1880 package-menu-package-list and package-menu-package-sort-key.
1881 (package-menu--version-predicate): Fix version calculation.
1882 (package-menu-sort-by-column): Don't select the window.
1883 (package--list-packages): Create the *Packages* buffer.
1884 Set package-menu-package-list-key.
1885 (list-packages): Sorting by status is now the default.
1886 (package-buffer-info): Use match-string-no-properties.
1887 (define-package): Add a &rest argument for future proofing, but
1888 don't use it yet.
1889 (package-install-from-buffer, package-install-buffer-internal):
1890 Merge into a single function, package-install-from-buffer.
1891 (package-install-file): Change caller.
1892
1893 * finder.el: Load finder-inf using `require'.
1894 (finder-list-matches): Sorting by status is now the default.
1895 (finder-compile-keywords): Simpify printing.
1896
1897 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1898
1899 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1900 (octave-mode-map): Remove special bindings for forward/backward-block
1901 and octave-backward-up-block. Use smie-close-block.
1902 (octave-continuation-marker-regexp): New var.
1903 (octave-continuation-regexp): Use it.
1904 (octave-operator-table, octave-smie-op-levels)
1905 (octave-operator-regexp, octave-smie-indent-rules): New vars.
1906 (octave-smie-backward-token, octave-smie-forward-token): New funs.
1907 (octave-mode): Use SMIE.
1908 (octave-close-block): Delete.
1909
1910 2010-08-30 Eli Zaretskii <eliz@gnu.org>
1911
1912 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
1913 CLIPBOARD, not in PRIMARY. (Bug#6944)
1914
1915 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1916
1917 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
1918 a list of parents.
1919 (smie-indent-column): Allow indirection through variables.
1920
1921 * composite.el (save-buffer-state): Delete, unused.
1922 * font-lock.el (save-buffer-state): Use with-silent-modifications.
1923 (font-lock-default-fontify-region): Use with-syntax-table.
1924 * jit-lock.el (with-buffer-unmodified): Remove.
1925 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
1926
1927 Use `declare' in defmacros.
1928 * window.el (save-selected-window):
1929 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
1930 * progmodes/python.el (def-python-skeleton):
1931 * net/dbus.el (dbus-ignore-errors):
1932 * jka-cmpr-hook.el (with-auto-compression-mode):
1933 * international/mule.el (with-category-table):
1934 * emacs-lisp/timer.el (with-timeout):
1935 * emacs-lisp/lisp-mnt.el (lm-with-file):
1936 * emacs-lisp/eieio.el (with-slots):
1937 * emacs-lisp/easymenu.el (easy-menu-define):
1938 * emacs-lisp/debug.el (debugger-env-macro):
1939 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
1940 (Multiple-value-call, Multiple-value-prog1):
1941 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
1942 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
1943 edebug rule to definition.
1944 * emacs-lisp/lisp-mode.el (save-selected-window)
1945 (with-current-buffer, combine-after-change-calls)
1946 (with-output-to-string, with-temp-file, with-temp-buffer)
1947 (with-temp-message, with-syntax-table, read-if, eval-after-load)
1948 (dolist, dotimes, when, unless):
1949 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
1950
1951 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
1952
1953 * finder.el: Require `package'.
1954 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
1955 (finder-package-info): Var deleted.
1956 (finder-keywords-hash, finder--builtins-alist): New vars.
1957 (finder-compile-keywords): Compute package--builtins and
1958 finder-keywords-hash instead of finder-keywords-hash, respecting
1959 the "Package" header.
1960 (finder-unknown-keywords, finder-list-matches):
1961 Use finder-keywords-hash and package--list-packages.
1962 (finder-mode): Don't set font-lock-defaults.
1963 (finder-exit): We don't use "*Finder-package*" and "*Finder
1964 Category*" buffers anymore.
1965
1966 * emacs-lisp/package.el (package--builtins-base): Var deleted.
1967 (package--builtins): Set default value to nil.
1968 (package-initialize): Load precomputed value of package--builtins
1969 from finder-inf.el.
1970 (package-alist, package-compute-transaction)
1971 (package-download-transaction): Improve docstring.
1972 (package-read-all-archive-contents): Do not change
1973 package--builtins here.
1974 (list-packages): Make package-list-packages an alias for this.
1975 Sort by status by default.
1976 (package--list-packages): Add optional PACKAGES arg.
1977 (describe-package-1): Use font-lock-face property. For built-in
1978 packages, insert file commentary.
1979 (package--generate-package-list): Rename from
1980 package-list-packages-internal; all callers changed. Add optional
1981 PACKAGES arg. Add alphabetical sort fallbacks.
1982 (package-menu--version-predicate, package-menu--status-predicate)
1983 (package-menu--description-predicate)
1984 (package-menu--name-predicate): New functions.
1985
1986 * info.el (Info-finder-find-node): Search package-alist instead of
1987 finder-package-info.
1988
1989 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
1990
1991 * subr.el (version-regexp-alist): Don't use "a" and "b" for
1992 "alpha" and "beta".
1993 (version-to-list): Handle versions like "10.3d".
1994
1995 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1996
1997 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
1998 (macroexp-accumulate): Use `declare'.
1999
2000 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2001
2002 * whitespace.el (whitespace-style): Adjust type declaration.
2003
2004 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
2005
2006 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2007 empty argument to gvfs-copy.
2008
2009 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2010
2011 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2012 handle new TRASH arg of `delete-file'.
2013
2014 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
2015
2016 * net/tramp.el (tramp-handle-insert-directory): Don't use
2017 `forward-word', its default syntax could be changed.
2018
2019 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2020 Michael Albinus <michael.albinus@gmx.de>
2021
2022 Implement compression for inline methods.
2023
2024 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2025 (tramp-copy-size-limit): Allow also nil.
2026 (tramp-inline-compress-commands): New defconst.
2027 (tramp-find-inline-compress, tramp-get-inline-compress)
2028 (tramp-get-inline-coding): New defuns.
2029 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2030 replaced by `tramp-get-inline-coding'.
2031 (tramp-handle-file-local-copy, tramp-handle-write-region)
2032 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2033
2034 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
2035
2036 Detect ssh 'ControlMaster' argument automatically in some cases.
2037
2038 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2039 (tramp-default-method): Use it.
2040
2041 2010-08-26 Karel Klíč <kklic@redhat.com>
2042
2043 * net/tramp.el (tramp-file-name-for-operation):
2044 Add file-selinux-context.
2045
2046 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
2047
2048 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
2049
2050 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2051
2052 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
2053 (Bug#6907).
2054
2055 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
2056
2057 * progmodes/js.el: Make indentation more customizable (Bug#6914).
2058 (js-paren-indent-offset, js-square-indent-offset)
2059 (js-curly-indent-offset): New options.
2060 (js--proper-indentation): Use them.
2061
2062 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
2063
2064 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
2065 instead of inspecting font-lock properties (Bug#6916).
2066
2067 2010-08-26 David Reitter <david.reitter@gmail.com>
2068
2069 * server.el (server-visit-files): Run pre-command-hook and
2070 post-command-hook for each buffer while it is current (Bug#6910).
2071 (server-execute): Do not run hooks here.
2072
2073 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
2074
2075 Sync with Tramp 2.1.19.
2076
2077 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2078 (tramp-reporter-dump-variable, tramp-load-report-modules)
2079 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
2080 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
2081
2082 * net/tramp-compat.el (top): Do not autoload
2083 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
2084 only when `start-file-process' is not bound.
2085 (byte-compile-not-obsolete-vars): Define if not bound.
2086 (tramp-compat-funcall): New defmacro.
2087 (tramp-compat-line-beginning-position)
2088 (tramp-compat-line-end-position)
2089 (tramp-compat-temporary-file-directory)
2090 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2091 (tramp-compat-copy-file, tramp-compat-copy-directory)
2092 (tramp-compat-delete-file, tramp-compat-delete-directory)
2093 (tramp-compat-number-sequence, tramp-compat-process-running-p):
2094 Use it.
2095 (tramp-advice-file-expand-wildcards): Do not use
2096 `tramp-handle-file-remote-p'.
2097 (tramp-compat-make-temp-file): Simplify fallback implementation.
2098 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2099 (tramp-compat-copy-tree): Remove function.
2100 (tramp-compat-delete-file): New defun.
2101 (tramp-compat-delete-directory): Provide implementation for older
2102 Emacsen.
2103 (tramp-compat-file-attributes): Handle only
2104 `wrong-number-of-arguments' error.
2105
2106 * net/tramp-fish.el (tramp-fish-handle-copy-file):
2107 Add PRESERVE_SELINUX_CONTEXT.
2108 (tramp-fish-handle-delete-file): Add TRASH arg.
2109 (tramp-fish-handle-directory-files-and-attributes):
2110 Do not use `tramp-fish-handle-file-attributes.
2111 (tramp-fish-handle-file-local-copy)
2112 (tramp-fish-handle-insert-file-contents)
2113 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
2114
2115 * net/tramp-gvfs.el (top): Require url-util.
2116 (tramp-gvfs-mount-point): Remove.
2117 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
2118 and `set-file-selinux-context'.
2119 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
2120 (tramp-gvfs-handle-file-selinux-context)
2121 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2122 (with-tramp-dbus-call-method): Format trace message.
2123 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2124 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
2125 Implement backup call, when operation on local files fails.
2126 Use progress reporter. Flush properties of changed files.
2127 (tramp-gvfs-handle-delete-file): Add TRASH arg. Use
2128 `tramp-compat-delete-file'.
2129 (tramp-gvfs-handle-expand-file-name): Expand "~/".
2130 (tramp-gvfs-handle-make-directory): Make more traces.
2131 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
2132 (tramp-gvfs-url-file-name): Hexify file name in url.
2133 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
2134 into account for the resulting file name.
2135 (tramp-gvfs-handler-askquestion): Preserve current message, in
2136 order to let progress reporter continue afterwards. (Bug#6257)
2137 Return dummy mountpoint, when the answer is "no".
2138 See `tramp-gvfs-maybe-open-connection'.
2139 (tramp-gvfs-handler-mounted-unmounted)
2140 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
2141 attribute "default_location". Set "prefix" property.
2142 Handle default-location.
2143 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
2144 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
2145 exists. Raise an error, if not (due to a corresponding answer
2146 "no" in interactive questions, for example).
2147 Use `tramp-compat-funcall'.
2148
2149 * net/tramp-imap.el (top): Autoload `epg-make-context'.
2150 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2151 (tramp-imap-do-copy-or-rename-file)
2152 (tramp-imap-handle-insert-file-contents)
2153 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2154 (tramp-imap-handle-delete-file): Add TRASH arg.
2155
2156 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2157 Add PRESERVE-SELINUX-CONTEXT.
2158 (tramp-smb-handle-copy-file)
2159 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2160 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2161 Use `with-progress-reporter'.
2162 (tramp-smb-handle-delete-file): Add TRASH arg.
2163
2164 * net/tramp.el (tramp-methods): Move hostname to the end in all
2165 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
2166 appropriate.
2167 (tramp-verbose): Describe verbose level 9.
2168 (tramp-completion-function-alist)
2169 (tramp-file-name-regexp, tramp-chunksize)
2170 (tramp-local-coding-commands, tramp-remote-coding-commands)
2171 (with-connection-property, tramp-completion-mode-p)
2172 (tramp-action-process-alive, tramp-action-out-of-band)
2173 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2174 (tramp-exists-file-name-handler): Fix docstring.
2175 (tramp-remote-process-environment): Use `format' instead of
2176 `concat'. Protect version string by apostroph.
2177 (tramp-shell-prompt-pattern): Do not use a shy group in case of
2178 XEmacs.
2179 (tramp-file-name-regexp-unified)
2180 (tramp-completion-file-name-regexp-unified): On W32 systems, do
2181 not regard the volume letter as remote filename. (Bug#5447)
2182 (tramp-perl-file-attributes)
2183 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2184 (tramp-vc-registered-read-file-names): Read input as
2185 here-document, otherwise the command could exceed maximum length
2186 of command line.
2187 (tramp-file-name-handler-alist): Add `file-selinux-context' and
2188 `set-file-selinux-context'.
2189 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
2190 backtrace functions.
2191 (tramp-error-with-buffer): Don't show the connection buffer when
2192 we are in completion mode.
2193 (tramp-progress-reporter-update, tramp-remote-selinux-p)
2194 (tramp-handle-file-selinux-context)
2195 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
2196 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
2197 New defuns.
2198 (with-progress-reporter): New defmacro.
2199 (tramp-debug-outline-regexp): New defconst.
2200 (top, tramp-rfn-eshadow-setup-minibuffer)
2201 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2202 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2203 (tramp-completion-mode-p, tramp-check-for-regexp)
2204 (tramp-open-connection-setup-interactive-shell)
2205 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2206 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2207 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
2208 Use `tramp-compat-funcall'.
2209 (tramp-handle-make-symbolic-link): Flush file properties.
2210 (tramp-handle-load, tramp-handle-file-local-copy)
2211 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2212 (tramp-handle-vc-registered, tramp-maybe-send-script)
2213 (tramp-find-shell): Use `with-progress-reporter'.
2214 (tramp-do-file-attributes-with-stat): Add space in format string,
2215 in order to work around a bug in pdksh. Reported by Gilles Pion
2216 <gpion@lfdj.com>.
2217 (tramp-handle-verify-visited-file-modtime): Do not send a command
2218 when the connection is not established.
2219 (tramp-handle-set-file-times): Simplify the check for utc.
2220 (tramp-handle-directory-files-and-attributes)
2221 (tramp-get-remote-path): Use `copy-tree'.
2222 (tramp-completion-handle-file-name-all-completions): Ensure, that
2223 non remote files are still checked. Oops.
2224 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2225 Handle PRESERVE-SELINUX-CONTEXT.
2226 (tramp-do-copy-or-rename-file): Add progress reporter.
2227 (tramp-do-copy-or-rename-file-directly): Do not use
2228 `tramp-handle-file-remote-p'.
2229 (tramp-do-copy-or-rename-file-out-of-band):
2230 Use `tramp-compat-delete-directory'.
2231 (tramp-do-copy-or-rename-file-out-of-band)
2232 (tramp-compute-multi-hops, tramp-maybe-open-connection):
2233 Use `format-spec-make'.
2234 (tramp-handle-delete-file): Add TRASH arg.
2235 (tramp-handle-dired-uncache): Flush directory cache, not only file
2236 cache.
2237 (tramp-handle-expand-file-name)
2238 (tramp-completion-handle-file-name-all-completions)
2239 (tramp-completion-handle-file-name-completion):
2240 Use `tramp-connectable-p'.
2241 (tramp-handle-start-file-process): Set connection property "vec".
2242 Use it, in order to invalidate file caches. Check only for
2243 `remote-tty' process property.
2244 Implement tty setting. (Bug#4604, Bug#6360)
2245 (tramp-file-name-for-operation): Add `call-process-region' and
2246 `set-file-selinux-context'.
2247 (tramp-find-foreign-file-name-handler)
2248 (tramp-advice-make-auto-save-file-name)
2249 (tramp-set-auto-save-file-modes): Remove superfluous check for
2250 `stringp'. This is done inside `tramp-tramp-file-p'.
2251 (tramp-file-name-handler): Trace 'quit. Catch the error for some
2252 operations when we are in completion mode. This gives the user
2253 the chance to correct the file name in the minibuffer.
2254 (tramp-completion-mode-p): Use `non-essential'.
2255 (tramp-handle-file-name-all-completions): Backward/ XEmacs
2256 compatibility: Use `completion-ignore-case' if
2257 `read-file-name-completion-ignore-case' does not exist.
2258 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
2259 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2260 `tramp-open-shell'.
2261 (tramp-action-password): Hide password prompt before next run.
2262 (tramp-process-actions): Widen connection buffer for the trace.
2263 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2264 process property. Trace stty settings if `tramp-verbose' >= 9.
2265 Apply workaround for IRIX64 bug. Move argument of last
2266 `tramp-send-command' where it belongs to.
2267 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2268 front of `login-args'.
2269 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
2270 on "/dev/null" instead of "/".
2271 (tramp-get-ls-command-with-dired): Make test for "--dired"
2272 stronger.
2273 (tramp-set-auto-save-file-modes): Adapt version check.
2274 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
2275 (tramp-handle-process-file): Call the program in a subshell, in
2276 order to preserve working directory.
2277 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
2278 `tramp-remote-sh' from `tramp-methods'.
2279 (tramp-get-ls-command): Make test for "--color=never" stronger.
2280 (tramp-check-for-regexp): Use (forward-line 1).
2281
2282 * net/trampver.el: Update release number.
2283
2284 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2285
2286 * help.el (help-map): Bind `C-h P' to describe-package.
2287
2288 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
2289
2290 * emacs-lisp/package.el (package-refresh-contents): Catch errors
2291 when downloading archives.
2292 (describe-package-1): Add package commentary.
2293 (package-install-button-action): New function.
2294 (package-menu-mode-map): Bind ? to package-menu-describe-package.
2295 (package-menu-view-commentary): Function removed.
2296 (package-list-packages-internal): Hide the `package' package too.
2297
2298 2010-08-25 Kenichi Handa <handa@m17n.org>
2299
2300 * language/misc-lang.el ("Arabic"): New language environment.
2301 Setup composition-function-table for Arabic characters.
2302
2303 * international/fontset.el (setup-default-fontset): Fix typo for
2304 arabic OTF spec (fini->fina).
2305
2306 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
2307
2308 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
2309 on all frames.
2310
2311 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2312
2313 * whitespace.el: Allow cleaning up blanks without blank
2314 visualization (Bug#6651). Adjust help window for
2315 whitespace-toggle-options (Bug#6479). Allow to use fill-column
2316 instead of whitespace-line-column (from EmacsWiki). New version
2317 13.1.
2318 (whitespace-style): Added new value 'face. Adjust docstring.
2319 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
2320 foreground property face.
2321 (whitespace-line-column): Adjust docstring and type declaration.
2322 (whitespace-style-value-list, whitespace-toggle-option-alist)
2323 (whitespace-help-text): Adjust const initialization.
2324 (whitespace-toggle-options, global-whitespace-toggle-options):
2325 Adjust docstring.
2326 (whitespace-display-window, whitespace-interactive-char)
2327 (whitespace-style-face-p, whitespace-color-on): Adjust code.
2328 (whitespace-help-scroll): New fun.
2329
2330 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2331
2332 * emacs-lisp/package.el (list-packages): Alias for
2333 package-list-packages.
2334
2335 2010-08-24 Kevin Ryde <user42@zip.com.au>
2336
2337 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
2338 (Bug#5651).
2339
2340 * progmodes/ruby-mode.el (ruby): Add defgroup.
2341
2342 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2343
2344 * progmodes/python.el: Add Ipython support (Bug#5390).
2345 (python-shell-prompt-alist)
2346 (python-shell-continuation-prompt-alist): New options.
2347 (python--set-prompt-regexp): New function.
2348 (inferior-python-mode, run-python, python-shell): Require
2349 ansi-color. Use python--set-prompt-regexp to set the comint
2350 prompt based on the Python interpreter.
2351 (python--prompt-regexp): New var.
2352 (python-check-comint-prompt)
2353 (python-comint-output-filter-function): Use it.
2354 (run-python): Use a pipe (Bug#5694).
2355
2356 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
2357
2358 * progmodes/python.el (python-send-region): Send a different
2359 Python command if Ipython is in use.
2360 (python-check-version): Use a Python command to find the version.
2361
2362 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2363
2364 * mouse.el (mouse-yank-primary): Avoid setting primary when
2365 deactivating the mark (Bug#6872).
2366
2367 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
2368
2369 * progmodes/python.el (python-block-pairs): Allow use of "finally"
2370 with "else" (Bug#3991).
2371
2372 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
2373
2374 * net/dbus.el: Accept UNIX domain sockets as bus address.
2375 (top): Don't initialize `dbus-registered-objects-table' anymore,
2376 this is done in dbusbind,c.
2377 (dbus-check-event): Adapt test for bus.
2378 (dbus-return-values-table, dbus-unregister-service)
2379 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
2380 Adapt doc string.
2381
2382 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
2383
2384 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
2385
2386 2010-08-22 Juri Linkov <juri@jurta.org>
2387
2388 * simple.el (read-extended-command): New function with the logic
2389 for `completing-read' moved to Elisp from `execute-extended-command'.
2390 Use `function-called-at-point' in `minibuffer-default-add-function'
2391 to get a command name for M-n (bug#5364, bug#5214).
2392
2393 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2394
2395 * startup.el (command-line-1): Issue warning for ignored arguments
2396 --unibyte, etc (Bug#6886).
2397
2398 2010-08-22 Leo <sdl.web@gmail.com>
2399
2400 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
2401 (ignore, bright, dim, keyword): Split list of nicknames before
2402 passing to rcirc-add-or-remove (Bug#6894).
2403
2404 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2405
2406 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2407
2408 2010-08-22 Leo <sdl.web@gmail.com>
2409
2410 Fix buffer-list rename&refresh after killing a buffer in ido.
2411 * ido.el: Revert Óscar's.
2412 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
2413 Remember the buffers at head, rather than their name.
2414 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
2415
2416 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
2417 Stefan Monnier <monnier@iro.umontreal.ca>
2418
2419 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2420 extra backslash added to each line (bug#6890).
2421
2422 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2423
2424 * subr.el (read-key): Don't echo keystrokes (bug#6883).
2425
2426 2010-08-22 Glenn Morris <rgm@gnu.org>
2427
2428 * menu-bar.el (menu-bar-games-menu): Add landmark.
2429
2430 2010-08-22 Glenn Morris <rgm@gnu.org>
2431
2432 * align.el (align-regexp): Make group and spacing arguments
2433 use the interactive defaults when non-interactive. (Bug#6698)
2434
2435 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
2436 expansion, so as not to need sendmail.
2437 (mail-text-start): Remove declaration.
2438 (rmail-retry-failure): Require sendmail.
2439
2440 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2441
2442 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2443
2444 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
2445
2446 * progmodes/flymake.el (flymake-start-syntax-check-process):
2447 Use `start-file-process' in order to let it run also on remote hosts.
2448
2449 2010-08-22 Kenichi Handa <handa@m17n.org>
2450
2451 * files.el: Add `word-wrap' as safe local variable.
2452
2453 2010-08-22 Glenn Morris <rgm@gnu.org>
2454
2455 * woman.el (woman-translate): Case matters. (Bug#6849)
2456
2457 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2458
2459 * simple.el (kill-region): Doc fix (Bug#6787).
2460
2461 2010-08-22 Glenn Morris <rgm@gnu.org>
2462
2463 * calendar/diary-lib.el (diary-header-line-format):
2464 Fit it to the window, not the frame.
2465
2466 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
2467
2468 * subr.el (ignore-errors): Add debug declaration.
2469
2470 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
2471
2472 * whitespace.el (whitespace-color-off): Remove post-command-hook
2473 locally.
2474
2475 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2476
2477 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
2478
2479 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
2480
2481 * cus-edit.el (custom-group-value-create): Add extra newline
2482 before end line (Bug#6876).
2483
2484 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
2485
2486 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
2487 when extending it. Before killing on the second click, check if
2488 the buffer is the correct one. Doc fix.
2489 (mouse-secondary-save-then-kill): Allow usage without first
2490 calling mouse-start-secondary, by defaulting to point. Don't save
2491 an empty secondary selection. Doc fix.
2492
2493 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2494
2495 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
2496 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
2497 New version 13.0.
2498 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2499 Adjust initialization.
2500 (whitespace-bob-marker, whitespace-eob-marker)
2501 (whitespace-buffer-changed): New vars.
2502 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2503 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2504 (whitespace-post-command-hook, whitespace-display-char-on):
2505 Adjust code.
2506 (whitespace-looking-back, whitespace-buffer-changed): New funs.
2507 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
2508
2509 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2510
2511 * files.el (locate-file-completion-table): Only list the .el and .elc
2512 extensions if there's no other choice (bug#5955).
2513
2514 * facemenu.el (facemenu-self-insert-data): New var.
2515 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
2516 New functions.
2517 (facemenu-add-face): Use them.
2518
2519 * simple.el (blink-matching-open): Obey forward-sexp-function.
2520
2521 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
2522
2523 * simple.el (prog-mode-map): New var.
2524 (prog-indent-sexp): New command.
2525
2526 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
2527
2528 * progmodes/prolog.el (smie): Require.
2529
2530 * emacs-lisp/smie.el (smie-default-backward-token)
2531 (smie-default-forward-token): Strip properties.
2532 (smie-next-sexp): Be more careful with associative operators.
2533 (smie-forward-sexp-command): Generalize.
2534 (smie-backward-sexp-command): Simplify.
2535 (smie-closer-alist): New var.
2536 (smie-close-block): New command.
2537 (smie-indent-debug-log): New var.
2538 (smie-indent-offset-rule): Add a few more cases.
2539 (smie-indent-column): New function.
2540 (smie-indent-after-keyword): Use it.
2541 (smie-indent-keyword): Use it.
2542 Fix up the opener code's point position.
2543 (smie-indent-comment): Only applies at BOL.
2544 (smie-indent-debug): New command.
2545
2546 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
2547 declarations that are useful before running the macro.
2548
2549 2010-08-18 Joakim Verona <joakim@verona.se>
2550
2551 * image.el (imagemagick-types-inhibit): New variable.
2552 (imagemagick-register-types): New function.
2553 * image-mode.el (image-transform-properties): New function.
2554 (image-transform-set-scale, image-transform-fit-to-height)
2555 (image-transform-set-rotation, image-transform-set-resize)
2556 (image-transform-fit-to-width, image-transform-fit-to-height):
2557 New functions.
2558 (image-toggle-display-image): Support image transforms.
2559
2560 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
2561
2562 * image.el (create-animated-image): Don't add heuristic mask to image
2563 (Bug#6839).
2564
2565 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
2566
2567 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
2568 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
2569
2570 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
2571
2572 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
2573
2574 Font-lock '...' strings, plus various simplifications and fixes.
2575 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2576 (octave-font-lock-close-quotes): New function.
2577 (octave-font-lock-syntactic-keywords): New var.
2578 (octave-mode): Use it. Set beginning-of-defun-function.
2579 (octave-mode-map): Don't override the <foo>-defun commands.
2580 (octave-mode-menu): Pass it directly to easy-menu-define;
2581 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
2582 (octave-block-match-alist): Fix up last change so that
2583 octave-close-block uses the more specific keyword.
2584 (info-lookup-mode): Silence byte-compiler.
2585 (octave-beginning-of-defun): Not interactive any more.
2586 Optimize slightly.
2587 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
2588 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
2589 (octave-completion-at-point-function): Make sure point is within
2590 beg..end.
2591 (octave-reindent-then-newline-and-indent):
2592 Use reindent-then-newline-and-indent.
2593 (octave-add-octave-menu): Remove.
2594
2595 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
2596
2597 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
2598 (report-emacs-bug-can-use-xdg-email): New functions.
2599 (report-emacs-bug): Set can-xdg-email to result of
2600 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
2601 \C-cm to report-emacs-bug-insert-to-mailer and add help text
2602 about it.
2603
2604 * net/browse-url.el (browse-url-default-browser): Add cond
2605 for browse-url-xdg-open.
2606 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
2607
2608 2010-08-17 Glenn Morris <rgm@gnu.org>
2609
2610 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
2611 (c-fontify-recorded-types-and-refs): Define for compiler.
2612 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
2613 before use.
2614
2615 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
2616 Fix format call.
2617
2618 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
2619
2620 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
2621 properties.
2622 (tramp-handle-process-file): Call the program in a subshell, in
2623 order to preserve working directory.
2624 (tramp-action-password): Hide password prompt before next run.
2625 (tramp-process-actions): Widen connection buffer for the trace.
2626
2627 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2628
2629 * net/rcirc.el (rcirc-log-process-buffers): New option.
2630 (rcirc-print): Use it.
2631 (rcirc-generate-log-filename): New function.
2632 (rcirc-log-filename-function): Change default to
2633 rcirc-generate-log-filename (Bug#6828).
2634
2635 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
2636
2637 * simple.el (deactivate-mark): If select-active-regions is `only',
2638 only set selection for temporarily active regions.
2639
2640 * cus-start.el: Change defcustom for select-active-regions.
2641
2642 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
2643
2644 * mouse.el (mouse--drag-set-mark-and-point): New function.
2645 (mouse-drag-track): Use LOCATION arg to push-mark.
2646 Use mouse--drag-set-mark-and-point to take click-count into
2647 consideration when updating point and mark (Bug#6840).
2648
2649 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
2650
2651 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2652 Give the Ruby rule a lower priority than Gnu (Bug#6778).
2653
2654 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
2655
2656 * font-lock.el (lisp-font-lock-keywords-2):
2657 Add combine-after-change-calls, condition-case-no-debug,
2658 with-demoted-errors, and with-silent-modifications (Bug#6025).
2659
2660 2010-08-14 Kevin Ryde <user42@zip.com.au>
2661
2662 * emacs-lisp/copyright.el (copyright-update-year)
2663 (copyright-update): Temporary switch-to-buffer to ensure the
2664 buffer change being queried is visible (Bug#5394).
2665
2666 2010-08-14 Tom Tromey <tromey@redhat.com>
2667
2668 * progmodes/etags.el (tags-file-name): Mark safe if stringp
2669 (Bug#6733).
2670
2671 2010-08-14 Eli Zaretskii <eliz@gnu.org>
2672
2673 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
2674 MS-DOS. (Bug#6689)
2675
2676 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
2677
2678 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
2679 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2680 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2681 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
2682 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
2683 Call menu-bar-set-tool-bar-position.
2684
2685 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2686
2687 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
2688 comment style (bug#6834).
2689 * progmodes/scheme.el (scheme-mode-syntax-table):
2690 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
2691 "b" flag in "' 14b" syntax.
2692
2693 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
2694 for (un)commenting the region and performing completion.
2695 (octave-mode-menu): Use standard commands for help and completion.
2696 (octave-mode-syntax-table): Support %{..%} comments (sort of).
2697 (octave-mode): Use define-derived-mode.
2698 Set completion-at-point-functions and don't set columns.
2699 Don't disable adaptive-fill-regexp.
2700 (octave-describe-major-mode, octave-comment-region)
2701 (octave-uncomment-region, octave-comment-indent)
2702 (octave-indent-for-comment): Remove.
2703 (octave-indent-calculate): Rename from calculate-octave-indent.
2704 (octave-indent-line, octave-fill-paragraph): Update caller.
2705 (octave-initialize-completions): No need to make an alist.
2706 (octave-completion-at-point-function): New function.
2707 (octave-complete-symbol): Use it.
2708 (octave-insert-defun): Use define-skeleton.
2709
2710 * progmodes/octave-mod.el (octave-mode): Set comment-add.
2711 (octave-mode-map): Use comment-dwim (bug#6829).
2712
2713 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
2714
2715 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
2716 indentation of inserted comment.
2717
2718 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
2719
2720 * faces.el (region): Add type gtk that uses gtk colors.
2721
2722 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
2723 Handle theme-name change.
2724
2725 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
2726
2727 * progmodes/sql.el: Version 2.5
2728 (sql-product-alist): Add :prompt-cont-regexp property for several
2729 database products.
2730 (sql-prompt-cont-regexp): New variable.
2731 (sql-output-newline-count, sql-output-by-send):
2732 New variables. Record number of newlines in input text.
2733 (sql-send-string): Handle multiple filters and count newlines.
2734 (sql-send-magic-terminator): Count terminator newline.
2735 (sql-interactive-remove-continuation-prompt): Filters output to
2736 remove continuation prompts; one for each newline.
2737 (sql-interactive-mode): Set up new variables, prompt regexp and
2738 output filter.
2739 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
2740 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
2741
2742 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2743
2744 * emacs-lisp/pcase.el: New file.
2745
2746 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
2747
2748 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
2749 as here-document, otherwise the command could exceed maximum
2750 length of command line.
2751 (tramp-handle-vc-registered): Call script accordingly.
2752 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
2753
2754 2010-08-10 Kenichi Handa <handa@m17n.org>
2755
2756 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
2757 composable pattern.
2758
2759 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
2760
2761 * emacs-lisp/package.el (package-version-split)
2762 (package--version-first-nonzero, package-version-compare):
2763 Functions removed.
2764 (package-directory-list, package-load-all-descriptors)
2765 (package--built-in, package-activate, define-package)
2766 (package-installed-p, package-compute-transaction)
2767 (package-read-all-archive-contents)
2768 (package--add-to-archive-contents, package-buffer-info)
2769 (package-tar-file-info, package-list-packages-internal):
2770 Use version-to-list and version-list-*.
2771
2772 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2773 Use version-to-list.
2774 (package-upload-buffer-internal): Use version-list-<=.
2775
2776 2010-08-09 Kenichi Handa <handa@m17n.org>
2777
2778 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
2779 composable pattern.
2780
2781 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
2782
2783 * tutorial.el (tutorial--default-keys): C-d is now bound to
2784 delete-forward-char (Bug#6826).
2785
2786 * mouse.el (mouse-drag-track): Remove accidentally-removed check
2787 for `double' value of mouse-1-click-follows-link (Bug#6807).
2788
2789 2010-08-08 Johan Bockgård <bojohan@gnu.org>
2790
2791 * replace.el (replace-highlight): Bind isearch-forward and
2792 isearch-error, ensuring that highlighting is updated if the user
2793 switches the search direction (Bug#6808).
2794
2795 * isearch.el (isearch-lazy-highlight-forward): New var.
2796 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2797 (isearch-lazy-highlight-update): Use it.
2798
2799 2010-08-08 Kenichi Handa <handa@m17n.org>
2800
2801 * international/mule.el (define-charset): Store NAME as :base property.
2802 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
2803 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2804 current priority. Force using the designation of the specific
2805 charset by adding `charset' text property. Improve the whole algorithm.
2806
2807 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2808
2809 * emulation/pc-select.el (pc-selection-mode-hook)
2810 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2811 (pc-selection-mode): Fix typos in docstrings.
2812
2813 2010-08-08 Kenichi Handa <handa@m17n.org>
2814
2815 * language/cyrillic.el: Don't add "microsoft-cp1251" to
2816 ctext-non-standard-encodings-alist here.
2817
2818 * international/mule.el (ctext-non-standard-encodings-alist):
2819 Add "koi8-r" and "microsoft-cp1251".
2820 (ctext-standard-encodings): New variable.
2821 (ctext-non-standard-encodings-table): List only elements for
2822 non-standard encodings.
2823 (ctext-pre-write-conversion): Adjust for the above change.
2824 Check ctext-standard-encodings.
2825
2826 * international/mule-conf.el (compound-text): Doc fix.
2827 (ctext-no-compositions): Doc fix.
2828 (compound-text-with-extensions): Doc fix.
2829
2830 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2831
2832 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2833
2834 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2835
2836 * progmodes/which-func.el (which-func-format): Split help-echo text
2837 into lines, like other mode-line tooltips.
2838
2839 * server.el (server-start): When using TCP sockets, force IPv4
2840 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
2841
2842 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2843
2844 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2845
2846 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2847
2848 * term.el (term-delimiter-argument-list): Reflow docstring.
2849 (term-read-input-ring, term-write-input-ring, term-send-input)
2850 (term-bol, term-erase-in-display, serial-supported-or-barf):
2851 Fix typos in docstrings.
2852
2853 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2854
2855 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2856
2857 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2858
2859 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2860
2861 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
2862
2863 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2864 Fix typo in docstring (bug#6747).
2865
2866 2010-08-08 Leo <sdl.web@gmail.com>
2867
2868 * eshell/esh-io.el (eshell-get-target): Better detection of
2869 read-only file (Bug#6762).
2870
2871 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2872
2873 * align.el (align-default-spacing): Doc fix.
2874 (align-region-heuristic, align-regexp): Fix typos in docstrings.
2875
2876 2010-08-08 Stephen Peters <speters@itasoftware.com>
2877
2878 * calendar/icalendar.el
2879 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
2880 (icalendar--get-weekday-numbers): New.
2881 (icalendar--convert-recurring-to-diary): Handle multiple byday
2882 values in weekly rules. (Bug#6766)
2883
2884 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
2885
2886 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
2887 (icalendar--create-uid, icalendar-export-region)
2888 (icalendar--parse-summary-and-rest): Code formatting.
2889
2890 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2891
2892 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
2893 to italicize headers.
2894 (calc-highlight-selections-with-faces): New variable.
2895 (calc-selected-face, calc-nonselected-face): New faces.
2896
2897 * calc/calccomp.el (math-comp-highlight-string): Use
2898 `calc-highlight-selections-with-faces' to determine how to highlight
2899 sub-formulas.
2900
2901 * calc/calc-sel.el (calc-show-selections): Change message to when
2902 using faces to highlight selections.
2903
2904 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
2905
2906 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
2907 Add SQLite 3 keywords, functions and datatypes.
2908 (sql-interactive-mode): Remove `comint-process-echoes' set to t
2909 (Bug#6686).
2910
2911 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
2912
2913 * simple.el (select-active-regions): Move to keyboard.c.
2914 (deactivate-mark): Used saved-region-selection.
2915 (select-active-region): Function removed.
2916 (activate-mark, set-mark, push-mark-command)
2917 (handle-shift-selection): Don't call it.
2918 (keyboard-quit): Avoid adding the region to the window selection.
2919
2920 * mouse.el (mouse-drag-track): Remove hacks to deal with old
2921 select-active-regions implementation.
2922 (mouse-yank-at-click): Doc fix.
2923
2924 * cus-start.el: Add custom declaration for select-active-regions.
2925
2926 2010-08-07 Eli Zaretskii <eliz@gnu.org>
2927
2928 * simple.el (delete-forward-char): Doc fix.
2929
2930 * tutorial.el (help-with-tutorial): Hack safe file-local variables
2931 after reading the tutorial.
2932
2933 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
2934
2935 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
2936 for the case that a C style comment has its delimiters alone on
2937 their respective lines.
2938
2939 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
2940
2941 * net/tramp.el (tramp-handle-start-file-process): Set connection
2942 property "vec".
2943 (tramp-process-sentinel): Use it for flushing the cache. We
2944 cannot do it via the process buffer, the buffer could be deleted
2945 already when running the sentinel.
2946
2947 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
2948
2949 * comint.el (comint-mode): Make directory tracking functions
2950 functional on remote files. (Bug#6764)
2951
2952 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2953
2954 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
2955
2956 2010-08-05 Eli Zaretskii <eliz@gnu.org>
2957
2958 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
2959 unexec.c => unexcoff.c.
2960
2961 * emacs-lisp/authors.el (authors-fixed-entries): Rename
2962 unexec.c => unexcoff.c.
2963
2964 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
2965
2966 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
2967 cache, not only file cache.
2968 (tramp-process-sentinel): New defun.
2969 (tramp-handle-start-file-process): Use it, in order to invalidate
2970 file caches.
2971
2972 2010-08-03 Leo <sdl.web@gmail.com>
2973
2974 * server.el (server-start): Simplify loop.
2975
2976 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2977
2978 * frame.el (screen-height, screen-width, set-screen-width)
2979 (set-screen-height): Remove ancient compatibility aliases.
2980
2981 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
2982 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
2983
2984 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
2985 that change current buffer.
2986
2987 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2988
2989 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
2990 beginning of the string. Use `string-match-p'. (Bug#6765)
2991
2992 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
2993
2994 * cus-start.el (x-gtk-use-system-tooltips): New variable.
2995
2996 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
2997
2998 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
2999 (package--builtins): Tweak descriptions.
3000 (package-print-package): Upcase descriptions if necessary.
3001 Show all built-in packages in font-lock-builtin-face.
3002 (package-list-packages-internal): Omit "emacs" package.
3003 Show status of built-in packages as "built-in".
3004
3005 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
3006
3007 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
3008 before killing to preserve the primary selection (Bug#6701).
3009
3010 * term/x-win.el (x-select-text): Doc fix.
3011
3012 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
3013
3014 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
3015 The following functions were modified or created:
3016
3017 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
3018 (objc-font-lock-extra-types):
3019 * progmodes/cc-mode.el (c-basic-common-init):
3020 * progmodes/cc-langs.el (c-make-mode-syntax-table)
3021 (c++-make-template-syntax-table)
3022 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
3023 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
3024 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
3025 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
3026 * progmodes/cc-fonts.el (c-make-inverse-face)
3027 (c-basic-matchers-after):
3028 * progmodes/cc-engine.el (c-forward-keyword-clause)
3029 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
3030 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
3031 (c-guess-continued-construct, c-guess-basic-syntax):
3032
3033 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
3034
3035 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
3036
3037 2010-07-31 Eli Zaretskii <eliz@gnu.org>
3038
3039 * files.el (bidi-paragraph-direction): Define safe local values.
3040
3041 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
3042 language-info-alist. Remove outdated FIXME in a comment.
3043
3044 2010-07-31 Alan Mackenzie <acm@muc.de>
3045
3046 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
3047 Auto-fill broken in C/C++ modes.
3048
3049 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3050
3051 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
3052 (menu-bar-showhide-tool-bar-menu-customize-disable)
3053 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
3054 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
3055 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
3056 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
3057 make a menu for Options => toolbar that can move it.
3058
3059 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
3060
3061 * emacs-lisp/package-x.el (package--make-rss-entry):
3062 (package-maint-add-news-item, package--update-news)
3063 (package-upload-buffer-internal): New arg ARCHIVE-URL.
3064
3065 * emacs-lisp/package.el (package-archive-url): Rename from
3066 package-archive-id.
3067 (package-install): Doc fix.
3068 (package-download-single, package-download-tar, package-install)
3069 (package-menu-view-commentary): Callers changed.
3070
3071 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
3072
3073 * net/tramp.el (tramp-handle-start-file-process): Check only for
3074 `remote-tty' process property.
3075 (tramp-open-shell): Don't check for tty.
3076 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
3077 process property.
3078
3079 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
3080 host.
3081
3082 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
3083
3084 * emacs-lisp/package.el (package-load-list, package-archives)
3085 (package-archive-contents, package-user-dir)
3086 (package-directory-list, package--builtins, package-alist)
3087 (package-activated-list, package-obsolete-alist): Mark as risky.
3088
3089 2010-07-28 Phil Hagelberg <phil@evri.com>
3090
3091 Add support for non-default package repositories.
3092 * emacs-lisp/package.el (package-archive-base): Var deleted.
3093 (package-archives): New variable.
3094 (package-archive-contents): Doc fix.
3095 (package-load-descriptor): Do nothing if descriptor file is missing.
3096 (package--write-file-no-coding): New function.
3097 (package-unpack-single): Use it.
3098 (package-archive-id): New function.
3099 (package-download-single, package-download-tar)
3100 (package-menu-view-commentary): Use it.
3101 (package-installed-p): Make second argument optional.
3102 (package-read-all-archive-contents): New function.
3103 (package-initialize): Use it.
3104 (package-read-archive-contents): Add ARCHIVE argument.
3105 (package--add-to-archive-contents): New function.
3106 (package-install): Don't call package-read-archive-contents.
3107 (package--download-one-archive): Store archive file in a
3108 subdirectory of package-user-dir.
3109 (package-menu-execute): Remove spurious line movement.
3110
3111 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
3112
3113 * cus-start.el (tool-bar-style): Add text-image-horiz.
3114
3115 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
3116
3117 * progmodes/gud.el (gud-common-init): Check for remoteness of
3118 `file', and not of `default-directory'.
3119
3120 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
3121
3122 * net/tramp.el (tramp-methods): Move hostname to the end in all
3123 ssh `tramp-login-args'.
3124 (tramp-verbose): Describe verbose level 9.
3125 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
3126 (tramp-open-connection-setup-interactive-shell): Trace stty
3127 settings if `tramp-verbose' >= 9.
3128 (tramp-handle-start-file-process): Implement tty setting.
3129 (Bug#4604, Bug#6360)
3130
3131 * net/tramp-cmds.el (tramp-bug): Recommend setting of
3132 `tramp-verbose' to 9.
3133
3134 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
3135
3136 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
3137 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
3138 Remove references to package `lisp-re' (bug#4369).
3139
3140 2010-07-27 Tom Tromey <tromey@redhat.com>
3141
3142 * progmodes/js.el (js-mode):
3143 * progmodes/make-mode.el (makefile-mode):
3144 * progmodes/simula.el (simula-mode):
3145 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
3146
3147 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
3148
3149 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
3150
3151 * time.el (display-time-day-and-date): Remove spurious * in docstring.
3152 (display-time-world-buffer-name, display-time-world-mode-map):
3153 Fix typos in docstrings.
3154
3155 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
3156
3157 * image-mode.el (image-display-size): New function.
3158 (image-forward-hscroll, image-next-line, image-eol, image-eob)
3159 (image-mode-fit-frame): Use it (Bug#6639).
3160
3161 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
3162
3163 * dired.el (dired-buffers-for-dir): Handle list values of
3164 dired-directory (Bug#6636).
3165
3166 2010-07-26 Sam Steingold <sds@gnu.org>
3167
3168 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
3169 Do not call `x-get-selection' the second time, reuse the value.
3170
3171 2010-07-26 Daiki Ueno <ueno@unixuser.org>
3172
3173 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
3174 which consist of control chars only. Suggested by Richard Stallman.
3175
3176 2010-07-25 Daiki Ueno <ueno@unixuser.org>
3177
3178 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
3179 exists before passing an error to find-file-not-found-functions
3180 (bug#6723).
3181
3182 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
3183
3184 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
3185 Remove leading nil element, adjust values.
3186 (tetris-shapes, tetris-shape-scores):
3187 Change representation of shapes and remove some redundancy.
3188 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
3189 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
3190 Adjust for working with new representation of shapes.
3191 (tetris-shape-rotations): New function.
3192 (tetris-move-bottom, tetris-move-left, tetris-move-right)
3193 (tetris-rotate-prev, tetris-rotate-next):
3194 Adjust for working with the new version of tetris-test-shape.
3195
3196 2010-07-23 Markus Triska <markus.triska@gmx.at>
3197
3198 * progmodes/ps-mode.el: Use comint (bug#5954).
3199 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
3200 (ps-mode-other-newline): Simplify.
3201 (ps-run-mode): Derive from comint-mode instead of
3202 fundamental-mode, yielding input history etc.
3203 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
3204 (ps-run-send-string): Adapt for comint-mode.
3205 (ps-run-newline): Remove now unneeded function.
3206
3207 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3208
3209 * net/tramp.el (tramp-methods): Move hostname to the end in all
3210 plink `tramp-login-args'.
3211
3212 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3213
3214 * net/tramp.el (tramp-open-shell): New defun.
3215 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3216 Use it.
3217
3218 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3219
3220 * net/tramp.el (tramp-file-name-regexp-unified)
3221 (tramp-completion-file-name-regexp-unified): On W32 systems, do
3222 not regard the volume letter as remote filename. (Bug#5447)
3223
3224 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
3225
3226 * custom.el (custom-declare-variable): Give a clearer error message
3227 when the docstring is missing (bug#6476).
3228
3229 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
3230
3231 * progmodes/sql.el: Version 2.4. Improved Login prompting.
3232 (sql-login-params): New widget definition.
3233 (sql-oracle-login-params, sql-mysql-login-params)
3234 (sql-solid-login-params, sql-sybase-login-params)
3235 (sql-informix-login-params, sql-ingres-login-params)
3236 (sql-ms-login-params, sql-postgres-login-params)
3237 (sql-interbase-login-params, sql-db2-login-params)
3238 (sql-linter-login-params): Use it.
3239 (sql-sqlite-login-params): Use it; Define "database" parameter as
3240 a file name.
3241 (sql-sqlite-program): Change to "sqlite3".
3242 (sql-comint-sqlite): Make sure database name is complete.
3243 (sql-for-each-login): New function.
3244 (sql-connect, sql-save-connection): Use it.
3245 (sql-get-login-ext): New function.
3246 (sql-get-login): Use it.
3247 (sql-make-alternate-buffer-name): Handle :file parameters.
3248
3249 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
3250
3251 * dired.el (dired-no-confirm): Document value t and fix defcustom to
3252 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
3253
3254 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3255
3256 * dired.el (dired-mode-map): Use command remapping (bug#6632).
3257
3258 2010-07-22 Lawrence Mitchell <wence@gmx.li>
3259
3260 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
3261
3262 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
3263
3264 * net/tramp.el (tramp-get-ls-command)
3265 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
3266 instead of "/".
3267
3268 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
3269
3270 * progmodes/sql.el: Version 2.3.
3271 (sql-connection-alist): Changed keys from symbols to strings;
3272 enhanced the widget definition.
3273 (sql-mode-menu): Added submenu to select connections.
3274 (sql-interactive-mode-menu): Added "Save Connection" item.
3275 (sql-add-product): Fixed menu item.
3276 (sql-get-product-feature): Improved error handling.
3277 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
3278 (sql-make-alternate-buffer-name): Simplified.
3279 (sql-product-interactive): Handle missing product.
3280 (sql-connect): Support string keys, minor improvements.
3281 (sql-save-connection): New function.
3282 (sql-connection-menu-filter): New function.
3283
3284 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
3285
3286 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
3287 (tramp-open-connection-setup-interactive-shell): Apply
3288 workaround for IRIX64 bug. Move argument of last
3289 `tramp-send-command' where it belongs to.
3290
3291 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
3292
3293 * net/tramp.el (tramp-perl-file-attributes)
3294 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
3295 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
3296 front of `login-args'.
3297
3298 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
3299
3300 * time.el (display-time-world-mode): Define with `define-derived-mode'.
3301 Set `show-trailing-whitespace' to nil.
3302 (display-time-world-display): Simplify.
3303
3304 2010-07-18 Alan Mackenzie <acm@muc.de>
3305
3306 Enhance `c-file-style' in file/directory local variables.
3307 * progmodes/cc-mode.el (c-count-cfss): New function.
3308 (c-before-hack-hook): Call `c-set-style' differently according to
3309 whether c-file-style was set in file or directory local
3310 variables.
3311
3312 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
3313
3314 * progmodes/sql.el: Version 2.2.
3315 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
3316 defcustom :safe keyword rather than putting safe-local-variable
3317 property.
3318 (sql-password): Use defcustom :risky keyword rather than putting
3319 risky-local-variable property.
3320 (sql-oracle-login-params, sql-sqlite-login-params)
3321 (sql-solid-login-params, sql-sybase-login-params)
3322 (sql-informix-login-params, sql-ingres-login-params)
3323 (sql-ms-login-params, sql-postgres-login-params)
3324 (sql-interbase-login-params, sql-db2-login-params)
3325 (sql-linter-login-params): Add `port' option.
3326 (sql-get-product-feature): Added NO-INDIRECT parameter.
3327 (sql-comint-oracle, sql-comint-sybase)
3328 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
3329 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
3330 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
3331 (sql-comint-linter): Renamed sql-connect-* functions to
3332 sql-comint-*.
3333 (sql-product-alist, sql-mode-menu): Renamed as above and
3334 :sqli-connect-func to :sqli-comint-func.
3335 (sql-connection): New variable.
3336 (sql-interactive-mode): Set it.
3337 (sql-connection-alist): New variable.
3338 (sql-connect): New function.
3339 (sql--alt-buffer-part, sql--alt-if-not-empty)
3340 (sql-make-alternate-buffer-name): Improved alternative buffer name.
3341
3342 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3343
3344 * image-mode.el (image-bookmark-make-record): Do not set context
3345 in an image (Bug#6650).
3346
3347 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
3348
3349 * simple.el (select-active-region): New function.
3350 (push-mark-command, set-mark, activate-mark)
3351 (handle-shift-selection): Use it.
3352 (deactivate-mark): Don't check for size of region.
3353
3354 * mouse.el (mouse-drag-track): Use select-active-region.
3355
3356 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
3357
3358 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
3359 "--dired" stronger.
3360
3361 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
3362
3363 * term/x-win.el (x-select-enable-primary): Change default to nil.
3364 (x-select-enable-clipboard): Add :version keyword.
3365
3366 * mouse.el (mouse-drag-copy-region):
3367 * simple.el (select-active-regions): Likewise.
3368
3369 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
3370
3371 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
3372 (vc-coding-system-for-diff): Use it to decide whether to inherit
3373 from the file the EOL format for reading the diffs of that file.
3374 (Bug#4451)
3375
3376 2010-07-16 Eli Zaretskii <eliz@gnu.org>
3377
3378 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
3379 unibyte, so compressed attachments are not compressed again.
3380
3381 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
3382
3383 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
3384 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
3385 (tramp-find-shell): Simplify setting connection property.
3386 (tramp-get-ls-command): Make test for "--color=never" stronger.
3387
3388 2010-07-15 Simon South <ssouth@member.fsf.org>
3389
3390 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
3391 blocks within record declarations (i.e. variant parts) correctly.
3392
3393 2010-07-15 Simon South <ssouth@member.fsf.org>
3394
3395 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
3396 over literal tokens when parsing so newlines aren't "absorbed" by
3397 single-line comments. Corrects the indentation of case blocks
3398 that have a comment on the first line.
3399
3400 2010-07-14 Karl Fogel <kfogel@red-bean.com>
3401
3402 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
3403 by Drew Adams (Bug#5504).
3404
3405 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
3406
3407 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
3408 now that Unicode is used (Bug#6594).
3409
3410 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
3411
3412 * term/x-win.el (x-select-enable-clipboard): Default to t.
3413 (x-initialize-window-system): Don't overwrite Paste menu item.
3414
3415 * simple.el (select-active-regions): Default to t.
3416 (push-mark-command): Don't overwrite primary with empty string.
3417
3418 * mouse.el: Bind mouse-2 to mouse-yank-primary.
3419 (mouse-drag-copy-region): Default to nil.
3420
3421 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
3422 Cut/Copy/Paste menu bar items.
3423
3424 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3425
3426 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3427 Patch applied by Karl Fogel.
3428
3429 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
3430 and `bookmark-current-buffer' if they have been already set in
3431 another buffer (e.g gnus-art).
3432
3433 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3434 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3435
3436 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
3437
3438 * bookmark.el (bookmark-make-record-default): Allow unneeded
3439 information to be omitted from the record.
3440
3441 Adjust declarations and calls:
3442
3443 * info.el (bookmark-make-record-default): Adjust declaration.
3444 (Info-bookmark-make-record): Adjust call.
3445
3446 * woman.el (bookmark-make-record-default): Adjust declaration.
3447 (woman-bookmark-make-record): Adjust call.
3448
3449 * man.el (bookmark-make-record-default): Adjust declaration.
3450 (Man-bookmark-make-record): Adjust call.
3451
3452 * image-mode.el (bookmark-make-record-default): Adjust declaration.
3453
3454 * doc-view.el (bookmark-make-record-default): Adjust declaration.
3455
3456 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3457
3458 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
3459 This is also from Thierry Volpiatto's patch in bug #6444. However,
3460 because it was extraneous to the functional change in that patch,
3461 and causes a re-indendation, I am committing it separately.
3462
3463 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3464
3465 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
3466 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
3467 Patch applied by Karl Fogel (Bug#6444).
3468
3469 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
3470
3471 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
3472
3473 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
3474
3475 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
3476 Dempsky; bug#5084). Remove incorrect binding for S-tab.
3477 (ns-alternatives-map): Change S-tab binding to backtab
3478 (bug#6616).
3479
3480 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
3481 under ns.
3482
3483 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3484
3485 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
3486 (Bug#5806)
3487
3488 * language/tv-util.el (tai-viet-re): Remove format.
3489
3490 2010-07-12 Kenichi Handa <handa@m17n.org>
3491
3492 * language/hebrew.el: Remove no-byte-compile declaration.
3493 Change coding: tag to utf-8. Register hebrew-shape-gstring in
3494 composition-function-table for 3-character looking back.
3495 (hebrew-font-get-precomposed): New function.
3496 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
3497
3498 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
3499
3500 * mouse.el (mouse-drag-track): Handle select-active-regions
3501 (Bug#6612).
3502
3503 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
3504
3505 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
3506 empty argument to gvfs-copy.
3507
3508 2010-07-10 Glenn Morris <rgm@gnu.org>
3509
3510 * calendar/calendar.el (calendar-week-end-day): New function.
3511 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
3512 Respect calendar-week-start-day. (Bug#6606)
3513 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
3514 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
3515 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
3516 respect calendar-week-start-day.
3517
3518 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
3519
3520 * simple.el (use-region-p): Doc fix (Bug#6607).
3521
3522 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
3523
3524 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
3525 regexps for cucumber and ruby.
3526
3527 2010-07-08 Daiki Ueno <ueno@unixuser.org>
3528
3529 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
3530 (epa-file-insert-file-contents): Hack to prevent
3531 find-file from opening empty buffer when decryption failed
3532 (bug#6568).
3533
3534 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
3535
3536 * textmodes/ispell.el (ispell-alternate-dictionary):
3537 Use file-readable-p.
3538 Return nil if no word-list is found at default locations.
3539 (ispell-complete-word-dict): Default to nil.
3540 (ispell-command-loop): Use 'word-list' when using lookup-words.
3541 (lookup-words): Use ispell-complete-word-dict or
3542 ispell-alternate-dictionary. Check for word-list availability
3543 and handle errors if needed with better messages (Bug#6539).
3544 (ispell-complete-word): Use ispell-complete-word-dict or
3545 ispell-alternate-dictionary.
3546
3547 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
3548
3549 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
3550 builtins (BufferError, BytesWarning, WindowsError; callables
3551 bin, bytearray, bytes, format, memoryview, next, print; __package__).
3552
3553 2010-07-07 Glenn Morris <rgm@gnu.org>
3554
3555 * play/zone.el (top-level): Do not require timer, tabify, or cl.
3556 (zone-shift-left): Ignore intangibility, and any errors from
3557 forward-char.
3558 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
3559 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
3560 deleting, and copying text properties.
3561 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
3562 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
3563 to point-max is hard.
3564 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
3565 (zone-fill-out-screen): Ignore intangibility.
3566
3567 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
3568
3569 * menu-bar.el (menu-bar-mode):
3570 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
3571 if it has been set.
3572
3573 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
3574 word/line selection (Bug#6565).
3575
3576 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3577
3578 * net/dbus.el (dbus-send-signal): Declare function.
3579
3580 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
3581
3582 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
3583 (dbus-register-property): New optional argument EMITS-SIGNAL.
3584 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
3585
3586 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
3587
3588 * mouse.el (mouse-drag-overlay): Variable deleted.
3589 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
3590 (mouse--remap-link-click-p): New function.
3591 (mouse-drag-track): Handle dragging by using temporary Transient
3592 Mark mode, instead of a special overlay.
3593 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
3594 mouse-show-mark.
3595
3596 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
3597 deleted.
3598
3599 2010-07-02 Juri Linkov <juri@jurta.org>
3600
3601 * autoinsert.el (auto-insert-alist): Fix readability
3602 by using dotted pair notation for lambda.
3603
3604 2010-07-02 Juri Linkov <juri@jurta.org>
3605
3606 * faces.el (read-face-name): Rename arg `string-describing-default'
3607 to `default'. Doc fix. Display the default value in quotes
3608 in the prompt. With empty input, return the `default' arg,
3609 unless the default value is a string (in which case return nil).
3610 (describe-face): Replace the string `default' arg of `read-face-name'
3611 with the symbol `default'.
3612
3613 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
3614
3615 * emulation/viper-cmd.el (viper-delete-backward-char)
3616 (viper-del-backward-char-in-insert)
3617 (viper-del-backward-char-in-replace, viper-change)
3618 (viper-backward-indent): Replace delete-backward-char with
3619 delete-char (Bug#6552).
3620
3621 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
3622
3623 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
3624
3625 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3626
3627 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
3628 argument passed to frame-creation-function (Bug#5378).
3629
3630 * faces.el (x-handle-named-frame-geometry)
3631 (x-handle-reverse-video, x-create-frame-with-faces)
3632 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
3633 separately consult default-frame-alist. It is now passed as the
3634 PARAMETER argument.
3635
3636 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
3637
3638 * startup.el (command-line): Don't call tool-bar-setup in a
3639 tty-only build.
3640
3641 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3642
3643 * ruler-mode.el (ruler--save-header-line-format): New fun.
3644 (ruler-mode): Use it as a setter function, so as not to overwrite
3645 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
3646
3647 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
3648
3649 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
3650 (vc-root-diff, vc-print-root-log, vc-log-incoming)
3651 (vc-log-outgoing): Use it.
3652 (vc-diff-internal): Set diff-vc-backend.
3653
3654 * vc/diff-mode.el (diff-vc-backend): New var.
3655
3656 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
3657
3658 * dynamic-setting.el (font-setting-change-default-font): Remove
3659 call to message.
3660
3661 2010-06-28 Kenichi Handa <handa@m17n.org>
3662
3663 * international/quail.el (quail-insert-kbd-layout): Fix the
3664 showing of untranslated characters.
3665
3666 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
3667
3668 * simple.el (delete-active-region): New option.
3669 (delete-backward-char): Implement in Lisp.
3670 (delete-forward-char): New command.
3671
3672 * mouse.el (mouse-region-delete-keys): Deleted.
3673 (mouse-show-mark): Simplify.
3674
3675 * bindings.el (global-map): Bind delete and DEL, the former to
3676 delete-forward-char.
3677
3678 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
3679
3680 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
3681 (ruby-mode): Bind indent-line-function (Bug#5119).
3682
3683 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3684
3685 * startup.el (command-line): Recognize "0" X resource value.
3686
3687 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3688
3689 * startup.el (command-line): Use X resources to set the value of
3690 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
3691
3692 * menu-bar.el (menu-bar-mode):
3693 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
3694 Set init-value to t.
3695
3696 * frame.el (frame-notice-user-settings): Don't change
3697 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
3698 vice versa (Bug#2249).
3699
3700 2010-06-26 Eli Zaretskii <eliz@gnu.org>
3701
3702 * w32-fns.el (w32-convert-standard-filename): Doc fix.
3703
3704 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
3705
3706 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
3707 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
3708
3709 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
3710 default directories are expanded (Bug#6143).
3711
3712 2010-06-24 Juri Linkov <juri@jurta.org>
3713
3714 * minibuffer.el (completions-format): Change default from nil to
3715 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
3716
3717 2010-06-24 Juri Linkov <juri@jurta.org>
3718
3719 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
3720 buffer-locally to lambda that re-runs the vc diff command.
3721 (Bug#6447)
3722
3723 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
3724
3725 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
3726 echo area is in use (Bug#3412).
3727
3728 2010-06-22 Glenn Morris <rgm@gnu.org>
3729
3730 * textmodes/texinfmt.el (texinfo-format-region)
3731 (texinfo-raise-lower-sections, texinfo-format-separate-node)
3732 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
3733 (texinfo-format-option, texinfo-noindent):
3734 Use line-beginning-position and line-end-position.
3735
3736 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
3737 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
3738 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
3739 utf-8 characters.
3740
3741 2010-06-21 Karl Fogel <kfogel@red-bean.com>
3742
3743 * play/zone.el (zone-fall-through-ws): Fix next-line ->
3744 forward-line fallout.
3745
3746 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
3747
3748 * mouse.el (mouse-appearance-menu): Add docstring.
3749
3750 * help.el (describe-key): Print up-event using key-description.
3751
3752 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
3753
3754 * net/zeroconf.el (zeroconf-resolve-service)
3755 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
3756 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
3757
3758 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
3759
3760 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
3761
3762 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
3763
3764 Avoid displaying files with a nil state in vc-dir.
3765 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
3766 cases that cause insertion.
3767 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
3768 with a nil state.
3769
3770 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3771
3772 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
3773
3774 2010-06-29 Leo <sdl.web@gmail.com>
3775
3776 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
3777
3778 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
3779
3780 * generic-x.el (bat-generic-mode): Fix regexp for command line
3781 switches (Bug#5719).
3782
3783 2010-06-27 Masatake YAMATO <yamato@redhat.com>
3784
3785 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
3786 of nconc to avoid pure storage error (Bug#6239).
3787
3788 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
3789
3790 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3791 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
3792 bindings of bookmark-automatically-show-annotations (Bug#6515).
3793
3794 2010-06-25 Eli Zaretskii <eliz@gnu.org>
3795
3796 * arc-mode.el (archive-zip-extract): Don't quote the file name on
3797 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
3798
3799 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
3800
3801 * comint.el (make-comint, make-comint-in-buffer): Mention return
3802 value in the docstrings. (Bug#6498)
3803
3804 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
3805
3806 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
3807 since it is not present when using some non-default switches.
3808
3809 2010-06-23 Karl Fogel <kfogel@red-bean.com>
3810
3811 * simple.el (compose-mail): Fix doc string to refer to
3812 `compose-mail-user-agent-warnings', instead of to the
3813 nonexistent `compose-mail-check-user-agent'.
3814
3815 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
3816
3817 Fix an indentation bug:
3818
3819 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
3820 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
3821 of existing values.
3822
3823 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
3824 (c-clear->-pair-props-if-match-before): now return t when they've
3825 cleared properties, nil otherwise.
3826 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
3827 by taking account of the existing value.
3828
3829 * progmodes/cc-defs.el
3830 (c-clear-char-property-with-value-function): Fix this to clear the
3831 property rather than overwriting it with nil.
3832
3833 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
3834
3835 * emacs-lisp/package.el (package-print-package): Add link to
3836 package description via describe-package.
3837 (describe-package-1): List package requirements. Add button to
3838 perform installation.
3839 (package-menu-describe-package): New command.
3840
3841 * help-mode.el (help-package): New button type.
3842
3843 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
3844
3845 * emacs-lisp/package.el: Move package-list-packages binding to
3846 menu-bar.el.
3847 (describe-package, describe-package-1, package--dir): New funs.
3848 (package-activate-1): Use package--dir.
3849
3850 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
3851
3852 * help-mode.el (help-package-def): New button type.
3853
3854 * menu-bar.el: Move package-list-packages binding here from
3855 package.el.
3856
3857 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
3858
3859 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
3860
3861 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3862
3863 * emacs-lisp/edebug.el (edebug-read-list):
3864 Phase out old-style backquotes.
3865
3866 2010-06-17 Juri Linkov <juri@jurta.org>
3867
3868 * help-mode.el (help-mode): Set buffer-local variable
3869 revert-buffer-function to help-mode-revert-buffer.
3870 (help-mode-revert-buffer): New function.
3871
3872 * info.el (Info-revert-find-node): Check for major-mode Info-mode
3873 before popping to "*info*" (like in other Info functions).
3874 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
3875 old-history-forward. Pop to old-buffer-name or "*info*" to
3876 recreate the killed buffer. Set Info-history-forward from
3877 old-history-forward.
3878 (Info-breadcrumbs-depth): Add :group and :version.
3879
3880 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
3881
3882 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
3883
3884 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
3885
3886 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
3887 for languages like Portuguese with pt_{BR,PT} and no plain pt.
3888
3889 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
3890
3891 * emacs-lisp/package.el (package-menu-mode-map):
3892 Move initialization into declaration.
3893
3894 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
3895
3896 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
3897
3898 * emacs-lisp/package.el (package-archive-base): Point to
3899 elpa.gnu.org.
3900 (package-enable, package-load-list): New defcustoms.
3901 (package-user-dir, package-directory-list): Turn into defcustoms.
3902 Don't include package-user-dir in package-directory-list.
3903 (package--builtins-base): Don't include Emacs as a "package".
3904 (package-subdirectory-regexp): New var.
3905 (package-load-all-descriptors, package-compute-transaction)
3906 (package-download-transaction): Obey package-load-list.
3907 (package-activate-1): Rename from package-do-activate.
3908 (package-list-packages-internal): Check package-load-list.
3909 (package-load-descriptor, package-generate-autoloads)
3910 (package-unpack, package-unpack-single)
3911 (package--read-archive-file, package-delete): Use
3912 expand-file-name.
3913
3914 * emacs-lisp/package-x.el: New file. Package uploading
3915 functionality split out from package.el.
3916
3917 * startup.el (command-line): Load packages after reading init file.
3918
3919 2010-06-17 Tom Tromey <tromey@redhat.com>
3920
3921 * emacs-lisp/package.el: New file.
3922
3923 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
3924
3925 Fix vc-annotate for renamed files when using Git.
3926 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
3927 ls-files. Doe not pass the object as a file name to cat-file, it
3928 is not a file name.
3929 (vc-git-annotate-command): Pass the file name using -- to avoid
3930 ambiguity with the revision.
3931 (vc-git-previous-revision): Pass a relative file name.
3932
3933 2010-06-22 Glenn Morris <rgm@gnu.org>
3934
3935 * progmodes/js.el (js-mode-map): Use standard capitalization and
3936 ellipses for menu entries.
3937
3938 * wid-edit.el (widget-complete): Doc fix.
3939
3940 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
3941
3942 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
3943
3944 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
3945
3946 Fix annotating other revisions for renamed files in vc-annotate.
3947 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
3948 VC backend. Use it when non-nil.
3949 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
3950 (Bug#6487)
3951
3952 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
3953 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3954 Do not pass the file name to the 'previous-revision call when we
3955 don't want a file diff. (Bug#6489)
3956
3957 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
3958
3959 Fix finding revisions for renamed files in vc-annotate.
3960 * vc/vc.el (vc-find-revision): Add an optional argument for
3961 the VC backend. Use it when non-nil.
3962 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
3963 backend to vc-find-revision. (Bug#6487)
3964
3965 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
3966
3967 Fix reading file names in Git annotate buffers.
3968 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
3969 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
3970
3971 2010-06-20 Alan Mackenzie <acm@muc.de>
3972
3973 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
3974 in file local variables, set it first.
3975
3976 2010-06-19 Glenn Morris <rgm@gnu.org>
3977
3978 * descr-text.el (describe-char-unicode-data): Insert separating
3979 space when needed. (Bug#6422)
3980
3981 * progmodes/idlwave.el (idlwave-action-and-binding):
3982 Fix typo in 2009-12-03 change. (Bug#6450)
3983
3984 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
3985
3986 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
3987 handling for `lambda' (misunderstanding).
3988
3989 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
3990
3991 * calc/calc-poly.el (math-accum-factors): Make sure that
3992 constants aren't distributed after they are factored out.
3993
3994 2010-06-16 Juri Linkov <juri@jurta.org>
3995
3996 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
3997 `list-colors-print'. (Bug#6332)
3998
3999 * subr.el (read-quoted-char): Fix up last change (bug#6290).
4000
4001 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
4002
4003 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
4004 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
4005
4006 * font-lock.el (font-lock-major-mode): Rename from
4007 font-lock-mode-major-mode to distinguish it from
4008 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
4009 (font-lock-set-defaults):
4010 * font-core.el (font-lock-default-function): Adjust users.
4011 (font-lock-mode): Don't set it at all.
4012
4013 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
4014
4015 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
4016
4017 2010-06-16 Glenn Morris <rgm@gnu.org>
4018
4019 * calendar/appt.el (appt-time-msg-list): Doc fix.
4020 (appt-check): Let-bind appt-warn-time.
4021 (appt-add): Make the 3rd argument optional.
4022 Simplify argument names. Doc fix. Check for integer WARNTIME.
4023 Only add WARNTIME to the output list if non-nil.
4024
4025 2010-06-16 Ivan Kanis <apple@kanis.eu>
4026
4027 * calendar/appt.el (appt-check): Let the 3rd element of
4028 appt-time-msg-list specify the warning time.
4029 (appt-add): Add new argument with the warning time. (Bug#5176)
4030
4031 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4032
4033 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
4034 older than version 1.6. (Bug#6361)
4035
4036 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
4037
4038 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
4039 used by cl-do-arglist. (Bug#6408)
4040
4041 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
4042
4043 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
4044 portuguese casechars/not-casechars for missing 'çÇ'.
4045 Suggested by Rolando Pereira (bug#6434).
4046
4047 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
4048
4049 * facemenu.el (list-colors-sort): Doc fix.
4050
4051 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4052
4053 * progmodes/sql.el (sql-connect-mysql): Fix typo.
4054
4055 2010-06-14 Juri Linkov <juri@jurta.org>
4056
4057 Add sort option `list-colors-sort'. (Bug#6332)
4058 * facemenu.el (color-rgb-to-hsv): New function.
4059 (list-colors-sort): New defcustom.
4060 (list-colors-sort-key): New function.
4061 (list-colors-display): Doc fix. Sort list according to the option
4062 `list-colors-sort'.
4063 (list-colors-print): Add HSV values to `help-echo' property of
4064 RGB strings.
4065
4066 2010-06-14 Juri Linkov <juri@jurta.org>
4067
4068 * compare-w.el: Move to the "vc" subdirectory.
4069
4070 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4071
4072 * image-mode.el (image-mode-map): Remap left-char and right-char.
4073
4074 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
4075
4076 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
4077
4078 * term/common-win.el (x-colors): Add all the color names defined
4079 in rgb.txt (Bug#6332).
4080
4081 * facemenu.el (list-colors-print): Don't print extra names if it
4082 will overflow the window width.
4083
4084 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
4085 change (Bug#6343).
4086
4087 2010-06-12 Eli Zaretskii <eliz@gnu.org>
4088
4089 * files.el (make-directory): Doc fix (bug#6396).
4090
4091 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
4092
4093 * net/tramp.el (tramp-remote-process-environment): Protect version
4094 string by apostroph.
4095 (tramp-shell-prompt-pattern): Do not use a shy group in case of
4096 XEmacs.
4097 (tramp-file-name-for-operation): Add `call-process-region'.
4098 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
4099
4100 * net/tramp-compat.el (top): Do not autoload
4101 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
4102 only when `start-file-process' is not bound.
4103 (tramp-advice-file-expand-wildcards): Do not use
4104 `tramp-handle-file-remote-p'.
4105 (tramp-compat-make-temp-file): Handle the case, that
4106 `make-temp-file' has no third argument EXTENSION.
4107
4108 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
4109
4110 * makefile.w32-in (WINS_BASIC): Include new directory vc.
4111
4112 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
4113
4114 2010-06-11 Juri Linkov <juri@jurta.org>
4115
4116 * finder.el (finder-known-keywords): Add keyword "vc"
4117 for version control.
4118
4119 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
4120 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
4121 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
4122 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
4123
4124 2010-06-11 Juri Linkov <juri@jurta.org>
4125
4126 Move version control related files to the "vc" subdirectory.
4127 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
4128 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
4129 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
4130 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
4131 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
4132 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
4133 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
4134 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
4135 Move files to the "vc" subdirectory.
4136
4137 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
4138
4139 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
4140 (Bug#6367).
4141
4142 2010-06-11 Stephen Eglen <stephen@gnu.org>
4143
4144 * shell.el: Bind `shell-resync-dirs' to M-RET.
4145
4146 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
4147
4148 * notifications.el: Move file from lisp/net, because it is
4149 supposed to talk locally to the user.
4150
4151 2010-06-10 Julien Danjou <julien@danjou.info>
4152
4153 * net/notifications.el (notifications-on-action-signal)
4154 (notifications-on-closed-signal): Pass notification id as first
4155 argument to the callback functions. Add docstrings.
4156 (notifications-notify): Fix docstring.
4157
4158 2010-06-10 Glenn Morris <rgm@gnu.org>
4159
4160 * emacs-lisp/authors.el (authors-ignored-files)
4161 (authors-valid-file-names): Add some files.
4162
4163 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4164
4165 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
4166 merge conflict, giving preference to the emacs-23 version of the code.
4167
4168 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4169
4170 * emacs-lisp/advice.el (ad-compile-function):
4171 Define warning-suppress-types before we let-bind it (bug#6275).
4172
4173 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
4174 declare it, make it buffer-local and permanent-local (bug#6324).
4175 (vc-resynch-window): Adjust name.
4176 * vc-hooks.el (vc-find-file-hook): Adjust name.
4177
4178 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
4179
4180 * net/notifications.el (notifications-notify): Fix docstring.
4181
4182 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
4183
4184 Update to Unicode 6.0.0 beta.
4185 * international/charprop.el: Update copyright.
4186 * international/mule-cmds.el (ucs-names): Update character ranges.
4187 * international/uni-bidi.el:
4188 * international/uni-category.el:
4189 * international/uni-combining.el:
4190 * international/uni-comment.el:
4191 * international/uni-decimal.el:
4192 * international/uni-decomposition.el:
4193 * international/uni-digit.el:
4194 * international/uni-lowercase.el:
4195 * international/uni-mirrored.el:
4196 * international/uni-name.el:
4197 * international/uni-numeric.el:
4198 * international/uni-old-name.el:
4199 * international/uni-titlecase.el:
4200 * international/uni-uppercase.el: Regenerate.
4201
4202 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
4203
4204 * emacs-lisp/smie.el (comment-string-strip): Declare function.
4205 (smie-precs-precedence-table): Fix typo in docstring.
4206
4207 * vc-mtn.el (log-edit-extract-headers): Declare function.
4208
4209 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
4210
4211 * net/notifications.el (dbus-register-signal): Declare function.
4212 (notifications-notify): Fix typos and reflow docstring.
4213
4214 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4215
4216 Improve VC create/retrieve tag/branch.
4217 * vc.el (vc-create-tag): Do not read the directory name for VCs
4218 with repository revision granularity. Adjust the tag/branch
4219 prompt. Reset VC properties.
4220 (vc-retrieve-tag): Do not read the directory name for VCs
4221 with repository revision granularity. Reset VC properties.
4222
4223 2010-06-09 Julien Danjou <julien@danjou.info>
4224
4225 * net/notifications.el: New file.
4226
4227 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4228
4229 Add optional support for resetting VC properties.
4230 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
4231 call vc-file-clearprops when true.
4232 (vc-resynch-buffer): Add new optional argument, pass it down.
4233 (vc-resynch-buffers-in-directory): Likewise.
4234
4235 Improve support for special markup in the VC commit message.
4236 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
4237 * vc-hg.el (vc-hg-checkin): Add support for Date:.
4238 * vc-git.el (vc-git-checkin):
4239 * vc-bzr.el (vc-bzr-checkin): Likewise.
4240
4241 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4242
4243 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
4244 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
4245
4246 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
4247
4248 * iimage.el: Remove images as soon as the underlying text is modified.
4249 (iimage-modification-hook): New function.
4250 (iimage-mode-buffer): Use it.
4251
4252 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4253
4254 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
4255 smie-indent-offset-after. Add :prev case. Make a bit more generic.
4256 (smie-indent-virtual): Remove `virtual' arg. Update callers.
4257 (smie-indent-keyword): Add handling of open-paren keywords.
4258 (smie-indent-comment-continue): Don't assume comment-continue.
4259
4260 2010-06-07 Martin Rudalics <rudalics@gmx.at>
4261
4262 * window.el (pop-to-buffer): Remove the conditional that
4263 compares new-window and old-window, so it will reselect
4264 the selected window unconditionally.
4265 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
4266
4267 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4268
4269 * emacs-lisp/smie.el (smie-indent-offset-after)
4270 (smie-indent-forward-token, smie-indent-backward-token): New functions.
4271 (smie-indent-after-keyword): Use them.
4272 (smie-indent-fixindent): Only applies to the indentation of the BOL.
4273 (smie-indent-keyword): Tweak the black magic.
4274 (smie-indent-comment-continue): Strip comment-continue before use.
4275 (smie-indent-functions): Indent comments before keywords.
4276
4277 2010-06-06 Juri Linkov <juri@jurta.org>
4278
4279 * isearch.el (isearch-lazy-highlight-search): Fix looping
4280 by checking for empty match. This syncs this loop with the
4281 similar loop in `isearch-search'. (Bug#6362)
4282
4283 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
4284
4285 * net/dbus.el (dbus-register-method): Declare function.
4286 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
4287 (dbus-introspect): Doc fix.
4288 (dbus-event-bus-name, dbus-introspect-get-interface)
4289 (dbus-introspect-get-argument): Reflow docstrings.
4290
4291 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
4292
4293 vc-log-incoming/vc-log-outgoing fixes for Git.
4294 * vc-git.el (vc-git-log-view-mode): Fix font lock for
4295 incoming/outgoing logs.
4296 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
4297 instead of vc-git-compute-remote.
4298 (vc-git-compute-remote): Remove.
4299
4300 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
4301
4302 * term/common-win.el (x-colors): Add "dark green" and "dark
4303 turquoise" (Bug#6332).
4304
4305 2010-06-04 Juri Linkov <juri@jurta.org>
4306
4307 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
4308 Instead of setting `replace' to t and replacing the same string
4309 with itself, don't do certain actions when
4310 kill-do-not-save-duplicates is non-nil and string is equal to car
4311 of kill-ring: don't call menu-bar-update-yank-menu, don't push
4312 interprogram-paste strings to kill-ring, and don't push the input
4313 argument `string' to kill-ring.
4314 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
4315
4316 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
4317
4318 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
4319
4320 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
4321
4322 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
4323 (tramp-gvfs-handler-mounted-unmounted)
4324 (tramp-gvfs-connection-mounted-p): Handle default-location.
4325
4326 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
4327 move files to trash.
4328
4329 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
4330
4331 * international/mule-cmds.el (nonascii-insert-offset)
4332 (nonascii-translation-table): Add obsolescence information.
4333
4334 * international/mule.el (make-translation-table-from-vector): Doc fix.
4335
4336 2010-06-03 Glenn Morris <rgm@gnu.org>
4337
4338 * desktop.el (desktop-clear-preserve-buffers):
4339 Add "*Warnings*" buffer. (Bug#6336)
4340
4341 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
4342
4343 vc-log-incoming/vc-log-outgoing improvements for Git.
4344 * vc-git.el (vc-git-log-outgoing): Use the same format as the
4345 short log.
4346 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
4347
4348 Add bindings for vc-log-incoming and vc-log-outgoing.
4349 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
4350 and vc-log-outgoing.
4351 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
4352 and vc-log-outgoing.
4353
4354 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
4355
4356 * net/rcirc.el (rcirc-sort-nicknames): Remove.
4357 (rcirc-handler-366): Always sort nicknames.
4358
4359 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
4360
4361 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
4362
4363 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
4364
4365 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
4366
4367 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4368
4369 * net/rcirc.el (rcirc-sort-nicknames): Change default.
4370 (rcirc-sort-nicknames-join): Avoid setq.
4371
4372 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4373
4374 * net/rcirc.el (rcirc-sort-nicknames): New custom.
4375 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
4376 (rcirc-handler-366): Use them.
4377
4378 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4379
4380 Split smie-indent-calculate into more manageable chunks.
4381 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
4382 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
4383 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
4384 (smie-indent-exps): Extract from smie-indent-calculate.
4385 (smie-indent-functions): New var.
4386 (smie-indent-functions): Use them.
4387
4388 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4389
4390 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
4391 (smie-indent-calculate): Simplify and cleanup.
4392
4393 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
4394
4395 * net/tramp-gvfs.el (top): Require url-util.
4396 (tramp-gvfs-mount-point): Remove.
4397 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
4398 New defuns.
4399 (with-tramp-dbus-call-method): Format trace message.
4400 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
4401 Implement backup call, when operation on local files fails.
4402 Use progress reporter. Flush properties of changed files.
4403 (tramp-gvfs-handle-make-directory): Make more traces.
4404 (tramp-gvfs-url-file-name): Hexify file name in url.
4405 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
4406 into account for the resulting file name.
4407 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
4408 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
4409 (tramp-gvfs-handler-mounted-unmounted)
4410 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
4411 attribute "default_location". Set "prefix" property.
4412 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
4413 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
4414 exists. Raise an error, if not (due to a corresponding answer
4415 "no" in interactive questions, for example).
4416
4417 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
4418
4419 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
4420
4421 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
4422
4423 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
4424 right-*. (Bug#6265)
4425
4426 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
4427
4428 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
4429 * vc-git.el (vc-git-compute-remote): New function.
4430 (vc-git-log-outgoing): Use it instead of hard coding a value.
4431 (vc-git-log-incoming): New function.
4432
4433 Improve state updating for VC tag commands.
4434 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
4435 to update the state of all buffers in the directory.
4436
4437 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
4438
4439 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4440
4441 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
4442 `file-directory-p' to the filename part rather than to the whole text.
4443
4444 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4445
4446 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
4447
4448 2010-05-31 Drew Adams <drew.adams@oracle.com>
4449
4450 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
4451
4452 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
4453
4454 * subr.el (momentary-string-display): Just use read-event to read
4455 the exit event (Bug#6238).
4456
4457 2010-05-30 Eli Zaretskii <eliz@gnu.org>
4458
4459 * international/mule.el (define-coding-system): Doc fix (bug#6313).
4460
4461 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4462
4463 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
4464 Suggested by Eli Zaretskii <eliz@gnu.org>.
4465
4466 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4467
4468 * minibuffer.el (completion-file-name-table): Don't return a boundary
4469 past the end of `string' (bug#6299).
4470 (completion--file-name-table): Delegate to completion-file-name-table
4471 for the `boundaries' case.
4472
4473 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4474
4475 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
4476 movement commands.
4477
4478 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
4479 `path-separator', but maintain compatibility with Emacs 20.2.
4480
4481 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
4482
4483 * server.el (server-process-filter): Receive parent-id argument
4484 from emacsclient.
4485 (server-create-window-system-frame): New arg. Pass parent-id as
4486 frame parameter.
4487
4488 2010-05-29 Eli Zaretskii <eliz@gnu.org>
4489
4490 Bidi-sensitive word movement with arrow keys.
4491 * subr.el (right-arrow-command, left-arrow-command): Move to
4492 bindings.el.
4493
4494 * bindings.el (right-char, left-char): Move from subr.el and
4495 rename from right-arrow-command and left-arrow-command.
4496 (right-word, left-word): New functions.
4497 (global-map) <right>: Bind to right-char.
4498 (global-map) <left>: Bind to left-char.
4499 (global-map) <C-right>: Bind to right-word.
4500 (global-map) <C-left>: Bind to left-word.
4501
4502 * ls-lisp.el (ls-lisp-classify-file): New function.
4503 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
4504 (ls-lisp-classify): Call ls-lisp-classify-file.
4505 (insert-directory): Remove blanks from switches.
4506
4507 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
4508
4509 * ansi-color.el: Delete unused escape sequences (Bug#6085).
4510 (ansi-color-drop-regexp): New constant.
4511 (ansi-color-apply, ansi-color-filter-region)
4512 (ansi-color-apply-on-region): Delete unrecognized control sequences.
4513 (ansi-color-apply): Build string list before calling concat.
4514
4515 2010-05-28 Juri Linkov <juri@jurta.org>
4516
4517 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4518 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
4519 (Bug#5270)
4520
4521 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4522
4523 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
4524 to ignored backtrace functions.
4525 (with-progress-reporter): Expand docstring.
4526 (tramp-handle-delete-file): Implement TRASH argument.
4527 (tramp-get-remote-trash): New defun.
4528
4529 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4530
4531 * net/tramp-compat.el (tramp-compat-delete-file): Use
4532 `symbol-value' for backward compatibility.
4533
4534 * net/tramp.el (tramp-handle-make-symbolic-link)
4535 (tramp-handle-load)
4536 (tramp-do-copy-or-rename-file-via-buffer)
4537 (tramp-do-copy-or-rename-file-directly)
4538 (tramp-do-copy-or-rename-file-out-of-band)
4539 (tramp-handle-process-file, tramp-handle-call-process-region)
4540 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4541 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4542 (tramp-delete-temp-file-function): Use `delete-file' instead
4543 of `tramp-compat-delete-file'.
4544
4545 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4546 (tramp-fish-handle-make-symbolic-link)
4547 (tramp-fish-handle-process-file): Use `delete-file' instead
4548 of `tramp-compat-delete-file'.
4549
4550 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
4551 `delete-file' instead of `tramp-compat-delete-file'.
4552
4553 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4554 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
4555 `tramp-compat-delete-file'.
4556
4557 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
4558 `delete-file' instead of `tramp-compat-delete-file'.
4559
4560 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4561 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4562 (tramp-smb-handle-write-region): Use `delete-file' instead of
4563 `tramp-compat-delete-file'.
4564 (tramp-smb-handle-delete-directory): Use 'trash as arg.
4565
4566 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4567
4568 * dired.el (dired-delete-file): New arg TRASH.
4569 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
4570 (dired-do-flagged-delete, dired-do-delete): Use trash.
4571
4572 * speedbar.el (speedbar-item-delete): Allow trashing.
4573
4574 * files.el (delete-directory): New arg TRASH.
4575
4576 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
4577 (ange-ftp-rename-remote-to-remote)
4578 (ange-ftp-rename-local-to-remote)
4579 (ange-ftp-rename-remote-to-local, ange-ftp-load)
4580 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
4581 `delete-file'.
4582 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
4583 allow trashing.
4584
4585 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4586 handle new TRASH arg of `delete-file'.
4587
4588 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
4589 (tramp-handle-make-symbolic-link, tramp-handle-load)
4590 (tramp-do-copy-or-rename-file-via-buffer)
4591 (tramp-do-copy-or-rename-file-directly)
4592 (tramp-do-copy-or-rename-file-out-of-band)
4593 (tramp-handle-process-file, tramp-handle-call-process-region)
4594 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4595 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4596 (tramp-delete-temp-file-function): Use null TRASH arg in
4597 tramp-compat-delete-file call.
4598
4599 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4600 (tramp-fish-handle-delete-file)
4601 (tramp-fish-handle-make-symbolic-link)
4602 (tramp-fish-handle-process-file): Use null TRASH arg in
4603 `tramp-compat-delete-file' call.
4604
4605 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
4606 arg in `tramp-compat-delete-file' call.
4607
4608 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4609 (tramp-gvfs-handle-write-region): Use null TRASH arg in
4610 `tramp-compat-delete-file' call.
4611
4612 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
4613 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
4614 `tramp-compat-delete-file' call.
4615
4616 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4617 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4618 (tramp-smb-handle-write-region): Use null TRASH arg in
4619 tramp-compat-delete-file call.
4620 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
4621 (tramp-smb-handle-delete-file): Rename arg.
4622
4623 * diff.el (diff-sentinel):
4624 * epg.el (epg--make-temp-file, epg-decrypt-string)
4625 (epg-verify-string, epg-sign-string, epg-encrypt-string):
4626 * jka-compr.el (jka-compr-partial-uncompress)
4627 (jka-compr-call-process, jka-compr-write-region):
4628 * server.el (server-sentinel): Remove optional arg from
4629 delete-file, reverting 2010-05-03 change.
4630
4631 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4632
4633 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
4634 font-lock-constant-face, not obsolete font-lock-reference-face.
4635
4636 2010-05-27 Kenichi Handa <handa@m17n.org>
4637
4638 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
4639 element of GSTRING is nil.
4640
4641 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4642
4643 * emacs-lisp/smie.el (smie-forward-token-function)
4644 (smie-backward-token-function): New vars.
4645 (smie-backward-sexp, smie-forward-sexp)
4646 (smie-indent-hanging-p, smie-indent-calculate): Use them.
4647 (smie-default-backward-token): Rename from smie-backward-token and
4648 skip comments.
4649 (smie-default-forward-token): Rename from smie-forward-token and
4650 skip comments.
4651 (smie-next-sexp): Handle nil results from next-token.
4652 (smie-indent-calculate): Add a new case for special `fixindent' comments.
4653
4654 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4655
4656 * progmodes/verilog-mode.el (verilog-type-font-keywords):
4657 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4658
4659 2010-05-27 Masatake YAMATO <yamato@redhat.com>
4660
4661 * htmlfontify.el (hfy-face-resolve-face): New function.
4662 (hfy-face-to-style): Use it (Bug#6279).
4663
4664 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4665
4666 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
4667 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
4668
4669 2010-05-26 Glenn Morris <rgm@gnu.org>
4670
4671 * emulation/edt.el (edt-load-keys): Use locate-library.
4672
4673 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
4674
4675 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
4676 (log-edit-changelog-entries): Doc fix.
4677 (log-edit-changelog-insert-entries): Args changed.
4678 Rename relative filenames in ChangeLog entries. Delete tabs.
4679 (log-edit-insert-changelog-entries): Reorganize return value of
4680 `log-edit-changelog-entries' to pass filenames to
4681 log-edit-changelog-insert-entries.
4682
4683 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4684
4685 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
4686 `image-dired-dired-insert-marked-thumbs' to
4687 `image-dired-dired-toggle-marked-thumbs'.
4688
4689 * image-dired.el: Require cl when compiling.
4690 (image-dired-dired-toggle-marked-thumbs): Rename from
4691 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
4692 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
4693 to 'no-dir. Skip files whose names don't match
4694 `image-file-name-regexp'. When file has a thumbnail overlay,
4695 delete it. (Bug#5270)
4696
4697 2010-05-25 Juri Linkov <juri@jurta.org>
4698
4699 * image-mode.el (image-mode): Add image-after-revert-hook to
4700 after-revert-hook.
4701 (image-after-revert-hook): New function. (Bug#5669)
4702
4703 2010-05-25 Juri Linkov <juri@jurta.org>
4704
4705 * image.el (image-animated-p): When delay between animated images
4706 is 0, set it to 10 (0.1 sec). (Bug#6258)
4707
4708 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
4709
4710 * net/tramp.el (tramp-handle-insert-directory): Don't use
4711 `forward-word', its default syntax could be changed.
4712
4713 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
4714
4715 * net/tramp.el (tramp-progress-reporter-update): New defun.
4716 (with-progress-reporter): Use it.
4717 (tramp-process-actions):
4718 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
4719 current message, in order to let progress reporter continue
4720 afterwards. (Bug#6257)
4721
4722 2010-05-25 Glenn Morris <rgm@gnu.org>
4723
4724 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
4725 Add :version.
4726
4727 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
4728
4729 * net/rcirc.el (rcirc-default-user-name): Change to "user".
4730 (rcirc-default-full-name): Change to "unknown".
4731 (rcirc-user-name-history): Add variable.
4732
4733 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
4734 Jonathan Rockway <jon@jrock.us>
4735
4736 * net/rcirc.el (rcirc-server-alist): Add :pass.
4737 (rcirc): When prompting for connection parameters, also prompt for
4738 username and password.
4739 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
4740 value to server when connecting.
4741
4742 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4743
4744 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
4745 (smie-merge-prec2s): Pass the tables as separate args.
4746 (smie-bnf-precedence-table): Adjust call accordingly.
4747 (smie-prec2-levels): Set levels at the end.
4748
4749 Replace Lisp calls to delete-backward-char by delete-char.
4750 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
4751 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
4752 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
4753 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
4754 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
4755 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
4756 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
4757 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
4758 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
4759 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
4760 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
4761 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
4762 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
4763 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
4764 delete-backward-char by calls to delete-char.
4765
4766 2010-05-25 Kenichi Handa <handa@m17n.org>
4767
4768 * language/hebrew.el (hebrew-shape-gstring): New function.
4769 Register it in composition-function-table for all Hebrew combining
4770 characters.
4771
4772 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4773
4774 * epa.el (epa--select-keys): Don't explicitly delete the window since
4775 that can fail (e.g. sole window in frame). Use dedication instead.
4776
4777 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
4778
4779 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
4780
4781 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
4782
4783 * image.el (image-refresh): Define as an alias for image-flush.
4784
4785 * image-mode.el (image-toggle-display-image): Caller changed.
4786
4787 2010-05-21 Juri Linkov <juri@jurta.org>
4788
4789 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
4790 Remove "all" from grep-files-aliases. Split grep-files-aliases by
4791 whitespace, call wildcard-to-regexp on substrings and concat them
4792 with "\\|". (Bug#6114)
4793
4794 2010-05-21 Alan Mackenzie <acm@muc.de>
4795
4796 * progmodes/cc-engine.el (c-parse-state-get-strategy):
4797 Replace parameter `here' with `here-' and `here-plus', which sandwich
4798 any pertinent CPP construct.
4799 (c-remove-stale-state-cache-backwards): Fix a bug which happens
4800 when doing (c-parse-state) in a CPP construct: Exclude any "new"
4801 CPP construct from taking part in the scanning.
4802
4803 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
4804
4805 * net/tramp.el (tramp-do-copy-or-rename-file)
4806 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
4807 Tune `with-progress-reporter' messages.
4808 (tramp-handle-vc-registered):
4809 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
4810 (tramp-fish-handle-insert-file-contents)
4811 (tramp-fish-maybe-open-connection):
4812 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4813 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
4814 (tramp-imap-handle-insert-file-contents)
4815 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4816
4817 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
4818
4819 * add-log.el (change-log-font-lock-keywords):
4820 Highlight all authors in multi-author entries.
4821
4822 * smerge-mode.el (smerge-refine-ignore-whitespace)
4823 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
4824 Fix typos in docstrings.
4825 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
4826
4827 2010-05-21 Glenn Morris <rgm@gnu.org>
4828
4829 * progmodes/fortran.el (fortran-mode):
4830 * progmodes/f90.el (f90-mode): Derive from prog-mode.
4831
4832 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
4833 having a relative path in src/Makefile.in.
4834
4835 2010-05-20 Kevin Ryde <user42@zip.com.au>
4836
4837 * help-mode.el (help-make-xrefs): For Info node links turn
4838 newlines into spaces. Link node names with newlines are matched
4839 by help-xref-info-regexp and buttonized, this change ensures they
4840 can be followed successfully with RET. (Bug#6206)
4841
4842 2010-05-20 Juri Linkov <juri@jurta.org>
4843
4844 * locate.el (locate): Use pop-to-buffer instead of
4845 switch-to-buffer-other-window. (Bug#6204)
4846
4847 2010-05-20 Juri Linkov <juri@jurta.org>
4848
4849 * replace.el (replace-highlight): Fix lazy-highlighting
4850 for `M-s w str M-% str RET'.
4851
4852 2009-12-15 Masatake YAMATO <yamato@redhat.com>
4853
4854 * isearch.el (isearch-yank-word-or-char): Pull next subword
4855 when `subword-mode' is activated. (Bug#6220)
4856
4857 2010-05-20 Mark A. Hershberger <mah@everybody.org>
4858
4859 * isearch.el (isearch-update-post-hook): New hook.
4860 (isearch-update): Use the new hook. (Bug#6225)
4861
4862 2010-05-20 Juri Linkov <juri@jurta.org>
4863
4864 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
4865 [f1], [help], and (char-to-string help-char) instead of "\C-h".
4866 (Bug#6222)
4867
4868 2010-05-20 Juri Linkov <juri@jurta.org>
4869
4870 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
4871 (Bug#6223)
4872
4873 2010-05-20 Juri Linkov <juri@jurta.org>
4874
4875 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
4876 FILE-NAME to read from the minibuffer when called interactively
4877 with prefix argument instead of using buffer-file-name.
4878 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
4879
4880 * dired.el: Update autoloads.
4881
4882 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
4883
4884 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
4885 nxml-finish-element, for consistency with SGML mode.
4886
4887 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
4888 octave-close-block.
4889
4890 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
4891
4892 * composite.el: Require cl when compiling.
4893 (reference-point-alist, compose-gstring-for-graphic)
4894 (compose-gstring-for-terminal): Fix typos in docstrings.
4895
4896 2010-05-19 Juri Linkov <juri@jurta.org>
4897
4898 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
4899 set-window-parameter.
4900
4901 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
4902
4903 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
4904 where appropriate.
4905 (tramp-maybe-open-connection): Use it.
4906
4907 2010-05-19 Eli Zaretskii <eliz@gnu.org>
4908
4909 * simple.el (move-end-of-line): Make sure we are at line beginning
4910 before backing up to end of previous line.
4911
4912 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
4913
4914 * password-cache.el (password-cache-remove): Fix docstring.
4915
4916 * net/secrets.el: Autoload the widget functions.
4917 (secrets-search-items, secrets-create-item)
4918 (secrets-get-attributes, secrets-expand-item): Attributes will be
4919 stored on the password database without leading ":", as all other
4920 clients do as well.
4921 (secrets-mode): Fix docstring.
4922 (secrets-show-secrets): Provide it as autoloaded command only when
4923 D-Bus support is available. Check existence of Secret Service API.
4924
4925 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4926
4927 * indent.el (indent-region): Deactivate region (bug#6200).
4928
4929 2010-05-19 Glenn Morris <rgm@gnu.org>
4930
4931 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
4932
4933 2010-05-19 Kenichi Handa <handa@m17n.org>
4934
4935 * composite.el: Register compose-gstring-for-graphic in
4936 composition-function-table only for combining characters (Mn, Mc, Me).
4937
4938 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
4939
4940 * calc/calc-trail.el (calc-trail-isearch-forward)
4941 (calc-trail-isearch-backward): Ensure that the new window
4942 point is set correctly.
4943
4944 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4945
4946 * subr.el (read-quoted-char): Resolve modifiers after key
4947 remapping (bug#6212).
4948
4949 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
4950
4951 Add visualization code for secrets.
4952 * net/secrets.el (secrets-mode): New major mode.
4953 (secrets-show-secrets, secrets-show-collections)
4954 (secrets-expand-collection, secrets-expand-item)
4955 (secrets-tree-widget-after-toggle-function)
4956 (secrets-tree-widget-show-password): New defuns.
4957
4958 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4959
4960 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
4961 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
4962 handled in smie-next-sexp.
4963 (smie-indent-calculate): Provide a starting indentation (so the
4964 recursion is well-founded ;-).
4965
4966 Fix handling of non-associative equal levels.
4967 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
4968 when it's not needed.
4969 (smie-op-left, smie-op-right): New functions.
4970 (smie-next-sexp): New function, extracted from smie-backward-sexp.
4971 Better handle equal levels to distinguish the associative case from
4972 the "multi-keyword construct" case.
4973 (smie-backward-sexp, smie-forward-sexp): Use it.
4974
4975 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
4976
4977 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
4978
4979 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
4980 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
4981
4982 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4983
4984 Provide a simple generic indentation engine and use it for Prolog.
4985 * emacs-lisp/smie.el: New file.
4986 * progmodes/prolog.el (prolog-smie-op-levels)
4987 (prolog-smie-indent-rules): New var.
4988 (prolog-mode-variables): Use them to configure SMIE.
4989 (prolog-indent-line, prolog-indent-level): Remove.
4990
4991 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
4992
4993 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
4994 order before computing the averages.
4995
4996 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
4997
4998 * calc/calc-vec.el (calc-histogram):
4999 (calcFunc-histogram): Allow vectors as inputs.
5000 (math-vector-avg): New function.
5001
5002 * calc/calc-ext.el (math-group-float): Have the number of digits
5003 being grouped depend on the radix (Bug#6189).
5004
5005 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
5006
5007 * version.el (emacs-copyright, emacs-version): Don't define here,
5008 now that emacs.c defines it.
5009
5010 2010-05-15 Eli Zaretskii <eliz@gnu.org>
5011
5012 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
5013 "Describe Language Environment" menu item.
5014
5015 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
5016
5017 Bidi-sensitive movement with arrow keys.
5018 * subr.el (right-arrow-command, left-arrow-command): New functions.
5019
5020 * bindings.el (global-map): Bind them to right and left arrow keys.
5021
5022 Don't override standard definition of convert-standard-filename.
5023 * files.el (convert-standard-filename): Call
5024 w32-convert-standard-filename and dos-convert-standard-filename on
5025 the corresponding systems.
5026
5027 * w32-fns.el (w32-convert-standard-filename): Rename from
5028 convert-standard-filename. Doc fix.
5029
5030 * dos-fns.el (dos-convert-standard-filename): Doc fix.
5031 (convert-standard-filename): Don't defalias.
5032 (register-name-alist, make-register, register-value)
5033 (set-register-value, intdos): Obsolete aliases for the
5034 corresponding dos-* functions and variables.
5035 (dos-intdos): Add a doc string.
5036
5037 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
5038
5039 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
5040 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
5041 (math-compose-tex-func):
5042 * calc/calccomp.el (math-compose-expr):
5043 * calc/calc-ext.el (math-format-flat-expr-fancy):
5044 * calc/calc-store.el (calc-read-var-name):
5045 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
5046
5047 * calc/calc.el (var-π, var-φ, var-γ): New variables.
5048 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
5049 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
5050 (math-standard-units): Add units.
5051
5052 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5053
5054 * progmodes/asm-mode.el (asm-mode):
5055 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
5056
5057 * pcomplete.el (pcomplete-completions-at-point): New function,
5058 extracted from pcomplete-std-complete.
5059 (pcomplete-std-complete): Use it.
5060
5061 2010-05-15 Glenn Morris <rgm@gnu.org>
5062
5063 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5064 Remove references to CVS, RCS and Old directories.
5065
5066 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
5067
5068 * calc/calc-bin.el (math-format-twos-complement): Group digits when
5069 appropriate.
5070
5071 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
5072
5073 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
5074 (sh-mode-syntax-table): Give it a default value instead.
5075 (sh-header-marker): Make buffer-local.
5076 (sh-mode): Move make-local-variable to the corresponding setq.
5077 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
5078 Use complete-with-action.
5079
5080 * simple.el (prog-mode): New (abstract) major mode.
5081 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
5082 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
5083
5084 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
5085
5086 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
5087 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
5088 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
5089 (sql-make-alternate-buffer-name, sql-placeholders-filter)
5090 (sql-escape-newlines-filter, sql-input-sender)
5091 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
5092
5093 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
5094
5095 Add TeX open-block and close-block keybindings to SGML, and vice versa.
5096
5097 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
5098 latex-open-block and C-c / to latex-close-block.
5099
5100 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
5101 and C-c C-e to sgml-close-tag.
5102
5103 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
5104
5105 * net/tramp.el (with-progress-reporter): Create reporter object
5106 only when the message would be displayed. Handle nested calls.
5107 (tramp-handle-load, tramp-handle-file-local-copy)
5108 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5109 (tramp-maybe-send-script, tramp-find-shell):
5110 Use `with-progress-reporter'.
5111 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
5112 Fix message text.
5113
5114 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5115 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5116 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
5117 Use `with-progress-reporter'.
5118
5119 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
5120
5121 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
5122 process everytime when spellchecking from the minibuffer (bug#6143).
5123
5124 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5125
5126 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
5127
5128 * dos-fns.el: Add "dos-" prefix for namespace control.
5129 (convert-standard-filename): Define as alias for
5130 dos-convert-standard-filename but only if applicable.
5131
5132 2010-05-12 Alan Mackenzie <acm@muc.de>
5133
5134 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
5135 Push the mark at the start of these functions when appropriate.
5136
5137 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5138
5139 * minibuffer.el (completion-cycle-threshold): New custom var.
5140 (completion--do-completion): Use it.
5141 (minibuffer-complete): Use cycling if appropriate.
5142
5143 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
5144
5145 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
5146 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
5147
5148 2010-05-11 Juri Linkov <juri@jurta.org>
5149
5150 * scroll-all.el (scroll-all-check-to-scroll):
5151 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
5152
5153 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5154
5155 * iimage.el (iimage-mode-map): Move initialization into declaration.
5156 (iimage-mode-buffer): Use with-silent-modifications.
5157 Simplify calling convention. Adjust callers.
5158 (iimage-mode): Don't run hook redundantly.
5159
5160 * minibuffer.el (completion-pcm--pattern->regex):
5161 Fix last change (bug#6160).
5162
5163 2010-05-10 Juri Linkov <juri@jurta.org>
5164
5165 Remove nodes visited during Isearch from the Info history.
5166 * info.el (Info-isearch-initial-history)
5167 (Info-isearch-initial-history-list): New variables.
5168 (Info-isearch-start): Record initial values of
5169 Info-isearch-initial-history and Info-isearch-initial-history-list.
5170 Add Info-isearch-end to isearch-mode-end-hook.
5171 (Info-isearch-end): New function.
5172
5173 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
5174
5175 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
5176 format string, in order to work around a bug in pdksh.
5177 Reported by Gilles Pion <gpion@lfdj.com>.
5178 (tramp-handle-verify-visited-file-modtime): Do not send a command
5179 when the connection is not established.
5180 (tramp-handle-set-file-times): Simplify the check for utc.
5181
5182 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
5183
5184 Fix use of `filter-buffer-substring' (rework previous change).
5185 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
5186 (cua-repeat-replace-region):
5187 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
5188 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5189 (cua-cut-region-to-global-mark): Use it.
5190
5191 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
5192
5193 * progmodes/sql.el: Version 2.1.
5194 (sql-product-alist): Redesign structure of product info.
5195 (sql-product, sql-user, sql-server, sql-database): Safe variables.
5196 (sql-port, sql-port-history): New variables.
5197 (sql-interactive-product): New variable.
5198 (sql-send-terminator): New variable.
5199 (sql-imenu-generic-expression): Add "Types" imenu entry.
5200 (sql-oracle-login-params, sql-sqlite-login-params)
5201 (sql-mysql-login-params, sql-solid-login-params)
5202 (sql-sybase-login-params, sql-informix-login-params)
5203 (sql-ingres-login-params, sql-ms-login-params)
5204 (sql-postgres-login-params, sql-interbase-login-params)
5205 (sql-db2-login-params, sql-linter-login-params)
5206 (sql-oracle-scan-on): New variables.
5207 (sql-mode-map): Add C-c C-i to start interactive mode.
5208 (sql-mode-menu): Update existing menu entries.
5209 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
5210 (sql-mode-oracle-font-lock-keywords)
5211 (sql-mode-postgres-font-lock-keywords)
5212 (sql-mode-ms-font-lock-keywords)
5213 (sql-mode-sybase-font-lock-keywords)
5214 (sql-mode-informix-font-lock-keywords)
5215 (sql-mode-interbase-font-lock-keywords)
5216 (sql-mode-ingres-font-lock-keywords)
5217 (sql-mode-solid-font-lock-keywords)
5218 (sql-mode-mysql-font-lock-keywords)
5219 (sql-mode-sqlite-font-lock-keywords)
5220 (sql-mode-db2-font-lock-keywords)
5221 (sql-mode-linter-font-lock-keywords): Update initialization to
5222 reduce run-time complexity.
5223 (sql-add-product, sql-del-product): New functions.
5224 (sql-set-product-feature, sql-get-product-feature): New functions.
5225 (sql-product-font-lock): Update product API.
5226 (sql-add-product-keywords): New function.
5227 (sql-highlight-product): Update product API.
5228 (sql-help-list-products): New function.
5229 (sql-help): Dynamically lists free and non-free products.
5230 (sql-get-login): Correct bug in handling history and added
5231 prompt for port.
5232 (sql-copy-column): Copy without properties.
5233 (sqli-input-sender): Apply filters to SQLi input.
5234 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
5235 Implement as a filter.
5236 (sql-escape-newlines-filter): Implement as a filter.
5237 (sql-remove-tabs-filter): New function.
5238 (sql-send-magic-terminator): New function.
5239 (sql-send-string): Implement magic terminator.
5240 (sql-send-region): Use `sql-send-string'.
5241 (sql-interactive-mode): Use product API.
5242 (sql-product-interactive): Use product API.
5243 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
5244 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
5245 (sql-db2, sql-linter): Use `sql-product-interactive'.
5246 (sql-connect): New function.
5247 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
5248 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
5249 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
5250 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
5251 Use `sql-connect'.
5252
5253 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5254
5255 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
5256 New custom variable.
5257 (completion-pcm--string->pattern): Use it.
5258 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
5259 Make it handle any symbol as `any'.
5260 (completion-pcm--merge-completions): Extract common suffix for the new
5261 `prefix' symbol as well.
5262 (completion-substring--all-completions): Use the new `prefix' symbol.
5263
5264 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
5265
5266 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
5267 not bound.
5268 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5269 (tramp-compat-funcall): New defmacro.
5270 (tramp-compat-line-beginning-position)
5271 (tramp-compat-line-end-position)
5272 (tramp-compat-temporary-file-directory)
5273 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5274 (tramp-compat-copy-file, tramp-compat-copy-directory)
5275 (tramp-compat-delete-file, tramp-compat-delete-directory)
5276 (tramp-compat-number-sequence, tramp-compat-process-running-p)
5277 * net/tramp.el (top, with-progress-reporter)
5278 (tramp-rfn-eshadow-setup-minibuffer)
5279 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5280 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5281 (tramp-completion-mode-p, tramp-check-for-regexp)
5282 (tramp-open-connection-setup-interactive-shell)
5283 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5284 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5285 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
5286 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5287 (tramp-reporter-dump-variable, tramp-load-report-modules)
5288 (tramp-append-tramp-buffers)
5289 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
5290
5291 * net/tramp-imap.el (top): Autoload `epg-make-context'.
5292
5293 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5294
5295 * progmodes/compile.el (compilation-buffer-modtime): Rename from
5296 buffer-modtime. Adjust users.
5297
5298 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5299
5300 * international/mule.el (auto-coding-alist): Only purecopy
5301 car of each item, not the whole list (Bug#6083).
5302
5303 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5304
5305 * progmodes/js.el (js-mode): Make paragraph variables local before
5306 calling c-setup-paragraph-variables (Bug#6071).
5307
5308 2010-05-08 Eli Zaretskii <eliz@gnu.org>
5309
5310 * composite.el (compose-region, reference-point-alist): Fix typos
5311 in the doc strings.
5312
5313 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5314
5315 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
5316 gnuplot's "set" command.
5317
5318 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5319
5320 * abbrev.el (last-abbrev-text): Doc fix.
5321 (abbrev-prefix-mark): Don't escape parenthesis.
5322
5323 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5324
5325 * composite.el (find-composition): Doc fix.
5326
5327 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5328
5329 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
5330 (sql-oracle-program, sql-sqlite-options)
5331 (sql-query-placeholders-and-send): Doc fixes.
5332 (sql-set-product, sql-interactive-mode): Reflow docstrings.
5333 (sql-imenu-generic-expression, sql-buffer)
5334 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
5335 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
5336 (sql-mode-sybase-font-lock-keywords)
5337 (sql-mode-informix-font-lock-keywords)
5338 (sql-mode-interbase-font-lock-keywords)
5339 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
5340 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
5341 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
5342 (sql-product-feature, sql-highlight-product)
5343 (comint-line-beginning-position, sql-rename-buffer)
5344 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
5345 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
5346 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
5347 Fix typos in docstrings.
5348
5349 2010-05-08 Juri Linkov <juri@jurta.org>
5350
5351 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
5352 property instead of `invisible' and `after-string' (bug#5998).
5353
5354 2010-05-08 Juri Linkov <juri@jurta.org>
5355
5356 * image-mode.el (image-mode-as-text): Fix typo in docstring.
5357
5358 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5359
5360 * filecache.el (file-cache-add-directory-list)
5361 (file-cache-add-directory-recursively): Fix typos in docstrings.
5362
5363 2010-05-08 Kenichi Handa <handa@m17n.org>
5364
5365 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
5366 (gujarati-composable-pattern): Fix typo.
5367
5368 2010-05-08 Kenichi Handa <handa@m17n.org>
5369
5370 * language/indian.el (oriya-composable-pattern)
5371 (tamil-composable-pattern, malayalam-composable-pattern):
5372 Add two-part vowels to "v" (vowel sign).
5373
5374 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5375
5376 * files.el (copy-directory): Handle symlinks (Bug#5982).
5377
5378 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
5379
5380 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
5381 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
5382 (Bug#5846).
5383
5384 2010-05-08 Glenn Morris <rgm@gnu.org>
5385
5386 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
5387
5388 * minibuffer.el (completion-at-point): Doc fix.
5389
5390 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5391
5392 * electric.el (Electric-command-loop): Minor tweak.
5393
5394 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
5395 better with dedicated windows.
5396
5397 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5398
5399 * Version 23.2 released.
5400
5401 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5402 Stefan Monnier <monnier@iro.umontreal.ca>
5403
5404 Highlight vendor specific properties.
5405 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
5406 (css-proprietary-property): New face.
5407 (css-font-lock-keywords): Use them.
5408
5409 2010-05-07 Eli Zaretskii <eliz@gnu.org>
5410
5411 * cus-start.el (all): Add native condition for tool-bar-* symbols.
5412
5413 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5414
5415 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
5416 * files.el (auto-mode-alist): Remove redundant entries.
5417
5418 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
5419 * simple.el (auto-save-mode): Move from files.el.
5420 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
5421
5422 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5423
5424 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5425
5426 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
5427
5428 * mail/binhex.el (binhex-decode-region-internal)
5429 * mail/uudecode.el (uudecode-decode-region-internal)
5430 * net/dns.el (dns-read-string-name, dns-write, dns-read)
5431 (dns-read-type, dns-query)
5432 * pgg-parse.el (pgg-parse-armor)
5433 * pgg.el (pgg-verify-region)
5434 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
5435 XEmacs.
5436
5437 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
5438
5439 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
5440
5441 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
5442
5443 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
5444 * emulation/cua-base.el (cua-repeat-replace-region):
5445 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5446 (cua-cut-region-to-global-mark):
5447 Remove text properties with `set-text-properties'.
5448
5449 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
5450
5451 * net/tramp.el (top, with-progress-reporter):
5452 Use `symbol-function' inside `funcall'.
5453
5454 * net/tramp-compat.el (tramp-compat-file-attributes)
5455 (tramp-compat-delete-file, tramp-compat-delete-directory):
5456 Handle only `wrong-number-of-arguments' error.
5457
5458 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
5459 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
5460 inside `funcall'.
5461
5462 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5463
5464 * minibuffer.el (completion--sreverse, completion--common-suffix):
5465 New functions.
5466 (completion-pcm--merge-completions): Extract common suffix when safe.
5467
5468 * emacs-lisp/easy-mmode.el (define-minor-mode):
5469 Make :variable more flexible.
5470 * files.el (auto-save-mode): Use it to define using define-minor-mode.
5471
5472 2010-05-05 Juri Linkov <juri@jurta.org>
5473
5474 Add `slow' and `history' tags to the desktop data.
5475
5476 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
5477 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
5478 (Info-finder-find-node): Require `finder.el' to be able
5479 to restore node from the desktop.
5480 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
5481 data `Info-history' and `slow' tag in the assoc list.
5482 (Info-restore-desktop-buffer): Don't restore nodes with the
5483 `slow' tag. Restore `Info-history'.
5484
5485 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
5486
5487 Add FORCE argument to `delete-file'.
5488
5489 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
5490 forcing to delete the temporary file.
5491 (ange-ftp-delete-file): Add FORCE arg.
5492 (ange-ftp-rename-remote-to-remote)
5493 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
5494 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
5495 Force file deletion.
5496
5497 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
5498
5499 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
5500 (tramp-handle-make-symbolic-link, tramp-handle-load)
5501 (tramp-do-copy-or-rename-file-via-buffer)
5502 (tramp-do-copy-or-rename-file-directly)
5503 (tramp-do-copy-or-rename-file-out-of-band)
5504 (tramp-handle-process-file, tramp-handle-call-process-region)
5505 (tramp-handle-shell-command, tramp-handle-file-local-copy)
5506 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5507 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
5508
5509 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
5510 (tramp-fish-handle-make-symbolic-link)
5511 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
5512
5513 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5514 Use `tramp-compat-delete-file'.
5515
5516 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
5517 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
5518
5519 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
5520 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
5521
5522 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
5523 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
5524 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
5525 `tramp-compat-delete-file'.
5526
5527 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5528
5529 Minor cleanups.
5530 * subr.el (add-minor-mode): Use push.
5531 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
5532 * emulation/edt.el (edt-select-mode): Simplify.
5533
5534 Use define-minor-mode in more cases.
5535 * term/tvi970.el (tvi970-set-keypad-mode):
5536 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5537 (normal-erase-is-backspace-mode):
5538 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
5539 (set-scroll-bar-mode-1): (Re)move to its sole caller.
5540 (get-scroll-bar-mode): New function.
5541 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
5542
5543 Use define-minor-mode for less obvious cases.
5544 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
5545 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
5546 * international/iso-ascii.el (iso-ascii-mode):
5547 * frame.el (auto-raise-mode, auto-lower-mode):
5548 * composite.el (global-auto-composition-mode): Use define-minor-mode.
5549
5550 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
5551
5552 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
5553 in order to see error messages for failed logins.
5554
5555 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
5556
5557 * diff.el (diff-sentinel):
5558
5559 * epg.el (epg--make-temp-file, epg-decrypt-string)
5560 (epg-verify-string, epg-sign-string, epg-encrypt-string):
5561
5562 * jka-compr.el (jka-compr-partial-uncompress)
5563 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
5564
5565 * server.el (server-sentinel): Use delete-file's new FORCE arg
5566 (Bug#6070).
5567
5568 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5569
5570 Use define-minor-mode where applicable.
5571 * view.el (view-mode):
5572 * type-break.el (type-break-query-mode)
5573 (type-break-mode-line-message-mode):
5574 * textmodes/reftex.el (reftex-mode):
5575 * term/vt100.el (vt100-wide-mode):
5576 * tar-mode.el (tar-subfile-mode):
5577 * savehist.el (savehist-mode):
5578 * ibuf-ext.el (ibuffer-auto-mode):
5579 * composite.el (auto-composition-mode):
5580 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5581 Use define-minor-mode.
5582 (vhdl-mode): Use static mode-line format.
5583 (vhdl-mode-line-update): Delete.
5584 (vhdl-create-mode-menu, vhdl-activate-customizations)
5585 (vhdl-hs-minor-mode): Don't bother calling it.
5586
5587 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5588
5589 * simple.el (with-wrapper-hook): Move.
5590 (buffer-substring-filters): Mark obsolete.
5591 (filter-buffer-substring-functions): New variable.
5592 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
5593
5594 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5595 Michael Albinus <michael.albinus@gmx.de>
5596
5597 Implement compression for inline methods.
5598
5599 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5600 (tramp-copy-size-limit): Allow also nil.
5601 (tramp-inline-compress-commands): New defconst.
5602 (tramp-find-inline-compress, tramp-get-inline-compress)
5603 (tramp-get-inline-coding): New defuns.
5604 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
5605 replaced by `tramp-get-inline-coding'.
5606 (tramp-handle-file-local-copy, tramp-handle-write-region)
5607 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5608
5609 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5610
5611 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
5612 Remove unused functions.
5613
5614 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
5615 Set find-tag-default-function as a variable rather than a property.
5616
5617 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
5618 * progmodes/etags.el (tags-completion-at-point-function):
5619 Remove left over interactive spec. Add autoloading stub.
5620 (complete-tag): Use tags-completion-at-point-function.
5621
5622 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
5623
5624 * minibuffer.el (tags-completion-at-point-function): Fix return value.
5625
5626 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
5627
5628 * ido.el (ido-init-completion-maps): Remove C-v binding.
5629 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
5630
5631 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
5632
5633 * minibuffer.el (tags-completion-at-point-function): New function.
5634 (completion-at-point-functions): Use it.
5635
5636 * progmodes/etags.el (complete-tag): Revert last change.
5637
5638 2010-04-29 Alan Mackenzie <acm@muc.de>
5639
5640 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
5641 off-by-one error (in end of macro position).
5642
5643 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5644
5645 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
5646 firefox is absent. Don't autoload.
5647 (browse-url-galeon-program): Don't autoload.
5648
5649 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
5650
5651 * bindings.el (complete-symbol): Move into minibuffer.el.
5652
5653 * minibuffer.el (complete-tag): Move from etags.el. If tags
5654 completion cannot be performed, return nil instead of signalling
5655 an error.
5656 (completion-at-point): Make it an alias for complete-symbol.
5657 (complete-symbol): Move from bindings.el, and replace with the
5658 body of completion-at-point.
5659
5660 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
5661
5662 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
5663
5664 * net/tramp.el (tramp-remote-selinux-p): New defun.
5665 (tramp-handle-file-selinux-context)
5666 (tramp-handle-set-file-selinux-context): Use it.
5667
5668 2010-04-28 Sam Steingold <sds@gnu.org>
5669
5670 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5671 `safe-local-variable' if the value is a string or a symbol with
5672 the property `bug-reference-url-format'.
5673
5674 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
5675
5676 * progmodes/bug-reference.el (bug-reference-url-format):
5677 Revert 2010-04-27 change due to security risk.
5678
5679 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5680
5681 Make it possible to locally disable a globally enabled mode.
5682 * simple.el (fundamental-mode): Run fundamental-mode-hook.
5683 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
5684 rather than kill-all-local-variables so it runs fundamental-mode-hook.
5685 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5686 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
5687 that subsequent hooks get a chance to disable it.
5688
5689 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5690
5691 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5692 Avoid re-enabling a minor mode after the user turned the minor mode
5693 off if MODE-enable-in-buffers is run twice (typically once from
5694 fundamental-mode's after-change-major-mode-hook and a second time from
5695 run-mode-hook's own after-change-major-mode-hook).
5696
5697 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
5698
5699 2010-04-27 Sam Steingold <sds@gnu.org>
5700
5701 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5702 `safe-local-variable' if the value is a string or a function, as
5703 documented and implemented on 2010-04-02.
5704
5705 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
5706
5707 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
5708 when method is 'kill.
5709
5710 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
5711
5712 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
5713 condition in default directory check.
5714 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
5715 Kill ispell process when killing its associated buffer.
5716
5717 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
5718
5719 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
5720 but we aren't using it.
5721
5722 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
5723
5724 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
5725 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
5726
5727 2010-04-24 Glenn Morris <rgm@gnu.org>
5728
5729 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
5730 Ignore VCS-ignore files, and deleted nextstep preferences files.
5731 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
5732 (authors-ambiguous-files): New list.
5733 (authors-valid-file-names): Add some deleted files.
5734 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
5735 (authors-disambiguate-file-name): New function. (Bug#5501)
5736 (authors-canonical-file-name): Doc fix.
5737 Don't warn about obsolete files.
5738 (authors-canonical-file-name, authors-scan-el):
5739 Use authors-disambiguate-file-name.
5740
5741 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5742 Add autoload cookies.
5743 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
5744 (generated-autoload-file): Set file-local value to "htmlfontify.el".
5745 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
5746 They have definitions / compiler macros in cl.el.
5747 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5748 Replace manual autoloads with generated ones.
5749 (htmlfontify-unload-rgb-file): Remove autoload.
5750 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
5751
5752 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5753
5754 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
5755 (byte-compile-setq-default): Optimize for the
5756 single-var case and don't call byte-compile-form in this case to avoid
5757 inf-loop with byte-compile-set-default.
5758
5759 * progmodes/compile.el (compilation-start): Abbreviate default directory.
5760
5761 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
5762
5763 Implement SELINUX backends.
5764
5765 * net/tramp.el (tramp-file-name-handler-alist):
5766 Add `file-selinux-context' and `set-file-selinux-context'.
5767 (tramp-handle-file-selinux-context)
5768 (tramp-handle-set-file-selinux-context): New defuns.
5769 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5770 Handle PRESERVE-SELINUX-CONTEXT.
5771
5772 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5773 Add `file-selinux-context' and `set-file-selinux-context'.
5774 (tramp-gvfs-handle-file-selinux-context)
5775 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5776 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5777
5778 * net/ange-ftp.el (ange-ftp-copy-file):
5779 * net/tramp-fish.el (tramp-fish-handle-copy-file):
5780 * net/tramp-imap.el (tramp-imap-handle-copy-file):
5781 * net/tramp-smb.el (tramp-smb-handle-copy-file):
5782 Add PRESERVE-SELINUX-CONTEXT.
5783
5784 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5785
5786 Synchronize with Tramp repository.
5787
5788 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
5789 (tramp-action-process-alive, tramp-action-out-of-band)
5790 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5791 (tramp-exists-file-name-handler): Fix docstring.
5792 (with-progress-reporter): New defmacro.
5793 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
5794 (tramp-maybe-open-connection): Use it.
5795
5796 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
5797
5798 Detect ssh 'ControlMaster' argument automatically in some cases.
5799
5800 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5801 (tramp-default-method): Use it.
5802
5803 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5804
5805 * net/tramp.el (tramp-handle-copy-file): Add new optional
5806 parameter `preserve-selinux-context'.
5807 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
5808
5809 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5810
5811 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
5812 Ensure, that non remote files are still checked. Oops.
5813
5814 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
5815
5816 Fix Bug#5840.
5817
5818 * icomplete.el (icomplete-completions): Use `non-essential'.
5819
5820 * net/tramp.el (tramp-connectable-p): New defun.
5821 (tramp-handle-expand-file-name)
5822 (tramp-completion-handle-file-name-all-completions)
5823 (tramp-completion-handle-file-name-completion): Use it.
5824
5825 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5826
5827 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
5828
5829 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5830
5831 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
5832
5833 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
5834
5835 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
5836 is present.
5837
5838 * info.el (info-tool-bar-map): Add labels.
5839
5840 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
5841
5842 * cus-edit.el (custom-commands): Add labels for tool bar.
5843 (custom-buffer-create-internal, Custom-mode): Adjust for
5844 labels in custom-commands.
5845
5846 * dynamic-setting.el: Renamed from font-setting.el.
5847
5848 2010-04-21 John Wiegley <jwiegley@gmail.com>
5849
5850 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
5851 toggles the use of virtual buffers.
5852 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
5853 (ido-toggle-virtual-buffers): New function.
5854
5855 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
5856
5857 Use `define-derived-mode'; fix window selection; doc fixes.
5858 * play/tetris.el (tetris, tetris-update-speed-function)
5859 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
5860 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
5861 (tetris-rotate-next, tetris-end-game, tetris-start-game)
5862 (tetris-pause-game): Fix typos in docstrings.
5863 (tetris-mode-map, tetris-null-map):
5864 Move initialization into declaration.
5865 (tetris-mode): Define with `define-derived-mode';
5866 set show-trailing-whitespace to nil.
5867 (tetris): Prefer window already displaying the "*Tetris*" buffer.
5868
5869 2010-04-21 Karel Klíč <kklic@redhat.com>
5870
5871 * files.el (backup-buffer): Handle SELinux context, and return it
5872 if a backup was made by renaming.
5873 (backup-buffer-copy): Set SELinux context to the target file.
5874 (basic-save-buffer): Set SELinux context of the newly written file.
5875 (basic-save-buffer-1): Now it also returns any SELinux context.
5876 (basic-save-buffer-2): Set SELinux context of the newly created file,
5877 and return it.
5878 * net/tramp.el (tramp-file-name-for-operation):
5879 Add file-selinux-context.
5880
5881 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5882
5883 Make the log-edit comments use RFC822 format throughout.
5884
5885 * vc.el (vc-checkin, vc-modify-change-comment):
5886 Adjust to new vc-start/finish-logentry.
5887 (vc-find-conflicted-file): New command.
5888 (vc-transfer-file): Adjust to new vc-checkin.
5889 (vc-next-action): Improve scoping.
5890
5891 * vc-hg.el (vc-hg-log-edit-mode): Remove.
5892 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
5893
5894 * vc-git.el (vc-git-log-edit-mode): Remove.
5895 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
5896 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
5897
5898 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
5899 (vc-start-logentry): Remove argument `extra'.
5900 (vc-finish-logentry): Remove extra args.
5901
5902 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
5903 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
5904 (vc-bzr-conflicted-files): New function.
5905
5906 * log-edit.el (log-edit-extra-flags)
5907 (log-edit-before-checkin-process): Remove.
5908 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
5909 (log-edit-headers-alist): New var.
5910 (log-edit-header-contents-regexp): New const.
5911 (log-edit-match-to-eoh): New function.
5912 (log-edit-font-lock-keywords): Use them.
5913 (log-edit): Insert a "Summary:" header as default.
5914 (log-edit-mode): Mark font-lock rules as case-insensitive.
5915 (log-edit-done): Cleanup headers.
5916 (log-view-process-buffer): Remove.
5917 (log-edit-extract-headers): New function to replace it.
5918
5919 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
5920
5921 * subr.el (default-direction-reversed): Remove obsolescence info.
5922
5923 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5924
5925 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
5926 windows/frames.
5927
5928 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
5929 I.e. include text after point in the completion region.
5930 Also, return nil when we're not after/in a symbol.
5931
5932 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
5933 default enable-multibyte-characters.
5934
5935 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5936
5937 * international/mule.el: Help the user choose a valid coding-system.
5938 (read-buffer-file-coding-system): New function.
5939 (set-buffer-file-coding-system): Use it. Prompt the user if the
5940 coding-system cannot encode all the chars.
5941
5942 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
5943 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
5944 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
5945 Don't use *vc-bzr-shelve*.
5946
5947 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
5948
5949 Fix the version number for added files.
5950 * vc-hg.el (vc-hg-working-revision): Check if the file is
5951 registered after hg parent fails (Bug#5961).
5952
5953 2010-04-19 Glenn Morris <rgm@gnu.org>
5954
5955 * htmlfontify.el (htmlfontify-buffer)
5956 (htmlfontify-copy-and-link-dir): Autoload entry points.
5957
5958 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
5959
5960 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
5961 name relative to the project root (Bug#5960).
5962
5963 2010-04-19 Glenn Morris <rgm@gnu.org>
5964
5965 * vc-git.el (vc-git-print-log): Doc fix.
5966
5967 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
5968
5969 * ido.el (ido-file-internal): Fix 2009-12-02 change.
5970
5971 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
5972
5973 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
5974 default settings (Bug#5928).
5975
5976 2010-04-19 Glenn Morris <rgm@gnu.org>
5977
5978 * progmodes/fortran.el (fortran-match-and-skip-declaration):
5979 New function.
5980 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
5981
5982 2010-04-19 Kenichi Handa <handa@m17n.org>
5983
5984 * language/indian.el (malayalam-composable-pattern): Fix previous
5985 change (add U+0D4D "SIGN VIRAMA").
5986 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
5987 (tamil-composable-pattern): Fix typo in the regexp.
5988 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
5989 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
5990 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
5991
5992 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
5993
5994 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
5995 paragraph-separate (Bug#5821).
5996
5997 2010-04-19 Juri Linkov <juri@jurta.org>
5998
5999 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
6000
6001 * info.el (Info-find-node-2): Comment out code that skips
6002 breadcrumbs line.
6003 (Info-mouse-follow-link): New command.
6004 (Info-link-keymap): New keymap.
6005 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
6006 Return a string with links instead of inserting breadcrumbs
6007 to the Info buffer.
6008 (Info-fontify-node): Comment out code that inserts breadcrumbs.
6009 Instead of putting the `invisible' text property over the Info
6010 header, make an overlay over the Info header with the `invisible'
6011 property and `after-string' set to the string returned by
6012 `Info-breadcrumbs'.
6013
6014 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
6015
6016 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
6017 Reported by monkey@sandpframing.com.
6018
6019 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6020
6021 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
6022 (tmm-get-keymap): Add key-binding shortcuts now that they're not
6023 available in the "keyseq cache" any more.
6024
6025 * custom.el (defcustom): Add edebug spec.
6026
6027 2010-04-18 Juri Linkov <juri@jurta.org>
6028
6029 Test for special mode-class in view-buffer instead of view-file (bug#5513).
6030
6031 * view.el (view-file, view-buffer): Move test for special mode-class
6032 from view-file to view-buffer.
6033
6034 * tar-mode.el (tar-extract): Turn if's into one cond
6035 like in arc-mode.el.
6036
6037 2010-04-18 Juri Linkov <juri@jurta.org>
6038
6039 Add 7z archive format support (bug#5475).
6040
6041 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
6042 (archive-7z-extract): New defcustom.
6043 (archive-find-type): Add magic string for 7z.
6044 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
6045 If `stderr-file' is non-nil, use `(t stderr-file)' for the
6046 `buffer' arg of `call-process'.
6047 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
6048 call the function `archive-7z-extract' with the variable
6049 `archive-7z-extract' let-bound to `archive-zip-extract'.
6050 (archive-7z-summarize, archive-7z-extract): New functions.
6051
6052 * international/mule.el (auto-coding-alist):
6053 * files.el (auto-mode-alist): Add 7z file extension.
6054
6055 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6056
6057 * loadup.el: Setup hash-cons for pure data.
6058
6059 Fix duplicate entries in cedet's loaddefs.el files.
6060 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
6061 Should make most file-local generated-autoload-file unnecessary.
6062 (print-readably): Silence warnings.
6063 (autoload-find-destination): Take load-name as an arg to make sure
6064 it's the same as the one that will be in the file.
6065 (autoload-generate-file-autoloads): Adjust to above changes.
6066 Try to make the dataflow a bit simpler.
6067
6068 * cvs-status.el (cvs-refontify): Remove unused.
6069
6070 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
6071
6072 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
6073
6074 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
6075 twos-complement mode.
6076
6077 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
6078
6079 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
6080 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
6081 (calc-inverse): Add "Option" to message, as appropriate.
6082 (calc-hyperbolic): Add "Option" to message, as appropriate.
6083 (calc-option, calc-is-option): New functions.
6084
6085 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
6086 (calc-option-prefix-help): New function.
6087
6088 * calc/calc-misc.el (calc-help): Add "Option" entry.
6089
6090 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
6091 (calc-option-flag): New variable.
6092 (calc-do): Set `calc-option-flag to nil.
6093 (calc-set-mode-line): Add "Opt " as appropriate.
6094
6095 2010-04-16 Juri Linkov <juri@jurta.org>
6096
6097 Move scrolling commands from simple.el to window.el
6098 because their primitives are implemented in window.c.
6099
6100 * simple.el (scroll-error-top-bottom)
6101 (scroll-up-command, scroll-down-command, scroll-up-line)
6102 (scroll-down-line, scroll-other-window-down)
6103 (beginning-of-buffer-other-window, end-of-buffer-other-window):
6104 * window.el (scroll-error-top-bottom)
6105 (scroll-up-command, scroll-down-command, scroll-up-line)
6106 (scroll-down-line, scroll-other-window-down)
6107 (beginning-of-buffer-other-window, end-of-buffer-other-window):
6108 Move from simple.el to window.el because their primitives are
6109 implemented in window.c.
6110
6111 2010-04-16 Juri Linkov <juri@jurta.org>
6112
6113 * isearch.el (isearch-lookup-scroll-key): Check both
6114 `isearch-scroll' and `scroll-command' properties.
6115 (scroll-up, scroll-down): Remove `isearch-scroll' property.
6116
6117 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
6118
6119 * simple.el (scroll-up-command, scroll-down-command)
6120 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
6121
6122 2010-04-15 Juri Linkov <juri@jurta.org>
6123
6124 * simple.el (scroll-up-command, scroll-down-command)
6125 (scroll-up-line, scroll-down-line): Put `scroll-command'
6126 property on the these symbols. Remove them from
6127 `scroll-preserve-screen-position-commands'.
6128
6129 * mwheel.el (mwheel-scroll): Put `scroll-command' and
6130 `isearch-scroll' properties on the `mwheel-scroll' symbol.
6131 Remove it from `scroll-preserve-screen-position-commands'.
6132
6133 * isearch.el (isearch-allow-scroll): Doc fix.
6134
6135 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
6136
6137 * net/tramp.el (tramp-error-with-buffer): Don't show the
6138 connection buffer when we are in completion mode.
6139 (tramp-file-name-handler): Catch the error for some operations
6140 when we are in completion mode. This gives the user the chance to
6141 correct the file name in the minibuffer.
6142
6143 2010-04-15 Glenn Morris <rgm@gnu.org>
6144
6145 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
6146
6147 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
6148
6149 Simplify by using `define-derived-mode'.
6150 * info.el (Info-mode):
6151 * calendar/todo-mode.el (todo-mode):
6152 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
6153 (gomoku-mode-map): Move initialization into declaration.
6154
6155 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
6156
6157 Fix Bug#5840.
6158 * ido.el (ido-file-name-all-completions-1):
6159 * minibuffer.el (minibuffer-completion-help):
6160 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
6161
6162 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6163
6164 * simple.el (non-essential): New var.
6165
6166 Add a new field `location' to bookmarks for non-file bookmarks.
6167 * bookmark.el (bookmark-location): Use the new field, if present.
6168 (bookmark-insert-location): Undo last change, not needed any more.
6169 * man.el (Man-bookmark-make-record):
6170 * woman.el (woman-bookmark-make-record): Add `location' field.
6171
6172 2010-04-14 Juri Linkov <juri@jurta.org>
6173
6174 * simple.el (scroll-error-top-bottom): New defcustom.
6175 (scroll-up-command, scroll-down-command): Use it. Doc fix.
6176
6177 * emulation/pc-select.el (pc-select-override-scroll-error):
6178 Obsolete in favor of `scroll-error-top-bottom'.
6179
6180 2010-04-14 Juri Linkov <juri@jurta.org>
6181
6182 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
6183 `scroll-up-command' and `M-v' to `scroll-down-command'.
6184
6185 * emulation/cua-rect.el (cua--init-rectangles):
6186 * forms.el (forms--change-commands):
6187 * image-mode.el (image-mode-map):
6188 Remap scroll-down-command and scroll-up-command
6189 in addition to scroll-down and scroll-up.
6190
6191 2010-04-14 Juri Linkov <juri@jurta.org>
6192
6193 * mwheel.el (scroll-preserve-screen-position-commands):
6194 Add mwheel-scroll to this list of commands.
6195
6196 * simple.el (scroll-preserve-screen-position-commands):
6197 Add scroll-up-command, scroll-down-command, scroll-up-line,
6198 scroll-down-line to this list of commands.
6199
6200 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6201
6202 * obsolete/complete.el: Move from lisp/complete.el.
6203
6204 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
6205
6206 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
6207 to the minor mode function now turns the mode ON unconditionally.
6208
6209 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6210
6211 * vc-dir.el (vc-dir-kill-line): New command.
6212 (vc-dir-mode-map): Bind it to C-k.
6213
6214 * bookmark.el (bookmark-insert-location): Handle a nil filename.
6215
6216 * woman.el: Add bookmark declarations to silence the compiler.
6217 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
6218 step to compatibility between man and woman bookmarks.
6219 Adjust for Man-default-bookmark-title renaming.
6220 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
6221
6222 * man.el: Add bookmark declarations to silence the compiler.
6223 (Man-name-local-regexp): Make it match NAME as well.
6224 (Man-getpage-in-background): Return the buffer.
6225 (Man-notify-when-ready): Use `case'.
6226 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
6227 Don't hardcode "NAME". Simplify.
6228 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
6229 Rename from Man-bookmark-make-record.
6230 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
6231 we have the actual man-args. Use Man-getpage-in-background rather
6232 than `man' since the arg is already processed. Let bookmark.el do the
6233 window handling. Only wait for the relevant process.
6234 Don't forget to autoload.
6235
6236 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
6237
6238 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6239
6240 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
6241 New functions.
6242 (woman-mode): Setup bookmark support.
6243
6244 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
6245 (man-bookmark-jump): New functions.
6246 (Man-mode): Setup bookmark support.
6247
6248 2010-04-10 Jari Aalto <jari.aalto@cante.net>
6249
6250 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
6251 recognize ssh-keygen prompt (Bug#2817).
6252
6253 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
6254
6255 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
6256
6257 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
6258
6259 Synchronize with Tramp repository.
6260
6261 * net/tramp.el (tramp-completion-function-alist)
6262 (tramp-file-name-regexp, tramp-chunksize)
6263 (tramp-local-coding-commands, tramp-remote-coding-commands):
6264 Fix docstring.
6265 (tramp-remote-process-environment): Use `format' instead of `concat'.
6266 (tramp-handle-directory-files-and-attributes)
6267 (tramp-get-remote-path): Use `copy-tree'.
6268 (tramp-handle-file-name-all-completions): Backward/ XEmacs
6269 compatibility: Use `completion-ignore-case' if
6270 `read-file-name-completion-ignore-case' does not exist.
6271 (tramp-do-copy-or-rename-file-directly): Do not use
6272 `tramp-handle-file-remote-p'.
6273 (tramp-do-copy-or-rename-file-out-of-band):
6274 Use `tramp-compat-delete-directory'.
6275 (tramp-do-copy-or-rename-file-out-of-band)
6276 (tramp-compute-multi-hops, tramp-maybe-open-connection):
6277 Use `format-spec-make'.
6278 (tramp-find-foreign-file-name-handler)
6279 (tramp-advice-make-auto-save-file-name)
6280 (tramp-set-auto-save-file-modes): Remove superfluous check for
6281 `stringp'. This is done inside `tramp-tramp-file-p'.
6282 (tramp-debug-outline-regexp): New defconst.
6283 (tramp-get-debug-buffer): Use it.
6284 (tramp-check-for-regexp): Use (forward-line 1).
6285 (tramp-set-auto-save-file-modes): Adapt version check.
6286
6287 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
6288 Wrap call of `featurep' for 2nd argument.
6289 (tramp-compat-make-temp-file): Simplify fallback implementation.
6290 (tramp-compat-copy-tree): Remove function.
6291 (tramp-compat-delete-directory): Provide implementation for older
6292 Emacsen.
6293
6294 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
6295 Do not use `tramp-fish-handle-file-attributes.
6296
6297 * net/trampver.el: Update release number.
6298
6299 2010-04-10 Glenn Morris <rgm@gnu.org>
6300
6301 * progmodes/compile.el (compilation-save-buffers-predicate):
6302 Add missing :version tag.
6303
6304 2010-04-09 Sam Steingold <sds@gnu.org>
6305
6306 * progmodes/compile.el (compilation-save-buffers-predicate):
6307 Remove the "autoload" cookie.
6308
6309 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
6310 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
6311 and `bug-reference-prog-mode' can be used in hooks directly.
6312
6313 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6314
6315 Add --author support to git commit.
6316 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
6317 (vc-git-log-edit-mode): New minor mode.
6318 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
6319 New declarations.
6320
6321 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
6322
6323 * vc-hooks.el, vc-git.el: Improve documentation comments.
6324
6325 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6326
6327 Fix some of the problems in defsubst* (bug#5728).
6328 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
6329 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
6330
6331 2010-04-07 Sam Steingold <sds@gnu.org>
6332
6333 * progmodes/compile.el (compilation-save-buffers-predicate):
6334 New custom variable.
6335 (compile, recompile): Pass it to `save-some-buffers'.
6336
6337 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
6338
6339 * wid-edit.el (widget-choose): Move cursor to the second line of
6340 the buffer (Bug#5695).
6341
6342 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6343
6344 Add new VC methods: vc-log-incoming and vc-log-outgoing.
6345 * vc.el (vc-print-log-setup-buttons): New function split out from
6346 vc-print-log-internal.
6347 (vc-log-internal-common): New function, a parametrized version of
6348 vc-print-log-internal.
6349 (vc-print-log-internal): Just call vc-log-internal-common with the
6350 right arguments.
6351 (vc-incoming-outgoing-internal):
6352 (vc-log-incoming, vc-log-outgoing): New functions.
6353 (vc-log-view-type): New permanent local variable.
6354
6355 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
6356
6357 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
6358 of the dynamic bound vc-short-log.
6359 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
6360
6361 * vc-git.el (vc-git-log-outgoing): New function.
6362 (vc-git-log-view-mode): Use vc-log-view-type instead
6363 of the dynamic bound vc-short-log.
6364
6365 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
6366 of the dynamic bound vc-short-log. Highlight the tag.
6367 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
6368 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
6369 (vc-hg-incoming-mode): Remove.
6370 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
6371
6372 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6373
6374 Fix default-directory for vc-root-diff.
6375 * vc.el (vc-root-diff): Bind default-directory to the root
6376 directory for the diff command.
6377
6378 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
6379
6380 * progmodes/verilog-mode.el (verilog-forward-sexp):
6381 (verilog-calc-1): Support "disable fork" and "fork wait" multi
6382 word keywords, suggested by Steve Pearlmutter.
6383 (verilog-pretty-declarations): Support lineup of declarations in
6384 port lists.
6385 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
6386 fix bug for /* / comments.
6387 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
6388 Speed up and simplfy as this is never called with a bound.
6389 (verilog-pretty-declarations): Enhance to line up declarations
6390 inside a parameter list, suggested by Alan Morgan.
6391 (verilog-pretty-expr): Tune assignment regular expression match
6392 string for corner cases; also use markers instead of character
6393 number as indent changes the later.
6394
6395 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
6396
6397 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
6398 as missing keyword.
6399 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
6400 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
6401 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
6402 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
6403 Tennant.
6404 (verilog-keywords):
6405 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
6406 1800-2009 keywords, including "global.".
6407
6408 2010-04-06 John Wiegley <jwiegley@gmail.com>
6409
6410 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
6411 appearing in buffer list (if a live buffer name matched a recentf
6412 file basename). Should use uniquify to offer a real solution.
6413
6414 2010-04-06 John Wiegley <jwiegley@gmail.com>
6415
6416 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
6417 comment to code, and add a :version tag.
6418 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
6419
6420 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
6421
6422 Enable recentf-mode if using virtual buffers.
6423 * ido.el (recentf-list): Declare for byte-compiler.
6424 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
6425 (ido-make-buffer-list): Simplify.
6426 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
6427
6428 2010-04-05 Juri Linkov <juri@jurta.org>
6429
6430 Scrolling commands which scroll a line instead of full screen.
6431 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6432
6433 * simple.el (scroll-up-line, scroll-down-line): New commands.
6434 Put property isearch-scroll=t on them.
6435
6436 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
6437 Remove commands.
6438
6439 2010-04-05 Juri Linkov <juri@jurta.org>
6440
6441 Scrolling commands which do not signal errors at top/bottom.
6442 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6443
6444 * simple.el (scroll-up-command, scroll-down-command): New commands.
6445 Put property isearch-scroll=t on them.
6446
6447 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
6448 `scroll-down-command' and [next] from `scroll-up' to
6449 `scroll-up-command'.
6450
6451 * emulation/cua-base.el: Put property CUA=move on
6452 `scroll-up-command' and `scroll-down-command'.
6453 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
6454 and `scroll-down-command' to `cua-scroll-down'.
6455
6456 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
6457
6458 * help.el (describe-mode): Return nil.
6459
6460 2010-04-04 John Wiegley <jwiegley@gmail.com>
6461
6462 * ido.el (ido-use-virtual-buffers): New variable to indicate
6463 whether "virtual buffer" support is enabled for IDO.
6464 (ido-virtual): Face used to indicate virtual buffers in the list.
6465 (ido-buffer-internal): If a buffer is chosen, and no such buffer
6466 exists, but a virtual buffer of that name does (which would be why
6467 it was in the list), recreate the buffer by reopening the file.
6468 (ido-make-buffer-list): If virtual buffers are being used, call
6469 `ido-add-virtual-buffers-to-list' before the make list hook.
6470 (ido-virtual-buffers): New variable which contains a copy of the
6471 current contents of the `recentf-list', albeit pared down for the
6472 sake of speed, and with proper faces applied.
6473 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
6474 create a list of "virtual buffers" to present to the user in
6475 addition to the currently open set. Note that this logic could
6476 get rather slow if that list is too large. With the default
6477 `recentf-max-saved-items' of 200, there is little speed penalty.
6478
6479 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6480
6481 * font-lock.el: Require CL when compiling.
6482 (font-lock-turn-on-thing-lock): Use `case'.
6483
6484 2010-04-03 Eli Zaretskii <eliz@gnu.org>
6485
6486 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
6487 Zaretskii.
6488
6489 2010-04-02 Juri Linkov <juri@jurta.org>
6490
6491 * ehelp.el (electric-help-orig-major-mode):
6492 New buffer-local variable.
6493 (electric-help-mode): Set it to original major-mode. Doc fix.
6494 (with-electric-help): Use `electric-help-orig-major-mode' instead
6495 of (default-value 'major-mode). Doc fix.
6496 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
6497
6498 2010-04-02 Sam Steingold <sds@gnu.org>
6499
6500 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
6501 `vc-hg-command' with a list of flags.
6502
6503 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6504 Also accept "patch" and "RFE".
6505 (bug-reference-fontify): `bug-reference-url-format' can also be a
6506 function to be able to handle the bug kind.
6507 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
6508
6509 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
6510
6511 * tmm.el (tmm-get-keymap): Check with symbolp before passing
6512 value to fboundp, it may not be a symbol.
6513
6514 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6515
6516 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
6517
6518 2010-03-31 Juri Linkov <juri@jurta.org>
6519
6520 * simple.el (next-line, previous-line): Re-throw a signal
6521 with `signal' instead of using `ding'.
6522 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
6523
6524 2010-03-31 Juri Linkov <juri@jurta.org>
6525
6526 * simple.el (keyboard-escape-quit): Raise deselecting the active
6527 region higher than exiting the minibuffer.
6528 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
6529
6530 2010-03-31 Juri Linkov <juri@jurta.org>
6531
6532 * image.el (image-animated-p): Use `image-metadata' instead of
6533 `image-extension-data'. Get GIF extenstion data from metadata
6534 property `extension-data'.
6535
6536 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6537
6538 * simple.el (append-to-buffer): Simplify.
6539
6540 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
6541
6542 * textmodes/artist.el (artist-mode): Fix typo in docstring.
6543 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
6544
6545 2010-03-31 Kenichi Handa <handa@m17n.org>
6546
6547 * language/sinhala.el (composition-function-table): Fix regexp for
6548 the new Unicode specification.
6549
6550 * language/indian.el (devanagari-composable-pattern)
6551 (tamil-composable-pattern, kannada-composable-pattern)
6552 (malayalam-composable-pattern): Adjust for the new Unicode
6553 specification.
6554 (bengali-composable-pattern, gurmukhi-composable-pattern)
6555 (gujarati-composable-pattern, oriya-composable-pattern)
6556 (telugu-composable-pattern): New variables to cope with the new
6557 Unicode specification. Use them in composition-function-table.
6558
6559 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6560
6561 Make tmm-menubar work for the Buffers menu again (bug#5726).
6562 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
6563 vectors rather than cons cells, as used in menu-bar-update-buffers.
6564
6565 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6566
6567 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
6568 (js-insert-and-indent): Revert 2009-08-15 change, restoring
6569 electric punctuation for "{}();,:" (Bug#5586).
6570
6571 * mail/sendmail.el (mail-default-directory): Doc fix.
6572
6573 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6574
6575 * mail/sendmail.el (mail-default-directory): Doc fix.
6576
6577 2010-03-31 Eli Zaretskii <eliz@gnu.org>
6578
6579 * subr.el (version-regexp-alist, version-to-list)
6580 (version-list-<, version-list-=, version-list-<=)
6581 (version-list-not-zero, version<, version<=, version=): Doc fix.
6582 (Bug#5744).
6583
6584 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
6585
6586 * vc.el (vc-root-diff): Doc fix.
6587
6588 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6589
6590 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
6591
6592 * simple.el (append-to-buffer): Fix last change.
6593
6594 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6595
6596 * simple.el (append-to-buffer): Ensure that point is preserved if
6597 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
6598 (Bug#5749)
6599
6600 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6601
6602 * files.el (auto-mode-case-fold): Change default to t.
6603
6604 2010-03-30 Juri Linkov <juri@jurta.org>
6605
6606 * dired-x.el (dired-omit-mode): Doc fix.
6607
6608 2010-03-30 Juri Linkov <juri@jurta.org>
6609
6610 * replace.el (occur-accumulate-lines): Move occur-engine related
6611 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
6612 to be located after `occur-engine'.
6613
6614 2010-03-30 Juri Linkov <juri@jurta.org>
6615
6616 Make occur handle multi-line matches cleanly with context.
6617 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
6618
6619 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
6620 (occur-engine): Add local variables `ret', `prev-after-lines',
6621 `prev-lines'. Use more arguments for `occur-context-lines'.
6622 Set first elem of its returned list to `data', and the second elem
6623 to `prev-after-lines'. Don't print the separator line.
6624 In the end, print remaining context after-lines.
6625 (occur-context-lines): Add new arguments `begpt', `endpt',
6626 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
6627 after-lines of the previous match with before-lines of the
6628 current match and not overlap them. Return a list with two
6629 values: the output line and the list of context after-lines.
6630
6631 2010-03-30 Juri Linkov <juri@jurta.org>
6632
6633 * replace.el (occur-accumulate-lines): Fix a bug where the first
6634 context line at the beginning of the buffer was missing.
6635
6636 2010-03-30 Eli Zaretskii <eliz@gnu.org>
6637
6638 * files.el: Make bidi-display-reordering safe variable for boolean
6639 values.
6640
6641 2010-03-29 Phil Hagelberg <phil@evri.com>
6642 Chong Yidong <cyd@stupidchicken.com>
6643
6644 * subr.el: Extend progress reporters to perform "spinning".
6645 (progress-reporter-update, progress-reporter-do-update):
6646 Handle non-numeric value arguments.
6647 (progress-reporter--pulse-characters): New var.
6648
6649 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
6650
6651 * progmodes/compile.el (compilation-start): Fix regexp detection
6652 of initial cd command (Bug#5771).
6653
6654 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
6655
6656 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
6657
6658 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
6659
6660 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
6661 * progmodes/gdb-mi.el: Restore.
6662 * progmodes/gdb-ui.el: Remove.
6663 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
6664
6665 2010-03-25 Glenn Morris <rgm@gnu.org>
6666
6667 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
6668 all dired buffers, even tramp ones. (Bug#5755)
6669
6670 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6671
6672 Add "union tags" in mpc.el.
6673 * mpc.el: Remove backward compatibility code.
6674 (mpc-browser-tags): Change default.
6675 (mpc--find-memoize-union-tags): New var.
6676 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
6677 (mpc-cmd-find): Handle the case where the playlist does not exist.
6678 Handle union-tags.
6679 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
6680 (mpc-cmd-add): Use mpc-cmd-flush.
6681 (mpc-tagbrowser-tag-name): New fun.
6682 (mpc-tagbrowser-buf): Use it.
6683 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
6684
6685 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6686
6687 Misc cleanup.
6688 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
6689 Use replace-regexp-in-string.
6690 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
6691 (makefile-imake-mode-syntax-table): Move init into defvar.
6692 (makefile-mode): Use define-derived-mode.
6693
6694 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
6695 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
6696 not be present any more.
6697
6698 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6699
6700 * faces.el (set-face-attribute): Fix typo in docstring.
6701 (face-valid-attribute-values): Reflow docstring.
6702
6703 2010-03-24 Glenn Morris <rgm@gnu.org>
6704
6705 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
6706
6707 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
6708
6709 * indent.el (indent-for-tab-command): Doc fix.
6710
6711 2010-03-24 Alan Mackenzie <acm@muc.de>
6712
6713 * progmodes/cc-engine.el (c-remove-stale-state-cache):
6714 Fix off-by-one error. Fixes bug #5747.
6715
6716 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6717
6718 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
6719 (image-dired-read-comment): Doc fix.
6720
6721 * json.el (json-object-type, json-array-type, json-key-type)
6722 (json-false, json-null, json-read-number):
6723 * minibuffer.el (completion-in-region-functions):
6724 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
6725 (cal-tex-cursor-week):
6726 * emacs-lisp/trace.el (trace-function):
6727 * eshell/em-basic.el (eshell/printnl):
6728 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
6729 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
6730 * obsolete/levents.el (allocate-event, event-key, event-object)
6731 (event-point, event-process, event-timestamp, event-to-character)
6732 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
6733 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
6734 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
6735 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
6736 (reftex-highlight-selection): Fix typos in docstrings.
6737
6738 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6739
6740 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
6741
6742 2010-03-24 Glenn Morris <rgm@gnu.org>
6743
6744 * mail/rmail.el (rmail-highlight-face): Restore option deleted
6745 2008-02-13 without comment; mark it obsolete.
6746 (rmail-highlight-headers): Use rmail-highlight-face once more.
6747
6748 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
6749
6750 * woman.el (woman2-process-escapes): Only consume the newline if
6751 the filler character is on a line by itself (Bug#5729).
6752
6753 2010-03-24 Kenichi Handa <handa@m17n.org>
6754
6755 * language/indian.el (devanagari-composable-pattern): Add more
6756 consonants.
6757
6758 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
6759
6760 * net/trampver.el: Update release number.
6761
6762 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
6763
6764 * net/tramp.el (tramp-find-executable):
6765 Use `tramp-get-connection-buffer'. Make the regexp for checking
6766 output of "wc -l" more robust.
6767 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
6768 (tramp-open-connection-setup-interactive-shell): Remove workaround
6769 for OpenSolaris bug, it is not needed anymore.
6770
6771 2010-03-24 Glenn Morris <rgm@gnu.org>
6772
6773 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
6774
6775 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
6776
6777 * files.el (auto-mode-alist): Accept more verilog file patterns.
6778
6779 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6780
6781 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
6782
6783 2010-03-24 Glenn Morris <rgm@gnu.org>
6784
6785 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
6786 log-edit-before-checkin-process.
6787
6788 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
6789
6790 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
6791
6792 * vc-dispatcher.el (vc-start-logentry): Doc fix.
6793 (log-view-process-buffer, log-edit-extra-flags): Declare.
6794
6795 * log-edit.el (log-edit-before-checkin-process): Doc fix.
6796
6797 2010-03-23 Sam Steingold <sds@gnu.org>
6798
6799 Fix bug#5620: recalculate all markers on compilation buffer
6800 modifications, not on file modifications.
6801 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
6802 the buffer modification time, for buffers not associated with files.
6803 (compilation-mode): Create it.
6804 (compilation-filter): Update it.
6805 (compilation-next-error-function): Use it instead of
6806 `visited-file-modtime' for timestamp.
6807
6808 2010-03-23 Juri Linkov <juri@jurta.org>
6809
6810 Implement Occur multi-line matches.
6811 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
6812
6813 * replace.el (occur): Doc fix.
6814 (occur-engine): Set `begpt' to the beginning of the first line.
6815 Set `endpt' to the end of the last match line. At first, count
6816 line numbers between `origpt' and `begpt'. Split out code from
6817 `out-line' variable to new let-bindings `match-prefix' and
6818 `match-str'. In `out-line' add non-numeric prefix to all
6819 non-first lines of multi-line matches. Finally, count lines
6820 between `begpt' and `endpt' and add to `lines'.
6821
6822 2010-03-23 Juri Linkov <juri@jurta.org>
6823
6824 * replace.el (occur-accumulate-lines, occur-engine):
6825 Use `occur-engine-line' instead of duplicate code.
6826 (occur-engine-line): New function created from duplicate code
6827 in `occur-accumulate-lines' and `occur-engine'.
6828
6829 * replace.el (occur-engine-line): Add optional arg `keep-props'.
6830 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
6831
6832 2010-03-23 Juri Linkov <juri@jurta.org>
6833
6834 * finder.el: Remove TODO tasks.
6835
6836 * info.el (Info-finder-find-node): Add node "all"
6837 with all package info. Handle a list of multiple keywords
6838 separated by comma.
6839 (info-finder): In interactive use with a prefix argument,
6840 use `completing-read-multiple' to read a list of keywords
6841 separated by comma.
6842
6843 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6844
6845 Add a new completion style `substring'.
6846 * minibuffer.el (completion-basic--pattern): New function.
6847 (completion-basic-try-completion, completion-basic-all-completions):
6848 Use it.
6849 (completion-substring--all-completions)
6850 (completion-substring-try-completion)
6851 (completion-substring-all-completions): New functions.
6852 (completion-styles-alist): New style `substring'.
6853
6854 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6855
6856 Get rid of .elc files after removal of the corresponding .el.
6857 * Makefile.in (compile-clean): New target.
6858 (compile-main): Use it.
6859
6860 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
6861
6862 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
6863 don't do make there. When compiling with separate object dir, there
6864 is no Makefile there.
6865
6866 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6867
6868 Get rid of the ELCFILES abomination, again.
6869 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6870 (all, compile): Don't call compile-last.
6871 (compile-main): Build the "elcfiles" list dynamically.
6872 (compile-targets): New (internal) target.
6873
6874 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
6875
6876 * Makefile.in (top_srcdir): Define.
6877 (abs_top_builddir): Define.
6878 (srcdir): Don't append `/..'.
6879 (EMACS): Use ${abs_top_builddir}.
6880 (all, compile, compile-always, compile-last): Don't set emacswd.
6881 (update-subdirs, update-authors): Use $(top_srcdir) instead of
6882 $(srcdir).
6883 (lisp): Use $(srcdir) instead of @srcdir@.
6884
6885 2010-03-21 Juri Linkov <juri@jurta.org>
6886
6887 Fix message of multi-line occur regexps and multi-buffer header lines.
6888 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
6889
6890 * replace.el (occur-1): Don't display regexp if it is longer
6891 than window-width. Use `query-replace-descr' to display regexp.
6892 (occur-engine): Don't display regexp in the buffer header for
6893 multi-buffer occur. Display a separate header line with total
6894 match count and regexp for multi-buffer occur.
6895 Use `query-replace-descr' to display regexp.
6896
6897 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6898
6899 * net/secrets.el: Fix parenthesis.
6900 (secrets-enabled): Fix parenthesis.
6901
6902 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6903
6904 Use more relative file and directory names.
6905 * Makefile.in (EMACS): Arrange for it to work when we chdir.
6906 (setwins, setwins_almost, setwins_for_subdirs):
6907 Don't `cd'; output relative names.
6908 (all, compile, compile-always, compile-last): Set emacswd.
6909 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
6910 Just cd to the lisp source dir so we can use relative file names.
6911
6912 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
6913
6914 2010-03-20 Glenn Morris <rgm@gnu.org>
6915
6916 * textmodes/rst.el: Use faces for font-lock customization, and make the
6917 old -face variables obsolete.
6918 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
6919 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
6920 (rst-block-face, rst-external-face, rst-definition-face)
6921 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
6922 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
6923 Make obsolete.
6924 (rst-font-lock-keywords-function): Update for above changes.
6925
6926 2010-03-20 Juri Linkov <juri@jurta.org>
6927
6928 * s-region.el:
6929 * obsolete/s-region.el: Move to obsolete.
6930
6931 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
6932
6933 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
6934
6935 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6936
6937 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
6938
6939 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6940
6941 Add special markup processing for commit logs.
6942 * log-edit.el (log-edit-extra-flags): New variable.
6943 (log-edit): Add new argument MODE. Use that mode when non-nil
6944 instead of the log-view-mode.
6945 (log-view-process-buffer): New function.
6946
6947 * vc.el: Document that the checkin method takes optional
6948 arguments. Document new backend specific method: log-view-mode.
6949 (vc-default-log-edit-mode): New function.
6950 (vc-checkin): Use a backend specific log-view-mode.
6951 Pass extra arguments to the checkin method.
6952 (vc-modify-change-comment): Pass a dummy extra argument.
6953
6954 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
6955 log-edit.
6956 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
6957 (vc-finish-logentry): Process the log buffer before passing it
6958 down. Pass log-edit-extra-flags.
6959
6960 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
6961 command.
6962 (log-edit-extra-flags, log-edit-before-checkin-process):
6963 New declarations.
6964
6965 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
6966 command.
6967 (log-edit-extra-flags, log-edit-before-checkin-process):
6968 New declarations.
6969 (vc-hg-log-edit-mode): New derived mode.
6970
6971 * vc-arch.el (vc-arch-checkin):
6972 * vc-cvs.el (vc-cvs-checkin):
6973 * vc-git.el (vc-git-checkin):
6974 * vc-mtn.el (vc-mtn-checkin):
6975 * vc-rcs.el (vc-rcs-checkin):
6976 * vc-sccs.el (vc-sccs-checkin):
6977 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
6978
6979 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
6980
6981 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
6982 parent typo).
6983
6984 2010-03-19 Glenn Morris <rgm@gnu.org>
6985
6986 * password-cache.el (password-cache, password-cache-expiry): Autoload.
6987
6988 2010-03-18 Glenn Morris <rgm@gnu.org>
6989
6990 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
6991
6992 * replace.el (query-replace-history): Give it a doc string.
6993 (map-query-replace-regexp): Use query-replace-from-history-variable
6994 and query-replace-to-history-variable.
6995
6996 * mail/hashcash.el (declare-function): Remove duplicate definition.
6997
6998 * mail/emacsbug.el (report-emacs-bug-pretest-address):
6999 Make it an obsolete alias for report-emacs-bug-address.
7000 (message-strip-special-text-properties): Declare.
7001 (report-emacs-bug): Remove test for a pretest bug address.
7002 Combine message-mode-specific code.
7003
7004 * mail/supercite.el: Don't require sendmail.
7005 (mh-in-header-p): Declare rather than using with-no-warnings.
7006 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
7007 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
7008
7009 * calendar/cal-french.el: Convert to utf-8.
7010
7011 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
7012 Emacs scripts.
7013
7014 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
7015
7016 * net/secrets.el (secrets-enabled): New variable. Use it instead
7017 of a subfeature.
7018
7019 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
7020
7021 * net/secrets.el (top): Register the D-Bus signals only when the
7022 service "org.freedesktop.secrets" can be pinged.
7023 Provide subfeature `enabled'.
7024
7025 2010-03-14 Juri Linkov <juri@jurta.org>
7026
7027 Add finder unknown keywords.
7028
7029 * finder.el (finder-unknown-keywords): New function.
7030
7031 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
7032 to create a Finder node with unknown keywords.
7033
7034 2010-03-14 Juri Linkov <juri@jurta.org>
7035
7036 * finder.el (finder-compile-keywords): Replace `princ' with
7037 `prin1' on a list of symbols interned from keyword strings.
7038
7039 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
7040 a comma, then split keywords using a comma and optional whitespace.
7041 Otherwise, split by whitespace.
7042
7043 * complete.el:
7044 * face-remap.el:
7045 * log-view.el:
7046 * net/hmac-def.el:
7047 * net/hmac-md5.el:
7048 * net/netrc.el:
7049 * progmodes/mixal-mode.el: Fix keywords.
7050
7051 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
7052
7053 * Makefile.in (ELCFILES): Add net/secrets.elc.
7054
7055 * net/secrets.el: New file.
7056
7057 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7058
7059 * facemenu.el (list-colors-display, list-colors-print): New arg
7060 callback. Use it to allow selecting colors.
7061
7062 * wid-edit.el (widget-image-insert): Insert image prop even if the
7063 current display is non-graphic.
7064 (widget-field-value-set): New fun.
7065 (editable-field): Use it.
7066 (widget-field-value-get): Clean up unused var.
7067 (widget-color-value-create, widget-color--choose-action):
7068 New funs. Allow using list-colors-display to choose color.
7069
7070 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7071
7072 * cus-edit.el: Resort topmost custom groups.
7073 (custom-buffer-sort-alphabetically): Default to t.
7074 (customize-apropos): Use apropos-parse-pattern.
7075 (custom-search-field): New var.
7076 (custom-buffer-create-internal): Add custom-apropos search field.
7077 (custom-add-parent-links): Don't display parent doc.
7078 (custom-group-value-create): Don't sort top-level custom group.
7079 (custom-magic-value-create): Show visibility button before option name.
7080
7081 (custom-variable-state): New fun, from custom-variable-state-set.
7082 (custom-variable-state-set): Use it.
7083 (custom-group-value-create): Hide options with standard values
7084 using the :hidden-states property. Use progress reporter.
7085
7086 (custom-show): Simplify.
7087 (custom-visibility): Disable images by default.
7088 (custom-variable): New property :hidden-states.
7089 (custom-variable-value-create): Enable images for
7090 custom-visibility widgets. Use :hidden-states property to
7091 determine initial visibility.
7092
7093 * wid-edit.el (widget-image-find): Give images center ascent.
7094 (visibility): Add :on-image and :off-image properties.
7095 (widget-visibility-value-create): Use them.
7096
7097 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7098
7099 * cus-edit.el (processes): Remove from development group.
7100 (oop, hypermedia): Delete group.
7101 (comm): Promote to top-level group.
7102
7103 * net/browse-url.el (browse-url):
7104 * net/xesam.el (xesam):
7105 * net/tramp.el (tramp):
7106 * net/goto-addr.el (goto-address):
7107 * net/ange-ftp.el (ange-ftp): Put in comm group.
7108
7109 * view.el (view): Remove from editing group.
7110
7111 * uniquify.el (uniquify): Put in files group.
7112
7113 * net/browse-url.el (browse-url):
7114 * ps-print.el (postscript): Put in external group.
7115
7116 * cus-edit.el (outlines):
7117 * textmodes/text-mode.el (text-mode-hook):
7118 * textmodes/table.el (table):
7119 * textmodes/picture.el (picture):
7120 * outline.el (outlines): Put in wp group.
7121
7122 * nxml/nxml-mode.el (nxml): Remove from wp group.
7123
7124 * net/tramp-imap.el (tramp-imap): Put in tramp group.
7125
7126 * mail/metamail.el (metamail): Remove from hypermedia group.
7127
7128 * cus-edit.el (abbrev):
7129 * whitespace.el (whitespace):
7130 * vcursor.el (vcursor):
7131 * reveal.el (reveal):
7132 * hl-line.el (hl-line): Put in convenience group.
7133
7134 * epg-config.el (epg): Put in data group.
7135
7136 * emulation/pc-select.el (pc-select): Put in emulations group.
7137
7138 * calculator.el (calculator): Put in applications group.
7139
7140 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7141
7142 Add .dir-locals.el support for file-less buffers.
7143 * files.el (hack-local-variables): Split out code to apply local
7144 variable settings ...
7145 (hack-local-variables-apply): ... here. New function.
7146 (hack-dir-local-variables): Use the default directory for when the
7147 buffer does not have an associated file.
7148 (hack-dir-local-variables-non-file-buffer): New function.
7149 * diff-mode.el (diff-mode):
7150 * vc-annotate.el (vc-annotate-mode):
7151 * vc-dir.el (vc-dir-mode):
7152 * log-edit.el (log-edit-mode):
7153 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
7154
7155 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7156
7157 Add support for shelving snapshots and for showing shelves.
7158 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
7159 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
7160 New functions.
7161 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
7162 (vc-bzr-extra-menu-map): Map them.
7163
7164 2010-03-11 Glenn Morris <rgm@gnu.org>
7165
7166 * cus-edit.el (customize-changed-options-previous-release):
7167 Bump to 23.1.
7168
7169 * image.el (image-animate-max-time): Fix :version tag.
7170
7171 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
7172
7173 * Branch for 23.2.
7174
7175 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7176
7177 * vc-git.el (vc-git-revision-table): Include remote branches.
7178
7179 2010-03-10 Kim F. Storm <storm@cua.dk>
7180
7181 Animated image API.
7182 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
7183
7184 * image.el (image-animate-max-time): New defcustom.
7185 (image-animated-types): New defconst.
7186 (create-animated-image, image-animate-timer)
7187 (image-animate-start, image-animate-stop, image-animate-timeout)
7188 (image-animated-p): New functions.
7189
7190 * image-mode.el (image-toggle-display-image):
7191 Replace `create-image' with `create-animated-image'.
7192
7193 2010-03-09 Miles Bader <miles@gnu.org>
7194
7195 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
7196 instead of "format:"; this ensures that the output is
7197 newline-terminated.
7198
7199 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
7200
7201 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
7202 that all errors are caught, and that the return value is always a
7203 list (Bug#5692).
7204
7205 2010-03-08 Kenichi Handa <handa@m17n.org>
7206
7207 * language/misc-lang.el (windows-1256): New coding system.
7208 (cp1256): New alias of windows-1256 (bug#5690).
7209
7210 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
7211
7212 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
7213 call to rfc822-bad-address. (Bug#5692)
7214
7215 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
7216
7217 * vc-git.el (vc-git-annotate-extract-revision-at-line):
7218 Use vc-git-root as default directory for revision path (Bug#5657).
7219
7220 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
7221
7222 * calculator.el (calculator): Don't bind split-window-keep-point
7223 (Bug#5674).
7224
7225 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
7226
7227 * vc-git.el: Re-flow to fit into 80 columns.
7228 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
7229 Remove spurious `quote' element in each case alternative.
7230 (vc-git-show-log-entry): Use prog1.
7231 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
7232
7233 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7234
7235 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
7236
7237 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
7238
7239 * macros.el (insert-kbd-macro): Look up keyboard macro using the
7240 definition, not the name (Bug#5481).
7241
7242 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
7243
7244 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
7245 argument with a local variable. (Bug#5670)
7246
7247 2010-03-02 Juri Linkov <juri@jurta.org>
7248
7249 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
7250
7251 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
7252
7253 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
7254 error when FILENAME and NEWNAME are existing remote directories.
7255
7256 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
7257 parameter DIR-FLAG.
7258
7259 2010-03-02 Glenn Morris <rgm@gnu.org>
7260
7261 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
7262 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
7263
7264 2010-03-01 Kenichi Handa <handa@m17n.org>
7265
7266 * language/burmese.el (burmese-composable-pattern): Rename from
7267 myanmar-composable-pattern.
7268
7269 * international/characters.el (script-list):
7270 * international/fontset.el (script-representative-chars):
7271 Change myanmar to burmese.
7272 (otf-script-alist): Likewise.
7273 (setup-default-fontset): Likewise. Re-fix :otf spec.
7274
7275 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7276
7277 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
7278
7279 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
7280
7281 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
7282
7283 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
7284
7285 * net/tramp.el (tramp-handle-write-region): START can be a string.
7286 Take care in the checks. Reported by Dan Davison
7287 <davison@stats.ox.ac.uk>.
7288
7289 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
7290
7291 * net/dbus.el (dbus-introspect, dbus-get-property)
7292 (dbus-set-property, dbus-get-all-properties):
7293 Use `dbus-call-method' when noninteractive. (Bug#5645)
7294
7295 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
7296
7297 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
7298 * emacs-lisp/elint.el (elint-add-required-env):
7299 * calendar/icalendar.el (icalendar--add-diary-entry):
7300 * calc/calcalg2.el (math-tracing-integral):
7301 * files.el (recover-session-finish): Use with-current-buffer
7302 instead of save-excursion.
7303
7304 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
7305
7306 Fix in-buffer completion when after-change-functions modify the buffer.
7307 * minibuffer.el (completion--replace): New function.
7308 (completion--do-completion): Use it and use relative movement.
7309
7310 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
7311
7312 * international/fontset.el (setup-default-fontset): Fix :otf spec.
7313
7314 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
7315
7316 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
7317 Allow the characters _<> in the stack entry (Bug#5653).
7318
7319 2010-02-26 Kenichi Handa <handa@m17n.org>
7320
7321 * language/burmese.el: Fix entries in composition-function-table.
7322 (myanmar-composable-pattern): New variable.
7323
7324 * international/fontset.el (setup-default-fontset): Add an entry
7325 for myanmar.
7326
7327 * international/characters.el (script-list): Add Myanmar
7328 Extended-A.
7329
7330 2010-02-26 Glenn Morris <rgm@gnu.org>
7331
7332 * custom.el (custom-initialize-delay): Doc fix.
7333
7334 * mail/sendmail.el (send-mail-function): Autoload the call
7335 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
7336
7337 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
7338
7339 * files.el (hack-local-variables-filter): For eval forms, also
7340 check safe-local-variable-p (Bug#5636).
7341
7342 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
7343
7344 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
7345 setting the modes by `ignore-errors'. It might fail, for example
7346 if the file is not owned by the user but the group.
7347 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
7348
7349 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
7350
7351 * files.el (directory-listing-before-filename-regexp): Use
7352 stricter matching for iso-style dates, to avoid false matches with
7353 date-like filenames (Bug#5597).
7354
7355 * htmlfontify.el (htmlfontify): Doc fix.
7356
7357 * eshell/eshell.el (eshell): Doc fix.
7358
7359 * startup.el (fancy-about-screen): In mode-line, apply
7360 mode-line-buffer-id face only to the buffer name (Bug#5613).
7361
7362 2010-02-20 Kevin Ryde <user42@zip.com.au>
7363
7364 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7365 In `watcom' anchor regexp to start of line, to avoid slowness
7366 (Bug#5599).
7367
7368 2010-02-20 Eli Zaretskii <eliz@gnu.org>
7369
7370 * subr.el (remove-yank-excluded-properties): Explain in a comment
7371 why `category' property is removed.
7372
7373 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
7374
7375 * isearch.el (isearch-update-post-hook, isearch-update): Revert
7376 2010-02-17 change.
7377
7378 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
7379
7380 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
7381 (icalendar--convert-weekly-to-ical)
7382 (icalendar--convert-yearly-to-ical)
7383 (icalendar--convert-block-to-ical)
7384 (icalendar--convert-cyclic-to-ical)
7385 (icalendar--convert-anniversary-to-ical): Take care of time
7386 specifications where hour has 1-digit only (Bug#5549).
7387
7388 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
7389
7390 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
7391 of disassemble output in GDB 7.1.
7392
7393 2010-02-19 Glenn Morris <rgm@gnu.org>
7394
7395 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
7396 property. (Bug#5593)
7397
7398 2010-02-18 Sam Steingold <sds@gnu.org>
7399
7400 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7401
7402 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7403
7404 Use abbreviated file names in bookmarks (bug#5591).
7405 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
7406 calls to expand-file-name.
7407 (bookmark-relocate): Use abbreviated file names in bookmarks.
7408 (bookmark-load): Use abbreviated file names in messages.
7409
7410 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
7411
7412 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
7413 expand "." and "..". Reported by Thierry Volpiatto
7414 <thierry.volpiatto@gmail.com>.
7415
7416 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
7417
7418 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
7419 permissions of the temporary file to "0600". In case the remote
7420 file has no read permissions for the owner, there might be
7421 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
7422
7423 22010-02-18 Glenn Morris <rgm@gnu.org>
7424
7425 * emacs-lisp/authors.el (authors-renamed-files-alist):
7426 Add entries for INSTALL.CVS.
7427
7428 2010-02-17 Mark A. Hershberger <mah@everybody.org>
7429
7430 * vc-bzr.el: Fix typo in Known Bugs section.
7431
7432 * isearch.el (isearch-update-post-hook): New hook.
7433 (isearch-update): Use the new hook.
7434
7435 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
7436
7437 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7438 Fix errors in copying directories.
7439 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
7440 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
7441 (tramp-handle-delete-file)
7442 (tramp-handle-dired-recursive-delete-directory)
7443 (tramp-handle-write-region): Flush also the cache for the upper
7444 directory.
7445
7446 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
7447
7448 * simple.el (save-interprogram-paste-before-kill): Doc fix.
7449
7450 * cus-edit.el (hardware): Doc fix.
7451
7452 * man.el (man): Add to external custom group.
7453
7454 * delim-col.el (columns): Move to wp custom group.
7455
7456 * doc-view.el (doc-view): Add to data custom group.
7457
7458 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
7459
7460 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
7461 by ispell-parse-output (Bug#5575).
7462
7463 2010-02-16 Kenichi Handa <handa@m17n.org>
7464
7465 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
7466 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
7467 (skkdic-convert): Use `euc-japan' coding system for writing.
7468
7469 2010-02-16 Glenn Morris <rgm@gnu.org>
7470
7471 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
7472 tex-main-file before using it. (Bug#5562)
7473
7474 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
7475
7476 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
7477 warnings, since it is annoying for the user to see them each time he
7478 runs the code.
7479
7480 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
7481
7482 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
7483 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
7484 instead of PROC for caching "first-password-request". Otherwise,
7485 new processes would not profit from passwords already entered.
7486
7487 * net/tramp-cache.el (tramp-dump-connection-properties):
7488 Don't save "first-password-request" property.
7489
7490 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
7491
7492 * outline.el (outline-head-from-level):
7493 * simple.el (with-wrapper-hook):
7494 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
7495 (elint-defun, elint-buffer-env, elint-top-form-logged)
7496 (elint-unbound-variable):
7497 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
7498 Fix typos in docstrings.
7499
7500 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
7501
7502 * files.el (insert-directory): When WILDCARD-REGEXP and
7503 FULL-DIRECTORY-P are nil, insert the file entry instead of the
7504 whole directory. (Bug#5551)
7505
7506 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
7507 dired's alignment sanity. (Bug#5516)
7508
7509 2010-02-14 Juri Linkov <juri@jurta.org>
7510
7511 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
7512 Remove remaining ^H with their preceding chars. (Bug#5566)
7513
7514 2010-02-13 Glenn Morris <rgm@gnu.org>
7515
7516 * simple.el (transpose-subr): Give it a doc-string.
7517
7518 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
7519 Doc fixes.
7520
7521 2010-02-12 Juri Linkov <juri@jurta.org>
7522
7523 * arc-mode.el (archive-unique-fname): Make directories for nested
7524 archives. (Bug#5540)
7525
7526 2010-02-12 Juri Linkov <juri@jurta.org>
7527
7528 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
7529
7530 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7531
7532 * subr.el (copy-overlay): Handle deleted overlays.
7533
7534 * man.el (Man-completion-table): Don't signal an error if we can't run
7535 manual-program (bug#4056).
7536
7537 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
7538
7539 * textmodes/artist.el (artist-mt): Fix typos in docstring.
7540
7541 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7542
7543 * info.el (Info-bookmark-jump): Simplify.
7544
7545 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
7546 (bookmark-default-handler): Accept new bookmark field `buffer'.
7547
7548 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
7549
7550 * iswitchb.el (iswitchb-completions): Revert last change.
7551
7552 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
7553
7554 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
7555 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
7556 This prevents file names like "~/" being listed literally.
7557
7558 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
7559
7560 * term/xterm.el (xterm-maybe-set-dark-background-mode):
7561 Remove dead code. (Bug#5546)
7562
7563 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
7564
7565 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
7566 correctly (Bug#5548).
7567
7568 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
7569
7570 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
7571 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
7572
7573 2010-02-08 Kenichi Handa <handa@m17n.org>
7574
7575 * international/mule-util.el (with-coding-priority): Add autoload
7576 cookie for putting `lisp-indent-function'.
7577
7578 2010-02-07 Glenn Morris <rgm@gnu.org>
7579
7580 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
7581 Move F2003 named interfaces from keywords-2 to keywords-1, and
7582 use function-name-face rather than constant-face.
7583 Simplify "abstract interface" regexp.
7584
7585 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
7586
7587 * eshell/esh-util.el (eshell-file-attributes): New optional arg
7588 ID-FORMAT. Pass it to `file-attributes'.
7589
7590 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
7591
7592 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
7593
7594 * faces.el (set-face-attribute): Allow calling
7595 internal-set-lisp-face-attribute with 'unspecified family and
7596 foundry argument (Bug#5536).
7597
7598 2010-02-07 Glenn Morris <rgm@gnu.org>
7599
7600 * progmodes/f90.el (f90-font-lock-keywords-2)
7601 (f90-looking-at-type-like, f90-looking-at-program-block-end):
7602 Handle F2003 named interfaces.
7603
7604 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
7605
7606 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
7607 beg and end before calling c-get-state-before-change-functions.
7608
7609 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
7610
7611 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
7612
7613 2010-02-05 Juri Linkov <juri@jurta.org>
7614
7615 * doc-view.el (doc-view-mode):
7616 * image-mode.el (image-mode): Put property mode-class=special.
7617 (Bug#4896)
7618
7619 2010-02-05 Mark A. Hershberger <mah@everybody.org>
7620
7621 * vc-svn.el (vc-svn-revision-table): New function.
7622
7623 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
7624
7625 * net/ange-ftp.el (ange-ftp-insert-directory):
7626 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7627 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7628 Handle also directories. (Bug#5478)
7629
7630 2010-02-05 Glenn Morris <rgm@gnu.org>
7631
7632 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
7633
7634 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
7635
7636 * startup.el (command-line-1): Convert options beginning with a
7637 single dash as well (Bug#5519).
7638
7639 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
7640
7641 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
7642 * minibuffer.el (completion-initials-expand): Only check the presence
7643 of delims *within* the boundaries, since otherwise the / delim is
7644 always found for files.
7645
7646 Fix up various corner case problems.
7647 * doc-view.el (doc-view-last-page-number): New function.
7648 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
7649 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
7650 (doc-view-kill-proc): Avoid inf-loop in freak cases.
7651 (doc-view-reconvert-doc): Use the new recursive delete-directory.
7652 (doc-view-convert-current-doc): Don't create the resolution.el file
7653 here any more.
7654 (doc-view-pdf/ps->png): Do it here instead.
7655 (doc-view-already-converted-p): Check that resolution.el is present.
7656 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
7657 windows that are not yet showing images.
7658
7659 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
7660
7661 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
7662 `dired-uncache' for every elemnt which is an absolute file name.
7663
7664 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
7665 directory, handle its directory component.
7666 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
7667 function is called permanently and creates noise, otherwise.
7668
7669 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7670 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7671 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
7672
7673 2010-02-04 David Burger <dburger@google.com> (tiny change)
7674
7675 * macros.el (apply-macro-to-region-lines):
7676 Minor simplification. (Bug#5485)
7677
7678 2010-02-04 Glenn Morris <rgm@gnu.org>
7679
7680 * mail/rmail.el (rmail-show-message-1): Handle malformed
7681 quoted-printable text. (Bug#5441)
7682
7683 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
7684
7685 * simple.el (visual-line-mode): Capitalize lighter.
7686
7687 2010-02-03 John Wiegley <jwiegley@gmail.com>
7688
7689 * iswitchb.el (iswitchb-completions): Add bookmark files to the
7690 list of files considered for "virtual buffer" completions.
7691
7692 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
7693
7694 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
7695 also in case of (and (not full) (not wildcard)). This is needed
7696 when dired is called with a list of files, which are not in
7697 `default-directory'. (Bug#5478)
7698
7699 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
7700
7701 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
7702
7703 2010-02-02 Juri Linkov <juri@jurta.org>
7704
7705 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
7706 from unidiff to allow function-line after @@.
7707
7708 2010-02-02 Juri Linkov <juri@jurta.org>
7709
7710 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
7711 '(RCS SCCS) with inverted condition.
7712
7713 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
7714
7715 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
7716 messages.
7717
7718 2010-02-01 Juri Linkov <juri@jurta.org>
7719
7720 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
7721 compare with "pkunzip" and "pkzip" instead of only "pkzip".
7722 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
7723 only when (car archive-zip-extract) is "unzip". (Bug#5475)
7724
7725 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
7726
7727 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
7728 (doc-view-revert-buffer): New command.
7729 (doc-view-mode-map): Use it.
7730
7731 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
7732
7733 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
7734 pending merge is detected.
7735
7736 2010-01-31 Juri Linkov <juri@jurta.org>
7737
7738 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
7739 beginning of interactive spec like all other grep commands do.
7740 Put "all" in front of "gz". (Bug#5260)
7741
7742 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
7743
7744 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
7745
7746 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
7747
7748 * dirtrack.el (dirtrack): Warn instead of signalling error if the
7749 regexp is incorrect (Bug#5476).
7750
7751 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
7752
7753 * net/tramp.el (tramp-handle-insert-directory): Handle also
7754 symlinks, when FILENAME is not in `default-directory'.
7755
7756 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
7757
7758 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
7759 FILE is not in `default-directory'. (Bug#5478)
7760
7761 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
7762 of SWITCHES. Handle the case, FILENAME is not in
7763 `default-directory'. (Bug#5478)
7764 (tramp-register-file-name-handlers): Add safe-magic property.
7765
7766 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
7767
7768 * arc-mode.el (archive-zip-extract): Quote the argument passed to
7769 unzip (Bug#5475).
7770
7771 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
7772
7773 * progmodes/flymake.el (flymake-allowed-file-name-masks)
7774 (flymake-master-make-header-init): Add other C++ filename masks.
7775 (flymake-find-possible-master-files)
7776 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
7777
7778 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
7779
7780 Fix some busybox annoyances.
7781
7782 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
7783 not responding." string.
7784 (tramp-open-connection-setup-interactive-shell): Dump stty
7785 settings. Enable "neveropen" arg for all `tramp-send-command'
7786 calls. Handle "=" in variable values properly.
7787 (tramp-find-inline-encoding): Raise an error, when no encoding is
7788 found.
7789 (tramp-wait-for-output): Check, whether PROC buffer is available.
7790 Remove spurious " ^H" sequences, sent by busybox.
7791 (tramp-get-ls-command): Suppress coloring, if possible.
7792
7793 2010-01-28 Glenn Morris <rgm@gnu.org>
7794
7795 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
7796
7797 * log-edit.el (log-edit-strip-single-file-name): Add missing
7798 :safe, :group, and :version tags.
7799
7800 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
7801
7802 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
7803 buffers. (Bug#5477)
7804
7805 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
7806
7807 * files.el (delete-directory): Handle moving to trash without
7808 first doing recursion (Bug#5436).
7809
7810 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
7811
7812 * vc-hooks.el (vc-path): Mark as obsolete.
7813
7814 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
7815
7816 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
7817 names too.
7818
7819 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
7820 for the short log.
7821 (vc-bzr-log-view-mode): Adjust regexp for the above change.
7822
7823 2010-01-25 Mark A. Hershberger <mah@everybody.org>
7824
7825 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
7826
7827 * vc-bzr.el (vc-bzr-revision-table): New function.
7828
7829 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
7830
7831 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
7832 diff-index command. This requires at least git-1.5.5. (Bug#1589).
7833
7834 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7835
7836 Remove support for adding --signoff on commit.
7837 Future support will use an incompatible generic mechanism.
7838 * vc-git.el (vc-git-add-signoff): Remove variable.
7839 (vc-git-toggle-signoff): Remove function.
7840 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
7841
7842 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
7843 from xterm-set-background-mode. Return t if the background mode
7844 was set.
7845 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
7846 earlier, call it again in case the background mode has changed.
7847
7848 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
7849
7850 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
7851 (Bug#3541).
7852
7853 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
7854
7855 * emacs-lisp/assoc.el (aelement): Doc fix.
7856 (aput, adelete, amake): Use lexical-let (Bug#5450).
7857
7858 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
7859
7860 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
7861 is the same as subprogram call, not declaration. (Bug#5435).
7862
7863 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
7864
7865 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
7866 (tramp-smb-maybe-open-connection): Use it.
7867
7868 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
7869
7870 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
7871
7872 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
7873
7874 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
7875 just because we see "encoding: 8bit".
7876 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
7877
7878 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
7879
7880 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
7881
7882 2010-01-22 Eli Zaretskii <eliz@gnu.org>
7883
7884 * jka-compr.el (jka-compr-load): If load-file is not in
7885 load-history, try its file-truename version. (bug#5447)
7886
7887 2010-01-21 Alan Mackenzie <acm@muc.de>
7888
7889 Fix a situation where deletion of a cpp construct throws an error.
7890 * progmodes/cc-engine.el (c-invalidate-state-cache):
7891 Before invoking c-with-all-but-one-cpps-commented-out, check that the
7892 special cpp construct is still in the buffer.
7893 (c-parse-state): Record the special cpp with markers, not numbers.
7894
7895 2010-01-21 Kenichi Handa <handa@m17n.org>
7896
7897 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
7898 process last-command-event, as it is now decoded first (Bug#5380).
7899
7900 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
7901
7902 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
7903
7904 2010-01-20 Glenn Morris <rgm@gnu.org>
7905
7906 * indent.el (tab-always-indent): Fix custom-type.
7907
7908 2010-01-19 Alan Mackenzie <acm@muc.de>
7909
7910 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
7911 buffer throws "args out of range".
7912 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
7913 playing the role of delimiter.
7914
7915 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
7916
7917 * progmodes/ada-mode.el: Fix bug#5400.
7918 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
7919 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
7920 changed. Delete RECURSIVE parameter; never used. Improve doc string.
7921 Improve comments in "is" portion. Handle null procedure declaration.
7922 (ada-move-to-end): Improve doc string.
7923
7924 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
7925
7926 * ido.el (ido-cur-list): Initialize to nil.
7927 Remove obsolete information from commentary.
7928 (ido-choice-list): Initialize to nil.
7929 (ido-get-bufname): Reject minibuffers.
7930 (ido-make-buffer-list): If "default" is a nonexistent
7931 buffer, ignore it, as per the function's comment.
7932 (ido-kill-buffer-internal): New function.
7933 (ido-kill-buffer-at-head): Use it.
7934 (ido-visit-buffer): Likewise.
7935
7936 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
7937
7938 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
7939
7940 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
7941
7942 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
7943 Fix typos in chart titles.
7944
7945 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
7946 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
7947 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
7948 (describe-class, eieio-describe-generic, describe-generic):
7949 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
7950 (eieio-speedbar-expand):
7951 * emulation/viper-cmd.el (viper-exec-form-in-vi)
7952 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
7953 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
7954 (viper-del-backward-char-in-replace, viper-backward-indent)
7955 (viper-brac-function, viper-register-to-point, viper-submit-report):
7956 * net/tramp.el (tramp-remote-coding-commands):
7957 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
7958 Fix typos in docstrings.
7959
7960 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
7961
7962 * mail/sendmail.el (mail-yank-original): Set the mark if the
7963 specified function for yanking does not do it.
7964
7965 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
7966
7967 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
7968
7969 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
7970 resyncing a directory.
7971
7972 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
7973
7974 * progmodes/ada-mode.el: Fix bug#1920.
7975 (ada-ident-re): Delete ., allow multibyte characters.
7976 (ada-goto-label-re): New; matches goto labels.
7977 (ada-block-label-re): New; matches block labels.
7978 (ada-label-re): New; matches both.
7979 (ada-named-block-re): Deleted; callers changed to use
7980 `ada-block-label-re' instead.
7981 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
7982 Use `ada-block-label-re'.
7983 (ada-indent-on-previous-lines): Improve handling of goto labels.
7984 (ada-get-indent-block-start): Special-case block label.
7985 (ada-get-indent-label): Split into `ada-indent-block-label' and
7986 `ada-indent-goto-label'.
7987 (ada-goto-stmt-start, ada-goto-next-non-ws):
7988 Optionally ignore goto labels.
7989 (ada-goto-next-word): Simplify.
7990 (ada-indent-newline-indent-conditional): Insert newline before
7991 trying to fix indentation; doc fix.
7992
7993 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
7994
7995 * calc/calc.el (calc-command-flags): Give it an initial value.
7996
7997 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
7998
7999 * files.el (minibuffer-with-setup-hook):
8000 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
8001 (artist-key-draw-continously, artist-key-do-continously-continously)
8002 (artist-key-set-point-continously, artist-mouse-draw-continously):
8003 Fix typos in docstrings.
8004
8005 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
8006
8007 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
8008 return t (Bug#3898).
8009
8010 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
8011
8012 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
8013 can parse the output of the external commands (Bug#5279).
8014
8015 2010-01-16 Jari Aalto <jari.aalto@cante.net>
8016
8017 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
8018
8019 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
8020
8021 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
8022
8023 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
8024
8025 * startup.el (command-line): Remove unused --icon-type arg.
8026 Handle --display arg, passing it to command-line-1 (Bug#5392).
8027
8028 2010-01-16 Mario Lang <mlang@delysid.org>
8029
8030 * emacs-lisp/chart.el (chart-translate-namezone):
8031 * textmodes/artist.el (artist-compute-popup-menu-table):
8032 Remove duplicated words in doc-strings.
8033
8034 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
8035
8036 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
8037 to mairix-search to suppress threading (Bug#5342).
8038
8039 2010-01-15 Kenichi Handa <handa@m17n.org>
8040
8041 * international/mule-cmds.el (canonicalize-coding-system-name):
8042 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
8043
8044 2010-01-15 Glenn Morris <rgm@gnu.org>
8045
8046 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
8047
8048 * wid-edit.el (widget-keymap): Doc fix.
8049
8050 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
8051 former seems to be more widely accepted by various svn versions.
8052
8053 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8054
8055 * find-cmd.el (find-constituents):
8056 * vc-arch.el (vc-arch-root):
8057 * window.el (window-body-height, pop-up-frames):
8058 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
8059 * progmodes/ada-stmt.el (ada-if):
8060 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
8061 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
8062 (ispell-encoding8-command, ispell-aspell-supports-utf8)
8063 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
8064
8065 * progmodes/flymake.el (flymake-post-syntax-check):
8066 Fix typo in error message.
8067
8068 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8069
8070 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
8071 which is always a string. (Bug#5313)
8072
8073 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8074
8075 * progmodes/ada-xref.el (ada-default-prj-properties):
8076 Simplify previous change.
8077
8078 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8079
8080 * progmodes/ada-xref.el (ada-default-prj-properties):
8081 Default ada_project_path to $ADA_PROJECT_PATH.
8082
8083 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8084
8085 * progmodes/ada-mode.el (ada-create-keymap):
8086 Override `narrow-to-defun' with `ada-narrow-to-defun'.
8087
8088 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8089
8090 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
8091 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
8092 (ada-get-current-indent, ada-imenu-generic-expression)
8093 (ada-which-function): Check for it.
8094
8095 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8096
8097 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
8098 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
8099
8100 2010-01-14 Glenn Morris <rgm@gnu.org>
8101
8102 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
8103
8104 2010-01-14 Kenichi Handa <handa@m17n.org>
8105
8106 * composite.el (auto-composition-mode): Make it a buffer local
8107 variable (permanent-local).
8108 (auto-composition-function): Set the default value to
8109 auto-compose-chars.
8110 (auto-composition-mode): Make it a simple function, not a minor mode.
8111 (global-auto-composition-mode): Likewise.
8112 (turn-on-auto-composition-if-enabled): Delete it.
8113
8114 2010-01-13 Karl Fogel <kfogel@red-bean.com>
8115
8116 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
8117
8118 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
8119
8120 * files.el (copy-directory): Compute target for recursive
8121 directories with identical names. (Bug#5343)
8122
8123 2010-01-12 Glenn Morris <rgm@gnu.org>
8124
8125 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
8126 it to bug-gnu-emacs rather than emacs-pretest-bug.
8127
8128 2010-01-11 Sam Steingold <sds@gnu.org>
8129
8130 * imenu.el (imenu-default-create-index-function): Detect infinite
8131 loops caused by imenu-prev-index-position-function.
8132
8133 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
8134
8135 * htmlfontify.el (htmlfontify-load-rgb-file)
8136 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
8137 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
8138 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
8139 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
8140 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
8141 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
8142 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
8143 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
8144 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
8145 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
8146 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
8147 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
8148 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
8149 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
8150 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
8151 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
8152 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
8153 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
8154 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
8155 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
8156 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
8157 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
8158 backslash-quoting from parentheses, etc.
8159
8160 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
8161
8162 * progmodes/js.el: Autoload javascript-mode alias.
8163
8164 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
8165
8166 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
8167 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
8168 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
8169 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
8170 Fix typos in docstrings.
8171 (ffap-url-regexp): Doc fix.
8172 (ffap-at-mouse): Fix typo in message.
8173
8174 2010-01-11 Glenn Morris <rgm@gnu.org>
8175
8176 * version.el (emacs-copyright): Set copyright year to 2010.
8177
8178 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
8179
8180 * format.el (format-annotate-function): Only set
8181 write-region-post-annotation-function after running to-fn so as not to
8182 affect nested write-region calls (bug#5273).
8183
8184 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
8185
8186 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
8187 wisent/python.el.
8188
8189 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
8190
8191 * man.el (Man-goto-section): Signal error if the section is not
8192 found (Bug#5317).
8193
8194 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
8195
8196 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
8197 URLs with a leading triple slash in the file: scheme. (Bug#5345)
8198
8199 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
8200
8201 * progmodes/compile.el: Don't treat compile-command as safe if
8202 compilation-read-command might be nil (Bug#4218).
8203
8204 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
8205
8206 * startup.el (command-line-1): Use orig-argi to check for ignored X and
8207 NS options.
8208
8209 2010-01-08 Kenichi Handa <handa@m17n.org>
8210
8211 * international/fontset.el (build-default-fontset-data):
8212 Exclude characters in scripts kana, hangul, han, or cjk-misc.
8213
8214 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
8215
8216 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
8217 to `create-file-buffer' as it expects, not just a buffer name.
8218 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
8219 to help uniquify. (Bug#3224)
8220
8221 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
8222
8223 * font-setting.el (font-setting-change-default-font): Use user-spec
8224 instead of name.
8225
8226 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8227
8228 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
8229
8230 2010-01-05 Tom Tromey <tromey@redhat.com>
8231
8232 * progmodes/python.el (python-font-lock-keywords):
8233 Handle qualified decorators (Bug#881).
8234
8235 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8236
8237 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
8238 in a lightweight checkout.
8239
8240 2010-01-05 Kenichi Handa <handa@m17n.org>
8241
8242 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
8243
8244 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8245
8246 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
8247
8248 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
8249
8250 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
8251 checkouts. (Bug#618)
8252 (vc-bzr-log-view-mode): Also highlight the author.
8253 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
8254 (vc-bzr-shelve-menu-map):
8255 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
8256 (vc-bzr-shelve-apply): Make prompt more explicit.
8257
8258 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
8259
8260 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
8261 They are valid characters in URL paths (rfc3986), and at least
8262 Firefox does not understand the encoded version (Bug#3166).
8263
8264 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
8265
8266 * progmodes/octave-mod.el (octave-end-keywords)
8267 (octave-block-begin-or-end-regexp, octave-block-match-alist):
8268 Add "end" keyword (Bug#3061).
8269 (octave-end-as-array-index-p): New function.
8270 (calculate-octave-indent): Use it.
8271
8272 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8273
8274 * bookmark.el: Consistently put the text property on the bookmark name.
8275 (bookmark-bmenu-marks-width): Bump back to 2, to include
8276 annotation marks.
8277 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
8278 property on the bookmark name, instead of not putting it at all.
8279 (bookmark-bmenu-list): Fix where we put the text property.
8280
8281 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8282
8283 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
8284 for showing buffer modified state (as added in the previous change).
8285
8286 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8287
8288 * bookmark.el: Show modified state of bookmark buffer more accurately.
8289 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
8290 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
8291 (with-buffer-modified-unmodified): New macro.
8292 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8293 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
8294 Use new macro to preserve the buffer modified state.
8295
8296 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8297
8298 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
8299 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
8300 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
8301 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
8302 (bookmark-bmenu-rename, bookmark-bmenu-locate)
8303 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
8304 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
8305
8306 2010-01-02 Eli Zaretskii <eliz@gnu.org>
8307
8308 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8309 Make the lines in the generated doc string shorter. (Bug#4668)
8310
8311 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
8312
8313 * net/rcirc.el: Add follow-link binding (Bug#4738).
8314
8315 2010-01-02 Eli Zaretskii <eliz@gnu.org>
8316
8317 * Makefile.in (bzr-update): Rename from cvs-update.
8318 (cvs-update): New target for backward compatibility.
8319
8320 * makefile.w32-in (bzr-update): Rename from cvs-update.
8321 (cvs-update): New target for backward compatibility.
8322
8323 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8324
8325 * bookmark.el: Remove gratuitous gratitude.
8326
8327 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8328
8329 * bookmark.el (bookmark-bmenu-any-marks): New function.
8330 (bookmark-bmenu-save): Clear buffer modification if no marks.
8331
8332 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8333
8334 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
8335 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
8336 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
8337 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
8338
8339 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
8340 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
8341 To: emacs-devel {_AT_} gnu.org
8342 Subject: bookmark.el bug report
8343 Date: Mon, 28 Dec 2009 14:19:16 +0800
8344 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
8345
8346 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8347
8348 * bookmark.el: Improvements suggested by Drew Adams:
8349 (bookmark-bmenu-ensure-position): New name for
8350 `bookmark-bmenu-check-position'. Just ensure the position,
8351 don't return any meaningful value.
8352 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
8353 New constants.
8354
8355 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
8356
8357 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
8358 (bookmark-yank-point, bookmark-bmenu-check-position):
8359 Fix typos in docstrings.
8360 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
8361 (bookmark-name-from-full-record, bookmark-get-position)
8362 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
8363 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
8364 Remove useless quoting of parenthesis, etc. in docstrings.
8365
8366 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
8367 (ediff-append-custom-diff): Fix typo in error message.
8368 (ediff-meta-mark-equal-files): Fix typos in messages.
8369
8370 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
8371
8372 * net/imap-hash.el (imap-hash-make): Doc fix.
8373 (imap-hash-test): Fix typo in error message; reflow docstring.
8374 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
8375 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
8376 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
8377 Fix typos in docstrings.
8378 (imap-hash-open-connection): Fix typo in error message.
8379
8380 * play/gomoku.el (gomoku): Fix typos in docstring.
8381
8382 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
8383 (gdb-jsonify-buffer): Fix typos in docstring.
8384 (gdb-goto-breakpoint): Fix typo in error message.
8385 ("Display Other Windows"): Fix typo in help message.
8386 (gdb-speedbar-expand-node): Fix typo in question.
8387
8388 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
8389 (idlwave-html-system-help-location, idlwave-html-help-location)
8390 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
8391 (idlwave-help-browser-generic-args, idlwave-help-directory)
8392 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
8393 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
8394 (idlwave-online-help, idlwave-help-html-link)
8395 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
8396 Fix typos in docstrings.
8397 (idlwave-help-with-source, idlwave-help-find-routine-definition):
8398 Reflow docstrings.
8399 (idlwave-help-assistant-start): Fix typo in error message.
8400
8401 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
8402 (octave-electric-space): Fix typos in docstrings.
8403
8404 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
8405
8406 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
8407
8408 2010-01-01 Juri Linkov <juri@jurta.org>
8409
8410 * comint.el (comint-input-ring-size): Make it a defcustom and
8411 increase the default to 500 (Bug#5148).
8412
8413 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
8414
8415 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
8416 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
8417 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
8418
8419 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
8420
8421 Show working revision correctly for mercurial.
8422 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
8423 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
8424
8425 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
8426
8427 Declare some functions for the byte-compiler.
8428 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
8429 (speedbar-timer-fn, speedbar-change-expand-button-char)
8430 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
8431
8432 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
8433
8434 This changeset reverts GDB Graphical Interface to use annotations.
8435 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
8436
8437 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8438
8439 Make vc-dir work on subdirectories of the bzr root.
8440 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
8441 file names relative to it.
8442 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
8443 relative directory to vc-bzr-after-dir-status.
8444
8445 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
8446
8447 * font-lock.el (font-lock-refresh-defaults): New function, which
8448 can be used to let font-lock react to external changes in
8449 variables like font-lock-defaults and keywords.
8450 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
8451
8452 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
8453
8454 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
8455
8456 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
8457
8458 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
8459
8460 Supersede color.diff settings in git log (bug#5211).
8461
8462 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
8463 escape chars in its output when the user has color.diff set to `always'.
8464 This fix works on git 1.4.2 and newer (released on 2006-08-13).
8465
8466 2009-12-26 Kevin Ryde <user42@zip.com.au>
8467
8468 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
8469 node. Keep previous "Index" name to work with past coreutils too.
8470
8471 * man.el (man): Revise docstring a bit to show -a and -l as
8472 examples. Add -k description since support for it has otherwise
8473 been a secret. (Further to bug#3717.)
8474 (Man-bgproc-sentinel): When "-k foo" produces no output show error
8475 "no matches" rather than "Can't find manpage", as the latter reads
8476 like -k was interpreted as a page name, which is not so. (Bug#5431)
8477
8478 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
8479
8480 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
8481 switches. Check also for //SUBDIRED// line.
8482
8483 2009-12-25 Kenichi Handa <handa@m17n.org>
8484
8485 * language/indian.el (devanagari-composable-pattern): Fixed to
8486 handle ZWNJ and ZWJ. Use it in composition-function-table for
8487 Devanagari.
8488 (malayalam-composable-pattern): Fix previous change.
8489
8490 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8491
8492 * ps-print.el (ps-face-attributes): It was not returning the
8493 attribute face for faces specified as string. Reported by harven
8494 <harven@free.fr>. (Bug#5254)
8495 (ps-print-version): New version 7.3.5.
8496
8497 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
8498
8499 * calendar/icalendar.el (icalendar--convert-tz-offset):
8500 Fix timezone names.
8501 (icalendar--convert-tz-offset): Fix the "last-day-problem".
8502 (icalendar--add-diary-entry): Remove the trailing blank that
8503 diary-make-entry inserts.
8504
8505 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
8506
8507 Make `file-expand-wildcards' work for remote files.
8508
8509 * files.el (file-expand-wildcards): In case of remote files, check
8510 only local file name part for wildcards. Provide feature 'files
8511 and subfeature 'remote-wildcards. (Bug#5198)
8512
8513 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
8514 if there is already an established connection.
8515 (tramp-advice-file-expand-wildcards): Remove it.
8516
8517 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
8518 (tramp-advice-file-expand-wildcards): Move from tramp.el.
8519 Activate advice for older GNU Emacs versions. (Bug#5237)
8520
8521 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
8522
8523 Some doc fixes (more needed).
8524
8525 * find-cmd.el (find-constituents): Reflow docstring.
8526 (find-cmd, find-prune, find-command): Fix typos in docstrings.
8527 (find-generic): Doc fix.
8528
8529 2009-12-17 Juri Linkov <juri@jurta.org>
8530
8531 Fix regression from 23.1 to allow multiple modes in Local Variables.
8532
8533 * files.el (hack-local-variables-filter): While ignoring duplicates,
8534 don't take `mode' into account.
8535 (hack-local-variables-filter, hack-dir-local-variables):
8536 Don't remove duplicate `mode' from local-variables-alist (like `eval').
8537
8538 2009-12-17 Juri Linkov <juri@jurta.org>
8539
8540 Make `dired-diff' safer. (Bug#5225)
8541
8542 * dired-aux.el (dired-diff): Signal an error when `file' equals to
8543 `current' or when `file' is a directory of the `current' file.
8544
8545 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
8546
8547 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
8548 unconditionally preloaded files.
8549
8550 2009-12-16 Juri Linkov <juri@jurta.org>
8551
8552 Revert to old 23.1 logic of using the file at the mark as default.
8553 * dired-aux.el (dired-diff): Use the file at the mark as default
8554 if it's not the same as the current file, and the target dir is
8555 the current dir or the mark is active. Add the current file
8556 as the arg of `dired-dwim-target-defaults'. Use the default file
8557 in the prompt. (Bug#5225)
8558
8559 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
8560
8561 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
8562 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
8563 (tramp-check-for-regexp): Check also, when an echoing shell stops
8564 to echo sent commands.
8565
8566 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
8567
8568 * Makefile.in: Revert last change (Bug#5191).
8569
8570 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
8571
8572 * vc-hg.el (vc-hg-print-log): Fix argument order.
8573 (vc-hg-working-revision): Make sure the command is executed in a
8574 known environment so that we can parse the output. (Bug#4417)
8575
8576 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
8577
8578 * progmodes/python.el (python-symbol-completions): Remove text
8579 properties from symbol string before calling python-send-receive.
8580
8581 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
8582
8583 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
8584 when there are values for both file and line. (Bug#5060)
8585
8586 2009-12-14 Juri Linkov <juri@jurta.org>
8587
8588 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
8589 whitespace after the file name of the first line of unified format,
8590 because git-diff doesn't output whitespace and file modification time
8591 after the file name.
8592
8593 2009-12-14 David Kastrup <dak@gnu.org>
8594
8595 * info.el (Info-hide-cookies-node): Before hiding a cookie,
8596 check if it already has the `display' property added by
8597 `Info-display-images-node', and not put the `invisible' property
8598 in this case.
8599
8600 2009-12-13 Glenn Morris <rgm@gnu.org>
8601
8602 * mail/emacsbug.el (message-sort-headers): Define for compiler.
8603 (report-emacs-bug): In message-mode, sort manually before storing
8604 original report text. (Bug#5178)
8605 Remove superfluous save-excursion.
8606
8607 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
8608
8609 * net/dbus.el (dbus-property-handler): Filter lambda forms out
8610 when responding to "GetAll" properties.
8611
8612 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
8613
8614 * simple.el (compose-mail): Remove mail-setup-with-from from
8615 customization checks.
8616
8617 2009-12-12 Eli Zaretskii <eliz@gnu.org>
8618
8619 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
8620 RAR archives created on Unix systems.
8621
8622 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8623
8624 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
8625 the varalias that was accidentally removed by the 2009-11-19 change
8626 (bug#5186).
8627
8628 2009-12-12 Kenichi Handa <handa@m17n.org>
8629
8630 * language/indian.el (indian-compose-regexp): New function.
8631 (malayalam-composable-pattern): Fix the pattern.
8632 (composition-function-table): Set malayalam-composable-pattern for
8633 Malayalam characters.
8634
8635 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
8636
8637 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
8638 rather than down-mouse-1, based on follow-link conventions.
8639
8640 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
8641 are compiled.
8642
8643 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
8644
8645 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
8646 (verilog-vmm-statement-re, verilog-ovm-statement-re)
8647 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
8648 (verilog-leap-to-head, verilog-backward-token):
8649 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
8650
8651 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
8652
8653 * progmodes/verilog-mode.el (verilog-auto-lineup)
8654 (verilog-nameable-item-re): Cleanup user-visible spelling and
8655 documentation errors. One reported by Gary Delp.
8656 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
8657 (verilog-read-decls): Fix AUTOWIRE with types declared in a
8658 package, bug195. Reported by Pierre-David Pfister.
8659
8660 2009-12-11 Glenn Morris <rgm@gnu.org>
8661
8662 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
8663
8664 * mail/emacsbug.el: No longer require sendmail.
8665 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
8666 (report-emacs-bug-orig-text): Doc fix.
8667 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
8668 New local variables, to adapt to different mail-user-agents.
8669 (report-emacs-bug): Fix test for a gnu.org address.
8670 Use overlays for emphasis, since font-lock defeats 'face property.
8671 Pretest bugs also end up at the newsgroup these days.
8672 Stop message-mode stripping text properties.
8673 Set and use the new buffer-local variables.
8674 (report-emacs-bug-hook): Add doc-string.
8675 Remove some unnecessary save-excursions and simplify.
8676 Use the appropriate hook and send-command.
8677
8678 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
8679 capitalization of some menu entries.
8680
8681 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8682
8683 * whitespace.el (whitespace-display-char-on):
8684 Ensure `buffer-display-table' is unique when two or more windows are
8685 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
8686 New version 12.1.
8687
8688 2009-12-10 Eli Zaretskii <eliz@gnu.org>
8689
8690 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
8691 characters in the Attribute field.
8692
8693 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
8694
8695 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
8696
8697 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
8698
8699 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
8700 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8701 Disregard autoload-excludes.
8702 (update-directory-autoloads): Obey autoload-excludes here instead.
8703 But don't store its contents in no-autoloads and remove entries that
8704 refer to excludes files.
8705
8706 2009-12-10 Glenn Morris <rgm@gnu.org>
8707
8708 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
8709 (expand-mail-aliases): Define for compiler.
8710
8711 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
8712 Define for compiler.
8713
8714 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
8715 appropriate for the mail-user-agent in use.
8716
8717 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
8718
8719 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
8720
8721 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
8722
8723 Fix short log parsing and fontification.
8724 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
8725 Fix fontification for the [merge] label.
8726
8727 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
8728
8729 Drop some properties to avoid surprises (bug#5002).
8730 * htmlfontify.el (hfy-ignored-properties): New defcustom.
8731 (hfy-fontify-buffer): Use it.
8732
8733 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
8734
8735 Minor cleanup.
8736 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
8737 Adjust all callers.
8738 (ffap-locate-file): Remove unused arg `dir-ok' and make other
8739 args compulsory. Adjust callers.
8740 (ffap-gopher-at-point): Remove unused var `name'.
8741
8742 Get rid of the ELCFILES abomination.
8743 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8744 (compile-elcfiles): New phony target.
8745 (compile-main): Compute ELCFILES dynamically.
8746 (compile-clean): New target to remove left-over elc files.
8747 (compile, all): Use it.
8748
8749 2009-12-09 Kenichi Handa <handa@etlken>
8750
8751 * international/mule-diag.el: Require help-mode instead of help-fns.
8752
8753 2009-12-09 Kenichi Handa <handa@m17n.org>
8754
8755 * international/mule-cmds.el (ucs-names): Supply sufficiently
8756 fine ranges instead of pre-calculating accurate ranges.
8757 Iterate with bigger gc-cons-threshold.
8758
8759 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
8760
8761 Add support for stashing a snapshot of the current tree.
8762 * vc-git.el (vc-git-stash-snapshot): New function.
8763 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
8764
8765 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
8766
8767 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
8768 instead of `(beginning|end)-of-line'.
8769
8770 2009-12-08 Glenn Morris <rgm@gnu.org>
8771
8772 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
8773
8774 * Makefile.in (ELCFILES): Regenerate.
8775
8776 2009-12-07 Juri Linkov <juri@jurta.org>
8777
8778 Don't lazy-highlight the comint output in history Isearch mode.
8779
8780 * comint.el (comint-history-isearch-search): Instead of
8781 `comint-line-beginning-position', use `comint-after-pmark-p'
8782 to check if point if before the process mark, and go to
8783 `process-mark' in this case.
8784
8785 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8786
8787 * textmodes/tex-mode.el (latex-complete)
8788 (latex-indent-or-complete): Remove.
8789 (latex-mode): Set completion-at-point-functions instead.
8790
8791 Provide a standard completion command and hook it into TAB.
8792 * minibuffer.el (completion-at-point-functions): New var.
8793 (completion-at-point): New command.
8794 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
8795 * progmodes/python.el (python-mode-map): Use completion-at-point.
8796 (python-completion-at-point): Rename from python-partial-symbol and
8797 adjust for use in completion-at-point-functions.
8798 (python-mode): Setup completion-at-point for Python completion.
8799 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
8800 extracted from lisp-complete-symbol.
8801 (lisp-complete-symbol): Use it.
8802 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
8803 setup completion-at-point for Elisp completion.
8804 (emacs-lisp-mode-map, lisp-interaction-mode-map):
8805 Use completion-at-point.
8806 * ielm.el (ielm-map): Use completion-at-point.
8807 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
8808 * progmodes/sym-comp.el: Move to...
8809 * obsolete/sym-comp.el: Move from progmodes.
8810
8811 2009-12-07 Eli Zaretskii <eliz@gnu.org>
8812
8813 Prevent save-buffer in Rmail buffers from using the coding-system
8814 of the current message, and from clobbering the encoding mnemonics
8815 in the mode line (Bug#4623).
8816
8817 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
8818 flag, too.
8819 (rmail-message-encoding): New variable.
8820 (rmail-write-region-annotate): Record the encoding of the current
8821 message in rmail-message-encoding.
8822 (rmail-after-save-hook): New function, restores the encoding of
8823 the current message after the message collection is saved.
8824
8825 2009-12-07 Juri Linkov <juri@jurta.org>
8826
8827 * progmodes/grep.el (grep-read-files): Use `completing-read'
8828 instead of `read-string'. Set its `collection' arg to
8829 `read-file-name-internal'. (Bug#4301)
8830
8831 2009-12-07 Juri Linkov <juri@jurta.org>
8832
8833 Correctly restore original Isearch point. (Bug#4994)
8834
8835 * isearch.el (isearch-mode): Move `isearch-push-state' after
8836 `(run-hooks 'isearch-mode-hook)'.
8837 (isearch-cancel): When `isearch-push-state-function' is defined,
8838 let-bind `isearch-cmds' to the first state (the last element of
8839 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
8840 function and restores the original point). Otherwise, move point
8841 to `isearch-opoint'.
8842
8843 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8844
8845 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
8846 chars that don't have names, so the table can be built much faster at
8847 run-time.
8848
8849 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
8850
8851 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
8852 change. Suggested by David Kastrup.
8853
8854 * simple.el (compose-mail): Check for incompatibilities and warn.
8855 (compose-mail-user-agent-warnings): New option.
8856
8857 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8858
8859 Support showing a single log entry from vc-annotate.
8860 * vc.el (print-log): Add a new argument: START-REVISION.
8861 (vc-print-log-internal): Add a new optional argument and
8862 pass it to the backend.
8863 (vc-print-log, vc-print-root-log): Adjust callers.
8864 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
8865 buffer already displays the requested log entry, use it.
8866 Otherwise display only the log entry in question.
8867 * vc-svn.el (vc-svn-print-log):
8868 * vc-mtn.el (vc-mtn-print-log):
8869 * vc-hg.el (vc-hg-state):
8870 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
8871 (vc-git-show-log-entry): Return t on success.
8872 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
8873 (vc-bzr-show-log-entry): Return t on success.
8874 * vc-rcs.el (vc-rcs-print-log):
8875 * vc-sccs.el (vc-sccs-print-log):
8876 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
8877
8878 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8879
8880 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
8881 Add menus to the meta mode. (Bug#5043)
8882
8883 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
8884
8885 * ediff-init.el (ediff-event-key): Use event-to-character instead of
8886 event-key.
8887
8888 * ediff.el (ediff-buffers-internal): Add unwind-protect.
8889
8890 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
8891
8892 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
8893 Berbain <raphael.berbain@gmail.com>.
8894
8895 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
8896 characters.
8897 (tramp-initial-end-of-output): New defconst.
8898 (tramp-methods, tramp-find-shell)
8899 (tramp-open-connection-setup-interactive-shell)
8900 (tramp-maybe-open-connection): Use it.
8901 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
8902 existence of `#' and `$'.
8903
8904 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
8905 `tramp-initial-end-of-output'.
8906
8907 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8908
8909 Get the background mode from the terminal for xterm, and set
8910 faces accordingly.
8911 * term/xterm.el (xterm-set-background-mode): New function.
8912 (terminal-init-xterm): Use it in case xterm supports background
8913 color queries. Recompute faces after getting the background
8914 color.
8915
8916 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
8917
8918 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
8919 number comment back on its own line, for easier parsing.
8920
8921 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8922
8923 Make it work for non-file buffers (bug#5102).
8924 * doc-view.el (doc-view-current-cache-dir):
8925 Use doc-view-buffer-file-name rather than buffer-file-name.
8926 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
8927
8928 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
8929
8930 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
8931 author field is too short.
8932
8933 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
8934
8935 * vc-git.el (vc-git-print-log): Handle a limit argument.
8936 Display the short log in graph form and with labels.
8937 (vc-git-log-view-mode): Handle labels.
8938
8939 Make vc-revert change VC state from 'added to 'unregistered.
8940 * vc-git.el (vc-git-revert): Call git reset first.
8941
8942 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
8943
8944 * net/newst-backend.el, net/newst-plainview.el:
8945 * net/newst-reader.el, net/newst-ticker.el:
8946 * net/newst-treeview.el, net/newsticker.el:
8947 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8948
8949 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
8950
8951 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
8952
8953 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
8954 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
8955 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
8956 Update annotation regexp.
8957
8958 * simple.el (beginning-of-visual-line): Constrain to field
8959 boundaries (Bug#5106).
8960
8961 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
8962
8963 * xml.el (xml-substitute-numeric-entities): Move
8964 newsticker--decode-numeric-entities in newst-backend.el to
8965 xml-substitute-numeric-entities in xml.el. (Bug#5008)
8966 * net/newst-backend.el (newsticker--parse-generic-feed)
8967 (newsticker--parse-generic-items)
8968 (newsticker--decode-numeric-entities): Move
8969 newsticker--decode-numeric-entities in newst-backend.el to
8970 xml-substitute-numeric-entities in xml.el. (Bug#5008)
8971
8972 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
8973
8974 * progmodes/js.el (js--js-not): Add null to the list of values.
8975
8976 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
8977
8978 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
8979
8980 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8981
8982 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
8983 delimiter if it is at the end of the current line.
8984 (bibtex-generate-url-list): Fix docstring.
8985
8986 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8987
8988 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
8989 minibuffer's content with itself.
8990 Fold the confirm-after-completion case into the `confirm' case.
8991 (completion-pcm-word-delimiters): Add : and / to the delimiters.
8992
8993 2009-12-06 Kevin Ryde <user42@zip.com.au>
8994
8995 * ffap.el (ffap-rfc-path): Make this a defcustom since
8996 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
8997
8998 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
8999 manuals, similar to existing setup for help-mode. (Bug#3913.)
9000
9001 2009-12-05 Juri Linkov <juri@jurta.org>
9002
9003 Save and restore dired buffer's point positions too. (Bug#4880)
9004
9005 * dired.el (dired-save-positions): Return in the first element
9006 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
9007 Doc fix.
9008 (dired-restore-positions): First restore buffer's position.
9009 While restoring window's positions, check if window still displays
9010 the original buffer.
9011
9012 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
9013
9014 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
9015 if possible.
9016
9017 * shell.el (shell): Require ansi-color (Bug#5113).
9018
9019 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
9020
9021 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
9022
9023 2009-12-05 Alan Mackenzie <acm@muc.de>
9024
9025 * progmodes/cc-mode.el (c-before-hack-hook)
9026 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
9027 `c-file-style' to work again. This reversion restores the current
9028 software to its state in Emacs 23.1. (Bug#4146)
9029
9030 2009-12-05 Kevin Ryde <user42@zip.com.au>
9031
9032 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
9033 comment-start-skip to comment-end-skip as comment (Bug#4781).
9034
9035 2009-12-05 Juri Linkov <juri@jurta.org>
9036
9037 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
9038 for virtual nodes. (Bug#4147)
9039 (Info-find-node-2): Set `Info-current-node-virtual' to nil
9040 when moving from a virtual node.
9041 (Info-mode-menu): Add `Info-virtual-index' to the menu.
9042 (Info-mode): Add `Info-virtual-index' to the docstring.
9043
9044 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9045
9046 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
9047 track of the buffer position of the end of a BibTeX entry as this
9048 position may change during reformatting.
9049 (bibtex-format-entry): Remove whitespace before processing
9050 numerical fields so that we recognize the latter properly.
9051 (bibtex-reformat): Do not use push which changes the global value
9052 of bibtex-entry-format.
9053 (bibtex-field-braces-alist, bibtex-field-strings-alist)
9054 (bibtex-field-re-init): Replace only space characters by regexp
9055 for whitespace.
9056 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
9057 (bibtex-initialize): Also update bibtex-strings.
9058 (bibtex-kill-field): Preserve white space at end of entry.
9059 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
9060 Update bibtex-reference-keys.
9061
9062 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9063
9064 * minibuffer.el (completion-pcm--merge-try): Also consider placing
9065 point after a star, if that's the only place where modifications can
9066 make progress.
9067
9068 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
9069
9070 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
9071 in docstrings.
9072
9073 2009-12-04 Juri Linkov <juri@jurta.org>
9074
9075 * proced.el (proced): Call `(proced-update t)' to update process
9076 information instead of only running proced-post-display-hook.
9077 (proced-send-signal): Add a leading space to the buffer name
9078 " *Marked Processes*" to make this buffer ephemeral.
9079
9080 2009-12-04 Juri Linkov <juri@jurta.org>
9081
9082 * dired.el (dired-auto-revert-buffer): New defcustom.
9083 (dired-internal-noselect): Use it.
9084
9085 2009-12-04 Juri Linkov <juri@jurta.org>
9086
9087 Change roles of modes and functions in image-mode.el (Bug#5062).
9088
9089 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
9090 in `auto-mode-alist'.
9091 (image-mode-previous-major-mode): New variable.
9092 (image-minor-mode-map): Rename from `image-mode-text-map'.
9093 (image-mode): Move graceful error-handling code from
9094 `image-minor-mode' to here. On errors call `image-mode-as-text'.
9095 (image-minor-mode): Remove all image-handling code.
9096 Replace `image-mode-text-map' with `image-minor-mode-map'.
9097 Check for `image-type' in mode-line format string.
9098 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
9099 (image-mode-as-text): New function with most code from
9100 `image-mode-maybe'.
9101 (image-toggle-display-text): Move code that removes image
9102 properties from `image-toggle-display' to here.
9103 (image-toggle-display-image): New function with code that adds
9104 image properties copied from `image-toggle-display'.
9105 (image-toggle-display): Remove most code with leaving only code
9106 that toggles between `image-mode-as-text' and `image-mode'.
9107
9108 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
9109
9110 * net/newst-treeview.el
9111 (newsticker--treeview-list-highlight-start): Restored call to
9112 save-excursion: Selected item was stuck.
9113 (newsticker--treeview-list-select): New.
9114 (newsticker--treeview-item-show-text)
9115 (newsticker--treeview-item-show)
9116 (newsticker--treeview-item-update): Use new
9117 newsticker-treeview-item-mode.
9118 (newsticker-treeview-update): Keep current item.
9119 (newsticker-treeview-next-new-or-immortal-item): Doc change.
9120 (newsticker--treeview-first-feed): Doc change.
9121 (newsticker-treeview-list-menu)
9122 (newsticker-treeview-item-menu): Added menu entries.
9123 (newsticker-treeview-item-mode): New.
9124
9125 * net/newst-backend.el (newsticker-customize): Delete other
9126 windows.
9127
9128 2009-12-04 Sam Steingold <sds@gnu.org>
9129
9130 * log-view.el (log-view-mode-map): "q" calls quit-window,
9131 like in all the other non-self-insert buffers.
9132
9133 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
9134
9135 Minor cleanup.
9136 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
9137 key decoding rather than do it manually via last-input-event +
9138 ascii-character.
9139 (term-exec): Use delete-and-extract-region.
9140 (term-handle-ansi-terminal-messages): Remove unused var `end'.
9141 (term-process-pager): Remove unused var `i'.
9142 (term-dynamic-simple-complete): Make obsolete.
9143 (serial-update-config-menu): Remove unused vars `y' and `str'.
9144 (term-update-mode-line): Remove unused var `temp'.
9145
9146 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9147
9148 Limit the number of log entries displayed by default.
9149 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
9150 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
9151 using a prefix argument.
9152
9153 2009-12-03 Glenn Morris <rgm@gnu.org>
9154
9155 * progmodes/idlwave.el (class): Restore still useful declaration.
9156
9157 2009-12-03 Alan Mackenzie <acm@muc.de>
9158
9159 Enhance `c-parse-state' to run efficiently in "brace deserts".
9160
9161 * progmodes/cc-mode.el (c-basic-common-init):
9162 Call c-state-cache-init.
9163 (c-neutralize-syntax-in-and-mark-CPP): Rename from
9164 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
9165 placing `category' properties value 'c-cpp-delimiter at its boundaries.
9166
9167 * progmodes/cc-langs.el (c-before-font-lock-function):
9168 c-extend-and-neutralize-syntax-in-CPP has been renamed
9169 c-neutralize-syntax-in-and-mark-CPP.
9170
9171 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
9172 with `category' properties now, not `syntax-table' ones.
9173
9174 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
9175 enhanced (but slower) version of c-end-of-macro that won't land
9176 inside a literal or on another awkward character.
9177 (c-state-cache-too-far, c-state-cache-start)
9178 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
9179 (c-state-nonlit-pos-cache-limit, c-state-point-min)
9180 (c-state-point-min-lit-type, c-state-point-min-lit-start)
9181 (c-state-min-scan-pos, c-state-brace-pair-desert)
9182 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
9183 buffer local variables.
9184 (c-state-literal-at, c-state-lit-beg)
9185 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
9186 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
9187 (c-state-cache-top-paren, c-state-cache-after-top-paren)
9188 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
9189 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
9190 (c-renarrow-state-cache)
9191 (c-append-lower-brace-pair-to-state-cache)
9192 (c-state-push-any-brace-pair, c-append-to-state-cache)
9193 (c-remove-stale-state-cache)
9194 (c-remove-stale-state-cache-backwards, c-state-cache-init)
9195 (c-invalidate-state-cache-1, c-parse-state-1)
9196 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
9197 (c-parse-state): Enhance and refactor.
9198 (c-debug-parse-state): Amend to deal with all the new variables.
9199
9200 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
9201 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
9202 modify to use category text properties rather than syntax-table ones.
9203 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
9204 to switch off/on the syntactic paren property of C++ template
9205 delimiters using the category property.
9206 (c-with-<->-as-parens-suppressed): Macro to invoke code with
9207 template delims suppressed.
9208 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
9209 New constant/macros which apply category properties to the start
9210 and end of preprocessor constructs.
9211 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
9212 "comment out" the syntactic value of characters in preprocessor
9213 constructs.
9214 (c-with-cpps-commented-out)
9215 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
9216 with characters in all or all but one preprocessor constructs
9217 "commented out".
9218
9219 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9220
9221 * proced.el (proced-filter-alist): Use regexp-quote.
9222
9223 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
9224
9225 Cleanup.
9226 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
9227 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
9228 arguments. Expand `default-directory'.
9229
9230 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
9231 the benefit of returning an expanded localname.
9232 (tramp-tramp-file-p): Handle the case NAME is not a string.
9233
9234 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9235
9236 Add support for bzr shelve/unshelve.
9237 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
9238 (vc-bzr-extra-menu-map): New variables.
9239 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
9240 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
9241 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
9242 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
9243 (vc-bzr-dir-extra-headers): Display shelves.
9244
9245 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
9246
9247 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9248
9249 * textmodes/bibtex.el (bibtex-complete-internal):
9250 Use completion-in-region.
9251 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
9252
9253 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9254
9255 Support applying stashes. Improve UI.
9256 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
9257 (vc-git-stash-apply, vc-git-stash-pop)
9258 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
9259 (vc-git-stash-menu): New functions.
9260 (vc-git-stash-menu-map): New variable.
9261 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
9262
9263 2009-12-03 Glenn Morris <rgm@gnu.org>
9264
9265 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
9266 (vc-print-log-internal): Fix previous change.
9267 (vc-revert): Correct pluralization.
9268
9269 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9270
9271 * progmodes/make-mode.el (makefile-special-targets-list): No need for
9272 it to be an alist any more.
9273 (makefile-complete): Use completion-in-region.
9274
9275 * progmodes/octave-mod.el (octave-complete-symbol):
9276 Use completion-in-region.
9277
9278 Misc cleanup.
9279 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
9280 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
9281 (idlwave-complete-class): Don't quote lambda.
9282 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
9283 (idlwave-mode-map): Move initialization into declaration.
9284 (idlwave-action-and-binding): Use backquotes.
9285 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
9286 Simplify.
9287 (idlwave-is-pointer-dereference): Remove unused var `pos'.
9288 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
9289 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
9290 `parts', and `all-parts'.
9291 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
9292 (idlwave-convert-xml-system-routine-info): Remove unused string
9293 `version-string'.
9294 (idlwave-display-user-catalog-widget): Use dolist.
9295 (idlwave-scanning-lib): Declare dynamically-scoped var.
9296 (idlwave-scan-library-catalogs): Remove unused var `flags'.
9297 (completion-highlight-first-word-only): Declare to silence bytecomp.
9298 (idlwave-popup-select): Tighten scope of `resp'.
9299 (idlwave-find-struct-tag): Remove unused var `beg'.
9300 (idlwave-after-load-rinfo-hook): Declare.
9301 (idlwave-sintern-class-info): Remove unused var `taglist'.
9302 (idlwave-find-class-definition): Remove unused var `list'.
9303 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
9304 (idlwave-what-module-find-class): Remove unused var `classes'.
9305
9306 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
9307
9308 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
9309
9310 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9311
9312 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
9313 buffers visited. Remove redundant current-buffer-saving.
9314
9315 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9316
9317 Use completion-in-buffer and remove uses of dynamic scoping.
9318 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
9319 (pascal-buffer-to-use, pascal-flag): Don't declare.
9320 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
9321 (pascal-get-completion-decl, pascal-keyword-completion):
9322 Add `pascal-str' argument, save-excursion,
9323 return the found completions, and don't filter with pascal-pred.
9324 (pascal-completion-cache): New var.
9325 (pascal-completion): Don't switch buffer any more (it was never
9326 necessary). Don't save-excursion any more (it's done by the called
9327 subroutines). Use a cache to avoid redundant computations.
9328 Use complete-with-action rather than pascal-completion-response and
9329 let it apply the predicate as well.
9330 (pascal-complete-word): Use completion-in-buffer when
9331 pascal-toggle-completions is nil.
9332 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
9333 not used any more.
9334 (pascal-comp-defun): Don't change buffer any more.
9335 Use complete-with-action rather than pascal-completion-response and
9336 let it apply the predicate as well.
9337 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
9338 when neded.
9339
9340 2009-12-02 Kenichi Handa <handa@m17n.org>
9341
9342 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
9343 shape for all Indic scripts.
9344
9345 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9346
9347 Use completion-in-buffer.
9348 * wid-edit.el (widget-field-text-end): New function.
9349 (widget-field-value-get): Use it.
9350 (widget-string-complete, widget-file-complete)
9351 (widget-color-complete): Use it and completion-in-region.
9352 (widget-complete): Don't narrow the buffer.
9353
9354 2009-12-02 Glenn Morris <rgm@gnu.org>
9355
9356 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
9357 (rmail-select-summary): Use rmail-pop-to-buffer.
9358 * mail/rmailsum.el: Replace all pop-to-buffer calls with
9359 rmail-pop-to-buffer, to prevent horizontal splits.
9360
9361 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
9362 save-excursion with save-current-buffer.
9363 Widen before searching. (Bug#5093)
9364 (diary-list-sexp-entries): Remove superfluous save-excursion.
9365
9366 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
9367
9368 * woman.el (woman-make-bufname): Handle man-pages with "." in the
9369 name. (Bug#5038)
9370
9371 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
9372
9373 * ido.el (ido-file-internal): Handle filenames at point that do
9374 not have a directory part. (Bug#5049)
9375
9376 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
9377
9378 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
9379 (mpc-songs-jump-to, mpc-resume): Doc fixes.
9380
9381 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
9382
9383 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
9384 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
9385 any more.
9386
9387 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9388
9389 * comint.el (comint-insert-input): Ignore clicks to the right of
9390 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
9391
9392 * vc.el (vc-print-log-internal): Don't wait for the process to
9393 terminate before setting up the major mode.
9394
9395 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
9396 in case.
9397
9398 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
9399 the last element.
9400
9401 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
9402
9403 2009-12-01 Glenn Morris <rgm@gnu.org>
9404
9405 * window.el (window--display-buffer-2): Fix previous changes.
9406
9407 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
9408
9409 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
9410
9411 2009-12-01 Glenn Morris <rgm@gnu.org>
9412
9413 * Makefile.in (ELCFILES): Add mpc.elc.
9414
9415 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9416
9417 * mpc.el: New file.
9418
9419 2009-12-01 Glenn Morris <rgm@gnu.org>
9420
9421 * window.el (window-to-use): Define for compiler.
9422
9423 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
9424 consistent with others (no final period).
9425
9426 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
9427 (rmail-mime-show): Downcase the encoding. (Bug#5070)
9428
9429 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
9430
9431 Make vc-print-log buttons work.
9432 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
9433
9434 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
9435
9436 * savehist.el (savehist-autosave-interval): Allow setting to nil
9437 through customize. (Bug#5056)
9438
9439 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
9440
9441 Fix references to jit-lock properties.
9442 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9443 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
9444 (perl-font-lock-special-syntactic-constructs):
9445 Quote jit-lock-defer-multiline property.
9446
9447 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
9448
9449 * vc-git.el (vc-git-registered): Call vc-git-root only once.
9450
9451 2009-11-30 Juri Linkov <juri@jurta.org>
9452
9453 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
9454 value `buffer' of `multi-isearch-next-buffer-current-function'.
9455 Use `(current-buffer)' when `buffer' is nil.
9456 (multi-isearch-next-buffer-from-list): Don't fallback to
9457 `(current-buffer)' when `buffer' is nil. (Bug#4947)
9458
9459 2009-11-30 Juri Linkov <juri@jurta.org>
9460
9461 * misearch.el (multi-isearch-read-buffers): Move canonicalization
9462 of buffers with `get-buffer' to `multi-isearch-buffers'.
9463 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9464 Canonicalize BUFFERS with `get-buffer'. Doc fix.
9465 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
9466 FILES with `expand-file-name' converting relative file names
9467 to absolute. Doc fix. (Bug#4727)
9468
9469 2009-11-30 Juri Linkov <juri@jurta.org>
9470
9471 * misearch.el (multi-isearch-read-buffers)
9472 (multi-isearch-read-matching-buffers): New functions.
9473 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9474 Use them in the `interactive' spec. Doc fix.
9475 (multi-isearch-read-files, multi-isearch-read-matching-files):
9476 New functions.
9477 (multi-isearch-files, multi-isearch-files-regexp):
9478 Use them in the `interactive' spec. Doc fix. (Bug#4725)
9479
9480 2009-11-30 Juri Linkov <juri@jurta.org>
9481
9482 * doc-view.el (doc-view-continuous):
9483 Rename from `doc-view-continuous-mode'.
9484 (doc-view-menu): Move "Toggle display" to the top.
9485 Add submenu "Continuous" with radio buttons "Off"/"On"
9486 and "Save as Default".
9487 (doc-view-scroll-up-or-next-page)
9488 (doc-view-scroll-down-or-previous-page)
9489 (doc-view-next-line-or-next-page)
9490 (doc-view-previous-line-or-previous-page): Rename
9491 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
9492
9493 2009-11-30 Juri Linkov <juri@jurta.org>
9494
9495 * comint.el (comint-mode-map): Rebind `M-r' from
9496 `comint-previous-matching-input' to
9497 `comint-history-isearch-backward-regexp'.
9498 Unbind `M-s' to allow global key binding `M-s'.
9499 Add menu items for `comint-history-isearch-backward' and
9500 `comint-history-isearch-backward-regexp'. (Bug#3746)
9501
9502 2009-11-30 Juri Linkov <juri@jurta.org>
9503
9504 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
9505 For def=recenter, replace `recenter' with `recenter-top-bottom'
9506 that is called with `this-command' and `last-command' let-bound
9507 to `recenter-top-bottom'. When the last `def' was not `recenter',
9508 set `recenter-last-op' to nil. (Bug#4981)
9509
9510 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9511
9512 Minor cleanup and simplification.
9513 * filecache.el (file-cache-add-directory)
9514 (file-cache-add-directory-recursively)
9515 (file-cache-add-from-file-cache-buffer)
9516 (file-cache-delete-file-regexp, file-cache-delete-directory)
9517 (file-cache-files-matching-internal, file-cache-display): Use dolist.
9518 (file-cache-temp-minibuffer-message): Delete function.
9519 (file-cache-minibuffer-complete): Use minibuffer-message instead.
9520
9521 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9522 Don't signal an error when bumping into EOB in tr, s, or y.
9523
9524 2009-11-29 Juri Linkov <juri@jurta.org>
9525
9526 * startup.el (fancy-about-text): Fix wording of Guided Tour.
9527 (Bug#4960)
9528
9529 * descr-text.el (describe-char-unidata-list): Use lowercase name
9530 for "Unicode name" like in other tags.
9531
9532 2009-11-29 Juri Linkov <juri@jurta.org>
9533
9534 * ediff-util.el (ediff-minibuffer-with-setup-hook):
9535 New compatibility macro.
9536 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
9537
9538 2009-11-29 Juri Linkov <juri@jurta.org>
9539
9540 Add defcustom to define the cycling order of `recenter-top-bottom'.
9541 (Bug#4981)
9542
9543 * window.el (recenter-last-op): Doc fix.
9544 (recenter-positions): New defcustom.
9545 (recenter-top-bottom): Rewrite to use `recenter-positions'.
9546 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
9547
9548 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
9549
9550 Improve integration of Tramp and ange-ftp in eshell.
9551
9552 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
9553 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
9554 (eshell/sudo): Flatten args. Let-bind `default-directory'.
9555
9556 * eshell/esh-util.el (top): Require also Tramp when compiling.
9557 (eshell-directory-files-and-attributes): Check for FTP remote
9558 connection.
9559 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
9560 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
9561 (eshell-file-attributes): Handle ".". Return `entry'.
9562
9563 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
9564 (ange-ftp-directory-files-and-attributes)
9565 (ange-ftp-real-directory-files-and-attributes): New defuns.
9566
9567 * net/tramp.el (tramp-maybe-open-connection): Open the remote
9568 shell with "exec" when possible. This prevents trailing prompts
9569 in `start-file-process'.
9570
9571 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9572
9573 Try and remove assumptions about point-min==1.
9574 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
9575 (rng-compute-mode-line-string): Show the validation percentage in
9576 terms of the narrowed text, not the widened text.
9577 (rng-do-some-validation): Don't catch internal errors when debugging.
9578 (rng-first-error): Simplify.
9579 (rng-after-change-function): Remove work around. AFAIK the bug has
9580 been fixed a while ago.
9581
9582 * image-mode.el (image-minor-mode): Exit more gracefully when the image
9583 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
9584
9585 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
9586
9587 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
9588 `cd' doesn't always do it for us (bug#5067).
9589
9590 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
9591 on 2009-10-25 as part of some other change (bug#5067).
9592
9593 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9594
9595 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
9596 `suspicious'.
9597 (byte-compile-warnings): Use byte-compile-warning-types.
9598 (byte-compile-save-excursion): Warn about use of set-buffer right
9599 after save-excursion.
9600
9601 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
9602 the excursion as well.
9603
9604 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
9605
9606 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
9607 providing a Tramp related implementation of "su" and "sudo".
9608 (eshell-unix-initialize): Add "su" and "sudo".
9609
9610 2009-11-27 Daiki Ueno <ueno@unixuser.org>
9611
9612 * net/socks.el (socks-send-command): Convert binary request to
9613 unibyte before sending. This fixes mishandling of some port
9614 numbers such as 129.
9615
9616 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9617
9618 * help.el (describe-bindings-internal): Remove `interactive'.
9619
9620 * man.el (Man-completion-table): Trim a terminating "(".
9621 Remove the space between name page a section.
9622 Add the command's description on the `help-echo' property.
9623 Remove `process-connection-type' binding since it's unused by
9624 call-process.
9625 Provide completion for the "<section> <name>" format as well.
9626 (Man-default-man-entry): Remove spurious var shadowing the argument.
9627
9628 2009-11-26 Kevin Ryde <user42@zip.com.au>
9629
9630 * log-view.el: Add "Keywords: tools", since its other keywords
9631 aren't in finder-known-keywords, and following vc.el.
9632
9633 * sha1.el (sha1-string-external): default-directory "/" in case
9634 otherwise non-existent. process-connection-type pipe for touch of
9635 efficiency recommended by elisp manual. (An aside in Bug#3911.)
9636
9637 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9638
9639 Misc coding convention cleanups.
9640 * htmlfontify.el (hfy-init-kludge-hook): Rename from
9641 hfy-init-kludge-hooks.
9642 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
9643 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
9644 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
9645 and push.
9646 (hfy-slant, hfy-weight): Use tables rather than code.
9647 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
9648 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
9649 (hfy-face-attr-for-class): Initialize `face-spec' directly.
9650 (hfy-face-to-css): Remove `nconc' with single arg.
9651 (hfy-p-to-face-lennart): Use `or'.
9652 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
9653 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
9654 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
9655 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
9656 (hfy-force-fontification): Use run-hooks.
9657
9658 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
9659
9660 Various minor fixes.
9661 * htmlfontify.el (hfy-default-header): Add toggle_invis since
9662 Javascript belongs in the header, not the body.
9663 (hfy-javascript): Remove.
9664 (hfy-fontify-buffer): Don't insert it any more.
9665 (hfy-face-at): Handle (face0 face1 face2) style face properties.
9666 Fix bug in invis handling when there were no invis props in a chunk.
9667
9668 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9669
9670 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
9671
9672 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
9673
9674 * finder.el (finder-mode-map): Add a menu.
9675
9676 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
9677
9678 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
9679 "unsigned" structs.
9680
9681 (verilog-leap-to-head, verilog-backward-token): Handle "disable
9682 fork" statement better.
9683
9684 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
9685
9686 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
9687 (verilog-delete-auto, verilog-delete-empty-auto-pair)
9688 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
9689 Reported by Clay Douglass.
9690
9691 (verilog-auto-inst, verilog-auto-star-safe)
9692 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
9693 Fix removing "// Interfaces" when saving .* expansions. Reported by
9694 Pierre-David Pfister.
9695
9696 2009-11-26 Glenn Morris <rgm@gnu.org>
9697
9698 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
9699 the scope.
9700
9701 2009-11-25 Johan Bockgård <bojohan@gnu.org>
9702
9703 * vc-annotate.el (vc-annotate-revision-previous-to-line):
9704 Really use previous revision.
9705
9706 2009-11-25 Kevin Ryde <user42@zip.com.au>
9707
9708 * man.el (Man-completion-table): default-directory "/" in case
9709 doesn't otherwise exist. process-environment COLUMNS=999 so as
9710 not to truncate long names. process-connection-type pipe to avoid
9711 any chance of hitting the pseudo-tty TIOCGWINSZ.
9712 (man): completion-ignore-case t for friendliness and since man
9713 itself is case-insensitive on the command line.
9714 Further to Bug#3717.
9715
9716 * arc-mode.el: Add "Keywords: files", so the details in its
9717 commentary can be reached from finder-by-keyword.
9718 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
9719 editing mode, but it's comms related and sgml-mode.el has "comm"
9720 on that basis too.
9721 * textmodes/bibtex-style.el: Add "Keywords: tex".
9722 * international/isearch-x.el, international/ja-dic-cnv.el:
9723 * international/ja-dic-utl.el, international/kkc.el:
9724 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
9725
9726 2009-11-25 Juri Linkov <juri@jurta.org>
9727
9728 * man.el (Man-completion-table): Modify regexp to include
9729 section names to completion strings. (Bug#3717)
9730
9731 2009-11-25 Juri Linkov <juri@jurta.org>
9732
9733 Search recursively in gzipped files. (Bug#4982)
9734
9735 * progmodes/grep.el (grep-highlight-matches): Add new options
9736 `always' and `auto'. Doc fix.
9737 (grep-process-setup): Check `grep-highlight-matches' for
9738 `auto-detect' to determine the need to compute grep defaults.
9739 Move Windows/DOS specific --colors settings handling
9740 to `grep-compute-defaults'. Check `grep-highlight-matches'
9741 to get the value of "--color=".
9742 (grep-compute-defaults): Compute `grep-highlight-matches' when it
9743 has the value `auto-detect'. Move Windows/DOS specific settings
9744 from `grep-process-setup'.
9745 (zrgrep): New command with alias `rzgrep'.
9746
9747 2009-11-25 Juri Linkov <juri@jurta.org>
9748
9749 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
9750 to nil instead of switching off view-mode. (Bug#4896)
9751
9752 2009-11-25 Juri Linkov <juri@jurta.org>
9753
9754 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
9755
9756 * mwheel.el (mwheel-scroll-up-function)
9757 (mwheel-scroll-down-function): New defvars.
9758 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
9759 `scroll-up', and `mwheel-scroll-down-function' instead of
9760 `scroll-down'.
9761
9762 * doc-view.el (doc-view-scroll-up-or-next-page)
9763 (doc-view-scroll-down-or-previous-page): Add optional ARG.
9764 Use this ARG in the call to image-scroll-up/image-scroll-down.
9765 Change `interactive' spec to "P". Goto next/previous page only
9766 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
9767 SPC/DEL case). Doc fix.
9768 (doc-view-next-line-or-next-page)
9769 (doc-view-previous-line-or-previous-page): Rename arg to ARG
9770 for consistency.
9771 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
9772 `doc-view-scroll-up-or-next-page', and buffer-local
9773 `mwheel-scroll-down-function' to
9774 `doc-view-scroll-down-or-previous-page'.
9775
9776 2009-11-25 Juri Linkov <juri@jurta.org>
9777
9778 Provide additional default values (directories at other Dired
9779 windows) via M-n in the minibuffer of some Dired commands.
9780
9781 * dired-aux.el (dired-diff, dired-compare-directories)
9782 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
9783 `minibuffer-default' in `minibuffer-with-setup-hook'.
9784 (dired-dwim-target-directory): Find a window that displays Dired
9785 buffer instead of failing when the next window is not Dired.
9786 Use `get-window-with-predicate' to find for the next Dired window.
9787 (dired-dwim-target-defaults): New function.
9788
9789 * ediff-util.el (ediff-read-file-name):
9790 Use `dired-dwim-target-defaults' to set `minibuffer-default'
9791 in `minibuffer-with-setup-hook'.
9792
9793 2009-11-25 Juri Linkov <juri@jurta.org>
9794
9795 Provide additional default values (file name at point or at the
9796 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
9797
9798 * minibuffer.el (read-file-name-defaults): New function.
9799 (read-file-name): Reset `minibuffer-default' to nil when
9800 it duplicates initial input `insdef'.
9801 Bind `minibuffer-default-add-function' to lambda that
9802 calls `read-file-name-defaults' in `minibuffer-selected-window'.
9803 (minibuffer-insert-file-name-at-point): New command.
9804
9805 * files.el (file-name-at-point-functions): New defcustom.
9806 (find-file-default): Remove defvar.
9807 (find-file-read-args): Don't use `find-file-default'.
9808 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9809 to `read-file-name'.
9810 (find-file-literally): Use `read-file-name' with
9811 `confirm-nonexistent-file-or-buffer'.
9812
9813 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
9814
9815 * dired.el (dired-read-dir-and-switches):
9816 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9817 to `read-file-name'.
9818 (dired-file-name-at-point): New function.
9819 (dired-mode): Add hook `dired-file-name-at-point' to
9820 `file-name-at-point-functions'.
9821
9822 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9823
9824 Really make the *Completions* window soft-dedicated (bug#5030).
9825 * window.el (window--display-buffer-2): Add `dedicated' argument.
9826 (display-buffer): Pass it when needed so the dedicated flag is set
9827 after calling set-window-buffer, which would otherwise reset it.
9828
9829 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9830
9831 * progmodes/meta-mode.el (meta-complete-symbol):
9832 * progmodes/etags.el (complete-tag):
9833 * mail/mailabbrev.el (mail-abbrev-complete-alias):
9834 Use completion-in-region.
9835
9836 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
9837 (dabbrev-completion): Use completion-in-region.
9838 (dabbrev--abbrev-at-point): Simplify regexp.
9839
9840 * abbrev.el (abbrev--before-point): Use word-motion functions
9841 if :regexp is not specified (bug#5031).
9842
9843 * subr.el (string-prefix-p): New function.
9844
9845 * man.el (Man-completion-cache): New var.
9846 (Man-completion-table): Use it.
9847
9848 * vc.el (vc-print-log-internal): Make `limit' optional for better
9849 compatibility (e.g. with vc-annotate.el).
9850
9851 2009-11-24 Kevin Ryde <user42@zip.com.au>
9852
9853 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
9854 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
9855
9856 * emacs-lisp/elint.el (elint-add-required-env): Better error message
9857 when .el source file not found or other error.
9858
9859 2009-11-24 Markus Triska <markus.triska@gmx.at>
9860
9861 * linum.el (linum-update-window): Ignore intangible (bug#4996).
9862
9863 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9864
9865 Handle the [back] button properly (bug#4979).
9866 * descr-text.el (describe-text-properties): Add a `buffer' argument.
9867 Use help-setup-xref, help-buffer, and with-help-window.
9868 (describe-char): Add `buffer' argument.
9869 Pass proper command to help-setup-xref. Don't meddle with
9870 help-xref-stack-item directly.
9871 (describe-text-category): Use with-help-window and help-buffer.
9872
9873 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
9874 for the displayed buffer (bug#4887).
9875
9876 * man.el (Man-completion-table): New function.
9877 (man): Use it.
9878
9879 2009-11-24 David Reitter <david.reitter@gmail.com>
9880
9881 * vc-git.el (vc-git-registered): Use checkout directory (where
9882 .git is) rather than the file's directory and a relative path spec
9883 to work around a bug in git.
9884
9885 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
9886
9887 Improve handling of processes on remote hosts.
9888
9889 * eshell/esh-util.el (eshell-path-env): New defvar.
9890 (eshell-parse-colon-path): New defun.
9891 (eshell-file-attributes): Use `eshell-parse-colon-path'.
9892
9893 * eshell/esh-ext.el (eshell-search-path):
9894 Use `eshell-parse-colon-path'.
9895 (eshell-remote-command): Remove argument HANDLER.
9896 (eshell-external-command): Check for FTP remote connection.
9897
9898 * eshell/esh-proc.el (eshell-gather-process-output):
9899 Use `file-truename', in order to start also symlinked files.
9900 Apply `start-file-process' instead of `start-process'.
9901 Shorten `command' to the local file name part.
9902
9903 * eshell/em-cmpl.el (eshell-complete-commands-list):
9904 Use `eshell-parse-colon-path'.
9905
9906 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
9907
9908 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
9909 to `eshell-directory-change-hook'.
9910
9911 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
9912
9913 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
9914 because it could be enabled automatically if view-read-only is non-nil.
9915
9916 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
9917
9918 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
9919 made on 2009-11-22.
9920
9921 2009-11-24 Glenn Morris <rgm@gnu.org>
9922
9923 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
9924 deleted variable bookmark-bmenu-bookmark-column.
9925
9926 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9927
9928 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
9929
9930 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
9931
9932 * net/browse-url.el (browse-url-filename-alist): On Windows, add
9933 two slashes to the "file:" prefix.
9934 (browse-url-file-url): De-munge Cygwin filenames before passing
9935 them to Windows browser.
9936 (browse-url-default-windows-browser): Use call-process.
9937
9938 2009-11-23 Juri Linkov <juri@jurta.org>
9939
9940 Implement DocView Continuous mode. (Bug#4896)
9941 * doc-view.el (doc-view-continuous-mode): New defcustom.
9942 (doc-view-mode-map): Bind C-n/<down> to
9943 `doc-view-next-line-or-next-page', C-p/<up> to
9944 `doc-view-previous-line-or-previous-page'.
9945 (doc-view-next-line-or-next-page)
9946 (doc-view-previous-line-or-previous-page): New commands.
9947
9948 2009-11-23 Juri Linkov <juri@jurta.org>
9949
9950 Implement Isearch in comint input history. (Bug#3746)
9951 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
9952 `isearch-mode-hook'.
9953 (comint-history-isearch): New defcustom.
9954 (comint-history-isearch-backward)
9955 (comint-history-isearch-backward-regexp): New commands.
9956 (comint-history-isearch-message-overlay): New buffer-local variable.
9957 (comint-history-isearch-setup, comint-history-isearch-end)
9958 (comint-goto-input, comint-history-isearch-search)
9959 (comint-history-isearch-message, comint-history-isearch-wrap)
9960 (comint-history-isearch-push-state)
9961 (comint-history-isearch-pop-state): New functions.
9962
9963 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
9964
9965 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
9966 return.
9967 (tramp-handle-make-symbolic-link)
9968 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
9969 Quote file names.
9970 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
9971 (tramp-handle-process-file): Use it.
9972
9973 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9974
9975 * window.el (move-to-window-line-last-op): Remove.
9976 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
9977
9978 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
9979
9980 Make M-r mirror the new cycling behavior of C-l.
9981 * window.el (move-to-window-line-last-op): New var.
9982 (move-to-window-line-top-bottom): New command.
9983 (global-map): Bind M-r move-to-window-line-top-bottom.
9984
9985 2009-11-23 Sven Joachim <svenjoac@gmx.de>
9986
9987 * dired-x.el (dired-guess-shell-alist-default):
9988 Support xz format. (Bug#4953)
9989
9990 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
9991
9992 * emulation/viper-cmd.el: Use viper-last-command-char instead of
9993 last-command-char/last-command-event.
9994 (viper-prefix-arg-value): Do correct conversion of event-char for
9995 XEmacs.
9996
9997 * emulation/viper-util.el, emulation/viper.el:
9998 Use viper-last-command-char instead of
9999 last-command-char/last-command-event.
10000
10001 * ediff-init.el, ediff-mult.el, ediff-util.el:
10002 Replace last-command-char and last-command-event
10003 with (ediff-last-command-char) everywhere.
10004
10005 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
10006 created in fundamental mode.
10007
10008 * ediff.el (ediff-version): Revert the change of interactive-p to
10009 called-interactively-p.
10010
10011 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
10012
10013 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
10014 generation from word-movement command names.
10015
10016 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
10017
10018 * cus-start.el (all): Add native condition for font-use-system-font.
10019
10020 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
10021
10022 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10023 Correct the patch from 2009-11-18. (Bug#3910)
10024
10025 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
10026
10027 * progmodes/subword.el: Rename from lisp/subword.el.
10028
10029 * subword.el: Rename to progmodes/subword.el.
10030
10031 * Makefile.in (ELCFILES): Adapt to subword.el move.
10032
10033 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10034 Stefan Monnier <monnier@iro.umontreal.ca>
10035
10036 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
10037 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
10038 (bookmark-bmenu-show-filenames): Use push.
10039 (bookmark-bmenu-hide-filenames): Use local var instead of
10040 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
10041 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
10042 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
10043 filenames now that the bookmark names are always available.
10044
10045 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10046
10047 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
10048 (bookmark-search-pattern): Move and leave unbound.
10049 (bookmark-bmenu-mode-map): Change binding.
10050 (bookmark-read-search-input): Simplify.
10051 Don't use text-char-description. Don't error on non-char events.
10052 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
10053 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
10054 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
10055 Use a local var for the timer.
10056 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
10057 (i.e. bookmark-bmenu-search).
10058
10059 2009-11-21 Glenn Morris <rgm@gnu.org>
10060
10061 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
10062
10063 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
10064
10065 * net/browse-url.el (browse-url-default-windows-browser):
10066 Use cygstart for cygwin.
10067
10068 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
10069
10070 * bookmark.el: Formatting and doc fixes only:
10071 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
10072 (bookmark-bmenu-search): Wrap to fit within 80 columns.
10073 Minor grammar and punctuation fixes in doc string.
10074 (bookmark-read-search-input): Adjust to fit within 80 columns.
10075
10076 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
10077
10078 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
10079 (c-backward-into-nomenclature): Adapt to subword renaming.
10080
10081 * subword.el (subword-forward, subword-backward, subword-mark)
10082 (subword-kill, subword-backward-kill, subword-transpose)
10083 (subword-downcase, subword-upcase, subword-capitalize)
10084 (subword-forward-internal, subword-backward-internal):
10085 Rename from forward-subword, backward-subword, mark-subword,
10086 kill-subword, backward-kill-subword, transpose-subwords,
10087 downcase-subword, upcase-subword, capitalize-subword,
10088 forward-subword-internal, backward-subword-internal.
10089
10090 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10091
10092 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
10093 New options.
10094 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
10095 New vars.
10096 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
10097 (bookmark-bmenu-filter-alist-by-regexp)
10098 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
10099 (bookmark-bmenu-search): New command.
10100 (bookmark-bmenu-mode-map): Bind it.
10101
10102 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
10103
10104 * progmodes/cc-cmds.el: declare-functioned forward-subword and
10105 backward-subword to quit the byte-compiler.
10106
10107 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
10108
10109 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
10110
10111 * progmodes/cc-cmds.el (c-update-modeline)
10112 (c-forward-into-nomenclature, c-backward-into-nomenclature):
10113 Refer to subword.el functions instead of cc-subword.el.
10114
10115 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
10116 subword.el functions instead of cc-subword.el.
10117
10118 * progmodes/cc-subword.el: Rename to subword.el.
10119 * subword.el: Rename from progmodes/cc-subword.el.
10120 (subword-mode-map): Rename from c-subword-mode-map.
10121 (subword-mode): Rename from c-subword-mode.
10122 (global-subword-mode): New global minor mode.
10123 (forward-subword): Rename from c-forward-subword.
10124 (backward-subword): Rename from c-backward-subword.
10125 (mark-subword): Rename from c-mark-subword.
10126 (kill-subword): Rename from c-kill-subword.
10127 (backward-kill-subword): Rename from c-backward-kill-subword.
10128 (transpose-subwords): Rename from c-tranpose-subword.
10129 (downcase-subword): Rename from c-downcase-subword.
10130 (capitalize-subword): Rename from c-capitalize-subword.
10131 (forward-subword-internal): Rename from c-forward-subword-internal.
10132 (backward-subword-internal): Rename from c-backward-subword-internal.
10133
10134 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
10135
10136 * vc.el (vc-deduce-fileset): Allow non-state changing operations
10137 from a dired buffer.
10138 (vc-dired-deduce-fileset): New function.
10139 (vc-root-diff, vc-print-root-log): Use it.
10140
10141 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
10142 nil LIMIT argument to vc-print-log-internal.
10143
10144 2009-11-20 Glenn Morris <rgm@gnu.org>
10145
10146 * Makefile.in (ELCFILES): Regenerate.
10147
10148 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
10149
10150 * calc/calc.el (calc-set-mode-line):
10151 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10152 (math-format-number): Rename `math-format-complement-signed' to
10153 `math-format-twos-complement'.
10154
10155 * calc/calc-bin.el (math-format-twos-complement): Rename from
10156 math-format-complement-signed.
10157 (calc-radix): Rename `calc-complement-signed-mode' to
10158 `calc-twos-complement-mode'.
10159 (calc-octal-radix, calc-hex-radix): Add an argument for
10160 two's complement.
10161
10162 * calc/calc-embed.el (calc-embedded-mode-vars):
10163 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10164
10165 * calc/calc-ext.el (calc-init-extensions):
10166 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10167 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
10168
10169 * calc/calc-units.el (math-build-units-table-buffer):
10170 Let `calc-twos-complement-mode' be nil.
10171
10172 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
10173 entries.
10174
10175 * calc/calc-vec.el (calcFunc-vunpack):
10176 * calc/calc-aent.el (calc-do-calc-eval):
10177 * calc/calc-forms.el (math-format-date):
10178 * calc/calc-graph.el (calc-graph-plot):
10179 * calc/calc-math.el (math-use-emacs-fn):
10180 * calc/calccomp.el (math-compose-expr):
10181 Let `calc-twos-complement-mode' be nil.
10182
10183 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10184
10185 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
10186 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
10187 * minibuffer.el (completion-in-region-functions): New hook.
10188 (completion-in-region): New function.
10189 * emacs-lisp/lisp.el (lisp-complete-symbol):
10190 * pcomplete.el (pcomplete-std-complete): Use it.
10191
10192 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10193
10194 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
10195 (latex-complete-alist): New vars.
10196 (latex-string-prefix-p, latex-complete-bibtex-keys)
10197 (latex-complete-envnames, latex-complete-refkeys)
10198 (latex-complete-data): New functions.
10199 (latex-complete, latex-indent-or-complete): New commands.
10200
10201 * window.el (display-buffer-mark-dedicated): New var.
10202 (display-buffer): Obey it.
10203 * minibuffer.el (minibuffer-completion-help): Use it.
10204
10205 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
10206
10207 * filecache.el (file-cache-add-file): Use push and cons.
10208 (file-cache-delete-file-regexp): Use push.
10209 (file-cache-complete): Use completion-in-region.
10210
10211 * simple.el (with-wrapper-hook): Fix thinko.
10212
10213 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
10214 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
10215 Use with-current-buffer and string-to-number.
10216 (hfy-fallback-colour-values): Use assoc-string.
10217 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
10218 (hfy-face-at): Remove unused var `found-face'.
10219 (hfy-compile-stylesheet): Remove unused var `css'.
10220 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
10221 and `orig-buffer'.
10222 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
10223 Use with-current-buffer.
10224 (hfy-text-p): Use expand-file-name and fewer setq.
10225
10226 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
10227
10228 * htmlfontify.el, hfy-cmap.el: New files.
10229
10230 2009-11-19 Juri Linkov <juri@jurta.org>
10231
10232 * minibuffer.el (completions-format): New defcustom.
10233 (completion--insert-strings): Implement vertical format.
10234
10235 * simple.el (switch-to-completions): Move point to the first
10236 completion when point was at the beginning of the buffer.
10237
10238 2009-11-19 Juri Linkov <juri@jurta.org>
10239
10240 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
10241
10242 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
10243
10244 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
10245
10246 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
10247 (mail-signature): Change default to t.
10248 (mail-from-style): Deprecate `system-default' value.
10249 (mail-insert-from-field): For default value of mail-from-style,
10250 default to `angles' unless `angles' needs quoting and `parens'
10251 does not.
10252 (mail-citation-prefix-regexp): Use citation regexp from
10253 message-mode.
10254
10255 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
10256
10257 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10258 Set variables for computing the prompt for reading password.
10259
10260 2009-11-19 Glenn Morris <rgm@gnu.org>
10261
10262 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
10263
10264 * textmodes/flyspell.el (sgml-lexical-context): Declare.
10265
10266 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
10267 (newsticker-treeview-listwindow-height): Fix custom type.
10268
10269 2009-11-19 Kenichi Handa <handa@m17n.org>
10270
10271 * descr-text.el (describe-char-padded-string): Compose with TAB
10272 only if there's a font for CH.
10273 (describe-char): Fix the condition for detecting a trivial composition.
10274
10275 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
10276
10277 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
10278 more accurate version of the regexp. (Bug#3910)
10279
10280 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
10281
10282 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
10283
10284 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
10285
10286 * font-setting.el (font-use-system-font): Declare for byte-compiler.
10287 (font-setting-change-default-font): Fix typo in docstring.
10288
10289 2009-11-18 Alan Mackenzie <acm@muc.de>
10290
10291 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
10292
10293 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10294
10295 * font-setting.el (font-use-system-font): Move ...
10296
10297 * cus-start.el (all): ... to here.
10298
10299 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
10300
10301 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
10302 Don't set `ad-return-value' if `ad-do-it' doesn't.
10303
10304 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
10305 modification time.
10306
10307 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10308
10309 * menu-bar.el: Put "Use system font" in Option-menu.
10310 (menu-bar-options-save): Add font-use-system-font.
10311
10312 * loadup.el: If feature system-font-setting or font-render-setting is
10313 there, load font-setting.
10314
10315 * Makefile.in (ELCFILES): Add font-settings.el.
10316 * font-setting.el: New file.
10317
10318 2009-11-17 Glenn Morris <rgm@gnu.org>
10319
10320 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
10321
10322 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
10323 Preserve point in the list buffer. (Bug#4939)
10324 Use point-at-eol.
10325 (newsticker--treeview-list-update-highlight)
10326 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
10327
10328 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10329
10330 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
10331 Remove.
10332
10333 * calc/calc-ext.el (calc-init-extensions): Remove references to
10334 symclip.
10335
10336 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
10337
10338 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
10339 * calc/calc-help.el (calc-b-prefix-help): Remove references to
10340 `calc-symclip'.
10341
10342 2009-11-16 Kevin Ryde <user42@zip.com.au>
10343
10344 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10345 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
10346
10347 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
10348 (lm-keywords-list): Allow comma-only separator like "foo,bar".
10349 Ignore trailing spaces by omit-nulls to split-string (fixing
10350 regression from Emacs 21 due to the incompatible split-string
10351 change). (Bug #4928.)
10352
10353 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
10354
10355 * vc.el (vc-log-show-limit): Default to 2000.
10356 (vc-print-log-internal): Insert buttons to request more entries
10357 when limiting the output.
10358
10359 * vc-sccs.el (vc-sccs-print-log):
10360 * vc-rcs.el (vc-rcs-print-log):
10361 * vc-cvs.el (vc-cvs-print-log):
10362 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
10363 LIMIT is non-nil.
10364
10365 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
10366
10367 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
10368 error when `tramp-gvfs-dbus-event-vector' is set.
10369 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
10370
10371 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10372
10373 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
10374
10375 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
10376
10377 * net/dbus.el (dbus-unregister-service): New defun.
10378 (dbus-register-property): Register the handlers of
10379 "org.freedesktop.DBus.Properties" for SERVICE.
10380 (dbus-property-handler): Fix docstring.
10381
10382 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10383
10384 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
10385 Quote doc string reference in defvaralias as it is not in special form.
10386 (byte-compile-output-docform): Doc fix.
10387
10388 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10389
10390 * calc/calc.el (math-2-word-size, math-half-2-word-size)
10391 (calc-complement-signed-mode): New variables.
10392 (calc-set-mode-line): Add indicator for twos-complements.
10393 (math-format-number): Format twos-complement notation.
10394
10395 * calc/calc-bin.el (calc-word-size): Reset the variables
10396 `math-2-word-size' and `math-half-2-word-size'.
10397 (math-format-complement-signed, math-symclip, calcFunc-symclip)
10398 (calc-symclip): New functions.
10399
10400 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
10401
10402 * calc/calc-embed.el (calc-embedded-mode-vars):
10403 Add `calc-complement-signed-mode' to the list of modes.
10404
10405 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
10406 (calc-b-oper-keys): Add `calc-symclip' to list.
10407
10408 * calc/calc-ext.el (math-read-number-fancy): Read complement
10409 signed numbers.
10410 (calc-init-extensions): Add binding for `calc-symclip'.
10411 Add autoload for `calcFunc-symclip' and `calc-symclip'.
10412
10413 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
10414 `calc-symclip'.
10415 (calc-modes-menu): Add item for twos complement mode.
10416
10417 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
10418
10419 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
10420
10421 * register.el (jump-to-register, insert-register): Handle Semantic
10422 tags. From commented-out advice in semantic/senator.el.
10423
10424 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10425
10426 * vc.el (vc-log-show-limit): New variable.
10427 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
10428 when using a prefix argument.
10429 (vc-print-log-internal): Add new argument LIMIT.
10430
10431 * vc-svn.el (vc-svn-print-log):
10432 * vc-mtn.el (vc-mtn-print-log):
10433 * vc-hg.el (vc-hg-print-log):
10434 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
10435 pass it to the log command when set. Make the BUFFER argument
10436 non-optional.
10437
10438 * vc-sccs.el (vc-sccs-print-log):
10439 * vc-rcs.el (vc-rcs-print-log):
10440 * vc-git.el (vc-git-print-log):
10441 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
10442 ignore it. Make the BUFFER argument non-optional
10443
10444 * bindings.el (mode-line-buffer-identification): Do not purecopy.
10445
10446 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
10447
10448 * dired.el (dired-mode-map): Move encryption items to "Operate"
10449 menu (Bug#4703).
10450
10451 * strokes.el (strokes-update-window-configuration): Make strokes
10452 buffer current before erasing (Bug#4906).
10453
10454 2009-11-15 Juri Linkov <juri@jurta.org>
10455
10456 * simple.el (set-mark-default-inactive): Add :type, :group
10457 and :version. (Bug#4876)
10458
10459 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
10460
10461 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
10462 (archive-unique-fname): ... here. (Bug#4929)
10463
10464 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10465
10466 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
10467 with a real fix.
10468
10469 * novice.el (disabled-command-function): Add useful args.
10470 Setup the help buffer so that [back] works.
10471 Remove redundant call to help-mode.
10472 (disabled-command-function): Use `case'.
10473 (en/disable-command): New function extracted from enable-command.
10474 (enable-command, disable-command): Use it.
10475
10476 2009-11-14 Glenn Morris <rgm@gnu.org>
10477
10478 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
10479 constants. (Bug#4913)
10480
10481 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
10482
10483 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
10484
10485 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
10486 defined in C that have no doc-strings. (Bug#1063)
10487
10488 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
10489
10490 * cus-edit.el (data, files):
10491 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
10492
10493 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
10494
10495 * simple.el (shell-command): Doc fix (Bug#4891).
10496
10497 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
10498
10499 2009-11-14 Glenn Morris <rgm@gnu.org>
10500
10501 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
10502 statements for vc-diff, emerge-quit, and rmail-cease-edit.
10503 If they are already loaded, eval-after-load will do the right thing.
10504
10505 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
10506 compiling.
10507
10508 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
10509
10510 * simple.el (x-selection-owner-p): Declare.
10511 (read-mail-command): Use custom radio type rather than choice.
10512 (completion-no-auto-exit): Doc fix.
10513
10514 * custom.el (defgroup):
10515 * epg-config.el (epg): Doc fixes.
10516
10517 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10518
10519 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10520 * international/ccl.el (define-ccl-program): Do not purecopy the
10521 docstring, defconst does it anyway.
10522
10523 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10524
10525 * add-log.el (add-change-log-entry): Avoid displaying the changelog
10526 a second time.
10527
10528 * x-dnd.el (x-dnd-maybe-call-test-function):
10529 * window.el (split-window-vertically):
10530 * whitespace.el (whitespace-help-on):
10531 * vc-rcs.el (vc-rcs-consult-headers):
10532 * userlock.el (ask-user-about-lock-help)
10533 (ask-user-about-supersession-help):
10534 * type-break.el (type-break-force-mode-line-update):
10535 * time-stamp.el (time-stamp-conv-warn):
10536 * terminal.el (te-set-output-log, te-more-break, te-filter)
10537 (te-sentinel, terminal-emulator):
10538 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10539 (term-write-input-ring, term-check-source, term-start-output-log):
10540 (term-display-buffer-line, term-dynamic-list-completions):
10541 (term-ansi-make-term, serial-term):
10542 * subr.el (selective-display):
10543 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10544 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
10545 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
10546 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
10547 (speedbar-remove-localized-speedbar-support)
10548 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
10549 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
10550 (speedbar-buffers-line-directory):
10551 * simple.el (shell-command-on-region, append-to-buffer)
10552 (prepend-to-buffer):
10553 * shadowfile.el (shadow-save-todo-file):
10554 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
10555 (scroll-bar-maybe-set-window-start):
10556 * sb-image.el (speedbar-image-dump):
10557 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
10558 (load-save-place-alist-from-file):
10559 * ps-samp.el (ps-print-message-from-summary):
10560 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
10561 (ps-background-image, ps-begin-job, ps-do-despool):
10562 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
10563 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
10564 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
10565 (pr-call-process, pr-file-list, pr-interface-save):
10566 * novice.el (disabled-command-function)
10567 (enable-command, disable-command):
10568 * mouse.el (mouse-buffer-menu-alist):
10569 * mouse-copy.el (mouse-kill-preserving-secondary):
10570 * macros.el (kbd-macro-query):
10571 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
10572 * informat.el (batch-info-validate):
10573 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
10574 * hippie-exp.el (try-expand-dabbrev-visible):
10575 * help-mode.el (help-make-xrefs):
10576 * help-fns.el (describe-variable):
10577 * generic-x.el (bat-generic-mode-run-as-comint):
10578 * finder.el (finder-mouse-select):
10579 * find-dired.el (find-dired-sentinel):
10580 * filesets.el (filesets-file-close):
10581 * files.el (list-directory):
10582 * faces.el (list-faces-display, describe-face):
10583 * facemenu.el (list-colors-display):
10584 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
10585 * epg.el (epg--process-filter, epg-cancel):
10586 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
10587 (epa--read-signature-type):
10588 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
10589 (emerge-file-names):
10590 * ehelp.el (electric-helpify):
10591 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
10592 * ediff-vers.el (rcs-ediff-view-revision):
10593 * ediff-util.el (ediff-setup):
10594 * ediff-mult.el (ediff-append-custom-diff):
10595 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
10596 (ediff-wordify):
10597 * echistory.el (Electric-command-history-redo-expression):
10598 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10599 * disp-table.el (describe-display-table):
10600 * dired.el (dired-find-buffer-nocreate):
10601 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
10602 * dabbrev.el (dabbrev--same-major-mode-p):
10603 * chistory.el (list-command-history):
10604 * apropos.el (apropos-documentation):
10605 * allout.el (allout-obtain-passphrase):
10606 (allout-copy-exposed-to-buffer):
10607 (allout-verify-passphrase): Use with-current-buffer.
10608
10609 2009-11-13 Glenn Morris <rgm@gnu.org>
10610
10611 * Makefile.in (ELCFILES): Regenerate.
10612
10613 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
10614
10615 * net/dbus.el (dbus-registered-objects-table): Rename from
10616 `dbus-registered-functions-table', because it contains also properties.
10617 (dbus-unregister-object): Unregister also properties.
10618 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10619 Use a timeout of 500 msec, in order to not block.
10620 (dbus-register-property, dbus-property-handler): New defuns.
10621
10622 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10623
10624 * simple.el (minibuffer-default-add-completions): Drop deprecated
10625 4th arg.
10626
10627 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
10628
10629 * textmodes/artist.el (artist-mouse-choose-operation):
10630 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
10631 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
10632 (artist-compute-up-event-key): New function.
10633 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
10634
10635 2009-11-13 Kenichi Handa <handa@m17n.org>
10636
10637 * language/japan-util.el: Make sure that the value of jisx0208
10638 property is jisx0208 character.
10639
10640 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
10641
10642 * international/mule.el (auto-coding-regexp-alist): Only purecopy
10643 car or each item, not the whole list.
10644
10645 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
10646
10647 * minibuffer.el (minibuffer-completion-help):
10648 Use minibuffer-hide-completions.
10649
10650 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
10651
10652 * dired.el (dired-save-positions, dired-restore-positions): New funs.
10653 (dired-revert): Use them (bug#4880).
10654
10655 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10656
10657 * tooltip.el (tooltip-frame-parameters): Undo previous change.
10658
10659 2009-11-12 Juri Linkov <juri@jurta.org>
10660
10661 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
10662 New functions.
10663 (find-file-literally-at-point): Alias of `ffap-literally'.
10664
10665 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10666
10667 * textmodes/ispell.el (ispell-skip-region-alist):
10668 * textmodes/css-mode.el (auto-mode-alist):
10669 * progmodes/compile.el (auto-mode-alist):
10670 * international/mule.el (ctext-non-standard-encodings-alist)
10671 (ctext-non-standard-encodings-regexp):
10672 * simple.el (shell-command-switch, text-read-only):
10673 * replace.el (occur-mode-map):
10674 * paths.el (rmail-file-name):
10675 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
10676 * find-file.el (ff-special-constructs):
10677 * files.el (file-name-handler-alist):
10678 * composite.el: Purecopy strings.
10679
10680 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
10681
10682 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10683
10684 * widget.el (define-widget): Purecopy the docstring.
10685 * international/mule-cmds.el (charset): Do not purecopy the
10686 docstring here, define-widget does it.
10687
10688 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10689 * textmodes/bibtex-style.el (auto-mode-alist):
10690 * progmodes/inf-lisp.el (inferior-lisp-prompt):
10691 * progmodes/compile.el (compile-command):
10692 * language/korea-util.el (default-korean-keyboard):
10693 * international/mule-conf.el (file-coding-system-alist):
10694 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
10695 * tooltip.el (tooltip-frame-parameters):
10696 * newcomment.el (comment-end, comment-padding):
10697 * dired.el (dired-trivial-filenames):
10698 * comint.el (comint-file-name-prefix): Purecopy initial values.
10699
10700 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
10701
10702 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
10703 (tramp-advice-minibuffer-electric-tilde): Unload advices via
10704 `tramp-unload'.
10705 (tramp-advice-make-auto-save-file-name)
10706 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
10707 after removing the advice.
10708
10709 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10710
10711 * progmodes/grep.el (grep-regexp-alist):
10712 * international/mule-cmds.el (iso-2022-control-alist):
10713 * emacs-lisp/timer.el (timer-duration-words):
10714 * subr.el (version-separator, version-regexp-alist):
10715 * minibuffer.el (completion-styles-alist):
10716 * faces.el (face-attribute-name-alist, list-faces-sample-text):
10717 Change defvars to defconsts.
10718
10719 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
10720 * loadup.el ("international/mule-conf"): Load the byte compiled version.
10721 * international/mule-conf.el: Allow to be byte compiled.
10722
10723 * international/mule.el (define-charset): Purecopy props.
10724 (load-with-code-conversion): Purecopy doc string and file name.
10725 (put-charset-property): Purecopy strings.
10726 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
10727
10728 * international/mule-cmds.el (register-input-method): Purecopy arguments.
10729 (define-char-code-property): Correctly purecopy the table.
10730
10731 * international/ccl.el (define-ccl-program): Purecopy the docstring.
10732
10733 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
10734
10735 * subr.el (add-hook): Purecopy strings.
10736 (eval-after-load): Purecopy load-history-regexp and the form.
10737
10738 * custom.el (custom-declare-group): Purecopy load-file-name.
10739
10740 * subr.el (menu-bar-separator): New defconst.
10741 * net/eudc.el (eudc-tools-menu):
10742 * international/mule-cmds.el (set-coding-system-map)
10743 (mule-menu-keymap):
10744 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10745 * vc-hooks.el (vc-menu-map):
10746 * replace.el (occur-mode-map):
10747 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
10748 (menu-bar-edit-menu, menu-bar-goto-menu)
10749 (menu-bar-custom-menu, menu-bar-showhide-menu)
10750 (menu-bar-options-menu, menu-bar-tools-menu)
10751 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
10752 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
10753 (menu-bar-help-menu):
10754 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
10755 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
10756
10757 * term/x-win.el (x-gtk-stock-map):
10758 * progmodes/vera-mode.el (auto-mode-alist):
10759 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
10760 (inferior-lisp-program, inferior-lisp-load-command):
10761 * progmodes/hideshow.el (hs-special-modes-alist):
10762 * progmodes/gud.el (same-window-regexps):
10763 * progmodes/grep.el (grep-program, find-program, xargs-program):
10764 * net/telnet.el (same-window-regexps):
10765 * net/rlogin.el (same-window-regexps):
10766 * language/ethiopic.el (font-ccl-encoder-alist):
10767 * vc-sccs.el (vc-sccs-master-templates):
10768 * vc-rcs.el (vc-rcs-master-templates):
10769 * subr.el (cl-assertion-failed):
10770 * simple.el (next-error-overlay-arrow-position):
10771 * lpr.el (lpr-command):
10772 * locate.el (locate-ls-subdir-switches):
10773 * info.el (same-window-regexps, info)
10774 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10775 * image-mode.el (image-mode, auto-mode-alist):
10776 * hippie-exp.el (hippie-expand-ignore-buffers):
10777 * format.el (format-alist):
10778 * find-dired.el (find-ls-subdir-switches, find-grep-options)
10779 (find-name-arg):
10780 * facemenu.el (facemenu-keybindings):
10781 * dired.el (dired-listing-switches, dired-chown-program):
10782 * diff.el (diff-switches, diff-command):
10783 * cus-edit.el (same-window-regexps):
10784 * bindings.el (mode-line-mule-info)
10785 (mode-line-buffer-identification): Purecopy strings.
10786
10787 2009-11-11 Juri Linkov <juri@jurta.org>
10788
10789 * simple.el (dired-get-filename) <declare-function>:
10790 Tell the byte-compiler about dired-get-filename.
10791 (shell-command): In Dired mode, get filename from the current line
10792 as the default value.
10793
10794 2009-11-10 Glenn Morris <rgm@gnu.org>
10795
10796 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
10797 * calendar/holidays.el, progmodes/cperl-mode.el:
10798 Update x-popup-menu declarations.
10799
10800 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
10801 (list-load-path-shadows): Use dolist.
10802 (list-load-path-shadows): Use with-current-buffer.
10803
10804 2009-11-10 Juri Linkov <juri@jurta.org>
10805
10806 * minibuffer.el (read-file-name): Support a list of default values
10807 in `default-filename'. Use the first file name where only one
10808 element is required. Doc fix.
10809
10810 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
10811
10812 * net/dbus.el (dbus-unregister-object): Release service, if no
10813 other method is registered for it.
10814
10815 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
10816
10817 * bookmark.el (bookmark-completing-read): Sort bookmark names if
10818 bookmark-sort-flag is non-nil (Bug#4653).
10819
10820 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
10821
10822 * emulation/cua-base.el: Add CUA property to some CC mode commands
10823 (Bug#4100).
10824
10825 2009-11-08 Kevin Ryde <user42@zip.com.au>
10826
10827 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
10828 at end of sentence (Bug#4818).
10829
10830 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
10831
10832 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10833 Handle "see declaration of" MSFT statements (Bug#4100).
10834
10835 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
10836
10837 * net/tramp.el (tramp-advice-make-auto-save-file-name)
10838 (tramp-advice-file-expand-wildcards): Unload via
10839 `ad-remove-advice'.
10840
10841 * net/trampver.el: Update release number.
10842
10843 2009-11-08 Kevin Ryde <user42@zip.com.au>
10844
10845 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
10846 `ad-do-it'.
10847
10848 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
10849
10850 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
10851 in order to keep context in SELinux.
10852
10853 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
10854
10855 * dired-aux.el (dired-query): Place cursor in echo area and allow
10856 C-g.
10857
10858 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
10859 menu item if not on a directory (Bug#4701).
10860
10861 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
10862
10863 Sync with Tramp 2.1.17.
10864
10865 * net/tramp.el (tramp-handle-copy-directory): Don't use
10866 `file-remote-p' (due to compatibility).
10867
10868 * net/tramp-compat.el (tramp-compat-copy-directory)
10869 (tramp-compat-delete-directory): New defuns.
10870
10871 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10872 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
10873 `tramp-compat-delete-directory'.
10874
10875 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10876 (tramp-smb-handle-delete-directory): Use
10877 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
10878
10879 * net/trampver.el: Update release number.
10880
10881 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
10882
10883 * tar-mode.el (tar-copy): Call write-region on the right buffer
10884 (Bug#4857).
10885
10886 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
10887 by hand, if necessary (Bug#4878).
10888
10889 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
10890
10891 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
10892 align size column (Bug#4839).
10893
10894 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
10895 statement.
10896
10897 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
10898
10899 * progmodes/ld-script.el (auto-mode-alist):
10900 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
10901
10902 * cus-face.el (custom-declare-face): Purecopy face spec.
10903
10904 2009-11-06 Kenichi Handa <handa@m17n.org>
10905
10906 * international/uni-bidi.el: Re-generated.
10907 * international/uni-category.el: Re-generated.
10908 * international/uni-combining.el: Re-generated.
10909 * international/uni-mirrored.el: Re-generated.
10910
10911 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
10912
10913 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
10914 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
10915 (tex-start-options, slitex-run-command, latex-run-command)
10916 (tex-run-command, tex-directory):
10917 * textmodes/ispell.el (ispell-html-skip-alists)
10918 (ispell-tex-skip-alists, ispell-tex-skip-alists):
10919 * textmodes/fill.el (adaptive-fill-first-line-regexp):
10920 (adaptive-fill-regexp):
10921 * textmodes/dns-mode.el (auto-mode-alist):
10922 * progmodes/python.el (interpreter-mode-alist):
10923 * progmodes/etags.el (tags-compression-info-list):
10924 * progmodes/etags.el (tags-file-name):
10925 * net/browse-url.el (browse-url-galeon-program)
10926 (browse-url-firefox-program):
10927 * mail/sendmail.el (mail-signature-file)
10928 (mail-citation-prefix-regexp):
10929 * international/mule-conf.el (eight-bit):
10930 * international/latexenc.el (latex-inputenc-coding-alist):
10931 * international/fontset.el (x-pixel-size-width-font-regexp):
10932 * emacs-lisp/warnings.el (warning-type-format):
10933 * emacs-lisp/trace.el (trace-buffer):
10934 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
10935 (emacs-lisp-mode-map):
10936 * calendar/holidays.el (holiday-solar-holidays)
10937 (holiday-bahai-holidays, holiday-islamic-holidays)
10938 (holiday-christian-holidays, holiday-hebrew-holidays)
10939 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
10940 (hebrew-holidays-1, holiday-oriental-holidays)
10941 (holiday-general-holidays):
10942 * x-dnd.el (x-dnd-known-types):
10943 * tool-bar.el (tool-bar):
10944 * startup.el (site-run-file):
10945 * shell.el (shell-dumb-shell-regexp):
10946 * rfn-eshadow.el (file-name-shadow-tty-properties)
10947 (file-name-shadow-properties):
10948 * paths.el (remote-shell-program, news-directory):
10949 * mouse.el ([C-down-mouse-3]):
10950 * menu-bar.el (menu-bar-tools-menu):
10951 * jka-cmpr-hook.el (jka-compr-load-suffixes)
10952 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
10953 (jka-compr-compression-info-list):
10954 * isearch.el (search-whitespace-regexp):
10955 * image-file.el (image-file-name-extensions):
10956 * find-dired.el (find-ls-option):
10957 * files.el (directory-listing-before-filename-regexp)
10958 (directory-free-space-args, insert-directory-program)
10959 (list-directory-brief-switches, magic-fallback-mode-alist)
10960 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
10961 (automount-dir-prefix):
10962 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
10963 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
10964 (face-font-registry-alternatives, face-font-registry-alternatives)
10965 (face-font-family-alternatives):
10966 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
10967 (facemenu-foreground-menu, facemenu-face-menu):
10968 * epa-hook.el (epa-file-name-regexp):
10969 * dnd.el (dnd-protocol-alist):
10970 * textmodes/rst.el (auto-mode-alist):
10971 * button.el (default-button): Purecopy strings.
10972
10973 2009-11-06 Glenn Morris <rgm@gnu.org>
10974
10975 * Makefile.in (ELCFILES): Update.
10976
10977 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
10978
10979 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
10980 * emacs-lisp/levents.el: Move to obsolete/levents.el.
10981
10982 * nxml/xsd-regexp.el (xsdre-gen-categories):
10983 * nxml/xmltok.el (xmltok-parse-entity):
10984 * nxml/rng-parse.el (rng-parse-validate-file):
10985 * nxml/rng-maint.el (rng-format-manual)
10986 (rng-manual-output-force-new-line):
10987 * nxml/rng-loc.el (rng-save-schema-location-1):
10988 * nxml/rng-cmpct.el (rng-c-parse-file):
10989 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
10990 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
10991
10992 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
10993
10994 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
10995 Remove extra save-excursions and make-variable-buffer-local's.
10996 Suggested by Stefan Monnier.
10997
10998 (verilog-getopt-file, verilog-module-inside-filename-p)
10999 (verilog-set-define): Merge GNU 1.35 and repair changes from
11000 switching to using with-current-buffer.
11001
11002 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
11003 being treated as a number and confusing AUTORESET.
11004 Reported by Dan Dever.
11005
11006 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
11007 Add verilog-auto-ignore-concat to fix backward compatibility with
11008 older verilog-modes. Reported by Dan Katz.
11009
11010 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
11011 containing closing anchors "...$".
11012
11013 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
11014 Reported by Wade Smith.
11015
11016 (verilog-batch-execute-func): Comment on function usage.
11017
11018 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
11019
11020 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
11021 for labels.
11022
11023 (verilog-label-re, verilog-calc-1): Support proper indent of named
11024 asserts.
11025
11026 (verilog-backward-token, verilog-basic-complete-re)
11027 (verilog-beg-of-statement, verilog-indent-re): Support proper
11028 indent of the assert statement at the beginning of a block of text.
11029
11030 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
11031 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
11032 tokens as begins.
11033
11034 2009-11-05 Glenn Morris <rgm@gnu.org>
11035
11036 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
11037 Emacs 19. (Bug#1531)
11038 (byte-compile-fix-header): Update for the above change.
11039 Drop test for epoch::version.
11040
11041 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
11042 * cus-dep.el (custom-make-dependencies):
11043 * finder.el (finder-compile-keywords):
11044 Use autoload-rubric's feature argument.
11045
11046 * calendar/diary-lib.el (top-level): Make load behave more like require.
11047
11048 * vc-git.el (vc-git-stash-map): Move definition before use.
11049
11050 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
11051
11052 * custom.el (custom-declare-group): Purecopy standard-value.
11053 (custom-declare-group): Purecopy custom-prefix.
11054
11055 * international/mule.el (load-with-code-conversion):
11056 Call do-after-load-evaluation unconditionally.
11057
11058 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
11059
11060 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11061
11062 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
11063
11064 2009-11-04 Glenn Morris <rgm@gnu.org>
11065
11066 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
11067 (byte-compile-compatibility): Remove option.
11068 (byte-compile-close-variables, byte-compile-fix-header)
11069 (byte-compile-insert-header, byte-compile-output-docform)
11070 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
11071 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
11072 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
11073 (byte-compile-insert, byte-compile-defun):
11074 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
11075 (byte-defop-compiler19): Remove.
11076 Without byte-compile-compatibility, the 'emacs19-opcode property is not
11077 used by anything. Replace all calls with byte-defop-compiler.
11078
11079 2009-11-04 Juri Linkov <juri@jurta.org>
11080
11081 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
11082 (menu-bar-options-menu): Don't quote the `prop' arg of
11083 `menu-bar-make-mm-toggle'.
11084
11085 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
11086
11087 * calendar/calendar.el (cal-loaddefs):
11088 * calendar/diary-lib.el (diary-loaddefs):
11089 * calendar/holidays.el (hol-loaddefs):
11090 * eshell/esh-module.el (esh-groups): Load rather than require.
11091
11092 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11093
11094 * calendar/todo-mode.el (todo-add-category): Don't hardcode
11095 point-min==1.
11096 (todo-top-priorities): Only display-buffer when called interactively.
11097 (todo-item-start): Don't save excursion point.
11098 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
11099 (todo-insert-item-here, todo-file-item, todo-remove-item):
11100 Adjust uses of todo-item-start and todo-item-end.
11101
11102 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
11103 (autoload-rubric): Don't use any more.
11104
11105 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
11106 and only put a prop if it is non-nil.
11107
11108 2009-11-03 Juri Linkov <juri@jurta.org>
11109
11110 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
11111 (menu-bar-options-menu): Fix list quoting (Bug#4429).
11112
11113 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
11114 and "Menu" to make top-level menu item visually one unit (like
11115 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
11116 multi-word menu items). Fix :help string for quit-window.
11117
11118 2009-11-03 Glenn Morris <rgm@gnu.org>
11119
11120 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
11121 (byte-compile-file-form-define-abbrev-table)
11122 (byte-compile-file-form-custom-declare-variable)
11123 (byte-compile-variable-ref, byte-compile-defvar):
11124 Whether or not a warning is enabled should only affect whether we issue
11125 the warning, not whether or not we collect the relevant data.
11126 Eg warnings can be turned on and off throughout the course of a file.
11127
11128 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
11129 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
11130
11131 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11132
11133 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
11134 * play/mpuz.el (mpuz-create-buffer):
11135 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
11136 (lm-print-y,s,noise, lm-print-w0, lm-init):
11137 * play/gomoku.el (gomoku-prompt-for-move):
11138 * play/fortune.el (fortune-in-buffer):
11139 * play/dissociate.el (dissociated-press):
11140 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
11141 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
11142 * mail/supercite.el (sc-eref-show):
11143 * mail/smtpmail.el (smtpmail-send-it):
11144 * mail/rmailsum.el (rmail-summary-next-labeled-message)
11145 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
11146 (rmail-summary-undelete-many, rmail-summary-rmail-update)
11147 (rmail-summary-goto-msg, rmail-summary-expunge)
11148 (rmail-summary-get-new-mail, rmail-summary-search-backward)
11149 (rmail-summary-add-label, rmail-summary-output-menu)
11150 (rmail-summary-output-body):
11151 * mail/rfc822.el (rfc822-addresses):
11152 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
11153 * mail/mailpost.el (post-mail-send-it):
11154 * mail/hashcash.el (hashcash-generate-payment):
11155 * mail/feedmail.el (feedmail-run-the-queue)
11156 (feedmail-queue-send-edit-prompt-help-first)
11157 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
11158 (feedmail-deduce-address-list):
11159 * eshell/esh-ext.el (eshell-remote-command):
11160 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
11161 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
11162 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
11163 (viper-save-string-in-file, viper-valid-marker):
11164 * emulation/viper-keym.el (viper-toggle-key):
11165 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
11166 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
11167 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
11168 * emulation/viper-cmd.el (viper-exec-form-in-vi)
11169 (viper-exec-form-in-emacs, viper-brac-function):
11170 * emulation/viper.el (viper-delocalize-var):
11171 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
11172 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
11173 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
11174 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
11175 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
11176 * emulation/edt.el (edt-electric-helpify):
11177 * emulation/cua-rect.el (cua--rectangle-aux-replace):
11178 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
11179 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
11180 (cua-indent-to-global-mark-column):
11181 * calendar/diary-lib.el (calendar-mark-1):
11182 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
11183 Use with-current-buffer.
11184 * emulation/viper.el (viper-delocalize-var): Use dolist.
11185
11186 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
11187
11188 * comint.el (comint-replace-by-expanded-history-before-point):
11189 Replace !! with the previous input string literally (Bug#1795).
11190
11191 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
11192
11193 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
11194 to be made up of whitespace.
11195
11196 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
11197
11198 * minibuffer.el (read-file-name): Don't use file dialogs for
11199 remote directories (Bug#99).
11200
11201 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
11202
11203 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
11204
11205 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
11206
11207 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
11208 instead of deleting the window or frame.
11209
11210 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
11211
11212 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
11213 Support face colors.
11214
11215 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
11216 New function. Support face colors (Bug#1168).
11217 (tex-common-initialization): Use it.
11218
11219 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
11220 mode allows it (Bug#1168).
11221
11222 2009-10-31 Juri Linkov <juri@jurta.org>
11223
11224 * facemenu.el (list-colors-display): Don't mark buffer as
11225 modified (Bug#3948).
11226
11227 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
11228
11229 * international/mule-diag.el (list-character-sets-1): Minor
11230 message fix (Bug#3526).
11231
11232 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
11233 face property (Bug#4834).
11234 (etags-list-tags, etags-tags-apropos-additional)
11235 (etags-tags-apropos, tags-select-tags-table): Add follow-link
11236 property.
11237
11238 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
11239 items.
11240
11241 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11242
11243 * textmodes/two-column.el (2C-split):
11244 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
11245 * textmodes/tex-mode.el (tex-set-buffer-directory):
11246 * textmodes/spell.el (spell-region, spell-string):
11247 * textmodes/reftex.el (reftex-erase-buffer):
11248 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
11249 * textmodes/reftex-toc.el (reftex-toc-promote-action):
11250 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
11251 (reftex-select-item):
11252 * textmodes/reftex-ref.el (reftex-label-info-update)
11253 (reftex-offer-label-menu):
11254 * textmodes/reftex-index.el (reftex-index-change-entry)
11255 (reftex-index-phrases-info):
11256 * textmodes/reftex-global.el (reftex-create-tags-file)
11257 (reftex-save-all-document-buffers, reftex-ensure-write-access):
11258 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
11259 (reftex-view-crossref-from-bibtex):
11260 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
11261 (reftex-extract-bib-entries-from-thebibliography)
11262 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
11263 * textmodes/refbib.el (r2b-capitalize-title):
11264 (r2b-convert-buffer, r2b-help):
11265 * textmodes/page-ext.el (pages-directory)
11266 (pages-directory-goto-with-mouse):
11267 * textmodes/bibtex.el (bibtex-validate-globally):
11268 * textmodes/bib-mode.el (bib-capitalize-title):
11269 * textmodes/artist.el (artist-clear-buffer, artist-system):
11270 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
11271 (local-set-scheme-interaction-buffer, xscheme-process-filter)
11272 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
11273 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
11274 (xscheme-send-control-g-interrupt, xscheme-start-process)
11275 (xscheme-process-sentinel, xscheme-cd):
11276 * progmodes/verilog-mode.el (verilog-read-always-signals)
11277 (verilog-set-define, verilog-getopt-file)
11278 (verilog-module-inside-filename-p):
11279 * progmodes/sh-script.el:
11280 * progmodes/python.el (python-pdbtrack-get-source-buffer)
11281 (python-pdbtrack-grub-for-buffer, python-execute-file):
11282 * progmodes/octave-inf.el (inferior-octave):
11283 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11284 (idlwave-shell-compile-helper-routines, idlwave-set-local)
11285 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
11286 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
11287 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
11288 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
11289 (idlwave-shell-filter, idlwave-shell-examine-highlight)
11290 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
11291 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
11292 (idlwave-shell-examine-display, idlwave-shell-run-region)
11293 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
11294 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
11295 * progmodes/idlw-help.el (idlwave-help-get-special-help)
11296 (idlwave-help-get-help-buffer):
11297 * progmodes/gud.el (gud-basic-call, gud-find-class)
11298 (gud-tooltip-activate-mouse-motions-if-enabled):
11299 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11300 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
11301 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
11302 (ebrowse-tags-next-file):
11303 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
11304 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
11305 (ebnf-eps-finish-and-write):
11306 * progmodes/cpp.el (cpp-edit-save):
11307 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
11308 * progmodes/cc-defs.el (c-emacs-features):
11309 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
11310 (antlr-directory-dependencies):
11311 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
11312 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
11313 (ada-find-any-references, ada-make-filename-from-adaname)
11314 (ada-make-body-gnatstub):
11315 * obsolete/rnews.el (news-list-news-groups):
11316 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
11317 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
11318 * net/rcirc.el (rcirc-debug):
11319 * net/newst-treeview.el (newsticker--treeview-list-add-item)
11320 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
11321 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
11322 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
11323 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
11324 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
11325 (newsticker--treeview-list-clear-highlight)
11326 (newsticker--treeview-list-update-highlight)
11327 (newsticker--treeview-list-highlight-start)
11328 (newsticker--treeview-tree-update-highlight)
11329 (newsticker--treeview-get-selected-item)
11330 (newsticker-treeview-mark-list-items-old)
11331 (newsticker--treeview-set-current-node):
11332 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11333 * net/newst-backend.el (newsticker--get-news-by-funcall)
11334 (newsticker--get-news-by-wget, newsticker--image-get)
11335 (newsticker--image-sentinel):
11336 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
11337 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
11338 (eudc-ph-close-session):
11339 * net/eudc.el (eudc-save-options):
11340 * language/thai-word.el (thai-update-word-table):
11341 * language/japan-util.el (japanese-string-conversion):
11342 * international/titdic-cnv.el (tsang-quick-converter)
11343 (ziranma-converter, ctlau-converter):
11344 * international/mule-cmds.el (describe-language-environment):
11345 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
11346 (skkdic-convert-postfix, skkdic-convert-prefix):
11347 (skkdic-convert-okuri-nasi, skkdic-convert):
11348 * emacs-lisp/re-builder.el (reb-update-overlays):
11349 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
11350 * emacs-lisp/gulp.el (gulp-send-requests):
11351 * emacs-lisp/find-gc.el (trace-call-tree):
11352 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
11353 (eieio-describe-generic):
11354 * emacs-lisp/eieio-base.el (eieio-persistent-read):
11355 * emacs-lisp/edebug.el (edebug-outside-excursion):
11356 * emacs-lisp/debug.el (debugger-make-xrefs):
11357 * emacs-lisp/cust-print.el (custom-prin1-to-string):
11358 * emacs-lisp/chart.el (chart-new-buffer):
11359 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
11360 Use with-current-buffer.
11361 * textmodes/artist.el (artist-system): Don't call
11362 copy-sequence on a fresh string.
11363 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
11364
11365 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
11366
11367 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
11368 is no item to edit. (Bug#4820)
11369 (todo-top-priorities): Restore point and restore narrowing in Todo
11370 buffer. (Bug#4820)
11371
11372 2009-10-31 Glenn Morris <rgm@gnu.org>
11373
11374 * net/ange-ftp.el (top-level): Don't require dired when compiling.
11375 (comint-last-output-start, comint-last-input-start)
11376 (comint-last-input-end): Don't defvar when compiling.
11377 (ange-ftp-process-file): Use bound-and-true-p.
11378
11379 * pcmpl-rpm.el (top-level): Move provide statement to end.
11380 (pcmpl-rpm): Remove unused custom group.
11381
11382 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
11383
11384 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
11385
11386 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11387 (byte-compile-warnings): Add `constants' as an option.
11388 (byte-compile-callargs-warn, byte-compile-arglist-warn)
11389 (display-call-tree): Update for byte-compile-fdefinition possibly
11390 returning `(macro lambda ...)'. (Bug#4778)
11391 (byte-compile-variable-ref, byte-compile-setq-default):
11392 Respect `constants' member of byte-compile-warnings.
11393
11394 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11395
11396 * vc-bzr.el (vc-bzr-revision-keywords): New var.
11397 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
11398 to "submit:".
11399
11400 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
11401
11402 * textmodes/ispell.el (ispell-skip-region-alist):
11403 * international/mule-conf.el (eight-bit):
11404 * international/fontset.el (font-encoding-alist):
11405 * startup.el (pure-space-overflow-message):
11406 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
11407 * paths.el (gnus-nntp-service, rmail-spool-directory)
11408 (term-file-prefix):
11409 * files.el (save-some-buffers-action-alist):
11410 * cmuscheme.el (same-window-buffer-names):
11411 * ielm.el (same-window-buffer-names):
11412 * shell.el (same-window-buffer-names):
11413 * mail/sendmail.el (same-window-buffer-names):
11414 * progmodes/inf-lisp.el (same-window-buffer-names):
11415 * bindings.el (mode-line-client)
11416 (mode-line-column-line-number-mode-map):
11417 * language/tibetan.el (tibetan-precomposition-rule-regexp)
11418 (tibetan-precomposed-regexp): Purecopy string arguments.
11419
11420 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11421
11422 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
11423 (calcDigit-nondigit):
11424 * calc/calc-yank.el (calc-copy-to-buffer):
11425 * calc/calc-units.el (calc-invalidate-units-table):
11426 * calc/calc-trail.el (calc-trail-yank):
11427 * calc/calc-store.el (calc-insert-variables):
11428 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11429 * calc/calc-prog.el (calc-read-parse-table):
11430 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
11431 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
11432 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
11433 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
11434 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
11435 (calc-graph-name, calc-graph-find-command, calc-graph-view)
11436 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
11437 * calc/calc-ext.el (calc-realign):
11438 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
11439 (calc-embedded-finish-edit, calc-embedded-make-info)
11440 (calc-embedded-finish-command, calc-embedded-stack-change):
11441 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
11442
11443 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
11444 shell-dynamic-complete-filename in preference to
11445 comint-dynamic-complete-filename.
11446
11447 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11448 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11449 Don't consider whether the display supports colors.
11450 (bookmark-import-new-list): Use dolist.
11451 (bookmark-bmenu-mode-map): Move initialization into declaration.
11452 (bookmark-bmenu-list): Use dolist, simplify.
11453 (bookmark-show-all-annotations): Use save-selected-window and dolist.
11454 (menu-bar-final-items): Use push.
11455
11456 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
11457
11458 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
11459 it works on remote files.
11460 (vc-hg-diff): Don't pass any `--cwd' argument.
11461
11462 2009-10-27 Kevin Ryde <user42@zip.com.au>
11463
11464 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11465 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
11466 (Further to Bug#3921).
11467
11468 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
11469
11470 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
11471 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
11472 calling `tramp-imap-put-file'. Add file size to the call.
11473 (tramp-imap-get-file-entries): Compute also user name, file size,
11474 and date.
11475 (tramp-imap-handle-insert-directory): Insert uid and gid.
11476 (tramp-imap-handle-file-attributes): Transform uid and gid
11477 according to `id-format'.
11478 (tramp-imap-put-file): New optional parameter SIZE. Encode file
11479 size in header X-Size.
11480
11481 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
11482
11483 * simple.el (transpose-subr): Give clearer error when the mark
11484 is not set. (Bug#4807)
11485
11486 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
11487
11488 * net/tramp.el (tramp-perl-file-truename): New defconst.
11489 Perl code contributed by yary <not.com@gmail.com> (tiny change).
11490 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
11491 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
11492 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
11493
11494 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
11495 Ignore `dired-call-process'.
11496 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
11497
11498 2009-10-26 Julian Scheid <julians37@gmail.com>
11499
11500 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
11501 (tramp-get-remote-readlink): New defun.
11502 (tramp-handle-file-truename): Use it.
11503 (tramp-handle-file-exists-p): Check file-attributes cache, assume
11504 file exists if cache value present.
11505 (tramp-check-cached-permissions): New defun.
11506 (tramp-handle-file-readable-p): Use it.
11507 (tramp-handle-file-writable-p): Likewise.
11508 (tramp-handle-file-executable-p): Likewise.
11509 (tramp-handle-file-name-all-completions): Try using Perl to get
11510 partial completions. When perl not available, combine `cd' and
11511 `ls' into single remote operation and use shell expansion to get
11512 partial remote directory contents. Set `file-exists-p' cache for
11513 directory and any files returned by ls. Change cache handling to
11514 support partial directory contents. Use error message emitted by
11515 remote `cd' or Perl code for local tramp-error.
11516 (tramp-do-copy-or-rename-file-directly): Avoid separate
11517 tramp-send-command-and-check call.
11518 (tramp-handle-process-file): Merge three remote ops into one.
11519 Do not flush all caches when `process-file-side-effects' is set.
11520 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11521 file-attributes shows uid/gid to be set already.
11522
11523 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11524
11525 * textmodes/tex-mode.el (tex-dvi-view-command)
11526 (tex-show-queue-command, tex-open-quote):
11527 * progmodes/ruby-mode.el (auto-mode-alist)
11528 (interpreter-mode-alist): Purecopy strings.
11529
11530 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11531
11532 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11533 string for the hook, keymap and abbrev table.
11534
11535 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11536
11537 * x-dnd.el (x-dnd-xdnd-to-action):
11538 * startup.el (fancy-startup-text, fancy-about-text): Change to
11539 defconst from defvar.
11540
11541 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11542
11543 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
11544 Purecopy initialization strings.
11545
11546 * mail/sendmail.el (mail-header-separator)
11547 (mail-personal-alias-file):
11548 * mail/rmail.el (rmail-default-dont-reply-to-names)
11549 (rmail-ignored-headers, rmail-retry-ignored-headers)
11550 (rmail-highlighted-headers, rmail-secondary-file-directory)
11551 (rmail-secondary-file-regexp):
11552 * files.el (null-device, file-name-invalid-regexp)
11553 (locate-dominating-stop-dir-regexp)
11554 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
11555 (interpreter-mode-alist): Use mapcar instead of mapc.
11556
11557 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
11558
11559 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
11560 (completion-ignored-extensions):
11561 (debug-ignored-errors): Purecopy strings.
11562
11563 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11564
11565 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
11566 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
11567 (pcomplete--here): Use push.
11568
11569 * subr.el (all-completions): Declare the 4th arg obsolete.
11570
11571 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11572
11573 * pcomplete.el (pcomplete-unquote-argument-function): New var.
11574 (pcomplete-unquote-argument): New function.
11575 (pcomplete--common-suffix): Always pay attention to case.
11576 (pcomplete--table-subvert): Quote and unquote the text.
11577 (pcomplete--common-quoted-suffix): New function.
11578 (pcomplete-std-complete): Use it and pcomplete-begin.
11579
11580 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
11581 we're inside a dedicated or minibuffer window.
11582
11583 2009-10-24 Karl Fogel <kfogel@red-bean.com>
11584
11585 * bookmark.el: Update documentation, especially documentation
11586 of `bookmark-alist' and of the bookmark file format.
11587 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
11588
11589 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
11590
11591 * mail/emacsbug.el (report-emacs-bug): Clarify that the
11592 keybindings apply to the mail buffer (Bug#4003). Shrink help
11593 window to buffer.
11594
11595 * whitespace.el (whitespace-mode, whitespace-newline-mode)
11596 (global-whitespace-mode, global-whitespace-newline-mode)
11597 (whitespace-toggle-options, global-whitespace-toggle-options):
11598 Doc fix (Bug#3660).
11599
11600 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
11601 of xmltok-start before the end tag was inserted (Bug#2840).
11602
11603 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
11604 patterns that are preceded by an open-paren (Bug#1320).
11605
11606 2009-10-24 Sven Joachim <svenjoac@gmx.de>
11607
11608 * files.el (delete-directory): Delete symlinks to directories with
11609 delete-file (Bug#4739).
11610
11611 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
11612
11613 * vc.el (vc-backend-for-registration): Rename from
11614 vc-get-backend-for-registration. Update callers.
11615
11616 * international/mule-cmds.el (set-language-info-alist):
11617 Purecopy lang-env.
11618 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
11619 (charset): Purecopy the name.
11620 (define-char-code-property): Purecopy string arguments.
11621
11622 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11623 Purecopy string arguments.
11624
11625 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11626 * ediff-hook.el (menu-bar-ediff-menu):
11627 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
11628 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
11629
11630 2009-10-24 Glenn Morris <rgm@gnu.org>
11631
11632 * comint.el (comint-dynamic-list-completions):
11633 * term.el (term-dynamic-list-completions): Use choose-completion rather
11634 than obsolete alias mouse-choose-completion.
11635
11636 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
11637 file-cache-choose-completion.
11638 (file-cache-choose-completion): Handle an optional event argument.
11639 (file-cache-mouse-choose-completion): Make it an obsolete alias.
11640
11641 * progmodes/octave-mod.el (octave-complete-symbol):
11642 Use choose-completion if mouse-choose-completion is ever removed.
11643
11644 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
11645 use.
11646
11647 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
11648 compiler.
11649
11650 * vc-hooks.el (vc-responsible-backend): Fix declaration.
11651
11652 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11653
11654 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
11655 Ignore `pred' now that we receive one.
11656 Handle test-completion specially.
11657
11658 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11659
11660 * vc.el (vc-responsible-backend): Throw an error if not backend is
11661 found. Remove the REGISTER argument. Move the code dealing with
11662 REGISTER ...
11663 (vc-get-backend-for-registration): ... here. New function.
11664 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
11665 of vc-responsible-backend, pass the file name instead of the
11666 directory name.
11667
11668 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11669
11670 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
11671 New funs.
11672 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
11673 (pcomplete-comint-setup): Don't modify a global var via
11674 accidental side-effects.
11675 (pcomplete-shell-setup): Adjust call accordingly.
11676 (pcomplete-parse-comint-arguments): Use push.
11677
11678 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
11679
11680 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11681 Allow uncapitalized info node names (Bug#3921).
11682
11683 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
11684 to the DEBUG file (Bug#3781).
11685
11686 2009-10-23 Jari Aalto <jari.aalto@cante.net>
11687
11688 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
11689 dictionary entry (Bug#4579).
11690
11691 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
11692
11693 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
11694 from `rfn-eshadow-update-overlay-hook' when unloading.
11695 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
11696 "rsyncc". Adjust doc string.
11697 (tramp-temp-buffer-file-name): New buffer-local defvar.
11698 (tramp-handle-insert-file-contents, tramp-handle-write-region):
11699 Keep temporary file when indicated by method ("rsync" and
11700 "rsyncc").
11701 (tramp-handle-write-region): Handle APPEND.
11702 (tramp-delete-temp-file-function): New defun. Added to
11703 `kill-buffer-hook'.
11704
11705 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
11706
11707 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
11708
11709 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11710
11711 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
11712 (color-name-rgb-alist, tty-standard-colors)
11713 (tty-color-mode-alist): Change to defconst.
11714
11715 * simple.el (mark-inactive): Purecopy message.
11716
11717 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
11718 (global-map, yank-menu):
11719 * textmodes/ispell.el (ispell-menu-map):
11720 * net/eudc.el (eudc-tools-menu):
11721 * international/mule-cmds.el (describe-language-environment-map)
11722 (setup-language-environment-map, set-coding-system-map)
11723 (mule-menu-keymap):
11724 * vc-hooks.el (vc-menu-entry, vc-menu-map):
11725 * replace.el (occur-mode-map):
11726 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
11727
11728 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
11729
11730 * calc/calc.el (math-read-number, math-read-number-simple): Use
11731 `save-match-data'.
11732
11733 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11734
11735 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
11736 rather than fiddling with global-map bindings, since it should only
11737 affect per-terminal settings.
11738 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
11739
11740 * minibuffer.el (completion-table-with-terminator): Allow to specify
11741 the terminator-regexp.
11742
11743 * simple.el (switch-to-completions): Look for *Completions* in other
11744 frames as well.
11745
11746 * pcomplete.el: Allow the use of completion-tables.
11747 (pcomplete-std-complete): New command.
11748 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
11749 (pcomplete--here): Use a function for `form' rather than an expression,
11750 so it can be byte-compiled.
11751 (pcomplete-here, pcomplete-here*): Adjust accordingly.
11752 Add edebug declaration.
11753 (pcomplete-show-completions): Remove unused var `curbuf'.
11754 (pcomplete-do-complete, pcomplete-stub):
11755 Don't assume `completions' is a list of strings any more.
11756
11757 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
11758
11759 * find-dired.el (find-name-arg): Fix typo in docstring.
11760
11761 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11762
11763 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
11764 (pcmpl-linux-fs-types): Same, and update to new modules layout.
11765
11766 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
11767 pcomplete-entries.
11768
11769 * comint.el (comint-read-input-ring, comint-write-input-ring)
11770 (comint-substitute-in-file-name)
11771 (comint-dynamic-complete-as-filename)
11772 (comint-dynamic-simple-complete)
11773 (comint-dynamic-list-filename-completions)
11774 (comint-dynamic-list-completions)
11775 (comint-redirect-results-list-from-process): Minor simplifications.
11776
11777 2009-10-21 Kevin Ryde <user42@zip.com.au>
11778
11779 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11780 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
11781 the first form. And insert a blank line after ";;; Code" since
11782 that's usual style. (Bug#4612)
11783
11784 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
11785
11786 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11787
11788 * minibuffer.el (completion-table-with-terminator): Properly implement
11789 boundaries, in case `terminator' appears in the suffix.
11790 (completion--embedded-envvar-table): Don't return boundaries if
11791 there's no valid completion. Simplify.
11792 (completion-file-name-table): New completion table extracted from
11793 completion--file-name-table.
11794 (completion--file-name-table): Use it.
11795 (read-file-name-predicate): Declare obsolete.
11796 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
11797 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
11798 completion-file-name-table, and use the `pred' argument.
11799 * files.el (locate-file-completion-table): Use the `pred' arg rather
11800 than read-file-name-predicate.
11801 (abbreviate-file-name): Use \` rather than ^ for BOS.
11802
11803 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
11804
11805 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
11806 vc-responsible-backend to register, it causes problems.
11807
11808 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11809
11810 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
11811
11812 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
11813
11814 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
11815 (tramp-smb-handle-file-attributes): Use it.
11816 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
11817 (tramp-smb-handle-insert-directory): Use `mapc' rather than
11818 `mapcar'. Use `tramp-smb-get-stat-capability'.
11819 Add `dired-filename' text properties.
11820 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
11821 (tramp-smb-maybe-open-connection): Simplify check for smbclient
11822 version.
11823
11824 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11825
11826 * subr.el (read-key-delay): Reduce to 0.01.
11827 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
11828 (bug#4751).
11829
11830 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11831
11832 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
11833
11834 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
11835 (Info-menu): Remove unused vars `last' and `completions'.
11836 (Info-index-nodes): Remove unused var `node'.
11837
11838 * info.el (Info-complete-menu-item): Use complete-with-action.
11839
11840 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
11841
11842 Make vc-annotate work through copies and renames.
11843 * vc-annotate.el (vc-annotate-extract-revision-at-line):
11844 Return the file name too.
11845 (vc-annotate-revision-at-line)
11846 (vc-annotate-find-revision-at-line)
11847 (vc-annotate-revision-previous-to-line)
11848 (vc-annotate-show-log-revision-at-line): Update to get the file
11849 name from vc-annotate-extract-revision-at-line.
11850 (vc-annotate-show-diff-revision-at-line-internal): Change the
11851 argument to mean whether to show a file diff or not. Get the file
11852 name from vc-annotate-extract-revision-at-line.
11853 (vc-annotate-show-diff-revision-at-line):
11854 Update vc-annotate-show-diff-revision-at-line call.
11855 (vc-annotate-warp-revision): Add an optional file argument.
11856
11857 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
11858 (vc-git-annotate-extract-revision-at-line): Also return the file
11859 name if found.
11860
11861 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
11862 command. Remove unused code.
11863 (vc-hg-annotate-re): Update to match --follow output.
11864 (vc-hg-annotate-extract-revision-at-line): Also return the file
11865 name if found.
11866
11867 * vc.el: Update annotate-extract-revision-at-line documentation.
11868
11869 2009-10-18 Kevin Ryde <user42@zip.com.au>
11870
11871 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
11872 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
11873
11874 * net/browse-url.el (browse-url): Identify alist with "consp and
11875 not functionp" and let all other things go down the `apply' leg,
11876 as suggested by Stefan. (Further to bug#4531.)
11877
11878 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
11879
11880 * minibuffer.el (read-file-name): Check for repeat before putting
11881 a default argument in file-name-history (Bug#4657).
11882
11883 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
11884 read syntax (Bug#4737).
11885
11886 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
11887
11888 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11889
11890 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
11891 (html-tag-alist, html-tag-help): Add descriptions for undocumented
11892 entries and make note of obsolete tags.
11893
11894 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11895
11896 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
11897
11898 2009-10-18 Glenn Morris <rgm@gnu.org>
11899
11900 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
11901 grep, so that binary files (eg international/uni-bidi.el) can match.
11902 Remove test for "UnicodeData" files, since it is hopefully unnecessary
11903 now, and in any case the file header format has changed.
11904
11905 2009-10-17 Glenn Morris <rgm@gnu.org>
11906
11907 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
11908 (flyspell-get-word, flyspell-large-region)
11909 (flyspell-auto-correct-previous-word): Doc/error message fixes.
11910
11911 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
11912
11913 * Makefile.in (ELCFILES): Add ede/shell.
11914
11915 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
11916
11917 * term/common-win.el (x-colors): Purecopy it.
11918
11919 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11920
11921 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
11922 permissive for when the buffer is empty.
11923 (tar-header-block-tokenize): Decode the username and groupname.
11924 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
11925
11926 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11927
11928 * international/mule-cmds.el (select-safe-coding-system): If the file
11929 has a coding cookie, use it regardless of any other setting (bug#4712).
11930
11931 2009-10-17 Glenn Morris <rgm@gnu.org>
11932
11933 * foldout.el (foldout-mouse-swallow-events):
11934 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
11935
11936 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
11937 (dired-keep-marker-copy, dired-keep-marker-hardlink)
11938 (dired-keep-marker-symlink, dired-dwim-target)
11939 (dired-copy-preserve-time): Do not autoload these defcustoms.
11940
11941 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
11942 messages from messing up the file coding. (Bug#4623)
11943
11944 2009-10-17 Jari Aalto <jari.aalto@cante.net>
11945
11946 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
11947 if no match is found for the current dictionary. (Bug#4578)
11948
11949 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
11950 optional, since that is how it is documented, and this is often called
11951 with a nil argument. (Bug#4577)
11952 (flyspell-external-point-words, flyspell-auto-correct-word)
11953 (flyspell-correct-word-before-point, flyspell-word-search-forward)
11954 (flyspell-word-search-backward): Remove nil argument in calls to
11955 flyspell-get-word, since it is not needed now.
11956
11957 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
11958
11959 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
11960
11961 2009-10-16 Glenn Morris <rgm@gnu.org>
11962
11963 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
11964
11965 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
11966
11967 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
11968 (ange-ftp-file-size): New function.
11969 (ange-ftp-file-attributes): Use it.
11970
11971 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
11972
11973 * net/tramp-smb.el (tramp-smb-version): New defvar.
11974 (tramp-smb-maybe-open-connection): Use it, in order to avoid
11975 repeated checks.
11976
11977 2009-10-16 Glenn Morris <rgm@gnu.org>
11978
11979 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
11980 Maybe copy some custom properties from old to new name. (Bug#4706)
11981
11982 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
11983
11984 * subr.el (error, sit-for, start-process-shell-command)
11985 (start-file-process-shell-command): Set the calling convention
11986 after the function definition.
11987
11988 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11989
11990 * subr.el (error, sit-for, start-process-shell-command)
11991 (start-file-process-shell-command): Use the new
11992 set-advertised-calling-convention feature.
11993
11994 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
11995
11996 * international/ucs-normalize.el (ucs-normalize-version):
11997 Change to 1.2.
11998 (check-range): Adjust for Unicode 5.2.
11999
12000 2009-10-15 Juri Linkov <juri@jurta.org>
12001
12002 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
12003 to the `menu-item' format.
12004
12005 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
12006
12007 * net/tramp.el (tramp-replace-environment-variables): Do not fail
12008 if the environment variable does not exist.
12009
12010 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12011 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
12012 parameter.
12013 (tramp-smb-handle-add-name-to-file)
12014 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12015 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12016 (tramp-smb-handle-file-attributes)
12017 (tramp-smb-do-file-attributes-with-stat)
12018 (tramp-smb-handle-file-local-copy)
12019 (tramp-smb-handle-insert-directory)
12020 (tramp-smb-handle-make-directory)
12021 (tramp-smb-handle-make-directory-internal)
12022 (tramp-smb-handle-make-symbolic-link)
12023 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
12024 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
12025 (tramp-smb-maybe-open-connection): Apply the changed parameters.
12026 (tramp-smb-read-file-entry): Read Disk names in compressed format.
12027 Handle long file names.
12028 (tramp-smb-get-cifs-capabilities): Check, whether the connection
12029 process is running.
12030 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
12031 Read share names with "-g" option.
12032
12033 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
12034
12035 * net/rcirc.el (rcirc-view-log-file): New command.
12036 (rcirc-track-minor-mode-map): Remove C-c ` binding.
12037 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
12038 specified.
12039
12040 2009-10-15 Glenn Morris <rgm@gnu.org>
12041
12042 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
12043 from the second command-line argument.
12044 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
12045 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
12046 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
12047 w32-batch-update-autoloads.
12048 * emacs-lisp/autoload.el (autoload-make-program): New variable.
12049 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
12050
12051 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
12052 the headers cannot be located. Simplify, subtracting superflous
12053 save-excursions.
12054
12055 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12056
12057 Replace completion-base-size by completion-base-position to fix bugs
12058 such as (bug#4699).
12059 * simple.el (completion-base-position): New var.
12060 (completion-base-size): Mark as obsolete.
12061 (choose-completion): Make it work for mouse events as well.
12062 Pass the new base-position to choose-completion-string.
12063 (choose-completion-guess-base-position): New function, extracted from
12064 choose-completion-delete-max-match.
12065 (choose-completion-delete-max-match): Use it. Make obsolete.
12066 (choose-completion-string): Use the new base-position info.
12067 (completion-root-regexp): Delete.
12068 (completion-setup-function): Preserve completion-base-position.
12069 Eliminate obsolete base-size manipulation.
12070 * minibuffer.el (display-completion-list): Don't mess with base-size.
12071 (minibuffer-completion-help): Set completion-base-position instead.
12072 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
12073 choose-completion.
12074 * textmodes/bibtex.el (bibtex-complete):
12075 * emacs-lisp/crm.el (crm--choose-completion-string):
12076 Adjust to new calling convention.
12077 * complete.el (partial-completion-mode): Use minibufferp to avoid
12078 bumping into incompatible change to choose-completion-string-functions.
12079 * ido.el (ido-choose-completion-string): Make its calling convention
12080 more permissive.
12081 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
12082 base-size manipulation.
12083 (comint-dynamic-list-input-ring): Use dotimes and push.
12084 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
12085 fundamental-mode. Use `or'.
12086
12087 2009-10-14 Juri Linkov <juri@jurta.org>
12088
12089 * misearch.el (multi-isearch-next-buffer-from-list)
12090 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
12091
12092 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12093
12094 * Makefile.in (compile-onefile): Load `bytecomp' rather than
12095 `bytecomp.el'.
12096
12097 * minibuffer.el (completion-pcm--merge-completions): Make sure the
12098 string we return is all made up of text from the completions rather
12099 than part from the completions and part from the input (bug#4219).
12100
12101 * ido.el (ido-everywhere): Use define-minor-mode.
12102
12103 * buff-menu.el (list-buffers, ctl-x-map):
12104 Mark the entry points with ;;;###autoload cookies.
12105
12106 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
12107
12108 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
12109 correctly in the detached head case.
12110 (vc-git-print-log): Remove unused binding.
12111
12112 * vc.el (vc-responsible-backend): When a directory is passed for
12113 for registration create a VC repository if no backend is
12114 responsible for the directory argument.
12115 (vc-deduce-fileset): Tell vc-responsible-backend to register.
12116
12117 * vc.el: Move comments about RCS and SCCS ...
12118 * vc-rcs.el:
12119 * vc-sccs.el: ... here, respectively.
12120
12121 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12122
12123 * minibuffer.el (completion--file-name-table): Return nil if there's
12124 no file completion, even if substitute-in-file-name changed
12125 the string (bug#4708).
12126
12127 2009-10-13 Juri Linkov <juri@jurta.org>
12128
12129 * files-x.el (read-file-local-variable-value): Don't filter out
12130 minor modes from mode name completion (bug#4664).
12131
12132 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
12133
12134 * international/mule-cmds.el (ucs-names): Remove exclusion of
12135 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
12136
12137 2009-10-13 Kenichi Handa <handa@m17n.org>
12138
12139 * international/uni-name.el: Regenerated.
12140
12141 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
12142
12143 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
12144 should be automatically buffer-local, but isn't.)
12145
12146 2009-10-12 Sam Steingold <sds@gnu.org>
12147
12148 * progmodes/compile.el (compilation-next-error-function): Fix the
12149 timestamps if the buffer has been visited before.
12150 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
12151 non-anchored patterns, like the perl one (bug#3928).
12152
12153 2009-10-12 Glenn Morris <rgm@gnu.org>
12154
12155 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
12156 Let-bind `size'.
12157
12158 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
12159
12160 * proced.el (proced-unload-function): New function.
12161
12162 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
12163 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
12164 Doc fix.
12165
12166 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
12167
12168 2009-10-11 Juri Linkov <juri@jurta.org>
12169
12170 * files-x.el (read-file-local-variable-value):
12171 Provide default value only for bound variables (bug#4664).
12172
12173 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
12174
12175 * net/tramp.el (tramp-local-host-p): Function shall return nil for
12176 connection methods like smb.
12177
12178 * net/tramp-cache.el (tramp-flush-connection-property): The hash
12179 can be empty.
12180
12181 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12182 (tramp-smb-file-name-handler-alist): Add handlers for
12183 `add-name-to-file', `make-symbolic-link'.
12184 (tramp-smb-handle-add-name-to-file)
12185 (tramp-smb-do-file-attributes-with-stat)
12186 (tramp-smb-handle-make-symbolic-link)
12187 (tramp-smb-get-cifs-capabilities): New defuns.
12188 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12189 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12190 (tramp-smb-handle-file-local-copy)
12191 (tramp-smb-handle-make-directory-internal)
12192 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
12193 The file name syntax depends on cifs capabilities.
12194 (tramp-smb-handle-file-attributes):
12195 Call `tramp-smb-do-file-attributes-with-stat' if possible.
12196 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
12197 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
12198
12199 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
12200
12201 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
12202 (eieio-defclass): Apply deftype handler and setf-method properties
12203 directly.
12204 (eieio-add-new-slot): Avoid union function from cl library.
12205 (eieio--typep): New function.
12206 (eieio-perform-slot-validation): Use it.
12207
12208 2009-10-10 Karl Fogel <kfogel@red-bean.com>
12209
12210 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
12211 Update documentation to refer to the variables documented in r1.135.
12212 (Bug#4188)
12213
12214 2009-10-10 Karl Fogel <kfogel@red-bean.com>
12215
12216 * bookmark.el (Info-suffix-list): Remove this unused variable.
12217 (bookmark-current-point): Remove this obsolete variable.
12218 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
12219 Adjust for removal of bookmark-current-point.
12220
12221 (bookmarks-already-loaded, bookmark-current-buffer)
12222 (bookmark-yank-point): Document. (Bug#4188)
12223
12224 2009-10-10 Glenn Morris <rgm@gnu.org>
12225
12226 * frame.el (frame-height): Doc fix.
12227
12228 * calendar/calendar.el (calendar-split-width-threshold): New option.
12229 (calendar-basic-setup): Use calendar-split-width-threshold.
12230
12231 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
12232
12233 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
12234 Ideographic Supplement" range (U+1F200..U+1F2FF).
12235
12236 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12237
12238 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
12239 since the list will have been rebuilt anyway. (Bug#4349)
12240
12241 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12242
12243 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
12244 (bookmark-bmenu-execute-deletions): Don't save here, as
12245 bookmark-delete will now do so if necessary.
12246 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
12247 (Bug#4348)
12248
12249 2009-10-09 Glenn Morris <rgm@gnu.org>
12250
12251 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
12252
12253 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12254
12255 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
12256 (bookmark-jump-other-window): Just invoke bookmark-jump with new
12257 argument now, so the two function's behaviors will match. (Bug#3645)
12258
12259 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
12260
12261 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
12262 (tramp-file-name-real-host, tramp-file-name-port):
12263 Apply `save-match-data'.
12264
12265 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
12266 case both directories are remote.
12267 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
12268 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
12269
12270 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
12271
12272 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
12273
12274 2009-10-07 Glenn Morris <rgm@gnu.org>
12275
12276 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
12277 of concat.
12278
12279 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
12280
12281 * files-x.el (read-file-local-variable): Include some
12282 non-user-variables in the completion table (bug#4664).
12283
12284 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
12285
12286 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
12287 message.
12288
12289 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12290 (tramp-smb-file-name-handler-alist): Add handler for
12291 `copy-directory', `expand-file-name', `set-file-modes'.
12292 (tramp-smb-handle-copy-directory)
12293 (tramp-smb-handle-expand-file-name)
12294 (tramp-smb-handle-set-file-modes): New defuns.
12295 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
12296 (tramp-smb-handle-file-attributes): Simplify check for retrieving
12297 entry.
12298 (tramp-smb-handle-insert-directory): Don't flush the cache.
12299 (tramp-smb-maybe-open-connection): Check for samba client and
12300 server versions.
12301
12302 2009-10-07 Eli Zaretskii <eliz@gnu.org>
12303
12304 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
12305 to not error out of search for "^lisp=" fails.
12306
12307 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
12308
12309 * makefile.w32-in (WINS_UPDATES): New macro.
12310 (custom-deps, finder-data, autoloads): Use it.
12311
12312 2009-10-07 Glenn Morris <rgm@gnu.org>
12313
12314 * Makefile.in (autoloads): Revert previous change.
12315 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
12316 the list of preloaded files passed on the command-line, get
12317 it from src/Makefile.
12318
12319 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
12320 show the original buffer rather than a random one.
12321
12322 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
12323
12324 * help.el (describe-no-warranty): Place point in a slightly better
12325 position in the GPLv3 text.
12326
12327 2009-10-06 Sam Steingold <sds@gnu.org>
12328
12329 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
12330 the comm attribute is present before calling regexp-quote.
12331
12332 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
12333
12334 * play/animate.el (animate-string): For good effect, make sure
12335 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
12336
12337 * play/animate.el (animate-sequence, animate-birthday-present):
12338 * misc.el (butterfly): Don't set `indent-tabs-mode'.
12339
12340 2009-10-06 Glenn Morris <rgm@gnu.org>
12341
12342 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
12343
12344 * emacs-lisp/autoload.el (autoload-excludes): New variable.
12345 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
12346 (batch-update-autoloads): Process a string value of autoload-excludes,
12347 set during the build process.
12348 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
12349
12350 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
12351 inside with-parsed... macro so that `v' is defined.
12352
12353 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
12354 * progmodes/fortran.el (fortran-end-of-block)
12355 (fortran-beginning-of-block):
12356 Also push mark in the macro case.
12357
12358 * emerge.el (emerge-show-file-name):
12359 * calc/calc.el (calc-quit):
12360 * calc/calc-misc.el (calc-big-or-small):
12361 * calc/calc-graph.el (calc-graph-view):
12362 * calc/calc-ext.el (calc-reset):
12363 * calendar/calendar.el (calendar-basic-setup):
12364 Use window-full-height-p.
12365
12366 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
12367 header we don't understand, don't insert another. (Bug#4624)
12368 If changing mime charset, insert the new one in the right place.
12369
12370 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
12371
12372 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12373 (cal-tex-cursor-month): Correctly increment the end date for diary and
12374 holiday listing. (Bug#4626)
12375
12376 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12377
12378 * help-fns.el (describe-function-1): Don't burp if the function is not
12379 a symbol.
12380
12381 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
12382
12383 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
12384 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
12385 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
12386 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
12387
12388 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
12389 (eieio-default-superclass): Reflow docstrings.
12390 (this, class-option-assoc, defclass, eieio-class-un-autoload)
12391 (eieio-unbind-method-implementations, defmethod)
12392 (eieio-validate-slot-value, eieio-validate-class-slot-value)
12393 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
12394 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
12395 (eieio-slot-originating-class-p, eieio-slot-name-index)
12396 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
12397 (constructor, initialize-instance, no-next-method, object-print)
12398 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
12399 Fix typos in docstrings.
12400 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
12401 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
12402 (next-method-p): Doc fixes.
12403 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
12404 Fix typos in error messages.
12405 (eieio-defmethod): Fix typo in description of generic method.
12406
12407 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
12408 (eieio-persistent-save-interactive, slot-missing):
12409 Fix typos in docstrings.
12410 (eieio-instance-inheritor-slot-boundp): Doc fix.
12411
12412 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
12413 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
12414
12415 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
12416 (eieio-custom-object-apply-reset):
12417 Fix typos in docstrings and error messages.
12418
12419 * emacs-lisp/eieio-datadebug.el (data-debug-show):
12420 Fix typo in docstring.
12421
12422 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
12423 (eieio-browse-tree): Doc fix.
12424 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
12425 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
12426 Fix typos in docstrings.
12427
12428 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
12429 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
12430 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
12431 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
12432 Reflow docstrings.
12433
12434 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
12435
12436 * vc-hg.el (log-view-vc-backend): Declare for compiler.
12437 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
12438 Set log-view-vc-backend so that diff can work.
12439
12440 * log-view.el (log-view-diff): Use vc-diff-internal instead of
12441 vc-version-diff.
12442 (vc-diff-internal): Autoload this instead of vc-version-diff.
12443
12444 2009-10-05 Eli Zaretskii <eliz@gnu.org>
12445
12446 * simple.el (eval-expression): Doc fix.
12447
12448 * progmodes/cwarn.el (cwarn-mode): Doc fix.
12449
12450 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
12451
12452 * files.el (directory-files-no-dot-files-regexp): New defconst.
12453 (delete-directory): Use it.
12454 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
12455
12456 * net/tramp.el (tramp-verbose): Fix docstring.
12457 (tramp-methods): Add recursive option to `tramp-copy-args'.
12458 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
12459 "scp1_old", "scp2_old", "rsync", "rsyncc".
12460 (tramp-default-method): Check also for `auth-source-user-or-password'.
12461 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12462 Add handler for `copy-directory'.
12463 (tramp-handle-copy-directory): New defun.
12464 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
12465 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
12466 Optimize sent command.
12467
12468 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12469
12470 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
12471 window if necessary.
12472
12473 * calendar/calendar.el (calendar-basic-setup): Don't call
12474 switch-to-buffer in a dedicated window.
12475
12476 2009-10-05 Karl Fogel <kfogel@red-bean.com>
12477
12478 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
12479 don't do anything related to relocating, just return nil.
12480 (bookmark-error-no-filename): New error.
12481 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
12482 bookmark has no file. Don't even attempt to handle things that
12483 are not files; the whole point of custom handlers is to keep that
12484 knowledge elsewhere anyway. Tighten some comments.
12485 (bookmark-file-or-variation-thereof): Remove now-unused function.
12486 (bookmark-location): Doc string fix.
12487 (Bug#4250)
12488
12489 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12490
12491 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
12492 don't use a file dialog, because they usually don't know how to read
12493 a directory target from the user. (Bug#4230)
12494 Also, make sure the prompt can display directories as well as files.
12495
12496 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12497
12498 * bookmark.el (bookmark-set, bookmark-buffer-name):
12499 Improve doc strings. (Bug#1193)
12500
12501 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12502
12503 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
12504 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
12505 (bookmark-get-annotation, bookmark-set-annotation)
12506 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12507 (bookmark-set-position, bookmark-get-front-context-string)
12508 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12509 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
12510 (bookmark-jump-other-window, bookmark-handle-bookmark)
12511 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12512 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12513 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
12514 Improve doc strings to say whether bookmark can be a string or
12515 a record or both, and make other consistency and clarity fixes.
12516 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12517 (bookmark-default-annotation-text, bookmark-yank-word)
12518 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12519 (bookmark-import-new-list, bookmark-maybe-rename)
12520 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12521 (bookmark-bmenu-bookmark): Give these doc strings.
12522 (bookmark-bmenu-check-position): Give this a doc string, but also
12523 add a FIXME comment about how the function may be pointless.
12524 (bookmark-default-handler): Rework doc string and change a
12525 parameter name, to clarify that this takes a bookmark record
12526 not a bookmark name.
12527 (bookmark-set): Change a parameter name to indicate its meaning,
12528 and improve the doc string a bit.
12529 (Bug#4188)
12530
12531 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12532
12533 * bookmark.el (bookmark-alist): Document the new `handler' element
12534 in the param alist.
12535 (bookmark-make-record-function): Adjust documentation for above.
12536 (Bug#4193)
12537
12538 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12539
12540 * info.el (Info-bookmark-make-record): Document this function.
12541 (Info-bookmark-jump): Document with a doc string, not just a comment.
12542 (Bug#4203)
12543
12544 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
12545
12546 * files.el (copy-directory): New defun.
12547
12548 * dired-aux.el (dired-copy-file-recursive): Use it.
12549
12550 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
12551
12552 * files-x.el (modify-dir-local-variable)
12553 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
12554 docstrings.
12555
12556 * recentf.el (recentf-unload-function): New function.
12557
12558 2009-10-04 Glenn Morris <rgm@gnu.org>
12559
12560 * window.el (window-full-height-p): Add doc string.
12561
12562 2009-10-04 Martin Rudalics <rudalics@gmx.at>
12563
12564 * window.el (window-full-height-p): New function. (Bug#4543)
12565
12566 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
12567
12568 * vc.el: Remove commented out code.
12569 (vc-derived-from-dir-mode): Remove, unused.
12570 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
12571
12572 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
12573
12574 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
12575 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
12576 there could be recursive loading when `default-directory' is a
12577 remote file name. (Bug#4614)
12578
12579 2009-10-03 Glenn Morris <rgm@gnu.org>
12580
12581 * calendar/calendar.el (calendar-basic-setup): Handle the case where
12582 the frame is wide.
12583 (calendar-generate-window): Test for shrinkability rather than width.
12584
12585 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
12586 reusing existing buffers, in case we happen to visit two files with the
12587 same basename. (Bug#4593)
12588
12589 2009-10-02 Eli Zaretskii <eliz@gnu.org>
12590
12591 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
12592 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
12593 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
12594 subdirs of cedet as well.
12595 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
12596
12597 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12598
12599 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
12600 Obey advertised-signature-table.
12601
12602 * help-fns.el (help-function-arglist): Don't check
12603 advertised-signature-table.
12604 (describe-function-1): Do it here instead so it also applies to subrs.
12605
12606 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
12607
12608 * simple.el (start-file-process): Say in the doc-string, that file
12609 handlers might not support pty association, if PROGRAM is nil.
12610
12611 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
12612 HOST and USER are strings. They are nil, when there are
12613 incomplete entries in ~/.netrc, for example.
12614 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
12615 root directory ("device busy" error otherwise).
12616
12617 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
12618 Flush file properties of created directory.
12619
12620 2009-10-02 Eli Zaretskii <eliz@gnu.org>
12621
12622 * makefile.w32-in (WINS_BASIC): Remove cedet.
12623 (WINS_CEDET): Add cedet.
12624 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
12625
12626 2009-10-02 Kevin Ryde <user42@zip.com.au>
12627
12628 * net/browse-url.el (browse-url): Pass any symbol in
12629 browse-url-browser-function to `apply', since if you've mistakenly put
12630 an unbound symbol then the error is clearer. (Bug#4531)
12631
12632 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
12633
12634 * allout.el (allout-init, allout-back-to-current-heading)
12635 (allout-beginning-of-current-entry, allout-ascend-to-depth)
12636 (allout-ascend, allout-up-current-level, allout-end-of-level)
12637 (allout-previous-visible-heading, allout-forward-current-level)
12638 (allout-backward-current-level, allout-show-children):
12639 * apropos.el (apropos-describe-plist):
12640 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
12641 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
12642 * completion.el (add-completion, add-permanent-completion):
12643 * descr-text.el (describe-text-category, describe-char):
12644 * desktop.el (desktop-lazy-abort):
12645 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
12646 * dired.el (dired-build-subdir-alist):
12647 * ediff.el (ediff-version):
12648 * elide-head.el (elide-head, elide-head-show):
12649 * emerge.el (emerge-version):
12650 * env.el (getenv):
12651 * face-remap.el (variable-pitch-mode):
12652 * faces.el (describe-face):
12653 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
12654 (dired-at-point):
12655 * files.el (find-file-existing, auto-save-mode):
12656 * font-lock.el (font-lock-fontify-buffer):
12657 * help-fns.el (describe-function, describe-variable)
12658 (describe-syntax, describe-categories):
12659 * help.el (view-lossage, describe-bindings, describe-key)
12660 (describe-mode):
12661 * hexl.el (hexl-current-address):
12662 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
12663 * info.el (Info-goto-emacs-key-command-node):
12664 * log-edit.el (log-edit-insert-cvs-template)
12665 (log-edit-insert-cvs-rcstemplate):
12666 * menu-bar.el (menu-bar-mode):
12667 * mouse.el (mouse-appearance-menu):
12668 * newcomment.el (comment-indent-new-line):
12669 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
12670 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
12671 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
12672 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
12673 * recentf.el (recentf-mode):
12674 * savehist.el (savehist-mode, savehist-save):
12675 * shadowfile.el (shadow-copy-files):
12676 * simple.el (kill-ring-save, next-line, previous-line)
12677 (normal-erase-is-backspace-mode):
12678 * strokes.el (strokes-update-window-configuration)
12679 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
12680 (strokes-xpm-for-stroke):
12681 * time.el (emacs-uptime, emacs-init-time):
12682 * tutorial.el (tutorial--describe-nonstandard-key)
12683 (tutorial--detailed-help):
12684 * type-break.el (type-break-mode)
12685 (type-break-mode-line-message-mode, type-break-query-mode)
12686 (type-break-guesstimate-keystroke-threshold):
12687 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
12688 * version.el (emacs-version):
12689 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
12690 * winner.el (winner-mode):
12691 * calendar/timeclock.el (timeclock-in, timeclock-out)
12692 (timeclock-status-string, timeclock-change)
12693 (timeclock-workday-remaining-string)
12694 (timeclock-workday-elapsed-string)
12695 (timeclock-when-to-leave-string):
12696 * calendar/todo-mode.el (todo-add-category):
12697 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
12698 * emacs-lisp/autoload.el (update-file-autoloads):
12699 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
12700 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
12701 (checkdoc-message-text, checkdoc-defun):
12702 * emacs-lisp/debug.el (debugger-list-functions):
12703 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12704 * emacs-lisp/eieio-opt.el (eieio-describe-class)
12705 (eieio-describe-generic):
12706 * emacs-lisp/lisp-mnt.el (lm-synopsis):
12707 * emacs-lisp/shadow.el (list-load-path-shadows):
12708 * emulation/cua-base.el (cua-mode):
12709 * emulation/edt.el (edt-set-scroll-margins):
12710 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
12711 (tpu-toggle-regexp, tpu-toggle-search-direction)
12712 (tpu-toggle-rectangle, tpu-toggle-control-keys):
12713 * emulation/tpu-extras.el (tpu-set-scroll-margins):
12714 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12715 (viper-set-parsing-style-toggling-macro)
12716 (viper-set-emacs-state-searchstyle-macros):
12717 * emulation/viper.el (viper-set-hooks):
12718 * eshell/esh-mode.el (eshell-truncate-buffer):
12719 * international/mule-cmds.el (prefer-coding-system)
12720 (describe-input-method, describe-language-environment):
12721 * international/mule-diag.el (list-character-sets)
12722 (describe-character-set, describe-coding-system)
12723 (describe-fontset, list-fontsets, list-input-methods):
12724 * mail/sendmail.el (mail-signature):
12725 * net/ange-ftp.el (ange-ftp-copy-file):
12726 * net/browse-url.el (browse-url):
12727 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
12728 * net/quickurl.el (quickurl-add-url):
12729 * net/rcirc.el (names, topic):
12730 * net/xesam.el (xesam-mode):
12731 * play/5x5.el (5x5-new-game):
12732 * play/yow.el (apropos-zippy):
12733 * progmodes/ada-mode.el (ada-mode-version):
12734 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
12735 (f90-end-of-block)
12736 (f90-beginning-of-block):
12737 * progmodes/fortran.el (fortran-end-of-block)
12738 (fortran-beginning-of-block):
12739 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
12740 * progmodes/python.el (python-describe-symbol, python-shell):
12741 * term/ns-win.el (ns-print-buffer):
12742 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
12743 * textmodes/flyspell.el (flyspell-mode-on):
12744 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
12745 (pages-directory-for-addresses):
12746 * textmodes/table.el (table-recognize-cell)
12747 (table-query-dimension, table-generate-source)
12748 (table-insert-sequence, table--warn-incompatibility):
12749 * textmodes/tex-mode.el (tex-validate-buffer):
12750 * textmodes/texinfmt.el (texinfmt-version)
12751 (texinfo-format-buffer):
12752 Use `called-interactively-p' instead of `interactive-p'.
12753
12754 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
12755
12756 * image-mode.el (image-toggle-display):
12757 * emacs-lisp/elp.el (elp-instrument-function):
12758 * emacs-lisp/advice.el (ad-make-advised-definition):
12759 * emacs-lisp/easy-mmode.el (define-minor-mode):
12760 * net/browse-url.el (browse-url-maybe-new-window):
12761 * progmodes/sh-script.el (sh-learn-buffer-indent):
12762 Pass new argument 'any to `called-interactively-p'.
12763
12764 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
12765
12766 * international/uni-bidi.el:
12767 * international/uni-category.el:
12768 * international/uni-combining.el:
12769 * international/uni-comment.el:
12770 * international/uni-decimal.el:
12771 * international/uni-decomposition.el:
12772 * international/uni-digit.el:
12773 * international/uni-lowercase.el:
12774 * international/uni-mirrored.el:
12775 * international/uni-name.el:
12776 * international/uni-numeric.el:
12777 * international/uni-old-name.el:
12778 * international/uni-titlecase.el:
12779 * international/uni-uppercase.el:
12780 Regenerate from Unicode 5.2.0 data.
12781
12782 2009-10-01 Glenn Morris <rgm@gnu.org>
12783
12784 * Makefile.in (ELCFILES): Regenerate.
12785
12786 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12787
12788 * subr.el (interactive-p): Mark obsolete.
12789 (called-interactively-p): Make the optional-ness of `kind' obsolete.
12790 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
12791 advertised-signature-table for subroutines as well.
12792
12793 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
12794 (set-advertised-calling-convention): New function.
12795 (make-obsolete, define-obsolete-function-alias)
12796 (make-obsolete-variable, define-obsolete-variable-alias):
12797 Make the optional-ness of `when' obsolete.
12798 (define-obsolete-face-alias): Make `when' non-optional.
12799 * help-fns.el (help-function-arglist):
12800 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
12801 Use advertised-signature-table.
12802
12803 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
12804
12805 * files.el (delete-directory): New defun. The original function
12806 in fileio.c has been renamed to `delete-directory-internal'.
12807
12808 * dired.el (dired-delete-file): Call `delete-directory' with
12809 RECURSIVE parameter.
12810
12811 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
12812 parameter RECURSIVE. Implementation is missing.
12813
12814 * net/tramp.el (tramp-handle-make-directory): Flush upper
12815 directory's file properties.
12816 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
12817 (tramp-handle-dired-recursive-delete-directory): Flush directory
12818 properties after the remove command only.
12819
12820 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12821 Handle optional parameter RECURSIVE.
12822
12823 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
12824 Handle optional parameter RECURSIVE.
12825
12826 * net/tramp-smb.el (tramp-smb-errors): Add error message for
12827 connection timeout.
12828 (tramp-smb-handle-delete-directory): Handle optional parameter
12829 RECURSIVE.
12830
12831 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12832
12833 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
12834 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
12835 (byte-compile-defmacro): Use backquotes.
12836
12837 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
12838
12839 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
12840 has no associated file.
12841 (vc-resynch-buffer): Use vc-dir-buffers.
12842
12843 2009-10-01 Glenn Morris <rgm@gnu.org>
12844
12845 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
12846 (chart-file-count):
12847 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
12848 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
12849 * emacs-lisp/eieio-opt.el (eieio-describe-class):
12850 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
12851 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
12852 (eieio-copy-parents-into-subclass, make-instance, class-children)
12853 (eieio-generic-form):
12854
12855 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
12856 match-data. (Bug#4555).
12857
12858 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
12859 rather than parsing it as a regexp. This relaxes the layout
12860 requirements and makes errors easier to detect.
12861 (check-declare-verify): Check file is regular.
12862 (check-declare-directory): Doc fix.
12863 * subr.el (declare-function): Doc fix.
12864
12865 * ibuffer.el (ibuffer-format-qualifier):
12866 * isearch.el (hi-lock-regexp-okay):
12867 * calc/calc.el (math-zerop):
12868 * mail/uce.el (rmail-msgbeg, rmail-msgend):
12869 * term/w32-win.el (setup-default-fontset, set-fontset-font):
12870 Remove unused declarations.
12871
12872 2009-09-30 Glenn Morris <rgm@gnu.org>
12873
12874 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
12875
12876 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
12877 filename is not a string.
12878
12879 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
12880
12881 * files.el (safe-local-eval-forms): Fix typo.
12882
12883 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
12884
12885 * vc-hooks.el (vc-dir-buffers): New var.
12886 (vc-state-refresh): New function.
12887 (vc-state): Use it.
12888 (vc-after-save): Always ask the backend to recompute the new state.
12889 Always call vc-dir if necessary, using vc-dir-buffers.
12890 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
12891 Use vc-dir-buffers.
12892 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
12893 (vc-dir-prepare-status-buffer, vc-dir-update)
12894 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
12895 Don't call expand-file-name on default-directory.
12896
12897 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12898
12899 * speedbar.el (speedbar-item-delete):
12900 * calc/calc-prog.el (calc-kbd-if):
12901 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
12902
12903 * epa.el (epa-key-list-mode-map):
12904 * hi-lock.el (hi-lock-menu): Fix typos in menus.
12905
12906 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
12907 (hs-show-hook): Fix typo in docstring.
12908
12909 2009-09-29 Glenn Morris <rgm@gnu.org>
12910
12911 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
12912 file-name-nondirectory call preventing location of cedet files.
12913 (check-declare-verify): Use literal search rather than re-search.
12914 Add basic defmethod and defclass, and define-overloadable-function.
12915
12916 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12917 Use tramp-compat-file-attributes rather than nonexistent
12918 tramp-compat-handle-file-attributes.
12919
12920 * Makefile.in (lisptagsfiles4): New.
12921 (AUTOGENEL): Add cedet loaddefs files.
12922 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
12923 (update-elclist, compile-always, backup-compiled-files)
12924 (bootstrap-clean): Add yet another directory level.
12925 (update-elclist): Use LC_COLLATE rather than COLLATE.
12926 (ELCFILES): Update, via `make update-elclist'.
12927
12928 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12929
12930 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
12931 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
12932 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
12933
12934 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
12935
12936 * Makefile.in (lisptagsfiles3): Define.
12937 (TAGS, TAGS-LISP): Use it.
12938 (update-elclist): Add third directory level to look for elc files.
12939 (compile-always): Likewise.
12940 (backup-compiled-files): Likewise.
12941 (bootstrap-clean): Likewise.
12942 (ELCFILES): Update.
12943
12944 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
12945
12946 * Makefile.in (ELCFILES): Add CEDET files.
12947
12948 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
12949
12950 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
12951
12952 * net/tramp.el (top): Require tramp-imap.
12953
12954 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12955 Use `tramp-compat-handle-file-attributes'.
12956
12957 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12958
12959 * net/tramp-imap.el: New package.
12960
12961 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12962
12963 * whitespace.el (whitespace-trailing-regexp)
12964 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
12965 Fix doc string.
12966
12967 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
12968
12969 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
12970 menu.
12971
12972 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
12973 menu-bar-ediff-menu.
12974
12975 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
12976 define-overloadable-function.
12977
12978 * progmodes/autoconf.el: Provide autoconf as well, so that this
12979 file can be `require'd.
12980
12981 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
12982
12983 * emacs-lisp/autoload.el (generated-autoload-feature)
12984 (generated-autoload-load-name): New vars.
12985 (autoload-rubric, autoload-generate-file-autoloads): Use them.
12986 (make-autoload): Recognize define-overloadable-function and
12987 defclass forms (for EIEIO).
12988
12989 * Makefile.in (update-subdirs): Exclude cedet directory.
12990
12991 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
12992
12993 * term/ns-win.el: Don't set the region face background. (Bug#4381)
12994
12995 * faces.el: Default light-background background for region face to
12996 ns_selection_color under NS.
12997
12998 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
12999
13000 * net/imap-hash.el: New library, see NEWS.
13001
13002 * Makefile.in (ELCFILES): Add imap-hash.el.
13003
13004 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
13005
13006 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
13007 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
13008 * help-macro.el (make-help-screen): Avoid using an ambiguous function
13009 definition where the docstring could be taken for the return value.
13010
13011 2009-09-26 Glenn Morris <rgm@gnu.org>
13012
13013 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
13014 Add option to only show images below a certain size.
13015 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
13016 save-excursion calls.
13017
13018 2009-09-26 Eli Zaretskii <eliz@gnu.org>
13019
13020 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
13021 subdirectories) and eieio.
13022
13023 2009-09-26 Alan Mackenzie <acm@muc.de>
13024
13025 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
13026 buggy bracketing. (Bug#4289)
13027
13028 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
13029 character constants (as case labels). (Bug#4289)
13030
13031 2009-09-25 Juri Linkov <juri@jurta.org>
13032
13033 * files.el (safe-local-eval-forms): Allow time-stamp in
13034 before-save-hook (Bug#4554).
13035
13036 2009-09-25 Drew Adams <drew.adams@oracle.com>
13037
13038 * menu-bar.el (list-buffers-directory): Doc fix.
13039
13040 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
13041
13042 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
13043 Try and avoid copying twice the same paragraph.
13044 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
13045 Remove save-excursion.
13046 (log-edit-changelog-entry): Do it here instead.
13047
13048 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
13049
13050 * bs.el (bs--get-file-name): Use `list-buffers-directory'
13051 when available, instead of hardcoding mode names. Doc fix.
13052
13053 * menu-bar.el (list-buffers-directory): Add docstring.
13054 Make automatically buffer-local.
13055
13056 * dired.el (dired-mode):
13057 * files.el (cd-absolute):
13058 * pcvs.el (cvs-temp-buffer):
13059 * pcvs-util.el (cvs-get-buffer-create):
13060 * shell.el (shell-mode):
13061 * vc-dir.el (vc-dir-mode):
13062 Don't make `list-buffers-directory' buffer local.
13063
13064 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
13065
13066 * comint.el (comint-exec, comint-run, make-comint):
13067 Doc fixes (Bug#4542).
13068
13069 2009-09-25 Glenn Morris <rgm@gnu.org>
13070
13071 * mail/rmailmm.el (rmail-mime): New custom group.
13072 Move all defcustoms in this file into this group.
13073 (rmail-mime-media-type-handlers-alist): Revert previous change.
13074 (rmail-mime-show-images): New option.
13075 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
13076 references to it, since it wasn't actually used for anything.
13077 (rmail-mime-insert-image): New function.
13078 (rmail-mime-image): Use rmail-mime-insert-image.
13079 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
13080 obey the value of `rmail-mime-show-images' option. Print the size of
13081 attachments.
13082
13083 2009-09-25 David Engster <deng@randomsample.de>
13084
13085 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
13086
13087 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13088
13089 * whitespace.el: Does not highlight trailing spaces While point is
13090 at end of line. Does not highligt spaces at beginning of buffer
13091 while point is at beginning of buffer. Does not highlight spaces
13092 at end of buffer while point is at end of buffer. (Bug#4177)
13093 New version 12.0.
13094 (whitespace-display-mappings): Adjust initialization.
13095 (whitespace-point, whitespace-font-lock-refontify): New vars.
13096 (whitespace-color-on, whitespace-color-off): Adjust code.
13097 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13098 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
13099 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
13100
13101 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
13102
13103 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
13104
13105 * textmodes/sgml-mode.el: Remove xml-mode alias.
13106
13107 * files.el (auto-mode-alist, conf-mode-maybe)
13108 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
13109
13110 2009-09-24 Alan Mackenzie <acm@muc.de>
13111
13112 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
13113 c-forward-conditionals, but it doesn't move point and doesn't set
13114 the mark.
13115 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
13116 (c-down-conditional-with-else, c-backward-conditional)
13117 (c-forward-conditional): Refactor to use c-scan-conditionals.
13118
13119 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
13120
13121 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
13122 (help-default-arg-highlight): Remove.
13123 (help-highlight-arg): New function.
13124 (help-do-arg-highlight): Use it.
13125 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
13126
13127 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13128
13129 * term.el (term-set-scroll-region, term-handle-ansi-escape):
13130 Undo last change, which didn't fix the problem and introduced others.
13131
13132 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
13133
13134 * progmodes/gdb-mi.el: Don't require speedbar.
13135 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
13136
13137 2009-09-24 Glenn Morris <rgm@gnu.org>
13138
13139 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
13140
13141 * term/ns-win.el (ns-reg-to-script): Define for compiler.
13142
13143 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
13144 there is no newline after the final mime boundary. (Bug#4539)
13145 Move markers on insertion so that any buttons inserted don't end up in
13146 the next part of a multipart message.
13147 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
13148 (rmail-mime-bulk-handler): Optionally handle images.
13149 (rmail-mime-image): New button action.
13150 (rmail-mime-image-handler): New function.
13151 (rmail-mime-mode): New mode.
13152 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
13153
13154 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13155
13156 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
13157 than just dropping elements from it (bug#4504).
13158
13159 * term.el (term-set-scroll-region): Don't move cursor any more.
13160 (term-handle-ansi-escape): Call term-goto here instead.
13161 Suggested by Ivan Kanis <apple@kanis.eu>.
13162
13163 * term.el: Require CL.
13164 (term-ansi-reset): New function.
13165 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
13166 (term-handle-colors-array): Simplify.
13167
13168 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
13169
13170 * allout.el (allout-overlay-interior-modification-handler)
13171 (allout-obtain-passphrase):
13172 * epa-file.el (epa-file-write-region):
13173 * ps-print.el (ps-begin-job):
13174 * vc-hooks.el (vc-toggle-read-only):
13175 * vc-rcs.el (vc-rcs-rollback):
13176 * vc-sccs.el (vc-sccs-rollback):
13177 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
13178 (vc-version-diff, vc-revert, vc-rollback):
13179 * wdired.el (wdired-check-kill-buffer):
13180 * emacs-lisp/authors.el (authors):
13181 * net/socks.el (socks-open-connection):
13182 * net/zeroconf.el (zeroconf-service-add-hook):
13183 * obsolete/vc-mcvs.el (vc-mcvs-register):
13184 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
13185 (gdb-select-frame):
13186 * progmodes/grep.el (lgrep, rgrep):
13187 * progmodes/idlw-help.el (idlwave-help-check-locations)
13188 (idlwave-help-html-link, idlwave-help-assistant-open-link):
13189 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13190 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
13191 (reftex-toc-rename-label): Fix typos in error messages.
13192
13193 * dired-aux.el (dired-do-shell-command): Reflow docstring.
13194 (dired-copy-how-to-fn): Doc fix.
13195 (dired-files-attributes, dired-read-shell-command):
13196 Fix typos in docstrings.
13197
13198 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
13199 (dired-x-find-file-other-window): Reflow docstrings.
13200 (dired-omit-marker-char, dired-read-shell-command)
13201 (dired-x-submit-report): Fix typos in docstrings.
13202
13203 * shell.el (shell-mode-hook):
13204 * view.el (View-scroll-line-forward):
13205 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
13206 Fix typos in docstrings.
13207
13208 * net/dig.el (dig-invoke): Fix typo in docstring.
13209 (query-dig): Reflow docstring.
13210
13211 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
13212 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
13213 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
13214 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
13215 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
13216 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
13217 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
13218 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
13219 (idlwave-completion-map, idlwave-current-indent)
13220 (idlwave-custom-ampersand-surround, idlwave-customize)
13221 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
13222 (idlwave-define-abbrev, idlwave-determine-class-special)
13223 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
13224 (idlwave-end-block-reg, idlwave-end-of-statement)
13225 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
13226 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
13227 (idlwave-explicit-class-listed, idlwave-file-header)
13228 (idlwave-fill-paragraph, idlwave-find-class-definition)
13229 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
13230 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
13231 (idlwave-in-quote, idlwave-indent-action-table)
13232 (idlwave-indent-expand-table, idlwave-indent-line)
13233 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
13234 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
13235 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
13236 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
13237 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
13238 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
13239 (idlwave-outlawed-buffers, idlwave-popup-select)
13240 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
13241 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
13242 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
13243 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
13244 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
13245 (idlwave-statement-type, idlwave-struct-skip)
13246 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
13247 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
13248 (idlwave-what-module-find-class): Fix typos in docstrings.
13249 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
13250 (idlwave-calculate-cont-indent, idlwave-expand-equal)
13251 (idlwave-find-module, idlwave-find-structure-definition)
13252 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
13253 (idlwave-list-load-path-shadows, idlwave-next-statement)
13254 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
13255 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
13256 (idlwave-template): Reflow docstrings.
13257
13258 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
13259 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
13260 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
13261 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
13262 (idlwave-shell-display-line, idlwave-shell-display-wframe)
13263 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
13264 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
13265 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
13266 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
13267 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
13268 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
13269 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
13270 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
13271 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
13272 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
13273 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
13274 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
13275 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
13276 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
13277 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
13278 Fix typos in docstrings.
13279 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
13280 (idlwave-shell-hide-output, idlwave-shell-mode)
13281 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
13282 Reflow docstrings.
13283
13284 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
13285
13286 2009-09-24 Ivan Kanis <apple@kanis.eu>
13287
13288 * term.el (term-bold-attribute): New var.
13289 (term-handle-colors-array): Use it.
13290
13291 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
13292
13293 * progmodes/gdb-mi.el (gdb-version): New variable.
13294 (gdb-non-stop-handler): Set gdb-version.
13295 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
13296 Condition "--thread" option on gdb-version.
13297 (gdb-invalidate-threads): Remove unused argument.
13298
13299 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13300
13301 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
13302 to looking-back to avoid ridiculous slow down in large files (bug#4511).
13303
13304 2009-09-23 Glenn Morris <rgm@gnu.org>
13305
13306 * mail/rmail.el (rmail-reply): Don't try to add a References header when
13307 replying to mail without References or Message-Id. (Bug#4525)
13308
13309 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
13310
13311 * term/ns-win.el (ns-reg-to-script): New variable.
13312
13313 2009-09-23 Daiki Ueno <ueno@unixuser.org>
13314
13315 * epg.el (epg-wait-for-status): Preserve existing 'error results.
13316
13317 2009-09-22 Sam Steingold <sds@gnu.org>
13318
13319 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
13320 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
13321 to 1 because hg returns status 1 when nothing is found.
13322 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
13323
13324 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13325
13326 * textmodes/fill.el: Convert to utf-8 encoding.
13327 (fill-french-nobreak-p): Remove redundant » and « inherited from our
13328 pre-Unicode days.
13329
13330 * add-log.el (change-log-fill-forward-paragraph): New function.
13331 (change-log-mode): Use it so fill-region DTRT.
13332 Set fill-indent-according-to-mode here rather than in
13333 change-log-fill-paragraph.
13334 (change-log-fill-paragraph): Remove.
13335
13336 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
13337
13338 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
13339 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
13340
13341 2009-09-22 Glenn Morris <rgm@gnu.org>
13342
13343 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
13344 the scroll-bar scroll the calendar window rather than the buffer.
13345
13346 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
13347 commands that move point (as opposed to scrolling).
13348
13349 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
13350
13351 * emacs-lisp/elint.el (elint): New custom group.
13352 (elint-log-buffer): Make it a defcustom.
13353 (elint-scan-preloaded, elint-ignored-warnings)
13354 (elint-directory-skip-re): New options.
13355 (elint-builtin-variables): Doc fix.
13356 (elint-preloaded-env): New variable.
13357 (elint-unknown-builtin-args): Add an entry for encode-time.
13358 (elint-extra-errors): Make it a variable rather than a constant.
13359 (elint-preloaded-skip-re): New constant.
13360 (elint-directory): Skip files matching elint-directory-skip-re.
13361 (elint-features): New variable, local to linted buffers.
13362 (elint-update-env): Initialize elint-features. Possibly add
13363 elint-preloaded-env to the buffer's environment.
13364 (elint-get-top-forms): Bind elint-current-pos, for log messages.
13365 Skip quoted forms.
13366 (elint-init-form): New function, extracted from elint-init-env.
13367 Make non-list forms a warning rather than an error.
13368 Add the mode-map for define-derived-mode. Handle define-minor-mode,
13369 easy-menu-define, put that adds an error-condition, and provide.
13370 When requiring cl, also require cl-macs. Really require cl, to handle
13371 some cl macros. Store required libraries in the list elint-features,
13372 so as not to re-load them. Treat cc-require like require.
13373 (elint-init-env): Call elint-init-form to do the work.
13374 Handle eval-and-compile and such like.
13375 (elint-add-required-env): Do not clear messages.
13376 (elint-special-forms): Add handlers for function, defalias, if, when,
13377 unless, and, or.
13378 (elint-form): Add optional argument to ignore elint-special-forms,
13379 useful to prevent recursive calls from handlers. Doc fix.
13380 Respect elint-ignored-warnings.
13381 (elint-form): Respect elint-ignored-warnings.
13382 (elint-bound-variable, elint-bound-function): New variables.
13383 (elint-unbound-variable): Respect elint-bound-variable.
13384 (elint-get-args): Respect elint-bound-function.
13385 (elint-check-cond-form): Add some simple handling for (f)boundp and
13386 featurep tests.
13387 (elint-check-defalias-form): New handler.
13388 (elint-check-let-form): Make an empty let a warning rather than an
13389 error.
13390 (elint-check-setq-form): Make an empty setq a warning rather than an
13391 error. Respect elint-ignored-warnings.
13392 (elint-check-defvar-form): Accept null doc-strings.
13393 (elint-check-conditional-form): New handler. Does some simple-minded
13394 checking of featurep and (f)boundp tests.
13395 (elint-put-function-args): New function.
13396 (elint-initialize): Use elint-scan-doc-file rather than
13397 elint-find-builtin-variables. Use elint-put-function-args.
13398 Possibly scan preloaded-file-list.
13399 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
13400 extend to handle functions as well.
13401
13402 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
13403
13404 * linum.el (linum-delete-overlays, linum-update-window):
13405 Do not modify the right margin. (Bug#3971)
13406
13407 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
13408
13409 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
13410 nxml-mode instead of xml-mode.
13411
13412 2009-09-21 Kevin Ryde <user42@zip.com.au>
13413
13414 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
13415
13416 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13417
13418 * net/dig.el (dig-mode): Use define-derived-mode.
13419
13420 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
13421
13422 * vc-dispatcher.el (vc-do-command): Return the process object in
13423 the asynchronous case. Use when instead of if. Do not run
13424 vc-exec-after to display a message if not enabled. (Bug#4463)
13425
13426 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
13427 properties to the stash strings.
13428 (vc-git-stash-list): Return a list of strings.
13429 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
13430 (vc-git-stash-show-at-point): New functions.
13431 (vc-git-stash-map): New keymap.
13432
13433 * register.el (ctl-x-r-map): Define the keys here instead of
13434 using autoload.
13435
13436 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
13437
13438 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
13439 list, to workaround performance problem (bug#4485).
13440
13441 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
13442
13443 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
13444
13445 2009-09-20 Daiki Ueno <ueno@unixuser.org>
13446
13447 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13448 Document that this option is not recommended to use.
13449
13450 2009-09-19 Glenn Morris <rgm@gnu.org>
13451
13452 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13453 variable `var'.
13454
13455 * calc/calc-alg.el (var):
13456 * calc/calcalg2.el (var): Define for compiler.
13457
13458 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
13459
13460 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13461 Doc fix (Bug#3932).
13462
13463 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13464
13465 * time-stamp.el (time-stamp-month-dd-yyyy)
13466 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13467 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13468 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
13469 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13470 Remove functions that have been obsolete since 1995 (Bug#4436).
13471
13472 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13473 indent buffer only if called interactively (Bug#4452).
13474
13475 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
13476 Eli Zaretskii <eliz@gnu.org>
13477
13478 This fixes bug#4197 (merged to bug#865, though not identical).
13479 * server.el (server-auth-dir): Add docstring note about FAT32.
13480 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13481 but warn against using them.
13482
13483 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
13484
13485 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13486 older GDB where there is no has_more field.
13487
13488 2009-09-19 Glenn Morris <rgm@gnu.org>
13489
13490 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13491
13492 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
13493
13494 * files.el (auto-mode-alist): Change default for XML files to nXML
13495 mode (Bug#4169).
13496
13497 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
13498
13499 * server.el (server-ensure-safe-dir): Pass 'integer
13500 to `file-attributes', as suggested.
13501
13502 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13503
13504 * dired-aux.el (dired-query-alist): Remove spurious backslash.
13505 (dired-query): Use read-key.
13506
13507 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
13508
13509 * cus-start.el (ns-use-qd-smoothing): Remove.
13510
13511 2009-09-18 Glenn Morris <rgm@gnu.org>
13512
13513 * allout.el (top-level): Remove unnecessary progn.
13514
13515 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13516
13517 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13518 definition of abbrev table.
13519
13520 * speedbar.el (speedbar-track-mouse):
13521 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
13522 * net/eudc.el (eudc-expand-inline):
13523 * net/newst-backend.el (newsticker--cache-read-feed):
13524 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
13525 condition-case handlers.
13526
13527 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
13528
13529 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
13530 (gdb-var-list): Add an element for has_more field.
13531 (gdb-non-stop-handler): Enable pretty printing for STL containers.
13532 (gdb-var-create-handler, gdb-var-list-children-handler-1)
13533 (gdb-var-update-handler-1): Parse output of dynamic variable
13534 objects (STL containers).
13535 (gdb-var-delete-1): Pass var1 as an explicit second argument.
13536 (gdb-get-field): Delete alias. Use bindat-get-field directly.
13537
13538 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13539 gdb-var-list.
13540 (gud-speedbar-buttons): Make node expandable if expression "has more"
13541 children.
13542
13543 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
13544
13545 * startup.el (emacs-quick-startup): Remove variable and all uses.
13546 (command-line): Set `inhibit-x-resources' instead.
13547 (command-line-1): Use `inhibit-x-resources' instead.
13548
13549 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
13550
13551 * subr.el: Fix last change to avoid using the `unless' macro,
13552 which breaks bootstrapping.
13553
13554 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13555
13556 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13557 extended definitions, in case we reload subr.el after having
13558 loaded CL.
13559 (eval-next-after-load): Mark as obsolete.
13560
13561 2009-09-17 Juri Linkov <juri@jurta.org>
13562
13563 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13564 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13565 (menu-bar-showhide-menu, menu-bar-tools-menu)
13566 (menu-bar-describe-menu, menu-bar-help-menu)
13567 (minibuffer-local-completion-map, minibuffer-local-map):
13568 Fix list quoting.
13569
13570 2009-09-17 Glenn Morris <rgm@gnu.org>
13571
13572 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
13573 arguments, whether or not it has a handler.
13574
13575 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
13576
13577 * simple.el (hard-newline): Give it a doc-string.
13578
13579 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13580 (lisp-mode-syntax-table): Give them doc-strings.
13581
13582 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
13583
13584 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
13585 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
13586 (menu-bar-options-menu, menu-bar-showhide-menu)
13587 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
13588 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
13589 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
13590 (menu-bar-options-menu, menu-bar-tools-menu)
13591 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
13592 (menu-bar-help-menu):
13593 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
13594 string arguments.
13595
13596 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
13597 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
13598 calls for the menu names and :help.
13599
13600 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13601
13602 * mouse.el (minor-mode-menu-from-indicator): Pay attention
13603 to :minor-mode-function (bug#4455).
13604
13605 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13606
13607 * startup.el (command-line): Initialize the window-system after
13608 processing the command-line.
13609
13610 * textmodes/page.el (what-page): Make sure we don't inf-loop if
13611 page-delimiter matches the empty string.
13612
13613 2009-09-16 Glenn Morris <rgm@gnu.org>
13614
13615 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13616 byte-compile-not-obsolete-var. It's a list now.
13617 (byte-compile-not-obsolete-funcs): New variable.
13618 (byte-compile-warn-obsolete): Don't warn about functions if they are in
13619 byte-compile-not-obsolete-funcs.
13620 (byte-compile-variable-ref, byte-compile-defvar): Update for
13621 byte-compile-not-obsolete-vars name-change and list nature.
13622 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13623 and variables behind (f)boundp tests.
13624 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13625
13626 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13627
13628 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13629
13630 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13631
13632 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13633 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13634 Don't autoload.
13635
13636 2009-09-15 Stephen Eglen <stephen@gnu.org>
13637
13638 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
13639 the virtual-buffers, use the name of the buffer specified by
13640 find-file-noselect, as the match may be a symlink. (This was a
13641 problem if the target and the symlink had different names.)
13642
13643 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13644
13645 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13646
13647 * desktop.el (desktop-path): Check user-emacs-directory.
13648
13649 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13650
13651 * loadup.el: Use after-load-functions to GC after loading each file.
13652 Remove the explicit GC calls that used to be sprinkled around.
13653
13654 * subr.el (after-load-functions): New hook.
13655 (do-after-load-evaluation): Run it. Use string-match-p to detect
13656 `obsolete' packages, rather than painfully extracting the relevant
13657 directory name.
13658
13659 2009-09-15 Glenn Morris <rgm@gnu.org>
13660
13661 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13662 free variable `doc'.
13663
13664 * dired.el (dired-mode-map): Add menu entry for async shell command.
13665
13666 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13667 variables, also consider the .elc files, since the .el files are
13668 normally gzipped (subsequent code locates the .el.gz from the .elc).
13669
13670 * calc/calc-prog.el (arglist): Define for compiler.
13671
13672 * calendar/diary-lib.el (diary-display-function): Change the default to
13673 fancy display.
13674 (body): Define for compiler.
13675
13676 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13677 (byte-compile-file-form, byte-compile-lambda)
13678 (byte-compile-top-level-body, byte-compile-form)
13679 (byte-compile-variable-ref, byte-compile-setq)
13680 (byte-compile-setq-default, byte-compile-body)
13681 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13682 (batch-byte-compile): Give some more local variables with common names
13683 a "bytecomp-" prefix to avoid masking warnings about free variables.
13684
13685 * startup.el (command-line-1): Give local variables with common names a
13686 distinguishing prefix, so as not to hide free variable warnings during
13687 bootstrap.
13688
13689 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13690 clever and add a suffix to make a unique name, just let the user decide
13691 whether or not to overwrite it. If the input is a directory, write the
13692 default filename to that directory. (Bug#4388)
13693 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13694 is a filename-as-a-directory.
13695
13696 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13697
13698 * textmodes/page.el (what-page): Don't move to beginning of line.
13699 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13700
13701 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13702
13703 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13704
13705 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
13706
13707 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
13708 * help.el (help-for-help-internal): Add purecopy calls for text.
13709
13710 * vc.el (top): print-log method now takes an optional SHORTLOG
13711 argument. Add a new method: root.
13712 (vc-root-diff, vc-print-root-log): New functions.
13713 (vc-log-short-style): New variable.
13714 (vc-print-log-internal): Add support for showing short logs.
13715
13716 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
13717 vc-print-root-log and vc-print-root-diff.
13718
13719 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
13720 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
13721 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
13722 short logs.
13723
13724 * vc-cvs.el (vc-cvs-print-log):
13725 * vc-mtn.el (vc-mtn-print-log):
13726 * vc-rcs.el (vc-rcs-print-log):
13727 * vc-sccs.el (vc-sccs-print-log):
13728 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
13729 that is ignored for now.
13730
13731 * vc-mtn.el (vc-mtn-annotate-command):
13732 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
13733
13734 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13735
13736 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
13737 to function-key-map, and give them ascii-character property.
13738 * term/x-win.el (x-alternatives-map):
13739 * term/ns-win.el (ns-alternatives-map):
13740 * term/internal.el (msdos-key-remapping-map):
13741 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
13742
13743 2009-09-14 Glenn Morris <rgm@gnu.org>
13744
13745 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
13746 temp-buffers (2009-09-12).
13747
13748 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13749
13750 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
13751 the new read-key function.
13752
13753 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
13754
13755 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
13756 is defined (Bug#4405).
13757
13758 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
13759
13760 * recentf.el (recentf-cleanup): Use a hash table to find
13761 duplicates (Bug#4407).
13762
13763 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
13764
13765 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
13766 kp-0 to ascii equivalents (Bug#4325).
13767
13768 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
13769
13770 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
13771
13772 * eshell/em-hist.el:
13773 * eshell/em-dirs.el (eshell-complete-user-reference):
13774 Declare pcomplete functions and variables to avoid compiler warnings.
13775
13776 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
13777
13778 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
13779 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
13780 * eshell/em-alias.el (eshell-aliases-file):
13781 * eshell/em-hist.el (eshell-history-file-name):
13782 Use expand-file-name instead of concat to make file names (Bug#4308).
13783
13784 2009-09-13 Glenn Morris <rgm@gnu.org>
13785
13786 * ediff-merg.el (ediff-do-merge):
13787 * filesets.el (filesets-run-cmd):
13788 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
13789 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
13790 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
13791 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
13792 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
13793 Replace empty `let's with `progn'.
13794
13795 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13796
13797 * mail/sendmail.el (send-mail-function):
13798 * tooltip.el (tooltip-mode):
13799 * simple.el (transient-mark-mode):
13800 * rfn-eshadow.el (file-name-shadow-mode):
13801 * frame.el (blink-cursor-mode):
13802 * font-core.el (global-font-lock-mode):
13803 * files.el (temporary-file-directory)
13804 (small-temporary-file-directory, auto-save-file-name-transforms):
13805 * epa-hook.el (auto-encryption-mode):
13806 * composite.el (global-auto-composition-mode):
13807 Use custom-initialize-delay.
13808 * startup.el (command-line): Don't explicitly call
13809 custom-reevaluate-setting for all the above vars.
13810 * custom.el (custom-initialize-safe-set)
13811 (custom-initialize-safe-default): Delete.
13812
13813 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13814
13815 * term/x-win.el (x-initialize-window-system):
13816 * term/w32-win.el (w32-initialize-window-system):
13817 * term/ns-win.el (ns-initialize-window-system): Don't call
13818 mouse-wheel-mode since it's enabled globally by default already.
13819
13820 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
13821 actually define the variable, but only silences the byte-compiler.
13822 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
13823 before looking it up.
13824 (mouse-wheel-scroll-amount): Also reset the bindings if this value
13825 is changed.
13826
13827 2009-09-12 Glenn Morris <rgm@gnu.org>
13828
13829 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
13830 1000.
13831 (elint-add-required-env): Don't beep on error.
13832 (elint-forms): In case of error, return ENV unchanged.
13833 (elint-init-env): Skip non-list forms.
13834 (elint-log): Handle unknown file positions.
13835
13836 2009-09-12 Daiki Ueno <ueno@unixuser.org>
13837
13838 * epg.el (epg-make-context): Add autoload cookie.
13839 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
13840 (epg-decrypt-string, epg-start-verify, epg-verify-file)
13841 (epg-verify-string, epg-start-sign, epg-sign-file)
13842 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
13843 (epg-encrypt-string, epg-start-export-keys)
13844 (epg-export-keys-to-file, epg-export-keys-to-string)
13845 (epg-start-import-keys, epg-import-keys-from-file)
13846 (epg-import-keys-from-string, epg-start-receive-keys)
13847 (epg-receive-keys, epg-import-keys-from-server)
13848 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
13849 (epg-sign-keys, epg-start-generate-key)
13850 (epg-generate-key-from-file, epg-generate-key-from-string):
13851 Remove autoload cookie.
13852
13853 2009-09-12 Eli Zaretskii <eliz@gnu.org>
13854
13855 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
13856 reevaluation of trash-directory.
13857
13858 * mwheel.el: Fix last change.
13859 (mouse-wheel-mode): New defvar.
13860 (mouse-wheel-mode): Remove autoload cookie.
13861
13862 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13863
13864 * mwheel.el (mwheel-installed-bindings): New var.
13865 (mouse-wheel-mode): Use it, so as to make sure we really remove all
13866 the bindings we set last time. Use custom-initialize-delay.
13867 * loadup.el: Load mwheel after term/*-win.el.
13868 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
13869 and mouse-wheel-up-event now that their first evaluation is done
13870 sufficiently late to be correct.
13871
13872 * startup.el (tutorial-directory): Make it a defcustom.
13873 Use custom-initialize-delay rather than eval-at-startup to set it.
13874 * image.el (image-load-path): Make it a defcustom.
13875 Use custom-initialize-delay rather than eval-at-startup to set it.
13876 * subr.el (eval-at-startup): Remove.
13877 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
13878
13879 * subr.el (do-after-load-evaluation): Warn the user after loading an
13880 obsolete package.
13881
13882 2009-09-12 Glenn Morris <rgm@gnu.org>
13883
13884 * proced.el (proced-mark-alt): Remove alias.
13885 (proced-mode-map): Remove proced-mark-alt.
13886
13887 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
13888 Elint file and directory. Remove initialization entry.
13889
13890 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
13891 commands.
13892 (elint-current-buffer): Set mode-line-process.
13893 (elint-init-env): Handle define-derived-mode.
13894 Fix declare-function with unspecified arglist. Guard against odd
13895 defalias statements (eg iso-insert's 8859-1-map).
13896 (elint-add-required-env): Use a temp buffer.
13897 (elint-form): Just print the function/macro name, not the whole form.
13898 Return env unchanged if we fail to parse a macro.
13899 (elint-forms): Guard against parse errors.
13900 (elint-output): New function, to handle batch mode.
13901 (elint-log-message): Add optional argument. Use elint-output.
13902 (elint-set-mode-line): New function.
13903
13904 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
13905
13906 * emacs-lisp/elp.el (elp-not-profilable): Add more
13907 functions (Bug#4233).
13908
13909 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
13910
13911 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
13912 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
13913
13914 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
13915
13916 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
13917 (gdb-var-list-children): Use json parsing.
13918
13919 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
13920
13921 * progmodes/js.el (js--proper-indentation): Handle the case where
13922 char-before is null. Reported by Deniz Dogan.
13923
13924 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
13925
13926 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
13927
13928 2009-09-11 Daiki Ueno <ueno@unixuser.org>
13929
13930 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
13931 (epg-digest-algorithm-alist): Add SHA224.
13932 (epg-context-set-passphrase-callback)
13933 (epg-context-set-progress-callback): Add description about
13934 callback function.
13935
13936 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13937
13938 * custom.el (custom-delayed-init-variables): New var.
13939 (custom-initialize-delay): New function.
13940 * startup.el (command-line): "Re"evaluate all vars in
13941 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
13942 explicitly any more.
13943 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
13944 to avoid creating a ~/.emacs.d at build-time (bug#4347).
13945
13946 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
13947
13948 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
13949
13950 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
13951 (gdb-var-update-handler): Use json parsing.
13952
13953 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
13954
13955 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
13956 decode annotated text, regardless of language environment. (Bug#2741)
13957
13958 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13959
13960 * Makefile.in (autoloads): Make rmail.el writable as well.
13961
13962 2009-09-11 Glenn Morris <rgm@gnu.org>
13963
13964 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
13965 loaddefs.el.
13966 * dired.el: Regenerate with extracted autoloads.
13967 * Makefile.in (autoloads): Make dired.el writable.
13968
13969 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
13970 * ibuffer.el: Regenerate with extracted autoloads.
13971 * Makefile.in (autoloads): Make ibuffer.el writable.
13972
13973 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
13974 * version.el (emacs-copyright, emacs-major-version)
13975 (emacs-minor-version): Reformat doc-strings for make-docfile.
13976
13977 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
13978 functions and variables, since they must be stuff specific to some other
13979 platform.
13980 (apropos-print): Make mouse-click message less specific about button.
13981
13982 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
13983 that records where a macro was defined.
13984 * help-fns.el (describe-function-1): Mention if a function has a
13985 compiler-macro.
13986 * help-mode.el (help-function-cmacro): New button.
13987
13988 * locate.el (top-level): Always require dired.
13989 (locate-mode-map): Initialize inside the defvar.
13990
13991 * net/ange-ftp.el (dired-compress-file): Declare.
13992 (ange-ftp-dired-compress-file): Add doc string.
13993
13994 * term/ns-win.el (x-display-name, x-setup-function-keys):
13995 Unify doc-strings with X versions.
13996
13997 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13998
13999 * emulation/crisp.el (crisp-mode-map): Move initialization
14000 into declaration.
14001 (crisp-mode): Use define-minor-mode.
14002
14003 * progmodes/xscheme.el (xscheme-evaluation-commands):
14004 Put a :advertised-binding property rather than using
14005 advertised-xscheme-send-previous-expression.
14006 (advertised-xscheme-send-previous-expression): Declare obsolete.
14007 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
14008 `advertised-undo'.
14009 (crisp-mode): Add corresponding bindings to
14010 undo's :advertised-binding instead.
14011 * dired.el (dired-mode-map): Put a :advertised-binding property rather
14012 than using dired-advertised-find-file.
14013 (dired-advertised-find-file):
14014 * simple.el (advertised-undo):
14015 * wid-edit.el (advertised-widget-backward): Declare obsolete.
14016 (widget-keymap): Put a :advertised-binding property rather
14017 than using advertised-widget-backward.
14018 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
14019 than using advertised-undo.
14020 * tutorial.el (tutorial--default-keys): Adjust accordingly.
14021
14022 2009-09-10 Simon South <ssouth@slowcomputing.org>
14023
14024 * progmodes/delphi.el (delphi-tab): Indent region when Transient
14025 Mark mode is enabled and region is active; otherwise indent or
14026 insert TAB as usual.
14027 (delphi-mode): Update description of TAB-key binding.
14028
14029 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
14030
14031 * subr.el (define-key-rebound-commands): Mark obsolete.
14032 * startup.el (precompute-menubar-bindings): Remove.
14033 (normal-top-level): Remove obsolete code that tried to precompute
14034 menubar bindings.
14035 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
14036 define-key-rebound-commands and precompute-menubar-bindings.
14037
14038 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
14039
14040 * net/imap.el (imap-interactive-login): Better messages.
14041 (imap-open): Fix bug with renamed buffer on reconnect.
14042 (imap-authenticate): Add buffer-local imap-last-authenticator variable
14043 for easier debugging and cleaner code. On successful (guessed based on
14044 server capabilities) secondary authentication, set imap-state
14045 correctly.
14046 (imap-last-authenticator): Define imap-last-authenticator as a variable
14047 to avoid warnings.
14048
14049 2009-09-10 Glenn Morris <rgm@gnu.org>
14050
14051 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
14052
14053 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
14054 (byte-compile-file-form-autoload): Don't warn about unknown functions
14055 where the autoload statement comes after the use.
14056 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
14057 that any handlers inside the body (eg require) are in turn respected.
14058
14059 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
14060 effects.
14061
14062 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
14063 and syntax and abbrev tables basic docs, if they don't have any.
14064
14065 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
14066
14067 * international/mule-cmds.el (top-level): Require cl when compiling.
14068 (view-hello-file): Use default-value rather than
14069 default-enable-multibyte-characters.
14070
14071 * progmodes/fortran.el: Move all safe and risky properties into the
14072 defcustoms.
14073
14074 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
14075 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
14076 * mail/undigest.el:
14077 Put autoloads in rmail.el rather than loaddefs.el.
14078 * mail/rmail.el: Regenerate with extracted autoloads.
14079
14080 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
14081 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
14082
14083 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
14084
14085 Reported in thread for Bug#4375.
14086 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
14087 "-data-evaluate-expression" instead of print.
14088 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
14089 (gdb-tooltip-print): Parse output from above MI command.
14090 (gdb): Revert 2009-08-11 change. User should detach inferior
14091 manually.
14092
14093 Remove the word "separate" from IO functions as inferior
14094 output is now never displayed in the GUD buffer.
14095
14096 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
14097
14098 * startup.el (command-line-normalize-file-name): On Windows and
14099 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
14100
14101 2009-09-10 Juri Linkov <juri@jurta.org>
14102
14103 * isearch.el (isearch-text-char-description): Propertize escape
14104 character sequences with the `escape-glyph' face. (Bug#4344)
14105
14106 * simple.el (shell-command): Set asynchronous process filter to
14107 `comint-output-filter'. (Bug#4343)
14108
14109 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
14110 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
14111 the list. Move "asm" to the bottom.
14112 (grep-find-ignored-directories): Add `choice' with nil value
14113 to empty the list easily.
14114 (grep-find-ignored-files): New option.
14115 (grep-files-history): Set to nil by default instead of '("ch" "el").
14116 (grep-compute-defaults): Add "<X>" to `grep-template'.
14117 (grep-read-files): Bind new local variables `default-alias' and
14118 `default-extension'. Use a list of default values for the file prompt.
14119 (lgrep): Add `--exclude=' command line options composed from
14120 `grep-find-ignored-files'.
14121 (rgrep): Add `-name' command line options composed from
14122 `grep-find-ignored-files'. (Bug#4301)
14123
14124 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
14125
14126 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
14127 (bug#4368).
14128
14129 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
14130
14131 * calendar/time-date.el (autoload):
14132 Expand define-obsolete-function-alias into defalias and make-obsolete
14133 for old Emacsen that Gnus supports.
14134 (with-no-warnings): Define it for old Emacsen.
14135 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14136 is available.
14137 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14138 float-time is available; suppress compile warning for time-to-seconds.
14139
14140 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
14141
14142 * net/imap.el (imap-message-map): Docstring fix.
14143
14144 2009-09-09 Glenn Morris <rgm@gnu.org>
14145
14146 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
14147 line numbers too. (Bug#4374)
14148
14149 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
14150
14151 * smerge-mode.el (smerge-remove-props, smerge-refine):
14152 Use with-silent-modifications (bug#4342).
14153
14154 * subr.el (with-silent-modifications): New macro.
14155
14156 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
14157
14158 * files.el (top-level): Require `cl' when compiling.
14159
14160 2009-09-07 Glenn Morris <rgm@gnu.org>
14161
14162 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
14163
14164 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
14165 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
14166
14167 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
14168
14169 * vc-git.el (vc-git-annotate-command): Use separator to parse
14170 arguments correctly.
14171
14172 2009-09-06 Eli Zaretskii <eliz@gnu.org>
14173
14174 * proced.el (proced-mode): Doc fix.
14175
14176 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
14177
14178 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
14179 lstat fails.
14180 (tramp-do-file-attributes-with-ls): Check for file existence at
14181 remote end.
14182 (tramp-do-file-attributes-with-stat): Likewise.
14183 (tramp-convert-file-attributes): Return nil when attr is nil.
14184
14185 2009-09-05 Glenn Morris <rgm@gnu.org>
14186
14187 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
14188 properties to this button.
14189 (diary-fancy-display): Don't extend the button to the final newline.
14190 (diary-fancy-display-mode): Continue to define "q" as a local key.
14191
14192 * calendar/cal-china.el (holiday-chinese): Make it slightly more
14193 efficient.
14194
14195 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
14196
14197 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
14198 (byte-compile-dest-file-function): New option.
14199 (byte-compile-dest-file): Doc fix.
14200 Obey byte-compile-dest-file-function.
14201 (byte-compile-cl-file-p): New function.
14202 (byte-compile-eval): Only suppress noruntime warnings about cl functions
14203 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
14204 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
14205 than for file being previously loaded.
14206 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
14207 (byte-compile-file-form-require): Handle the case where requiring a file
14208 indirectly causes CL to be loaded.
14209
14210 2009-09-05 Karl Fogel <kfogel@red-bean.com>
14211
14212 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
14213 before killing the old buffer, since by the time `kill-buffer' is
14214 run so many buffer variables have been set to nil that it may not
14215 behave as expected. (Bug#4061)
14216
14217 2009-09-05 Karl Fogel <kfogel@red-bean.com>
14218
14219 * files.el (find-alternate-file): If the old buffer is modified
14220 and visiting a file, behave similarly to `kill-buffer' when
14221 killing it, thus reverting to the pre-1.878 behavior; see
14222 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
14223 for discussion. Also, consult `buffer-file-name' as a variable
14224 not as a function, for consistency with the rest of the code.
14225
14226 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
14227
14228 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
14229 also when adding a new directory.
14230
14231 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
14232 defun.
14233
14234 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
14235
14236 * files.el (locate-file-completion-table): Make it provide boundary
14237 information, so partial-completion works better.
14238
14239 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
14240
14241 * mail/footnote.el (Footnote-text-under-cursor):
14242 Check footnote-text-marker-alist before using it (bug#4324).
14243
14244 2009-09-04 Glenn Morris <rgm@gnu.org>
14245
14246 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
14247 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
14248 * play/solitaire.el, play/tetris.el:
14249 Remove leading * from defcustom and defface docs.
14250
14251 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
14252 necessary.
14253 (diary-fancy-overriding-map): New variable.
14254 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
14255 Use view-mode.
14256
14257 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
14258 goto-line.
14259
14260 2009-09-03 Glenn Morris <rgm@gnu.org>
14261
14262 * arc-mode.el (archive-mode):
14263 * dos-fns.el (set-default-process-coding-system):
14264 * man.el (Man-getpage-in-background):
14265 * menu-bar.el (menu-bar-describe-menu):
14266 * server.el (server-process-filter):
14267 * startup.el (command-line):
14268 * tar-mode.el (tar-header-block-tokenize, tar-extract):
14269 * w32-fns.el (set-default-process-coding-system):
14270 * x-dnd.el (x-dnd-handle-file-name):
14271 * international/mule-cmds.el (mule-menu-keymap)
14272 (set-default-coding-systems, language-info-alist, set-language-info)
14273 (set-language-environment, standard-display-european-internal)
14274 (set-locale-environment):
14275 * international/mule-diag.el (mule-diag):
14276 * mail/emacsbug.el (report-emacs-bug):
14277 * mail/rmail.el (rmail-mode):
14278 * mail/sendmail.el (mail-setup):
14279 Use default-value rather than default-enable-multibyte-characters.
14280
14281 * progmodes/f90.el: Move all safe properties into the defcustoms.
14282 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
14283
14284 * calendar/appt.el (appt-check):
14285 * calendar/diary-lib.el (diary-set-header, diary-live-p)
14286 (diary-check-diary-file, diary-list-entries)
14287 (diary-include-other-diary-files, diary-simple-display)
14288 (diary-fancy-display, diary-print-entries)
14289 (diary-mark-included-diary-files, diary-make-entry):
14290 Don't call substitute-in-file-name on diary-file.
14291
14292 2009-09-03 Eduard Wiebe <usenet@pusto.de>
14293 Stefan Monnier <monnier@iro.umontreal.ca>
14294
14295 * mail/footnote.el (footnote-prefix): Make it a defcustom.
14296 (footnote-mode-map): Move initialization into the declaration.
14297 (footnote-minor-mode-map): Define it rather than changing global-map.
14298 (footnote-mode): Use define-minor-mode.
14299
14300 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
14301
14302 * net/tramp.el (tramp-handle-file-attributes-with-ls)
14303 (tramp-do-file-attributes-with-perl)
14304 (tramp-do-file-attributes-with-stat): Rename from
14305 `tramp-handle-file-attributes-with-*'.
14306 (tramp-handle-file-attributes): Use them.
14307 (tramp-do-directory-files-and-attributes-with-perl)
14308 (tramp-do-directory-files-and-attributes-with-stat): Rename from
14309 `tramp-handle-directory-files-and-attributes-with-*'.
14310 (tramp-handle-directory-files-and-attributes): Use them.
14311 (tramp-method-out-of-band-p): Additional parameter SIZE.
14312 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
14313 (tramp-handle-write-region): Use it.
14314 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
14315 (tramp-handle-vc-registered): Check, whether the first run did
14316 return files to be tested.
14317 (tramp-advice-make-auto-save-file-name): Do not call directly
14318 `tramp-handle-make-auto-save-file-name', because this would bypass
14319 the locking mechanism.
14320
14321 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
14322 (file-remote-p, process-file, start-file-process, set-file-times)
14323 (tramp-compat-file-attributes): Compatibility functions shall not
14324 call directly `tramp-handle-*', because this would bypass the
14325 locking mechanism.
14326 (tramp-compat-number-sequence): New defun.
14327
14328 2009-09-02 Glenn Morris <rgm@gnu.org>
14329
14330 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
14331 alias for float-time.
14332 (time-to-number-of-days): In Emacs, use float-time.
14333 * net/newst-backend.el (time-add): Suppress warnings from compat
14334 function.
14335 * time.el (emacs-uptime, emacs-init-time):
14336 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
14337 Use float-time rather than time-to-seconds.
14338
14339 * minibuffer.el (completion-initials-expand): Fix typo.
14340
14341 * faces.el (modeline, modeline-inactive, modeline-highlight)
14342 (modeline-buffer-id):
14343 * info.el (info-menu-5): Mark these face aliases as obsolete.
14344
14345 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
14346
14347 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
14348 space ...
14349 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
14350 no "--thread" option.
14351 (gdb-stopped): Don't print "Switched to thread" message when it is
14352 unchanged.
14353
14354 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14355
14356 * minibuffer.el (completion-try-completion)
14357 (completion-all-completions): Remove ill-defined (and
14358 mistakenly installed and luckily never used nor documented)
14359 `completion-styles' property.
14360 (completion-initials-expand, completion-initials-all-completions)
14361 (completion-initials-try-completion): New functions.
14362 (completion-styles-alist): Add doc to each entry.
14363 Add new `initials' entry.
14364
14365 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
14366
14367 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
14368 MI command -var-evaluate-expression.
14369 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
14370 and tweak for case of string child.
14371 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
14372
14373 2009-09-01 Glenn Morris <rgm@gnu.org>
14374
14375 * add-log.el (change-log-date-face, change-log-name-face)
14376 (change-log-email-face, change-log-file-face, change-log-list-face)
14377 (change-log-conditionals-face, change-log-function-face)
14378 (change-log-acknowledgement-face):
14379 * cus-edit.el (custom-invalid-face, custom-rogue-face)
14380 (custom-modified-face, custom-set-face, custom-changed-face)
14381 (custom-saved-face, custom-button-face, custom-button-pressed-face)
14382 (custom-documentation-face, custom-state-face, custom-comment-face)
14383 (custom-comment-tag-face, custom-variable-tag-face)
14384 (custom-variable-button-face, custom-face-tag-face)
14385 (custom-group-tag-face-1, custom-group-tag-face):
14386 * diff-mode.el (diff-header-face, diff-file-header-face)
14387 (diff-index-face, diff-hunk-header-face, diff-removed-face)
14388 (diff-added-face, diff-changed-face, diff-function-face)
14389 (diff-context-face, diff-nonexistent-face):
14390 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14391 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
14392 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14393 (Info-title-4-face):
14394 * isearch.el (isearch-lazy-highlight-face):
14395 * log-view.el (log-view-file-face, log-view-message-face):
14396 * paren.el (show-paren-match-face, show-paren-mismatch-face):
14397 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14398 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14399 (cvs-msg-face):
14400 * smerge-mode.el (smerge-mine-face, smerge-other-face)
14401 (smerge-base-face, smerge-markers-face):
14402 * wid-edit.el (widget-documentation-face, widget-button-face)
14403 (widget-field-face, widget-single-line-field-face)
14404 (widget-inactive-face, widget-button-pressed-face):
14405 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
14406 (woman-addition-face):
14407 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
14408 (eshell-ls-executable-face, eshell-ls-readonly-face)
14409 (eshell-ls-unreadable-face, eshell-ls-special-face)
14410 (eshell-ls-missing-face, eshell-ls-archive-face)
14411 (eshell-ls-backup-face, eshell-ls-product-face)
14412 (eshell-ls-clutter-face):
14413 * eshell/em-prompt.el (eshell-prompt-face):
14414 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
14415 * obsolete/old-whitespace.el (whitespace-highlight-face):
14416 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
14417 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
14418 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
14419 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
14420 (antlr-font-lock-literal-face):
14421 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14422 (ebrowse-root-class-face, ebrowse-file-name-face)
14423 (ebrowse-default-face, ebrowse-member-attribute-face)
14424 (ebrowse-member-class-face, ebrowse-progress-face):
14425 * progmodes/make-mode.el (makefile-space-face):
14426 * progmodes/sh-script.el (sh-heredoc-face):
14427 * textmodes/flyspell.el (flyspell-incorrect-face)
14428 (flyspell-duplicate-face):
14429 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
14430 * textmodes/texinfo.el (texinfo-heading-face):
14431 Mark face aliases with "-face" suffix as obsolete.
14432
14433 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
14434 compiler.
14435
14436 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
14437 (eudc-bob-sound-menu): Use defvar rather than defconst, since
14438 easy-menu-define wants to modify these.
14439
14440 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
14441
14442 * net/browse-url.el (browse-url-file-url):
14443 * term/internal.el (dos-codepage-setup):
14444 Use default-value rather than default-enable-multibyte-characters.
14445
14446 * progmodes/etags.el (etags-goto-tag-location):
14447 * progmodes/flymake.el (flymake-highlight-line)
14448 (flymake-goto-file-and-line, flymake-goto-line):
14449 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
14450 (gdb-goto-breakpoint):
14451 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14452 * progmodes/python.el (python-find-function)
14453 (python-pdbtrack-track-stack-file):
14454 * progmodes/verilog-mode.el (verilog-surelint-off):
14455 * term/ns-win.el (ns-open-file-select-line):
14456 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14457 Use forward-line rather than goto-line.
14458
14459 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14460 * textmodes/reftex-index.el (reftex-display-index):
14461 * textmodes/reftex-ref.el (reftex-offer-label-menu):
14462 * textmodes/reftex-toc.el (reftex-toc):
14463 Remove unnecessary bindings of default-major-mode (all are followed by
14464 major-mode check and possible mode switch).
14465
14466 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
14467
14468 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14469 Handle watchpoints (bug#4282).
14470 (def-gdb-thread-buffer-command): Enable thread to be selected by
14471 clicking without selecting threads buffer first.
14472 (gdb-current-context-command): Use selected frame so that "up",
14473 "down" etc work in the GUD buffer.
14474 (gdb-update): Find selected frame before rendering stack buffer.
14475 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14476
14477 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
14478
14479 * progmodes/sym-comp.el (displayed-completions): Remove.
14480 (symbol-complete): Use minibuffer-complete.
14481
14482 2009-08-31 Glenn Morris <rgm@gnu.org>
14483
14484 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14485
14486 * apropos.el (apropos-symbols-internal):
14487 Handle (obsolete) face aliases.
14488
14489 * faces.el (describe-face): Adjust the output format to be more like
14490 describe-variable, and to mention (obsolete) face aliases.
14491 Adjust the whitespace so that help-setup-xref works.
14492
14493 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14494 * calendar/diary-lib.el (diary-button-face):
14495 Mark these face aliases as obsolete.
14496
14497 * calendar/calendar.el (calendar-today): Doc fix.
14498
14499 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
14500
14501 * progmodes/gdb-mi.el (gdb-control-all-threads)
14502 (gdb-control-current-thread): Force tool bar update.
14503 (gdb-non-stop-handler): New function.
14504 (gdb-init-1): Use it to test if non-stop mode is supported.
14505 Remove unused gdbmi buffer type.
14506
14507 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
14508
14509 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
14510 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
14511
14512 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
14513
14514 * comint.el (comint-exec-1): Check command is non-null first.
14515 Part of gdb-mi.el change (2009-08-28).
14516
14517 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14518
14519 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14520
14521 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
14522
14523 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
14524 instead of `dolist' to avoid a recursive require when bootstrapping.
14525
14526 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14527
14528 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
14529
14530 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14531
14532 * net/imap.el (imap-send-command): Simplify.
14533 (imap-wait-for-tag): point-max -> buffer-size.
14534
14535 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14536
14537 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14538 with constant argument.
14539
14540 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14541
14542 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14543
14544 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14545 Change default, since most of our files don't have a history.
14546 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14547 the user.
14548
14549 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14550 Add comint-run.
14551
14552 * calc/calc.el: Improve commenting convention.
14553 (calc-digit-map, toplevel): Simplify.
14554
14555 * comint.el (comint-insert-input): Be careful to only set point if we
14556 don't delegate to some other command.
14557
14558 * proced.el (proced-signal-list): Make it an alist.
14559 (proced-grammar-alist): Capitalize names.
14560 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14561 Disable undo manually and make it read-only.
14562 Use completion-annotate-function.
14563
14564 * minibuffer.el (minibuffer-message): If the current buffer is not
14565 a minibuffer, insert the message in the echo area rather than at the
14566 end of the buffer.
14567 (completion-annotate-function): New variable.
14568 (minibuffer-completion-help): Use it.
14569 (completion--embedded-envvar-table): Environment vars are
14570 always case-sensitive.
14571
14572 2009-08-30 Glenn Morris <rgm@gnu.org>
14573
14574 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
14575 from fortran-current-defun.
14576 (fortran-beginning-of-subprogram): Be more precise about finding the
14577 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
14578 (fortran-end-of-subprogram): Simplify.
14579 (fortran-current-defun): Use fortran-start-prog-re.
14580
14581 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
14582
14583 * subr.el (do-after-load-evaluation): Simplify.
14584
14585 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
14586
14587 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
14588
14589 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
14590 (vc-rcs-print-log): Use it.
14591
14592 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
14593
14594 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
14595
14596 * paths.el (abbrev-file-name): Move to abbrev.el.
14597 * abbrev.el (abbrev-file-name): Move from paths.el.
14598 Obey user-emacs-directory.
14599 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
14600 user-emacs-directory.
14601 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
14602 abbrev-file-name and calc-settings-file any more.
14603 * startup.el (command-line): Recompute abbrev-file-name and
14604 abbreviated-home-dir.
14605 (normal-no-mouse-startup-screen): Improve the generic code and get rid
14606 of the special code for when C-h bindings haven't been changed.
14607 (display-startup-echo-area-message): Use with-current-buffer.
14608 (command-line-1): Use a list of strings, rather than a list of lists
14609 of strings for longopts.
14610
14611 * files.el (get-free-disk-space): Use / for default-directory.
14612
14613 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14614 Use with-current-buffer.
14615
14616 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14617 Recognize immutable variables like most-positive-fixnum.
14618 (byte-compile-setq-default): Check and warn if trying to assign
14619 to an immutable variable, or a non-variable.
14620
14621 * progmodes/cc-vars.el (c-comment-continuation-stars):
14622 * progmodes/cc-engine.el (c-looking-at-bos):
14623 * progmodes/cc-cmds.el (c-toggle-auto-state)
14624 (c-forward-into-nomenclature, c-backward-into-nomenclature)
14625 (c-comment-line-break-function): Add version of obsolescence.
14626
14627 2009-08-28 Juri Linkov <juri@jurta.org>
14628
14629 * files.el (magic-fallback-mode-alist): Add ZIP magic number
14630 associated with `archive-mode'.
14631
14632 * image.el (image-type-header-regexps): Use only JPEG magic number
14633 to determine JPEG images, and don't use `image-jpeg-p' because
14634 Emacs can display non-JFIF non-Exif JPEG images.
14635
14636 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
14637
14638 * arc-mode.el (archive-mode):
14639 * emacs-lisp/re-builder.el (re-builder-unload-function):
14640 Protect against the default value of `major-mode' being nil.
14641
14642 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
14643
14644 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14645 Fix typos in docstrings.
14646
14647 * progmodes/js.el (js--macro-decl-re): Doc fix.
14648 (js--plain-method-re, js--split-name): Refloc docstring.
14649 (js--class-styles, js--make-merged-item, js--splice-into-items):
14650 Fix typos in docstrings; reflow docstrings.
14651 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14652 (js--variable-decl-matcher, js--inside-pitem-p)
14653 (js--parse-state-at-point, js--get-all-known-symbols)
14654 (js--symbol-history, js-find-symbol, js--js-references)
14655 (js--moz-interactor, js--js-encode-value, js--read-tab):
14656 Fix typos in docstrings.
14657
14658 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14659
14660 * textmodes/reftex.el (reftex-get-file-buffer-force):
14661 * progmodes/verilog-mode.el (verilog-batch-execute-func):
14662 * emulation/viper.el (viper-go-away, viper-set-hooks):
14663 * emacs-lisp/re-builder.el (re-builder-unload-function):
14664 * emacs-lisp/bytecomp.el (byte-compile-file):
14665 * ses.el (ses-unload-function):
14666 * hexl.el (hexl-find-file):
14667 * files.el (normal-mode):
14668 * ehelp.el (with-electric-help):
14669 * autoinsert.el (auto-insert-alist):
14670 * arc-mode.el (archive-mode):
14671 Use (default-value 'major-mode) instead of default-major-mode.
14672
14673 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14674 * international/mule.el (load-with-code-conversion):
14675 * emacs-lisp/debug.el (debug):
14676 * ediff-vers.el (ediff-rcs-get-output-buffer):
14677 * dired.el (dired-internal-noselect): Don't let-bind
14678 default-major-mode around code that doesn't use it.
14679 E.g. buffer creation via get-buffer-create doesn't use it.
14680
14681 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
14682
14683 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14684 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14685 when writing the temp file. Otherwise, epa-file gets confused.
14686 (tramp-register-file-name-handlers): Make it a defun. Move also
14687 `epa-file-handler' to the front of `file-name-handler-alist'.
14688
14689 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14690
14691 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14692 start right after a ^M.
14693 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14694 (tramp-completion-file-name-regexp-separate)
14695 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
14696 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14697 Don't modify last-coding-system-used by accident.
14698 (tramp-completion-file-name-handler): Apply the checks here,
14699 instead during registration.
14700 (tramp-register-file-name-handlers): Renamed from
14701 `tramp-register-file-name-handler'. Register both
14702 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
14703 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
14704
14705 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
14706
14707 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
14708 Remove variable ...
14709 (gdb-init-1, gdb-display-separate-io-buffer)
14710 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
14711 references to it.
14712 (gdb-inferior-io-mode): Use make-comint-in-buffer.
14713 (gdb-inferior-filter): Use comint-output-filter to stop
14714 echoing and remove ^M characters.
14715
14716 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14717
14718 * emulation/viper-init.el (viper-restore-cursor-type):
14719 * emulation/cua-base.el (cua--update-indications):
14720 Replace default-cursor-type with (default-value 'cursor-type).
14721
14722 * mail/sendmail.el (mail-recover-1):
14723 * international/mule-diag.el (describe-current-coding-system-briefly)
14724 (describe-current-coding-system):
14725 * international/mule-cmds.el (select-safe-coding-system)
14726 (select-message-coding-system)
14727 (set-language-environment-coding-systems, set-locale-environment):
14728 * hexl.el (hexl-insert-multibyte-char):
14729 * dos-w32.el (find-buffer-file-type-coding-system):
14730 * simple.el (what-cursor-position):
14731 Replace uses of default-buffer-file-coding-system
14732 with (default-value 'buffer-file-coding-system).
14733
14734 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
14735 Replace uses of default-cursor-in-non-selected-windows
14736 with (default-value 'cursor-in-non-selected-windows).
14737 Use with-current-buffer.
14738
14739 * mail/feedmail.el: Use CL macros.
14740 (feedmail-run-the-queue, feedmail-send-it-immediately):
14741 * dos-w32.el (find-buffer-file-type): Replace uses of
14742 default-buffer-file-type with (default-value 'buffer-file-type).
14743
14744 2009-08-28 Glenn Morris <rgm@gnu.org>
14745
14746 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
14747 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
14748 Use default-value of major-mode rather than default-major-mode.
14749
14750 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14751
14752 * Makefile.in (update-elcfiles): Report left over elc files.
14753
14754 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
14755 expand-file-name and with-current-buffer.
14756 (mail-get-names, mail-directory): Use with-current-buffer.
14757
14758 * vc.el (vc-read-revision): New function.
14759 (vc-version-diff, vc-merge): Use it.
14760
14761 2009-08-27 Sam Steingold <sds@gnu.org>
14762
14763 * simple.el (kill-do-not-save-duplicates): New user option.
14764 (kill-new): When it is non-nil, and the new string is the same as
14765 the latest kill, set replace to t to avoid duplicates in kill-ring.
14766
14767 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
14768
14769 * net/tramp.el (tramp-handle-process-file): Do not flush all
14770 caches when `process-file-side-effects' is set.
14771 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
14772 instead of `tramp-find-file-exists-command'.
14773 Unset `process-file-side-effects'.
14774
14775 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
14776
14777 * net/tramp.el (tramp-methods): New method "rsyncc".
14778 (top): Add completion function for "rsyncc".
14779 (tramp-message-show-message): New defvar.
14780 (tramp-message, tramp-error): Use it.
14781 (tramp-do-copy-or-rename-file-directly): Extend check for direct
14782 remote copying.
14783 (tramp-do-copy-or-rename-file-out-of-band): Handle new
14784 `tramp-methods' entry `copy-env' of "rsyncc".
14785 (tramp-vc-registered-read-file-names): New defconst.
14786 (tramp-vc-registered-file-names): New defvar.
14787 (tramp-handle-vc-registered): Implement optimization strategy.
14788 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
14789 (tramp-vc-file-name-handler): New defun.
14790 (tramp-get-ls-command, tramp-get-test-command)
14791 (tramp-get-file-exists-command, tramp-get-remote-ln)
14792 (tramp-get-remote-perl, tramp-get-remote-stat)
14793 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
14794
14795 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
14796 (tramp-cache-inhibit-cache): Extend doc string. It allows also
14797 timestamps.
14798 (tramp-get-file-property): Check for timestamps in
14799 `tramp-cache-inhibit-cache'.
14800 (tramp-set-file-property): Write timestamp.
14801
14802 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14803
14804 * language/japan-util.el (japanese-symbol-table): Add entries for
14805 cp932-2-byte.
14806
14807 * international/characters.el: Add category `j' to cp932-2-byte.
14808
14809 2009-08-27 Kenichi Handa <handa@m17n.org>
14810
14811 * international/fontset.el (build-default-fontset-data): New macro.
14812 (setup-default-fontset): Use build-default-fontset-data for CJK,
14813 tibetan, ethiopic, and ipa.
14814
14815 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14816
14817 * cus-start.el (default-major-mode): Customize `major-mode' instead.
14818 (enable-multibyte-characters): Not customizable any more.
14819
14820 * subr.el (default-mode-line-format, default-header-line-format)
14821 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
14822 (default-direction-reversed, default-truncate-lines)
14823 (default-left-margin, default-tab-width, default-case-fold-search)
14824 (default-left-margin-width, default-right-margin-width)
14825 (default-left-fringe-width, default-right-fringe-width)
14826 (default-fringes-outside-margins, default-scroll-bar-width)
14827 (default-vertical-scroll-bar, default-indicate-empty-lines)
14828 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
14829 (default-fringe-cursor-alist, default-scroll-up-aggressively)
14830 (default-scroll-down-aggressively, default-fill-column)
14831 (default-cursor-type, default-buffer-file-type)
14832 (default-cursor-in-non-selected-windows)
14833 (default-buffer-file-coding-system, default-major-mode)
14834 (default-enable-multibyte-characters): Mark as obsolete.
14835
14836 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
14837
14838 * vc-dir.el (vc-dir-update): Remove debug helper.
14839
14840 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
14841
14842 2009-08-26 Sam Steingold <sds@gnu.org>
14843
14844 * simple.el (save-interprogram-paste-before-kill): New user option.
14845 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
14846 save the interprogram-paste into kill-ring before overriding it
14847 with the Emacs kill.
14848
14849 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14850
14851 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
14852 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
14853 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
14854 and move to vc-rcs.el.
14855 (vc-default-next-revision): Rename to vc-rcs-next-revision and
14856 move to vc-rcs.el.
14857 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
14858 (vc-rcs-update-changelog): Remove.
14859 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
14860 and move to vc-rcs.el.
14861
14862 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
14863 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
14864 renaming.
14865 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
14866 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
14867 vc.el, renamed to be RCS specific.
14868
14869 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
14870 New functions.
14871 (vc-cvs-update-changelog): Move here from vc.el.
14872
14873 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
14874 New functions.
14875
14876 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14877
14878 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
14879
14880 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14881
14882 * vc-git.el (vc-git-register): Use "git add" for directories.
14883 (vc-git-stash, vc-git-stash-show): New functions.
14884 (vc-git-extra-menu-map): Bind them.
14885
14886 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
14887 directory correctly in case the item is a directory itself.
14888
14889 * vc.el: Document the desired behavior for reverted files in the
14890 `added' state.
14891 (vc-default-prettify-state-info): Remove function, unused.
14892
14893 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
14894
14895 2009-08-26 Glenn Morris <rgm@gnu.org>
14896
14897 * bindings.el (standard-mode-line-format): Reposition dashes in
14898 which-func entry. (Bug#4217)
14899
14900 * files.el (enable-local-variables, enable-local-eval)
14901 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
14902 the defcustoms.
14903 (auto-mode-alist, ignored-local-variables)
14904 (save-some-buffers-action-alist): Move risky declarations to the
14905 definitions.
14906 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
14907 (font-lock-defaults, format-alist, imenu--index-alist)
14908 (imenu-generic-expression, input-method-alist, minor-mode-alist)
14909 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
14910 (mode-line-modified, mode-line-mule-info, mode-line-position)
14911 (mode-line-process, mode-line-remote, outline-level)
14912 (parse-time-rules, rmail-output-file-alist)
14913 (special-display-buffer-names, vc-mode):
14914 Move risky declarations to the relevant files.
14915 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
14916 (mode-line-modified, mode-line-process, mode-line-position)
14917 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
14918 * font-core.el (font-lock-defaults):
14919 * format.el (format-alist):
14920 * vc-hooks.el (vc-mode):
14921 * window.el (special-display-buffer-names):
14922 * international/mule-cmds.el (input-method-alist):
14923 Define riskiness here (dumped file) rather than in files.el.
14924 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
14925 * imenu.el (imenu-generic-expression, imenu--index-alist):
14926 * outline.el (outline-level):
14927 * time.el (display-time-string):
14928 * calendar/parse-time.el (parse-time-rules):
14929 * mail/rmailout.el (rmail-output-file-alist):
14930 Autoload riskiness here, rather than placing in files.el.
14931
14932 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
14933
14934 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
14935
14936 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
14937
14938 * simple.el (process-file-side-effects): New defvar.
14939
14940 * dired-aux.el (dired-show-file-type):
14941 * vc.el (vc-diff-internal):
14942 * vc-arch.el (vc-arch-diff):
14943 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
14944 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
14945 * vc-git.el (vc-git-registered, vc-git-working-revision)
14946 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
14947 (vc-git--empty-db-p):
14948 * vc-hooks.el (vc-user-login-name):
14949 * vc-svn.el (vc-svn-registered, vc-svn-state)
14950 (vc-svn-dir-extra-headers, vc-svn-find-revision):
14951 * progmodes/grep.el (grep-probe): Let-bind
14952 `process-file-side-effects' with nil.
14953
14954 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
14955
14956 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
14957 daemon. Replace ping by checking for running service for bluez
14958 and zeroconf. (Bug#4239)
14959
14960 2009-08-25 Kevin Ryde <user42@zip.com.au>
14961
14962 * net/dig.el (dig): Add autoload cookie.
14963
14964 2009-08-25 Glenn Morris <rgm@gnu.org>
14965
14966 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
14967 load-history for absolute file-names.
14968 (byte-compile-file-form-require): Warn about use of the cl package.
14969
14970 * format.el (format-alist): Doc fix.
14971
14972 * play/bubbles.el (top-level): Don't require cl at run-time.
14973
14974 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
14975 run-time cl).
14976
14977 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
14978
14979 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
14980 from cl package.
14981 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
14982
14983 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
14984
14985 * calc/calc-alg.el (math-trig-rewrite)
14986 (math-hyperbolic-trig-rewrite): New functions.
14987 (calc-simplify): Simplify trig functions when asked.
14988
14989 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14990
14991 * diff-mode.el (diff-find-source-location): Avoid goto-line.
14992
14993 2009-08-24 Kenichi Handa <handa@m17n.org>
14994
14995 * language/ind-util.el (mapthread): Delete it.
14996 (combinatorial): New function.
14997 (indian--puthash-cv): Use combinatorial instead of mapthread.
14998
14999 2009-08-22 Kevin Ryde <user42@zip.com.au>
15000
15001 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
15002 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
15003 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
15004 Clarify docstring that the value is strings not symbols.
15005 (checkdoc-list-of-strings-p): New function.
15006
15007 2009-08-22 Glenn Morris <rgm@gnu.org>
15008
15009 * files.el (auto-mode-alist):
15010 * hippie-exp.el (he-concat-directory-file-name):
15011 * lpr.el (lpr-windows-system, printer-name):
15012 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
15013 * ps-print.el (ps-windows-system):
15014 * startup.el (command-line):
15015 * emulation/viper-ex.el (viper-glob-function):
15016 * international/mule-cmds.el (set-language-environment-coding-systems):
15017 * net/ange-ftp.el (ange-ftp-write-region):
15018 * obsolete/fast-lock.el (fast-lock-cache-name):
15019 Remove code for defunct system-types emx, macos, mswindows, next-mach,
15020 unisoft-unix, vax-vms, win32, w32.
15021
15022 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
15023 given name if the pattern is not more specific.
15024
15025 * calendar/lunar.el (lunar-phase-names): New option.
15026 (lunar-phase): Doc fix.
15027 (lunar-cycles-per-year): New constant.
15028 (lunar-index): New function.
15029 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
15030 (lunar-phase-name): Use lunar-phase-names.
15031 (calendar-lunar-phases): Use format.
15032 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
15033
15034 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
15035 Copy imenu-example--name-and-position function here for own use.
15036 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
15037
15038 * bs.el (bs--redisplay):
15039 * cus-edit.el (custom-redraw):
15040 * ibuffer.el (ibuffer-bury-buffer):
15041 * server.el (server-goto-line-column):
15042 * startup.el (command-line-1):
15043 * strokes.el (strokes-xpm-for-stroke):
15044 * term.el (term-display-buffer-line):
15045 * view.el (View-goto-line):
15046 * calc/calc.el (calc-do, calc-trail-buffer):
15047 * play/gamegrid.el (gamegrid-add-score-insecure):
15048 * progmodes/ada-mode.el (ada-compile-goto-error):
15049 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
15050 (ebrowse-select-1st-to-9nth):
15051 * progmodes/cperl-mode.el (cperl-time-fontification):
15052 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
15053 * progmodes/gud.el (gud-display-line):
15054 (idlwave-shell-display-line):
15055 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
15056 * progmodes/make-mode.el (makefile-browser-toggle):
15057 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
15058 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
15059 * textmodes/picture.el (picture-draw-rectangle):
15060 * textmodes/reftex-index.el (reftex-index-goto-letter):
15061 (reftex-select-jump-to-previous):
15062 * textmodes/reftex-sel.el (reftex-find-start-point)
15063 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
15064 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
15065 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
15066 * textmodes/tex-mode.el (tex-compilation-parse-errors):
15067 * textmodes/two-column.el (2C-associated-buffer):
15068 Use forward-line rather than goto-line.
15069
15070 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
15071 goto-line.
15072
15073 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
15074 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
15075 (quick-check-list-to-regexp): Declare.
15076
15077 * progmodes/make-mode.el (makefile-browser-insert-selection):
15078 Use goto-char rather than goto-line.
15079
15080 * progmodes/prolog.el (compilation-error-regexp-alist)
15081 (compilation-forget-errors): Declare.
15082
15083 2009-08-22 Juri Linkov <juri@jurta.org>
15084
15085 * progmodes/grep.el (lgrep, rgrep): At the beginning
15086 set `dir' to `default-directory' unless `dir' is a non-nil
15087 readable directory. (Bug#4052)
15088 (lgrep, rgrep): Change a weird way to report an error
15089 from using `read-string' to using `error'.
15090 Instead of using interactive arguments in the function body,
15091 add new argument `confirm'.
15092
15093 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
15094
15095 * textmodes/remember.el (remember-buffer):
15096 * progmodes/cperl-mode.el (cperl-vc-header-alist):
15097 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
15098 (icalendar-extract-ical-from-buffer):
15099 * net/newst-treeview.el (newsticker-groups-filename):
15100 * net/newst-backend.el (newsticker-cache-filename):
15101 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
15102 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
15103 (speedbar-add-ignored-path-regexp, speedbar-line-path)
15104 (speedbar-buffers-line-path, speedbar-path-line)
15105 (speedbar-buffers-line-path):
15106 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
15107 (epg-sign-keys):
15108 * epa.el (epa-display-verify-result):
15109 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
15110
15111 2009-08-21 Glenn Morris <rgm@gnu.org>
15112
15113 * progmodes/js.el (inferior-moz-process): Fix declaration.
15114
15115 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
15116
15117 * obsolete/rnewspost.el (news-mail-reply):
15118 Use goto-char rather than goto-line.
15119
15120 * term/ns-win.el (ns-open-file-select-line):
15121 Use line-beginning-position rather than goto-line.
15122
15123 * apropos.el (apropos-command):
15124 * ehelp.el (electric-helpify):
15125 * printing.el (pr-show-setup):
15126 * strokes.el (strokes-help):
15127 * tutorial.el (tutorial--describe-nonstandard-key)
15128 (tutorial--detailed-help):
15129 * woman.el (woman-mini-help, woman-display-extended-fonts):
15130 * calc/calc-help.el (calc-describe-key):
15131 * emulation/edt.el (edt-electric-helpify):
15132 * international/mule-diag.el (mule-diag):
15133 * play/yow.el (apropos-zippy):
15134 * progmodes/python.el (python-describe-symbol):
15135 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
15136 * textmodes/table.el (*table--cell-describe-mode)
15137 (*table--cell-describe-bindings):
15138 Use help-print-return-message rather than the now obsolete alias.
15139
15140 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
15141 (calendar-cursor-to-visible-date):
15142 * play/5x5.el (5x5-position-cursor):
15143 * play/decipher.el (decipher):
15144 * play/gomoku.el (gomoku-goto-xy):
15145 * play/landmark.el (lm-goto-xy):
15146 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
15147 (mpuz-paint-digit):
15148 Use forward-line, not goto-line.
15149
15150 * mail/rmail.el (rmail-obsolete): Delete custom group.
15151 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
15152 (rmail-remote-password, rmail-remote-password-required):
15153 Remove unneeded :set-after and :set properties.
15154
15155 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
15156
15157 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
15158
15159 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
15160
15161 * loadup.el: Remove leftover macos code.
15162
15163 * vc-git.el (vc-git-annotate-command): Run asynchronously.
15164 Explicitly pass the date format to git blame so that user local
15165 so that the output format can be parsed.
15166
15167 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
15168
15169 * net/dbus.el (top): Don't check for (getenv
15170 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
15171
15172 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
15173
15174 * log-edit.el (log-edit-strip-single-file-name): New var.
15175 (log-edit-insert-changelog): Use it. Bug#3571
15176
15177 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15178
15179 * subr.el (read-passwd): Use read-key so keypad keys work as well.
15180 Bug#3287
15181
15182 * help.el (help-print-return-message): Rename from
15183 print-help-return-message.
15184
15185 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
15186 cvs-mode-map parent hack.
15187 (log-view-mode): Derive from special-mode.
15188
15189 * linum.el (linum-mode): window-size-change-functions is redundant.
15190 Adapt to new window-configuration-change-hook behavior.
15191 (linum-after-size, linum-after-config): Remove.
15192
15193 * imenu.el (imenu-example--name-and-position)
15194 (imenu-example--lisp-extract-index-name)
15195 (imenu-example--create-lisp-index, imenu-example--create-c-index):
15196 Mark as obsolete.
15197
15198 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
15199 (inferior-prolog-mode): Use it.
15200 (inferior-prolog-load-file): Reset list of errors.
15201
15202 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15203
15204 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
15205
15206 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
15207
15208 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
15209
15210 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
15211 is running already.
15212
15213 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15214
15215 * subr.el (listify-key-sequence-1): Use normal syntax since those
15216 integers are nowadays always represented by the same (positive) number
15217 on all platforms.
15218 (read-key-empty-map): New const.
15219 (read-key-delay): New var.
15220 (read-key): New function.
15221 (force-mode-line-update): Use with-current-buffer.
15222 (locate-user-emacs-file): Don't forget to abbreviate the file name.
15223 (start-process-shell-command, start-file-process-shell-command):
15224 Discourage the use of command-args.
15225
15226 2009-08-19 Glenn Morris <rgm@gnu.org>
15227
15228 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
15229
15230 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15231
15232 * simple.el (choose-completion-string): Don't rely on
15233 minibuffer-completing-file-name and ad-hoc checks to decide whether
15234 to continue completion or not.
15235
15236 * minibuffer.el (minibuffer-hide-completions): New function.
15237 (completion--do-completion): Use it.
15238 (completions-annotations): New face.
15239 (completion--insert-strings): Use it.
15240 (completion-pcm--delim-wild-regex): Add docstring.
15241 (completion-pcm--string->pattern): Add support for 0-width delimiters
15242 in completion-pcm--delim-wild-regex.
15243
15244 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
15245
15246 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
15247 Remove unused var `buffer-modified-p'.
15248
15249 * minibuffer.el (completion--do-completion): Move point for the #b001
15250 case as well (bug#4176).
15251 (minibuffer-complete, minibuffer-complete-word): Don't move point.
15252
15253 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
15254
15255 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
15256 and :session buses.
15257
15258 2009-08-18 Kenichi Handa <handa@m17n.org>
15259
15260 * international/ucs-normalize.el (ucs-normalize-version):
15261 Change to 1.1.
15262 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
15263 (utf-8-hfs): Make it perform normalization on encoding too.
15264
15265 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
15266 (sentence-end-without-space): Delete duplicated chars.
15267 (sentence-end-base): Likewise.
15268
15269 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
15270 (html-mode): Delete duplicated chars from sentence-end-base.
15271
15272 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
15273 (texinfo-mode): Delete duplicated chars from sentence-end-base.
15274
15275 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
15276
15277 * files.el (hack-one-local-variable): If the mode function is for
15278 a minor mode, pass it an argument (Bug#4148).
15279
15280 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
15281
15282 * net/tramp.el (tramp-register-completion-file-name-handler):
15283 Check also for (member 'partial-completion completion-styles).
15284
15285 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15286
15287 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
15288 abbrev (Bug#3943).
15289
15290 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
15291
15292 * progmodes/cperl-mode.el: Merge upstream 6.2.
15293 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
15294 (cperl-forward-re): Check cperl-brace-recursing.
15295 (cperl-highlight-charclass): New function.
15296 (cperl-find-pods-heres): Use it.
15297 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
15298 (cperl-beautify-regexp-piece): Fix column calculation.
15299 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
15300 (cperl-beautify-level): Don't process entire regexp.
15301 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
15302 calling man.
15303 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
15304 (cperl-init-faces): Build a list in the normal way.
15305
15306 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15307
15308 * calendar/parse-time.el (parse-time-string-chars): Save match
15309 data.
15310
15311 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
15312
15313 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
15314 (sql-product): Use it.
15315 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
15316 (sql-set-product): Add completion.
15317 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
15318 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
15319 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
15320 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
15321 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
15322 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
15323 (sql-highlight-db2-keywords): Remove.
15324 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
15325 (sql-highlight-product): Use derived-mode-p.
15326 (sql-set-sqli-buffer): Use with-current-buffer.
15327 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
15328 Simplify.
15329
15330 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
15331
15332 * term.el: Fix commenting convention, turn comments into docstrings.
15333
15334 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
15335
15336 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
15337
15338 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
15339
15340 * calendar/parse-time.el (parse-time-string-chars): Compute using
15341 character classes, to handle non-ascii characters (Bug#3190).
15342
15343 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15344
15345 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
15346 another heredoc if the user adds another < (Bug#3226).
15347
15348 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15349 Don't initialize based on window-system (Bug#4124).
15350
15351 * facemenu.el (facemenu-read-color): Use a completion function
15352 that accepts any defined color, such as RGB triplets (Bug#3677).
15353
15354 * files.el (get-free-disk-space): Change fallback default
15355 directory to /. Expand DIR argument before switching to fallback.
15356 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
15357
15358 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
15359
15360 * files.el (load-library): Doc fix.
15361
15362 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
15363
15364 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
15365 (viper-if-string): Redefine C-s in the minibuffer to insert the last
15366 incremental search string.
15367
15368 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
15369 XEmacs.
15370
15371 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
15372 (ediff-merge-region-is-non-clash)
15373 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
15374 Also check if the job is really a merge job.
15375
15376 * ediff.el (ediff-current-file): New function.
15377
15378 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
15379
15380 * progmodes/js.el: Edit docstrings throughout to follow Emacs
15381 conventions.
15382 (js-insert-and-indent): Delete function.
15383 (js-mode-map): Don't bind keys to js-insert-and-indent.
15384 (js-beginning-of-defun): Rename from js--beginning-of-defun.
15385 (js-end-of-defun): Rename from js--end-of-defun.
15386 (js-auto-indent-flag): Delete variable.
15387
15388 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
15389
15390 * progmodes/js.el: Remove proclaim statement.
15391 Defvar which-func-imenu-joiner-function to silence compiler.
15392
15393 * files.el (auto-mode-alist): Use js-mode for .js files.
15394
15395 * progmodes/js2-mode.el: Remove file.
15396
15397 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
15398
15399 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
15400
15401 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
15402
15403 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
15404 Karl Landstrom <karl.landstrom@brgeight.se>
15405
15406 * progmodes/js.el: New file.
15407
15408 2009-08-14 Mark A. Hershberger <mah@everybody.org>
15409
15410 * timezone.el (timezone-parse-date): Add ability to understand ISO
15411 basic format (minimal separators) dates in addition to the
15412 already-supported extended format dates.
15413
15414 2009-08-14 Eli Zaretskii <eliz@gnu.org>
15415
15416 * international/ucs-normalize.el: Add a `coding' file variable.
15417
15418 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
15419
15420 2009-08-14 Sam Steingold <sds@gnu.org>
15421
15422 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
15423
15424 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
15425
15426 * faces.el (help-argument-name): Define it here instead of
15427 help-fns.el, because in daemon mode help-fns.el may be loaded when
15428 faces are still uninitialized (Bug#1078).
15429
15430 * help-fns.el (help-argument-name): Move defface to faces.el.
15431
15432 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
15433
15434 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
15435 create buffer with a pty but no process so that GDB can make the
15436 inferior the controlling process.
15437
15438 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
15439
15440 * international/ucs-normalize.el: New file.
15441
15442 2009-08-13 Richard Stallman <rms@gnu.org>
15443
15444 * mail/rmail.el (rmail-get-attr-names):
15445 Accept an attribute header that is too short.
15446
15447 * mail/rmail.el (rmail-forget-messages):
15448 Ignore nil elt in rmail-message-vector. Use dotimes.
15449
15450 * progmodes/compile.el (compilation-goto-locus):
15451 Use next-error-move-function.
15452
15453 * simple.el (next-error-move-function): New variable.
15454
15455 2009-08-12 Juri Linkov <juri@jurta.org>
15456
15457 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15458 always non-nil. (Bug#4052)
15459
15460 * replace.el (read-regexp): Return empty string when
15461 `default-value' is nil.
15462 (keep-lines-read-args): Don't use empty string as the
15463 default value for `read-regexp'. (Bug#2495)
15464
15465 2009-08-12 Juri Linkov <juri@jurta.org>
15466
15467 * international/mule-cmds.el (ucs-insert): Change arguments
15468 from `arg' to `character', `count', `inherit' to be the same
15469 as in `insert-char'. Doc fix. (Bug#4039)
15470
15471 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15472
15473 2009-08-12 Juri Linkov <juri@jurta.org>
15474
15475 * files-x.el: New file.
15476
15477 * files.el: Move code that deals with adding/deleting
15478 file/directory-local variables to files-x.el.
15479
15480 * Makefile.in (ELCFILES): Add files-x.elc.
15481
15482 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
15483
15484 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15485 to use `goto-line'.
15486 (gdb-place-breakpoints, gdb-get-location): Rewritten without
15487 `goto-line'.
15488 (gdb-invalidate-disassembly): Do not refresh upon receiving
15489 'update signal. Instead, update all disassembly buffers only after
15490 threads list.
15491 (gdb): Send -target-detach when buffer is killed (Bug#3794).
15492 (gdb-starting): Moved -data-list-register-names...
15493 (gdb-stopped): ...here so it's sent when first thread stops.
15494 (gdb-registers-handler-custom): Do nothing if register names are
15495 unknown yet.
15496
15497 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15498 from `gdb-mi.el' to avoid extra tangling.
15499
15500 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
15501 change which breaks `gud-def' definitions used in `gdb'.
15502 (gdb-update-gud-running): No extra fuss for updating frame number.
15503
15504 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
15505
15506 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15507 (describe-language-environment-map, setup-language-environment-map)
15508 (set-coding-system-map): Move initialization into declaration.
15509 (set-language-info-alist): Last arg to define-key-after can be skipped.
15510
15511 * international/quail.el (quail-completion-1): Simplify.
15512 (quail-define-rules): Use slightly more compact code.
15513 (quail-insert-decode-map): Propertize keys, compact columns.
15514
15515 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15516 Add goto-line.
15517
15518 2009-08-10 Miles Bader <miles@gnu.org>
15519
15520 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15521 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
15522 (js2-instance-member, js2-private-member, js2-private-function-call)
15523 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
15524 (js2-magic-paren, js2-external-variable):
15525 Remove "-face" suffix from face names.
15526 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15527 (js2-highlight-undeclared-vars, js2-peek-token)
15528 (js2-parse-function-params, js2-mode-show-errors)
15529 (js2-mode-show-warnings, js2-make-magic-delimiter)
15530 (js2-mode-highlight-magic-parens): Update to use new face names.
15531
15532 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
15533
15534 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15535 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
15536
15537 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
15538
15539 * subr.el: Provide hashtable-print-readable.
15540
15541 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15542 hs-c-like-adjust-block-beginning.
15543 (hs-hide-block-at-point): Stop hiding at the beginning of
15544 hs-block-end-regexp (Bug#700).
15545
15546 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
15547
15548 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15549 a macro.
15550 (gdb-registers-handler-custom): Do not fail when register names
15551 are unavailable.
15552
15553 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15554
15555 * progmodes/gdb-mi.el (gdb-control-all-threads)
15556 (gdb-control-current-thread): Interactive setters for
15557 `gdb-gud-control-all-threads' to use in menu.
15558 (gdb-show-run-p): Show «Go» when process is not active.
15559 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
15560 gud/thread.xpm and gud/all.xpm.
15561
15562 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
15563
15564 * net/net-utils.el (net-utils-font-lock-keywords): New var.
15565 (nslookup-font-lock-keywords): Make it a variable.
15566 (net-utils-mode): New mode for viewing diagnostic network output.
15567 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15568 (net-utils-run-simple): New function.
15569 (ifconfig, iwconfig, netstat, arp, route): Use it.
15570
15571 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15572
15573 * progmodes/gdb-mi.el (gdb-read-memory-custom)
15574 (gdb-memory-set-address, def-gdb-set-positive-number)
15575 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
15576 after changing settings.
15577 (gdb-invalidate-disassembly): Update when first shown.
15578 (gdb-edit-locals-value): Fixed.
15579 (gdb-registers-handler-custom): Print registers in right order and
15580 allow changing register values (only for current thread yet).
15581 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
15582 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
15583 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
15584 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
15585 info in mode name.
15586 (gdb-registers-mode-map): TAB to switch to locals.
15587
15588 2009-08-08 Eli Zaretskii <eliz@gnu.org>
15589
15590 * mail/rmail.el (rmail-add-mbox-headers)
15591 (rmail-set-message-counters-counter): Search for
15592 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
15593
15594 2009-08-08 Glenn Morris <rgm@gnu.org>
15595
15596 * Makefile.in (ELCFILES): Update.
15597
15598 2009-08-07 Eli Zaretskii <eliz@gnu.org>
15599
15600 * mail/sendmail.el (mail-yank-original): Set
15601 buffer-file-coding-system from the one used by the message whose
15602 text is yanked.
15603
15604 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15605 to "windows" when "pgnuplot" is used.
15606 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15607 call accept-process-output if "pgnuplot" is used.
15608 (calc-graph-init): Don't send -display and -geometry to
15609 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
15610 running "pgnuplot -V" with shell-command-to-string.
15611
15612 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15613 the default.
15614
15615 2009-08-07 Eli Zaretskii <eliz@gnu.org>
15616
15617 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
15618 org/org-latex.elc.
15619
15620 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
15621
15622 * vc-dispatcher.el (vc-resynch-window): Update comment.
15623
15624 * term.el (term-handle-ansi-escape): Add comments with the
15625 terminfo capabilities implemented.
15626
15627 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
15628
15629 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15630 (gdb-var-create-handler): Rewritten using JSON parser.
15631 (gdb-propertize-header): Moved earlier.
15632 (gdb-set-header): Removed to avoid duplication.
15633 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15634 Refresh disassembly buffers only after threads list have been
15635 update.
15636 (gdb-threads-header, gdb-registers-header): Per-buffer header line
15637 variables.
15638
15639 2009-08-04 Juri Linkov <juri@jurta.org>
15640
15641 * files.el: Commands to add/delete file/directory-local variables.
15642 (read-file-local-variable, read-file-local-variable-value)
15643 (read-file-local-variable-mode, modify-file-local-variable)
15644 (modify-file-local-variable-prop-line)
15645 (modify-dir-local-variable): New functions.
15646 (add-file-local-variable, delete-file-local-variable)
15647 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15648 (add-dir-local-variable, delete-dir-local-variable)
15649 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15650 (copy-dir-locals-to-file-locals-prop-line): New commands.
15651
15652 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
15653
15654 * abbrev.el (insert-abbrev-table-description): Prettify output.
15655 Suggested by Karl Chen.
15656
15657 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
15658
15659 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
15660 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
15661 (gdb-overlay-arrow-position, gdb-thread-position)
15662 (gdb-disassembly-position): Declare variables.
15663 (gdb-wait-for-pending): Function now.
15664 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15665 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15666 compilation goes smoothly.
15667 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15668 (gdb-non-stop-setting): New customization setting which replaces
15669 `gdb-non-stop' so changing it doesn't break active GDB session.
15670 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15671 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15672 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15673 (gdb-show-threads-by-default): New customization options.
15674 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15675 routines.
15676 (gdb-get-buffer-create): Send buffers update signal when they are
15677 created.
15678 (gdb-invalidate-locals, gdb-invalidate-registers)
15679 (gdb-invalidate-breakpoints)
15680 (gdb-invalidate-threads, gdb-invalidate-disassembly)
15681 (gdb-invalidate-memory): Accept update signal.
15682 (gdb-current-context-command): Use --frame option.
15683 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15684 Implement `gdb-frame-number' selection logic.
15685 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15686 whether to show GUD toolbar buttons.
15687 (gdb-thread-exited): Unselect current thread when it exits.
15688 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15689 (gdb-mark-line): Routine which sets overlay arrow or inverses
15690 video on fringeless displays.
15691 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15692 to build aligned columns of data in GDB buffers and set text
15693 properties line-by-line.
15694 (gdb-invalidate-breakpoints)
15695 (gdb-breakpoints-list-handler-custom)
15696 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15697 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15698 (gdb-registers-handler-custom): Align data columns.
15699 (gdb-locals-handler-custom): Now prints data like in variable
15700 declarations.
15701 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15702 Removed confusing buttons.
15703 (gdb-invalidate-threads): Append --frame.
15704 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15705 between breakpoints/threads buffers.
15706 (gdb-set-window-buffer): Now can ignore dedicated windows.
15707 (gdb-propertize-header): Use `gdb-set-window-buffer'.
15708 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
15709 (def-gdb-thread-buffer-gud-command): Replaces
15710 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
15711 for fine thread control.
15712 (gdb-preempt-existing-or-display-buffer): New function used to
15713 display bound buffers without breaking window layout.
15714 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
15715 (gdb-select-frame): New version of `gdb-frames-select' which now
15716 sets `gdb-frame-number' so commands may use --frame option instead
15717 of inner debugger state.
15718 (gdb-frame-handler): Do not set `gdb-frame-number'.
15719 (gdb-threads-mode-map): Select threads with mouse.
15720
15721 * progmodes/gud.el (gdb-gud-context-call): Declare function to
15722 avoid compilation warning.
15723 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
15724 `gdb-show-stop-p`.
15725
15726 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
15727 Argument `key' renamed to `buffer-type'.
15728 (gdb-current-context-buffer-name): Do not add thread info to
15729 buffer name when no thread is selected.
15730 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
15731 command (bug 3794).
15732 (gdb-thread-selected): Handle `=thread-selected' notification.
15733 (gdb-wait-for-pending): New macro to deal with congestion problems.
15734 (gdb-breakpoints-list-handler-custom): Don't fail on pending
15735 breakpoints.
15736 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
15737 This fixes problem similar to one described in bug 3947.
15738 (gud-menu-map): More menu items.
15739 (gdb-init-1): Reset `gdb-thread-number' to nil.
15740
15741 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
15742 non-stop settings.
15743
15744 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
15745 (gdb-current-context-command): Do not append --thread if
15746 `gdb-thread-number' is nil.
15747 (gdb-running-threads-count, gdb-stopped-threads-count): New
15748 variables.
15749 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
15750 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
15751 customization options.
15752 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
15753 GUD commands.
15754 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
15755 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
15756 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
15757 set `gdb-thread-number' and update `gud-running' properly.
15758 (gdb-running): Update threads list when new threads appear.
15759 (gdb-stopped): Support non-stop operation and new thread switching
15760 logic.
15761 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
15762 (gdb-json-partial-output): New set of JSON routines.
15763 (def-gdb-auto-update-trigger): New `signal-list' optional
15764 argument.
15765 (gdb-thread-list-handler-custom): Update `gud-running',
15766 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
15767 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
15768 (gdb-continue-thread, gdb-step-thread): New commands for fine
15769 thread execution control.
15770 (gud-menu-map): New menu items to switch non-stop options.
15771 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
15772 (gdb-send): Mimic RET properly (bug 3794).
15773
15774 * progmodes/gdb-mi.el (gdb-rules-name-maker)
15775 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
15776 gdb-buffer-rules.
15777 (def-gdb-auto-update-handler): New nopreserve optional argument.
15778 (gdb-stack-list-frames-custom): Print stack from top to bottom.
15779
15780 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
15781 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
15782 (gdb-parent-mode): New mode to derive other GDB modes from.
15783 (gdb-display-disassembly-for-thread)
15784 (gdb-frame-disassembly-for-thread): New commands for threads
15785 buffer.
15786
15787 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
15788 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
15789 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
15790 (gdb-update): We now store all GDB buffers in a list so that they
15791 can be updated by traversing a list instead of calling invalidate
15792 triggers explicitly.
15793 (def-gdb-trigger-and-handler): New macro to define trigger-handler
15794 pair for GDB buffer.
15795 (gdb-stack-buffer-name): Add thread information.
15796 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
15797 handle pending triggers.
15798 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
15799 (def-gdb-thread-buffer-simple-command)
15800 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
15801 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
15802 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
15803 New commands which show buffers bound to thread.
15804 (gdb-stack-list-locals-regexp): Removed unused regexp.
15805
15806 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
15807 (gdb-locals-buffer-name, gdb-registers-buffer-name)
15808 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
15809 to (gud-comint-buffer) in *-buffer-name functions
15810 because (gdb-get-target-string) already does that.
15811 (gdb-locals-handler-custom, gdb-registers-handler-custom)
15812 (gdb-changed-registers-handler): Rewritten without regexps.
15813
15814 * progmodes/gdb-mi.el: Basic thread selection support.
15815 (gdb-thread-number): New variable.
15816 (gdb-current-context-command): New macro which adds --thread
15817 option to command.
15818 (gdb-threads-mode-map): Select thread with SPC.
15819 (gdb-thread-list-handler-custom): Mark current thread with overlay
15820 arrow. Synchronize GDB thread and Emacs thread.
15821 (gdb-select-thread): New command which selects current thread.
15822 (gdb-invalidate-frames, gdb-invalidate-locals)
15823 (gdb-invalidate-registers): Use --thread option.
15824
15825 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
15826
15827 * net/tramp.el (top): Make check for tramp-gvfs loading more
15828 robust. (Bug#3977)
15829 (tramp-handle-insert-file-contents): `unwind-protect' must be
15830 inside `with-parsed-tramp-file-name'.
15831
15832 * net/tramp-gvfs.el (top): Remove superfluous message when loading
15833 fails.
15834
15835 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
15836
15837 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
15838 directory if CLASSPATH is not set.
15839
15840 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
15841
15842 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
15843 New defconst.
15844 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
15845
15846 2009-08-02 Kevin Ryde <user42@zip.com.au>
15847
15848 * net/newst-backend.el (newsticker--raw-url-list-defaults):
15849 Update freshmeat link. Delete newsforge.com as it seems gone.
15850
15851 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
15852
15853 * select.el (x-set-selection): Doc fix (Bug#4021).
15854
15855 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
15856
15857 * help-fns.el (describe-variable): Treat list return values from
15858 dir-locals-find-file properly (Bug#4005).
15859
15860 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
15861
15862 * net/tramp.el (tramp-debug-message): Print also microseconds.
15863
15864 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
15865
15866 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
15867 or END is non-nil.
15868 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
15869 (tramp-get-debug-buffer): Change `outline-regexp' according to new
15870 format.
15871
15872 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
15873 (tramp-get-file-property): Use it.
15874
15875 * autorevert.el (auto-revert-handler): Allow
15876 `auto-revert-tail-mode' for remote files.
15877
15878 2009-08-02 Jason Rumney <jasonr@gnu.org>
15879
15880 * minibuffer.el (read-file-name): Treat confirm options to
15881 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
15882
15883 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
15884
15885 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
15886 (font-lock-variable-name-face, font-lock-constant-face): Darken
15887 the colors for light backgrounds.
15888
15889 2009-08-01 Eli Zaretskii <eliz@gnu.org>
15890
15891 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
15892 month names. (Bug#3987)
15893
15894 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
15895
15896 * simple.el (line-move-finish): Pass whole number to
15897 line-move-to-column.
15898 (line-move-visual): Perform hscroll to the recorded position.
15899
15900 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
15901
15902 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
15903
15904 2009-07-29 Alan Mackenzie <acm@muc.de>
15905
15906 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
15907
15908 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
15909
15910 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
15911 (gdb-place-breakpoints): Use full path when setting breakpoints.
15912
15913 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
15914
15915 * calc/calc.el (calc-mode-map): Add keybinding for
15916 `calc-transpose-lines'.
15917
15918 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
15919
15920 * calc/calc-misc.el (calc-transpose-lines): New function.
15921
15922 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
15923
15924 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
15925 Simplify check for out-of-band methods.
15926 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
15927 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
15928
15929 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
15930
15931 * vc-git.el (vc-git-checkin): Fix typo.
15932
15933 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
15934
15935 * progmodes/js2-mode.el: New file.
15936
15937 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
15938
15939 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
15940 (gud-menu-map): Adjust tooltip accordingly.
15941
15942 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15943
15944 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
15945 (vc-bzr-log-view-mode): Adjust log-view-file-re.
15946
15947 * add-log.el (change-log-mode-map): Add a menu.
15948
15949 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
15950
15951 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
15952 function returns nil.
15953 (dbus-handle-event): Handle special return value :ignore.
15954 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
15955
15956 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
15957
15958 * view.el (view-mode-enable): Don't define Helper-return-blurb if
15959 it's not needed.
15960
15961 2009-07-25 Eli Zaretskii <eliz@gnu.org>
15962
15963 Fix Bug#3888:
15964
15965 * w32-vars.el (x-select-enable-clipboard): Doc fix.
15966
15967 * term/pc-win.el (x-display-name, x-colors)
15968 (x-select-enable-clipboard, x-select-text): Doc fix.
15969
15970 * term/common-win.el (x-display-name, x-colors): Doc fix.
15971
15972 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
15973 (xw-defined-colors): Doc fix.
15974
15975 * w32-fns.el (x-select-text, x-setup-function-keys)
15976 (x-get-selection, x-set-selection): Doc fix.
15977
15978 * term/x-win.el (x-select-text, x-setup-function-keys)
15979 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
15980
15981 * select.el (x-set-selection): Doc fix.
15982
15983 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
15984
15985 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
15986 instead of "IsNSSSupportAvailable". Avahi ought to work also when
15987 "IsNSSSupportAvailable" method is not available. Reported by
15988 Steve Youngs <steve@sxemacs.org>.
15989
15990 2009-07-24 Kenichi Handa <handa@m17n.org>
15991
15992 * international/characters.el: Fix setting of category ?C, ?|, ?K,
15993 and ?H. Fix setting of case for Latin Extended and Greek Extended.
15994 (build-unicode-category-table): Fix range checks.
15995
15996 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
15997
15998 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
15999 the buffer we try to sync is current when calling
16000 vc-resynch-buffer.
16001
16002 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
16003 not show up to date files.
16004
16005 2009-07-24 Glenn Morris <rgm@gnu.org>
16006
16007 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
16008 Add autoload cookies. If necessary, initialize.
16009 (elint-log): Handle non-file buffers.
16010 (elint-initialize): Add optional argument to reinitialize.
16011 (elint-find-builtin-variables): Save excursion.
16012
16013 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
16014
16015 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16016 for Lint.
16017
16018 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16019
16020 * vc.el (vc-print-log-internal): New function, split out from ...
16021 (vc-print-log): ... here.
16022 (vc-dir-move-to-goal-column): Declare.
16023
16024 * vc-git.el (vc-git-add-signoff): New variable.
16025 (vc-git-checkin): Use it.
16026 (vc-git-toggle-signoff): New function.
16027 (vc-git-extra-menu-map): Bind it to menu.
16028 (vc-git--run-command-string): Accept a nil FILE argument.
16029 (vc-git-stash-list): New function.
16030 (vc-git-dir-extra-headers): Use it.
16031
16032 2009-07-23 Glenn Morris <rgm@gnu.org>
16033
16034 * help-fns.el (describe-variable): Describe ignored and risky local
16035 variables in a similar way to that in which we describe safe ones.
16036
16037 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
16038 (byte-compile-output-file-form, byte-compile-output-docform)
16039 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
16040 Give some more local variables with common names a "bytecomp-" prefix,
16041 so as not to shadow things during compilation.
16042 * emacs-lisp/cl-macs.el (load-time-value)
16043 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
16044 `outbuffer' to `bytecomp-outbuffer'.
16045
16046 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
16047 since the next two variables cover them automatically now.
16048 (elint-builtin-variables, elint-autoloaded-variables): New.
16049 (elint-unknown-builtin-args): Remove all members, since they can be
16050 parsed automatically now.
16051 (elint-extra-errors): New.
16052 (elint-env-add-env, elint-env-add-macro): Use cadr.
16053 (elint-current-buffer): Use or. Change final message.
16054 (elint-get-top-forms): Use line-end-position.
16055 (elint-init-env): Use cadr. Handle autoload, declare-function,
16056 and defalias.
16057 (elint-add-required-env): Doc fix. Use or. Standardize error.
16058 (regexp-assoc): Remove unused function.
16059 (elint-top-form): Set elint-current-pos, to record the start of the
16060 top-level form, for compilation-mode.
16061 (elint-form): Trap errors in macro expansion. Use dolist.
16062 (elint-unbound-variable): Use elint-builtin-variables and
16063 elint-autoloaded-variables.
16064 (elint-get-args): Use cadr, or.
16065 (elint-check-cond-form): Use dolist, cadr.
16066 (elint-check-condition-case-form): Doc fix. Use cadr.
16067 Use elint-extra-errors.
16068 (elint-log): New function.
16069 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
16070 Distinguish errors and warnings.
16071 (elint-log-message): Use with-current-buffer. Inhibit read-only.
16072 Use a bytecomp-style format.
16073 (elint-clear-log): Preserve default-directory. Inhibit read-only.
16074 (elint-get-log-buffer): Use compilation mode. Disable undo.
16075 Don't truncate lines.
16076 (elint-initialize): Set builtin and autoloaded variable lists.
16077 Only process elint-unknown-builtin-args if non-nil.
16078 (elint-find-builtin-variables, elint-find-autoloaded-variables):
16079 New functions.
16080 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
16081
16082 2009-07-22 Kevin Ryde <user42@zip.com.au>
16083
16084 * net/newst-backend.el (newsticker--parse-atom-1.0)
16085 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16086 (newsticker--parse-rss-1.0):
16087 * progmodes/idlwave.el (idlwave-mode):
16088 * progmodes/idlw-shell.el (idlwave-shell-mode):
16089 * progmodes/vera-mode.el (vera-mode):
16090 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
16091 * progmodes/vhdl-mode.el (vhdl-mode):
16092 * textmodes/table.el (table-generate-source)
16093 (table--warn-incompatibility):
16094 Hyperlink urls in docstrings with URL `...'.
16095
16096 2009-07-22 Glenn Morris <rgm@gnu.org>
16097
16098 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
16099 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
16100 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
16101 Remove leading * from defcustom docs.
16102
16103 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
16104
16105 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
16106 defcustom doc.
16107 (list-load-path-shadows): Optionally, just return shadows as a string.
16108
16109 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
16110
16111 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
16112
16113 * mail/rmailedit.el (rmail-edit-mode): Use
16114 auto-save-include-big-deletions.
16115
16116 * mail/rmail.el (rmail-variables): Use
16117 auto-save-include-big-deletions.
16118
16119 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
16120 changes.
16121
16122 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
16123
16124 * calc/calc.el (calc-undo-length): New variable.
16125 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
16126
16127 2009-07-21 Richard Stallman <rms@gnu.org>
16128
16129 * files.el (auto-save-mode): Handle buffer-save-size = -2
16130 for toggling mode.
16131
16132 2009-07-21 Glenn Morris <rgm@gnu.org>
16133
16134 * textmodes/ispell.el (ispell-looking-back): Update declaration.
16135
16136 * calendar/todo-mode.el (calendar-current-date): Update declaration.
16137
16138 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
16139 silence compiler. Instead...
16140 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
16141 (ps-print-ensure-fontified): Update for above function name changes.
16142
16143 * printing.el (pr-mh-get-msg-num, pr-mh-show)
16144 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
16145 silence compiler. Instead...
16146 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
16147 (mh-show-buffer): Only define for compiler.
16148 (pr-mh-current-message): Update for above function name changes.
16149
16150 * files.el (abort-if-file-too-large): Explicitly pass `filename'
16151 as an argument.
16152 (find-file-noselect, insert-file-1): Update for above change.
16153
16154 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
16155
16156 * mail/mailclient.el (mailclient-send-it): Fix message.
16157
16158 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
16159 (edebug-eval): Check cl-debug-env is bound.
16160 (print-level, print-circle): Don't redefine built-in variables.
16161
16162 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
16163 (custom-print-vectors): Remove old comments from doc.
16164
16165 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
16166 (emerge-version): Make the variable an obsolete alias for the
16167 emacs-version variable. Make the function obsolete.
16168 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
16169 Emerge options, rather than merging in into the main Options menu.
16170 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
16171 and auto advance modes. Disable edit/fast items when not relevant.
16172
16173 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
16174
16175 * term/vt420.el (terminal-init-vt420): Fix typo.
16176
16177 2009-07-20 Sam Steingold <sds@gnu.org>
16178
16179 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
16180 variable (removed from compile.el on 2004-03-11).
16181
16182 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
16183
16184 * files.el (hack-local-variables-filter): Fix last change.
16185
16186 2009-07-19 Juri Linkov <juri@jurta.org>
16187
16188 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
16189 (dir-local-variables-alist): New buffer-local variable.
16190 (hack-local-variables-filter): If variable is not dir-local,
16191 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
16192 because file-local overrides dir-local.
16193 (c-postprocess-file-styles) <declare-function>:
16194 Remove obsolete declaration.
16195 (hack-dir-local-variables): Add dir-local variable/value pair to
16196 `dir-local-variables-alist' and remove duplicates. Doc fix.
16197
16198 * help-fns.el (describe-variable): Add information about
16199 file-local and dir-local variables.
16200
16201 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
16202
16203 * files.el (hack-local-variables-filter): Rewrite.
16204
16205 2009-07-19 Glenn Morris <rgm@gnu.org>
16206
16207 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
16208 Silence compiler by only defining on XEmacs.
16209
16210 * international/mule.el (auto-coding-regexp-alist): Only match
16211 BABYL... at the start of buffer, not of lines. (Bug#3790)
16212
16213 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
16214 non-calendar buffers (Bug#3862). Restore "not on a date" message.
16215 (cal-menu-context-mouse-menu): Doc fix.
16216
16217 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
16218
16219 * simple.el (mail-user-agent): Doc fix. Set :version tag.
16220
16221 2009-07-18 Juri Linkov <juri@jurta.org>
16222
16223 * info.el: Virtual Info keyword finder.
16224 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
16225 (Info-finder-file): New variable.
16226 (Info-finder-find-file): New function.
16227 (finder-known-keywords, finder-package-info)
16228 (find-library-name, lm-commentary): Use defvar and
16229 declare-function to silence compiler warnings.
16230 (Info-finder-find-node): New function.
16231 (info-finder): New command.
16232
16233 * subr.el (process-kill-buffer-query-function): New function.
16234 (add-hook)<kill-buffer-query-functions>: Add hook
16235 `process-kill-buffer-query-function'.
16236
16237 2009-07-18 Alan Mackenzie <acm@muc.de>
16238
16239 * progmodes/cc-mode.el (c-before-hack-hook)
16240 (c-postprocess-file-styles): Give invocation of `c-set-style'
16241 DONT-OVERRIDE parameter of t. Already set style variables will
16242 thus not be overridden by style settings given by `c-file-syle'.
16243
16244 * files.el (hack-local-variables-filter): Remove entries with
16245 duplicate keys from `file-local-variables-alist'.
16246
16247 2009-07-18 Eli Zaretskii <eliz@gnu.org>
16248
16249 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
16250 x-set-selection if display-selections-p returns nil for the
16251 current frame.
16252
16253 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
16254
16255 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
16256
16257 2009-07-18 Eli Zaretskii <eliz@gnu.org>
16258
16259 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
16260 Accept nil in addition to a regexp.
16261 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
16262 Accept nil in addition to a regexp.
16263 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
16264 buffers that have an associated file. Handle nil values of
16265 desktop-buffers-not-to-save and desktop-files-not-to-save.
16266 (Bug#3833)
16267
16268 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16269 (x-disown-selection-internal): New functions.
16270
16271 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
16272
16273 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
16274 warning.
16275 (gdb-breakpoints-header): Move forward to avoid compiler warning.
16276 (gdb-make-header-line-mouse-map): Remove duplicate definition.
16277
16278 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
16279
16280 * simple.el (set-mark): Revert last change.
16281
16282 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
16283
16284 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
16285 rendering of pngs is not possible instead of messaging a long
16286 description.
16287
16288 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
16289
16290 * w32-fns.el (x-selection-owner-p): New function.
16291
16292 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
16293 (mouse-yank-at-click, mouse-yank-primary): If
16294 select-active-regions is non-nil, deactivate the mark before
16295 insertion.
16296
16297 * simple.el (deactivate-mark, set-mark): Only save selection if we
16298 own it.
16299
16300 2009-07-17 Kenichi Handa <handa@m17n.org>
16301
16302 * case-table.el (describe-buffer-case-table): Fix for the case
16303 that KEY is a cons.
16304
16305 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
16306
16307 * vc-rcs.el (vc-rcs-find-file-hook):
16308 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
16309
16310 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
16311
16312 * net/tramp.el (tramp-wait-for-output): Handle the case when
16313 commands do not return a newline but a null byte before the shell
16314 prompt. (Bug#3858)
16315
16316 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16317
16318 * term/ns-win.el (ns-set-alpha): Don't declare.
16319 (ns-set-background-alpha): Remove function.
16320
16321 2009-07-16 Kevin Ryde <user42@zip.com.au>
16322
16323 * emacs-lisp/copyright.el (copyright-update): Save match-data across
16324 y-or-n-p, for safety.
16325
16326 2009-07-16 Richard Stallman <rms@gnu.org>
16327
16328 * files.el (auto-save-mode): If buffer-saved-size is -2,
16329 don't clobber it.
16330
16331 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
16332 (rmail-retry-ignored-headers): Add more uninteresting fields.
16333
16334 2009-07-15 Jari Aalto <jari.aalto@cante.net>
16335
16336 * net/rcirc.el (rcirc): Use history variables.
16337 (rcirc-server-name-history, rcirc-nick-name-history)
16338 (rcirc-server-port-history): New variables.
16339
16340 2009-07-15 Kenichi Handa <handa@m17n.org>
16341
16342 * international/mule-cmds.el (set-language-environment-charset):
16343 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
16344 ignore them.
16345
16346 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
16347 Delete unibyte-display.
16348
16349 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
16350
16351 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
16352
16353 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
16354
16355 * simple.el (deactivate-mark): Optional argument FORCE.
16356 (set-mark): Use deactivate-mark.
16357
16358 * info.el (Info-search): No need to check transient-mark-mode
16359 before calling deactivate-mark.
16360
16361 * select.el (x-set-selection): Doc fix.
16362 (x-valid-simple-selection-p): Allow buffer values.
16363 (xselect--selection-bounds): Handle buffer values. Suggested by
16364 David De La Harpe Golden.
16365
16366 * mouse.el (mouse-set-region, mouse-drag-track): Call
16367 copy-region-as-kill before setting the mark, to let
16368 select-active-regions work.
16369
16370 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
16371
16372 * simple.el (deactivate-mark): If select-active-regions is
16373 non-nil, copy the selection data into a string.
16374 (activate-mark): If select-active-regions is non-nil, set the
16375 selection to the current buffer.
16376 (set-mark): Update selection if select-active-regions is non-nil.
16377
16378 * select.el (x-valid-simple-selection-p): Allow buffer values.
16379
16380 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
16381
16382 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
16383 and more featureful message-mode.
16384
16385 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
16386
16387 * select.el (x-set-selection): Doc fix.
16388 (x-valid-simple-selection-p): Disallow selection data consisting
16389 of a list or cons of integers, since that is not used.
16390 (xselect--selection-bounds, xselect--int-to-cons): New functions.
16391 (xselect-convert-to-string, xselect-convert-to-length)
16392 (xselect-convert-to-filename, xselect-convert-to-charpos)
16393 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
16394
16395 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
16396
16397 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
16398 output in -break-info command (Emacs bug #3794).
16399
16400 2009-07-14 Glenn Morris <rgm@gnu.org>
16401
16402 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
16403 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
16404 (edebug-print-length, edebug-print-level, edebug-print-circle)
16405 (edebug-sit-for-seconds, edebug-view-outside)
16406 (edebug-bounce-point, edebug-set-global-break-condition)
16407 (edebug-Go-nonstop-mode, edebug-trace-mode)
16408 (edebug-Trace-fast-mode, edebug-continue-mode)
16409 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
16410 (edebug-visit-eval-list): Doc fixes.
16411
16412 * subr.el (def-edebug-spec): Doc fix.
16413
16414 2009-07-14 Kenichi Handa <handa@m17n.org>
16415
16416 * international/characters.el: Fix setting of category ?C.
16417
16418 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
16419
16420 * term/ns-win.el (x-select-font): defalias x-select-font to
16421 ns-popup-font-panel instead of generate-fontset-menu.
16422
16423 2009-07-12 Eli Zaretskii <eliz@gnu.org>
16424
16425 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
16426
16427 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
16428
16429 * arc-mode.el (archive-find-type): Allow for a PK00 string before
16430 the PK\003\004 header (Bug#3770).
16431
16432 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
16433
16434 * pcomplete.el (pcomplete-comint-setup): Check for
16435 shell-dynamic-complete-filename too.
16436
16437 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
16438
16439 * simple.el (temporary-goal-column): Change the value for
16440 line-move-visual to a cons cell.
16441 (line-move-visual): Record or set the window hscroll, if
16442 necessary (Bug#3494).
16443 (line-move-1): Handle cons value of temporary-goal-column.
16444
16445 2009-07-11 Kenichi Handa <handa@m17n.org>
16446
16447 * international/mule-diag.el (describe-character-set): Don't show
16448 width.
16449
16450 2009-07-10 Sam Steingold <sds@gnu.org>
16451
16452 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16453 Omake sometimes indents the errors it prints, so allow all
16454 regexps to start with spaces.
16455
16456 2009-07-10 Eli Zaretskii <eliz@gnu.org>
16457
16458 * cus-edit.el (customize-changed-options-previous-release):
16459 Bump value to 22.1. (Bug#3804)
16460
16461 2009-07-08 Sam Steingold <sds@gnu.org>
16462
16463 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16464 to be a cons cell (test . ignored-directory) to selectively ignore
16465 some directories depending on the location of the search.
16466
16467 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
16468
16469 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16470 remote user is root, on the local host.
16471 (tramp-local-host-p): Either the local user or the remote user
16472 must be root. (Bug#3771)
16473
16474 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
16475
16476 * progmodes/gdb-mi.el (gdb): Remove description of
16477 gdb-use-separate-io-buffer.
16478 (menu): Don't allow toggling of or enable
16479 gdb-use-separate-io-buffer from menubar.
16480
16481 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
16482
16483 * mail/unrmail.el (unrmail): Make sure the message ends with two
16484 newlines (Bug#3769).
16485
16486 2009-07-08 Glenn Morris <rgm@gnu.org>
16487
16488 * calendar/calendar.el (calendar-current-date): Rework previous change.
16489
16490 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
16491
16492 * calendar/calendar.el (calendar-current-date):
16493 Add an optional argument giving an offset from today.
16494
16495 2009-07-08 Glenn Morris <rgm@gnu.org>
16496
16497 * tutorial.el (tutorial--describe-nonstandard-key):
16498 Adjust the message for when a key has been unbound.
16499 (help-with-tutorial): Hide the arch-tag.
16500
16501 2009-07-08 Kenichi Handa <handa@m17n.org>
16502
16503 * international/fontset.el (setup-default-fontset): For each
16504 script, append (not set) font-specs.
16505
16506 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16507 docstring.
16508
16509 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
16510
16511 * progmodes/gdb-mi.el (gdb-init-1): Move sending
16512 -data-list-register-names to ...
16513 (gdb-starting): ... here because GDB 7.0 requires execution to
16514 have started when using this MI command.
16515 (gdb-set-header): New function to distinguish select and
16516 unselected tabs in gdb buffers.
16517 (gdb-propertize-header): New macro that uses gdb-set-header.
16518 (gdb-breakpoints-header, gdb-locals-header): Use it.
16519 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
16520
16521 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
16522
16523 * Makefile.in (ELCFILES): Remove fadr.elc.
16524
16525 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
16526
16527 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
16528 may contain frame information, so `string-match' should be used.
16529 (gdb-update): Disassembly is invalidated through
16530 `gdb-get-selected-frame'.
16531 (gdb-pad-string): New function to pad string with spaces.
16532 (gdb-invalidate-disassembly): Invalidate only if the buffer
16533 exists.
16534 (gdb-disassembly-handler-custom): Column alignment.
16535 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16536 placing new ones.
16537 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16538 end of line, too.
16539 (gdb-frame-handler): Match convention to for disassembly buffer
16540 mode name.
16541 (gdb-stack-list-frames-handler): Rewritten without regexps.
16542 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16543 not highlight breakpoints without line information.
16544 (gdb-input): Add trailing newline to command.
16545
16546 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16547 buffer properly.
16548 (gdb-breakpoints-list-handler-custom): Replacement for
16549 `gdb-break-list-handler'. Using real parser instead of regexps
16550 now.
16551 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16552 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16553 to place breakpoints.
16554 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16555 functions.
16556 (gdb-disassembly-handler-custom): Show overlay arrow.
16557 (gdb-disassembly-place-breakpoints): Show breakpoints in
16558 disassembly buffer.
16559 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16560 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
16561 instead of parsing breakpoints buffer. Fixed old menu references
16562 in `gud-menu-map'.
16563
16564 * fadr.el: Remove.
16565
16566 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
16567 (gdb-memory-address): New variable which holds top address of
16568 memory page shown in memory buffer.
16569 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
16570 customization variables.
16571 New functions:
16572 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
16573 display the memory buffer.
16574 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
16575 buffer display parameters.
16576 (def-gdb-memory-format, gdb-memory-format-binary)
16577 (gdb-memory-format-octal, gdb-memory-format-unsigned)
16578 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16579 Functions for setting memory buffer format.
16580 (gdb-memory-unit-word, gdb-memory-unit-halfword)
16581 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
16582 unit size used in memory buffer.
16583 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
16584 to next/previous page of memory buffer.
16585 Now using (bindat-get-field) instead of fadr functions.
16586
16587 2009-07-07 Sam Steingold <sds@gnu.org>
16588
16589 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
16590 non-top-level files.
16591
16592 2009-07-07 Kenichi Handa <handa@m17n.org>
16593
16594 * international/mule-cmds.el (reset-language-environment): Put
16595 the highset priority to the charset iso-8859-1.
16596
16597 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
16598
16599 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
16600 to the end of the line when locating the block (Bug#700).
16601
16602 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
16603
16604 * net/tramp.el (tramp-handle-write-region): Flush file properties
16605 in case of short track.
16606
16607 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
16608
16609 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16610 Coded custom representation of verilog error regular expressions
16611 to work with Emacs-22's new format.
16612 (verilog-error-regexp-xemacs-alist): Coded custom representation
16613 of verilog error regular expressions to work with XEmacs format.
16614 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16615 error recognition into XEmacs.
16616 (verilog-error-regexp-add-emacs): Hook routine to install verilog
16617 error recognition into Emacs-22.
16618
16619 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
16620
16621 * woman.el: Remove stand-alone closing parentheses.
16622 (woman-file-name, woman2-format-paragraphs)
16623 (woman-leave-blank-lines): Code cleanup.
16624 (woman-use-own-frame): Change default to nil.
16625 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16626 defaults to inherit from default faces.
16627 (woman2-process-escapes): Consume the newline after a stand-alone
16628 filler character (Bug#3651).
16629
16630 2009-07-06 Glenn Morris <rgm@gnu.org>
16631
16632 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16633 (top-level): Move provide to the end.
16634 (ffap): Remove defunct URL from custom group.
16635
16636 * subr.el (eval-after-load): Doc fix.
16637
16638 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
16639
16640 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16641 `calc-embedded-word' is called twice.
16642
16643 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16644
16645 * files.el (find-alternate-file-other-window, find-alternate-file):
16646 Obey confirm-nonexistent-file-or-buffer.
16647
16648 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
16649
16650 * dired-aux.el (dired-show-file-type): Handle remote files.
16651
16652 2009-07-05 Jari Aalto <jari.aalto@cante.net>
16653
16654 * desktop.el (desktop-globals-to-save):
16655 Add file-name-history (Bug#2750).
16656
16657 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
16658
16659 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
16660
16661 2009-07-04 Johan Bockgård <bojohan@gnu.org>
16662
16663 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16664 property on entire argument since this is what eshell-lisp-command
16665 expects.
16666
16667 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
16668
16669 * net/tramp-gvfs.el (tramp-gvfs-methods)
16670 (tramp-gvfs-zeroconf-domain)
16671 (tramp-bluez-discover-devices-timeout): Add version flag.
16672 (tramp-gvfs-handler-mounted-unmounted)
16673 (tramp-gvfs-connection-mounted-p): Polish handling of
16674 incompatibilities between GVFS 0.2 and 1.0.
16675
16676 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
16677
16678 * cus-start.el (all): Add make-pointer-invisible.
16679
16680 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
16681
16682 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
16683 formatted correctly.
16684
16685 2009-07-02 Juri Linkov <juri@jurta.org>
16686
16687 * info.el: Virtual Info files and nodes.
16688 (Info-virtual-files, Info-virtual-nodes): New variables.
16689 (Info-current-node-virtual): New variable.
16690 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16691 New functions.
16692 (Info-file-supports-index-cookies): Use Info-virtual-file-p
16693 to check for a virtual file instead of checking a fixed list
16694 of node names.
16695 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16696 instead of ad-hoc processing of "dir" and (apropos history toc).
16697 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16698 instead of ad-hoc processing of "dir" and (apropos history toc).
16699 Reread a file when moving from a virtual node.
16700 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16701 (Info-directory-toc-nodes, Info-directory-find-file)
16702 (Info-directory-find-node): New functions.
16703 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16704 (Info-history): Move part of code to
16705 `Info-history-find-node'.
16706 (Info-history-toc-nodes, Info-history-find-file)
16707 (Info-history-find-node): New functions.
16708 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
16709 (Info-toc): Move part of code to `Info-toc-find-node'.
16710 (Info-toc-find-node): New function.
16711 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
16712 the current Info file name to references because now the node
16713 "*TOC*" belongs to the same Info manual.
16714 (Info-toc-build): Rename from `Info-build-toc'.
16715 (Info-toc-nodes): Rename input argument `file' to `filename'.
16716 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
16717 instead of ad-hoc processing of ("dir" apropos history toc).
16718 (Info-index-nodes): Use Info-virtual-file-p
16719 to check for a virtual file instead of checking a fixed list
16720 of node names.
16721 (Info-index-node): Add check for `Info-current-node-virtual'.
16722 Raise `save-match-data' higher up the tree to contain
16723 `search-forward' too (bug fix).
16724 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
16725 (Info-virtual-index-nodes): New variable.
16726 (Info-virtual-index-find-node, Info-virtual-index): New functions.
16727 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
16728 (Info-apropos-file, Info-apropos-nodes): New variables.
16729 (Info-apropos-toc-nodes, Info-apropos-find-file)
16730 (Info-apropos-find-node, Info-apropos-matches): New functions.
16731 (info-apropos): Move part of code to `Info-apropos-find-node' and
16732 `Info-apropos-matches'.
16733 (Info-mode-map): Bind "I" to `Info-virtual-index'.
16734 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
16735 for a virtual file instead of checking a fixed list of node names.
16736
16737 * simple.el (async-shell-command): New command.
16738
16739 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
16740
16741 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
16742 instead of `mount-info'.
16743
16744 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
16745
16746 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
16747 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
16748
16749 2009-07-02 Kenichi Handa <handa@m17n.org>
16750
16751 * international/mule.el (set-keyboard-coding-system): Force *-unix
16752 coding-system to avoid eol conversion.
16753
16754 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
16755
16756 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16757 Add handler for `process-file', `shell-command' and
16758 `start-file-process'.
16759 (tramp-gvfs-handle-shell-command)
16760 (tramp-gvfs-handle-start-file-process)
16761 (tramp-gvfs-handle-process-file): New defuns.
16762 (tramp-synce-list-devices): Simplify check for existence of property.
16763
16764 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
16765
16766 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
16767
16768 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
16769
16770 * language/korean.el (set-language-info-alist): Add korean-cp949,
16771 cp949 to spec.
16772
16773 2009-07-01 Kenichi Handa <handa@m17n.org>
16774
16775 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
16776
16777 * international/encoded-kb.el: Deleted.
16778
16779 * international/mule.el (set-keyboard-coding-system): Perform the
16780 necessary setup here instead of calling encoded-kbd-setup-display.
16781
16782 2009-07-01 Glenn Morris <rgm@gnu.org>
16783
16784 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
16785
16786 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
16787
16788 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
16789
16790 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
16791
16792 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
16793 Handle also the 'rename case, when setting file modes. (Bug#3712)
16794 (tramp-default-file-modes): Remove execute permissions.
16795
16796 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
16797 (top): Add a default for "synce" in `tramp-default-user-alist'.
16798 Add completion function for "synce" method.
16799 (tramp-hal-service, tramp-hal-path-manager)
16800 (tramp-hal-interface-manager, tramp-hal-interface-device):
16801 New defconst.
16802 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
16803 (tramp-synce-list-devices, tramp-synce-parse-device-names):
16804 New defuns.
16805
16806 * net/trampver.el: Update release number.
16807
16808 2009-06-30 Kenichi Handa <handa@m17n.org>
16809
16810 * international/fontset.el (setup-default-fontset): Add CJK fonts
16811 for symbols and the other miscellaneous characters.
16812
16813 * language/korea-util.el (setup-korean-environment-internal):
16814 Make char-width-table suitable for Korean environments.
16815 (exit-korean-environment): Cancel above.
16816
16817 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
16818 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
16819 setup-function to make char-width-table suitable for respective
16820 environments, and an exit-function to cancel that.
16821
16822 * language/japan-util.el (setup-japanese-environment-internal):
16823 Call use-cjk-char-width-table with arg `ja_JP'.
16824
16825 * international/characters.el (cjk-char-width-table): Delete it.
16826 (cjk-char-width-table-list): New variable.
16827 (use-cjk-char-width-table): New arg local-name.
16828 (use-default-char-width-table): Fix for the case that Emacs is
16829 already using the default char-width-table.
16830
16831 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
16832
16833 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
16834 modes mandatory. (Bug#3712)
16835
16836 2009-06-29 Alan Mackenzie <acm@muc.de>
16837
16838 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
16839 correction between the visible width of TABs and their number of bytes.
16840
16841 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
16842
16843 * server.el (server-buffer-done): Prevent kill-buffer from
16844 prompting by clearing the buffer modification flag (Bug#3696).
16845
16846 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
16847
16848 * progmodes/verilog-mode.el (verilog-beg-of-statement)
16849 (verilog-endcomment-reason-re): Support unique case and priority case.
16850 (verilog-basic-complete-re): Support localparam lineup.
16851 (verilog-beg-of-statement-1): Fix for robustness, unique case.
16852 (verilog-set-auto-endcomments): Fix for unique case, always_comb
16853 commenting.
16854 (verilog-leap-to-case-head): Now support *nested* unique &
16855 priority case statements.
16856 (verilog-auto-lineup): Make just declarations the default (as it
16857 had been).
16858 (verilog-leap-to-case-head): Support priority/unique case statements.
16859 (verilog-auto-lineup): Rework to give users radio buttons to
16860 select the various styles of automatic lineup.
16861 (verilog-error-regexp-alist): Rework to support the XEmacs style
16862 of error regular expressions from compilers, lint tools &
16863 simulators. Note that GNU Emacs has made it impossible for a mode
16864 to load such things.
16865 (electric-verilog-terminate-line, verilog-indent-declaration)
16866 (verilog-auto-wiure): Rework for radio button selection of
16867 auto-lineup selection of specification of auto lineup.
16868 (verilog-beg-of-statement-1): Redesign to support proper operation
16869 in additional code, based on testing with auto-lineup.
16870 (verilog-calculate-indent, assignments & declarations)
16871 (verilog-backward-token): Enhance to support auto-lineup of
16872 assignments & declarations.
16873 (verilog-in-directive-p, verilog-at-struct-p): New function for
16874 easy test of whether we are.
16875 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
16876 to support safe execution at almost anyline.
16877 (verilog-calc-1): Properly support indenting deep inside generate
16878 blocks.
16879 (verilog-init-font): Remove definition & use of verilog-init-font,
16880 as it is redundant with font-lock-defaults.
16881 (verilog-mode): Alter the definition of verilog-font-lock-defaults
16882 to avoid circular calls if syntax-ppss is a function (as is the
16883 case now in 22.x GNU Emacs) as that function would sometimes call
16884 itself, leading to (nearly) infinite recursion.
16885 (verilog-ovm-begin-re, verilog-ovm-end-re)
16886 (verilog-ovm-statement-re, verilog-leap-to-head)
16887 (verilog-backward-token): Add support for OVM macros. Some are
16888 complete statements, and others open and close scopes like begin
16889 and end.
16890 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
16891 (verilog-defun-level-generate-only-re): Really fix the defun-list
16892 compilation issue.
16893 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
16894 coverpoint, constraint and cross statements.
16895 (verilog-defun-level-list, verilog-generate-defun-level-list)
16896 (verilog-all-defun-level-list): Redo these specifications - it is
16897 too hard to support eval-when compile aggregation of lists also
16898 built at when-compile time.
16899 (verilog-defun-level-list): Place defconsts of variables used in
16900 building regular expressions which are built in eval-when-compile
16901 bodies in the same eval-when-compile body to facilitate compile
16902 without load.
16903 (verilog-beg-block-re-ordered): Support indenting
16904 virtual/protected tasks and functions.
16905 (verilog-defun-level-list, verilog-in-generate-region-p)
16906 (verilog-backward-ws&directives, verilog-calc-1): Speed up
16907 indentation of some module items (generate items).
16908 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
16909 across virtual/protected tasks and functions.
16910
16911 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
16912
16913 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
16914 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
16915 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
16916 in concatenations. Reported by Yishay Belkind.
16917 (verilog-auto-ascii-enum): Support one-hot state machines in
16918 AUTOASCIIENUM. Suggested by Lloyd Gomez.
16919 (verilog-auto-inst, verilog-auto-inst-port): Include interface
16920 modport in AUTOINST and add vl-modport for users. Reported by
16921 David Rogoff.
16922 (verilog-auto-inout-module, verilog-auto-inst)
16923 (verilog-decls-get-interfaces, verilog-insert-definition)
16924 (verilog-insert-one-definition, verilog-read-decls)
16925 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
16926 (verilog-sig-modport, verilog-signals-combine-bus)
16927 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
16928 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
16929 Suggested by David Rogoff.
16930 (verilog-repair-open-comma): Fix non-insertion of comma when
16931 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
16932 (verilog-make-width-expression): Simplify [A-1:0] expression
16933 widths to just {A{1'b0}}.
16934 (verilog-mode): Cleanup checkdoc warnings.
16935 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
16936 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
16937 inputs/outputs or data type. Suggested by Vasu Kandadi.
16938 (next-error-last-buffer): Fix byte-compiler warning.
16939 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
16940 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
16941 or shell command text during AUTO expansion. Suggested by Tad Truex.
16942 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
16943 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
16944 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
16945 in AUTOINOUT. Reported by Matthew Lovell.
16946 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
16947 causing use of <= assignments. Reported by Alex Reed.
16948 (verilog-read-decls): Fix triand, trior, wand, wor to be
16949 recognized by AUTOWIRE. Reported by Spencer Isaacson.
16950 (verilog-extended-complete-re): Support import "DPI-C" functions.
16951 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
16952 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
16953 (verilog-insert-date, verilog-insert-year)
16954 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
16955 Windows systems. Reported by Michael Potts.
16956 (verilog-read-module-name): Fix AUTOINST when the child module
16957 declaration's name is a tick define. Reported by Elliot Mednick.
16958 (verilog-read-decls): Fix V2K parameter bit subscripts getting
16959 passed to next parameter's definition. Reported by Bruce T.
16960 (verilog-read-decls): Fix detecting "parameter int" when using
16961 AUTOINSTPARAM. Reported by Bruce T.
16962 (verilog-goto-defun): Fix goto not finding modules unless first
16963 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
16964 (verilog-mode): Expand -f flag arguments on entry to mode so
16965 verilog-goto-defun will work. Reported by Lawrence Butcher.
16966 (verilog-getopt): Expand environment variables in -f file
16967 arguments. Suggested by Lawrence Butcher.
16968 (verilog-set-define): Fix "Symbol's value as variable is void"
16969 when reading enumerations.
16970 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
16971 Suggested by Stephen Peltan.
16972 (verilog-read-defines): Fix reading of enumerations in include
16973 files. Reported by Steve Peltan.
16974
16975 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
16976
16977 * files.el (trash-directory): Fix defcustom type.
16978
16979 2009-06-28 Juri Linkov <juri@jurta.org>
16980
16981 * help-fns.el (describe-function-1): Correctly locate adviced
16982 functions in hyperlink (Bug#2438).
16983
16984 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
16985
16986 * files.el (trash-directory): Change default to nil.
16987 (move-file-to-trash): If trash-directory is nil and
16988 system-move-file-to-trash is unbound, perform freedesktop-style
16989 trashing.
16990
16991 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
16992
16993 * files.el (move-file-to-trash): Add freedesktop trash
16994 support (Bug#973).
16995
16996 2009-06-28 Glenn Morris <rgm@gnu.org>
16997
16998 * autorevert.el (global-auto-revert-non-file-buffers)
16999 (global-auto-revert-mode): Doc fixes.
17000
17001 2009-06-27 Johan Bockgård <bojohan@gnu.org>
17002
17003 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
17004
17005 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
17006
17007 * faces.el (x-handle-named-frame-geometry): Ensure that we have
17008 opened an X connection before calling x-get-resource (Bug#3194).
17009
17010 * play/doctor.el: Remove reference to obsolete website.
17011 (make-doctor-variables): Correct grammar mistake (Bug#2633).
17012
17013 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
17014
17015 Remove find-file-not-found-hook VC method. (Bug#2757)
17016 * vc-hooks.el (vc-file-not-found-hook)
17017 (vc-default-find-file-not-found-hook): Remove functions.
17018 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
17019 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
17020 * vc.el:
17021 * vc-hg.el:
17022 * vc-git.el: Do not mention find-file-not-found-hook VC method.
17023
17024 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
17025
17026 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
17027 compatibility function for `looking-back'.
17028
17029 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
17030 Use `ispell-looking-back'.
17031
17032 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
17033
17034 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
17035 rather than `filename'.
17036
17037 2009-06-23 Miles Bader <miles@gnu.org>
17038
17039 * face-remap.el (text-scale-set): New function.
17040
17041 2009-06-23 Glenn Morris <rgm@gnu.org>
17042
17043 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
17044
17045 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
17046
17047 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
17048
17049 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
17050
17051 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
17052 Simplify Persian conditionals.
17053
17054 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
17055 variable `filename'.
17056
17057 * comint.el (comint-insert-input): Doc fix.
17058
17059 * Makefile.in (ELCFILES): Fix typo in previous change.
17060
17061 2009-06-23 Miles Bader <miles@gnu.org>
17062
17063 * cus-start.el: Add entry for `recenter-redisplay'.
17064
17065 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
17066
17067 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
17068 Add an optional argument for the backend, use it instead of
17069 calling vc-backend.
17070 (vc-mode-line): Add an optional argument for the backend.
17071 Pass the backend to vc-state and vc-working-revision. Move code for
17072 special handling for vc-state being a buffer to ...
17073
17074 * vc-rcs.el (vc-rcs-find-file-hook):
17075 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
17076
17077 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
17078 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
17079 vc-stay-local-p and vc-mode-line calls.
17080
17081 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
17082 (vc-cvs-diff, vc-cvs-annotate-command)
17083 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
17084 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
17085 vc-mode-line calls.
17086
17087 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
17088 direct comparison.
17089 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
17090 backend when calling vc-mode-line.
17091 (vc-register): Do not create a closure for calling the vc register
17092 function, call it directly.
17093
17094 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
17095
17096 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
17097 to make it obvious item can be clicked.
17098
17099 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
17100
17101 2009-06-23 Kenichi Handa <handa@m17n.org>
17102
17103 * language/korea-util.el (korean-key-bindings): Change the binding
17104 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
17105 same command.
17106
17107 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
17108
17109 Sync with Tramp 2.1.16.
17110
17111 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
17112
17113 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
17114 when a loading of a package fails. Completion function for rsync
17115 is `tramp-completion-function-alist-ssh'.
17116 (all): Replace all calls of `split-string' and
17117 `tramp-split-string' by `tramp-compat-split-string'.
17118 (tramp-default-method): Use `tramp-compat-process-running-p'.
17119 (tramp-default-proxies-alist): Allow also Lisp forms.
17120 (tramp-remote-path): Add choice "Private Directories".
17121 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
17122 (tramp-domain-regexp): Allow also "-", "_" and ".".
17123 (tramp-end-of-output): Remove newlines, and add "$" at the end.
17124 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
17125 (tramp-debug-message): Insert header line in debug buffer.
17126 (tramp-handle-directory-files-and-attributes-with-stat):
17127 Care about filenames with spaces, or starting with "-".
17128 (tramp-handle-dired-uncache): New defun.
17129 (tramp-handle-insert-directory): Don't flush the directory from
17130 cache, this is handled by `dired-uncache' now.
17131 (tramp-handle-insert-file-contents): Improve error handling.
17132 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17133 Quote `tramp-end-of-output'.
17134 (tramp-action-password): Improve trace message.
17135 (tramp-check-for-regexp): Both echoes must be present, before removing.
17136 (tramp-open-connection-setup-interactive-shell): Trace coding system.
17137 (tramp-compute-multi-hops): Eval cons cells of
17138 `tramp-default-proxies-alist'.
17139 (tramp-maybe-open-connection): Use the same command pattern for
17140 first hop and further hops.
17141 (tramp-wait-for-output): Remove handling of newlines.
17142 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
17143 (tramp-split-string): Remove function. It is handled in
17144 tramp-compat now.
17145
17146 * net/tramp-cmds.el (tramp-bug):
17147 Recommend `tramp-cleanup-all-connections' in the bug mail.
17148
17149 * net/tramp-compat.el (tramp-compat-split-string)
17150 (tramp-compat-process-running-p): New defuns.
17151
17152 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
17153 for `dired-uncache'.
17154
17155 * net/tramp-gvfs.el: New package.
17156
17157 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
17158 Add handler for `dired-uncache'.
17159 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
17160
17161 * net/trampver.el: Update release number. Make version check fit
17162 for SXEmacs 22.
17163
17164 2009-06-22 Jim Meyering <meyering@redhat.com>
17165
17166 Automatically handle .xz suffix (XZ-compressed files), too.
17167 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
17168 XZ is the successor to LZMA: <http://tukaani.org/xz/>
17169
17170 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
17171 Nick Roberts <nickrob@snap.net.nz>
17172
17173 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
17174 repository (http://sphinx.net.ru/hg/gdb-mi/).
17175
17176 2009-06-22 Glenn Morris <rgm@gnu.org>
17177
17178 * files.el (dir-locals-collect-mode-variables): Allow for any number of
17179 `mode' and `eval' entries. (Bug#3430)
17180
17181 * Makefile.in (ELCFILES): Add fadr.elc.
17182
17183 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
17184 differing behavior of \n and ^ in strings. (Bug#3385)
17185
17186 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
17187
17188 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
17189 property.
17190 (lisp-indent-function): Make it a defcustom.
17191
17192 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
17193
17194 * progmodes/gdb-ui.el: Replace with ...
17195 * progmodes/gdb-mi.el: ... this file.
17196 * progmodes/gud.el: Modify for gdb-mi.el.
17197
17198 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
17199
17200 * fadr.el: New file.
17201
17202 See ChangeLog.14 for earlier changes.
17203
17204 ;; Local Variables:
17205 ;; coding: utf-8
17206 ;; End:
17207
17208 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
17209
17210 This file is part of GNU Emacs.
17211
17212 GNU Emacs is free software: you can redistribute it and/or modify
17213 it under the terms of the GNU General Public License as published by
17214 the Free Software Foundation, either version 3 of the License, or
17215 (at your option) any later version.
17216
17217 GNU Emacs is distributed in the hope that it will be useful,
17218 but WITHOUT ANY WARRANTY; without even the implied warranty of
17219 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17220 GNU General Public License for more details.
17221
17222 You should have received a copy of the GNU General Public License
17223 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.