]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Merge changes from emacs-23 branch.
[gnu-emacs] / lisp / ChangeLog
1 2010-10-08 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
4
5 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
6 (shadows-compare-text-p): Make it an obsolete alias for...
7 (load-path-shadows-compare-text): ... new name.
8 (find-emacs-lisp-shadows): Update for above name change.
9 (load-path-shadows-same-file-or-nonexistent): New name for the old
10 shadow-same-file-or-nonexistent.
11
12 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
13
14 * minibuffer.el (completion--some, completion--do-completion)
15 (minibuffer-complete-and-exit, minibuffer-completion-help)
16 (completion-basic-try-completion)
17 (completion-basic-all-completions)
18 (completion-pcm--find-all-completions): Use lexical-let to
19 avoid some false matches in variable completion (Bug#7056)
20
21 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
22
23 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
24
25 2010-10-08 Leo <sdl.web@gmail.com>
26
27 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
28 return non-nil if the file exists (Bug#7090).
29
30 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
31
32 * minibuffer.el (completion--replace):
33 Better preserve markers (bug#7138).
34
35 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
36
37 * server.el (server-process-filter): Doc fix.
38
39 2010-10-08 Drew Adams <drew.adams@oracle.com>
40
41 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
42
43 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
44
45 * Makefile.in (ELCFILES): Update.
46
47 2010-10-08 Glenn Morris <rgm@gnu.org>
48
49 * vc/ediff-wind.el (ediff-setup-control-frame):
50 * vc/ediff-ptch.el (ediff-default-backup-extension):
51 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
52 (ediff-exec-process): Remove system-types emx, windows-95.
53
54 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
55
56 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
57
58 * cus-edit.el (custom-variable, custom-face): Doc fix.
59 (custom-face-edit): Add value-create attribute.
60 (custom-face-edit-value-create)
61 (custom-face-edit-value-visibility-action): New functions. Hide
62 unused face attributes by default, and add a visibility toggle.
63 (custom-face-edit-deactivate): Show empty values with shadow face.
64 (custom-face-selected): Only use this for face specs with default
65 attributes.
66 (custom-face-value-create): Cleanup.
67
68 * wid-edit.el (widget-checklist-value-create): Use dolist.
69 (widget-checklist-match-find): Make second arg optional.
70
71 2010-10-07 Glenn Morris <rgm@gnu.org>
72
73 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
74 Prefix things.
75
76 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
77 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
78 load-path-shadows-mode, update references.
79 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
80 Rename variable and button.
81 (list-load-path-shadows): Update button caller.
82
83 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
84
85 * emacs-lisp/smie.el (smie-bnf-classify): New function.
86 (smie-bnf-precedence-table): Use it to remember the closers/openers.
87 (smie-merge-prec2s): Handle those new entries.
88 (smie-prec2-levels): Only set precedence to nil for actual
89 openers/closers.
90 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
91 that is now unnecessary.
92
93 2010-10-07 Miles Bader <miles@gnu.org>
94
95 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
96
97 2010-10-07 Glenn Morris <rgm@gnu.org>
98
99 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
100 (mail-position-on-field): Remove declarations.
101 (mail-position-on-field): Autoload it.
102 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
103 and mail-header-end. Don't require sendmail.
104
105 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
106 (shadow-mode): New mode.
107 (shadow-find-file): New button.
108 (list-load-path-shadows): Use shadow-mode and buttons.
109
110 * iimage.el (iimage-version): Remove.
111 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
112 Turn into defcustoms.
113 (iimage-mode-map): Give it a doc string.
114
115 * calendar/appt.el (appt-activate): Give a warning rather than an error
116 if there is no diary-file.
117
118 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
119
120 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
121 Use `tramp-handle-find-backup-file-name'.
122
123 2010-10-06 Glenn Morris <rgm@gnu.org>
124
125 * font-core.el (font-lock-defaults-alist): Remove variable.
126 (font-lock-mode): Doc fix.
127 (font-lock-default-function): Do not consult font-lock-defaults-alist.
128 * font-lock.el (font-lock-refresh-defaults): Doc fix.
129 (font-lock-set-defaults): Doc fix.
130 Do not consult font-lock-defaults-alist.
131
132 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
133
134 * emacs-lisp/cl.el: No longer provide cl-19.
135
136 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
137
138 * net/tramp.el (tramp-handle-directory-files-and-attributes)
139 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
140 New defuns, taken from tramp-smb.el.
141 (tramp-coding-system-change-eol-conversion)
142 (tramp-set-process-query-on-exit-flag): Removed.
143
144 * net/tramp-compat.el (top): Do not check for byte-compiler
145 objects.
146 (tramp-compat-coding-system-change-eol-conversion)
147 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
148 from tramp.el.
149
150 * net/tramp-gvfs.el:
151 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
152 by `tramp-compat-set-process-query-on-exit-flag'.
153
154 * net/tramp-imap.el (tramp-imap-file-name-handler-alist): Use
155 `tramp-handle-directory-files-and-attributes',
156 `tramp-handle-file-exists-p' and
157 `tramp-handle-file-newer-than-file-p'.
158 (tramp-imap-handle-file-exists-p)
159 (tramp-imap-handle-file-executable-p)
160 (tramp-imap-handle-file-readable-p)
161 (tramp-imap-handle-directory-files-and-attributes)
162 (tramp-imap-handle-file-newer-than-file-p): Removed.
163
164 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
165 by `tramp-compat-set-process-query-on-exit-flag' and
166 `tramp-coding-system-change-eol-conversion' by
167 `tramp-compat-coding-system-change-eol-conversion'.
168
169 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use
170 `tramp-handle-directory-files-and-attributes',
171 `tramp-handle-file-exists-p' and
172 `tramp-handle-file-newer-than-file-p'.
173 (tramp-smb-handle-directory-files-and-attributes)
174 (tramp-smb-handle-file-exists-p)
175 (tramp-smb-handle-file-newer-than-file-p): Removed.
176 (tramp-smb-maybe-open-connection): Replace
177 `tramp-set-process-query-on-exit-flag' by
178 `tramp-compat-set-process-query-on-exit-flag'.
179
180 2010-10-05 Glenn Morris <rgm@gnu.org>
181
182 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
183
184 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
185
186 Continue reorganization of load dependencies. (Bug#7156)
187
188 * net/tramp.el (tramp-handle-file-local-copy-hook)
189 (tramp-delete-temp-file-function): Move down.
190 (tramp-exists-file-name-handler): Move up.
191 (tramp-register-file-name-handlers): Simplify autoload.
192 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
193 (tramp-handle-directory-files, tramp-handle-dired-uncache)
194 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
195 (tramp-handle-file-name-completion)
196 (tramp-handle-file-name-directory)
197 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
198 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
199 (tramp-handle-find-backup-file-name)
200 (tramp-handle-insert-file-contents, tramp-handle-load)
201 (tramp-handle-substitute-in-file-name)
202 (tramp-handle-unhandled-file-name-directory)
203 (tramp-mode-string-to-int, tramp-local-host-p)
204 (tramp-make-tramp-temp-file): Moved from tramp-sh.el.
205
206 * net/tramp-gvfs.el (top):
207 * net/tramp-smb.el (top): Do not require 'tramp-sh.
208
209 * net/tramp-sh.el (all): Move several objects to tramp.el, see
210 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
211
212 2010-10-04 Glenn Morris <rgm@gnu.org>
213
214 * calendar/appt.el (appt-add): Ensure reminders are enabled.
215 (appt-activate): Give status messages.
216
217 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
218
219 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
220 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
221 `gnutls-negotiate' (formerly `starttls-negotiate'). Remove
222 trivial wrapper `starttls-open-stream'.
223
224 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
225
226 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
227 log-outgoing commands.
228 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
229 to create a buffer local revert-buffer-function variable.
230 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
231 revert-buffer-function lambda.
232
233 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
234
235 * net/gnutls.el (starttls-negotiate): Use the plist interface to
236 `gnutls-boot'. Make TYPE the only required parameter. Allow
237 TRUSTFILES and KEYFILES to be lists.
238 (open-ssl-stream): Use it.
239
240 2010-10-03 Glenn Morris <rgm@gnu.org>
241
242 * subr.el (directory-sep-char): Remove obsolete variable.
243 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
244 it is "necessary".
245
246 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
247 * vc/vc.el (vc-static-header-alist): Doc fix.
248 * vc/vc-cvs.el (vc-cvs-header):
249 * vc/vc-rcs.el (vc-rcs-header):
250 * vc/vc-sccs.el (vc-sccs-header):
251 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
252 * obsolete/vc-mcvs.el (vc-mcvs-header):
253 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
254 on XEmacs.
255
256 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
257
258 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Remove
259 obsolete use of binary-overwrite-mode (Bug#7001).
260
261 2010-10-03 Glenn Morris <rgm@gnu.org>
262
263 * obsolete/x-menu.el: Remove file, obsolete since 21.1
264
265 * textmodes/rst.el (rst-font-lock-keywords-function):
266 Drop Emacs 20 code.
267
268 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
269
270 * printing.el: Drop Emacs 20 code.
271
272 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
273 without having used appt.el already).
274
275 * subr.el (make-local-hook): Remove function obsolete since 21.1.
276 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
277 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
278 XEmacs.
279 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
280 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
281
282 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
283 (charset-width, find-charset-region, chars-in-region, forward-point)
284 (encode-coding-string, coding-system-p, ccl-execute-on-string)
285 (define-ccl-program, multibyte-string-p, string-make-multibyte):
286 Remove compatibility cruft (none of these are used by ps*.el).
287
288 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
289
290 * subr.el (booleanp): Return t instead of a list (Bug#7086).
291
292 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
293
294 * server.el (server-process-filter, server-return-error): Give
295 emacsclient time to shut down after receiving an error string.
296
297 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
298
299 * files.el (remote-file-name-inhibit-cache): New defcustom.
300
301 * time.el (display-time-file-nonempty-p): Use
302 `remote-file-name-inhibit-cache'.
303
304 * net/tramp.el (tramp-completion-reread-directory-timeout): Fix
305 docstring.
306
307 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
308 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
309 `remote-file-name-inhibit-cache'. Check also for an integer
310 value. Add/increase counter when `tramp-verbose' >= 10.
311 (tramp-set-file-property): Add/increase counter when
312 `tramp-verbose' >= 10.
313
314 * net/tramp-cmds.el (tramp-cleanup-all-connections)
315 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
316 (tramp-bug): Set tramp-autoload cookie. Report all interned
317 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
318 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
319 characters only in strings.
320
321 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
322 to backward compatibility.
323
324 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
325 (tramp-handle-file-name-all-completions)
326 (tramp-handle-vc-registered): Use
327 `remote-file-name-inhibit-cache'.
328 (tramp-open-connection-setup-interactive-shell): Call
329 `tramp-cleanup-connection' directly.
330
331 2010-10-02 Glenn Morris <rgm@gnu.org>
332
333 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
334
335 * subr.el (char-bytes): Remove obsolete function.
336
337 * isearch.el (isearch-return-char): Remove obsolete function.
338
339 * mouse.el: No longer provide mldrag.
340 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
341 Remove obsolete aliases.
342
343 * comint.el (comint-kill-output): Remove obsolete alias.
344
345 * composite.el (decompose-composite-char): Remove obsolete function.
346 * ps-def.el (decompose-composite-char): Remove unused function.
347
348 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
349
350 * outline.el (outline-visible): Remove obsolete function.
351
352 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
353 * faces.el (internal-find-face, internal-get-face)
354 (frame-update-faces, frame-update-face-colors)
355 (x-frob-font-weight, x-frob-font-slant)
356 (internal-frob-font-weight, internal-frob-font-slant)
357 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
358 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
359 (x-make-font-bold-italic): Remove functions and aliases, obsolete
360 since Emacs 21.1.
361 * emulation/viper-util.el (viper-get-face):
362 * obsolete/lucid.el (find-face, get-face): Use facep.
363 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
364 Remove unused functions.
365 * vc/ediff-util.el (ediff-submit-report): Doc fix.
366
367 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
368 delete tempfile if interrupted during compilation.
369
370 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
371
372 * net/tls.el (tls-starttls-switches): Give up on using starttls with
373 gnutls-cli.
374 (tls-program): Add --insecure to be consistent with the defaults from
375 openssl s_client. Now all three commands are insecure.
376
377 2010-10-01 Eli Zaretskii <eliz@gnu.org>
378
379 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
380 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
381 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
382
383 2010-10-01 Glenn Morris <rgm@gnu.org>
384
385 * obsolete/sc.el: Remove file.
386
387 * files.el (temporary-file-directory): On darwin, also try
388 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
389
390 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
391
392 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
393 Let's not break compatibility gratuitously, shall we?
394
395 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
396
397 * net/tls.el (tls-starttls-switches): New variable.
398 (tls-find-starttls-argument): Use it.
399 (open-tls-stream): Ditto.
400
401 * net/netrc.el (netrc-credentials): Return the value of the "default"
402 entry.
403 (netrc-machine): Ditto.
404
405 2010-09-30 Eli Zaretskii <eliz@gnu.org>
406
407 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
408
409 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
410
411 * server.el (server-start): Don't write pid to the authentication file.
412 (server-create-tty-frame): Don't send pid.
413 (server-process-filter): Send pid at the start of every connection.
414
415 2010-09-30 Glenn Morris <rgm@gnu.org>
416
417 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
418 (show-all-diary-entries): Remove obsolete function aliases.
419
420 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
421 Remove options, obsolete since 22.1.
422 (appt-display-format, appt-display-message): Remove
423 backwards-compatibility code.
424 (appt-check): No longer check appt-issue-message.
425 (appt-make-list): No longer autoload it. Doc fix. No longer
426 activate the package.
427
428 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
429
430 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
431 (starttls-negotiate): Just call boot, and let the handshake be
432 triggered from the read loop.
433
434 2010-09-29 Glenn Morris <rgm@gnu.org>
435
436 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
437 not displaying the diary.
438 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
439 * calendar/appt.el (appt-check): No longer need to kill diary.
440
441 * calendar/diary-lib.el (diary-list-entries): Move the
442 "Preparing..." message entirely here.
443 (diary-simple-display, diary-fancy-display): Move "Preparing..."
444 messages to diary-list-entries.
445 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
446 diary-display-function.
447
448 * calendar/diary-lib.el (diary-include-other-diary-files):
449 Trap some recursive includes.
450
451 * calendar/appt.el (appt-activate): Check diary file.
452
453 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
454
455 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
456 construction.
457
458 * calendar/time-date.el: No need to require cl for Emacs 21.
459
460 2010-09-28 Glenn Morris <rgm@gnu.org>
461
462 * calendar/appt.el (appt-check): Minor simplification.
463
464 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
465
466 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
467 citation prefix.
468
469 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
470
471 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
472 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
473
474 2010-09-27 Kenichi Handa <handa@m17n.org>
475
476 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
477 "ustar" format.
478
479 2010-09-27 Kenichi Handa <handa@m17n.org>
480
481 * international/mule.el (define-coding-system): Docstring fixed.
482
483 * international/mule-diag.el (describe-character-set): Use princ
484 with proper print-length and print-level instead of insert.
485
486 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
487
488 * window.el (walk-windows): Doc fix (bug#7105).
489
490 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
491
492 * emacs-lisp/float-sup.el (e): Remove.
493
494 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
495
496 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
497 variable.
498 (starttls-negotiate): Use it.
499
500 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
501
502 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
503 back.
504
505 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
506
507 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
508
509 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
510
511 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
512
513 * net/netrc.el (netrc-store-data): New function.
514
515 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
516
517 * net/gnutls.el: GnuTLS glue code to set up a connection.
518
519 2010-09-25 Julien Danjou <julien@danjou.info>
520
521 * notifications.el: Call dbus-register-signal only if it is bound.
522
523 2010-09-25 Glenn Morris <rgm@gnu.org>
524
525 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
526 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
527 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
528 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
529 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
530 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
531 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
532 * eshell/esh-util.el, eshell/esh-var.el:
533 Remove leading `*' from docs of faces and defcustoms.
534
535 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
536
537 * eshell/em-ls.el (eshell-ls-archive-regexp):
538 * eshell/esh-util.el (eshell-tar-regexp):
539 * ibuffer.el (ibuffer-compressed-file-name-regexp):
540 * info.el (Info-suffix-list):
541 * international/mule.el (auto-coding-alist):
542 * woman.el (woman-file-regexp, woman-file-compression-regexp):
543 * progmodes/etags.el (tags-compression-info-list):
544 Support xz compression.
545
546 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
547
548 * files.el (get-free-disk-space): Don't assume the "df" output
549 columns line up (Bug#6995).
550
551 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
552
553 * finder.el (finder-unknown-keywords):
554 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
555 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
556
557 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
558
559 * server.el (server-start): Revert part of 2010-08-08 change. Using
560 address 127.0.0.1 for local host is now done in Fmake_network_process.
561
562 2010-09-24 Glenn Morris <rgm@gnu.org>
563
564 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
565 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
566 * textmodes/css-mode.el, textmodes/dns-mode.el:
567 Move autoloaded auto-mode-alist entries to files.el.
568 * files.el (auto-mode-alist): Move entries here.
569
570 2010-09-23 Glenn Morris <rgm@gnu.org>
571
572 * isearch.el (isearch-lazy-highlight-cleanup)
573 (isearch-lazy-highlight-initial-delay)
574 (isearch-lazy-highlight-interval)
575 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
576 * net/net-utils.el (ipconfig-program-options):
577 Move aliases to options before the associated definitions.
578
579 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
580
581 * newcomment.el (comment-normalize-vars): Better test validity of
582 comment-end-skip.
583
584 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
585
586 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
587 (float-e): New name for `e'.
588 (degrees-to-radians, radians-to-degrees):
589 * calendar/solar.el (solar-longitude):
590 * calculator.el (calculator-registers, calculator-funcall):
591 * textmodes/artist.el (artist-spray-random-points):
592 * play/bubbles.el (bubbles--initialize-images): Use new names.
593
594 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
595
596 Update to CEDET 1.0's version of EIEIO.
597
598 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
599 New function.
600 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
601 (eieio-default-eval-maybe): Eval val instead of unquoting only.
602 (class-precedence-list): If class is nil, return nil.
603 (eieio-generic-call): If class of first input arg is nil, don't
604 look up static methods, and do check for primary methods.
605 (initialize-instance): See if the default needs to be evaluated
606 during the constructor.
607 (eieio-perform-slot-validation-for-default): Don't do the check
608 for values that will eventually be evaluated.
609 (eieio-eval-default-p): New function.
610 (eieio-default-eval-maybe): Use it.
611
612 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
613
614 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
615 method-invocation-order.
616 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
617 (eieio-class-precedence-dfs): Compute class precedence list using
618 dfs algorithm.
619 (eieio-class-precedence-bfs): Compute class precedence list using
620 bfs algorithm.
621 (eieio-class-precedence-c3): Compute class precedence list using
622 c3 algorithm.
623 (class-precedence-list): New function.
624 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
625 (inconsistent-class-hierarchy): New error symbol.
626 (call-next-method): Stow the replacement argument list for future
627 call-next-method invocations.
628
629 2010-09-23 Glenn Morris <rgm@gnu.org>
630
631 * calendar/appt.el (appt-check): If not displaying the diary,
632 use (diary 1) to only get the entries we need.
633 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
634 that it is in day order. (Bug#7019)
635
636 * calendar/appt.el (appt-check): Rather than showing the diary,
637 just turn off invisible display, and only if needed.
638
639 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
640
641 2010-09-23 Glenn Morris <rgm@gnu.org>
642
643 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
644 (byte-compile-defvar, byte-compile-cl-warn):
645 Start warnings with lower-case, like the majority.
646
647 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
648
649 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
650
651 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
652 * files.el (auto-mode-alist): Move ld-script entries here, further down
653 the list.
654
655 * vc/add-log.el: Don't require timezone when compiling.
656 (timezone-make-date-sortable): Autoload it.
657 (change-log-sortable-date-at): Don't require timezone.
658 Use `ignore-errors'.
659
660 * comint.el (comint-use-prompt-regexp-instead-of-fields):
661 Move alias before definition, so it does not need autoloading.
662
663 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
664 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
665 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
666 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
667 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
668 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
669 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
670 * textmodes/tex-mode.el, textmodes/two-column.el:
671 Remove leading `*' from docs of defcustoms etc.
672
673 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
674
675 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
676
677 2010-09-22 Dan Christensen <jdc@uwo.ca>
678
679 * calendar/time-date.el (date-to-time): Try using parse-time-string
680 first before using the slower timezone-make-date-arpa-standard.
681
682 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
683
684 * calendar/time-date.el (format-seconds): Comment fix.
685
686 2010-09-22 Glenn Morris <rgm@gnu.org>
687
688 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
689 is not automatically buffer-local.
690
691 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
692
693 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
694 (smie-indent-comment): Be more careful with comment-start-skip.
695 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
696 (smie-indent-functions): Use them.
697
698 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
699
700 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
701
702 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
703
704 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
705 tool-bar-position. Don't modify frame parameters here.
706 (menu-bar-options-save): Add tool-bar-position.
707
708 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
709
710 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
711
712 * textmodes/reftex-parse.el (reftex-what-macro)
713 (reftex-context-substring): Let-bind forward-sexp-function to nil
714 since we don't need/want to treat \begin...\end as a block (bug#7053).
715
716 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
717
718 * simple.el (blink-matching-open): Use syntax-class.
719
720 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
721 Set invisibility spec for pascal's outline mode.
722 (pascal-outline-change): Clean up calling convention.
723 (pascal-show-all, pascal-hide-other-defuns): Update callers.
724
725 * progmodes/prolog.el (prolog-smie-forward-token)
726 (prolog-smie-backward-token): New functions.
727 (prolog-mode-variables): Use them to parse "!," correctly.
728 Set up smie-blink-matching for ".".
729
730 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
731 and `end'.
732 (ispell-region, ispell-process-line): Update users.
733
734 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
735 point-min==1.
736
737 * textmodes/ispell.el: Fix commenting convention.
738 (ispell-parse-output): Simplify, use push.
739 (ispell-region): Use match-string-no-properties.
740 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
741 (ispell-minor-mode): Use define-minor-mode.
742 (ispell-message): Remove unused var `skip-regexp'.
743 (ispell-add-per-file-word-list): Use dynamic let-binding.
744 Try and use the proper comment marker.
745
746 * mail/sendmail.el: Fix commenting convention.
747 (sendmail-send-it): Use line-beginning-position.
748
749 * help-fns.el (describe-variable): Add original value, if applicable.
750
751 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
752
753 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
754
755 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
756
757 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
758
759 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
760 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
761 (smie-prec2-levels): Use them to better diagnose precedence cycles.
762 (smie-blink-matching-check): Don't signal a mismatch if car is t.
763 (smie-blink-matching-open): Rewrite to remove assumptions, so that
764 something like "." can also be a closer.
765 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
766 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
767 Rename internal functions to use "--". Update callers.
768
769 * frame.el (make-frame-names-alist): Don't list frames on other displays.
770
771 * fringe.el (fringe-styles): New var.
772 (fringe-mode, fringe-query-style): Use it.
773
774 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
775
776 * progmodes/sql.el: Version 2.8
777 (sql-login-params): Update widget structure; changes still needed.
778 (sql-product-alist): Add :list-all and :list-table features for
779 SQLite, Postgres and MySQL products.
780 (sql-redirect): Handle default value.
781 (sql-execute, sql-execute-feature): New functions.
782 (sql-read-table-name): New function.
783 (sql-list-all, sql-list-table): New functions. User API.
784 (sql-mode-map, sql-interactive-mode-map): Add key definitions
785 for above functions.
786 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
787 for above functions.
788 (sql-postgres-login-params): Add user and database defaults.
789 (sql-buffer-live-p): Bug fix.
790 (sql-product-history): New variable.
791 (sql-read-product): New function. Use it.
792 (sql-set-product, sql-product-interactive): Use it.
793 (sql-connection-history): New variable.
794 (sql-read-connection): New function. Use it.
795 (sql-connect): New function.
796 (sql-for-each-login): Redesign function interface.
797 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
798 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
799 (sql-comint): Check for program. Existing live buffer.
800 (sql-comint-postgres): Add port parameter.
801
802 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
803
804 * emacs-lisp/warnings.el: Fix commenting convention.
805 (display-warning): Use special mode and make the buffer read-only.
806
807 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
808
809 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
810 empty string when it follows a repeated or optional pattern.
811
812 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
813
814 * indent.el (indent-according-to-mode): Apply syntax-propertize.
815 (indent-region): Use indent-according-to-mode.
816
817 2010-09-18 Eli Zaretskii <eliz@gnu.org>
818
819 * fringe.el (fringe-mode): Doc fix.
820
821 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
822
823 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
824 refreshing the preview buffer.
825
826 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
827
828 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
829 (latex-syntax-propertize-rules): New consts; replace
830 tex-font-lock-syntactic-keywords.
831 (tex-env-mark, latex-env-before-change): New functions.
832 (latex-electric-env-pair-mode): New minor mode.
833 (tex-font-lock-verb): Change arguments; do move point.
834 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
835 representation as a form of comment.
836 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
837 (doctex-syntax-propertize-rules): New const; replaces
838 doctex-font-lock-syntactic-keywords.
839 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
840
841 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
842 (fortran-make-syntax-propertize-function): New function; replaces
843 fortran-font-lock-syntactic-keywords.
844 (fortran-mode): Use it.
845 (fortran-line-length): Use it. Improve interactive spec.
846
847 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
848 (syntax-propertize-rules): Add var-ref case. Fix offset computation
849 when adding surrounding \(..\).
850
851 * progmodes/js.el (js-mode): Fix last change (bug#7054).
852
853 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
854
855 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
856 Use with-current-buffer.
857
858 * isearch.el (isearch-face): Rename from `isearch'.
859 (isearch-highlight): Use new name.
860
861 2010-09-17 Eli Zaretskii <eliz@gnu.org>
862
863 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
864 5, for `half' width fringes. (Bug#6933)
865
866 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
867
868 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
869 (byte-compile-defvar): "foo/bar" does not lack a prefix.
870
871 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
872
873 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
874
875 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
876 in calculating new frame position. Add more space between new and
877 parent on the left (Bug#7048).
878
879 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
880
881 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
882 defmacro.
883
884 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
885
886 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
887
888 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
889 obsolete alias for x-selection-value.
890
891 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
892
893 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
894
895 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
896 cookie.
897
898 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
899
900 * net/tramp-compat.el (tramp-compat-with-temp-message)
901 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
902 (tramp-compat-process-put): New defuns.
903
904 * net/tramp.el (top):
905 * net/tramp-gvfs.el (top):
906 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
907
908 * net/tramp.el (tramp-progress-reporter-update):
909 Use `tramp-compat-funcall'.
910
911 * net/tramp.el (tramp-process-actions):
912 * net/tramp-gvfs.el (tramp-handle-vc-registered):
913 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
914 (tramp-get-remote-stat, tramp-get-remote-readlink):
915 Use `tramp-compat-with-temp-message'.
916
917 * net/tramp-sh.el (top): Require 'cl.
918 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
919 (tramp-open-connection-setup-interactive-shell):
920 Use `tramp-compat-process-put'.
921
922 2010-09-15 Alan Mackenzie <acm@muc.de>
923
924 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
925 indentation.
926 (c-forward-<>-arglist-recur): Fix an infinite recursion.
927
928 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
929
930 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
931 `lexical' for warnings related to lexical scoping.
932 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
933 global vars which don't have a prefix and could hence affect lexical
934 scoping in unrelated files.
935
936 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
937
938 * net/imap.el: Revert back to version
939 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
940 seem problematic.
941
942 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
943
944 * obsolete/old-whitespace.el (whitespace-unload-function):
945 Explicitly pass `obarray' to `unintern' to avoid a warning.
946
947 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
948
949 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
950 Add `when' argument. Update callers.
951
952 * subr.el (unintern): Declare the obarray arg mandatory.
953
954 2010-09-14 Glenn Morris <rgm@gnu.org>
955
956 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
957 Doc fixes.
958
959 * calendar/diary-lib.el (diary-included-files): New variable.
960 (diary-list-entries): Maybe initialize diary-included-files.
961 (diary-include-other-diary-files): Append to diary-included-files.
962 * calendar/appt.el (appt-update-list): Also check the members of
963 diary-included-files. (Bug#6999)
964 (appt-check): Doc fix.
965
966 2010-09-14 David Reitter <david.reitter@gmail.com>
967
968 * simple.el (line-move-visual): Do not truncate goal column to
969 integer size. (Bug#7020)
970
971 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
972
973 * repeat.el (repeat): Allow repeating when the last event is a click.
974 Suggested by Drew Adams (bug#6256).
975
976 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
977
978 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
979 Replace setting HGRCPATH to "" by some less invasive --config options.
980
981 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
982
983 * font-lock.el (font-lock-beginning-of-syntax-function):
984 Mark as obsolete.
985
986 2010-09-14 Glenn Morris <rgm@gnu.org>
987
988 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
989 and tool-bar modes. (Bug#6211)
990 (menu-bar-mode): Move setting of standard-value after the
991 minor-mode definition, otherwise it seems to have no effect.
992
993 2010-09-14 Masatake YAMATO <yamato@redhat.com>
994
995 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
996 Fix typo. (Bug#6976)
997
998 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
999
1000 * whitespace.el: Allow cleaning up blanks without blank
1001 visualization (Bug#6651). Adjust help window for
1002 whitespace-toggle-options (Bug#6479). Allow to use fill-column
1003 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1004 (whitespace-style): Add new value 'face. Adjust docstring.
1005 (whitespace-space, whitespace-hspace, whitespace-tab):
1006 Adjust foreground property face.
1007 (whitespace-line-column): Adjust docstring and type declaration.
1008 (whitespace-style-value-list, whitespace-toggle-option-alist)
1009 (whitespace-help-text): Adjust const initialization.
1010 (whitespace-toggle-options, global-whitespace-toggle-options):
1011 Adjust docstring.
1012 (whitespace-display-window, whitespace-interactive-char)
1013 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1014 (whitespace-help-scroll): New fun.
1015
1016 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
1017
1018 * calendar/time-date.el (format-seconds): Comment fix.
1019
1020 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
1021
1022 * progmodes/sql.el: Version 2.7.
1023 (sql-buffer-live-p): Improve detection.
1024 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1025 (sql-set-sqli-buffer): Use it.
1026 (sql-product-interactive): Run `sql-set-sqli-hook'.
1027 (sql-rename-buffer): Code cleanup.
1028 (sql-redirect, sql-redirect-value): New functions. More to come.
1029
1030 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
1031
1032 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.
1033 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1034 (TRAMP_SRC): New macro.
1035 ($(lisp)/net/tramp-loaddefs.el): New target.
1036
1037 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
1038
1039 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
1040
1041 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
1042
1043 * net/tramp.el (top): Don't show loading message. Require just
1044 'tramp-compat, everything else is required there.
1045 Use `ignore-errors' where appropriate.
1046 (tramp-inline-compress-start-size, tramp-copy-size-limit)
1047 (tramp-terminal-type, tramp-end-of-output)
1048 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
1049 (tramp-completion-function-alist-ssh)
1050 (tramp-completion-function-alist-telnet)
1051 (tramp-completion-function-alist-su)
1052 (tramp-completion-function-alist-putty, tramp-remote-path)
1053 (tramp-remote-process-environment, tramp-sh-extra-args)
1054 (tramp-actions-before-shell, tramp-uudecode)
1055 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
1056 (tramp-perl-file-attributes)
1057 (tramp-perl-directory-files-and-attributes)
1058 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
1059 (tramp-perl-encode, tramp-perl-decode)
1060 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
1061 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
1062 (tramp-handle-make-symbolic-link, tramp-handle-load)
1063 (tramp-handle-file-name-as-directory)
1064 (tramp-handle-file-name-directory)
1065 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
1066 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
1067 (tramp-do-file-attributes-with-ls)
1068 (tramp-do-file-attributes-with-perl)
1069 (tramp-do-file-attributes-with-stat)
1070 (tramp-handle-set-visited-file-modtime)
1071 (tramp-handle-verify-visited-file-modtime)
1072 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
1073 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
1074 (tramp-handle-file-selinux-context)
1075 (tramp-handle-set-file-selinux-context)
1076 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
1077 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
1078 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
1079 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
1080 (tramp-handle-file-ownership-preserved-p)
1081 (tramp-handle-directory-file-name, tramp-handle-directory-files)
1082 (tramp-handle-directory-files-and-attributes)
1083 (tramp-do-directory-files-and-attributes-with-perl)
1084 (tramp-do-directory-files-and-attributes-with-stat)
1085 (tramp-handle-file-name-all-completions)
1086 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
1087 (tramp-handle-copy-file, tramp-handle-copy-directory)
1088 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
1089 (tramp-do-copy-or-rename-file-via-buffer)
1090 (tramp-do-copy-or-rename-file-directly)
1091 (tramp-do-copy-or-rename-file-out-of-band)
1092 (tramp-handle-make-directory, tramp-handle-delete-directory)
1093 (tramp-handle-delete-file)
1094 (tramp-handle-dired-recursive-delete-directory)
1095 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
1096 (tramp-handle-insert-directory)
1097 (tramp-handle-unhandled-file-name-directory)
1098 (tramp-handle-expand-file-name)
1099 (tramp-handle-substitute-in-file-name)
1100 (tramp-handle-executable-find, tramp-process-sentinel)
1101 (tramp-handle-start-file-process, tramp-handle-process-file)
1102 (tramp-handle-call-process-region, tramp-handle-shell-command)
1103 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
1104 (tramp-handle-insert-file-contents)
1105 (tramp-handle-insert-file-contents-literally)
1106 (tramp-handle-find-backup-file-name)
1107 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
1108 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
1109 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
1110 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
1111 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
1112 (tramp-find-file-exists-command, tramp-open-shell)
1113 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
1114 (tramp-open-connection-setup-interactive-shell)
1115 (tramp-local-coding-commands, tramp-remote-coding-commands)
1116 (tramp-find-inline-encoding, tramp-call-local-coding-command)
1117 (tramp-inline-compress-commands, tramp-find-inline-compress)
1118 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1119 (tramp-send-command, tramp-wait-for-output)
1120 (tramp-send-command-and-check, tramp-barf-unless-okay)
1121 (tramp-send-command-and-read, tramp-mode-string-to-int)
1122 (tramp-convert-file-attributes, tramp-check-cached-permissions)
1123 (tramp-file-mode-from-int, tramp-file-mode-permissions)
1124 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
1125 (tramp-method-out-of-band-p, tramp-local-host-p)
1126 (tramp-get-remote-path, tramp-get-remote-tmpdir)
1127 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
1128 (tramp-get-test-command, tramp-get-test-nt-command)
1129 (tramp-get-file-exists-command, tramp-get-remote-ln)
1130 (tramp-get-remote-perl, tramp-get-remote-stat)
1131 (tramp-get-remote-readlink, tramp-get-remote-trash)
1132 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
1133 (tramp-get-local-uid, tramp-get-local-gid)
1134 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
1135 tramp-sh.el.
1136 (tramp-methods, tramp-default-method-alist)
1137 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
1138 Move initialization to tramp-sh.el.
1139 (tramp-temp-name-prefix): Make it a defconst.
1140 (tramp-dissect-file-name): Don't check anymore for multi-hop
1141 methods.
1142 (tramp-debug-outline-regexp): Add a docstring.
1143 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
1144 (tramp-get-debug-buffer): Use it.
1145
1146 * net/tramp-cache.el (top): Set tramp-autoload cookie for
1147 initialization forms.
1148 (tramp-set-connection-property): Don't protect `tramp-message'
1149 call, it isn't necessary any longer.
1150 (tramp-dump-connection-properties): Use `ignore-errors'.
1151
1152 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
1153 'password-cache and 'auth-source.
1154
1155 * net/tramp-gvfs.el (top):
1156 * net/tramp-smb.el (top): Require 'tramp-sh.
1157
1158 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
1159
1160 * net/tramp-sh.el: New file, derived from tramp.el.
1161 (top): Initialize `tramp-methods', `tramp-default-method-alist',
1162 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
1163 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
1164 Use `ignore-errors' where appropriate.
1165 (tramp-sh-file-name-handler-alist): Rename from
1166 `tramp-file-name-handler-alist'.
1167 (tramp-send-command-and-check): Return t or nil. Remove all
1168 `zerop' checks, where called.
1169 (tramp-handle-set-file-modes)
1170 (tramp-do-copy-or-rename-file-directly)
1171 (tramp-handle-delete-directory, tramp-handle-delete-file)
1172 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
1173 (tramp-sh-file-name-handler, tramp-send-command-and-check)
1174 (tramp-get-remote-ln): Set tramp-autoload cookie.
1175
1176 * net/tramp-fish.el: Remove file.
1177
1178 2010-09-13 Daiki Ueno <ueno@unixuser.org>
1179
1180 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
1181 buffer-file-name to avoid file-locking. (Bug#7026)
1182
1183 2010-09-13 Julien Danjou <julien@danjou.info>
1184
1185 * notifications.el (notifications-notify): Add support for
1186 image-path and sound-name.
1187 (notifications-specification-version): Add this variable.
1188
1189 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1190
1191 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
1192
1193 2010-09-12 Leo <sdl.web@gmail.com>
1194
1195 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
1196 (rcirc-completion-start): New variables.
1197 (rcirc-nick-completions): Rename to rcirc-completions.
1198 (rcirc-nick-completion-start-offset): Delete.
1199 (rcirc-completion-at-point): New function for constructing
1200 completion data for both nicks and irc commands. Add to
1201 completion-at-point-functions in rcirc mode.
1202 (rcirc-complete): Rename from rcirc-nick-complete; use
1203 rcirc-completion-at-point.
1204 (defun-rcirc-command): Update rcirc-client-commands.
1205
1206 2010-09-11 Glenn Morris <rgm@gnu.org>
1207
1208 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
1209 atomically, to avoid parallel build errors. (Bug#4196)
1210
1211 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
1212
1213 * progmodes/sql.el: Version 2.6
1214 (sql-dialect): Synonym for "sql-product".
1215 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1216 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
1217 Set "sql-buffer" to buffer name not buffer object so multiple sql
1218 interactive buffers work properly. Reverts misguided changes in
1219 earlier work.
1220 (sql-comint): Make sure different buffer name is used if "*SQL*"
1221 buffer is for a different product.
1222 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
1223 login param.
1224 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1225 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1226 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
1227 Accept new buffer name or prompt for one.
1228 (sql-port): Default to zero.
1229 (sql-comint-mysql): Handle "sql-port" as a numeric.
1230 (sql-port-history): Delete unused variable.
1231 (sql-get-login): Default "sql-port" to a number.
1232 (sql-product-alist): Correct Postgres prompt and terminator regexp.
1233 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
1234 "sqlite3" executables.
1235 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
1236 (sql-buffer-live-p): New function.
1237 (sql-mode-menu, sql-send-string): Use it.
1238 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
1239 syntax pattern.
1240 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
1241 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
1242
1243 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1244
1245 * net/netrc.el (netrc-credentials): New convenience function.
1246
1247 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1248
1249 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
1250 to replace texinfo-font-lock-syntactic-keywords.
1251 (texinfo-mode): Use it.
1252
1253 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
1254 Use syntax-propertize-function.
1255
1256 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
1257 replace sgml-font-lock-syntactic-keywords.
1258 (sgml-mode): Use it.
1259
1260 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
1261 since we don't use it.
1262
1263 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
1264
1265 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
1266 if available.
1267 (vhdl-fontify-buffer): Adjust.
1268
1269 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
1270 replace tcl-font-lock-syntactic-keywords.
1271 (tcl-mode): Use it.
1272
1273 * progmodes/simula.el (simula-syntax-propertize-function): New var to
1274 replace simula-font-lock-syntactic-keywords.
1275 (simula-mode): Use it.
1276
1277 * progmodes/sh-script.el (sh-st-symbol): Remove.
1278 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
1279 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
1280 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
1281 (sh-font-lock-paren): Set syntax-multiline.
1282 (sh-font-lock-syntactic-keywords): Remove.
1283 (sh-syntax-propertize-function): New function to replace it.
1284 (sh-mode): Use it.
1285
1286 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
1287 Define while compiling.
1288 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1289 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
1290 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
1291 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1292 (ruby-here-doc-end-syntax): Only define when
1293 syntax-propertize is not available.
1294 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
1295 New functions.
1296 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
1297 (electric-indent-chars): Silence bytecompiler.
1298 (ruby-mode): Use prog-mode, syntax-propertize-function, and
1299 electric-indent-chars.
1300
1301 * progmodes/python.el (python-syntax-propertize-function): New var to
1302 replace python-font-lock-syntactic-keywords.
1303 (python-mode): Use it.
1304 (python-quote-syntax): Simplify and adjust to new use.
1305
1306 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
1307 replace perl-font-lock-syntactic-keywords.
1308 (perl-syntax-propertize-special-constructs): New fun to replace
1309 perl-font-lock-special-syntactic-constructs.
1310 (perl-font-lock-syntactic-face-function): New fun.
1311 (perl-mode): Use it.
1312
1313 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
1314 to replace octave-font-lock-close-quotes.
1315 (octave-syntax-propertize-function): New function to replace
1316 octave-font-lock-syntactic-keywords.
1317 (octave-mode): Use it.
1318
1319 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
1320 replaces mixal-font-lock-syntactic-keywords.
1321 (mixal-mode): Use it.
1322
1323 * progmodes/make-mode.el (makefile-syntax-propertize-function):
1324 New var; replaces makefile-font-lock-syntactic-keywords.
1325 (makefile-mode): Use it.
1326 (makefile-imake-mode): Adjust.
1327
1328 * progmodes/js.el (js--regexp-literal): Define while compiling.
1329 (js-syntax-propertize-function): New var; replaces
1330 js-font-lock-syntactic-keywords.
1331 (js-mode): Use it.
1332
1333 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
1334 replaces gdb-script-font-lock-syntactic-keywords.
1335 (gdb-script-mode): Use it.
1336
1337 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
1338 (fortran--font-lock-syntactic-keywords): New var.
1339 (fortran-line-length): Update syntax-propertize-function and
1340 fortran--font-lock-syntactic-keywords.
1341
1342 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
1343
1344 * progmodes/cfengine.el (cfengine-mode):
1345 Use syntax-propertize-function.
1346 (cfengine-font-lock-syntactic-keywords): Remove.
1347
1348 * progmodes/autoconf.el (autoconf-mode):
1349 Use syntax-propertize-function.
1350 (autoconf-font-lock-syntactic-keywords): Remove.
1351
1352 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
1353 (ada-after-change-function, ada-initialize-syntax-table-properties)
1354 (ada-handle-syntax-table-properties): Only define when
1355 syntax-propertize is not available.
1356 (ada-mode): Use syntax-propertize-function.
1357
1358 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
1359 (font-lock-fontify-syntactic-keywords-region): Move handling of
1360 font-lock-syntactically-fontified to...
1361 (font-lock-default-fontify-region): ...here.
1362 Let syntax-propertize-function take precedence.
1363 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
1364
1365 * emacs-lisp/syntax.el (syntax-propertize-function)
1366 (syntax-propertize-chunk-size, syntax-propertize--done)
1367 (syntax-propertize-extend-region-functions): New vars.
1368 (syntax-propertize-wholelines, syntax-propertize-multiline)
1369 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
1370 (syntax-propertize): New functions.
1371 (syntax-propertize-rules): New macro.
1372 (syntax-ppss-flush-cache): Set syntax-propertize--done.
1373 (syntax-ppss): Call syntax-propertize.
1374
1375 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
1376
1377 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
1378
1379 * textmodes/ispell.el (ispell-init-process): Improve comments.
1380 XEmacs compatibility changes regarding (add-hook) 'local option
1381 and (set-process-query-on-exit-flag).
1382
1383 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
1384
1385 * net/tramp-cache.el (tramp-parse-connection-properties):
1386 Set tramp-autoload cookie.
1387
1388 2010-09-09 Glenn Morris <rgm@gnu.org>
1389
1390 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
1391 (imagemagick-register-types): Doc fix.
1392
1393 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1394
1395 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
1396
1397 * progmodes/js.el (require): Require is already "eval-and-compile".
1398 (js--re-search-forward): Avoid `eval'. Preserve the error data.
1399 (js--re-search-backward): Use js--re-search-forward.
1400
1401 * progmodes/fortran.el (fortran-line-length): Don't recompute
1402 syntactic keywords redundantly a second time.
1403
1404 * progmodes/ada-mode.el: Replace "(set '" with setq.
1405 (ada-mode): Simplify.
1406 (ada-create-case-exception, ada-adjust-case-interactive)
1407 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
1408 (ada-search-ignore-string-comment, ada-move-to-start)
1409 (ada-move-to-end): Use with-syntax-table.
1410
1411 * font-lock.el (save-buffer-state): Remove `varlist' arg.
1412 (font-lock-unfontify-region, font-lock-default-fontify-region):
1413 Update usage correspondingly.
1414 (font-lock-fontify-syntactic-keywords-region):
1415 Set parse-sexp-lookup-properties buffer-locally here.
1416 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
1417
1418 * simple.el (blink-matching-open): Don't burp if we can't find a match.
1419
1420 2010-09-08 Glenn Morris <rgm@gnu.org>
1421
1422 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
1423 Error if not compiled with -DBYTE_CODE_METER.
1424
1425 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1426 Ignore dir-locals-file.
1427
1428 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1429
1430 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1431 Not a const.
1432 (compilation-error-regexp-alist-alist): Rule out ": " in file names
1433 for the `gnu' messages.
1434 (compilation-set-skip-threshold): New command.
1435 (compilation-start): Use \' rather than $.
1436 (compilation-forget-errors): Use clrhash.
1437
1438 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
1439
1440 * textmodes/ispell.el (ispell-valid-dictionary-list):
1441 Simplify logic.
1442
1443 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
1444
1445 Migrate to Tramp 2.2. Rearrange load dependencies.
1446 (Bug#1529, Bug#5448, Bug#5705)
1447
1448 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
1449 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
1450 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1451
1452 * net/tramp.el (top): Remove all other tramp-* loads except
1453 tramp-compat.el. Remove all changes to tramp-unload-hook for
1454 other tramp-* packages. Rearrange defun order. Change calls of
1455 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
1456 `tramp-compat-octal-to-decimal' to new function names.
1457 (tramp-terminal-type, tramp-initial-end-of-output)
1458 (tramp-methods, tramp-foreign-file-name-handler-alist)
1459 (tramp-tramp-file-p, tramp-completion-mode-p)
1460 (tramp-send-command-and-check, tramp-get-remote-path)
1461 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
1462 (tramp-shell-quote-argument): Set tramp-autoload cookie.
1463 (with-file-property, with-connection-property): Move to
1464 tramp-cache.el.
1465 (tramp-local-call-process, tramp-decimal-to-octal)
1466 (tramp-octal-to-decimal): Move to tramp-compat.el.
1467 (tramp-handle-shell-command): Do not require 'shell.
1468 (tramp-compute-multi-hops): No special handling for tramp-gw-*
1469 symbols.
1470 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
1471
1472 * net/tramp-cache.el (top): Require 'tramp. Add to
1473 `tramp-unload-hook'.
1474 (tramp-cache-data, tramp-get-file-property)
1475 (tramp-set-file-property, tramp-flush-file-property)
1476 (tramp-flush-directory-property, tramp-get-connection-property)
1477 (tramp-set-connection-property, tramp-flush-connection-property)
1478 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
1479 cookie.
1480 (with-file-property, with-connection-property): New defuns, moved
1481 from tramp.el.
1482 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
1483 macro.
1484
1485 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
1486 (tramp-version): Set tramp-autoload cookie.
1487
1488 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
1489 changes to tramp-unload-hook for other tramp-* packages. Add to
1490 `tramp-unload-hook'.
1491 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
1492 (tramp-compat-call-process): New defuns, moved from tramp.el.
1493
1494 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
1495 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1496 to `tramp-unload-hook'. Change call of
1497 `tramp-compat-decimal-to-octal' to new function name.
1498 (tramp-fish-method): Make it a defconst.
1499 (tramp-fish-file-name-p): Make it a defsubst.
1500 (tramp-fish-method, tramp-fish-file-name-handler)
1501 (tramp-fish-file-name-p): Set tramp-autoload cookie.
1502
1503 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
1504 `tramp-foreign-file-name-handler-alist'. Add to
1505 `tramp-unload-hook'.
1506 (tramp-ftp-method): Make it a defconst.
1507 (tramp-ftp-file-name-p): Make it a defsubst.
1508 (tramp-ftp-method, tramp-ftp-file-name-handler)
1509 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
1510
1511 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
1512 `tramp-foreign-file-name-handler-alist'. Add to
1513 `tramp-unload-hook'. Change checks, whether package can be
1514 loaded.
1515 (tramp-gvfs-file-name-p): Make it a defsubst.
1516 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
1517 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
1518 (tramp-gvfs-handle-file-directory-p): New defun.
1519 (tramp-gvfs-file-name-handler-alist): Use it.
1520
1521 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
1522 `tramp-foreign-file-name-handler-alist'. Add to
1523 `tramp-unload-hook'.
1524 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
1525 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
1526 defconst.
1527 (tramp-gw-tunnel-method, tramp-gw-socks-method)
1528 (tramp-gw-open-connection): Set tramp-autoload cookie.
1529
1530 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
1531 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1532 to `tramp-unload-hook'. Change checks, whether package can be
1533 loaded.
1534 (tramp-imap-file-name-p): Make it a defsubst.
1535 (tramp-imap-method, tramp-imaps-method)
1536 (tramp-imap-file-name-handler)
1537 (tramp-imap-file-name-p): Set tramp-autoload cookie.
1538
1539 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
1540 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1541 to `tramp-unload-hook'. Change checks, whether package can be
1542 loaded. Change call of `tramp-compat-decimal-to-octal' to new
1543 function name.
1544 (tramp-smb-tunnel-method): Make it a defconst.
1545 (tramp-smb-file-name-p): Make it a defsubst.
1546 (tramp-smb-method, tramp-smb-file-name-handler)
1547 (tramp-smb-file-name-p): Set tramp-autoload cookie.
1548
1549 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
1550 (tramp-uuencode-region): Set tramp-autoload cookie.
1551
1552 * net/trampver.el (top) Add to `tramp-unload-hook'.
1553 (tramp-version, tramp-bug-report-address): Set tramp-autoload
1554 cookie. Update release number.
1555
1556 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
1557
1558 * textmodes/ispell.el (ispell-start-process): Make sure original
1559 arg list is properly initialized (Bug#6993, Bug#6994).
1560
1561 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1562
1563 * files.el (directory-abbrev-alist): Use \` as default regexp.
1564
1565 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1566 chars like - or ] (bug#6984).
1567 (rx-any-condense-range): Explode 2-char ranges.
1568
1569 2010-09-06 Glenn Morris <rgm@gnu.org>
1570
1571 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1572
1573 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1574
1575 * textmodes/bibtex.el:
1576 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1577
1578 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1579
1580 * net/imap.el (imap-message-map): Remove optional buffer parameter,
1581 since no callers use it.
1582 (imap-message-get): Ditto.
1583 (imap-message-put): Ditto.
1584 (imap-mailbox-map): Ditto.
1585 (imap-mailbox-put): Ditto.
1586 (imap-mailbox-get): Ditto.
1587 (imap-mailbox-get): Revert last change for this function.
1588
1589 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1590
1591 * net/imap.el (imap-fetch-safe): Remove function, and alter all
1592 callers to use `imap-fetch' instead. According to the comments, this
1593 should be safe, since all other IMAP clients use the 1:* syntax.
1594 (imap-enable-exchange-bug-workaround): Remove.
1595 (imap-debug): Remove -- doesn't seem very useful.
1596
1597 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1598
1599 * net/imap.el (imap-log): New convenience function used throughout
1600 instead of repeating the same code all over the place.
1601
1602 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
1603
1604 * mouse.el (mouse-save-then-kill): Save region to kill-ring
1605 when mouse-drag-copy-region is non-nil (Bug#6956).
1606
1607 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
1608
1609 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
1610 Improve regexps (Bug#6987).
1611 (dired-sort-toggle): Search more robustly for -t flag.
1612
1613 * files.el (get-free-disk-space): Search more robustly for
1614 "available" column. Suggested by Ehud Karni
1615 <ehud@unix.mvs.co.il>.
1616
1617 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
1618
1619 * international/uni-bidi.el:
1620 * international/uni-category.el:
1621 * international/uni-combining.el:
1622 * international/uni-decimal.el:
1623 * international/uni-mirrored.el:
1624 * international/uni-name.el: Regenerate.
1625
1626 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1627
1628 * electric.el (electric-indent-post-self-insert-function):
1629 Don't reindent with a sloppy indentation function.
1630
1631 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
1632 border case in change-log-mode.
1633
1634 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
1635
1636 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1637 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
1638 Recognize leading tab in gcc-include regexp. Ignore names with
1639 leading "from" or "in" in gnu regexp (Bug#6937).
1640
1641 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1642
1643 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
1644 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
1645 (ispell-start-process): Avoid setq and simplify logic.
1646 (ispell-init-process): Setup kill-buffer-hook locally when needed.
1647 (kill-buffer-hook): Don't use it globally with code that uses
1648 expand-file-name since that may call kill-buffer via
1649 code_conversion_restore.
1650
1651 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
1652
1653 * emacs-lisp/package.el (package-directory-list): Only call
1654 file-name-nondirectory on a string.
1655
1656 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
1657
1658 * emacs-lisp/package.el (package--download-one-archive):
1659 Ensure that archive-contents is valid before saving it.
1660 (package-activate-1, package-mark-obsolete, define-package)
1661 (package-compute-transaction, package-list-maybe-add): Use push.
1662
1663 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1664
1665 Use SMIE's blink-paren for octave-mode.
1666 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
1667 Backslashes do not escape single-quotes, single-quotes do.
1668 (octave-block-else-regexp, octave-block-end-regexp)
1669 (octave-block-match-alist): Remove.
1670 (octave-smie-bnf-table): New var, with old content.
1671 (octave-smie-op-levels): Use it.
1672 (octave-smie-closer-alist): New var.
1673 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
1674 (octave-blink-matching-block-open): Remove.
1675 (octave-reindent-then-newline-and-indent, octave-electric-semi)
1676 (octave-electric-space): Let self-insert-command run expand-abbrev and
1677 blink parens.
1678
1679 * electric.el (electricity): New group.
1680 (electric-indent-chars): New var.
1681 (electric-indent-post-self-insert-function): New fun.
1682 (electric-indent-mode): New minor mode.
1683 (electric-pair-skip-self): New custom.
1684 (electric-pair-post-self-insert-function): New function.
1685 (electric-pair-mode): New minor mode.
1686
1687 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
1688 calcAlg-blink-matching-open.
1689 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
1690 (calc-do-alg-entry): Only touch the part of the keymap that varies.
1691 Use the new blink-matching-check-function.
1692
1693 Provide blink-matching support to SMIE.
1694 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
1695 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
1696 (smie-blink-matching-check, smie-blink-matching-open): New functions.
1697
1698 * simple.el (newline): Fix last change to properly remove itself from
1699 the hook.
1700
1701 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1702
1703 * simple.el (newline): Eliminate optimization.
1704 Use post-self-insert-hook to set hard-newline and things before
1705 running post-self-insert-hook.
1706 (blink-matching-check-mismatch): New function.
1707 (blink-matching-check-function): New variable.
1708 (blink-matching-open): Use them.
1709 Skip back forward over prefix chars skipped by forward-sexp.
1710 Don't check if the parens are backslash escaped.
1711 (blink-paren-post-self-insert-function): Check backslash escaping here.
1712
1713 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
1714
1715 * emacs-lisp/package.el (package-menu-mode-map):
1716 Change package-menu-revert bindings to revert-buffer.
1717 (package-menu-mode): Set revert-buffer-function.
1718 (package-menu-revert): Doc fix.
1719
1720 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
1721
1722 * textmodes/ispell.el (ispell-init-process): Use "~/" as
1723 `default-directory' unless using Ispell per-directory personal
1724 dictionaries and not in a mini-buffer under XEmacs.
1725 (kill-buffer-hook): Do not kill ispell process on exit when
1726 `ispell-process-directory' is "~/". (Bug#6143)
1727
1728 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1729
1730 * simple.el (kill-new): Call interprogram-cut-function with only
1731 one argument.
1732
1733 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
1734 Remove cut buffer from error message.
1735
1736 * term/x-win.el (x-select-text):
1737 * term/pc-win.el (x-selection-value):
1738 * term/ns-win.el (x-selection-value):
1739 * eshell/em-term.el:
1740 * w32-fns.el (x-get-selection-value):
1741 * mouse-sel.el (mouse-sel-set-selection-function):
1742 * frame.el (display-selections-p): Remove cut-buffer in documentation.
1743
1744 * term/x-win.el: Update documentation for x-last-selected-text-*.
1745 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
1746 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
1747 (x-select-text): Remove argument PUSH, update documentation. Remove
1748 cut-buffer code.
1749 (x-selection-value-internal): Was previously x-selection-value.
1750 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
1751 Update documentation, remove cut-buffer code. Call
1752 x-selection-value-internal.
1753 (x-clipboard-yank): Call x-selection-value-internal.
1754 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
1755
1756 * term/pc-win.el (x-last-selected-text):
1757 x-cut-buffer-or-selection-value renamed to x-selection-value
1758 (x-select-text): Remove argument PUSH, update documentation.
1759
1760 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
1761 x-cut-buffer-or-selection-value renamed to x-selection-value
1762 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
1763 (x-select-text): Remove argument PUSH, update documentation.
1764
1765 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
1766
1767 * w32-fns.el (x-last-selected-text):
1768 x-cut-buffer-or-selection-value renamed to x-selection-value.
1769 (x-cut-buffer-max): Remove.
1770 (x-select-text): Remove argument PUSH, update documentation.
1771
1772 * simple.el (interprogram-cut-function): Remove mention of PUSH.
1773
1774 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
1775
1776 * mouse-sel.el (mouse-sel-get-selection-function):
1777 x-cut-buffer-or-selection-value renamed to x-selection-value.
1778 (x-select-text): Remove optional push.
1779
1780 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1781
1782 * simple.el (blink-paren-function): Move from C to here.
1783 (blink-paren-post-self-insert-function): New function.
1784 (post-self-insert-hook): Use it.
1785
1786 * emacs-lisp/pcase.el (pcase-split-memq):
1787 Fix overenthusiastic optimisation.
1788 (pcase-u1): Handle the case of a lambda pred.
1789
1790 2010-08-31 Kenichi Handa <handa@m17n.org>
1791
1792 * international/mule-cmds.el (standard-display-european-internal):
1793 Setup standard-display-table for 8-bit characters by storing 8-bit
1794 characters in the element vector.
1795
1796 * disp-table.el (standard-display-8bit):
1797 Setup standard-display-table for 8-bit characters by storing 8-bit
1798 characters in the element vector.
1799 (standard-display-european): Likewise.
1800
1801 2010-08-31 Masatake YAMATO <yamato@redhat.com>
1802
1803 * textmodes/nroff-mode.el (nroff-view): New command.
1804 (nroff-mode-map): Bind it to C-c C-c.
1805
1806 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1807
1808 * emacs-lisp/smie.el (smie-down-list): New command.
1809
1810 Remove old indentation and navigation code on octave-mode.
1811 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
1812 smie-down-list rather than add a binding for octave-down-block.
1813 (octave-mark-block, octave-blink-matching-block-open):
1814 Rely on forward-sexp-function.
1815 (octave-fill-paragraph): Don't narrow, so you can use
1816 indent-according-to-mode.
1817 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
1818 (octave-in-block-p, octave-re-search-forward-kw)
1819 (octave-re-search-backward-kw, octave-indent-calculate)
1820 (octave-end-as-array-index-p, octave-block-end-offset)
1821 (octave-scan-blocks, octave-forward-block, octave-backward-block)
1822 (octave-down-block, octave-backward-up-block, octave-up-block)
1823 (octave-before-magic-comment-p, octave-indent-line): Remove.
1824
1825 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
1826
1827 * emacs-lisp/package.el (package--read-archive-file): Just use
1828 `read', to avoid copying an additional string.
1829 (package-menu-mode): Set header-line-format here.
1830 (package-menu-refresh, package-menu-revert): Signal an error if
1831 not in the Package Menu.
1832 (package-menu-package-list): New var.
1833 (package--generate-package-list): Operate on the current buffer;
1834 don't assume that it is *Packages*, since the user may rename it.
1835 Allow persistent package listings and sort keys using
1836 package-menu-package-list and package-menu-package-sort-key.
1837 (package-menu--version-predicate): Fix version calculation.
1838 (package-menu-sort-by-column): Don't select the window.
1839 (package--list-packages): Create the *Packages* buffer.
1840 Set package-menu-package-list-key.
1841 (list-packages): Sorting by status is now the default.
1842 (package-buffer-info): Use match-string-no-properties.
1843 (define-package): Add a &rest argument for future proofing, but
1844 don't use it yet.
1845 (package-install-from-buffer, package-install-buffer-internal):
1846 Merge into a single function, package-install-from-buffer.
1847 (package-install-file): Change caller.
1848
1849 * finder.el: Load finder-inf using `require'.
1850 (finder-list-matches): Sorting by status is now the default.
1851 (finder-compile-keywords): Simpify printing.
1852
1853 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1854
1855 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1856 (octave-mode-map): Remove special bindings for forward/backward-block
1857 and octave-backward-up-block. Use smie-close-block.
1858 (octave-continuation-marker-regexp): New var.
1859 (octave-continuation-regexp): Use it.
1860 (octave-operator-table, octave-smie-op-levels)
1861 (octave-operator-regexp, octave-smie-indent-rules): New vars.
1862 (octave-smie-backward-token, octave-smie-forward-token): New funs.
1863 (octave-mode): Use SMIE.
1864 (octave-close-block): Delete.
1865
1866 2010-08-30 Eli Zaretskii <eliz@gnu.org>
1867
1868 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
1869 CLIPBOARD, not in PRIMARY. (Bug#6944)
1870
1871 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1872
1873 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
1874 a list of parents.
1875 (smie-indent-column): Allow indirection through variables.
1876
1877 * composite.el (save-buffer-state): Delete, unused.
1878 * font-lock.el (save-buffer-state): Use with-silent-modifications.
1879 (font-lock-default-fontify-region): Use with-syntax-table.
1880 * jit-lock.el (with-buffer-unmodified): Remove.
1881 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
1882
1883 Use `declare' in defmacros.
1884 * window.el (save-selected-window):
1885 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
1886 * progmodes/python.el (def-python-skeleton):
1887 * net/dbus.el (dbus-ignore-errors):
1888 * jka-cmpr-hook.el (with-auto-compression-mode):
1889 * international/mule.el (with-category-table):
1890 * emacs-lisp/timer.el (with-timeout):
1891 * emacs-lisp/lisp-mnt.el (lm-with-file):
1892 * emacs-lisp/eieio.el (with-slots):
1893 * emacs-lisp/easymenu.el (easy-menu-define):
1894 * emacs-lisp/debug.el (debugger-env-macro):
1895 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
1896 (Multiple-value-call, Multiple-value-prog1):
1897 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
1898 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
1899 edebug rule to definition.
1900 * emacs-lisp/lisp-mode.el (save-selected-window)
1901 (with-current-buffer, combine-after-change-calls)
1902 (with-output-to-string, with-temp-file, with-temp-buffer)
1903 (with-temp-message, with-syntax-table, read-if, eval-after-load)
1904 (dolist, dotimes, when, unless):
1905 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
1906
1907 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
1908
1909 * finder.el: Require `package'.
1910 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
1911 (finder-package-info): Var deleted.
1912 (finder-keywords-hash, finder--builtins-alist): New vars.
1913 (finder-compile-keywords): Compute package--builtins and
1914 finder-keywords-hash instead of finder-keywords-hash, respecting
1915 the "Package" header.
1916 (finder-unknown-keywords, finder-list-matches):
1917 Use finder-keywords-hash and package--list-packages.
1918 (finder-mode): Don't set font-lock-defaults.
1919 (finder-exit): We don't use "*Finder-package*" and "*Finder
1920 Category*" buffers anymore.
1921
1922 * emacs-lisp/package.el (package--builtins-base): Var deleted.
1923 (package--builtins): Set default value to nil.
1924 (package-initialize): Load precomputed value of package--builtins
1925 from finder-inf.el.
1926 (package-alist, package-compute-transaction)
1927 (package-download-transaction): Improve docstring.
1928 (package-read-all-archive-contents): Do not change
1929 package--builtins here.
1930 (list-packages): Make package-list-packages an alias for this.
1931 Sort by status by default.
1932 (package--list-packages): Add optional PACKAGES arg.
1933 (describe-package-1): Use font-lock-face property. For built-in
1934 packages, insert file commentary.
1935 (package--generate-package-list): Rename from
1936 package-list-packages-internal; all callers changed. Add optional
1937 PACKAGES arg. Add alphabetical sort fallbacks.
1938 (package-menu--version-predicate, package-menu--status-predicate)
1939 (package-menu--description-predicate)
1940 (package-menu--name-predicate): New functions.
1941
1942 * info.el (Info-finder-find-node): Search package-alist instead of
1943 finder-package-info.
1944
1945 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
1946
1947 * subr.el (version-regexp-alist): Don't use "a" and "b" for
1948 "alpha" and "beta".
1949 (version-to-list): Handle versions like "10.3d".
1950
1951 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1952
1953 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
1954 (macroexp-accumulate): Use `declare'.
1955
1956 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1957
1958 * whitespace.el (whitespace-style): Adjust type declaration.
1959
1960 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1961
1962 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1963 empty argument to gvfs-copy.
1964
1965 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1966
1967 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1968 handle new TRASH arg of `delete-file'.
1969
1970 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1971
1972 * net/tramp.el (tramp-handle-insert-directory): Don't use
1973 `forward-word', its default syntax could be changed.
1974
1975 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1976 Michael Albinus <michael.albinus@gmx.de>
1977
1978 Implement compression for inline methods.
1979
1980 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1981 (tramp-copy-size-limit): Allow also nil.
1982 (tramp-inline-compress-commands): New defconst.
1983 (tramp-find-inline-compress, tramp-get-inline-compress)
1984 (tramp-get-inline-coding): New defuns.
1985 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1986 replaced by `tramp-get-inline-coding'.
1987 (tramp-handle-file-local-copy, tramp-handle-write-region)
1988 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1989
1990 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1991
1992 Detect ssh 'ControlMaster' argument automatically in some cases.
1993
1994 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1995 (tramp-default-method): Use it.
1996
1997 2010-08-26 Karel Klíč <kklic@redhat.com>
1998
1999 * net/tramp.el (tramp-file-name-for-operation):
2000 Add file-selinux-context.
2001
2002 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
2003
2004 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
2005
2006 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2007
2008 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
2009 (Bug#6907).
2010
2011 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
2012
2013 * progmodes/js.el: Make indentation more customizable (Bug#6914).
2014 (js-paren-indent-offset, js-square-indent-offset)
2015 (js-curly-indent-offset): New options.
2016 (js--proper-indentation): Use them.
2017
2018 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
2019
2020 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
2021 instead of inspecting font-lock properties (Bug#6916).
2022
2023 2010-08-26 David Reitter <david.reitter@gmail.com>
2024
2025 * server.el (server-visit-files): Run pre-command-hook and
2026 post-command-hook for each buffer while it is current (Bug#6910).
2027 (server-execute): Do not run hooks here.
2028
2029 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
2030
2031 Sync with Tramp 2.1.19.
2032
2033 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2034 (tramp-reporter-dump-variable, tramp-load-report-modules)
2035 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
2036 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
2037
2038 * net/tramp-compat.el (top): Do not autoload
2039 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
2040 only when `start-file-process' is not bound.
2041 (byte-compile-not-obsolete-vars): Define if not bound.
2042 (tramp-compat-funcall): New defmacro.
2043 (tramp-compat-line-beginning-position)
2044 (tramp-compat-line-end-position)
2045 (tramp-compat-temporary-file-directory)
2046 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2047 (tramp-compat-copy-file, tramp-compat-copy-directory)
2048 (tramp-compat-delete-file, tramp-compat-delete-directory)
2049 (tramp-compat-number-sequence, tramp-compat-process-running-p):
2050 Use it.
2051 (tramp-advice-file-expand-wildcards): Do not use
2052 `tramp-handle-file-remote-p'.
2053 (tramp-compat-make-temp-file): Simplify fallback implementation.
2054 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2055 (tramp-compat-copy-tree): Remove function.
2056 (tramp-compat-delete-file): New defun.
2057 (tramp-compat-delete-directory): Provide implementation for older
2058 Emacsen.
2059 (tramp-compat-file-attributes): Handle only
2060 `wrong-number-of-arguments' error.
2061
2062 * net/tramp-fish.el (tramp-fish-handle-copy-file):
2063 Add PRESERVE_SELINUX_CONTEXT.
2064 (tramp-fish-handle-delete-file): Add TRASH arg.
2065 (tramp-fish-handle-directory-files-and-attributes):
2066 Do not use `tramp-fish-handle-file-attributes.
2067 (tramp-fish-handle-file-local-copy)
2068 (tramp-fish-handle-insert-file-contents)
2069 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
2070
2071 * net/tramp-gvfs.el (top): Require url-util.
2072 (tramp-gvfs-mount-point): Remove.
2073 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
2074 and `set-file-selinux-context'.
2075 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
2076 (tramp-gvfs-handle-file-selinux-context)
2077 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2078 (with-tramp-dbus-call-method): Format trace message.
2079 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2080 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
2081 Implement backup call, when operation on local files fails.
2082 Use progress reporter. Flush properties of changed files.
2083 (tramp-gvfs-handle-delete-file): Add TRASH arg. Use
2084 `tramp-compat-delete-file'.
2085 (tramp-gvfs-handle-expand-file-name): Expand "~/".
2086 (tramp-gvfs-handle-make-directory): Make more traces.
2087 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
2088 (tramp-gvfs-url-file-name): Hexify file name in url.
2089 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
2090 into account for the resulting file name.
2091 (tramp-gvfs-handler-askquestion): Preserve current message, in
2092 order to let progress reporter continue afterwards. (Bug#6257)
2093 Return dummy mountpoint, when the answer is "no".
2094 See `tramp-gvfs-maybe-open-connection'.
2095 (tramp-gvfs-handler-mounted-unmounted)
2096 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
2097 attribute "default_location". Set "prefix" property.
2098 Handle default-location.
2099 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
2100 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
2101 exists. Raise an error, if not (due to a corresponding answer
2102 "no" in interactive questions, for example).
2103 Use `tramp-compat-funcall'.
2104
2105 * net/tramp-imap.el (top): Autoload `epg-make-context'.
2106 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2107 (tramp-imap-do-copy-or-rename-file)
2108 (tramp-imap-handle-insert-file-contents)
2109 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2110 (tramp-imap-handle-delete-file): Add TRASH arg.
2111
2112 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2113 Add PRESERVE-SELINUX-CONTEXT.
2114 (tramp-smb-handle-copy-file)
2115 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2116 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2117 Use `with-progress-reporter'.
2118 (tramp-smb-handle-delete-file): Add TRASH arg.
2119
2120 * net/tramp.el (tramp-methods): Move hostname to the end in all
2121 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
2122 appropriate.
2123 (tramp-verbose): Describe verbose level 9.
2124 (tramp-completion-function-alist)
2125 (tramp-file-name-regexp, tramp-chunksize)
2126 (tramp-local-coding-commands, tramp-remote-coding-commands)
2127 (with-connection-property, tramp-completion-mode-p)
2128 (tramp-action-process-alive, tramp-action-out-of-band)
2129 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2130 (tramp-exists-file-name-handler): Fix docstring.
2131 (tramp-remote-process-environment): Use `format' instead of
2132 `concat'. Protect version string by apostroph.
2133 (tramp-shell-prompt-pattern): Do not use a shy group in case of
2134 XEmacs.
2135 (tramp-file-name-regexp-unified)
2136 (tramp-completion-file-name-regexp-unified): On W32 systems, do
2137 not regard the volume letter as remote filename. (Bug#5447)
2138 (tramp-perl-file-attributes)
2139 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2140 (tramp-vc-registered-read-file-names): Read input as
2141 here-document, otherwise the command could exceed maximum length
2142 of command line.
2143 (tramp-file-name-handler-alist): Add `file-selinux-context' and
2144 `set-file-selinux-context'.
2145 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
2146 backtrace functions.
2147 (tramp-error-with-buffer): Don't show the connection buffer when
2148 we are in completion mode.
2149 (tramp-progress-reporter-update, tramp-remote-selinux-p)
2150 (tramp-handle-file-selinux-context)
2151 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
2152 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
2153 New defuns.
2154 (with-progress-reporter): New defmacro.
2155 (tramp-debug-outline-regexp): New defconst.
2156 (top, tramp-rfn-eshadow-setup-minibuffer)
2157 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2158 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2159 (tramp-completion-mode-p, tramp-check-for-regexp)
2160 (tramp-open-connection-setup-interactive-shell)
2161 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2162 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2163 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
2164 Use `tramp-compat-funcall'.
2165 (tramp-handle-make-symbolic-link): Flush file properties.
2166 (tramp-handle-load, tramp-handle-file-local-copy)
2167 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2168 (tramp-handle-vc-registered, tramp-maybe-send-script)
2169 (tramp-find-shell): Use `with-progress-reporter'.
2170 (tramp-do-file-attributes-with-stat): Add space in format string,
2171 in order to work around a bug in pdksh. Reported by Gilles Pion
2172 <gpion@lfdj.com>.
2173 (tramp-handle-verify-visited-file-modtime): Do not send a command
2174 when the connection is not established.
2175 (tramp-handle-set-file-times): Simplify the check for utc.
2176 (tramp-handle-directory-files-and-attributes)
2177 (tramp-get-remote-path): Use `copy-tree'.
2178 (tramp-completion-handle-file-name-all-completions): Ensure, that
2179 non remote files are still checked. Oops.
2180 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2181 Handle PRESERVE-SELINUX-CONTEXT.
2182 (tramp-do-copy-or-rename-file): Add progress reporter.
2183 (tramp-do-copy-or-rename-file-directly): Do not use
2184 `tramp-handle-file-remote-p'.
2185 (tramp-do-copy-or-rename-file-out-of-band):
2186 Use `tramp-compat-delete-directory'.
2187 (tramp-do-copy-or-rename-file-out-of-band)
2188 (tramp-compute-multi-hops, tramp-maybe-open-connection):
2189 Use `format-spec-make'.
2190 (tramp-handle-delete-file): Add TRASH arg.
2191 (tramp-handle-dired-uncache): Flush directory cache, not only file
2192 cache.
2193 (tramp-handle-expand-file-name)
2194 (tramp-completion-handle-file-name-all-completions)
2195 (tramp-completion-handle-file-name-completion):
2196 Use `tramp-connectable-p'.
2197 (tramp-handle-start-file-process): Set connection property "vec".
2198 Use it, in order to invalidate file caches. Check only for
2199 `remote-tty' process property.
2200 Implement tty setting. (Bug#4604, Bug#6360)
2201 (tramp-file-name-for-operation): Add `call-process-region' and
2202 `set-file-selinux-context'.
2203 (tramp-find-foreign-file-name-handler)
2204 (tramp-advice-make-auto-save-file-name)
2205 (tramp-set-auto-save-file-modes): Remove superfluous check for
2206 `stringp'. This is done inside `tramp-tramp-file-p'.
2207 (tramp-file-name-handler): Trace 'quit. Catch the error for some
2208 operations when we are in completion mode. This gives the user
2209 the chance to correct the file name in the minibuffer.
2210 (tramp-completion-mode-p): Use `non-essential'.
2211 (tramp-handle-file-name-all-completions): Backward/ XEmacs
2212 compatibility: Use `completion-ignore-case' if
2213 `read-file-name-completion-ignore-case' does not exist.
2214 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
2215 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2216 `tramp-open-shell'.
2217 (tramp-action-password): Hide password prompt before next run.
2218 (tramp-process-actions): Widen connection buffer for the trace.
2219 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2220 process property. Trace stty settings if `tramp-verbose' >= 9.
2221 Apply workaround for IRIX64 bug. Move argument of last
2222 `tramp-send-command' where it belongs to.
2223 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2224 front of `login-args'.
2225 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
2226 on "/dev/null" instead of "/".
2227 (tramp-get-ls-command-with-dired): Make test for "--dired"
2228 stronger.
2229 (tramp-set-auto-save-file-modes): Adapt version check.
2230 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
2231 (tramp-handle-process-file): Call the program in a subshell, in
2232 order to preserve working directory.
2233 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
2234 `tramp-remote-sh' from `tramp-methods'.
2235 (tramp-get-ls-command): Make test for "--color=never" stronger.
2236 (tramp-check-for-regexp): Use (forward-line 1).
2237
2238 * net/trampver.el: Update release number.
2239
2240 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2241
2242 * help.el (help-map): Bind `C-h P' to describe-package.
2243
2244 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
2245
2246 * emacs-lisp/package.el (package-refresh-contents): Catch errors
2247 when downloading archives.
2248 (describe-package-1): Add package commentary.
2249 (package-install-button-action): New function.
2250 (package-menu-mode-map): Bind ? to package-menu-describe-package.
2251 (package-menu-view-commentary): Function removed.
2252 (package-list-packages-internal): Hide the `package' package too.
2253
2254 2010-08-25 Kenichi Handa <handa@m17n.org>
2255
2256 * language/misc-lang.el ("Arabic"): New language environment.
2257 Setup composition-function-table for Arabic characters.
2258
2259 * international/fontset.el (setup-default-fontset): Fix typo for
2260 arabic OTF spec (fini->fina).
2261
2262 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
2263
2264 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
2265 on all frames.
2266
2267 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2268
2269 * whitespace.el: Allow cleaning up blanks without blank
2270 visualization (Bug#6651). Adjust help window for
2271 whitespace-toggle-options (Bug#6479). Allow to use fill-column
2272 instead of whitespace-line-column (from EmacsWiki). New version
2273 13.1.
2274 (whitespace-style): Added new value 'face. Adjust docstring.
2275 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
2276 foreground property face.
2277 (whitespace-line-column): Adjust docstring and type declaration.
2278 (whitespace-style-value-list, whitespace-toggle-option-alist)
2279 (whitespace-help-text): Adjust const initialization.
2280 (whitespace-toggle-options, global-whitespace-toggle-options):
2281 Adjust docstring.
2282 (whitespace-display-window, whitespace-interactive-char)
2283 (whitespace-style-face-p, whitespace-color-on): Adjust code.
2284 (whitespace-help-scroll): New fun.
2285
2286 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2287
2288 * emacs-lisp/package.el (list-packages): Alias for
2289 package-list-packages.
2290
2291 2010-08-24 Kevin Ryde <user42@zip.com.au>
2292
2293 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
2294 (Bug#5651).
2295
2296 * progmodes/ruby-mode.el (ruby): Add defgroup.
2297
2298 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2299
2300 * progmodes/python.el: Add Ipython support (Bug#5390).
2301 (python-shell-prompt-alist)
2302 (python-shell-continuation-prompt-alist): New options.
2303 (python--set-prompt-regexp): New function.
2304 (inferior-python-mode, run-python, python-shell): Require
2305 ansi-color. Use python--set-prompt-regexp to set the comint
2306 prompt based on the Python interpreter.
2307 (python--prompt-regexp): New var.
2308 (python-check-comint-prompt)
2309 (python-comint-output-filter-function): Use it.
2310 (run-python): Use a pipe (Bug#5694).
2311
2312 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
2313
2314 * progmodes/python.el (python-send-region): Send a different
2315 Python command if Ipython is in use.
2316 (python-check-version): Use a Python command to find the version.
2317
2318 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2319
2320 * mouse.el (mouse-yank-primary): Avoid setting primary when
2321 deactivating the mark (Bug#6872).
2322
2323 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
2324
2325 * progmodes/python.el (python-block-pairs): Allow use of "finally"
2326 with "else" (Bug#3991).
2327
2328 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
2329
2330 * net/dbus.el: Accept UNIX domain sockets as bus address.
2331 (top): Don't initialize `dbus-registered-objects-table' anymore,
2332 this is done in dbusbind,c.
2333 (dbus-check-event): Adapt test for bus.
2334 (dbus-return-values-table, dbus-unregister-service)
2335 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
2336 Adapt doc string.
2337
2338 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
2339
2340 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
2341
2342 2010-08-22 Juri Linkov <juri@jurta.org>
2343
2344 * simple.el (read-extended-command): New function with the logic
2345 for `completing-read' moved to Elisp from `execute-extended-command'.
2346 Use `function-called-at-point' in `minibuffer-default-add-function'
2347 to get a command name for M-n (bug#5364, bug#5214).
2348
2349 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2350
2351 * startup.el (command-line-1): Issue warning for ignored arguments
2352 --unibyte, etc (Bug#6886).
2353
2354 2010-08-22 Leo <sdl.web@gmail.com>
2355
2356 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
2357 (ignore, bright, dim, keyword): Split list of nicknames before
2358 passing to rcirc-add-or-remove (Bug#6894).
2359
2360 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2361
2362 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2363
2364 2010-08-22 Leo <sdl.web@gmail.com>
2365
2366 Fix buffer-list rename&refresh after killing a buffer in ido.
2367 * ido.el: Revert Óscar's.
2368 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
2369 Remember the buffers at head, rather than their name.
2370 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
2371
2372 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
2373 Stefan Monnier <monnier@iro.umontreal.ca>
2374
2375 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2376 extra backslash added to each line (bug#6890).
2377
2378 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2379
2380 * subr.el (read-key): Don't echo keystrokes (bug#6883).
2381
2382 2010-08-22 Glenn Morris <rgm@gnu.org>
2383
2384 * menu-bar.el (menu-bar-games-menu): Add landmark.
2385
2386 2010-08-22 Glenn Morris <rgm@gnu.org>
2387
2388 * align.el (align-regexp): Make group and spacing arguments
2389 use the interactive defaults when non-interactive. (Bug#6698)
2390
2391 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
2392 expansion, so as not to need sendmail.
2393 (mail-text-start): Remove declaration.
2394 (rmail-retry-failure): Require sendmail.
2395
2396 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2397
2398 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2399
2400 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
2401
2402 * progmodes/flymake.el (flymake-start-syntax-check-process):
2403 Use `start-file-process' in order to let it run also on remote hosts.
2404
2405 2010-08-22 Kenichi Handa <handa@m17n.org>
2406
2407 * files.el: Add `word-wrap' as safe local variable.
2408
2409 2010-08-22 Glenn Morris <rgm@gnu.org>
2410
2411 * woman.el (woman-translate): Case matters. (Bug#6849)
2412
2413 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2414
2415 * simple.el (kill-region): Doc fix (Bug#6787).
2416
2417 2010-08-22 Glenn Morris <rgm@gnu.org>
2418
2419 * calendar/diary-lib.el (diary-header-line-format):
2420 Fit it to the window, not the frame.
2421
2422 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
2423
2424 * subr.el (ignore-errors): Add debug declaration.
2425
2426 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
2427
2428 * whitespace.el (whitespace-color-off): Remove post-command-hook
2429 locally.
2430
2431 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2432
2433 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
2434
2435 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
2436
2437 * cus-edit.el (custom-group-value-create): Add extra newline
2438 before end line (Bug#6876).
2439
2440 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
2441
2442 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
2443 when extending it. Before killing on the second click, check if
2444 the buffer is the correct one. Doc fix.
2445 (mouse-secondary-save-then-kill): Allow usage without first
2446 calling mouse-start-secondary, by defaulting to point. Don't save
2447 an empty secondary selection. Doc fix.
2448
2449 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2450
2451 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
2452 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
2453 New version 13.0.
2454 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2455 Adjust initialization.
2456 (whitespace-bob-marker, whitespace-eob-marker)
2457 (whitespace-buffer-changed): New vars.
2458 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2459 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2460 (whitespace-post-command-hook, whitespace-display-char-on):
2461 Adjust code.
2462 (whitespace-looking-back, whitespace-buffer-changed): New funs.
2463 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
2464
2465 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2466
2467 * files.el (locate-file-completion-table): Only list the .el and .elc
2468 extensions if there's no other choice (bug#5955).
2469
2470 * facemenu.el (facemenu-self-insert-data): New var.
2471 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
2472 New functions.
2473 (facemenu-add-face): Use them.
2474
2475 * simple.el (blink-matching-open): Obey forward-sexp-function.
2476
2477 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
2478
2479 * simple.el (prog-mode-map): New var.
2480 (prog-indent-sexp): New command.
2481
2482 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
2483
2484 * progmodes/prolog.el (smie): Require.
2485
2486 * emacs-lisp/smie.el (smie-default-backward-token)
2487 (smie-default-forward-token): Strip properties.
2488 (smie-next-sexp): Be more careful with associative operators.
2489 (smie-forward-sexp-command): Generalize.
2490 (smie-backward-sexp-command): Simplify.
2491 (smie-closer-alist): New var.
2492 (smie-close-block): New command.
2493 (smie-indent-debug-log): New var.
2494 (smie-indent-offset-rule): Add a few more cases.
2495 (smie-indent-column): New function.
2496 (smie-indent-after-keyword): Use it.
2497 (smie-indent-keyword): Use it.
2498 Fix up the opener code's point position.
2499 (smie-indent-comment): Only applies at BOL.
2500 (smie-indent-debug): New command.
2501
2502 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
2503 declarations that are useful before running the macro.
2504
2505 2010-08-18 Joakim Verona <joakim@verona.se>
2506
2507 * image.el (imagemagick-types-inhibit): New variable.
2508 (imagemagick-register-types): New function.
2509 * image-mode.el (image-transform-properties): New function.
2510 (image-transform-set-scale, image-transform-fit-to-height)
2511 (image-transform-set-rotation, image-transform-set-resize)
2512 (image-transform-fit-to-width, image-transform-fit-to-height):
2513 New functions.
2514 (image-toggle-display-image): Support image transforms.
2515
2516 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
2517
2518 * image.el (create-animated-image): Don't add heuristic mask to image
2519 (Bug#6839).
2520
2521 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
2522
2523 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
2524 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
2525
2526 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
2527
2528 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
2529
2530 Font-lock '...' strings, plus various simplifications and fixes.
2531 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2532 (octave-font-lock-close-quotes): New function.
2533 (octave-font-lock-syntactic-keywords): New var.
2534 (octave-mode): Use it. Set beginning-of-defun-function.
2535 (octave-mode-map): Don't override the <foo>-defun commands.
2536 (octave-mode-menu): Pass it directly to easy-menu-define;
2537 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
2538 (octave-block-match-alist): Fix up last change so that
2539 octave-close-block uses the more specific keyword.
2540 (info-lookup-mode): Silence byte-compiler.
2541 (octave-beginning-of-defun): Not interactive any more.
2542 Optimize slightly.
2543 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
2544 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
2545 (octave-completion-at-point-function): Make sure point is within
2546 beg..end.
2547 (octave-reindent-then-newline-and-indent):
2548 Use reindent-then-newline-and-indent.
2549 (octave-add-octave-menu): Remove.
2550
2551 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
2552
2553 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
2554 (report-emacs-bug-can-use-xdg-email): New functions.
2555 (report-emacs-bug): Set can-xdg-email to result of
2556 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
2557 \C-cm to report-emacs-bug-insert-to-mailer and add help text
2558 about it.
2559
2560 * net/browse-url.el (browse-url-default-browser): Add cond
2561 for browse-url-xdg-open.
2562 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
2563
2564 2010-08-17 Glenn Morris <rgm@gnu.org>
2565
2566 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
2567 (c-fontify-recorded-types-and-refs): Define for compiler.
2568 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
2569 before use.
2570
2571 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
2572 Fix format call.
2573
2574 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
2575
2576 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
2577 properties.
2578 (tramp-handle-process-file): Call the program in a subshell, in
2579 order to preserve working directory.
2580 (tramp-action-password): Hide password prompt before next run.
2581 (tramp-process-actions): Widen connection buffer for the trace.
2582
2583 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2584
2585 * net/rcirc.el (rcirc-log-process-buffers): New option.
2586 (rcirc-print): Use it.
2587 (rcirc-generate-log-filename): New function.
2588 (rcirc-log-filename-function): Change default to
2589 rcirc-generate-log-filename (Bug#6828).
2590
2591 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
2592
2593 * simple.el (deactivate-mark): If select-active-regions is `only',
2594 only set selection for temporarily active regions.
2595
2596 * cus-start.el: Change defcustom for select-active-regions.
2597
2598 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
2599
2600 * mouse.el (mouse--drag-set-mark-and-point): New function.
2601 (mouse-drag-track): Use LOCATION arg to push-mark.
2602 Use mouse--drag-set-mark-and-point to take click-count into
2603 consideration when updating point and mark (Bug#6840).
2604
2605 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
2606
2607 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2608 Give the Ruby rule a lower priority than Gnu (Bug#6778).
2609
2610 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
2611
2612 * font-lock.el (lisp-font-lock-keywords-2):
2613 Add combine-after-change-calls, condition-case-no-debug,
2614 with-demoted-errors, and with-silent-modifications (Bug#6025).
2615
2616 2010-08-14 Kevin Ryde <user42@zip.com.au>
2617
2618 * emacs-lisp/copyright.el (copyright-update-year)
2619 (copyright-update): Temporary switch-to-buffer to ensure the
2620 buffer change being queried is visible (Bug#5394).
2621
2622 2010-08-14 Tom Tromey <tromey@redhat.com>
2623
2624 * progmodes/etags.el (tags-file-name): Mark safe if stringp
2625 (Bug#6733).
2626
2627 2010-08-14 Eli Zaretskii <eliz@gnu.org>
2628
2629 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
2630 MS-DOS. (Bug#6689)
2631
2632 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
2633
2634 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
2635 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2636 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2637 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
2638 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
2639 Call menu-bar-set-tool-bar-position.
2640
2641 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2642
2643 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
2644 comment style (bug#6834).
2645 * progmodes/scheme.el (scheme-mode-syntax-table):
2646 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
2647 "b" flag in "' 14b" syntax.
2648
2649 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
2650 for (un)commenting the region and performing completion.
2651 (octave-mode-menu): Use standard commands for help and completion.
2652 (octave-mode-syntax-table): Support %{..%} comments (sort of).
2653 (octave-mode): Use define-derived-mode.
2654 Set completion-at-point-functions and don't set columns.
2655 Don't disable adaptive-fill-regexp.
2656 (octave-describe-major-mode, octave-comment-region)
2657 (octave-uncomment-region, octave-comment-indent)
2658 (octave-indent-for-comment): Remove.
2659 (octave-indent-calculate): Rename from calculate-octave-indent.
2660 (octave-indent-line, octave-fill-paragraph): Update caller.
2661 (octave-initialize-completions): No need to make an alist.
2662 (octave-completion-at-point-function): New function.
2663 (octave-complete-symbol): Use it.
2664 (octave-insert-defun): Use define-skeleton.
2665
2666 * progmodes/octave-mod.el (octave-mode): Set comment-add.
2667 (octave-mode-map): Use comment-dwim (bug#6829).
2668
2669 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
2670
2671 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
2672 indentation of inserted comment.
2673
2674 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
2675
2676 * faces.el (region): Add type gtk that uses gtk colors.
2677
2678 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
2679 Handle theme-name change.
2680
2681 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
2682
2683 * progmodes/sql.el: Version 2.5
2684 (sql-product-alist): Add :prompt-cont-regexp property for several
2685 database products.
2686 (sql-prompt-cont-regexp): New variable.
2687 (sql-output-newline-count, sql-output-by-send):
2688 New variables. Record number of newlines in input text.
2689 (sql-send-string): Handle multiple filters and count newlines.
2690 (sql-send-magic-terminator): Count terminator newline.
2691 (sql-interactive-remove-continuation-prompt): Filters output to
2692 remove continuation prompts; one for each newline.
2693 (sql-interactive-mode): Set up new variables, prompt regexp and
2694 output filter.
2695 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
2696 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
2697
2698 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2699
2700 * emacs-lisp/pcase.el: New file.
2701
2702 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
2703
2704 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
2705 as here-document, otherwise the command could exceed maximum
2706 length of command line.
2707 (tramp-handle-vc-registered): Call script accordingly.
2708 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
2709
2710 2010-08-10 Kenichi Handa <handa@m17n.org>
2711
2712 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
2713 composable pattern.
2714
2715 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
2716
2717 * emacs-lisp/package.el (package-version-split)
2718 (package--version-first-nonzero, package-version-compare):
2719 Functions removed.
2720 (package-directory-list, package-load-all-descriptors)
2721 (package--built-in, package-activate, define-package)
2722 (package-installed-p, package-compute-transaction)
2723 (package-read-all-archive-contents)
2724 (package--add-to-archive-contents, package-buffer-info)
2725 (package-tar-file-info, package-list-packages-internal):
2726 Use version-to-list and version-list-*.
2727
2728 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2729 Use version-to-list.
2730 (package-upload-buffer-internal): Use version-list-<=.
2731
2732 2010-08-09 Kenichi Handa <handa@m17n.org>
2733
2734 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
2735 composable pattern.
2736
2737 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
2738
2739 * tutorial.el (tutorial--default-keys): C-d is now bound to
2740 delete-forward-char (Bug#6826).
2741
2742 * mouse.el (mouse-drag-track): Remove accidentally-removed check
2743 for `double' value of mouse-1-click-follows-link (Bug#6807).
2744
2745 2010-08-08 Johan Bockgård <bojohan@gnu.org>
2746
2747 * replace.el (replace-highlight): Bind isearch-forward and
2748 isearch-error, ensuring that highlighting is updated if the user
2749 switches the search direction (Bug#6808).
2750
2751 * isearch.el (isearch-lazy-highlight-forward): New var.
2752 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2753 (isearch-lazy-highlight-update): Use it.
2754
2755 2010-08-08 Kenichi Handa <handa@m17n.org>
2756
2757 * international/mule.el (define-charset): Store NAME as :base property.
2758 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
2759 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2760 current priority. Force using the designation of the specific
2761 charset by adding `charset' text property. Improve the whole algorithm.
2762
2763 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2764
2765 * emulation/pc-select.el (pc-selection-mode-hook)
2766 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2767 (pc-selection-mode): Fix typos in docstrings.
2768
2769 2010-08-08 Kenichi Handa <handa@m17n.org>
2770
2771 * language/cyrillic.el: Don't add "microsoft-cp1251" to
2772 ctext-non-standard-encodings-alist here.
2773
2774 * international/mule.el (ctext-non-standard-encodings-alist):
2775 Add "koi8-r" and "microsoft-cp1251".
2776 (ctext-standard-encodings): New variable.
2777 (ctext-non-standard-encodings-table): List only elements for
2778 non-standard encodings.
2779 (ctext-pre-write-conversion): Adjust for the above change.
2780 Check ctext-standard-encodings.
2781
2782 * international/mule-conf.el (compound-text): Doc fix.
2783 (ctext-no-compositions): Doc fix.
2784 (compound-text-with-extensions): Doc fix.
2785
2786 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2787
2788 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2789
2790 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2791
2792 * progmodes/which-func.el (which-func-format): Split help-echo text
2793 into lines, like other mode-line tooltips.
2794
2795 * server.el (server-start): When using TCP sockets, force IPv4
2796 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
2797
2798 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2799
2800 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2801
2802 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2803
2804 * term.el (term-delimiter-argument-list): Reflow docstring.
2805 (term-read-input-ring, term-write-input-ring, term-send-input)
2806 (term-bol, term-erase-in-display, serial-supported-or-barf):
2807 Fix typos in docstrings.
2808
2809 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2810
2811 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2812
2813 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2814
2815 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2816
2817 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
2818
2819 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2820 Fix typo in docstring (bug#6747).
2821
2822 2010-08-08 Leo <sdl.web@gmail.com>
2823
2824 * eshell/esh-io.el (eshell-get-target): Better detection of
2825 read-only file (Bug#6762).
2826
2827 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2828
2829 * align.el (align-default-spacing): Doc fix.
2830 (align-region-heuristic, align-regexp): Fix typos in docstrings.
2831
2832 2010-08-08 Stephen Peters <speters@itasoftware.com>
2833
2834 * calendar/icalendar.el
2835 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
2836 (icalendar--get-weekday-numbers): New.
2837 (icalendar--convert-recurring-to-diary): Handle multiple byday
2838 values in weekly rules. (Bug#6766)
2839
2840 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
2841
2842 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
2843 (icalendar--create-uid, icalendar-export-region)
2844 (icalendar--parse-summary-and-rest): Code formatting.
2845
2846 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2847
2848 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
2849 to italicize headers.
2850 (calc-highlight-selections-with-faces): New variable.
2851 (calc-selected-face, calc-nonselected-face): New faces.
2852
2853 * calc/calccomp.el (math-comp-highlight-string): Use
2854 `calc-highlight-selections-with-faces' to determine how to highlight
2855 sub-formulas.
2856
2857 * calc/calc-sel.el (calc-show-selections): Change message to when
2858 using faces to highlight selections.
2859
2860 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
2861
2862 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
2863 Add SQLite 3 keywords, functions and datatypes.
2864 (sql-interactive-mode): Remove `comint-process-echoes' set to t
2865 (Bug#6686).
2866
2867 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
2868
2869 * simple.el (select-active-regions): Move to keyboard.c.
2870 (deactivate-mark): Used saved-region-selection.
2871 (select-active-region): Function removed.
2872 (activate-mark, set-mark, push-mark-command)
2873 (handle-shift-selection): Don't call it.
2874 (keyboard-quit): Avoid adding the region to the window selection.
2875
2876 * mouse.el (mouse-drag-track): Remove hacks to deal with old
2877 select-active-regions implementation.
2878 (mouse-yank-at-click): Doc fix.
2879
2880 * cus-start.el: Add custom declaration for select-active-regions.
2881
2882 2010-08-07 Eli Zaretskii <eliz@gnu.org>
2883
2884 * simple.el (delete-forward-char): Doc fix.
2885
2886 * tutorial.el (help-with-tutorial): Hack safe file-local variables
2887 after reading the tutorial.
2888
2889 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
2890
2891 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
2892 for the case that a C style comment has its delimiters alone on
2893 their respective lines.
2894
2895 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
2896
2897 * net/tramp.el (tramp-handle-start-file-process): Set connection
2898 property "vec".
2899 (tramp-process-sentinel): Use it for flushing the cache. We
2900 cannot do it via the process buffer, the buffer could be deleted
2901 already when running the sentinel.
2902
2903 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
2904
2905 * comint.el (comint-mode): Make directory tracking functions
2906 functional on remote files. (Bug#6764)
2907
2908 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2909
2910 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
2911
2912 2010-08-05 Eli Zaretskii <eliz@gnu.org>
2913
2914 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
2915 unexec.c => unexcoff.c.
2916
2917 * emacs-lisp/authors.el (authors-fixed-entries): Rename
2918 unexec.c => unexcoff.c.
2919
2920 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
2921
2922 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
2923 cache, not only file cache.
2924 (tramp-process-sentinel): New defun.
2925 (tramp-handle-start-file-process): Use it, in order to invalidate
2926 file caches.
2927
2928 2010-08-03 Leo <sdl.web@gmail.com>
2929
2930 * server.el (server-start): Simplify loop.
2931
2932 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2933
2934 * frame.el (screen-height, screen-width, set-screen-width)
2935 (set-screen-height): Remove ancient compatibility aliases.
2936
2937 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
2938 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
2939
2940 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
2941 that change current buffer.
2942
2943 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2944
2945 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
2946 beginning of the string. Use `string-match-p'. (Bug#6765)
2947
2948 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
2949
2950 * cus-start.el (x-gtk-use-system-tooltips): New variable.
2951
2952 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
2953
2954 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
2955 (package--builtins): Tweak descriptions.
2956 (package-print-package): Upcase descriptions if necessary.
2957 Show all built-in packages in font-lock-builtin-face.
2958 (package-list-packages-internal): Omit "emacs" package.
2959 Show status of built-in packages as "built-in".
2960
2961 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
2962
2963 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
2964 before killing to preserve the primary selection (Bug#6701).
2965
2966 * term/x-win.el (x-select-text): Doc fix.
2967
2968 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
2969
2970 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
2971 The following functions were modified or created:
2972
2973 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
2974 (objc-font-lock-extra-types):
2975 * progmodes/cc-mode.el (c-basic-common-init):
2976 * progmodes/cc-langs.el (c-make-mode-syntax-table)
2977 (c++-make-template-syntax-table)
2978 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
2979 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
2980 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
2981 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
2982 * progmodes/cc-fonts.el (c-make-inverse-face)
2983 (c-basic-matchers-after):
2984 * progmodes/cc-engine.el (c-forward-keyword-clause)
2985 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
2986 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
2987 (c-guess-continued-construct, c-guess-basic-syntax):
2988
2989 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
2990
2991 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
2992
2993 2010-07-31 Eli Zaretskii <eliz@gnu.org>
2994
2995 * files.el (bidi-paragraph-direction): Define safe local values.
2996
2997 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
2998 language-info-alist. Remove outdated FIXME in a comment.
2999
3000 2010-07-31 Alan Mackenzie <acm@muc.de>
3001
3002 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
3003 Auto-fill broken in C/C++ modes.
3004
3005 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3006
3007 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
3008 (menu-bar-showhide-tool-bar-menu-customize-disable)
3009 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
3010 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
3011 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
3012 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
3013 make a menu for Options => toolbar that can move it.
3014
3015 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
3016
3017 * emacs-lisp/package-x.el (package--make-rss-entry):
3018 (package-maint-add-news-item, package--update-news)
3019 (package-upload-buffer-internal): New arg ARCHIVE-URL.
3020
3021 * emacs-lisp/package.el (package-archive-url): Rename from
3022 package-archive-id.
3023 (package-install): Doc fix.
3024 (package-download-single, package-download-tar, package-install)
3025 (package-menu-view-commentary): Callers changed.
3026
3027 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
3028
3029 * net/tramp.el (tramp-handle-start-file-process): Check only for
3030 `remote-tty' process property.
3031 (tramp-open-shell): Don't check for tty.
3032 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
3033 process property.
3034
3035 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
3036 host.
3037
3038 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
3039
3040 * emacs-lisp/package.el (package-load-list, package-archives)
3041 (package-archive-contents, package-user-dir)
3042 (package-directory-list, package--builtins, package-alist)
3043 (package-activated-list, package-obsolete-alist): Mark as risky.
3044
3045 2010-07-28 Phil Hagelberg <phil@evri.com>
3046
3047 Add support for non-default package repositories.
3048 * emacs-lisp/package.el (package-archive-base): Var deleted.
3049 (package-archives): New variable.
3050 (package-archive-contents): Doc fix.
3051 (package-load-descriptor): Do nothing if descriptor file is missing.
3052 (package--write-file-no-coding): New function.
3053 (package-unpack-single): Use it.
3054 (package-archive-id): New function.
3055 (package-download-single, package-download-tar)
3056 (package-menu-view-commentary): Use it.
3057 (package-installed-p): Make second argument optional.
3058 (package-read-all-archive-contents): New function.
3059 (package-initialize): Use it.
3060 (package-read-archive-contents): Add ARCHIVE argument.
3061 (package--add-to-archive-contents): New function.
3062 (package-install): Don't call package-read-archive-contents.
3063 (package--download-one-archive): Store archive file in a
3064 subdirectory of package-user-dir.
3065 (package-menu-execute): Remove spurious line movement.
3066
3067 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
3068
3069 * cus-start.el (tool-bar-style): Add text-image-horiz.
3070
3071 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
3072
3073 * progmodes/gud.el (gud-common-init): Check for remoteness of
3074 `file', and not of `default-directory'.
3075
3076 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
3077
3078 * net/tramp.el (tramp-methods): Move hostname to the end in all
3079 ssh `tramp-login-args'.
3080 (tramp-verbose): Describe verbose level 9.
3081 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
3082 (tramp-open-connection-setup-interactive-shell): Trace stty
3083 settings if `tramp-verbose' >= 9.
3084 (tramp-handle-start-file-process): Implement tty setting.
3085 (Bug#4604, Bug#6360)
3086
3087 * net/tramp-cmds.el (tramp-bug): Recommend setting of
3088 `tramp-verbose' to 9.
3089
3090 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
3091
3092 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
3093 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
3094 Remove references to package `lisp-re' (bug#4369).
3095
3096 2010-07-27 Tom Tromey <tromey@redhat.com>
3097
3098 * progmodes/js.el (js-mode):
3099 * progmodes/make-mode.el (makefile-mode):
3100 * progmodes/simula.el (simula-mode):
3101 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
3102
3103 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
3104
3105 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
3106
3107 * time.el (display-time-day-and-date): Remove spurious * in docstring.
3108 (display-time-world-buffer-name, display-time-world-mode-map):
3109 Fix typos in docstrings.
3110
3111 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
3112
3113 * image-mode.el (image-display-size): New function.
3114 (image-forward-hscroll, image-next-line, image-eol, image-eob)
3115 (image-mode-fit-frame): Use it (Bug#6639).
3116
3117 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
3118
3119 * dired.el (dired-buffers-for-dir): Handle list values of
3120 dired-directory (Bug#6636).
3121
3122 2010-07-26 Sam Steingold <sds@gnu.org>
3123
3124 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
3125 Do not call `x-get-selection' the second time, reuse the value.
3126
3127 2010-07-26 Daiki Ueno <ueno@unixuser.org>
3128
3129 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
3130 which consist of control chars only. Suggested by Richard Stallman.
3131
3132 2010-07-25 Daiki Ueno <ueno@unixuser.org>
3133
3134 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
3135 exists before passing an error to find-file-not-found-functions
3136 (bug#6723).
3137
3138 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
3139
3140 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
3141 Remove leading nil element, adjust values.
3142 (tetris-shapes, tetris-shape-scores):
3143 Change representation of shapes and remove some redundancy.
3144 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
3145 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
3146 Adjust for working with new representation of shapes.
3147 (tetris-shape-rotations): New function.
3148 (tetris-move-bottom, tetris-move-left, tetris-move-right)
3149 (tetris-rotate-prev, tetris-rotate-next):
3150 Adjust for working with the new version of tetris-test-shape.
3151
3152 2010-07-23 Markus Triska <markus.triska@gmx.at>
3153
3154 * progmodes/ps-mode.el: Use comint (bug#5954).
3155 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
3156 (ps-mode-other-newline): Simplify.
3157 (ps-run-mode): Derive from comint-mode instead of
3158 fundamental-mode, yielding input history etc.
3159 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
3160 (ps-run-send-string): Adapt for comint-mode.
3161 (ps-run-newline): Remove now unneeded function.
3162
3163 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3164
3165 * net/tramp.el (tramp-methods): Move hostname to the end in all
3166 plink `tramp-login-args'.
3167
3168 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3169
3170 * net/tramp.el (tramp-open-shell): New defun.
3171 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3172 Use it.
3173
3174 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3175
3176 * net/tramp.el (tramp-file-name-regexp-unified)
3177 (tramp-completion-file-name-regexp-unified): On W32 systems, do
3178 not regard the volume letter as remote filename. (Bug#5447)
3179
3180 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
3181
3182 * custom.el (custom-declare-variable): Give a clearer error message
3183 when the docstring is missing (bug#6476).
3184
3185 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
3186
3187 * progmodes/sql.el: Version 2.4. Improved Login prompting.
3188 (sql-login-params): New widget definition.
3189 (sql-oracle-login-params, sql-mysql-login-params)
3190 (sql-solid-login-params, sql-sybase-login-params)
3191 (sql-informix-login-params, sql-ingres-login-params)
3192 (sql-ms-login-params, sql-postgres-login-params)
3193 (sql-interbase-login-params, sql-db2-login-params)
3194 (sql-linter-login-params): Use it.
3195 (sql-sqlite-login-params): Use it; Define "database" parameter as
3196 a file name.
3197 (sql-sqlite-program): Change to "sqlite3".
3198 (sql-comint-sqlite): Make sure database name is complete.
3199 (sql-for-each-login): New function.
3200 (sql-connect, sql-save-connection): Use it.
3201 (sql-get-login-ext): New function.
3202 (sql-get-login): Use it.
3203 (sql-make-alternate-buffer-name): Handle :file parameters.
3204
3205 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
3206
3207 * dired.el (dired-no-confirm): Document value t and fix defcustom to
3208 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
3209
3210 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3211
3212 * dired.el (dired-mode-map): Use command remapping (bug#6632).
3213
3214 2010-07-22 Lawrence Mitchell <wence@gmx.li>
3215
3216 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
3217
3218 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
3219
3220 * net/tramp.el (tramp-get-ls-command)
3221 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
3222 instead of "/".
3223
3224 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
3225
3226 * progmodes/sql.el: Version 2.3.
3227 (sql-connection-alist): Changed keys from symbols to strings;
3228 enhanced the widget definition.
3229 (sql-mode-menu): Added submenu to select connections.
3230 (sql-interactive-mode-menu): Added "Save Connection" item.
3231 (sql-add-product): Fixed menu item.
3232 (sql-get-product-feature): Improved error handling.
3233 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
3234 (sql-make-alternate-buffer-name): Simplified.
3235 (sql-product-interactive): Handle missing product.
3236 (sql-connect): Support string keys, minor improvements.
3237 (sql-save-connection): New function.
3238 (sql-connection-menu-filter): New function.
3239
3240 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
3241
3242 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
3243 (tramp-open-connection-setup-interactive-shell): Apply
3244 workaround for IRIX64 bug. Move argument of last
3245 `tramp-send-command' where it belongs to.
3246
3247 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
3248
3249 * net/tramp.el (tramp-perl-file-attributes)
3250 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
3251 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
3252 front of `login-args'.
3253
3254 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
3255
3256 * time.el (display-time-world-mode): Define with `define-derived-mode'.
3257 Set `show-trailing-whitespace' to nil.
3258 (display-time-world-display): Simplify.
3259
3260 2010-07-18 Alan Mackenzie <acm@muc.de>
3261
3262 Enhance `c-file-style' in file/directory local variables.
3263 * progmodes/cc-mode.el (c-count-cfss): New function.
3264 (c-before-hack-hook): Call `c-set-style' differently according to
3265 whether c-file-style was set in file or directory local
3266 variables.
3267
3268 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
3269
3270 * progmodes/sql.el: Version 2.2.
3271 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
3272 defcustom :safe keyword rather than putting safe-local-variable
3273 property.
3274 (sql-password): Use defcustom :risky keyword rather than putting
3275 risky-local-variable property.
3276 (sql-oracle-login-params, sql-sqlite-login-params)
3277 (sql-solid-login-params, sql-sybase-login-params)
3278 (sql-informix-login-params, sql-ingres-login-params)
3279 (sql-ms-login-params, sql-postgres-login-params)
3280 (sql-interbase-login-params, sql-db2-login-params)
3281 (sql-linter-login-params): Add `port' option.
3282 (sql-get-product-feature): Added NO-INDIRECT parameter.
3283 (sql-comint-oracle, sql-comint-sybase)
3284 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
3285 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
3286 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
3287 (sql-comint-linter): Renamed sql-connect-* functions to
3288 sql-comint-*.
3289 (sql-product-alist, sql-mode-menu): Renamed as above and
3290 :sqli-connect-func to :sqli-comint-func.
3291 (sql-connection): New variable.
3292 (sql-interactive-mode): Set it.
3293 (sql-connection-alist): New variable.
3294 (sql-connect): New function.
3295 (sql--alt-buffer-part, sql--alt-if-not-empty)
3296 (sql-make-alternate-buffer-name): Improved alternative buffer name.
3297
3298 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3299
3300 * image-mode.el (image-bookmark-make-record): Do not set context
3301 in an image (Bug#6650).
3302
3303 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
3304
3305 * simple.el (select-active-region): New function.
3306 (push-mark-command, set-mark, activate-mark)
3307 (handle-shift-selection): Use it.
3308 (deactivate-mark): Don't check for size of region.
3309
3310 * mouse.el (mouse-drag-track): Use select-active-region.
3311
3312 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
3313
3314 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
3315 "--dired" stronger.
3316
3317 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
3318
3319 * term/x-win.el (x-select-enable-primary): Change default to nil.
3320 (x-select-enable-clipboard): Add :version keyword.
3321
3322 * mouse.el (mouse-drag-copy-region):
3323 * simple.el (select-active-regions): Likewise.
3324
3325 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
3326
3327 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
3328 (vc-coding-system-for-diff): Use it to decide whether to inherit
3329 from the file the EOL format for reading the diffs of that file.
3330 (Bug#4451)
3331
3332 2010-07-16 Eli Zaretskii <eliz@gnu.org>
3333
3334 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
3335 unibyte, so compressed attachments are not compressed again.
3336
3337 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
3338
3339 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
3340 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
3341 (tramp-find-shell): Simplify setting connection property.
3342 (tramp-get-ls-command): Make test for "--color=never" stronger.
3343
3344 2010-07-15 Simon South <ssouth@member.fsf.org>
3345
3346 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
3347 blocks within record declarations (i.e. variant parts) correctly.
3348
3349 2010-07-15 Simon South <ssouth@member.fsf.org>
3350
3351 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
3352 over literal tokens when parsing so newlines aren't "absorbed" by
3353 single-line comments. Corrects the indentation of case blocks
3354 that have a comment on the first line.
3355
3356 2010-07-14 Karl Fogel <kfogel@red-bean.com>
3357
3358 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
3359 by Drew Adams (Bug#5504).
3360
3361 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
3362
3363 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
3364 now that Unicode is used (Bug#6594).
3365
3366 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
3367
3368 * term/x-win.el (x-select-enable-clipboard): Default to t.
3369 (x-initialize-window-system): Don't overwrite Paste menu item.
3370
3371 * simple.el (select-active-regions): Default to t.
3372 (push-mark-command): Don't overwrite primary with empty string.
3373
3374 * mouse.el: Bind mouse-2 to mouse-yank-primary.
3375 (mouse-drag-copy-region): Default to nil.
3376
3377 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
3378 Cut/Copy/Paste menu bar items.
3379
3380 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3381
3382 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3383 Patch applied by Karl Fogel.
3384
3385 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
3386 and `bookmark-current-buffer' if they have been already set in
3387 another buffer (e.g gnus-art).
3388
3389 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3390 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3391
3392 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
3393
3394 * bookmark.el (bookmark-make-record-default): Allow unneeded
3395 information to be omitted from the record.
3396
3397 Adjust declarations and calls:
3398
3399 * info.el (bookmark-make-record-default): Adjust declaration.
3400 (Info-bookmark-make-record): Adjust call.
3401
3402 * woman.el (bookmark-make-record-default): Adjust declaration.
3403 (woman-bookmark-make-record): Adjust call.
3404
3405 * man.el (bookmark-make-record-default): Adjust declaration.
3406 (Man-bookmark-make-record): Adjust call.
3407
3408 * image-mode.el (bookmark-make-record-default): Adjust declaration.
3409
3410 * doc-view.el (bookmark-make-record-default): Adjust declaration.
3411
3412 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3413
3414 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
3415 This is also from Thierry Volpiatto's patch in bug #6444. However,
3416 because it was extraneous to the functional change in that patch,
3417 and causes a re-indendation, I am committing it separately.
3418
3419 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3420
3421 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
3422 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
3423 Patch applied by Karl Fogel (Bug#6444).
3424
3425 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
3426
3427 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
3428
3429 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
3430
3431 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
3432 Dempsky; bug#5084). Remove incorrect binding for S-tab.
3433 (ns-alternatives-map): Change S-tab binding to backtab
3434 (bug#6616).
3435
3436 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
3437 under ns.
3438
3439 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3440
3441 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
3442 (Bug#5806)
3443
3444 * language/tv-util.el (tai-viet-re): Remove format.
3445
3446 2010-07-12 Kenichi Handa <handa@m17n.org>
3447
3448 * language/hebrew.el: Remove no-byte-compile declaration.
3449 Change coding: tag to utf-8. Register hebrew-shape-gstring in
3450 composition-function-table for 3-character looking back.
3451 (hebrew-font-get-precomposed): New function.
3452 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
3453
3454 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
3455
3456 * mouse.el (mouse-drag-track): Handle select-active-regions
3457 (Bug#6612).
3458
3459 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
3460
3461 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
3462 empty argument to gvfs-copy.
3463
3464 2010-07-10 Glenn Morris <rgm@gnu.org>
3465
3466 * calendar/calendar.el (calendar-week-end-day): New function.
3467 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
3468 Respect calendar-week-start-day. (Bug#6606)
3469 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
3470 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
3471 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
3472 respect calendar-week-start-day.
3473
3474 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
3475
3476 * simple.el (use-region-p): Doc fix (Bug#6607).
3477
3478 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
3479
3480 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
3481 regexps for cucumber and ruby.
3482
3483 2010-07-08 Daiki Ueno <ueno@unixuser.org>
3484
3485 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
3486 (epa-file-insert-file-contents): Hack to prevent
3487 find-file from opening empty buffer when decryption failed
3488 (bug#6568).
3489
3490 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
3491
3492 * textmodes/ispell.el (ispell-alternate-dictionary):
3493 Use file-readable-p.
3494 Return nil if no word-list is found at default locations.
3495 (ispell-complete-word-dict): Default to nil.
3496 (ispell-command-loop): Use 'word-list' when using lookup-words.
3497 (lookup-words): Use ispell-complete-word-dict or
3498 ispell-alternate-dictionary. Check for word-list availability
3499 and handle errors if needed with better messages (Bug#6539).
3500 (ispell-complete-word): Use ispell-complete-word-dict or
3501 ispell-alternate-dictionary.
3502
3503 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
3504
3505 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
3506 builtins (BufferError, BytesWarning, WindowsError; callables
3507 bin, bytearray, bytes, format, memoryview, next, print; __package__).
3508
3509 2010-07-07 Glenn Morris <rgm@gnu.org>
3510
3511 * play/zone.el (top-level): Do not require timer, tabify, or cl.
3512 (zone-shift-left): Ignore intangibility, and any errors from
3513 forward-char.
3514 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
3515 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
3516 deleting, and copying text properties.
3517 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
3518 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
3519 to point-max is hard.
3520 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
3521 (zone-fill-out-screen): Ignore intangibility.
3522
3523 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
3524
3525 * menu-bar.el (menu-bar-mode):
3526 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
3527 if it has been set.
3528
3529 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
3530 word/line selection (Bug#6565).
3531
3532 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3533
3534 * net/dbus.el (dbus-send-signal): Declare function.
3535
3536 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
3537
3538 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
3539 (dbus-register-property): New optional argument EMITS-SIGNAL.
3540 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
3541
3542 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
3543
3544 * mouse.el (mouse-drag-overlay): Variable deleted.
3545 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
3546 (mouse--remap-link-click-p): New function.
3547 (mouse-drag-track): Handle dragging by using temporary Transient
3548 Mark mode, instead of a special overlay.
3549 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
3550 mouse-show-mark.
3551
3552 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
3553 deleted.
3554
3555 2010-07-02 Juri Linkov <juri@jurta.org>
3556
3557 * autoinsert.el (auto-insert-alist): Fix readability
3558 by using dotted pair notation for lambda.
3559
3560 2010-07-02 Juri Linkov <juri@jurta.org>
3561
3562 * faces.el (read-face-name): Rename arg `string-describing-default'
3563 to `default'. Doc fix. Display the default value in quotes
3564 in the prompt. With empty input, return the `default' arg,
3565 unless the default value is a string (in which case return nil).
3566 (describe-face): Replace the string `default' arg of `read-face-name'
3567 with the symbol `default'.
3568
3569 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
3570
3571 * emulation/viper-cmd.el (viper-delete-backward-char)
3572 (viper-del-backward-char-in-insert)
3573 (viper-del-backward-char-in-replace, viper-change)
3574 (viper-backward-indent): Replace delete-backward-char with
3575 delete-char (Bug#6552).
3576
3577 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
3578
3579 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
3580
3581 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3582
3583 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
3584 argument passed to frame-creation-function (Bug#5378).
3585
3586 * faces.el (x-handle-named-frame-geometry)
3587 (x-handle-reverse-video, x-create-frame-with-faces)
3588 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
3589 separately consult default-frame-alist. It is now passed as the
3590 PARAMETER argument.
3591
3592 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
3593
3594 * startup.el (command-line): Don't call tool-bar-setup in a
3595 tty-only build.
3596
3597 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3598
3599 * ruler-mode.el (ruler--save-header-line-format): New fun.
3600 (ruler-mode): Use it as a setter function, so as not to overwrite
3601 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
3602
3603 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
3604
3605 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
3606 (vc-root-diff, vc-print-root-log, vc-log-incoming)
3607 (vc-log-outgoing): Use it.
3608 (vc-diff-internal): Set diff-vc-backend.
3609
3610 * vc/diff-mode.el (diff-vc-backend): New var.
3611
3612 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
3613
3614 * dynamic-setting.el (font-setting-change-default-font): Remove
3615 call to message.
3616
3617 2010-06-28 Kenichi Handa <handa@m17n.org>
3618
3619 * international/quail.el (quail-insert-kbd-layout): Fix the
3620 showing of untranslated characters.
3621
3622 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
3623
3624 * simple.el (delete-active-region): New option.
3625 (delete-backward-char): Implement in Lisp.
3626 (delete-forward-char): New command.
3627
3628 * mouse.el (mouse-region-delete-keys): Deleted.
3629 (mouse-show-mark): Simplify.
3630
3631 * bindings.el (global-map): Bind delete and DEL, the former to
3632 delete-forward-char.
3633
3634 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
3635
3636 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
3637 (ruby-mode): Bind indent-line-function (Bug#5119).
3638
3639 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3640
3641 * startup.el (command-line): Recognize "0" X resource value.
3642
3643 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3644
3645 * startup.el (command-line): Use X resources to set the value of
3646 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
3647
3648 * menu-bar.el (menu-bar-mode):
3649 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
3650 Set init-value to t.
3651
3652 * frame.el (frame-notice-user-settings): Don't change
3653 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
3654 vice versa (Bug#2249).
3655
3656 2010-06-26 Eli Zaretskii <eliz@gnu.org>
3657
3658 * w32-fns.el (w32-convert-standard-filename): Doc fix.
3659
3660 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
3661
3662 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
3663 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
3664
3665 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
3666 default directories are expanded (Bug#6143).
3667
3668 2010-06-24 Juri Linkov <juri@jurta.org>
3669
3670 * minibuffer.el (completions-format): Change default from nil to
3671 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
3672
3673 2010-06-24 Juri Linkov <juri@jurta.org>
3674
3675 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
3676 buffer-locally to lambda that re-runs the vc diff command.
3677 (Bug#6447)
3678
3679 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
3680
3681 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
3682 echo area is in use (Bug#3412).
3683
3684 2010-06-22 Glenn Morris <rgm@gnu.org>
3685
3686 * textmodes/texinfmt.el (texinfo-format-region)
3687 (texinfo-raise-lower-sections, texinfo-format-separate-node)
3688 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
3689 (texinfo-format-option, texinfo-noindent):
3690 Use line-beginning-position and line-end-position.
3691
3692 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
3693 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
3694 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
3695 utf-8 characters.
3696
3697 2010-06-21 Karl Fogel <kfogel@red-bean.com>
3698
3699 * play/zone.el (zone-fall-through-ws): Fix next-line ->
3700 forward-line fallout.
3701
3702 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
3703
3704 * mouse.el (mouse-appearance-menu): Add docstring.
3705
3706 * help.el (describe-key): Print up-event using key-description.
3707
3708 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
3709
3710 * net/zeroconf.el (zeroconf-resolve-service)
3711 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
3712 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
3713
3714 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
3715
3716 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
3717
3718 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
3719
3720 Avoid displaying files with a nil state in vc-dir.
3721 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
3722 cases that cause insertion.
3723 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
3724 with a nil state.
3725
3726 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3727
3728 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
3729
3730 2010-06-29 Leo <sdl.web@gmail.com>
3731
3732 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
3733
3734 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
3735
3736 * generic-x.el (bat-generic-mode): Fix regexp for command line
3737 switches (Bug#5719).
3738
3739 2010-06-27 Masatake YAMATO <yamato@redhat.com>
3740
3741 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
3742 of nconc to avoid pure storage error (Bug#6239).
3743
3744 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
3745
3746 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3747 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
3748 bindings of bookmark-automatically-show-annotations (Bug#6515).
3749
3750 2010-06-25 Eli Zaretskii <eliz@gnu.org>
3751
3752 * arc-mode.el (archive-zip-extract): Don't quote the file name on
3753 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
3754
3755 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
3756
3757 * comint.el (make-comint, make-comint-in-buffer): Mention return
3758 value in the docstrings. (Bug#6498)
3759
3760 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
3761
3762 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
3763 since it is not present when using some non-default switches.
3764
3765 2010-06-23 Karl Fogel <kfogel@red-bean.com>
3766
3767 * simple.el (compose-mail): Fix doc string to refer to
3768 `compose-mail-user-agent-warnings', instead of to the
3769 nonexistent `compose-mail-check-user-agent'.
3770
3771 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
3772
3773 Fix an indentation bug:
3774
3775 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
3776 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
3777 of existing values.
3778
3779 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
3780 (c-clear->-pair-props-if-match-before): now return t when they've
3781 cleared properties, nil otherwise.
3782 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
3783 by taking account of the existing value.
3784
3785 * progmodes/cc-defs.el
3786 (c-clear-char-property-with-value-function): Fix this to clear the
3787 property rather than overwriting it with nil.
3788
3789 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
3790
3791 * emacs-lisp/package.el (package-print-package): Add link to
3792 package description via describe-package.
3793 (describe-package-1): List package requirements. Add button to
3794 perform installation.
3795 (package-menu-describe-package): New command.
3796
3797 * help-mode.el (help-package): New button type.
3798
3799 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
3800
3801 * emacs-lisp/package.el: Move package-list-packages binding to
3802 menu-bar.el.
3803 (describe-package, describe-package-1, package--dir): New funs.
3804 (package-activate-1): Use package--dir.
3805
3806 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
3807
3808 * help-mode.el (help-package-def): New button type.
3809
3810 * menu-bar.el: Move package-list-packages binding here from
3811 package.el.
3812
3813 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
3814
3815 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
3816
3817 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3818
3819 * emacs-lisp/edebug.el (edebug-read-list):
3820 Phase out old-style backquotes.
3821
3822 2010-06-17 Juri Linkov <juri@jurta.org>
3823
3824 * help-mode.el (help-mode): Set buffer-local variable
3825 revert-buffer-function to help-mode-revert-buffer.
3826 (help-mode-revert-buffer): New function.
3827
3828 * info.el (Info-revert-find-node): Check for major-mode Info-mode
3829 before popping to "*info*" (like in other Info functions).
3830 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
3831 old-history-forward. Pop to old-buffer-name or "*info*" to
3832 recreate the killed buffer. Set Info-history-forward from
3833 old-history-forward.
3834 (Info-breadcrumbs-depth): Add :group and :version.
3835
3836 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
3837
3838 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
3839
3840 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
3841
3842 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
3843 for languages like Portuguese with pt_{BR,PT} and no plain pt.
3844
3845 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
3846
3847 * emacs-lisp/package.el (package-menu-mode-map):
3848 Move initialization into declaration.
3849
3850 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
3851
3852 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
3853
3854 * emacs-lisp/package.el (package-archive-base): Point to
3855 elpa.gnu.org.
3856 (package-enable, package-load-list): New defcustoms.
3857 (package-user-dir, package-directory-list): Turn into defcustoms.
3858 Don't include package-user-dir in package-directory-list.
3859 (package--builtins-base): Don't include Emacs as a "package".
3860 (package-subdirectory-regexp): New var.
3861 (package-load-all-descriptors, package-compute-transaction)
3862 (package-download-transaction): Obey package-load-list.
3863 (package-activate-1): Rename from package-do-activate.
3864 (package-list-packages-internal): Check package-load-list.
3865 (package-load-descriptor, package-generate-autoloads)
3866 (package-unpack, package-unpack-single)
3867 (package--read-archive-file, package-delete): Use
3868 expand-file-name.
3869
3870 * emacs-lisp/package-x.el: New file. Package uploading
3871 functionality split out from package.el.
3872
3873 * startup.el (command-line): Load packages after reading init file.
3874
3875 2010-06-17 Tom Tromey <tromey@redhat.com>
3876
3877 * emacs-lisp/package.el: New file.
3878
3879 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
3880
3881 Fix vc-annotate for renamed files when using Git.
3882 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
3883 ls-files. Doe not pass the object as a file name to cat-file, it
3884 is not a file name.
3885 (vc-git-annotate-command): Pass the file name using -- to avoid
3886 ambiguity with the revision.
3887 (vc-git-previous-revision): Pass a relative file name.
3888
3889 2010-06-22 Glenn Morris <rgm@gnu.org>
3890
3891 * progmodes/js.el (js-mode-map): Use standard capitalization and
3892 ellipses for menu entries.
3893
3894 * wid-edit.el (widget-complete): Doc fix.
3895
3896 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
3897
3898 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
3899
3900 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
3901
3902 Fix annotating other revisions for renamed files in vc-annotate.
3903 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
3904 VC backend. Use it when non-nil.
3905 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
3906 (Bug#6487)
3907
3908 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
3909 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3910 Do not pass the file name to the 'previous-revision call when we
3911 don't want a file diff. (Bug#6489)
3912
3913 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
3914
3915 Fix finding revisions for renamed files in vc-annotate.
3916 * vc/vc.el (vc-find-revision): Add an optional argument for
3917 the VC backend. Use it when non-nil.
3918 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
3919 backend to vc-find-revision. (Bug#6487)
3920
3921 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
3922
3923 Fix reading file names in Git annotate buffers.
3924 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
3925 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
3926
3927 2010-06-20 Alan Mackenzie <acm@muc.de>
3928
3929 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
3930 in file local variables, set it first.
3931
3932 2010-06-19 Glenn Morris <rgm@gnu.org>
3933
3934 * descr-text.el (describe-char-unicode-data): Insert separating
3935 space when needed. (Bug#6422)
3936
3937 * progmodes/idlwave.el (idlwave-action-and-binding):
3938 Fix typo in 2009-12-03 change. (Bug#6450)
3939
3940 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
3941
3942 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
3943 handling for `lambda' (misunderstanding).
3944
3945 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
3946
3947 * calc/calc-poly.el (math-accum-factors): Make sure that
3948 constants aren't distributed after they are factored out.
3949
3950 2010-06-16 Juri Linkov <juri@jurta.org>
3951
3952 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
3953 `list-colors-print'. (Bug#6332)
3954
3955 * subr.el (read-quoted-char): Fix up last change (bug#6290).
3956
3957 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3958
3959 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
3960 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
3961
3962 * font-lock.el (font-lock-major-mode): Rename from
3963 font-lock-mode-major-mode to distinguish it from
3964 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
3965 (font-lock-set-defaults):
3966 * font-core.el (font-lock-default-function): Adjust users.
3967 (font-lock-mode): Don't set it at all.
3968
3969 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3970
3971 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
3972
3973 2010-06-16 Glenn Morris <rgm@gnu.org>
3974
3975 * calendar/appt.el (appt-time-msg-list): Doc fix.
3976 (appt-check): Let-bind appt-warn-time.
3977 (appt-add): Make the 3rd argument optional.
3978 Simplify argument names. Doc fix. Check for integer WARNTIME.
3979 Only add WARNTIME to the output list if non-nil.
3980
3981 2010-06-16 Ivan Kanis <apple@kanis.eu>
3982
3983 * calendar/appt.el (appt-check): Let the 3rd element of
3984 appt-time-msg-list specify the warning time.
3985 (appt-add): Add new argument with the warning time. (Bug#5176)
3986
3987 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
3988
3989 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
3990 older than version 1.6. (Bug#6361)
3991
3992 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
3993
3994 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
3995 used by cl-do-arglist. (Bug#6408)
3996
3997 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
3998
3999 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
4000 portuguese casechars/not-casechars for missing 'çÇ'.
4001 Suggested by Rolando Pereira (bug#6434).
4002
4003 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
4004
4005 * facemenu.el (list-colors-sort): Doc fix.
4006
4007 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4008
4009 * progmodes/sql.el (sql-connect-mysql): Fix typo.
4010
4011 2010-06-14 Juri Linkov <juri@jurta.org>
4012
4013 Add sort option `list-colors-sort'. (Bug#6332)
4014 * facemenu.el (color-rgb-to-hsv): New function.
4015 (list-colors-sort): New defcustom.
4016 (list-colors-sort-key): New function.
4017 (list-colors-display): Doc fix. Sort list according to the option
4018 `list-colors-sort'.
4019 (list-colors-print): Add HSV values to `help-echo' property of
4020 RGB strings.
4021
4022 2010-06-14 Juri Linkov <juri@jurta.org>
4023
4024 * compare-w.el: Move to the "vc" subdirectory.
4025
4026 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4027
4028 * image-mode.el (image-mode-map): Remap left-char and right-char.
4029
4030 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
4031
4032 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
4033
4034 * term/common-win.el (x-colors): Add all the color names defined
4035 in rgb.txt (Bug#6332).
4036
4037 * facemenu.el (list-colors-print): Don't print extra names if it
4038 will overflow the window width.
4039
4040 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
4041 change (Bug#6343).
4042
4043 2010-06-12 Eli Zaretskii <eliz@gnu.org>
4044
4045 * files.el (make-directory): Doc fix (bug#6396).
4046
4047 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
4048
4049 * net/tramp.el (tramp-remote-process-environment): Protect version
4050 string by apostroph.
4051 (tramp-shell-prompt-pattern): Do not use a shy group in case of
4052 XEmacs.
4053 (tramp-file-name-for-operation): Add `call-process-region'.
4054 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
4055
4056 * net/tramp-compat.el (top): Do not autoload
4057 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
4058 only when `start-file-process' is not bound.
4059 (tramp-advice-file-expand-wildcards): Do not use
4060 `tramp-handle-file-remote-p'.
4061 (tramp-compat-make-temp-file): Handle the case, that
4062 `make-temp-file' has no third argument EXTENSION.
4063
4064 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
4065
4066 * makefile.w32-in (WINS_BASIC): Include new directory vc.
4067
4068 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
4069
4070 2010-06-11 Juri Linkov <juri@jurta.org>
4071
4072 * finder.el (finder-known-keywords): Add keyword "vc"
4073 for version control.
4074
4075 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
4076 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
4077 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
4078 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
4079
4080 2010-06-11 Juri Linkov <juri@jurta.org>
4081
4082 Move version control related files to the "vc" subdirectory.
4083 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
4084 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
4085 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
4086 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
4087 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
4088 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
4089 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
4090 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
4091 Move files to the "vc" subdirectory.
4092
4093 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
4094
4095 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
4096 (Bug#6367).
4097
4098 2010-06-11 Stephen Eglen <stephen@gnu.org>
4099
4100 * shell.el: Bind `shell-resync-dirs' to M-RET.
4101
4102 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
4103
4104 * notifications.el: Move file from lisp/net, because it is
4105 supposed to talk locally to the user.
4106
4107 2010-06-10 Julien Danjou <julien@danjou.info>
4108
4109 * net/notifications.el (notifications-on-action-signal)
4110 (notifications-on-closed-signal): Pass notification id as first
4111 argument to the callback functions. Add docstrings.
4112 (notifications-notify): Fix docstring.
4113
4114 2010-06-10 Glenn Morris <rgm@gnu.org>
4115
4116 * emacs-lisp/authors.el (authors-ignored-files)
4117 (authors-valid-file-names): Add some files.
4118
4119 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4120
4121 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
4122 merge conflict, giving preference to the emacs-23 version of the code.
4123
4124 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4125
4126 * emacs-lisp/advice.el (ad-compile-function):
4127 Define warning-suppress-types before we let-bind it (bug#6275).
4128
4129 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
4130 declare it, make it buffer-local and permanent-local (bug#6324).
4131 (vc-resynch-window): Adjust name.
4132 * vc-hooks.el (vc-find-file-hook): Adjust name.
4133
4134 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
4135
4136 * net/notifications.el (notifications-notify): Fix docstring.
4137
4138 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
4139
4140 Update to Unicode 6.0.0 beta.
4141 * international/charprop.el: Update copyright.
4142 * international/mule-cmds.el (ucs-names): Update character ranges.
4143 * international/uni-bidi.el:
4144 * international/uni-category.el:
4145 * international/uni-combining.el:
4146 * international/uni-comment.el:
4147 * international/uni-decimal.el:
4148 * international/uni-decomposition.el:
4149 * international/uni-digit.el:
4150 * international/uni-lowercase.el:
4151 * international/uni-mirrored.el:
4152 * international/uni-name.el:
4153 * international/uni-numeric.el:
4154 * international/uni-old-name.el:
4155 * international/uni-titlecase.el:
4156 * international/uni-uppercase.el: Regenerate.
4157
4158 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
4159
4160 * emacs-lisp/smie.el (comment-string-strip): Declare function.
4161 (smie-precs-precedence-table): Fix typo in docstring.
4162
4163 * vc-mtn.el (log-edit-extract-headers): Declare function.
4164
4165 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
4166
4167 * net/notifications.el (dbus-register-signal): Declare function.
4168 (notifications-notify): Fix typos and reflow docstring.
4169
4170 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4171
4172 Improve VC create/retrieve tag/branch.
4173 * vc.el (vc-create-tag): Do not read the directory name for VCs
4174 with repository revision granularity. Adjust the tag/branch
4175 prompt. Reset VC properties.
4176 (vc-retrieve-tag): Do not read the directory name for VCs
4177 with repository revision granularity. Reset VC properties.
4178
4179 2010-06-09 Julien Danjou <julien@danjou.info>
4180
4181 * net/notifications.el: New file.
4182
4183 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4184
4185 Add optional support for resetting VC properties.
4186 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
4187 call vc-file-clearprops when true.
4188 (vc-resynch-buffer): Add new optional argument, pass it down.
4189 (vc-resynch-buffers-in-directory): Likewise.
4190
4191 Improve support for special markup in the VC commit message.
4192 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
4193 * vc-hg.el (vc-hg-checkin): Add support for Date:.
4194 * vc-git.el (vc-git-checkin):
4195 * vc-bzr.el (vc-bzr-checkin): Likewise.
4196
4197 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4198
4199 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
4200 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
4201
4202 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
4203
4204 * iimage.el: Remove images as soon as the underlying text is modified.
4205 (iimage-modification-hook): New function.
4206 (iimage-mode-buffer): Use it.
4207
4208 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4209
4210 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
4211 smie-indent-offset-after. Add :prev case. Make a bit more generic.
4212 (smie-indent-virtual): Remove `virtual' arg. Update callers.
4213 (smie-indent-keyword): Add handling of open-paren keywords.
4214 (smie-indent-comment-continue): Don't assume comment-continue.
4215
4216 2010-06-07 Martin Rudalics <rudalics@gmx.at>
4217
4218 * window.el (pop-to-buffer): Remove the conditional that
4219 compares new-window and old-window, so it will reselect
4220 the selected window unconditionally.
4221 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
4222
4223 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4224
4225 * emacs-lisp/smie.el (smie-indent-offset-after)
4226 (smie-indent-forward-token, smie-indent-backward-token): New functions.
4227 (smie-indent-after-keyword): Use them.
4228 (smie-indent-fixindent): Only applies to the indentation of the BOL.
4229 (smie-indent-keyword): Tweak the black magic.
4230 (smie-indent-comment-continue): Strip comment-continue before use.
4231 (smie-indent-functions): Indent comments before keywords.
4232
4233 2010-06-06 Juri Linkov <juri@jurta.org>
4234
4235 * isearch.el (isearch-lazy-highlight-search): Fix looping
4236 by checking for empty match. This syncs this loop with the
4237 similar loop in `isearch-search'. (Bug#6362)
4238
4239 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
4240
4241 * net/dbus.el (dbus-register-method): Declare function.
4242 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
4243 (dbus-introspect): Doc fix.
4244 (dbus-event-bus-name, dbus-introspect-get-interface)
4245 (dbus-introspect-get-argument): Reflow docstrings.
4246
4247 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
4248
4249 vc-log-incoming/vc-log-outgoing fixes for Git.
4250 * vc-git.el (vc-git-log-view-mode): Fix font lock for
4251 incoming/outgoing logs.
4252 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
4253 instead of vc-git-compute-remote.
4254 (vc-git-compute-remote): Remove.
4255
4256 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
4257
4258 * term/common-win.el (x-colors): Add "dark green" and "dark
4259 turquoise" (Bug#6332).
4260
4261 2010-06-04 Juri Linkov <juri@jurta.org>
4262
4263 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
4264 Instead of setting `replace' to t and replacing the same string
4265 with itself, don't do certain actions when
4266 kill-do-not-save-duplicates is non-nil and string is equal to car
4267 of kill-ring: don't call menu-bar-update-yank-menu, don't push
4268 interprogram-paste strings to kill-ring, and don't push the input
4269 argument `string' to kill-ring.
4270 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
4271
4272 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
4273
4274 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
4275
4276 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
4277
4278 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
4279 (tramp-gvfs-handler-mounted-unmounted)
4280 (tramp-gvfs-connection-mounted-p): Handle default-location.
4281
4282 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
4283 move files to trash.
4284
4285 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
4286
4287 * international/mule-cmds.el (nonascii-insert-offset)
4288 (nonascii-translation-table): Add obsolescence information.
4289
4290 * international/mule.el (make-translation-table-from-vector): Doc fix.
4291
4292 2010-06-03 Glenn Morris <rgm@gnu.org>
4293
4294 * desktop.el (desktop-clear-preserve-buffers):
4295 Add "*Warnings*" buffer. (Bug#6336)
4296
4297 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
4298
4299 vc-log-incoming/vc-log-outgoing improvements for Git.
4300 * vc-git.el (vc-git-log-outgoing): Use the same format as the
4301 short log.
4302 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
4303
4304 Add bindings for vc-log-incoming and vc-log-outgoing.
4305 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
4306 and vc-log-outgoing.
4307 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
4308 and vc-log-outgoing.
4309
4310 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
4311
4312 * net/rcirc.el (rcirc-sort-nicknames): Remove.
4313 (rcirc-handler-366): Always sort nicknames.
4314
4315 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
4316
4317 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
4318
4319 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
4320
4321 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
4322
4323 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4324
4325 * net/rcirc.el (rcirc-sort-nicknames): Change default.
4326 (rcirc-sort-nicknames-join): Avoid setq.
4327
4328 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4329
4330 * net/rcirc.el (rcirc-sort-nicknames): New custom.
4331 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
4332 (rcirc-handler-366): Use them.
4333
4334 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4335
4336 Split smie-indent-calculate into more manageable chunks.
4337 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
4338 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
4339 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
4340 (smie-indent-exps): Extract from smie-indent-calculate.
4341 (smie-indent-functions): New var.
4342 (smie-indent-functions): Use them.
4343
4344 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4345
4346 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
4347 (smie-indent-calculate): Simplify and cleanup.
4348
4349 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
4350
4351 * net/tramp-gvfs.el (top): Require url-util.
4352 (tramp-gvfs-mount-point): Remove.
4353 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
4354 New defuns.
4355 (with-tramp-dbus-call-method): Format trace message.
4356 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
4357 Implement backup call, when operation on local files fails.
4358 Use progress reporter. Flush properties of changed files.
4359 (tramp-gvfs-handle-make-directory): Make more traces.
4360 (tramp-gvfs-url-file-name): Hexify file name in url.
4361 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
4362 into account for the resulting file name.
4363 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
4364 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
4365 (tramp-gvfs-handler-mounted-unmounted)
4366 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
4367 attribute "default_location". Set "prefix" property.
4368 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
4369 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
4370 exists. Raise an error, if not (due to a corresponding answer
4371 "no" in interactive questions, for example).
4372
4373 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
4374
4375 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
4376
4377 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
4378
4379 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
4380 right-*. (Bug#6265)
4381
4382 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
4383
4384 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
4385 * vc-git.el (vc-git-compute-remote): New function.
4386 (vc-git-log-outgoing): Use it instead of hard coding a value.
4387 (vc-git-log-incoming): New function.
4388
4389 Improve state updating for VC tag commands.
4390 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
4391 to update the state of all buffers in the directory.
4392
4393 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
4394
4395 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4396
4397 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
4398 `file-directory-p' to the filename part rather than to the whole text.
4399
4400 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4401
4402 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
4403
4404 2010-05-31 Drew Adams <drew.adams@oracle.com>
4405
4406 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
4407
4408 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
4409
4410 * subr.el (momentary-string-display): Just use read-event to read
4411 the exit event (Bug#6238).
4412
4413 2010-05-30 Eli Zaretskii <eliz@gnu.org>
4414
4415 * international/mule.el (define-coding-system): Doc fix (bug#6313).
4416
4417 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4418
4419 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
4420 Suggested by Eli Zaretskii <eliz@gnu.org>.
4421
4422 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4423
4424 * minibuffer.el (completion-file-name-table): Don't return a boundary
4425 past the end of `string' (bug#6299).
4426 (completion--file-name-table): Delegate to completion-file-name-table
4427 for the `boundaries' case.
4428
4429 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4430
4431 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
4432 movement commands.
4433
4434 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
4435 `path-separator', but maintain compatibility with Emacs 20.2.
4436
4437 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
4438
4439 * server.el (server-process-filter): Receive parent-id argument
4440 from emacsclient.
4441 (server-create-window-system-frame): New arg. Pass parent-id as
4442 frame parameter.
4443
4444 2010-05-29 Eli Zaretskii <eliz@gnu.org>
4445
4446 Bidi-sensitive word movement with arrow keys.
4447 * subr.el (right-arrow-command, left-arrow-command): Move to
4448 bindings.el.
4449
4450 * bindings.el (right-char, left-char): Move from subr.el and
4451 rename from right-arrow-command and left-arrow-command.
4452 (right-word, left-word): New functions.
4453 (global-map) <right>: Bind to right-char.
4454 (global-map) <left>: Bind to left-char.
4455 (global-map) <C-right>: Bind to right-word.
4456 (global-map) <C-left>: Bind to left-word.
4457
4458 * ls-lisp.el (ls-lisp-classify-file): New function.
4459 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
4460 (ls-lisp-classify): Call ls-lisp-classify-file.
4461 (insert-directory): Remove blanks from switches.
4462
4463 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
4464
4465 * ansi-color.el: Delete unused escape sequences (Bug#6085).
4466 (ansi-color-drop-regexp): New constant.
4467 (ansi-color-apply, ansi-color-filter-region)
4468 (ansi-color-apply-on-region): Delete unrecognized control sequences.
4469 (ansi-color-apply): Build string list before calling concat.
4470
4471 2010-05-28 Juri Linkov <juri@jurta.org>
4472
4473 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4474 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
4475 (Bug#5270)
4476
4477 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4478
4479 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
4480 to ignored backtrace functions.
4481 (with-progress-reporter): Expand docstring.
4482 (tramp-handle-delete-file): Implement TRASH argument.
4483 (tramp-get-remote-trash): New defun.
4484
4485 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4486
4487 * net/tramp-compat.el (tramp-compat-delete-file): Use
4488 `symbol-value' for backward compatibility.
4489
4490 * net/tramp.el (tramp-handle-make-symbolic-link)
4491 (tramp-handle-load)
4492 (tramp-do-copy-or-rename-file-via-buffer)
4493 (tramp-do-copy-or-rename-file-directly)
4494 (tramp-do-copy-or-rename-file-out-of-band)
4495 (tramp-handle-process-file, tramp-handle-call-process-region)
4496 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4497 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4498 (tramp-delete-temp-file-function): Use `delete-file' instead
4499 of `tramp-compat-delete-file'.
4500
4501 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4502 (tramp-fish-handle-make-symbolic-link)
4503 (tramp-fish-handle-process-file): Use `delete-file' instead
4504 of `tramp-compat-delete-file'.
4505
4506 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
4507 `delete-file' instead of `tramp-compat-delete-file'.
4508
4509 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4510 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
4511 `tramp-compat-delete-file'.
4512
4513 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
4514 `delete-file' instead of `tramp-compat-delete-file'.
4515
4516 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4517 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4518 (tramp-smb-handle-write-region): Use `delete-file' instead of
4519 `tramp-compat-delete-file'.
4520 (tramp-smb-handle-delete-directory): Use 'trash as arg.
4521
4522 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4523
4524 * dired.el (dired-delete-file): New arg TRASH.
4525 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
4526 (dired-do-flagged-delete, dired-do-delete): Use trash.
4527
4528 * speedbar.el (speedbar-item-delete): Allow trashing.
4529
4530 * files.el (delete-directory): New arg TRASH.
4531
4532 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
4533 (ange-ftp-rename-remote-to-remote)
4534 (ange-ftp-rename-local-to-remote)
4535 (ange-ftp-rename-remote-to-local, ange-ftp-load)
4536 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
4537 `delete-file'.
4538 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
4539 allow trashing.
4540
4541 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4542 handle new TRASH arg of `delete-file'.
4543
4544 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
4545 (tramp-handle-make-symbolic-link, tramp-handle-load)
4546 (tramp-do-copy-or-rename-file-via-buffer)
4547 (tramp-do-copy-or-rename-file-directly)
4548 (tramp-do-copy-or-rename-file-out-of-band)
4549 (tramp-handle-process-file, tramp-handle-call-process-region)
4550 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4551 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4552 (tramp-delete-temp-file-function): Use null TRASH arg in
4553 tramp-compat-delete-file call.
4554
4555 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4556 (tramp-fish-handle-delete-file)
4557 (tramp-fish-handle-make-symbolic-link)
4558 (tramp-fish-handle-process-file): Use null TRASH arg in
4559 `tramp-compat-delete-file' call.
4560
4561 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
4562 arg in `tramp-compat-delete-file' call.
4563
4564 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4565 (tramp-gvfs-handle-write-region): Use null TRASH arg in
4566 `tramp-compat-delete-file' call.
4567
4568 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
4569 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
4570 `tramp-compat-delete-file' call.
4571
4572 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4573 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4574 (tramp-smb-handle-write-region): Use null TRASH arg in
4575 tramp-compat-delete-file call.
4576 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
4577 (tramp-smb-handle-delete-file): Rename arg.
4578
4579 * diff.el (diff-sentinel):
4580 * epg.el (epg--make-temp-file, epg-decrypt-string)
4581 (epg-verify-string, epg-sign-string, epg-encrypt-string):
4582 * jka-compr.el (jka-compr-partial-uncompress)
4583 (jka-compr-call-process, jka-compr-write-region):
4584 * server.el (server-sentinel): Remove optional arg from
4585 delete-file, reverting 2010-05-03 change.
4586
4587 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4588
4589 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
4590 font-lock-constant-face, not obsolete font-lock-reference-face.
4591
4592 2010-05-27 Kenichi Handa <handa@m17n.org>
4593
4594 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
4595 element of GSTRING is nil.
4596
4597 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4598
4599 * emacs-lisp/smie.el (smie-forward-token-function)
4600 (smie-backward-token-function): New vars.
4601 (smie-backward-sexp, smie-forward-sexp)
4602 (smie-indent-hanging-p, smie-indent-calculate): Use them.
4603 (smie-default-backward-token): Rename from smie-backward-token and
4604 skip comments.
4605 (smie-default-forward-token): Rename from smie-forward-token and
4606 skip comments.
4607 (smie-next-sexp): Handle nil results from next-token.
4608 (smie-indent-calculate): Add a new case for special `fixindent' comments.
4609
4610 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4611
4612 * progmodes/verilog-mode.el (verilog-type-font-keywords):
4613 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4614
4615 2010-05-27 Masatake YAMATO <yamato@redhat.com>
4616
4617 * htmlfontify.el (hfy-face-resolve-face): New function.
4618 (hfy-face-to-style): Use it (Bug#6279).
4619
4620 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4621
4622 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
4623 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
4624
4625 2010-05-26 Glenn Morris <rgm@gnu.org>
4626
4627 * emulation/edt.el (edt-load-keys): Use locate-library.
4628
4629 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
4630
4631 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
4632 (log-edit-changelog-entries): Doc fix.
4633 (log-edit-changelog-insert-entries): Args changed.
4634 Rename relative filenames in ChangeLog entries. Delete tabs.
4635 (log-edit-insert-changelog-entries): Reorganize return value of
4636 `log-edit-changelog-entries' to pass filenames to
4637 log-edit-changelog-insert-entries.
4638
4639 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4640
4641 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
4642 `image-dired-dired-insert-marked-thumbs' to
4643 `image-dired-dired-toggle-marked-thumbs'.
4644
4645 * image-dired.el: Require cl when compiling.
4646 (image-dired-dired-toggle-marked-thumbs): Rename from
4647 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
4648 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
4649 to 'no-dir. Skip files whose names don't match
4650 `image-file-name-regexp'. When file has a thumbnail overlay,
4651 delete it. (Bug#5270)
4652
4653 2010-05-25 Juri Linkov <juri@jurta.org>
4654
4655 * image-mode.el (image-mode): Add image-after-revert-hook to
4656 after-revert-hook.
4657 (image-after-revert-hook): New function. (Bug#5669)
4658
4659 2010-05-25 Juri Linkov <juri@jurta.org>
4660
4661 * image.el (image-animated-p): When delay between animated images
4662 is 0, set it to 10 (0.1 sec). (Bug#6258)
4663
4664 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
4665
4666 * net/tramp.el (tramp-handle-insert-directory): Don't use
4667 `forward-word', its default syntax could be changed.
4668
4669 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
4670
4671 * net/tramp.el (tramp-progress-reporter-update): New defun.
4672 (with-progress-reporter): Use it.
4673 (tramp-process-actions):
4674 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
4675 current message, in order to let progress reporter continue
4676 afterwards. (Bug#6257)
4677
4678 2010-05-25 Glenn Morris <rgm@gnu.org>
4679
4680 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
4681 Add :version.
4682
4683 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
4684
4685 * net/rcirc.el (rcirc-default-user-name): Change to "user".
4686 (rcirc-default-full-name): Change to "unknown".
4687 (rcirc-user-name-history): Add variable.
4688
4689 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
4690 Jonathan Rockway <jon@jrock.us>
4691
4692 * net/rcirc.el (rcirc-server-alist): Add :pass.
4693 (rcirc): When prompting for connection parameters, also prompt for
4694 username and password.
4695 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
4696 value to server when connecting.
4697
4698 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4699
4700 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
4701 (smie-merge-prec2s): Pass the tables as separate args.
4702 (smie-bnf-precedence-table): Adjust call accordingly.
4703 (smie-prec2-levels): Set levels at the end.
4704
4705 Replace Lisp calls to delete-backward-char by delete-char.
4706 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
4707 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
4708 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
4709 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
4710 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
4711 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
4712 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
4713 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
4714 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
4715 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
4716 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
4717 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
4718 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
4719 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
4720 delete-backward-char by calls to delete-char.
4721
4722 2010-05-25 Kenichi Handa <handa@m17n.org>
4723
4724 * language/hebrew.el (hebrew-shape-gstring): New function.
4725 Register it in composition-function-table for all Hebrew combining
4726 characters.
4727
4728 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4729
4730 * epa.el (epa--select-keys): Don't explicitly delete the window since
4731 that can fail (e.g. sole window in frame). Use dedication instead.
4732
4733 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
4734
4735 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
4736
4737 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
4738
4739 * image.el (image-refresh): Define as an alias for image-flush.
4740
4741 * image-mode.el (image-toggle-display-image): Caller changed.
4742
4743 2010-05-21 Juri Linkov <juri@jurta.org>
4744
4745 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
4746 Remove "all" from grep-files-aliases. Split grep-files-aliases by
4747 whitespace, call wildcard-to-regexp on substrings and concat them
4748 with "\\|". (Bug#6114)
4749
4750 2010-05-21 Alan Mackenzie <acm@muc.de>
4751
4752 * progmodes/cc-engine.el (c-parse-state-get-strategy):
4753 Replace parameter `here' with `here-' and `here-plus', which sandwich
4754 any pertinent CPP construct.
4755 (c-remove-stale-state-cache-backwards): Fix a bug which happens
4756 when doing (c-parse-state) in a CPP construct: Exclude any "new"
4757 CPP construct from taking part in the scanning.
4758
4759 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
4760
4761 * net/tramp.el (tramp-do-copy-or-rename-file)
4762 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
4763 Tune `with-progress-reporter' messages.
4764 (tramp-handle-vc-registered):
4765 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
4766 (tramp-fish-handle-insert-file-contents)
4767 (tramp-fish-maybe-open-connection):
4768 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4769 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
4770 (tramp-imap-handle-insert-file-contents)
4771 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4772
4773 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
4774
4775 * add-log.el (change-log-font-lock-keywords):
4776 Highlight all authors in multi-author entries.
4777
4778 * smerge-mode.el (smerge-refine-ignore-whitespace)
4779 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
4780 Fix typos in docstrings.
4781 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
4782
4783 2010-05-21 Glenn Morris <rgm@gnu.org>
4784
4785 * progmodes/fortran.el (fortran-mode):
4786 * progmodes/f90.el (f90-mode): Derive from prog-mode.
4787
4788 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
4789 having a relative path in src/Makefile.in.
4790
4791 2010-05-20 Kevin Ryde <user42@zip.com.au>
4792
4793 * help-mode.el (help-make-xrefs): For Info node links turn
4794 newlines into spaces. Link node names with newlines are matched
4795 by help-xref-info-regexp and buttonized, this change ensures they
4796 can be followed successfully with RET. (Bug#6206)
4797
4798 2010-05-20 Juri Linkov <juri@jurta.org>
4799
4800 * locate.el (locate): Use pop-to-buffer instead of
4801 switch-to-buffer-other-window. (Bug#6204)
4802
4803 2010-05-20 Juri Linkov <juri@jurta.org>
4804
4805 * replace.el (replace-highlight): Fix lazy-highlighting
4806 for `M-s w str M-% str RET'.
4807
4808 2009-12-15 Masatake YAMATO <yamato@redhat.com>
4809
4810 * isearch.el (isearch-yank-word-or-char): Pull next subword
4811 when `subword-mode' is activated. (Bug#6220)
4812
4813 2010-05-20 Mark A. Hershberger <mah@everybody.org>
4814
4815 * isearch.el (isearch-update-post-hook): New hook.
4816 (isearch-update): Use the new hook. (Bug#6225)
4817
4818 2010-05-20 Juri Linkov <juri@jurta.org>
4819
4820 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
4821 [f1], [help], and (char-to-string help-char) instead of "\C-h".
4822 (Bug#6222)
4823
4824 2010-05-20 Juri Linkov <juri@jurta.org>
4825
4826 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
4827 (Bug#6223)
4828
4829 2010-05-20 Juri Linkov <juri@jurta.org>
4830
4831 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
4832 FILE-NAME to read from the minibuffer when called interactively
4833 with prefix argument instead of using buffer-file-name.
4834 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
4835
4836 * dired.el: Update autoloads.
4837
4838 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
4839
4840 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
4841 nxml-finish-element, for consistency with SGML mode.
4842
4843 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
4844 octave-close-block.
4845
4846 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
4847
4848 * composite.el: Require cl when compiling.
4849 (reference-point-alist, compose-gstring-for-graphic)
4850 (compose-gstring-for-terminal): Fix typos in docstrings.
4851
4852 2010-05-19 Juri Linkov <juri@jurta.org>
4853
4854 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
4855 set-window-parameter.
4856
4857 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
4858
4859 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
4860 where appropriate.
4861 (tramp-maybe-open-connection): Use it.
4862
4863 2010-05-19 Eli Zaretskii <eliz@gnu.org>
4864
4865 * simple.el (move-end-of-line): Make sure we are at line beginning
4866 before backing up to end of previous line.
4867
4868 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
4869
4870 * password-cache.el (password-cache-remove): Fix docstring.
4871
4872 * net/secrets.el: Autoload the widget functions.
4873 (secrets-search-items, secrets-create-item)
4874 (secrets-get-attributes, secrets-expand-item): Attributes will be
4875 stored on the password database without leading ":", as all other
4876 clients do as well.
4877 (secrets-mode): Fix docstring.
4878 (secrets-show-secrets): Provide it as autoloaded command only when
4879 D-Bus support is available. Check existence of Secret Service API.
4880
4881 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4882
4883 * indent.el (indent-region): Deactivate region (bug#6200).
4884
4885 2010-05-19 Glenn Morris <rgm@gnu.org>
4886
4887 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
4888
4889 2010-05-19 Kenichi Handa <handa@m17n.org>
4890
4891 * composite.el: Register compose-gstring-for-graphic in
4892 composition-function-table only for combining characters (Mn, Mc, Me).
4893
4894 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
4895
4896 * calc/calc-trail.el (calc-trail-isearch-forward)
4897 (calc-trail-isearch-backward): Ensure that the new window
4898 point is set correctly.
4899
4900 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4901
4902 * subr.el (read-quoted-char): Resolve modifiers after key
4903 remapping (bug#6212).
4904
4905 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
4906
4907 Add visualization code for secrets.
4908 * net/secrets.el (secrets-mode): New major mode.
4909 (secrets-show-secrets, secrets-show-collections)
4910 (secrets-expand-collection, secrets-expand-item)
4911 (secrets-tree-widget-after-toggle-function)
4912 (secrets-tree-widget-show-password): New defuns.
4913
4914 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4915
4916 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
4917 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
4918 handled in smie-next-sexp.
4919 (smie-indent-calculate): Provide a starting indentation (so the
4920 recursion is well-founded ;-).
4921
4922 Fix handling of non-associative equal levels.
4923 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
4924 when it's not needed.
4925 (smie-op-left, smie-op-right): New functions.
4926 (smie-next-sexp): New function, extracted from smie-backward-sexp.
4927 Better handle equal levels to distinguish the associative case from
4928 the "multi-keyword construct" case.
4929 (smie-backward-sexp, smie-forward-sexp): Use it.
4930
4931 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
4932
4933 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
4934
4935 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
4936 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
4937
4938 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4939
4940 Provide a simple generic indentation engine and use it for Prolog.
4941 * emacs-lisp/smie.el: New file.
4942 * progmodes/prolog.el (prolog-smie-op-levels)
4943 (prolog-smie-indent-rules): New var.
4944 (prolog-mode-variables): Use them to configure SMIE.
4945 (prolog-indent-line, prolog-indent-level): Remove.
4946
4947 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
4948
4949 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
4950 order before computing the averages.
4951
4952 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
4953
4954 * calc/calc-vec.el (calc-histogram):
4955 (calcFunc-histogram): Allow vectors as inputs.
4956 (math-vector-avg): New function.
4957
4958 * calc/calc-ext.el (math-group-float): Have the number of digits
4959 being grouped depend on the radix (Bug#6189).
4960
4961 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
4962
4963 * version.el (emacs-copyright, emacs-version): Don't define here,
4964 now that emacs.c defines it.
4965
4966 2010-05-15 Eli Zaretskii <eliz@gnu.org>
4967
4968 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
4969 "Describe Language Environment" menu item.
4970
4971 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
4972
4973 Bidi-sensitive movement with arrow keys.
4974 * subr.el (right-arrow-command, left-arrow-command): New functions.
4975
4976 * bindings.el (global-map): Bind them to right and left arrow keys.
4977
4978 Don't override standard definition of convert-standard-filename.
4979 * files.el (convert-standard-filename): Call
4980 w32-convert-standard-filename and dos-convert-standard-filename on
4981 the corresponding systems.
4982
4983 * w32-fns.el (w32-convert-standard-filename): Rename from
4984 convert-standard-filename. Doc fix.
4985
4986 * dos-fns.el (dos-convert-standard-filename): Doc fix.
4987 (convert-standard-filename): Don't defalias.
4988 (register-name-alist, make-register, register-value)
4989 (set-register-value, intdos): Obsolete aliases for the
4990 corresponding dos-* functions and variables.
4991 (dos-intdos): Add a doc string.
4992
4993 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
4994
4995 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
4996 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
4997 (math-compose-tex-func):
4998 * calc/calccomp.el (math-compose-expr):
4999 * calc/calc-ext.el (math-format-flat-expr-fancy):
5000 * calc/calc-store.el (calc-read-var-name):
5001 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
5002
5003 * calc/calc.el (var-π, var-φ, var-γ): New variables.
5004 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
5005 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
5006 (math-standard-units): Add units.
5007
5008 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5009
5010 * progmodes/asm-mode.el (asm-mode):
5011 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
5012
5013 * pcomplete.el (pcomplete-completions-at-point): New function,
5014 extracted from pcomplete-std-complete.
5015 (pcomplete-std-complete): Use it.
5016
5017 2010-05-15 Glenn Morris <rgm@gnu.org>
5018
5019 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5020 Remove references to CVS, RCS and Old directories.
5021
5022 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
5023
5024 * calc/calc-bin.el (math-format-twos-complement): Group digits when
5025 appropriate.
5026
5027 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
5028
5029 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
5030 (sh-mode-syntax-table): Give it a default value instead.
5031 (sh-header-marker): Make buffer-local.
5032 (sh-mode): Move make-local-variable to the corresponding setq.
5033 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
5034 Use complete-with-action.
5035
5036 * simple.el (prog-mode): New (abstract) major mode.
5037 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
5038 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
5039
5040 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
5041
5042 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
5043 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
5044 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
5045 (sql-make-alternate-buffer-name, sql-placeholders-filter)
5046 (sql-escape-newlines-filter, sql-input-sender)
5047 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
5048
5049 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
5050
5051 Add TeX open-block and close-block keybindings to SGML, and vice versa.
5052
5053 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
5054 latex-open-block and C-c / to latex-close-block.
5055
5056 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
5057 and C-c C-e to sgml-close-tag.
5058
5059 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
5060
5061 * net/tramp.el (with-progress-reporter): Create reporter object
5062 only when the message would be displayed. Handle nested calls.
5063 (tramp-handle-load, tramp-handle-file-local-copy)
5064 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5065 (tramp-maybe-send-script, tramp-find-shell):
5066 Use `with-progress-reporter'.
5067 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
5068 Fix message text.
5069
5070 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5071 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5072 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
5073 Use `with-progress-reporter'.
5074
5075 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
5076
5077 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
5078 process everytime when spellchecking from the minibuffer (bug#6143).
5079
5080 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5081
5082 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
5083
5084 * dos-fns.el: Add "dos-" prefix for namespace control.
5085 (convert-standard-filename): Define as alias for
5086 dos-convert-standard-filename but only if applicable.
5087
5088 2010-05-12 Alan Mackenzie <acm@muc.de>
5089
5090 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
5091 Push the mark at the start of these functions when appropriate.
5092
5093 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5094
5095 * minibuffer.el (completion-cycle-threshold): New custom var.
5096 (completion--do-completion): Use it.
5097 (minibuffer-complete): Use cycling if appropriate.
5098
5099 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
5100
5101 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
5102 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
5103
5104 2010-05-11 Juri Linkov <juri@jurta.org>
5105
5106 * scroll-all.el (scroll-all-check-to-scroll):
5107 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
5108
5109 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5110
5111 * iimage.el (iimage-mode-map): Move initialization into declaration.
5112 (iimage-mode-buffer): Use with-silent-modifications.
5113 Simplify calling convention. Adjust callers.
5114 (iimage-mode): Don't run hook redundantly.
5115
5116 * minibuffer.el (completion-pcm--pattern->regex):
5117 Fix last change (bug#6160).
5118
5119 2010-05-10 Juri Linkov <juri@jurta.org>
5120
5121 Remove nodes visited during Isearch from the Info history.
5122 * info.el (Info-isearch-initial-history)
5123 (Info-isearch-initial-history-list): New variables.
5124 (Info-isearch-start): Record initial values of
5125 Info-isearch-initial-history and Info-isearch-initial-history-list.
5126 Add Info-isearch-end to isearch-mode-end-hook.
5127 (Info-isearch-end): New function.
5128
5129 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
5130
5131 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
5132 format string, in order to work around a bug in pdksh.
5133 Reported by Gilles Pion <gpion@lfdj.com>.
5134 (tramp-handle-verify-visited-file-modtime): Do not send a command
5135 when the connection is not established.
5136 (tramp-handle-set-file-times): Simplify the check for utc.
5137
5138 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
5139
5140 Fix use of `filter-buffer-substring' (rework previous change).
5141 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
5142 (cua-repeat-replace-region):
5143 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
5144 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5145 (cua-cut-region-to-global-mark): Use it.
5146
5147 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
5148
5149 * progmodes/sql.el: Version 2.1.
5150 (sql-product-alist): Redesign structure of product info.
5151 (sql-product, sql-user, sql-server, sql-database): Safe variables.
5152 (sql-port, sql-port-history): New variables.
5153 (sql-interactive-product): New variable.
5154 (sql-send-terminator): New variable.
5155 (sql-imenu-generic-expression): Add "Types" imenu entry.
5156 (sql-oracle-login-params, sql-sqlite-login-params)
5157 (sql-mysql-login-params, sql-solid-login-params)
5158 (sql-sybase-login-params, sql-informix-login-params)
5159 (sql-ingres-login-params, sql-ms-login-params)
5160 (sql-postgres-login-params, sql-interbase-login-params)
5161 (sql-db2-login-params, sql-linter-login-params)
5162 (sql-oracle-scan-on): New variables.
5163 (sql-mode-map): Add C-c C-i to start interactive mode.
5164 (sql-mode-menu): Update existing menu entries.
5165 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
5166 (sql-mode-oracle-font-lock-keywords)
5167 (sql-mode-postgres-font-lock-keywords)
5168 (sql-mode-ms-font-lock-keywords)
5169 (sql-mode-sybase-font-lock-keywords)
5170 (sql-mode-informix-font-lock-keywords)
5171 (sql-mode-interbase-font-lock-keywords)
5172 (sql-mode-ingres-font-lock-keywords)
5173 (sql-mode-solid-font-lock-keywords)
5174 (sql-mode-mysql-font-lock-keywords)
5175 (sql-mode-sqlite-font-lock-keywords)
5176 (sql-mode-db2-font-lock-keywords)
5177 (sql-mode-linter-font-lock-keywords): Update initialization to
5178 reduce run-time complexity.
5179 (sql-add-product, sql-del-product): New functions.
5180 (sql-set-product-feature, sql-get-product-feature): New functions.
5181 (sql-product-font-lock): Update product API.
5182 (sql-add-product-keywords): New function.
5183 (sql-highlight-product): Update product API.
5184 (sql-help-list-products): New function.
5185 (sql-help): Dynamically lists free and non-free products.
5186 (sql-get-login): Correct bug in handling history and added
5187 prompt for port.
5188 (sql-copy-column): Copy without properties.
5189 (sqli-input-sender): Apply filters to SQLi input.
5190 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
5191 Implement as a filter.
5192 (sql-escape-newlines-filter): Implement as a filter.
5193 (sql-remove-tabs-filter): New function.
5194 (sql-send-magic-terminator): New function.
5195 (sql-send-string): Implement magic terminator.
5196 (sql-send-region): Use `sql-send-string'.
5197 (sql-interactive-mode): Use product API.
5198 (sql-product-interactive): Use product API.
5199 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
5200 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
5201 (sql-db2, sql-linter): Use `sql-product-interactive'.
5202 (sql-connect): New function.
5203 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
5204 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
5205 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
5206 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
5207 Use `sql-connect'.
5208
5209 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5210
5211 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
5212 New custom variable.
5213 (completion-pcm--string->pattern): Use it.
5214 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
5215 Make it handle any symbol as `any'.
5216 (completion-pcm--merge-completions): Extract common suffix for the new
5217 `prefix' symbol as well.
5218 (completion-substring--all-completions): Use the new `prefix' symbol.
5219
5220 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
5221
5222 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
5223 not bound.
5224 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5225 (tramp-compat-funcall): New defmacro.
5226 (tramp-compat-line-beginning-position)
5227 (tramp-compat-line-end-position)
5228 (tramp-compat-temporary-file-directory)
5229 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5230 (tramp-compat-copy-file, tramp-compat-copy-directory)
5231 (tramp-compat-delete-file, tramp-compat-delete-directory)
5232 (tramp-compat-number-sequence, tramp-compat-process-running-p)
5233 * net/tramp.el (top, with-progress-reporter)
5234 (tramp-rfn-eshadow-setup-minibuffer)
5235 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5236 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5237 (tramp-completion-mode-p, tramp-check-for-regexp)
5238 (tramp-open-connection-setup-interactive-shell)
5239 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5240 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5241 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
5242 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5243 (tramp-reporter-dump-variable, tramp-load-report-modules)
5244 (tramp-append-tramp-buffers)
5245 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
5246
5247 * net/tramp-imap.el (top): Autoload `epg-make-context'.
5248
5249 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5250
5251 * progmodes/compile.el (compilation-buffer-modtime): Rename from
5252 buffer-modtime. Adjust users.
5253
5254 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5255
5256 * international/mule.el (auto-coding-alist): Only purecopy
5257 car of each item, not the whole list (Bug#6083).
5258
5259 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5260
5261 * progmodes/js.el (js-mode): Make paragraph variables local before
5262 calling c-setup-paragraph-variables (Bug#6071).
5263
5264 2010-05-08 Eli Zaretskii <eliz@gnu.org>
5265
5266 * composite.el (compose-region, reference-point-alist): Fix typos
5267 in the doc strings.
5268
5269 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5270
5271 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
5272 gnuplot's "set" command.
5273
5274 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5275
5276 * abbrev.el (last-abbrev-text): Doc fix.
5277 (abbrev-prefix-mark): Don't escape parenthesis.
5278
5279 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5280
5281 * composite.el (find-composition): Doc fix.
5282
5283 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5284
5285 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
5286 (sql-oracle-program, sql-sqlite-options)
5287 (sql-query-placeholders-and-send): Doc fixes.
5288 (sql-set-product, sql-interactive-mode): Reflow docstrings.
5289 (sql-imenu-generic-expression, sql-buffer)
5290 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
5291 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
5292 (sql-mode-sybase-font-lock-keywords)
5293 (sql-mode-informix-font-lock-keywords)
5294 (sql-mode-interbase-font-lock-keywords)
5295 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
5296 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
5297 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
5298 (sql-product-feature, sql-highlight-product)
5299 (comint-line-beginning-position, sql-rename-buffer)
5300 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
5301 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
5302 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
5303 Fix typos in docstrings.
5304
5305 2010-05-08 Juri Linkov <juri@jurta.org>
5306
5307 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
5308 property instead of `invisible' and `after-string' (bug#5998).
5309
5310 2010-05-08 Juri Linkov <juri@jurta.org>
5311
5312 * image-mode.el (image-mode-as-text): Fix typo in docstring.
5313
5314 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5315
5316 * filecache.el (file-cache-add-directory-list)
5317 (file-cache-add-directory-recursively): Fix typos in docstrings.
5318
5319 2010-05-08 Kenichi Handa <handa@m17n.org>
5320
5321 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
5322 (gujarati-composable-pattern): Fix typo.
5323
5324 2010-05-08 Kenichi Handa <handa@m17n.org>
5325
5326 * language/indian.el (oriya-composable-pattern)
5327 (tamil-composable-pattern, malayalam-composable-pattern):
5328 Add two-part vowels to "v" (vowel sign).
5329
5330 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5331
5332 * files.el (copy-directory): Handle symlinks (Bug#5982).
5333
5334 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
5335
5336 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
5337 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
5338 (Bug#5846).
5339
5340 2010-05-08 Glenn Morris <rgm@gnu.org>
5341
5342 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
5343
5344 * minibuffer.el (completion-at-point): Doc fix.
5345
5346 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5347
5348 * electric.el (Electric-command-loop): Minor tweak.
5349
5350 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
5351 better with dedicated windows.
5352
5353 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5354
5355 * Version 23.2 released.
5356
5357 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5358 Stefan Monnier <monnier@iro.umontreal.ca>
5359
5360 Highlight vendor specific properties.
5361 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
5362 (css-proprietary-property): New face.
5363 (css-font-lock-keywords): Use them.
5364
5365 2010-05-07 Eli Zaretskii <eliz@gnu.org>
5366
5367 * cus-start.el (all): Add native condition for tool-bar-* symbols.
5368
5369 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5370
5371 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
5372 * files.el (auto-mode-alist): Remove redundant entries.
5373
5374 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
5375 * simple.el (auto-save-mode): Move from files.el.
5376 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
5377
5378 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5379
5380 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5381
5382 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
5383
5384 * mail/binhex.el (binhex-decode-region-internal)
5385 * mail/uudecode.el (uudecode-decode-region-internal)
5386 * net/dns.el (dns-read-string-name, dns-write, dns-read)
5387 (dns-read-type, dns-query)
5388 * pgg-parse.el (pgg-parse-armor)
5389 * pgg.el (pgg-verify-region)
5390 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
5391 XEmacs.
5392
5393 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
5394
5395 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
5396
5397 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
5398
5399 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
5400 * emulation/cua-base.el (cua-repeat-replace-region):
5401 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5402 (cua-cut-region-to-global-mark):
5403 Remove text properties with `set-text-properties'.
5404
5405 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
5406
5407 * net/tramp.el (top, with-progress-reporter):
5408 Use `symbol-function' inside `funcall'.
5409
5410 * net/tramp-compat.el (tramp-compat-file-attributes)
5411 (tramp-compat-delete-file, tramp-compat-delete-directory):
5412 Handle only `wrong-number-of-arguments' error.
5413
5414 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
5415 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
5416 inside `funcall'.
5417
5418 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5419
5420 * minibuffer.el (completion--sreverse, completion--common-suffix):
5421 New functions.
5422 (completion-pcm--merge-completions): Extract common suffix when safe.
5423
5424 * emacs-lisp/easy-mmode.el (define-minor-mode):
5425 Make :variable more flexible.
5426 * files.el (auto-save-mode): Use it to define using define-minor-mode.
5427
5428 2010-05-05 Juri Linkov <juri@jurta.org>
5429
5430 Add `slow' and `history' tags to the desktop data.
5431
5432 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
5433 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
5434 (Info-finder-find-node): Require `finder.el' to be able
5435 to restore node from the desktop.
5436 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
5437 data `Info-history' and `slow' tag in the assoc list.
5438 (Info-restore-desktop-buffer): Don't restore nodes with the
5439 `slow' tag. Restore `Info-history'.
5440
5441 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
5442
5443 Add FORCE argument to `delete-file'.
5444
5445 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
5446 forcing to delete the temporary file.
5447 (ange-ftp-delete-file): Add FORCE arg.
5448 (ange-ftp-rename-remote-to-remote)
5449 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
5450 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
5451 Force file deletion.
5452
5453 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
5454
5455 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
5456 (tramp-handle-make-symbolic-link, tramp-handle-load)
5457 (tramp-do-copy-or-rename-file-via-buffer)
5458 (tramp-do-copy-or-rename-file-directly)
5459 (tramp-do-copy-or-rename-file-out-of-band)
5460 (tramp-handle-process-file, tramp-handle-call-process-region)
5461 (tramp-handle-shell-command, tramp-handle-file-local-copy)
5462 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5463 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
5464
5465 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
5466 (tramp-fish-handle-make-symbolic-link)
5467 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
5468
5469 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5470 Use `tramp-compat-delete-file'.
5471
5472 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
5473 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
5474
5475 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
5476 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
5477
5478 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
5479 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
5480 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
5481 `tramp-compat-delete-file'.
5482
5483 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5484
5485 Minor cleanups.
5486 * subr.el (add-minor-mode): Use push.
5487 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
5488 * emulation/edt.el (edt-select-mode): Simplify.
5489
5490 Use define-minor-mode in more cases.
5491 * term/tvi970.el (tvi970-set-keypad-mode):
5492 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5493 (normal-erase-is-backspace-mode):
5494 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
5495 (set-scroll-bar-mode-1): (Re)move to its sole caller.
5496 (get-scroll-bar-mode): New function.
5497 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
5498
5499 Use define-minor-mode for less obvious cases.
5500 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
5501 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
5502 * international/iso-ascii.el (iso-ascii-mode):
5503 * frame.el (auto-raise-mode, auto-lower-mode):
5504 * composite.el (global-auto-composition-mode): Use define-minor-mode.
5505
5506 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
5507
5508 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
5509 in order to see error messages for failed logins.
5510
5511 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
5512
5513 * diff.el (diff-sentinel):
5514
5515 * epg.el (epg--make-temp-file, epg-decrypt-string)
5516 (epg-verify-string, epg-sign-string, epg-encrypt-string):
5517
5518 * jka-compr.el (jka-compr-partial-uncompress)
5519 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
5520
5521 * server.el (server-sentinel): Use delete-file's new FORCE arg
5522 (Bug#6070).
5523
5524 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5525
5526 Use define-minor-mode where applicable.
5527 * view.el (view-mode):
5528 * type-break.el (type-break-query-mode)
5529 (type-break-mode-line-message-mode):
5530 * textmodes/reftex.el (reftex-mode):
5531 * term/vt100.el (vt100-wide-mode):
5532 * tar-mode.el (tar-subfile-mode):
5533 * savehist.el (savehist-mode):
5534 * ibuf-ext.el (ibuffer-auto-mode):
5535 * composite.el (auto-composition-mode):
5536 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5537 Use define-minor-mode.
5538 (vhdl-mode): Use static mode-line format.
5539 (vhdl-mode-line-update): Delete.
5540 (vhdl-create-mode-menu, vhdl-activate-customizations)
5541 (vhdl-hs-minor-mode): Don't bother calling it.
5542
5543 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5544
5545 * simple.el (with-wrapper-hook): Move.
5546 (buffer-substring-filters): Mark obsolete.
5547 (filter-buffer-substring-functions): New variable.
5548 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
5549
5550 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5551 Michael Albinus <michael.albinus@gmx.de>
5552
5553 Implement compression for inline methods.
5554
5555 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5556 (tramp-copy-size-limit): Allow also nil.
5557 (tramp-inline-compress-commands): New defconst.
5558 (tramp-find-inline-compress, tramp-get-inline-compress)
5559 (tramp-get-inline-coding): New defuns.
5560 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
5561 replaced by `tramp-get-inline-coding'.
5562 (tramp-handle-file-local-copy, tramp-handle-write-region)
5563 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5564
5565 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5566
5567 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
5568 Remove unused functions.
5569
5570 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
5571 Set find-tag-default-function as a variable rather than a property.
5572
5573 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
5574 * progmodes/etags.el (tags-completion-at-point-function):
5575 Remove left over interactive spec. Add autoloading stub.
5576 (complete-tag): Use tags-completion-at-point-function.
5577
5578 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
5579
5580 * minibuffer.el (tags-completion-at-point-function): Fix return value.
5581
5582 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
5583
5584 * ido.el (ido-init-completion-maps): Remove C-v binding.
5585 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
5586
5587 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
5588
5589 * minibuffer.el (tags-completion-at-point-function): New function.
5590 (completion-at-point-functions): Use it.
5591
5592 * progmodes/etags.el (complete-tag): Revert last change.
5593
5594 2010-04-29 Alan Mackenzie <acm@muc.de>
5595
5596 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
5597 off-by-one error (in end of macro position).
5598
5599 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5600
5601 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
5602 firefox is absent. Don't autoload.
5603 (browse-url-galeon-program): Don't autoload.
5604
5605 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
5606
5607 * bindings.el (complete-symbol): Move into minibuffer.el.
5608
5609 * minibuffer.el (complete-tag): Move from etags.el. If tags
5610 completion cannot be performed, return nil instead of signalling
5611 an error.
5612 (completion-at-point): Make it an alias for complete-symbol.
5613 (complete-symbol): Move from bindings.el, and replace with the
5614 body of completion-at-point.
5615
5616 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
5617
5618 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
5619
5620 * net/tramp.el (tramp-remote-selinux-p): New defun.
5621 (tramp-handle-file-selinux-context)
5622 (tramp-handle-set-file-selinux-context): Use it.
5623
5624 2010-04-28 Sam Steingold <sds@gnu.org>
5625
5626 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5627 `safe-local-variable' if the value is a string or a symbol with
5628 the property `bug-reference-url-format'.
5629
5630 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
5631
5632 * progmodes/bug-reference.el (bug-reference-url-format):
5633 Revert 2010-04-27 change due to security risk.
5634
5635 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5636
5637 Make it possible to locally disable a globally enabled mode.
5638 * simple.el (fundamental-mode): Run fundamental-mode-hook.
5639 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
5640 rather than kill-all-local-variables so it runs fundamental-mode-hook.
5641 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5642 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
5643 that subsequent hooks get a chance to disable it.
5644
5645 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5646
5647 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5648 Avoid re-enabling a minor mode after the user turned the minor mode
5649 off if MODE-enable-in-buffers is run twice (typically once from
5650 fundamental-mode's after-change-major-mode-hook and a second time from
5651 run-mode-hook's own after-change-major-mode-hook).
5652
5653 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
5654
5655 2010-04-27 Sam Steingold <sds@gnu.org>
5656
5657 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5658 `safe-local-variable' if the value is a string or a function, as
5659 documented and implemented on 2010-04-02.
5660
5661 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
5662
5663 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
5664 when method is 'kill.
5665
5666 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
5667
5668 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
5669 condition in default directory check.
5670 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
5671 Kill ispell process when killing its associated buffer.
5672
5673 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
5674
5675 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
5676 but we aren't using it.
5677
5678 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
5679
5680 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
5681 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
5682
5683 2010-04-24 Glenn Morris <rgm@gnu.org>
5684
5685 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
5686 Ignore VCS-ignore files, and deleted nextstep preferences files.
5687 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
5688 (authors-ambiguous-files): New list.
5689 (authors-valid-file-names): Add some deleted files.
5690 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
5691 (authors-disambiguate-file-name): New function. (Bug#5501)
5692 (authors-canonical-file-name): Doc fix.
5693 Don't warn about obsolete files.
5694 (authors-canonical-file-name, authors-scan-el):
5695 Use authors-disambiguate-file-name.
5696
5697 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5698 Add autoload cookies.
5699 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
5700 (generated-autoload-file): Set file-local value to "htmlfontify.el".
5701 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
5702 They have definitions / compiler macros in cl.el.
5703 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5704 Replace manual autoloads with generated ones.
5705 (htmlfontify-unload-rgb-file): Remove autoload.
5706 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
5707
5708 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5709
5710 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
5711 (byte-compile-setq-default): Optimize for the
5712 single-var case and don't call byte-compile-form in this case to avoid
5713 inf-loop with byte-compile-set-default.
5714
5715 * progmodes/compile.el (compilation-start): Abbreviate default directory.
5716
5717 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
5718
5719 Implement SELINUX backends.
5720
5721 * net/tramp.el (tramp-file-name-handler-alist):
5722 Add `file-selinux-context' and `set-file-selinux-context'.
5723 (tramp-handle-file-selinux-context)
5724 (tramp-handle-set-file-selinux-context): New defuns.
5725 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5726 Handle PRESERVE-SELINUX-CONTEXT.
5727
5728 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5729 Add `file-selinux-context' and `set-file-selinux-context'.
5730 (tramp-gvfs-handle-file-selinux-context)
5731 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5732 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5733
5734 * net/ange-ftp.el (ange-ftp-copy-file):
5735 * net/tramp-fish.el (tramp-fish-handle-copy-file):
5736 * net/tramp-imap.el (tramp-imap-handle-copy-file):
5737 * net/tramp-smb.el (tramp-smb-handle-copy-file):
5738 Add PRESERVE-SELINUX-CONTEXT.
5739
5740 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5741
5742 Synchronize with Tramp repository.
5743
5744 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
5745 (tramp-action-process-alive, tramp-action-out-of-band)
5746 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5747 (tramp-exists-file-name-handler): Fix docstring.
5748 (with-progress-reporter): New defmacro.
5749 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
5750 (tramp-maybe-open-connection): Use it.
5751
5752 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
5753
5754 Detect ssh 'ControlMaster' argument automatically in some cases.
5755
5756 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5757 (tramp-default-method): Use it.
5758
5759 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5760
5761 * net/tramp.el (tramp-handle-copy-file): Add new optional
5762 parameter `preserve-selinux-context'.
5763 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
5764
5765 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5766
5767 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
5768 Ensure, that non remote files are still checked. Oops.
5769
5770 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
5771
5772 Fix Bug#5840.
5773
5774 * icomplete.el (icomplete-completions): Use `non-essential'.
5775
5776 * net/tramp.el (tramp-connectable-p): New defun.
5777 (tramp-handle-expand-file-name)
5778 (tramp-completion-handle-file-name-all-completions)
5779 (tramp-completion-handle-file-name-completion): Use it.
5780
5781 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5782
5783 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
5784
5785 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5786
5787 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
5788
5789 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
5790
5791 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
5792 is present.
5793
5794 * info.el (info-tool-bar-map): Add labels.
5795
5796 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
5797
5798 * cus-edit.el (custom-commands): Add labels for tool bar.
5799 (custom-buffer-create-internal, Custom-mode): Adjust for
5800 labels in custom-commands.
5801
5802 * dynamic-setting.el: Renamed from font-setting.el.
5803
5804 2010-04-21 John Wiegley <jwiegley@gmail.com>
5805
5806 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
5807 toggles the use of virtual buffers.
5808 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
5809 (ido-toggle-virtual-buffers): New function.
5810
5811 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
5812
5813 Use `define-derived-mode'; fix window selection; doc fixes.
5814 * play/tetris.el (tetris, tetris-update-speed-function)
5815 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
5816 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
5817 (tetris-rotate-next, tetris-end-game, tetris-start-game)
5818 (tetris-pause-game): Fix typos in docstrings.
5819 (tetris-mode-map, tetris-null-map):
5820 Move initialization into declaration.
5821 (tetris-mode): Define with `define-derived-mode';
5822 set show-trailing-whitespace to nil.
5823 (tetris): Prefer window already displaying the "*Tetris*" buffer.
5824
5825 2010-04-21 Karel Klíč <kklic@redhat.com>
5826
5827 * files.el (backup-buffer): Handle SELinux context, and return it
5828 if a backup was made by renaming.
5829 (backup-buffer-copy): Set SELinux context to the target file.
5830 (basic-save-buffer): Set SELinux context of the newly written file.
5831 (basic-save-buffer-1): Now it also returns any SELinux context.
5832 (basic-save-buffer-2): Set SELinux context of the newly created file,
5833 and return it.
5834 * net/tramp.el (tramp-file-name-for-operation):
5835 Add file-selinux-context.
5836
5837 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5838
5839 Make the log-edit comments use RFC822 format throughout.
5840
5841 * vc.el (vc-checkin, vc-modify-change-comment):
5842 Adjust to new vc-start/finish-logentry.
5843 (vc-find-conflicted-file): New command.
5844 (vc-transfer-file): Adjust to new vc-checkin.
5845 (vc-next-action): Improve scoping.
5846
5847 * vc-hg.el (vc-hg-log-edit-mode): Remove.
5848 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
5849
5850 * vc-git.el (vc-git-log-edit-mode): Remove.
5851 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
5852 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
5853
5854 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
5855 (vc-start-logentry): Remove argument `extra'.
5856 (vc-finish-logentry): Remove extra args.
5857
5858 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
5859 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
5860 (vc-bzr-conflicted-files): New function.
5861
5862 * log-edit.el (log-edit-extra-flags)
5863 (log-edit-before-checkin-process): Remove.
5864 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
5865 (log-edit-headers-alist): New var.
5866 (log-edit-header-contents-regexp): New const.
5867 (log-edit-match-to-eoh): New function.
5868 (log-edit-font-lock-keywords): Use them.
5869 (log-edit): Insert a "Summary:" header as default.
5870 (log-edit-mode): Mark font-lock rules as case-insensitive.
5871 (log-edit-done): Cleanup headers.
5872 (log-view-process-buffer): Remove.
5873 (log-edit-extract-headers): New function to replace it.
5874
5875 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
5876
5877 * subr.el (default-direction-reversed): Remove obsolescence info.
5878
5879 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5880
5881 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
5882 windows/frames.
5883
5884 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
5885 I.e. include text after point in the completion region.
5886 Also, return nil when we're not after/in a symbol.
5887
5888 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
5889 default enable-multibyte-characters.
5890
5891 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5892
5893 * international/mule.el: Help the user choose a valid coding-system.
5894 (read-buffer-file-coding-system): New function.
5895 (set-buffer-file-coding-system): Use it. Prompt the user if the
5896 coding-system cannot encode all the chars.
5897
5898 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
5899 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
5900 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
5901 Don't use *vc-bzr-shelve*.
5902
5903 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
5904
5905 Fix the version number for added files.
5906 * vc-hg.el (vc-hg-working-revision): Check if the file is
5907 registered after hg parent fails (Bug#5961).
5908
5909 2010-04-19 Glenn Morris <rgm@gnu.org>
5910
5911 * htmlfontify.el (htmlfontify-buffer)
5912 (htmlfontify-copy-and-link-dir): Autoload entry points.
5913
5914 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
5915
5916 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
5917 name relative to the project root (Bug#5960).
5918
5919 2010-04-19 Glenn Morris <rgm@gnu.org>
5920
5921 * vc-git.el (vc-git-print-log): Doc fix.
5922
5923 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
5924
5925 * ido.el (ido-file-internal): Fix 2009-12-02 change.
5926
5927 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
5928
5929 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
5930 default settings (Bug#5928).
5931
5932 2010-04-19 Glenn Morris <rgm@gnu.org>
5933
5934 * progmodes/fortran.el (fortran-match-and-skip-declaration):
5935 New function.
5936 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
5937
5938 2010-04-19 Kenichi Handa <handa@m17n.org>
5939
5940 * language/indian.el (malayalam-composable-pattern): Fix previous
5941 change (add U+0D4D "SIGN VIRAMA").
5942 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
5943 (tamil-composable-pattern): Fix typo in the regexp.
5944 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
5945 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
5946 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
5947
5948 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
5949
5950 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
5951 paragraph-separate (Bug#5821).
5952
5953 2010-04-19 Juri Linkov <juri@jurta.org>
5954
5955 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
5956
5957 * info.el (Info-find-node-2): Comment out code that skips
5958 breadcrumbs line.
5959 (Info-mouse-follow-link): New command.
5960 (Info-link-keymap): New keymap.
5961 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
5962 Return a string with links instead of inserting breadcrumbs
5963 to the Info buffer.
5964 (Info-fontify-node): Comment out code that inserts breadcrumbs.
5965 Instead of putting the `invisible' text property over the Info
5966 header, make an overlay over the Info header with the `invisible'
5967 property and `after-string' set to the string returned by
5968 `Info-breadcrumbs'.
5969
5970 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
5971
5972 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
5973 Reported by monkey@sandpframing.com.
5974
5975 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5976
5977 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
5978 (tmm-get-keymap): Add key-binding shortcuts now that they're not
5979 available in the "keyseq cache" any more.
5980
5981 * custom.el (defcustom): Add edebug spec.
5982
5983 2010-04-18 Juri Linkov <juri@jurta.org>
5984
5985 Test for special mode-class in view-buffer instead of view-file (bug#5513).
5986
5987 * view.el (view-file, view-buffer): Move test for special mode-class
5988 from view-file to view-buffer.
5989
5990 * tar-mode.el (tar-extract): Turn if's into one cond
5991 like in arc-mode.el.
5992
5993 2010-04-18 Juri Linkov <juri@jurta.org>
5994
5995 Add 7z archive format support (bug#5475).
5996
5997 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
5998 (archive-7z-extract): New defcustom.
5999 (archive-find-type): Add magic string for 7z.
6000 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
6001 If `stderr-file' is non-nil, use `(t stderr-file)' for the
6002 `buffer' arg of `call-process'.
6003 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
6004 call the function `archive-7z-extract' with the variable
6005 `archive-7z-extract' let-bound to `archive-zip-extract'.
6006 (archive-7z-summarize, archive-7z-extract): New functions.
6007
6008 * international/mule.el (auto-coding-alist):
6009 * files.el (auto-mode-alist): Add 7z file extension.
6010
6011 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6012
6013 * loadup.el: Setup hash-cons for pure data.
6014
6015 Fix duplicate entries in cedet's loaddefs.el files.
6016 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
6017 Should make most file-local generated-autoload-file unnecessary.
6018 (print-readably): Silence warnings.
6019 (autoload-find-destination): Take load-name as an arg to make sure
6020 it's the same as the one that will be in the file.
6021 (autoload-generate-file-autoloads): Adjust to above changes.
6022 Try to make the dataflow a bit simpler.
6023
6024 * cvs-status.el (cvs-refontify): Remove unused.
6025
6026 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
6027
6028 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
6029
6030 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
6031 twos-complement mode.
6032
6033 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
6034
6035 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
6036 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
6037 (calc-inverse): Add "Option" to message, as appropriate.
6038 (calc-hyperbolic): Add "Option" to message, as appropriate.
6039 (calc-option, calc-is-option): New functions.
6040
6041 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
6042 (calc-option-prefix-help): New function.
6043
6044 * calc/calc-misc.el (calc-help): Add "Option" entry.
6045
6046 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
6047 (calc-option-flag): New variable.
6048 (calc-do): Set `calc-option-flag to nil.
6049 (calc-set-mode-line): Add "Opt " as appropriate.
6050
6051 2010-04-16 Juri Linkov <juri@jurta.org>
6052
6053 Move scrolling commands from simple.el to window.el
6054 because their primitives are implemented in window.c.
6055
6056 * simple.el (scroll-error-top-bottom)
6057 (scroll-up-command, scroll-down-command, scroll-up-line)
6058 (scroll-down-line, scroll-other-window-down)
6059 (beginning-of-buffer-other-window, end-of-buffer-other-window):
6060 * window.el (scroll-error-top-bottom)
6061 (scroll-up-command, scroll-down-command, scroll-up-line)
6062 (scroll-down-line, scroll-other-window-down)
6063 (beginning-of-buffer-other-window, end-of-buffer-other-window):
6064 Move from simple.el to window.el because their primitives are
6065 implemented in window.c.
6066
6067 2010-04-16 Juri Linkov <juri@jurta.org>
6068
6069 * isearch.el (isearch-lookup-scroll-key): Check both
6070 `isearch-scroll' and `scroll-command' properties.
6071 (scroll-up, scroll-down): Remove `isearch-scroll' property.
6072
6073 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
6074
6075 * simple.el (scroll-up-command, scroll-down-command)
6076 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
6077
6078 2010-04-15 Juri Linkov <juri@jurta.org>
6079
6080 * simple.el (scroll-up-command, scroll-down-command)
6081 (scroll-up-line, scroll-down-line): Put `scroll-command'
6082 property on the these symbols. Remove them from
6083 `scroll-preserve-screen-position-commands'.
6084
6085 * mwheel.el (mwheel-scroll): Put `scroll-command' and
6086 `isearch-scroll' properties on the `mwheel-scroll' symbol.
6087 Remove it from `scroll-preserve-screen-position-commands'.
6088
6089 * isearch.el (isearch-allow-scroll): Doc fix.
6090
6091 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
6092
6093 * net/tramp.el (tramp-error-with-buffer): Don't show the
6094 connection buffer when we are in completion mode.
6095 (tramp-file-name-handler): Catch the error for some operations
6096 when we are in completion mode. This gives the user the chance to
6097 correct the file name in the minibuffer.
6098
6099 2010-04-15 Glenn Morris <rgm@gnu.org>
6100
6101 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
6102
6103 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
6104
6105 Simplify by using `define-derived-mode'.
6106 * info.el (Info-mode):
6107 * calendar/todo-mode.el (todo-mode):
6108 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
6109 (gomoku-mode-map): Move initialization into declaration.
6110
6111 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
6112
6113 Fix Bug#5840.
6114 * ido.el (ido-file-name-all-completions-1):
6115 * minibuffer.el (minibuffer-completion-help):
6116 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
6117
6118 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6119
6120 * simple.el (non-essential): New var.
6121
6122 Add a new field `location' to bookmarks for non-file bookmarks.
6123 * bookmark.el (bookmark-location): Use the new field, if present.
6124 (bookmark-insert-location): Undo last change, not needed any more.
6125 * man.el (Man-bookmark-make-record):
6126 * woman.el (woman-bookmark-make-record): Add `location' field.
6127
6128 2010-04-14 Juri Linkov <juri@jurta.org>
6129
6130 * simple.el (scroll-error-top-bottom): New defcustom.
6131 (scroll-up-command, scroll-down-command): Use it. Doc fix.
6132
6133 * emulation/pc-select.el (pc-select-override-scroll-error):
6134 Obsolete in favor of `scroll-error-top-bottom'.
6135
6136 2010-04-14 Juri Linkov <juri@jurta.org>
6137
6138 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
6139 `scroll-up-command' and `M-v' to `scroll-down-command'.
6140
6141 * emulation/cua-rect.el (cua--init-rectangles):
6142 * forms.el (forms--change-commands):
6143 * image-mode.el (image-mode-map):
6144 Remap scroll-down-command and scroll-up-command
6145 in addition to scroll-down and scroll-up.
6146
6147 2010-04-14 Juri Linkov <juri@jurta.org>
6148
6149 * mwheel.el (scroll-preserve-screen-position-commands):
6150 Add mwheel-scroll to this list of commands.
6151
6152 * simple.el (scroll-preserve-screen-position-commands):
6153 Add scroll-up-command, scroll-down-command, scroll-up-line,
6154 scroll-down-line to this list of commands.
6155
6156 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6157
6158 * obsolete/complete.el: Move from lisp/complete.el.
6159
6160 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
6161
6162 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
6163 to the minor mode function now turns the mode ON unconditionally.
6164
6165 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6166
6167 * vc-dir.el (vc-dir-kill-line): New command.
6168 (vc-dir-mode-map): Bind it to C-k.
6169
6170 * bookmark.el (bookmark-insert-location): Handle a nil filename.
6171
6172 * woman.el: Add bookmark declarations to silence the compiler.
6173 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
6174 step to compatibility between man and woman bookmarks.
6175 Adjust for Man-default-bookmark-title renaming.
6176 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
6177
6178 * man.el: Add bookmark declarations to silence the compiler.
6179 (Man-name-local-regexp): Make it match NAME as well.
6180 (Man-getpage-in-background): Return the buffer.
6181 (Man-notify-when-ready): Use `case'.
6182 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
6183 Don't hardcode "NAME". Simplify.
6184 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
6185 Rename from Man-bookmark-make-record.
6186 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
6187 we have the actual man-args. Use Man-getpage-in-background rather
6188 than `man' since the arg is already processed. Let bookmark.el do the
6189 window handling. Only wait for the relevant process.
6190 Don't forget to autoload.
6191
6192 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
6193
6194 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6195
6196 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
6197 New functions.
6198 (woman-mode): Setup bookmark support.
6199
6200 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
6201 (man-bookmark-jump): New functions.
6202 (Man-mode): Setup bookmark support.
6203
6204 2010-04-10 Jari Aalto <jari.aalto@cante.net>
6205
6206 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
6207 recognize ssh-keygen prompt (Bug#2817).
6208
6209 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
6210
6211 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
6212
6213 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
6214
6215 Synchronize with Tramp repository.
6216
6217 * net/tramp.el (tramp-completion-function-alist)
6218 (tramp-file-name-regexp, tramp-chunksize)
6219 (tramp-local-coding-commands, tramp-remote-coding-commands):
6220 Fix docstring.
6221 (tramp-remote-process-environment): Use `format' instead of `concat'.
6222 (tramp-handle-directory-files-and-attributes)
6223 (tramp-get-remote-path): Use `copy-tree'.
6224 (tramp-handle-file-name-all-completions): Backward/ XEmacs
6225 compatibility: Use `completion-ignore-case' if
6226 `read-file-name-completion-ignore-case' does not exist.
6227 (tramp-do-copy-or-rename-file-directly): Do not use
6228 `tramp-handle-file-remote-p'.
6229 (tramp-do-copy-or-rename-file-out-of-band):
6230 Use `tramp-compat-delete-directory'.
6231 (tramp-do-copy-or-rename-file-out-of-band)
6232 (tramp-compute-multi-hops, tramp-maybe-open-connection):
6233 Use `format-spec-make'.
6234 (tramp-find-foreign-file-name-handler)
6235 (tramp-advice-make-auto-save-file-name)
6236 (tramp-set-auto-save-file-modes): Remove superfluous check for
6237 `stringp'. This is done inside `tramp-tramp-file-p'.
6238 (tramp-debug-outline-regexp): New defconst.
6239 (tramp-get-debug-buffer): Use it.
6240 (tramp-check-for-regexp): Use (forward-line 1).
6241 (tramp-set-auto-save-file-modes): Adapt version check.
6242
6243 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
6244 Wrap call of `featurep' for 2nd argument.
6245 (tramp-compat-make-temp-file): Simplify fallback implementation.
6246 (tramp-compat-copy-tree): Remove function.
6247 (tramp-compat-delete-directory): Provide implementation for older
6248 Emacsen.
6249
6250 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
6251 Do not use `tramp-fish-handle-file-attributes.
6252
6253 * net/trampver.el: Update release number.
6254
6255 2010-04-10 Glenn Morris <rgm@gnu.org>
6256
6257 * progmodes/compile.el (compilation-save-buffers-predicate):
6258 Add missing :version tag.
6259
6260 2010-04-09 Sam Steingold <sds@gnu.org>
6261
6262 * progmodes/compile.el (compilation-save-buffers-predicate):
6263 Remove the "autoload" cookie.
6264
6265 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
6266 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
6267 and `bug-reference-prog-mode' can be used in hooks directly.
6268
6269 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6270
6271 Add --author support to git commit.
6272 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
6273 (vc-git-log-edit-mode): New minor mode.
6274 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
6275 New declarations.
6276
6277 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
6278
6279 * vc-hooks.el, vc-git.el: Improve documentation comments.
6280
6281 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6282
6283 Fix some of the problems in defsubst* (bug#5728).
6284 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
6285 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
6286
6287 2010-04-07 Sam Steingold <sds@gnu.org>
6288
6289 * progmodes/compile.el (compilation-save-buffers-predicate):
6290 New custom variable.
6291 (compile, recompile): Pass it to `save-some-buffers'.
6292
6293 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
6294
6295 * wid-edit.el (widget-choose): Move cursor to the second line of
6296 the buffer (Bug#5695).
6297
6298 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6299
6300 Add new VC methods: vc-log-incoming and vc-log-outgoing.
6301 * vc.el (vc-print-log-setup-buttons): New function split out from
6302 vc-print-log-internal.
6303 (vc-log-internal-common): New function, a parametrized version of
6304 vc-print-log-internal.
6305 (vc-print-log-internal): Just call vc-log-internal-common with the
6306 right arguments.
6307 (vc-incoming-outgoing-internal):
6308 (vc-log-incoming, vc-log-outgoing): New functions.
6309 (vc-log-view-type): New permanent local variable.
6310
6311 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
6312
6313 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
6314 of the dynamic bound vc-short-log.
6315 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
6316
6317 * vc-git.el (vc-git-log-outgoing): New function.
6318 (vc-git-log-view-mode): Use vc-log-view-type instead
6319 of the dynamic bound vc-short-log.
6320
6321 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
6322 of the dynamic bound vc-short-log. Highlight the tag.
6323 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
6324 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
6325 (vc-hg-incoming-mode): Remove.
6326 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
6327
6328 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6329
6330 Fix default-directory for vc-root-diff.
6331 * vc.el (vc-root-diff): Bind default-directory to the root
6332 directory for the diff command.
6333
6334 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
6335
6336 * progmodes/verilog-mode.el (verilog-forward-sexp):
6337 (verilog-calc-1): Support "disable fork" and "fork wait" multi
6338 word keywords, suggested by Steve Pearlmutter.
6339 (verilog-pretty-declarations): Support lineup of declarations in
6340 port lists.
6341 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
6342 fix bug for /* / comments.
6343 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
6344 Speed up and simplfy as this is never called with a bound.
6345 (verilog-pretty-declarations): Enhance to line up declarations
6346 inside a parameter list, suggested by Alan Morgan.
6347 (verilog-pretty-expr): Tune assignment regular expression match
6348 string for corner cases; also use markers instead of character
6349 number as indent changes the later.
6350
6351 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
6352
6353 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
6354 as missing keyword.
6355 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
6356 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
6357 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
6358 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
6359 Tennant.
6360 (verilog-keywords):
6361 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
6362 1800-2009 keywords, including "global.".
6363
6364 2010-04-06 John Wiegley <jwiegley@gmail.com>
6365
6366 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
6367 appearing in buffer list (if a live buffer name matched a recentf
6368 file basename). Should use uniquify to offer a real solution.
6369
6370 2010-04-06 John Wiegley <jwiegley@gmail.com>
6371
6372 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
6373 comment to code, and add a :version tag.
6374 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
6375
6376 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
6377
6378 Enable recentf-mode if using virtual buffers.
6379 * ido.el (recentf-list): Declare for byte-compiler.
6380 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
6381 (ido-make-buffer-list): Simplify.
6382 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
6383
6384 2010-04-05 Juri Linkov <juri@jurta.org>
6385
6386 Scrolling commands which scroll a line instead of full screen.
6387 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6388
6389 * simple.el (scroll-up-line, scroll-down-line): New commands.
6390 Put property isearch-scroll=t on them.
6391
6392 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
6393 Remove commands.
6394
6395 2010-04-05 Juri Linkov <juri@jurta.org>
6396
6397 Scrolling commands which do not signal errors at top/bottom.
6398 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6399
6400 * simple.el (scroll-up-command, scroll-down-command): New commands.
6401 Put property isearch-scroll=t on them.
6402
6403 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
6404 `scroll-down-command' and [next] from `scroll-up' to
6405 `scroll-up-command'.
6406
6407 * emulation/cua-base.el: Put property CUA=move on
6408 `scroll-up-command' and `scroll-down-command'.
6409 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
6410 and `scroll-down-command' to `cua-scroll-down'.
6411
6412 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
6413
6414 * help.el (describe-mode): Return nil.
6415
6416 2010-04-04 John Wiegley <jwiegley@gmail.com>
6417
6418 * ido.el (ido-use-virtual-buffers): New variable to indicate
6419 whether "virtual buffer" support is enabled for IDO.
6420 (ido-virtual): Face used to indicate virtual buffers in the list.
6421 (ido-buffer-internal): If a buffer is chosen, and no such buffer
6422 exists, but a virtual buffer of that name does (which would be why
6423 it was in the list), recreate the buffer by reopening the file.
6424 (ido-make-buffer-list): If virtual buffers are being used, call
6425 `ido-add-virtual-buffers-to-list' before the make list hook.
6426 (ido-virtual-buffers): New variable which contains a copy of the
6427 current contents of the `recentf-list', albeit pared down for the
6428 sake of speed, and with proper faces applied.
6429 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
6430 create a list of "virtual buffers" to present to the user in
6431 addition to the currently open set. Note that this logic could
6432 get rather slow if that list is too large. With the default
6433 `recentf-max-saved-items' of 200, there is little speed penalty.
6434
6435 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6436
6437 * font-lock.el: Require CL when compiling.
6438 (font-lock-turn-on-thing-lock): Use `case'.
6439
6440 2010-04-03 Eli Zaretskii <eliz@gnu.org>
6441
6442 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
6443 Zaretskii.
6444
6445 2010-04-02 Juri Linkov <juri@jurta.org>
6446
6447 * ehelp.el (electric-help-orig-major-mode):
6448 New buffer-local variable.
6449 (electric-help-mode): Set it to original major-mode. Doc fix.
6450 (with-electric-help): Use `electric-help-orig-major-mode' instead
6451 of (default-value 'major-mode). Doc fix.
6452 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
6453
6454 2010-04-02 Sam Steingold <sds@gnu.org>
6455
6456 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
6457 `vc-hg-command' with a list of flags.
6458
6459 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6460 Also accept "patch" and "RFE".
6461 (bug-reference-fontify): `bug-reference-url-format' can also be a
6462 function to be able to handle the bug kind.
6463 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
6464
6465 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
6466
6467 * tmm.el (tmm-get-keymap): Check with symbolp before passing
6468 value to fboundp, it may not be a symbol.
6469
6470 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6471
6472 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
6473
6474 2010-03-31 Juri Linkov <juri@jurta.org>
6475
6476 * simple.el (next-line, previous-line): Re-throw a signal
6477 with `signal' instead of using `ding'.
6478 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
6479
6480 2010-03-31 Juri Linkov <juri@jurta.org>
6481
6482 * simple.el (keyboard-escape-quit): Raise deselecting the active
6483 region higher than exiting the minibuffer.
6484 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
6485
6486 2010-03-31 Juri Linkov <juri@jurta.org>
6487
6488 * image.el (image-animated-p): Use `image-metadata' instead of
6489 `image-extension-data'. Get GIF extenstion data from metadata
6490 property `extension-data'.
6491
6492 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6493
6494 * simple.el (append-to-buffer): Simplify.
6495
6496 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
6497
6498 * textmodes/artist.el (artist-mode): Fix typo in docstring.
6499 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
6500
6501 2010-03-31 Kenichi Handa <handa@m17n.org>
6502
6503 * language/sinhala.el (composition-function-table): Fix regexp for
6504 the new Unicode specification.
6505
6506 * language/indian.el (devanagari-composable-pattern)
6507 (tamil-composable-pattern, kannada-composable-pattern)
6508 (malayalam-composable-pattern): Adjust for the new Unicode
6509 specification.
6510 (bengali-composable-pattern, gurmukhi-composable-pattern)
6511 (gujarati-composable-pattern, oriya-composable-pattern)
6512 (telugu-composable-pattern): New variables to cope with the new
6513 Unicode specification. Use them in composition-function-table.
6514
6515 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6516
6517 Make tmm-menubar work for the Buffers menu again (bug#5726).
6518 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
6519 vectors rather than cons cells, as used in menu-bar-update-buffers.
6520
6521 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6522
6523 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
6524 (js-insert-and-indent): Revert 2009-08-15 change, restoring
6525 electric punctuation for "{}();,:" (Bug#5586).
6526
6527 * mail/sendmail.el (mail-default-directory): Doc fix.
6528
6529 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6530
6531 * mail/sendmail.el (mail-default-directory): Doc fix.
6532
6533 2010-03-31 Eli Zaretskii <eliz@gnu.org>
6534
6535 * subr.el (version-regexp-alist, version-to-list)
6536 (version-list-<, version-list-=, version-list-<=)
6537 (version-list-not-zero, version<, version<=, version=): Doc fix.
6538 (Bug#5744).
6539
6540 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
6541
6542 * vc.el (vc-root-diff): Doc fix.
6543
6544 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6545
6546 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
6547
6548 * simple.el (append-to-buffer): Fix last change.
6549
6550 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6551
6552 * simple.el (append-to-buffer): Ensure that point is preserved if
6553 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
6554 (Bug#5749)
6555
6556 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6557
6558 * files.el (auto-mode-case-fold): Change default to t.
6559
6560 2010-03-30 Juri Linkov <juri@jurta.org>
6561
6562 * dired-x.el (dired-omit-mode): Doc fix.
6563
6564 2010-03-30 Juri Linkov <juri@jurta.org>
6565
6566 * replace.el (occur-accumulate-lines): Move occur-engine related
6567 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
6568 to be located after `occur-engine'.
6569
6570 2010-03-30 Juri Linkov <juri@jurta.org>
6571
6572 Make occur handle multi-line matches cleanly with context.
6573 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
6574
6575 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
6576 (occur-engine): Add local variables `ret', `prev-after-lines',
6577 `prev-lines'. Use more arguments for `occur-context-lines'.
6578 Set first elem of its returned list to `data', and the second elem
6579 to `prev-after-lines'. Don't print the separator line.
6580 In the end, print remaining context after-lines.
6581 (occur-context-lines): Add new arguments `begpt', `endpt',
6582 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
6583 after-lines of the previous match with before-lines of the
6584 current match and not overlap them. Return a list with two
6585 values: the output line and the list of context after-lines.
6586
6587 2010-03-30 Juri Linkov <juri@jurta.org>
6588
6589 * replace.el (occur-accumulate-lines): Fix a bug where the first
6590 context line at the beginning of the buffer was missing.
6591
6592 2010-03-30 Eli Zaretskii <eliz@gnu.org>
6593
6594 * files.el: Make bidi-display-reordering safe variable for boolean
6595 values.
6596
6597 2010-03-29 Phil Hagelberg <phil@evri.com>
6598 Chong Yidong <cyd@stupidchicken.com>
6599
6600 * subr.el: Extend progress reporters to perform "spinning".
6601 (progress-reporter-update, progress-reporter-do-update):
6602 Handle non-numeric value arguments.
6603 (progress-reporter--pulse-characters): New var.
6604
6605 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
6606
6607 * progmodes/compile.el (compilation-start): Fix regexp detection
6608 of initial cd command (Bug#5771).
6609
6610 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
6611
6612 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
6613
6614 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
6615
6616 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
6617 * progmodes/gdb-mi.el: Restore.
6618 * progmodes/gdb-ui.el: Remove.
6619 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
6620
6621 2010-03-25 Glenn Morris <rgm@gnu.org>
6622
6623 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
6624 all dired buffers, even tramp ones. (Bug#5755)
6625
6626 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6627
6628 Add "union tags" in mpc.el.
6629 * mpc.el: Remove backward compatibility code.
6630 (mpc-browser-tags): Change default.
6631 (mpc--find-memoize-union-tags): New var.
6632 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
6633 (mpc-cmd-find): Handle the case where the playlist does not exist.
6634 Handle union-tags.
6635 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
6636 (mpc-cmd-add): Use mpc-cmd-flush.
6637 (mpc-tagbrowser-tag-name): New fun.
6638 (mpc-tagbrowser-buf): Use it.
6639 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
6640
6641 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6642
6643 Misc cleanup.
6644 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
6645 Use replace-regexp-in-string.
6646 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
6647 (makefile-imake-mode-syntax-table): Move init into defvar.
6648 (makefile-mode): Use define-derived-mode.
6649
6650 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
6651 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
6652 not be present any more.
6653
6654 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6655
6656 * faces.el (set-face-attribute): Fix typo in docstring.
6657 (face-valid-attribute-values): Reflow docstring.
6658
6659 2010-03-24 Glenn Morris <rgm@gnu.org>
6660
6661 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
6662
6663 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
6664
6665 * indent.el (indent-for-tab-command): Doc fix.
6666
6667 2010-03-24 Alan Mackenzie <acm@muc.de>
6668
6669 * progmodes/cc-engine.el (c-remove-stale-state-cache):
6670 Fix off-by-one error. Fixes bug #5747.
6671
6672 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6673
6674 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
6675 (image-dired-read-comment): Doc fix.
6676
6677 * json.el (json-object-type, json-array-type, json-key-type)
6678 (json-false, json-null, json-read-number):
6679 * minibuffer.el (completion-in-region-functions):
6680 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
6681 (cal-tex-cursor-week):
6682 * emacs-lisp/trace.el (trace-function):
6683 * eshell/em-basic.el (eshell/printnl):
6684 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
6685 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
6686 * obsolete/levents.el (allocate-event, event-key, event-object)
6687 (event-point, event-process, event-timestamp, event-to-character)
6688 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
6689 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
6690 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
6691 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
6692 (reftex-highlight-selection): Fix typos in docstrings.
6693
6694 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6695
6696 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
6697
6698 2010-03-24 Glenn Morris <rgm@gnu.org>
6699
6700 * mail/rmail.el (rmail-highlight-face): Restore option deleted
6701 2008-02-13 without comment; mark it obsolete.
6702 (rmail-highlight-headers): Use rmail-highlight-face once more.
6703
6704 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
6705
6706 * woman.el (woman2-process-escapes): Only consume the newline if
6707 the filler character is on a line by itself (Bug#5729).
6708
6709 2010-03-24 Kenichi Handa <handa@m17n.org>
6710
6711 * language/indian.el (devanagari-composable-pattern): Add more
6712 consonants.
6713
6714 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
6715
6716 * net/trampver.el: Update release number.
6717
6718 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
6719
6720 * net/tramp.el (tramp-find-executable):
6721 Use `tramp-get-connection-buffer'. Make the regexp for checking
6722 output of "wc -l" more robust.
6723 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
6724 (tramp-open-connection-setup-interactive-shell): Remove workaround
6725 for OpenSolaris bug, it is not needed anymore.
6726
6727 2010-03-24 Glenn Morris <rgm@gnu.org>
6728
6729 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
6730
6731 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
6732
6733 * files.el (auto-mode-alist): Accept more verilog file patterns.
6734
6735 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6736
6737 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
6738
6739 2010-03-24 Glenn Morris <rgm@gnu.org>
6740
6741 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
6742 log-edit-before-checkin-process.
6743
6744 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
6745
6746 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
6747
6748 * vc-dispatcher.el (vc-start-logentry): Doc fix.
6749 (log-view-process-buffer, log-edit-extra-flags): Declare.
6750
6751 * log-edit.el (log-edit-before-checkin-process): Doc fix.
6752
6753 2010-03-23 Sam Steingold <sds@gnu.org>
6754
6755 Fix bug#5620: recalculate all markers on compilation buffer
6756 modifications, not on file modifications.
6757 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
6758 the buffer modification time, for buffers not associated with files.
6759 (compilation-mode): Create it.
6760 (compilation-filter): Update it.
6761 (compilation-next-error-function): Use it instead of
6762 `visited-file-modtime' for timestamp.
6763
6764 2010-03-23 Juri Linkov <juri@jurta.org>
6765
6766 Implement Occur multi-line matches.
6767 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
6768
6769 * replace.el (occur): Doc fix.
6770 (occur-engine): Set `begpt' to the beginning of the first line.
6771 Set `endpt' to the end of the last match line. At first, count
6772 line numbers between `origpt' and `begpt'. Split out code from
6773 `out-line' variable to new let-bindings `match-prefix' and
6774 `match-str'. In `out-line' add non-numeric prefix to all
6775 non-first lines of multi-line matches. Finally, count lines
6776 between `begpt' and `endpt' and add to `lines'.
6777
6778 2010-03-23 Juri Linkov <juri@jurta.org>
6779
6780 * replace.el (occur-accumulate-lines, occur-engine):
6781 Use `occur-engine-line' instead of duplicate code.
6782 (occur-engine-line): New function created from duplicate code
6783 in `occur-accumulate-lines' and `occur-engine'.
6784
6785 * replace.el (occur-engine-line): Add optional arg `keep-props'.
6786 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
6787
6788 2010-03-23 Juri Linkov <juri@jurta.org>
6789
6790 * finder.el: Remove TODO tasks.
6791
6792 * info.el (Info-finder-find-node): Add node "all"
6793 with all package info. Handle a list of multiple keywords
6794 separated by comma.
6795 (info-finder): In interactive use with a prefix argument,
6796 use `completing-read-multiple' to read a list of keywords
6797 separated by comma.
6798
6799 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6800
6801 Add a new completion style `substring'.
6802 * minibuffer.el (completion-basic--pattern): New function.
6803 (completion-basic-try-completion, completion-basic-all-completions):
6804 Use it.
6805 (completion-substring--all-completions)
6806 (completion-substring-try-completion)
6807 (completion-substring-all-completions): New functions.
6808 (completion-styles-alist): New style `substring'.
6809
6810 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6811
6812 Get rid of .elc files after removal of the corresponding .el.
6813 * Makefile.in (compile-clean): New target.
6814 (compile-main): Use it.
6815
6816 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
6817
6818 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
6819 don't do make there. When compiling with separate object dir, there
6820 is no Makefile there.
6821
6822 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6823
6824 Get rid of the ELCFILES abomination, again.
6825 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6826 (all, compile): Don't call compile-last.
6827 (compile-main): Build the "elcfiles" list dynamically.
6828 (compile-targets): New (internal) target.
6829
6830 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
6831
6832 * Makefile.in (top_srcdir): Define.
6833 (abs_top_builddir): Define.
6834 (srcdir): Don't append `/..'.
6835 (EMACS): Use ${abs_top_builddir}.
6836 (all, compile, compile-always, compile-last): Don't set emacswd.
6837 (update-subdirs, update-authors): Use $(top_srcdir) instead of
6838 $(srcdir).
6839 (lisp): Use $(srcdir) instead of @srcdir@.
6840
6841 2010-03-21 Juri Linkov <juri@jurta.org>
6842
6843 Fix message of multi-line occur regexps and multi-buffer header lines.
6844 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
6845
6846 * replace.el (occur-1): Don't display regexp if it is longer
6847 than window-width. Use `query-replace-descr' to display regexp.
6848 (occur-engine): Don't display regexp in the buffer header for
6849 multi-buffer occur. Display a separate header line with total
6850 match count and regexp for multi-buffer occur.
6851 Use `query-replace-descr' to display regexp.
6852
6853 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6854
6855 * net/secrets.el: Fix parenthesis.
6856 (secrets-enabled): Fix parenthesis.
6857
6858 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6859
6860 Use more relative file and directory names.
6861 * Makefile.in (EMACS): Arrange for it to work when we chdir.
6862 (setwins, setwins_almost, setwins_for_subdirs):
6863 Don't `cd'; output relative names.
6864 (all, compile, compile-always, compile-last): Set emacswd.
6865 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
6866 Just cd to the lisp source dir so we can use relative file names.
6867
6868 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
6869
6870 2010-03-20 Glenn Morris <rgm@gnu.org>
6871
6872 * textmodes/rst.el: Use faces for font-lock customization, and make the
6873 old -face variables obsolete.
6874 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
6875 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
6876 (rst-block-face, rst-external-face, rst-definition-face)
6877 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
6878 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
6879 Make obsolete.
6880 (rst-font-lock-keywords-function): Update for above changes.
6881
6882 2010-03-20 Juri Linkov <juri@jurta.org>
6883
6884 * s-region.el:
6885 * obsolete/s-region.el: Move to obsolete.
6886
6887 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
6888
6889 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
6890
6891 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6892
6893 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
6894
6895 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6896
6897 Add special markup processing for commit logs.
6898 * log-edit.el (log-edit-extra-flags): New variable.
6899 (log-edit): Add new argument MODE. Use that mode when non-nil
6900 instead of the log-view-mode.
6901 (log-view-process-buffer): New function.
6902
6903 * vc.el: Document that the checkin method takes optional
6904 arguments. Document new backend specific method: log-view-mode.
6905 (vc-default-log-edit-mode): New function.
6906 (vc-checkin): Use a backend specific log-view-mode.
6907 Pass extra arguments to the checkin method.
6908 (vc-modify-change-comment): Pass a dummy extra argument.
6909
6910 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
6911 log-edit.
6912 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
6913 (vc-finish-logentry): Process the log buffer before passing it
6914 down. Pass log-edit-extra-flags.
6915
6916 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
6917 command.
6918 (log-edit-extra-flags, log-edit-before-checkin-process):
6919 New declarations.
6920
6921 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
6922 command.
6923 (log-edit-extra-flags, log-edit-before-checkin-process):
6924 New declarations.
6925 (vc-hg-log-edit-mode): New derived mode.
6926
6927 * vc-arch.el (vc-arch-checkin):
6928 * vc-cvs.el (vc-cvs-checkin):
6929 * vc-git.el (vc-git-checkin):
6930 * vc-mtn.el (vc-mtn-checkin):
6931 * vc-rcs.el (vc-rcs-checkin):
6932 * vc-sccs.el (vc-sccs-checkin):
6933 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
6934
6935 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
6936
6937 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
6938 parent typo).
6939
6940 2010-03-19 Glenn Morris <rgm@gnu.org>
6941
6942 * password-cache.el (password-cache, password-cache-expiry): Autoload.
6943
6944 2010-03-18 Glenn Morris <rgm@gnu.org>
6945
6946 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
6947
6948 * replace.el (query-replace-history): Give it a doc string.
6949 (map-query-replace-regexp): Use query-replace-from-history-variable
6950 and query-replace-to-history-variable.
6951
6952 * mail/hashcash.el (declare-function): Remove duplicate definition.
6953
6954 * mail/emacsbug.el (report-emacs-bug-pretest-address):
6955 Make it an obsolete alias for report-emacs-bug-address.
6956 (message-strip-special-text-properties): Declare.
6957 (report-emacs-bug): Remove test for a pretest bug address.
6958 Combine message-mode-specific code.
6959
6960 * mail/supercite.el: Don't require sendmail.
6961 (mh-in-header-p): Declare rather than using with-no-warnings.
6962 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
6963 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
6964
6965 * calendar/cal-french.el: Convert to utf-8.
6966
6967 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
6968 Emacs scripts.
6969
6970 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
6971
6972 * net/secrets.el (secrets-enabled): New variable. Use it instead
6973 of a subfeature.
6974
6975 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
6976
6977 * net/secrets.el (top): Register the D-Bus signals only when the
6978 service "org.freedesktop.secrets" can be pinged.
6979 Provide subfeature `enabled'.
6980
6981 2010-03-14 Juri Linkov <juri@jurta.org>
6982
6983 Add finder unknown keywords.
6984
6985 * finder.el (finder-unknown-keywords): New function.
6986
6987 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
6988 to create a Finder node with unknown keywords.
6989
6990 2010-03-14 Juri Linkov <juri@jurta.org>
6991
6992 * finder.el (finder-compile-keywords): Replace `princ' with
6993 `prin1' on a list of symbols interned from keyword strings.
6994
6995 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
6996 a comma, then split keywords using a comma and optional whitespace.
6997 Otherwise, split by whitespace.
6998
6999 * complete.el:
7000 * face-remap.el:
7001 * log-view.el:
7002 * net/hmac-def.el:
7003 * net/hmac-md5.el:
7004 * net/netrc.el:
7005 * progmodes/mixal-mode.el: Fix keywords.
7006
7007 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
7008
7009 * Makefile.in (ELCFILES): Add net/secrets.elc.
7010
7011 * net/secrets.el: New file.
7012
7013 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7014
7015 * facemenu.el (list-colors-display, list-colors-print): New arg
7016 callback. Use it to allow selecting colors.
7017
7018 * wid-edit.el (widget-image-insert): Insert image prop even if the
7019 current display is non-graphic.
7020 (widget-field-value-set): New fun.
7021 (editable-field): Use it.
7022 (widget-field-value-get): Clean up unused var.
7023 (widget-color-value-create, widget-color--choose-action):
7024 New funs. Allow using list-colors-display to choose color.
7025
7026 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7027
7028 * cus-edit.el: Resort topmost custom groups.
7029 (custom-buffer-sort-alphabetically): Default to t.
7030 (customize-apropos): Use apropos-parse-pattern.
7031 (custom-search-field): New var.
7032 (custom-buffer-create-internal): Add custom-apropos search field.
7033 (custom-add-parent-links): Don't display parent doc.
7034 (custom-group-value-create): Don't sort top-level custom group.
7035 (custom-magic-value-create): Show visibility button before option name.
7036
7037 (custom-variable-state): New fun, from custom-variable-state-set.
7038 (custom-variable-state-set): Use it.
7039 (custom-group-value-create): Hide options with standard values
7040 using the :hidden-states property. Use progress reporter.
7041
7042 (custom-show): Simplify.
7043 (custom-visibility): Disable images by default.
7044 (custom-variable): New property :hidden-states.
7045 (custom-variable-value-create): Enable images for
7046 custom-visibility widgets. Use :hidden-states property to
7047 determine initial visibility.
7048
7049 * wid-edit.el (widget-image-find): Give images center ascent.
7050 (visibility): Add :on-image and :off-image properties.
7051 (widget-visibility-value-create): Use them.
7052
7053 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7054
7055 * cus-edit.el (processes): Remove from development group.
7056 (oop, hypermedia): Delete group.
7057 (comm): Promote to top-level group.
7058
7059 * net/browse-url.el (browse-url):
7060 * net/xesam.el (xesam):
7061 * net/tramp.el (tramp):
7062 * net/goto-addr.el (goto-address):
7063 * net/ange-ftp.el (ange-ftp): Put in comm group.
7064
7065 * view.el (view): Remove from editing group.
7066
7067 * uniquify.el (uniquify): Put in files group.
7068
7069 * net/browse-url.el (browse-url):
7070 * ps-print.el (postscript): Put in external group.
7071
7072 * cus-edit.el (outlines):
7073 * textmodes/text-mode.el (text-mode-hook):
7074 * textmodes/table.el (table):
7075 * textmodes/picture.el (picture):
7076 * outline.el (outlines): Put in wp group.
7077
7078 * nxml/nxml-mode.el (nxml): Remove from wp group.
7079
7080 * net/tramp-imap.el (tramp-imap): Put in tramp group.
7081
7082 * mail/metamail.el (metamail): Remove from hypermedia group.
7083
7084 * cus-edit.el (abbrev):
7085 * whitespace.el (whitespace):
7086 * vcursor.el (vcursor):
7087 * reveal.el (reveal):
7088 * hl-line.el (hl-line): Put in convenience group.
7089
7090 * epg-config.el (epg): Put in data group.
7091
7092 * emulation/pc-select.el (pc-select): Put in emulations group.
7093
7094 * calculator.el (calculator): Put in applications group.
7095
7096 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7097
7098 Add .dir-locals.el support for file-less buffers.
7099 * files.el (hack-local-variables): Split out code to apply local
7100 variable settings ...
7101 (hack-local-variables-apply): ... here. New function.
7102 (hack-dir-local-variables): Use the default directory for when the
7103 buffer does not have an associated file.
7104 (hack-dir-local-variables-non-file-buffer): New function.
7105 * diff-mode.el (diff-mode):
7106 * vc-annotate.el (vc-annotate-mode):
7107 * vc-dir.el (vc-dir-mode):
7108 * log-edit.el (log-edit-mode):
7109 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
7110
7111 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7112
7113 Add support for shelving snapshots and for showing shelves.
7114 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
7115 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
7116 New functions.
7117 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
7118 (vc-bzr-extra-menu-map): Map them.
7119
7120 2010-03-11 Glenn Morris <rgm@gnu.org>
7121
7122 * cus-edit.el (customize-changed-options-previous-release):
7123 Bump to 23.1.
7124
7125 * image.el (image-animate-max-time): Fix :version tag.
7126
7127 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
7128
7129 * Branch for 23.2.
7130
7131 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7132
7133 * vc-git.el (vc-git-revision-table): Include remote branches.
7134
7135 2010-03-10 Kim F. Storm <storm@cua.dk>
7136
7137 Animated image API.
7138 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
7139
7140 * image.el (image-animate-max-time): New defcustom.
7141 (image-animated-types): New defconst.
7142 (create-animated-image, image-animate-timer)
7143 (image-animate-start, image-animate-stop, image-animate-timeout)
7144 (image-animated-p): New functions.
7145
7146 * image-mode.el (image-toggle-display-image):
7147 Replace `create-image' with `create-animated-image'.
7148
7149 2010-03-09 Miles Bader <miles@gnu.org>
7150
7151 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
7152 instead of "format:"; this ensures that the output is
7153 newline-terminated.
7154
7155 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
7156
7157 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
7158 that all errors are caught, and that the return value is always a
7159 list (Bug#5692).
7160
7161 2010-03-08 Kenichi Handa <handa@m17n.org>
7162
7163 * language/misc-lang.el (windows-1256): New coding system.
7164 (cp1256): New alias of windows-1256 (bug#5690).
7165
7166 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
7167
7168 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
7169 call to rfc822-bad-address. (Bug#5692)
7170
7171 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
7172
7173 * vc-git.el (vc-git-annotate-extract-revision-at-line):
7174 Use vc-git-root as default directory for revision path (Bug#5657).
7175
7176 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
7177
7178 * calculator.el (calculator): Don't bind split-window-keep-point
7179 (Bug#5674).
7180
7181 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
7182
7183 * vc-git.el: Re-flow to fit into 80 columns.
7184 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
7185 Remove spurious `quote' element in each case alternative.
7186 (vc-git-show-log-entry): Use prog1.
7187 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
7188
7189 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7190
7191 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
7192
7193 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
7194
7195 * macros.el (insert-kbd-macro): Look up keyboard macro using the
7196 definition, not the name (Bug#5481).
7197
7198 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
7199
7200 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
7201 argument with a local variable. (Bug#5670)
7202
7203 2010-03-02 Juri Linkov <juri@jurta.org>
7204
7205 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
7206
7207 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
7208
7209 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
7210 error when FILENAME and NEWNAME are existing remote directories.
7211
7212 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
7213 parameter DIR-FLAG.
7214
7215 2010-03-02 Glenn Morris <rgm@gnu.org>
7216
7217 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
7218 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
7219
7220 2010-03-01 Kenichi Handa <handa@m17n.org>
7221
7222 * language/burmese.el (burmese-composable-pattern): Rename from
7223 myanmar-composable-pattern.
7224
7225 * international/characters.el (script-list):
7226 * international/fontset.el (script-representative-chars):
7227 Change myanmar to burmese.
7228 (otf-script-alist): Likewise.
7229 (setup-default-fontset): Likewise. Re-fix :otf spec.
7230
7231 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7232
7233 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
7234
7235 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
7236
7237 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
7238
7239 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
7240
7241 * net/tramp.el (tramp-handle-write-region): START can be a string.
7242 Take care in the checks. Reported by Dan Davison
7243 <davison@stats.ox.ac.uk>.
7244
7245 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
7246
7247 * net/dbus.el (dbus-introspect, dbus-get-property)
7248 (dbus-set-property, dbus-get-all-properties):
7249 Use `dbus-call-method' when noninteractive. (Bug#5645)
7250
7251 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
7252
7253 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
7254 * emacs-lisp/elint.el (elint-add-required-env):
7255 * calendar/icalendar.el (icalendar--add-diary-entry):
7256 * calc/calcalg2.el (math-tracing-integral):
7257 * files.el (recover-session-finish): Use with-current-buffer
7258 instead of save-excursion.
7259
7260 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
7261
7262 Fix in-buffer completion when after-change-functions modify the buffer.
7263 * minibuffer.el (completion--replace): New function.
7264 (completion--do-completion): Use it and use relative movement.
7265
7266 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
7267
7268 * international/fontset.el (setup-default-fontset): Fix :otf spec.
7269
7270 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
7271
7272 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
7273 Allow the characters _<> in the stack entry (Bug#5653).
7274
7275 2010-02-26 Kenichi Handa <handa@m17n.org>
7276
7277 * language/burmese.el: Fix entries in composition-function-table.
7278 (myanmar-composable-pattern): New variable.
7279
7280 * international/fontset.el (setup-default-fontset): Add an entry
7281 for myanmar.
7282
7283 * international/characters.el (script-list): Add Myanmar
7284 Extended-A.
7285
7286 2010-02-26 Glenn Morris <rgm@gnu.org>
7287
7288 * custom.el (custom-initialize-delay): Doc fix.
7289
7290 * mail/sendmail.el (send-mail-function): Autoload the call
7291 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
7292
7293 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
7294
7295 * files.el (hack-local-variables-filter): For eval forms, also
7296 check safe-local-variable-p (Bug#5636).
7297
7298 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
7299
7300 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
7301 setting the modes by `ignore-errors'. It might fail, for example
7302 if the file is not owned by the user but the group.
7303 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
7304
7305 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
7306
7307 * files.el (directory-listing-before-filename-regexp): Use
7308 stricter matching for iso-style dates, to avoid false matches with
7309 date-like filenames (Bug#5597).
7310
7311 * htmlfontify.el (htmlfontify): Doc fix.
7312
7313 * eshell/eshell.el (eshell): Doc fix.
7314
7315 * startup.el (fancy-about-screen): In mode-line, apply
7316 mode-line-buffer-id face only to the buffer name (Bug#5613).
7317
7318 2010-02-20 Kevin Ryde <user42@zip.com.au>
7319
7320 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7321 In `watcom' anchor regexp to start of line, to avoid slowness
7322 (Bug#5599).
7323
7324 2010-02-20 Eli Zaretskii <eliz@gnu.org>
7325
7326 * subr.el (remove-yank-excluded-properties): Explain in a comment
7327 why `category' property is removed.
7328
7329 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
7330
7331 * isearch.el (isearch-update-post-hook, isearch-update): Revert
7332 2010-02-17 change.
7333
7334 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
7335
7336 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
7337 (icalendar--convert-weekly-to-ical)
7338 (icalendar--convert-yearly-to-ical)
7339 (icalendar--convert-block-to-ical)
7340 (icalendar--convert-cyclic-to-ical)
7341 (icalendar--convert-anniversary-to-ical): Take care of time
7342 specifications where hour has 1-digit only (Bug#5549).
7343
7344 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
7345
7346 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
7347 of disassemble output in GDB 7.1.
7348
7349 2010-02-19 Glenn Morris <rgm@gnu.org>
7350
7351 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
7352 property. (Bug#5593)
7353
7354 2010-02-18 Sam Steingold <sds@gnu.org>
7355
7356 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7357
7358 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7359
7360 Use abbreviated file names in bookmarks (bug#5591).
7361 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
7362 calls to expand-file-name.
7363 (bookmark-relocate): Use abbreviated file names in bookmarks.
7364 (bookmark-load): Use abbreviated file names in messages.
7365
7366 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
7367
7368 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
7369 expand "." and "..". Reported by Thierry Volpiatto
7370 <thierry.volpiatto@gmail.com>.
7371
7372 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
7373
7374 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
7375 permissions of the temporary file to "0600". In case the remote
7376 file has no read permissions for the owner, there might be
7377 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
7378
7379 22010-02-18 Glenn Morris <rgm@gnu.org>
7380
7381 * emacs-lisp/authors.el (authors-renamed-files-alist):
7382 Add entries for INSTALL.CVS.
7383
7384 2010-02-17 Mark A. Hershberger <mah@everybody.org>
7385
7386 * vc-bzr.el: Fix typo in Known Bugs section.
7387
7388 * isearch.el (isearch-update-post-hook): New hook.
7389 (isearch-update): Use the new hook.
7390
7391 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
7392
7393 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7394 Fix errors in copying directories.
7395 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
7396 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
7397 (tramp-handle-delete-file)
7398 (tramp-handle-dired-recursive-delete-directory)
7399 (tramp-handle-write-region): Flush also the cache for the upper
7400 directory.
7401
7402 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
7403
7404 * simple.el (save-interprogram-paste-before-kill): Doc fix.
7405
7406 * cus-edit.el (hardware): Doc fix.
7407
7408 * man.el (man): Add to external custom group.
7409
7410 * delim-col.el (columns): Move to wp custom group.
7411
7412 * doc-view.el (doc-view): Add to data custom group.
7413
7414 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
7415
7416 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
7417 by ispell-parse-output (Bug#5575).
7418
7419 2010-02-16 Kenichi Handa <handa@m17n.org>
7420
7421 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
7422 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
7423 (skkdic-convert): Use `euc-japan' coding system for writing.
7424
7425 2010-02-16 Glenn Morris <rgm@gnu.org>
7426
7427 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
7428 tex-main-file before using it. (Bug#5562)
7429
7430 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
7431
7432 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
7433 warnings, since it is annoying for the user to see them each time he
7434 runs the code.
7435
7436 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
7437
7438 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
7439 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
7440 instead of PROC for caching "first-password-request". Otherwise,
7441 new processes would not profit from passwords already entered.
7442
7443 * net/tramp-cache.el (tramp-dump-connection-properties):
7444 Don't save "first-password-request" property.
7445
7446 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
7447
7448 * outline.el (outline-head-from-level):
7449 * simple.el (with-wrapper-hook):
7450 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
7451 (elint-defun, elint-buffer-env, elint-top-form-logged)
7452 (elint-unbound-variable):
7453 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
7454 Fix typos in docstrings.
7455
7456 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
7457
7458 * files.el (insert-directory): When WILDCARD-REGEXP and
7459 FULL-DIRECTORY-P are nil, insert the file entry instead of the
7460 whole directory. (Bug#5551)
7461
7462 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
7463 dired's alignment sanity. (Bug#5516)
7464
7465 2010-02-14 Juri Linkov <juri@jurta.org>
7466
7467 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
7468 Remove remaining ^H with their preceding chars. (Bug#5566)
7469
7470 2010-02-13 Glenn Morris <rgm@gnu.org>
7471
7472 * simple.el (transpose-subr): Give it a doc-string.
7473
7474 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
7475 Doc fixes.
7476
7477 2010-02-12 Juri Linkov <juri@jurta.org>
7478
7479 * arc-mode.el (archive-unique-fname): Make directories for nested
7480 archives. (Bug#5540)
7481
7482 2010-02-12 Juri Linkov <juri@jurta.org>
7483
7484 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
7485
7486 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7487
7488 * subr.el (copy-overlay): Handle deleted overlays.
7489
7490 * man.el (Man-completion-table): Don't signal an error if we can't run
7491 manual-program (bug#4056).
7492
7493 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
7494
7495 * textmodes/artist.el (artist-mt): Fix typos in docstring.
7496
7497 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7498
7499 * info.el (Info-bookmark-jump): Simplify.
7500
7501 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
7502 (bookmark-default-handler): Accept new bookmark field `buffer'.
7503
7504 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
7505
7506 * iswitchb.el (iswitchb-completions): Revert last change.
7507
7508 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
7509
7510 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
7511 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
7512 This prevents file names like "~/" being listed literally.
7513
7514 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
7515
7516 * term/xterm.el (xterm-maybe-set-dark-background-mode):
7517 Remove dead code. (Bug#5546)
7518
7519 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
7520
7521 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
7522 correctly (Bug#5548).
7523
7524 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
7525
7526 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
7527 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
7528
7529 2010-02-08 Kenichi Handa <handa@m17n.org>
7530
7531 * international/mule-util.el (with-coding-priority): Add autoload
7532 cookie for putting `lisp-indent-function'.
7533
7534 2010-02-07 Glenn Morris <rgm@gnu.org>
7535
7536 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
7537 Move F2003 named interfaces from keywords-2 to keywords-1, and
7538 use function-name-face rather than constant-face.
7539 Simplify "abstract interface" regexp.
7540
7541 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
7542
7543 * eshell/esh-util.el (eshell-file-attributes): New optional arg
7544 ID-FORMAT. Pass it to `file-attributes'.
7545
7546 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
7547
7548 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
7549
7550 * faces.el (set-face-attribute): Allow calling
7551 internal-set-lisp-face-attribute with 'unspecified family and
7552 foundry argument (Bug#5536).
7553
7554 2010-02-07 Glenn Morris <rgm@gnu.org>
7555
7556 * progmodes/f90.el (f90-font-lock-keywords-2)
7557 (f90-looking-at-type-like, f90-looking-at-program-block-end):
7558 Handle F2003 named interfaces.
7559
7560 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
7561
7562 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
7563 beg and end before calling c-get-state-before-change-functions.
7564
7565 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
7566
7567 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
7568
7569 2010-02-05 Juri Linkov <juri@jurta.org>
7570
7571 * doc-view.el (doc-view-mode):
7572 * image-mode.el (image-mode): Put property mode-class=special.
7573 (Bug#4896)
7574
7575 2010-02-05 Mark A. Hershberger <mah@everybody.org>
7576
7577 * vc-svn.el (vc-svn-revision-table): New function.
7578
7579 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
7580
7581 * net/ange-ftp.el (ange-ftp-insert-directory):
7582 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7583 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7584 Handle also directories. (Bug#5478)
7585
7586 2010-02-05 Glenn Morris <rgm@gnu.org>
7587
7588 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
7589
7590 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
7591
7592 * startup.el (command-line-1): Convert options beginning with a
7593 single dash as well (Bug#5519).
7594
7595 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
7596
7597 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
7598 * minibuffer.el (completion-initials-expand): Only check the presence
7599 of delims *within* the boundaries, since otherwise the / delim is
7600 always found for files.
7601
7602 Fix up various corner case problems.
7603 * doc-view.el (doc-view-last-page-number): New function.
7604 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
7605 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
7606 (doc-view-kill-proc): Avoid inf-loop in freak cases.
7607 (doc-view-reconvert-doc): Use the new recursive delete-directory.
7608 (doc-view-convert-current-doc): Don't create the resolution.el file
7609 here any more.
7610 (doc-view-pdf/ps->png): Do it here instead.
7611 (doc-view-already-converted-p): Check that resolution.el is present.
7612 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
7613 windows that are not yet showing images.
7614
7615 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
7616
7617 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
7618 `dired-uncache' for every elemnt which is an absolute file name.
7619
7620 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
7621 directory, handle its directory component.
7622 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
7623 function is called permanently and creates noise, otherwise.
7624
7625 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7626 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7627 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
7628
7629 2010-02-04 David Burger <dburger@google.com> (tiny change)
7630
7631 * macros.el (apply-macro-to-region-lines):
7632 Minor simplification. (Bug#5485)
7633
7634 2010-02-04 Glenn Morris <rgm@gnu.org>
7635
7636 * mail/rmail.el (rmail-show-message-1): Handle malformed
7637 quoted-printable text. (Bug#5441)
7638
7639 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
7640
7641 * simple.el (visual-line-mode): Capitalize lighter.
7642
7643 2010-02-03 John Wiegley <jwiegley@gmail.com>
7644
7645 * iswitchb.el (iswitchb-completions): Add bookmark files to the
7646 list of files considered for "virtual buffer" completions.
7647
7648 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
7649
7650 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
7651 also in case of (and (not full) (not wildcard)). This is needed
7652 when dired is called with a list of files, which are not in
7653 `default-directory'. (Bug#5478)
7654
7655 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
7656
7657 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
7658
7659 2010-02-02 Juri Linkov <juri@jurta.org>
7660
7661 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
7662 from unidiff to allow function-line after @@.
7663
7664 2010-02-02 Juri Linkov <juri@jurta.org>
7665
7666 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
7667 '(RCS SCCS) with inverted condition.
7668
7669 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
7670
7671 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
7672 messages.
7673
7674 2010-02-01 Juri Linkov <juri@jurta.org>
7675
7676 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
7677 compare with "pkunzip" and "pkzip" instead of only "pkzip".
7678 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
7679 only when (car archive-zip-extract) is "unzip". (Bug#5475)
7680
7681 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
7682
7683 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
7684 (doc-view-revert-buffer): New command.
7685 (doc-view-mode-map): Use it.
7686
7687 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
7688
7689 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
7690 pending merge is detected.
7691
7692 2010-01-31 Juri Linkov <juri@jurta.org>
7693
7694 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
7695 beginning of interactive spec like all other grep commands do.
7696 Put "all" in front of "gz". (Bug#5260)
7697
7698 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
7699
7700 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
7701
7702 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
7703
7704 * dirtrack.el (dirtrack): Warn instead of signalling error if the
7705 regexp is incorrect (Bug#5476).
7706
7707 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
7708
7709 * net/tramp.el (tramp-handle-insert-directory): Handle also
7710 symlinks, when FILENAME is not in `default-directory'.
7711
7712 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
7713
7714 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
7715 FILE is not in `default-directory'. (Bug#5478)
7716
7717 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
7718 of SWITCHES. Handle the case, FILENAME is not in
7719 `default-directory'. (Bug#5478)
7720 (tramp-register-file-name-handlers): Add safe-magic property.
7721
7722 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
7723
7724 * arc-mode.el (archive-zip-extract): Quote the argument passed to
7725 unzip (Bug#5475).
7726
7727 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
7728
7729 * progmodes/flymake.el (flymake-allowed-file-name-masks)
7730 (flymake-master-make-header-init): Add other C++ filename masks.
7731 (flymake-find-possible-master-files)
7732 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
7733
7734 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
7735
7736 Fix some busybox annoyances.
7737
7738 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
7739 not responding." string.
7740 (tramp-open-connection-setup-interactive-shell): Dump stty
7741 settings. Enable "neveropen" arg for all `tramp-send-command'
7742 calls. Handle "=" in variable values properly.
7743 (tramp-find-inline-encoding): Raise an error, when no encoding is
7744 found.
7745 (tramp-wait-for-output): Check, whether PROC buffer is available.
7746 Remove spurious " ^H" sequences, sent by busybox.
7747 (tramp-get-ls-command): Suppress coloring, if possible.
7748
7749 2010-01-28 Glenn Morris <rgm@gnu.org>
7750
7751 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
7752
7753 * log-edit.el (log-edit-strip-single-file-name): Add missing
7754 :safe, :group, and :version tags.
7755
7756 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
7757
7758 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
7759 buffers. (Bug#5477)
7760
7761 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
7762
7763 * files.el (delete-directory): Handle moving to trash without
7764 first doing recursion (Bug#5436).
7765
7766 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
7767
7768 * vc-hooks.el (vc-path): Mark as obsolete.
7769
7770 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
7771
7772 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
7773 names too.
7774
7775 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
7776 for the short log.
7777 (vc-bzr-log-view-mode): Adjust regexp for the above change.
7778
7779 2010-01-25 Mark A. Hershberger <mah@everybody.org>
7780
7781 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
7782
7783 * vc-bzr.el (vc-bzr-revision-table): New function.
7784
7785 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
7786
7787 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
7788 diff-index command. This requires at least git-1.5.5. (Bug#1589).
7789
7790 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7791
7792 Remove support for adding --signoff on commit.
7793 Future support will use an incompatible generic mechanism.
7794 * vc-git.el (vc-git-add-signoff): Remove variable.
7795 (vc-git-toggle-signoff): Remove function.
7796 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
7797
7798 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
7799 from xterm-set-background-mode. Return t if the background mode
7800 was set.
7801 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
7802 earlier, call it again in case the background mode has changed.
7803
7804 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
7805
7806 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
7807 (Bug#3541).
7808
7809 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
7810
7811 * emacs-lisp/assoc.el (aelement): Doc fix.
7812 (aput, adelete, amake): Use lexical-let (Bug#5450).
7813
7814 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
7815
7816 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
7817 is the same as subprogram call, not declaration. (Bug#5435).
7818
7819 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
7820
7821 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
7822 (tramp-smb-maybe-open-connection): Use it.
7823
7824 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
7825
7826 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
7827
7828 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
7829
7830 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
7831 just because we see "encoding: 8bit".
7832 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
7833
7834 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
7835
7836 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
7837
7838 2010-01-22 Eli Zaretskii <eliz@gnu.org>
7839
7840 * jka-compr.el (jka-compr-load): If load-file is not in
7841 load-history, try its file-truename version. (bug#5447)
7842
7843 2010-01-21 Alan Mackenzie <acm@muc.de>
7844
7845 Fix a situation where deletion of a cpp construct throws an error.
7846 * progmodes/cc-engine.el (c-invalidate-state-cache):
7847 Before invoking c-with-all-but-one-cpps-commented-out, check that the
7848 special cpp construct is still in the buffer.
7849 (c-parse-state): Record the special cpp with markers, not numbers.
7850
7851 2010-01-21 Kenichi Handa <handa@m17n.org>
7852
7853 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
7854 process last-command-event, as it is now decoded first (Bug#5380).
7855
7856 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
7857
7858 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
7859
7860 2010-01-20 Glenn Morris <rgm@gnu.org>
7861
7862 * indent.el (tab-always-indent): Fix custom-type.
7863
7864 2010-01-19 Alan Mackenzie <acm@muc.de>
7865
7866 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
7867 buffer throws "args out of range".
7868 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
7869 playing the role of delimiter.
7870
7871 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
7872
7873 * progmodes/ada-mode.el: Fix bug#5400.
7874 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
7875 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
7876 changed. Delete RECURSIVE parameter; never used. Improve doc string.
7877 Improve comments in "is" portion. Handle null procedure declaration.
7878 (ada-move-to-end): Improve doc string.
7879
7880 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
7881
7882 * ido.el (ido-cur-list): Initialize to nil.
7883 Remove obsolete information from commentary.
7884 (ido-choice-list): Initialize to nil.
7885 (ido-get-bufname): Reject minibuffers.
7886 (ido-make-buffer-list): If "default" is a nonexistent
7887 buffer, ignore it, as per the function's comment.
7888 (ido-kill-buffer-internal): New function.
7889 (ido-kill-buffer-at-head): Use it.
7890 (ido-visit-buffer): Likewise.
7891
7892 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
7893
7894 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
7895
7896 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
7897
7898 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
7899 Fix typos in chart titles.
7900
7901 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
7902 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
7903 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
7904 (describe-class, eieio-describe-generic, describe-generic):
7905 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
7906 (eieio-speedbar-expand):
7907 * emulation/viper-cmd.el (viper-exec-form-in-vi)
7908 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
7909 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
7910 (viper-del-backward-char-in-replace, viper-backward-indent)
7911 (viper-brac-function, viper-register-to-point, viper-submit-report):
7912 * net/tramp.el (tramp-remote-coding-commands):
7913 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
7914 Fix typos in docstrings.
7915
7916 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
7917
7918 * mail/sendmail.el (mail-yank-original): Set the mark if the
7919 specified function for yanking does not do it.
7920
7921 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
7922
7923 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
7924
7925 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
7926 resyncing a directory.
7927
7928 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
7929
7930 * progmodes/ada-mode.el: Fix bug#1920.
7931 (ada-ident-re): Delete ., allow multibyte characters.
7932 (ada-goto-label-re): New; matches goto labels.
7933 (ada-block-label-re): New; matches block labels.
7934 (ada-label-re): New; matches both.
7935 (ada-named-block-re): Deleted; callers changed to use
7936 `ada-block-label-re' instead.
7937 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
7938 Use `ada-block-label-re'.
7939 (ada-indent-on-previous-lines): Improve handling of goto labels.
7940 (ada-get-indent-block-start): Special-case block label.
7941 (ada-get-indent-label): Split into `ada-indent-block-label' and
7942 `ada-indent-goto-label'.
7943 (ada-goto-stmt-start, ada-goto-next-non-ws):
7944 Optionally ignore goto labels.
7945 (ada-goto-next-word): Simplify.
7946 (ada-indent-newline-indent-conditional): Insert newline before
7947 trying to fix indentation; doc fix.
7948
7949 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
7950
7951 * calc/calc.el (calc-command-flags): Give it an initial value.
7952
7953 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
7954
7955 * files.el (minibuffer-with-setup-hook):
7956 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
7957 (artist-key-draw-continously, artist-key-do-continously-continously)
7958 (artist-key-set-point-continously, artist-mouse-draw-continously):
7959 Fix typos in docstrings.
7960
7961 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
7962
7963 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
7964 return t (Bug#3898).
7965
7966 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
7967
7968 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
7969 can parse the output of the external commands (Bug#5279).
7970
7971 2010-01-16 Jari Aalto <jari.aalto@cante.net>
7972
7973 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
7974
7975 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
7976
7977 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
7978
7979 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
7980
7981 * startup.el (command-line): Remove unused --icon-type arg.
7982 Handle --display arg, passing it to command-line-1 (Bug#5392).
7983
7984 2010-01-16 Mario Lang <mlang@delysid.org>
7985
7986 * emacs-lisp/chart.el (chart-translate-namezone):
7987 * textmodes/artist.el (artist-compute-popup-menu-table):
7988 Remove duplicated words in doc-strings.
7989
7990 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
7991
7992 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
7993 to mairix-search to suppress threading (Bug#5342).
7994
7995 2010-01-15 Kenichi Handa <handa@m17n.org>
7996
7997 * international/mule-cmds.el (canonicalize-coding-system-name):
7998 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
7999
8000 2010-01-15 Glenn Morris <rgm@gnu.org>
8001
8002 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
8003
8004 * wid-edit.el (widget-keymap): Doc fix.
8005
8006 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
8007 former seems to be more widely accepted by various svn versions.
8008
8009 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8010
8011 * find-cmd.el (find-constituents):
8012 * vc-arch.el (vc-arch-root):
8013 * window.el (window-body-height, pop-up-frames):
8014 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
8015 * progmodes/ada-stmt.el (ada-if):
8016 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
8017 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
8018 (ispell-encoding8-command, ispell-aspell-supports-utf8)
8019 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
8020
8021 * progmodes/flymake.el (flymake-post-syntax-check):
8022 Fix typo in error message.
8023
8024 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8025
8026 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
8027 which is always a string. (Bug#5313)
8028
8029 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8030
8031 * progmodes/ada-xref.el (ada-default-prj-properties):
8032 Simplify previous change.
8033
8034 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8035
8036 * progmodes/ada-xref.el (ada-default-prj-properties):
8037 Default ada_project_path to $ADA_PROJECT_PATH.
8038
8039 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8040
8041 * progmodes/ada-mode.el (ada-create-keymap):
8042 Override `narrow-to-defun' with `ada-narrow-to-defun'.
8043
8044 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8045
8046 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
8047 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
8048 (ada-get-current-indent, ada-imenu-generic-expression)
8049 (ada-which-function): Check for it.
8050
8051 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8052
8053 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
8054 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
8055
8056 2010-01-14 Glenn Morris <rgm@gnu.org>
8057
8058 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
8059
8060 2010-01-14 Kenichi Handa <handa@m17n.org>
8061
8062 * composite.el (auto-composition-mode): Make it a buffer local
8063 variable (permanent-local).
8064 (auto-composition-function): Set the default value to
8065 auto-compose-chars.
8066 (auto-composition-mode): Make it a simple function, not a minor mode.
8067 (global-auto-composition-mode): Likewise.
8068 (turn-on-auto-composition-if-enabled): Delete it.
8069
8070 2010-01-13 Karl Fogel <kfogel@red-bean.com>
8071
8072 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
8073
8074 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
8075
8076 * files.el (copy-directory): Compute target for recursive
8077 directories with identical names. (Bug#5343)
8078
8079 2010-01-12 Glenn Morris <rgm@gnu.org>
8080
8081 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
8082 it to bug-gnu-emacs rather than emacs-pretest-bug.
8083
8084 2010-01-11 Sam Steingold <sds@gnu.org>
8085
8086 * imenu.el (imenu-default-create-index-function): Detect infinite
8087 loops caused by imenu-prev-index-position-function.
8088
8089 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
8090
8091 * htmlfontify.el (htmlfontify-load-rgb-file)
8092 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
8093 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
8094 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
8095 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
8096 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
8097 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
8098 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
8099 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
8100 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
8101 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
8102 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
8103 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
8104 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
8105 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
8106 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
8107 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
8108 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
8109 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
8110 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
8111 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
8112 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
8113 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
8114 backslash-quoting from parentheses, etc.
8115
8116 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
8117
8118 * progmodes/js.el: Autoload javascript-mode alias.
8119
8120 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
8121
8122 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
8123 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
8124 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
8125 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
8126 Fix typos in docstrings.
8127 (ffap-url-regexp): Doc fix.
8128 (ffap-at-mouse): Fix typo in message.
8129
8130 2010-01-11 Glenn Morris <rgm@gnu.org>
8131
8132 * version.el (emacs-copyright): Set copyright year to 2010.
8133
8134 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
8135
8136 * format.el (format-annotate-function): Only set
8137 write-region-post-annotation-function after running to-fn so as not to
8138 affect nested write-region calls (bug#5273).
8139
8140 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
8141
8142 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
8143 wisent/python.el.
8144
8145 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
8146
8147 * man.el (Man-goto-section): Signal error if the section is not
8148 found (Bug#5317).
8149
8150 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
8151
8152 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
8153 URLs with a leading triple slash in the file: scheme. (Bug#5345)
8154
8155 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
8156
8157 * progmodes/compile.el: Don't treat compile-command as safe if
8158 compilation-read-command might be nil (Bug#4218).
8159
8160 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
8161
8162 * startup.el (command-line-1): Use orig-argi to check for ignored X and
8163 NS options.
8164
8165 2010-01-08 Kenichi Handa <handa@m17n.org>
8166
8167 * international/fontset.el (build-default-fontset-data):
8168 Exclude characters in scripts kana, hangul, han, or cjk-misc.
8169
8170 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
8171
8172 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
8173 to `create-file-buffer' as it expects, not just a buffer name.
8174 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
8175 to help uniquify. (Bug#3224)
8176
8177 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
8178
8179 * font-setting.el (font-setting-change-default-font): Use user-spec
8180 instead of name.
8181
8182 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8183
8184 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
8185
8186 2010-01-05 Tom Tromey <tromey@redhat.com>
8187
8188 * progmodes/python.el (python-font-lock-keywords):
8189 Handle qualified decorators (Bug#881).
8190
8191 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8192
8193 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
8194 in a lightweight checkout.
8195
8196 2010-01-05 Kenichi Handa <handa@m17n.org>
8197
8198 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
8199
8200 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8201
8202 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
8203
8204 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
8205
8206 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
8207 checkouts. (Bug#618)
8208 (vc-bzr-log-view-mode): Also highlight the author.
8209 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
8210 (vc-bzr-shelve-menu-map):
8211 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
8212 (vc-bzr-shelve-apply): Make prompt more explicit.
8213
8214 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
8215
8216 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
8217 They are valid characters in URL paths (rfc3986), and at least
8218 Firefox does not understand the encoded version (Bug#3166).
8219
8220 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
8221
8222 * progmodes/octave-mod.el (octave-end-keywords)
8223 (octave-block-begin-or-end-regexp, octave-block-match-alist):
8224 Add "end" keyword (Bug#3061).
8225 (octave-end-as-array-index-p): New function.
8226 (calculate-octave-indent): Use it.
8227
8228 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8229
8230 * bookmark.el: Consistently put the text property on the bookmark name.
8231 (bookmark-bmenu-marks-width): Bump back to 2, to include
8232 annotation marks.
8233 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
8234 property on the bookmark name, instead of not putting it at all.
8235 (bookmark-bmenu-list): Fix where we put the text property.
8236
8237 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8238
8239 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
8240 for showing buffer modified state (as added in the previous change).
8241
8242 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8243
8244 * bookmark.el: Show modified state of bookmark buffer more accurately.
8245 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
8246 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
8247 (with-buffer-modified-unmodified): New macro.
8248 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8249 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
8250 Use new macro to preserve the buffer modified state.
8251
8252 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8253
8254 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
8255 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
8256 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
8257 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
8258 (bookmark-bmenu-rename, bookmark-bmenu-locate)
8259 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
8260 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
8261
8262 2010-01-02 Eli Zaretskii <eliz@gnu.org>
8263
8264 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8265 Make the lines in the generated doc string shorter. (Bug#4668)
8266
8267 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
8268
8269 * net/rcirc.el: Add follow-link binding (Bug#4738).
8270
8271 2010-01-02 Eli Zaretskii <eliz@gnu.org>
8272
8273 * Makefile.in (bzr-update): Rename from cvs-update.
8274 (cvs-update): New target for backward compatibility.
8275
8276 * makefile.w32-in (bzr-update): Rename from cvs-update.
8277 (cvs-update): New target for backward compatibility.
8278
8279 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8280
8281 * bookmark.el: Remove gratuitous gratitude.
8282
8283 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8284
8285 * bookmark.el (bookmark-bmenu-any-marks): New function.
8286 (bookmark-bmenu-save): Clear buffer modification if no marks.
8287
8288 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8289
8290 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
8291 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
8292 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
8293 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
8294
8295 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
8296 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
8297 To: emacs-devel {_AT_} gnu.org
8298 Subject: bookmark.el bug report
8299 Date: Mon, 28 Dec 2009 14:19:16 +0800
8300 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
8301
8302 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8303
8304 * bookmark.el: Improvements suggested by Drew Adams:
8305 (bookmark-bmenu-ensure-position): New name for
8306 `bookmark-bmenu-check-position'. Just ensure the position,
8307 don't return any meaningful value.
8308 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
8309 New constants.
8310
8311 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
8312
8313 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
8314 (bookmark-yank-point, bookmark-bmenu-check-position):
8315 Fix typos in docstrings.
8316 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
8317 (bookmark-name-from-full-record, bookmark-get-position)
8318 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
8319 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
8320 Remove useless quoting of parenthesis, etc. in docstrings.
8321
8322 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
8323 (ediff-append-custom-diff): Fix typo in error message.
8324 (ediff-meta-mark-equal-files): Fix typos in messages.
8325
8326 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
8327
8328 * net/imap-hash.el (imap-hash-make): Doc fix.
8329 (imap-hash-test): Fix typo in error message; reflow docstring.
8330 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
8331 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
8332 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
8333 Fix typos in docstrings.
8334 (imap-hash-open-connection): Fix typo in error message.
8335
8336 * play/gomoku.el (gomoku): Fix typos in docstring.
8337
8338 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
8339 (gdb-jsonify-buffer): Fix typos in docstring.
8340 (gdb-goto-breakpoint): Fix typo in error message.
8341 ("Display Other Windows"): Fix typo in help message.
8342 (gdb-speedbar-expand-node): Fix typo in question.
8343
8344 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
8345 (idlwave-html-system-help-location, idlwave-html-help-location)
8346 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
8347 (idlwave-help-browser-generic-args, idlwave-help-directory)
8348 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
8349 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
8350 (idlwave-online-help, idlwave-help-html-link)
8351 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
8352 Fix typos in docstrings.
8353 (idlwave-help-with-source, idlwave-help-find-routine-definition):
8354 Reflow docstrings.
8355 (idlwave-help-assistant-start): Fix typo in error message.
8356
8357 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
8358 (octave-electric-space): Fix typos in docstrings.
8359
8360 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
8361
8362 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
8363
8364 2010-01-01 Juri Linkov <juri@jurta.org>
8365
8366 * comint.el (comint-input-ring-size): Make it a defcustom and
8367 increase the default to 500 (Bug#5148).
8368
8369 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
8370
8371 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
8372 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
8373 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
8374
8375 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
8376
8377 Show working revision correctly for mercurial.
8378 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
8379 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
8380
8381 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
8382
8383 Declare some functions for the byte-compiler.
8384 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
8385 (speedbar-timer-fn, speedbar-change-expand-button-char)
8386 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
8387
8388 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
8389
8390 This changeset reverts GDB Graphical Interface to use annotations.
8391 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
8392
8393 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8394
8395 Make vc-dir work on subdirectories of the bzr root.
8396 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
8397 file names relative to it.
8398 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
8399 relative directory to vc-bzr-after-dir-status.
8400
8401 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
8402
8403 * font-lock.el (font-lock-refresh-defaults): New function, which
8404 can be used to let font-lock react to external changes in
8405 variables like font-lock-defaults and keywords.
8406 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
8407
8408 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
8409
8410 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
8411
8412 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
8413
8414 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
8415
8416 Supersede color.diff settings in git log (bug#5211).
8417
8418 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
8419 escape chars in its output when the user has color.diff set to `always'.
8420 This fix works on git 1.4.2 and newer (released on 2006-08-13).
8421
8422 2009-12-26 Kevin Ryde <user42@zip.com.au>
8423
8424 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
8425 node. Keep previous "Index" name to work with past coreutils too.
8426
8427 * man.el (man): Revise docstring a bit to show -a and -l as
8428 examples. Add -k description since support for it has otherwise
8429 been a secret. (Further to bug#3717.)
8430 (Man-bgproc-sentinel): When "-k foo" produces no output show error
8431 "no matches" rather than "Can't find manpage", as the latter reads
8432 like -k was interpreted as a page name, which is not so. (Bug#5431)
8433
8434 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
8435
8436 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
8437 switches. Check also for //SUBDIRED// line.
8438
8439 2009-12-25 Kenichi Handa <handa@m17n.org>
8440
8441 * language/indian.el (devanagari-composable-pattern): Fixed to
8442 handle ZWNJ and ZWJ. Use it in composition-function-table for
8443 Devanagari.
8444 (malayalam-composable-pattern): Fix previous change.
8445
8446 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8447
8448 * ps-print.el (ps-face-attributes): It was not returning the
8449 attribute face for faces specified as string. Reported by harven
8450 <harven@free.fr>. (Bug#5254)
8451 (ps-print-version): New version 7.3.5.
8452
8453 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
8454
8455 * calendar/icalendar.el (icalendar--convert-tz-offset):
8456 Fix timezone names.
8457 (icalendar--convert-tz-offset): Fix the "last-day-problem".
8458 (icalendar--add-diary-entry): Remove the trailing blank that
8459 diary-make-entry inserts.
8460
8461 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
8462
8463 Make `file-expand-wildcards' work for remote files.
8464
8465 * files.el (file-expand-wildcards): In case of remote files, check
8466 only local file name part for wildcards. Provide feature 'files
8467 and subfeature 'remote-wildcards. (Bug#5198)
8468
8469 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
8470 if there is already an established connection.
8471 (tramp-advice-file-expand-wildcards): Remove it.
8472
8473 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
8474 (tramp-advice-file-expand-wildcards): Move from tramp.el.
8475 Activate advice for older GNU Emacs versions. (Bug#5237)
8476
8477 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
8478
8479 Some doc fixes (more needed).
8480
8481 * find-cmd.el (find-constituents): Reflow docstring.
8482 (find-cmd, find-prune, find-command): Fix typos in docstrings.
8483 (find-generic): Doc fix.
8484
8485 2009-12-17 Juri Linkov <juri@jurta.org>
8486
8487 Fix regression from 23.1 to allow multiple modes in Local Variables.
8488
8489 * files.el (hack-local-variables-filter): While ignoring duplicates,
8490 don't take `mode' into account.
8491 (hack-local-variables-filter, hack-dir-local-variables):
8492 Don't remove duplicate `mode' from local-variables-alist (like `eval').
8493
8494 2009-12-17 Juri Linkov <juri@jurta.org>
8495
8496 Make `dired-diff' safer. (Bug#5225)
8497
8498 * dired-aux.el (dired-diff): Signal an error when `file' equals to
8499 `current' or when `file' is a directory of the `current' file.
8500
8501 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
8502
8503 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
8504 unconditionally preloaded files.
8505
8506 2009-12-16 Juri Linkov <juri@jurta.org>
8507
8508 Revert to old 23.1 logic of using the file at the mark as default.
8509 * dired-aux.el (dired-diff): Use the file at the mark as default
8510 if it's not the same as the current file, and the target dir is
8511 the current dir or the mark is active. Add the current file
8512 as the arg of `dired-dwim-target-defaults'. Use the default file
8513 in the prompt. (Bug#5225)
8514
8515 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
8516
8517 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
8518 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
8519 (tramp-check-for-regexp): Check also, when an echoing shell stops
8520 to echo sent commands.
8521
8522 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
8523
8524 * Makefile.in: Revert last change (Bug#5191).
8525
8526 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
8527
8528 * vc-hg.el (vc-hg-print-log): Fix argument order.
8529 (vc-hg-working-revision): Make sure the command is executed in a
8530 known environment so that we can parse the output. (Bug#4417)
8531
8532 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
8533
8534 * progmodes/python.el (python-symbol-completions): Remove text
8535 properties from symbol string before calling python-send-receive.
8536
8537 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
8538
8539 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
8540 when there are values for both file and line. (Bug#5060)
8541
8542 2009-12-14 Juri Linkov <juri@jurta.org>
8543
8544 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
8545 whitespace after the file name of the first line of unified format,
8546 because git-diff doesn't output whitespace and file modification time
8547 after the file name.
8548
8549 2009-12-14 David Kastrup <dak@gnu.org>
8550
8551 * info.el (Info-hide-cookies-node): Before hiding a cookie,
8552 check if it already has the `display' property added by
8553 `Info-display-images-node', and not put the `invisible' property
8554 in this case.
8555
8556 2009-12-13 Glenn Morris <rgm@gnu.org>
8557
8558 * mail/emacsbug.el (message-sort-headers): Define for compiler.
8559 (report-emacs-bug): In message-mode, sort manually before storing
8560 original report text. (Bug#5178)
8561 Remove superfluous save-excursion.
8562
8563 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
8564
8565 * net/dbus.el (dbus-property-handler): Filter lambda forms out
8566 when responding to "GetAll" properties.
8567
8568 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
8569
8570 * simple.el (compose-mail): Remove mail-setup-with-from from
8571 customization checks.
8572
8573 2009-12-12 Eli Zaretskii <eliz@gnu.org>
8574
8575 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
8576 RAR archives created on Unix systems.
8577
8578 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8579
8580 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
8581 the varalias that was accidentally removed by the 2009-11-19 change
8582 (bug#5186).
8583
8584 2009-12-12 Kenichi Handa <handa@m17n.org>
8585
8586 * language/indian.el (indian-compose-regexp): New function.
8587 (malayalam-composable-pattern): Fix the pattern.
8588 (composition-function-table): Set malayalam-composable-pattern for
8589 Malayalam characters.
8590
8591 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
8592
8593 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
8594 rather than down-mouse-1, based on follow-link conventions.
8595
8596 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
8597 are compiled.
8598
8599 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
8600
8601 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
8602 (verilog-vmm-statement-re, verilog-ovm-statement-re)
8603 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
8604 (verilog-leap-to-head, verilog-backward-token):
8605 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
8606
8607 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
8608
8609 * progmodes/verilog-mode.el (verilog-auto-lineup)
8610 (verilog-nameable-item-re): Cleanup user-visible spelling and
8611 documentation errors. One reported by Gary Delp.
8612 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
8613 (verilog-read-decls): Fix AUTOWIRE with types declared in a
8614 package, bug195. Reported by Pierre-David Pfister.
8615
8616 2009-12-11 Glenn Morris <rgm@gnu.org>
8617
8618 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
8619
8620 * mail/emacsbug.el: No longer require sendmail.
8621 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
8622 (report-emacs-bug-orig-text): Doc fix.
8623 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
8624 New local variables, to adapt to different mail-user-agents.
8625 (report-emacs-bug): Fix test for a gnu.org address.
8626 Use overlays for emphasis, since font-lock defeats 'face property.
8627 Pretest bugs also end up at the newsgroup these days.
8628 Stop message-mode stripping text properties.
8629 Set and use the new buffer-local variables.
8630 (report-emacs-bug-hook): Add doc-string.
8631 Remove some unnecessary save-excursions and simplify.
8632 Use the appropriate hook and send-command.
8633
8634 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
8635 capitalization of some menu entries.
8636
8637 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8638
8639 * whitespace.el (whitespace-display-char-on):
8640 Ensure `buffer-display-table' is unique when two or more windows are
8641 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
8642 New version 12.1.
8643
8644 2009-12-10 Eli Zaretskii <eliz@gnu.org>
8645
8646 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
8647 characters in the Attribute field.
8648
8649 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
8650
8651 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
8652
8653 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
8654
8655 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
8656 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8657 Disregard autoload-excludes.
8658 (update-directory-autoloads): Obey autoload-excludes here instead.
8659 But don't store its contents in no-autoloads and remove entries that
8660 refer to excludes files.
8661
8662 2009-12-10 Glenn Morris <rgm@gnu.org>
8663
8664 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
8665 (expand-mail-aliases): Define for compiler.
8666
8667 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
8668 Define for compiler.
8669
8670 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
8671 appropriate for the mail-user-agent in use.
8672
8673 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
8674
8675 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
8676
8677 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
8678
8679 Fix short log parsing and fontification.
8680 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
8681 Fix fontification for the [merge] label.
8682
8683 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
8684
8685 Drop some properties to avoid surprises (bug#5002).
8686 * htmlfontify.el (hfy-ignored-properties): New defcustom.
8687 (hfy-fontify-buffer): Use it.
8688
8689 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
8690
8691 Minor cleanup.
8692 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
8693 Adjust all callers.
8694 (ffap-locate-file): Remove unused arg `dir-ok' and make other
8695 args compulsory. Adjust callers.
8696 (ffap-gopher-at-point): Remove unused var `name'.
8697
8698 Get rid of the ELCFILES abomination.
8699 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8700 (compile-elcfiles): New phony target.
8701 (compile-main): Compute ELCFILES dynamically.
8702 (compile-clean): New target to remove left-over elc files.
8703 (compile, all): Use it.
8704
8705 2009-12-09 Kenichi Handa <handa@etlken>
8706
8707 * international/mule-diag.el: Require help-mode instead of help-fns.
8708
8709 2009-12-09 Kenichi Handa <handa@m17n.org>
8710
8711 * international/mule-cmds.el (ucs-names): Supply sufficiently
8712 fine ranges instead of pre-calculating accurate ranges.
8713 Iterate with bigger gc-cons-threshold.
8714
8715 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
8716
8717 Add support for stashing a snapshot of the current tree.
8718 * vc-git.el (vc-git-stash-snapshot): New function.
8719 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
8720
8721 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
8722
8723 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
8724 instead of `(beginning|end)-of-line'.
8725
8726 2009-12-08 Glenn Morris <rgm@gnu.org>
8727
8728 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
8729
8730 * Makefile.in (ELCFILES): Regenerate.
8731
8732 2009-12-07 Juri Linkov <juri@jurta.org>
8733
8734 Don't lazy-highlight the comint output in history Isearch mode.
8735
8736 * comint.el (comint-history-isearch-search): Instead of
8737 `comint-line-beginning-position', use `comint-after-pmark-p'
8738 to check if point if before the process mark, and go to
8739 `process-mark' in this case.
8740
8741 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8742
8743 * textmodes/tex-mode.el (latex-complete)
8744 (latex-indent-or-complete): Remove.
8745 (latex-mode): Set completion-at-point-functions instead.
8746
8747 Provide a standard completion command and hook it into TAB.
8748 * minibuffer.el (completion-at-point-functions): New var.
8749 (completion-at-point): New command.
8750 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
8751 * progmodes/python.el (python-mode-map): Use completion-at-point.
8752 (python-completion-at-point): Rename from python-partial-symbol and
8753 adjust for use in completion-at-point-functions.
8754 (python-mode): Setup completion-at-point for Python completion.
8755 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
8756 extracted from lisp-complete-symbol.
8757 (lisp-complete-symbol): Use it.
8758 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
8759 setup completion-at-point for Elisp completion.
8760 (emacs-lisp-mode-map, lisp-interaction-mode-map):
8761 Use completion-at-point.
8762 * ielm.el (ielm-map): Use completion-at-point.
8763 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
8764 * progmodes/sym-comp.el: Move to...
8765 * obsolete/sym-comp.el: Move from progmodes.
8766
8767 2009-12-07 Eli Zaretskii <eliz@gnu.org>
8768
8769 Prevent save-buffer in Rmail buffers from using the coding-system
8770 of the current message, and from clobbering the encoding mnemonics
8771 in the mode line (Bug#4623).
8772
8773 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
8774 flag, too.
8775 (rmail-message-encoding): New variable.
8776 (rmail-write-region-annotate): Record the encoding of the current
8777 message in rmail-message-encoding.
8778 (rmail-after-save-hook): New function, restores the encoding of
8779 the current message after the message collection is saved.
8780
8781 2009-12-07 Juri Linkov <juri@jurta.org>
8782
8783 * progmodes/grep.el (grep-read-files): Use `completing-read'
8784 instead of `read-string'. Set its `collection' arg to
8785 `read-file-name-internal'. (Bug#4301)
8786
8787 2009-12-07 Juri Linkov <juri@jurta.org>
8788
8789 Correctly restore original Isearch point. (Bug#4994)
8790
8791 * isearch.el (isearch-mode): Move `isearch-push-state' after
8792 `(run-hooks 'isearch-mode-hook)'.
8793 (isearch-cancel): When `isearch-push-state-function' is defined,
8794 let-bind `isearch-cmds' to the first state (the last element of
8795 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
8796 function and restores the original point). Otherwise, move point
8797 to `isearch-opoint'.
8798
8799 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8800
8801 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
8802 chars that don't have names, so the table can be built much faster at
8803 run-time.
8804
8805 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
8806
8807 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
8808 change. Suggested by David Kastrup.
8809
8810 * simple.el (compose-mail): Check for incompatibilities and warn.
8811 (compose-mail-user-agent-warnings): New option.
8812
8813 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8814
8815 Support showing a single log entry from vc-annotate.
8816 * vc.el (print-log): Add a new argument: START-REVISION.
8817 (vc-print-log-internal): Add a new optional argument and
8818 pass it to the backend.
8819 (vc-print-log, vc-print-root-log): Adjust callers.
8820 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
8821 buffer already displays the requested log entry, use it.
8822 Otherwise display only the log entry in question.
8823 * vc-svn.el (vc-svn-print-log):
8824 * vc-mtn.el (vc-mtn-print-log):
8825 * vc-hg.el (vc-hg-state):
8826 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
8827 (vc-git-show-log-entry): Return t on success.
8828 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
8829 (vc-bzr-show-log-entry): Return t on success.
8830 * vc-rcs.el (vc-rcs-print-log):
8831 * vc-sccs.el (vc-sccs-print-log):
8832 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
8833
8834 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8835
8836 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
8837 Add menus to the meta mode. (Bug#5043)
8838
8839 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
8840
8841 * ediff-init.el (ediff-event-key): Use event-to-character instead of
8842 event-key.
8843
8844 * ediff.el (ediff-buffers-internal): Add unwind-protect.
8845
8846 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
8847
8848 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
8849 Berbain <raphael.berbain@gmail.com>.
8850
8851 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
8852 characters.
8853 (tramp-initial-end-of-output): New defconst.
8854 (tramp-methods, tramp-find-shell)
8855 (tramp-open-connection-setup-interactive-shell)
8856 (tramp-maybe-open-connection): Use it.
8857 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
8858 existence of `#' and `$'.
8859
8860 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
8861 `tramp-initial-end-of-output'.
8862
8863 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8864
8865 Get the background mode from the terminal for xterm, and set
8866 faces accordingly.
8867 * term/xterm.el (xterm-set-background-mode): New function.
8868 (terminal-init-xterm): Use it in case xterm supports background
8869 color queries. Recompute faces after getting the background
8870 color.
8871
8872 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
8873
8874 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
8875 number comment back on its own line, for easier parsing.
8876
8877 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8878
8879 Make it work for non-file buffers (bug#5102).
8880 * doc-view.el (doc-view-current-cache-dir):
8881 Use doc-view-buffer-file-name rather than buffer-file-name.
8882 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
8883
8884 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
8885
8886 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
8887 author field is too short.
8888
8889 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
8890
8891 * vc-git.el (vc-git-print-log): Handle a limit argument.
8892 Display the short log in graph form and with labels.
8893 (vc-git-log-view-mode): Handle labels.
8894
8895 Make vc-revert change VC state from 'added to 'unregistered.
8896 * vc-git.el (vc-git-revert): Call git reset first.
8897
8898 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
8899
8900 * net/newst-backend.el, net/newst-plainview.el:
8901 * net/newst-reader.el, net/newst-ticker.el:
8902 * net/newst-treeview.el, net/newsticker.el:
8903 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8904
8905 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
8906
8907 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
8908
8909 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
8910 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
8911 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
8912 Update annotation regexp.
8913
8914 * simple.el (beginning-of-visual-line): Constrain to field
8915 boundaries (Bug#5106).
8916
8917 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
8918
8919 * xml.el (xml-substitute-numeric-entities): Move
8920 newsticker--decode-numeric-entities in newst-backend.el to
8921 xml-substitute-numeric-entities in xml.el. (Bug#5008)
8922 * net/newst-backend.el (newsticker--parse-generic-feed)
8923 (newsticker--parse-generic-items)
8924 (newsticker--decode-numeric-entities): Move
8925 newsticker--decode-numeric-entities in newst-backend.el to
8926 xml-substitute-numeric-entities in xml.el. (Bug#5008)
8927
8928 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
8929
8930 * progmodes/js.el (js--js-not): Add null to the list of values.
8931
8932 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
8933
8934 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
8935
8936 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8937
8938 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
8939 delimiter if it is at the end of the current line.
8940 (bibtex-generate-url-list): Fix docstring.
8941
8942 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8943
8944 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
8945 minibuffer's content with itself.
8946 Fold the confirm-after-completion case into the `confirm' case.
8947 (completion-pcm-word-delimiters): Add : and / to the delimiters.
8948
8949 2009-12-06 Kevin Ryde <user42@zip.com.au>
8950
8951 * ffap.el (ffap-rfc-path): Make this a defcustom since
8952 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
8953
8954 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
8955 manuals, similar to existing setup for help-mode. (Bug#3913.)
8956
8957 2009-12-05 Juri Linkov <juri@jurta.org>
8958
8959 Save and restore dired buffer's point positions too. (Bug#4880)
8960
8961 * dired.el (dired-save-positions): Return in the first element
8962 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
8963 Doc fix.
8964 (dired-restore-positions): First restore buffer's position.
8965 While restoring window's positions, check if window still displays
8966 the original buffer.
8967
8968 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
8969
8970 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
8971 if possible.
8972
8973 * shell.el (shell): Require ansi-color (Bug#5113).
8974
8975 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
8976
8977 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
8978
8979 2009-12-05 Alan Mackenzie <acm@muc.de>
8980
8981 * progmodes/cc-mode.el (c-before-hack-hook)
8982 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
8983 `c-file-style' to work again. This reversion restores the current
8984 software to its state in Emacs 23.1. (Bug#4146)
8985
8986 2009-12-05 Kevin Ryde <user42@zip.com.au>
8987
8988 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
8989 comment-start-skip to comment-end-skip as comment (Bug#4781).
8990
8991 2009-12-05 Juri Linkov <juri@jurta.org>
8992
8993 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
8994 for virtual nodes. (Bug#4147)
8995 (Info-find-node-2): Set `Info-current-node-virtual' to nil
8996 when moving from a virtual node.
8997 (Info-mode-menu): Add `Info-virtual-index' to the menu.
8998 (Info-mode): Add `Info-virtual-index' to the docstring.
8999
9000 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9001
9002 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
9003 track of the buffer position of the end of a BibTeX entry as this
9004 position may change during reformatting.
9005 (bibtex-format-entry): Remove whitespace before processing
9006 numerical fields so that we recognize the latter properly.
9007 (bibtex-reformat): Do not use push which changes the global value
9008 of bibtex-entry-format.
9009 (bibtex-field-braces-alist, bibtex-field-strings-alist)
9010 (bibtex-field-re-init): Replace only space characters by regexp
9011 for whitespace.
9012 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
9013 (bibtex-initialize): Also update bibtex-strings.
9014 (bibtex-kill-field): Preserve white space at end of entry.
9015 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
9016 Update bibtex-reference-keys.
9017
9018 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9019
9020 * minibuffer.el (completion-pcm--merge-try): Also consider placing
9021 point after a star, if that's the only place where modifications can
9022 make progress.
9023
9024 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
9025
9026 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
9027 in docstrings.
9028
9029 2009-12-04 Juri Linkov <juri@jurta.org>
9030
9031 * proced.el (proced): Call `(proced-update t)' to update process
9032 information instead of only running proced-post-display-hook.
9033 (proced-send-signal): Add a leading space to the buffer name
9034 " *Marked Processes*" to make this buffer ephemeral.
9035
9036 2009-12-04 Juri Linkov <juri@jurta.org>
9037
9038 * dired.el (dired-auto-revert-buffer): New defcustom.
9039 (dired-internal-noselect): Use it.
9040
9041 2009-12-04 Juri Linkov <juri@jurta.org>
9042
9043 Change roles of modes and functions in image-mode.el (Bug#5062).
9044
9045 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
9046 in `auto-mode-alist'.
9047 (image-mode-previous-major-mode): New variable.
9048 (image-minor-mode-map): Rename from `image-mode-text-map'.
9049 (image-mode): Move graceful error-handling code from
9050 `image-minor-mode' to here. On errors call `image-mode-as-text'.
9051 (image-minor-mode): Remove all image-handling code.
9052 Replace `image-mode-text-map' with `image-minor-mode-map'.
9053 Check for `image-type' in mode-line format string.
9054 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
9055 (image-mode-as-text): New function with most code from
9056 `image-mode-maybe'.
9057 (image-toggle-display-text): Move code that removes image
9058 properties from `image-toggle-display' to here.
9059 (image-toggle-display-image): New function with code that adds
9060 image properties copied from `image-toggle-display'.
9061 (image-toggle-display): Remove most code with leaving only code
9062 that toggles between `image-mode-as-text' and `image-mode'.
9063
9064 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
9065
9066 * net/newst-treeview.el
9067 (newsticker--treeview-list-highlight-start): Restored call to
9068 save-excursion: Selected item was stuck.
9069 (newsticker--treeview-list-select): New.
9070 (newsticker--treeview-item-show-text)
9071 (newsticker--treeview-item-show)
9072 (newsticker--treeview-item-update): Use new
9073 newsticker-treeview-item-mode.
9074 (newsticker-treeview-update): Keep current item.
9075 (newsticker-treeview-next-new-or-immortal-item): Doc change.
9076 (newsticker--treeview-first-feed): Doc change.
9077 (newsticker-treeview-list-menu)
9078 (newsticker-treeview-item-menu): Added menu entries.
9079 (newsticker-treeview-item-mode): New.
9080
9081 * net/newst-backend.el (newsticker-customize): Delete other
9082 windows.
9083
9084 2009-12-04 Sam Steingold <sds@gnu.org>
9085
9086 * log-view.el (log-view-mode-map): "q" calls quit-window,
9087 like in all the other non-self-insert buffers.
9088
9089 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
9090
9091 Minor cleanup.
9092 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
9093 key decoding rather than do it manually via last-input-event +
9094 ascii-character.
9095 (term-exec): Use delete-and-extract-region.
9096 (term-handle-ansi-terminal-messages): Remove unused var `end'.
9097 (term-process-pager): Remove unused var `i'.
9098 (term-dynamic-simple-complete): Make obsolete.
9099 (serial-update-config-menu): Remove unused vars `y' and `str'.
9100 (term-update-mode-line): Remove unused var `temp'.
9101
9102 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9103
9104 Limit the number of log entries displayed by default.
9105 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
9106 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
9107 using a prefix argument.
9108
9109 2009-12-03 Glenn Morris <rgm@gnu.org>
9110
9111 * progmodes/idlwave.el (class): Restore still useful declaration.
9112
9113 2009-12-03 Alan Mackenzie <acm@muc.de>
9114
9115 Enhance `c-parse-state' to run efficiently in "brace deserts".
9116
9117 * progmodes/cc-mode.el (c-basic-common-init):
9118 Call c-state-cache-init.
9119 (c-neutralize-syntax-in-and-mark-CPP): Rename from
9120 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
9121 placing `category' properties value 'c-cpp-delimiter at its boundaries.
9122
9123 * progmodes/cc-langs.el (c-before-font-lock-function):
9124 c-extend-and-neutralize-syntax-in-CPP has been renamed
9125 c-neutralize-syntax-in-and-mark-CPP.
9126
9127 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
9128 with `category' properties now, not `syntax-table' ones.
9129
9130 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
9131 enhanced (but slower) version of c-end-of-macro that won't land
9132 inside a literal or on another awkward character.
9133 (c-state-cache-too-far, c-state-cache-start)
9134 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
9135 (c-state-nonlit-pos-cache-limit, c-state-point-min)
9136 (c-state-point-min-lit-type, c-state-point-min-lit-start)
9137 (c-state-min-scan-pos, c-state-brace-pair-desert)
9138 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
9139 buffer local variables.
9140 (c-state-literal-at, c-state-lit-beg)
9141 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
9142 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
9143 (c-state-cache-top-paren, c-state-cache-after-top-paren)
9144 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
9145 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
9146 (c-renarrow-state-cache)
9147 (c-append-lower-brace-pair-to-state-cache)
9148 (c-state-push-any-brace-pair, c-append-to-state-cache)
9149 (c-remove-stale-state-cache)
9150 (c-remove-stale-state-cache-backwards, c-state-cache-init)
9151 (c-invalidate-state-cache-1, c-parse-state-1)
9152 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
9153 (c-parse-state): Enhance and refactor.
9154 (c-debug-parse-state): Amend to deal with all the new variables.
9155
9156 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
9157 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
9158 modify to use category text properties rather than syntax-table ones.
9159 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
9160 to switch off/on the syntactic paren property of C++ template
9161 delimiters using the category property.
9162 (c-with-<->-as-parens-suppressed): Macro to invoke code with
9163 template delims suppressed.
9164 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
9165 New constant/macros which apply category properties to the start
9166 and end of preprocessor constructs.
9167 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
9168 "comment out" the syntactic value of characters in preprocessor
9169 constructs.
9170 (c-with-cpps-commented-out)
9171 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
9172 with characters in all or all but one preprocessor constructs
9173 "commented out".
9174
9175 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9176
9177 * proced.el (proced-filter-alist): Use regexp-quote.
9178
9179 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
9180
9181 Cleanup.
9182 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
9183 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
9184 arguments. Expand `default-directory'.
9185
9186 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
9187 the benefit of returning an expanded localname.
9188 (tramp-tramp-file-p): Handle the case NAME is not a string.
9189
9190 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9191
9192 Add support for bzr shelve/unshelve.
9193 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
9194 (vc-bzr-extra-menu-map): New variables.
9195 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
9196 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
9197 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
9198 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
9199 (vc-bzr-dir-extra-headers): Display shelves.
9200
9201 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
9202
9203 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9204
9205 * textmodes/bibtex.el (bibtex-complete-internal):
9206 Use completion-in-region.
9207 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
9208
9209 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9210
9211 Support applying stashes. Improve UI.
9212 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
9213 (vc-git-stash-apply, vc-git-stash-pop)
9214 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
9215 (vc-git-stash-menu): New functions.
9216 (vc-git-stash-menu-map): New variable.
9217 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
9218
9219 2009-12-03 Glenn Morris <rgm@gnu.org>
9220
9221 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
9222 (vc-print-log-internal): Fix previous change.
9223 (vc-revert): Correct pluralization.
9224
9225 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9226
9227 * progmodes/make-mode.el (makefile-special-targets-list): No need for
9228 it to be an alist any more.
9229 (makefile-complete): Use completion-in-region.
9230
9231 * progmodes/octave-mod.el (octave-complete-symbol):
9232 Use completion-in-region.
9233
9234 Misc cleanup.
9235 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
9236 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
9237 (idlwave-complete-class): Don't quote lambda.
9238 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
9239 (idlwave-mode-map): Move initialization into declaration.
9240 (idlwave-action-and-binding): Use backquotes.
9241 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
9242 Simplify.
9243 (idlwave-is-pointer-dereference): Remove unused var `pos'.
9244 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
9245 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
9246 `parts', and `all-parts'.
9247 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
9248 (idlwave-convert-xml-system-routine-info): Remove unused string
9249 `version-string'.
9250 (idlwave-display-user-catalog-widget): Use dolist.
9251 (idlwave-scanning-lib): Declare dynamically-scoped var.
9252 (idlwave-scan-library-catalogs): Remove unused var `flags'.
9253 (completion-highlight-first-word-only): Declare to silence bytecomp.
9254 (idlwave-popup-select): Tighten scope of `resp'.
9255 (idlwave-find-struct-tag): Remove unused var `beg'.
9256 (idlwave-after-load-rinfo-hook): Declare.
9257 (idlwave-sintern-class-info): Remove unused var `taglist'.
9258 (idlwave-find-class-definition): Remove unused var `list'.
9259 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
9260 (idlwave-what-module-find-class): Remove unused var `classes'.
9261
9262 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
9263
9264 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
9265
9266 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9267
9268 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
9269 buffers visited. Remove redundant current-buffer-saving.
9270
9271 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9272
9273 Use completion-in-buffer and remove uses of dynamic scoping.
9274 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
9275 (pascal-buffer-to-use, pascal-flag): Don't declare.
9276 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
9277 (pascal-get-completion-decl, pascal-keyword-completion):
9278 Add `pascal-str' argument, save-excursion,
9279 return the found completions, and don't filter with pascal-pred.
9280 (pascal-completion-cache): New var.
9281 (pascal-completion): Don't switch buffer any more (it was never
9282 necessary). Don't save-excursion any more (it's done by the called
9283 subroutines). Use a cache to avoid redundant computations.
9284 Use complete-with-action rather than pascal-completion-response and
9285 let it apply the predicate as well.
9286 (pascal-complete-word): Use completion-in-buffer when
9287 pascal-toggle-completions is nil.
9288 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
9289 not used any more.
9290 (pascal-comp-defun): Don't change buffer any more.
9291 Use complete-with-action rather than pascal-completion-response and
9292 let it apply the predicate as well.
9293 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
9294 when neded.
9295
9296 2009-12-02 Kenichi Handa <handa@m17n.org>
9297
9298 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
9299 shape for all Indic scripts.
9300
9301 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9302
9303 Use completion-in-buffer.
9304 * wid-edit.el (widget-field-text-end): New function.
9305 (widget-field-value-get): Use it.
9306 (widget-string-complete, widget-file-complete)
9307 (widget-color-complete): Use it and completion-in-region.
9308 (widget-complete): Don't narrow the buffer.
9309
9310 2009-12-02 Glenn Morris <rgm@gnu.org>
9311
9312 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
9313 (rmail-select-summary): Use rmail-pop-to-buffer.
9314 * mail/rmailsum.el: Replace all pop-to-buffer calls with
9315 rmail-pop-to-buffer, to prevent horizontal splits.
9316
9317 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
9318 save-excursion with save-current-buffer.
9319 Widen before searching. (Bug#5093)
9320 (diary-list-sexp-entries): Remove superfluous save-excursion.
9321
9322 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
9323
9324 * woman.el (woman-make-bufname): Handle man-pages with "." in the
9325 name. (Bug#5038)
9326
9327 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
9328
9329 * ido.el (ido-file-internal): Handle filenames at point that do
9330 not have a directory part. (Bug#5049)
9331
9332 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
9333
9334 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
9335 (mpc-songs-jump-to, mpc-resume): Doc fixes.
9336
9337 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
9338
9339 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
9340 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
9341 any more.
9342
9343 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9344
9345 * comint.el (comint-insert-input): Ignore clicks to the right of
9346 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
9347
9348 * vc.el (vc-print-log-internal): Don't wait for the process to
9349 terminate before setting up the major mode.
9350
9351 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
9352 in case.
9353
9354 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
9355 the last element.
9356
9357 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
9358
9359 2009-12-01 Glenn Morris <rgm@gnu.org>
9360
9361 * window.el (window--display-buffer-2): Fix previous changes.
9362
9363 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
9364
9365 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
9366
9367 2009-12-01 Glenn Morris <rgm@gnu.org>
9368
9369 * Makefile.in (ELCFILES): Add mpc.elc.
9370
9371 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9372
9373 * mpc.el: New file.
9374
9375 2009-12-01 Glenn Morris <rgm@gnu.org>
9376
9377 * window.el (window-to-use): Define for compiler.
9378
9379 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
9380 consistent with others (no final period).
9381
9382 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
9383 (rmail-mime-show): Downcase the encoding. (Bug#5070)
9384
9385 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
9386
9387 Make vc-print-log buttons work.
9388 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
9389
9390 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
9391
9392 * savehist.el (savehist-autosave-interval): Allow setting to nil
9393 through customize. (Bug#5056)
9394
9395 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
9396
9397 Fix references to jit-lock properties.
9398 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9399 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
9400 (perl-font-lock-special-syntactic-constructs):
9401 Quote jit-lock-defer-multiline property.
9402
9403 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
9404
9405 * vc-git.el (vc-git-registered): Call vc-git-root only once.
9406
9407 2009-11-30 Juri Linkov <juri@jurta.org>
9408
9409 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
9410 value `buffer' of `multi-isearch-next-buffer-current-function'.
9411 Use `(current-buffer)' when `buffer' is nil.
9412 (multi-isearch-next-buffer-from-list): Don't fallback to
9413 `(current-buffer)' when `buffer' is nil. (Bug#4947)
9414
9415 2009-11-30 Juri Linkov <juri@jurta.org>
9416
9417 * misearch.el (multi-isearch-read-buffers): Move canonicalization
9418 of buffers with `get-buffer' to `multi-isearch-buffers'.
9419 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9420 Canonicalize BUFFERS with `get-buffer'. Doc fix.
9421 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
9422 FILES with `expand-file-name' converting relative file names
9423 to absolute. Doc fix. (Bug#4727)
9424
9425 2009-11-30 Juri Linkov <juri@jurta.org>
9426
9427 * misearch.el (multi-isearch-read-buffers)
9428 (multi-isearch-read-matching-buffers): New functions.
9429 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9430 Use them in the `interactive' spec. Doc fix.
9431 (multi-isearch-read-files, multi-isearch-read-matching-files):
9432 New functions.
9433 (multi-isearch-files, multi-isearch-files-regexp):
9434 Use them in the `interactive' spec. Doc fix. (Bug#4725)
9435
9436 2009-11-30 Juri Linkov <juri@jurta.org>
9437
9438 * doc-view.el (doc-view-continuous):
9439 Rename from `doc-view-continuous-mode'.
9440 (doc-view-menu): Move "Toggle display" to the top.
9441 Add submenu "Continuous" with radio buttons "Off"/"On"
9442 and "Save as Default".
9443 (doc-view-scroll-up-or-next-page)
9444 (doc-view-scroll-down-or-previous-page)
9445 (doc-view-next-line-or-next-page)
9446 (doc-view-previous-line-or-previous-page): Rename
9447 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
9448
9449 2009-11-30 Juri Linkov <juri@jurta.org>
9450
9451 * comint.el (comint-mode-map): Rebind `M-r' from
9452 `comint-previous-matching-input' to
9453 `comint-history-isearch-backward-regexp'.
9454 Unbind `M-s' to allow global key binding `M-s'.
9455 Add menu items for `comint-history-isearch-backward' and
9456 `comint-history-isearch-backward-regexp'. (Bug#3746)
9457
9458 2009-11-30 Juri Linkov <juri@jurta.org>
9459
9460 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
9461 For def=recenter, replace `recenter' with `recenter-top-bottom'
9462 that is called with `this-command' and `last-command' let-bound
9463 to `recenter-top-bottom'. When the last `def' was not `recenter',
9464 set `recenter-last-op' to nil. (Bug#4981)
9465
9466 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9467
9468 Minor cleanup and simplification.
9469 * filecache.el (file-cache-add-directory)
9470 (file-cache-add-directory-recursively)
9471 (file-cache-add-from-file-cache-buffer)
9472 (file-cache-delete-file-regexp, file-cache-delete-directory)
9473 (file-cache-files-matching-internal, file-cache-display): Use dolist.
9474 (file-cache-temp-minibuffer-message): Delete function.
9475 (file-cache-minibuffer-complete): Use minibuffer-message instead.
9476
9477 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9478 Don't signal an error when bumping into EOB in tr, s, or y.
9479
9480 2009-11-29 Juri Linkov <juri@jurta.org>
9481
9482 * startup.el (fancy-about-text): Fix wording of Guided Tour.
9483 (Bug#4960)
9484
9485 * descr-text.el (describe-char-unidata-list): Use lowercase name
9486 for "Unicode name" like in other tags.
9487
9488 2009-11-29 Juri Linkov <juri@jurta.org>
9489
9490 * ediff-util.el (ediff-minibuffer-with-setup-hook):
9491 New compatibility macro.
9492 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
9493
9494 2009-11-29 Juri Linkov <juri@jurta.org>
9495
9496 Add defcustom to define the cycling order of `recenter-top-bottom'.
9497 (Bug#4981)
9498
9499 * window.el (recenter-last-op): Doc fix.
9500 (recenter-positions): New defcustom.
9501 (recenter-top-bottom): Rewrite to use `recenter-positions'.
9502 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
9503
9504 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
9505
9506 Improve integration of Tramp and ange-ftp in eshell.
9507
9508 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
9509 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
9510 (eshell/sudo): Flatten args. Let-bind `default-directory'.
9511
9512 * eshell/esh-util.el (top): Require also Tramp when compiling.
9513 (eshell-directory-files-and-attributes): Check for FTP remote
9514 connection.
9515 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
9516 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
9517 (eshell-file-attributes): Handle ".". Return `entry'.
9518
9519 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
9520 (ange-ftp-directory-files-and-attributes)
9521 (ange-ftp-real-directory-files-and-attributes): New defuns.
9522
9523 * net/tramp.el (tramp-maybe-open-connection): Open the remote
9524 shell with "exec" when possible. This prevents trailing prompts
9525 in `start-file-process'.
9526
9527 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9528
9529 Try and remove assumptions about point-min==1.
9530 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
9531 (rng-compute-mode-line-string): Show the validation percentage in
9532 terms of the narrowed text, not the widened text.
9533 (rng-do-some-validation): Don't catch internal errors when debugging.
9534 (rng-first-error): Simplify.
9535 (rng-after-change-function): Remove work around. AFAIK the bug has
9536 been fixed a while ago.
9537
9538 * image-mode.el (image-minor-mode): Exit more gracefully when the image
9539 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
9540
9541 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
9542
9543 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
9544 `cd' doesn't always do it for us (bug#5067).
9545
9546 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
9547 on 2009-10-25 as part of some other change (bug#5067).
9548
9549 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9550
9551 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
9552 `suspicious'.
9553 (byte-compile-warnings): Use byte-compile-warning-types.
9554 (byte-compile-save-excursion): Warn about use of set-buffer right
9555 after save-excursion.
9556
9557 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
9558 the excursion as well.
9559
9560 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
9561
9562 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
9563 providing a Tramp related implementation of "su" and "sudo".
9564 (eshell-unix-initialize): Add "su" and "sudo".
9565
9566 2009-11-27 Daiki Ueno <ueno@unixuser.org>
9567
9568 * net/socks.el (socks-send-command): Convert binary request to
9569 unibyte before sending. This fixes mishandling of some port
9570 numbers such as 129.
9571
9572 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9573
9574 * help.el (describe-bindings-internal): Remove `interactive'.
9575
9576 * man.el (Man-completion-table): Trim a terminating "(".
9577 Remove the space between name page a section.
9578 Add the command's description on the `help-echo' property.
9579 Remove `process-connection-type' binding since it's unused by
9580 call-process.
9581 Provide completion for the "<section> <name>" format as well.
9582 (Man-default-man-entry): Remove spurious var shadowing the argument.
9583
9584 2009-11-26 Kevin Ryde <user42@zip.com.au>
9585
9586 * log-view.el: Add "Keywords: tools", since its other keywords
9587 aren't in finder-known-keywords, and following vc.el.
9588
9589 * sha1.el (sha1-string-external): default-directory "/" in case
9590 otherwise non-existent. process-connection-type pipe for touch of
9591 efficiency recommended by elisp manual. (An aside in Bug#3911.)
9592
9593 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9594
9595 Misc coding convention cleanups.
9596 * htmlfontify.el (hfy-init-kludge-hook): Rename from
9597 hfy-init-kludge-hooks.
9598 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
9599 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
9600 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
9601 and push.
9602 (hfy-slant, hfy-weight): Use tables rather than code.
9603 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
9604 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
9605 (hfy-face-attr-for-class): Initialize `face-spec' directly.
9606 (hfy-face-to-css): Remove `nconc' with single arg.
9607 (hfy-p-to-face-lennart): Use `or'.
9608 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
9609 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
9610 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
9611 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
9612 (hfy-force-fontification): Use run-hooks.
9613
9614 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
9615
9616 Various minor fixes.
9617 * htmlfontify.el (hfy-default-header): Add toggle_invis since
9618 Javascript belongs in the header, not the body.
9619 (hfy-javascript): Remove.
9620 (hfy-fontify-buffer): Don't insert it any more.
9621 (hfy-face-at): Handle (face0 face1 face2) style face properties.
9622 Fix bug in invis handling when there were no invis props in a chunk.
9623
9624 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9625
9626 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
9627
9628 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
9629
9630 * finder.el (finder-mode-map): Add a menu.
9631
9632 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
9633
9634 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
9635 "unsigned" structs.
9636
9637 (verilog-leap-to-head, verilog-backward-token): Handle "disable
9638 fork" statement better.
9639
9640 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
9641
9642 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
9643 (verilog-delete-auto, verilog-delete-empty-auto-pair)
9644 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
9645 Reported by Clay Douglass.
9646
9647 (verilog-auto-inst, verilog-auto-star-safe)
9648 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
9649 Fix removing "// Interfaces" when saving .* expansions. Reported by
9650 Pierre-David Pfister.
9651
9652 2009-11-26 Glenn Morris <rgm@gnu.org>
9653
9654 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
9655 the scope.
9656
9657 2009-11-25 Johan Bockgård <bojohan@gnu.org>
9658
9659 * vc-annotate.el (vc-annotate-revision-previous-to-line):
9660 Really use previous revision.
9661
9662 2009-11-25 Kevin Ryde <user42@zip.com.au>
9663
9664 * man.el (Man-completion-table): default-directory "/" in case
9665 doesn't otherwise exist. process-environment COLUMNS=999 so as
9666 not to truncate long names. process-connection-type pipe to avoid
9667 any chance of hitting the pseudo-tty TIOCGWINSZ.
9668 (man): completion-ignore-case t for friendliness and since man
9669 itself is case-insensitive on the command line.
9670 Further to Bug#3717.
9671
9672 * arc-mode.el: Add "Keywords: files", so the details in its
9673 commentary can be reached from finder-by-keyword.
9674 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
9675 editing mode, but it's comms related and sgml-mode.el has "comm"
9676 on that basis too.
9677 * textmodes/bibtex-style.el: Add "Keywords: tex".
9678 * international/isearch-x.el, international/ja-dic-cnv.el:
9679 * international/ja-dic-utl.el, international/kkc.el:
9680 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
9681
9682 2009-11-25 Juri Linkov <juri@jurta.org>
9683
9684 * man.el (Man-completion-table): Modify regexp to include
9685 section names to completion strings. (Bug#3717)
9686
9687 2009-11-25 Juri Linkov <juri@jurta.org>
9688
9689 Search recursively in gzipped files. (Bug#4982)
9690
9691 * progmodes/grep.el (grep-highlight-matches): Add new options
9692 `always' and `auto'. Doc fix.
9693 (grep-process-setup): Check `grep-highlight-matches' for
9694 `auto-detect' to determine the need to compute grep defaults.
9695 Move Windows/DOS specific --colors settings handling
9696 to `grep-compute-defaults'. Check `grep-highlight-matches'
9697 to get the value of "--color=".
9698 (grep-compute-defaults): Compute `grep-highlight-matches' when it
9699 has the value `auto-detect'. Move Windows/DOS specific settings
9700 from `grep-process-setup'.
9701 (zrgrep): New command with alias `rzgrep'.
9702
9703 2009-11-25 Juri Linkov <juri@jurta.org>
9704
9705 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
9706 to nil instead of switching off view-mode. (Bug#4896)
9707
9708 2009-11-25 Juri Linkov <juri@jurta.org>
9709
9710 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
9711
9712 * mwheel.el (mwheel-scroll-up-function)
9713 (mwheel-scroll-down-function): New defvars.
9714 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
9715 `scroll-up', and `mwheel-scroll-down-function' instead of
9716 `scroll-down'.
9717
9718 * doc-view.el (doc-view-scroll-up-or-next-page)
9719 (doc-view-scroll-down-or-previous-page): Add optional ARG.
9720 Use this ARG in the call to image-scroll-up/image-scroll-down.
9721 Change `interactive' spec to "P". Goto next/previous page only
9722 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
9723 SPC/DEL case). Doc fix.
9724 (doc-view-next-line-or-next-page)
9725 (doc-view-previous-line-or-previous-page): Rename arg to ARG
9726 for consistency.
9727 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
9728 `doc-view-scroll-up-or-next-page', and buffer-local
9729 `mwheel-scroll-down-function' to
9730 `doc-view-scroll-down-or-previous-page'.
9731
9732 2009-11-25 Juri Linkov <juri@jurta.org>
9733
9734 Provide additional default values (directories at other Dired
9735 windows) via M-n in the minibuffer of some Dired commands.
9736
9737 * dired-aux.el (dired-diff, dired-compare-directories)
9738 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
9739 `minibuffer-default' in `minibuffer-with-setup-hook'.
9740 (dired-dwim-target-directory): Find a window that displays Dired
9741 buffer instead of failing when the next window is not Dired.
9742 Use `get-window-with-predicate' to find for the next Dired window.
9743 (dired-dwim-target-defaults): New function.
9744
9745 * ediff-util.el (ediff-read-file-name):
9746 Use `dired-dwim-target-defaults' to set `minibuffer-default'
9747 in `minibuffer-with-setup-hook'.
9748
9749 2009-11-25 Juri Linkov <juri@jurta.org>
9750
9751 Provide additional default values (file name at point or at the
9752 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
9753
9754 * minibuffer.el (read-file-name-defaults): New function.
9755 (read-file-name): Reset `minibuffer-default' to nil when
9756 it duplicates initial input `insdef'.
9757 Bind `minibuffer-default-add-function' to lambda that
9758 calls `read-file-name-defaults' in `minibuffer-selected-window'.
9759 (minibuffer-insert-file-name-at-point): New command.
9760
9761 * files.el (file-name-at-point-functions): New defcustom.
9762 (find-file-default): Remove defvar.
9763 (find-file-read-args): Don't use `find-file-default'.
9764 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9765 to `read-file-name'.
9766 (find-file-literally): Use `read-file-name' with
9767 `confirm-nonexistent-file-or-buffer'.
9768
9769 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
9770
9771 * dired.el (dired-read-dir-and-switches):
9772 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9773 to `read-file-name'.
9774 (dired-file-name-at-point): New function.
9775 (dired-mode): Add hook `dired-file-name-at-point' to
9776 `file-name-at-point-functions'.
9777
9778 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9779
9780 Really make the *Completions* window soft-dedicated (bug#5030).
9781 * window.el (window--display-buffer-2): Add `dedicated' argument.
9782 (display-buffer): Pass it when needed so the dedicated flag is set
9783 after calling set-window-buffer, which would otherwise reset it.
9784
9785 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9786
9787 * progmodes/meta-mode.el (meta-complete-symbol):
9788 * progmodes/etags.el (complete-tag):
9789 * mail/mailabbrev.el (mail-abbrev-complete-alias):
9790 Use completion-in-region.
9791
9792 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
9793 (dabbrev-completion): Use completion-in-region.
9794 (dabbrev--abbrev-at-point): Simplify regexp.
9795
9796 * abbrev.el (abbrev--before-point): Use word-motion functions
9797 if :regexp is not specified (bug#5031).
9798
9799 * subr.el (string-prefix-p): New function.
9800
9801 * man.el (Man-completion-cache): New var.
9802 (Man-completion-table): Use it.
9803
9804 * vc.el (vc-print-log-internal): Make `limit' optional for better
9805 compatibility (e.g. with vc-annotate.el).
9806
9807 2009-11-24 Kevin Ryde <user42@zip.com.au>
9808
9809 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
9810 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
9811
9812 * emacs-lisp/elint.el (elint-add-required-env): Better error message
9813 when .el source file not found or other error.
9814
9815 2009-11-24 Markus Triska <markus.triska@gmx.at>
9816
9817 * linum.el (linum-update-window): Ignore intangible (bug#4996).
9818
9819 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9820
9821 Handle the [back] button properly (bug#4979).
9822 * descr-text.el (describe-text-properties): Add a `buffer' argument.
9823 Use help-setup-xref, help-buffer, and with-help-window.
9824 (describe-char): Add `buffer' argument.
9825 Pass proper command to help-setup-xref. Don't meddle with
9826 help-xref-stack-item directly.
9827 (describe-text-category): Use with-help-window and help-buffer.
9828
9829 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
9830 for the displayed buffer (bug#4887).
9831
9832 * man.el (Man-completion-table): New function.
9833 (man): Use it.
9834
9835 2009-11-24 David Reitter <david.reitter@gmail.com>
9836
9837 * vc-git.el (vc-git-registered): Use checkout directory (where
9838 .git is) rather than the file's directory and a relative path spec
9839 to work around a bug in git.
9840
9841 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
9842
9843 Improve handling of processes on remote hosts.
9844
9845 * eshell/esh-util.el (eshell-path-env): New defvar.
9846 (eshell-parse-colon-path): New defun.
9847 (eshell-file-attributes): Use `eshell-parse-colon-path'.
9848
9849 * eshell/esh-ext.el (eshell-search-path):
9850 Use `eshell-parse-colon-path'.
9851 (eshell-remote-command): Remove argument HANDLER.
9852 (eshell-external-command): Check for FTP remote connection.
9853
9854 * eshell/esh-proc.el (eshell-gather-process-output):
9855 Use `file-truename', in order to start also symlinked files.
9856 Apply `start-file-process' instead of `start-process'.
9857 Shorten `command' to the local file name part.
9858
9859 * eshell/em-cmpl.el (eshell-complete-commands-list):
9860 Use `eshell-parse-colon-path'.
9861
9862 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
9863
9864 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
9865 to `eshell-directory-change-hook'.
9866
9867 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
9868
9869 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
9870 because it could be enabled automatically if view-read-only is non-nil.
9871
9872 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
9873
9874 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
9875 made on 2009-11-22.
9876
9877 2009-11-24 Glenn Morris <rgm@gnu.org>
9878
9879 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
9880 deleted variable bookmark-bmenu-bookmark-column.
9881
9882 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9883
9884 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
9885
9886 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
9887
9888 * net/browse-url.el (browse-url-filename-alist): On Windows, add
9889 two slashes to the "file:" prefix.
9890 (browse-url-file-url): De-munge Cygwin filenames before passing
9891 them to Windows browser.
9892 (browse-url-default-windows-browser): Use call-process.
9893
9894 2009-11-23 Juri Linkov <juri@jurta.org>
9895
9896 Implement DocView Continuous mode. (Bug#4896)
9897 * doc-view.el (doc-view-continuous-mode): New defcustom.
9898 (doc-view-mode-map): Bind C-n/<down> to
9899 `doc-view-next-line-or-next-page', C-p/<up> to
9900 `doc-view-previous-line-or-previous-page'.
9901 (doc-view-next-line-or-next-page)
9902 (doc-view-previous-line-or-previous-page): New commands.
9903
9904 2009-11-23 Juri Linkov <juri@jurta.org>
9905
9906 Implement Isearch in comint input history. (Bug#3746)
9907 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
9908 `isearch-mode-hook'.
9909 (comint-history-isearch): New defcustom.
9910 (comint-history-isearch-backward)
9911 (comint-history-isearch-backward-regexp): New commands.
9912 (comint-history-isearch-message-overlay): New buffer-local variable.
9913 (comint-history-isearch-setup, comint-history-isearch-end)
9914 (comint-goto-input, comint-history-isearch-search)
9915 (comint-history-isearch-message, comint-history-isearch-wrap)
9916 (comint-history-isearch-push-state)
9917 (comint-history-isearch-pop-state): New functions.
9918
9919 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
9920
9921 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
9922 return.
9923 (tramp-handle-make-symbolic-link)
9924 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
9925 Quote file names.
9926 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
9927 (tramp-handle-process-file): Use it.
9928
9929 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9930
9931 * window.el (move-to-window-line-last-op): Remove.
9932 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
9933
9934 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
9935
9936 Make M-r mirror the new cycling behavior of C-l.
9937 * window.el (move-to-window-line-last-op): New var.
9938 (move-to-window-line-top-bottom): New command.
9939 (global-map): Bind M-r move-to-window-line-top-bottom.
9940
9941 2009-11-23 Sven Joachim <svenjoac@gmx.de>
9942
9943 * dired-x.el (dired-guess-shell-alist-default):
9944 Support xz format. (Bug#4953)
9945
9946 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
9947
9948 * emulation/viper-cmd.el: Use viper-last-command-char instead of
9949 last-command-char/last-command-event.
9950 (viper-prefix-arg-value): Do correct conversion of event-char for
9951 XEmacs.
9952
9953 * emulation/viper-util.el, emulation/viper.el:
9954 Use viper-last-command-char instead of
9955 last-command-char/last-command-event.
9956
9957 * ediff-init.el, ediff-mult.el, ediff-util.el:
9958 Replace last-command-char and last-command-event
9959 with (ediff-last-command-char) everywhere.
9960
9961 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
9962 created in fundamental mode.
9963
9964 * ediff.el (ediff-version): Revert the change of interactive-p to
9965 called-interactively-p.
9966
9967 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
9968
9969 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
9970 generation from word-movement command names.
9971
9972 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
9973
9974 * cus-start.el (all): Add native condition for font-use-system-font.
9975
9976 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
9977
9978 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9979 Correct the patch from 2009-11-18. (Bug#3910)
9980
9981 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
9982
9983 * progmodes/subword.el: Rename from lisp/subword.el.
9984
9985 * subword.el: Rename to progmodes/subword.el.
9986
9987 * Makefile.in (ELCFILES): Adapt to subword.el move.
9988
9989 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9990 Stefan Monnier <monnier@iro.umontreal.ca>
9991
9992 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
9993 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
9994 (bookmark-bmenu-show-filenames): Use push.
9995 (bookmark-bmenu-hide-filenames): Use local var instead of
9996 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
9997 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
9998 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
9999 filenames now that the bookmark names are always available.
10000
10001 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10002
10003 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
10004 (bookmark-search-pattern): Move and leave unbound.
10005 (bookmark-bmenu-mode-map): Change binding.
10006 (bookmark-read-search-input): Simplify.
10007 Don't use text-char-description. Don't error on non-char events.
10008 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
10009 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
10010 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
10011 Use a local var for the timer.
10012 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
10013 (i.e. bookmark-bmenu-search).
10014
10015 2009-11-21 Glenn Morris <rgm@gnu.org>
10016
10017 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
10018
10019 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
10020
10021 * net/browse-url.el (browse-url-default-windows-browser):
10022 Use cygstart for cygwin.
10023
10024 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
10025
10026 * bookmark.el: Formatting and doc fixes only:
10027 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
10028 (bookmark-bmenu-search): Wrap to fit within 80 columns.
10029 Minor grammar and punctuation fixes in doc string.
10030 (bookmark-read-search-input): Adjust to fit within 80 columns.
10031
10032 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
10033
10034 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
10035 (c-backward-into-nomenclature): Adapt to subword renaming.
10036
10037 * subword.el (subword-forward, subword-backward, subword-mark)
10038 (subword-kill, subword-backward-kill, subword-transpose)
10039 (subword-downcase, subword-upcase, subword-capitalize)
10040 (subword-forward-internal, subword-backward-internal):
10041 Rename from forward-subword, backward-subword, mark-subword,
10042 kill-subword, backward-kill-subword, transpose-subwords,
10043 downcase-subword, upcase-subword, capitalize-subword,
10044 forward-subword-internal, backward-subword-internal.
10045
10046 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10047
10048 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
10049 New options.
10050 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
10051 New vars.
10052 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
10053 (bookmark-bmenu-filter-alist-by-regexp)
10054 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
10055 (bookmark-bmenu-search): New command.
10056 (bookmark-bmenu-mode-map): Bind it.
10057
10058 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
10059
10060 * progmodes/cc-cmds.el: declare-functioned forward-subword and
10061 backward-subword to quit the byte-compiler.
10062
10063 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
10064
10065 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
10066
10067 * progmodes/cc-cmds.el (c-update-modeline)
10068 (c-forward-into-nomenclature, c-backward-into-nomenclature):
10069 Refer to subword.el functions instead of cc-subword.el.
10070
10071 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
10072 subword.el functions instead of cc-subword.el.
10073
10074 * progmodes/cc-subword.el: Rename to subword.el.
10075 * subword.el: Rename from progmodes/cc-subword.el.
10076 (subword-mode-map): Rename from c-subword-mode-map.
10077 (subword-mode): Rename from c-subword-mode.
10078 (global-subword-mode): New global minor mode.
10079 (forward-subword): Rename from c-forward-subword.
10080 (backward-subword): Rename from c-backward-subword.
10081 (mark-subword): Rename from c-mark-subword.
10082 (kill-subword): Rename from c-kill-subword.
10083 (backward-kill-subword): Rename from c-backward-kill-subword.
10084 (transpose-subwords): Rename from c-tranpose-subword.
10085 (downcase-subword): Rename from c-downcase-subword.
10086 (capitalize-subword): Rename from c-capitalize-subword.
10087 (forward-subword-internal): Rename from c-forward-subword-internal.
10088 (backward-subword-internal): Rename from c-backward-subword-internal.
10089
10090 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
10091
10092 * vc.el (vc-deduce-fileset): Allow non-state changing operations
10093 from a dired buffer.
10094 (vc-dired-deduce-fileset): New function.
10095 (vc-root-diff, vc-print-root-log): Use it.
10096
10097 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
10098 nil LIMIT argument to vc-print-log-internal.
10099
10100 2009-11-20 Glenn Morris <rgm@gnu.org>
10101
10102 * Makefile.in (ELCFILES): Regenerate.
10103
10104 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
10105
10106 * calc/calc.el (calc-set-mode-line):
10107 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10108 (math-format-number): Rename `math-format-complement-signed' to
10109 `math-format-twos-complement'.
10110
10111 * calc/calc-bin.el (math-format-twos-complement): Rename from
10112 math-format-complement-signed.
10113 (calc-radix): Rename `calc-complement-signed-mode' to
10114 `calc-twos-complement-mode'.
10115 (calc-octal-radix, calc-hex-radix): Add an argument for
10116 two's complement.
10117
10118 * calc/calc-embed.el (calc-embedded-mode-vars):
10119 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10120
10121 * calc/calc-ext.el (calc-init-extensions):
10122 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10123 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
10124
10125 * calc/calc-units.el (math-build-units-table-buffer):
10126 Let `calc-twos-complement-mode' be nil.
10127
10128 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
10129 entries.
10130
10131 * calc/calc-vec.el (calcFunc-vunpack):
10132 * calc/calc-aent.el (calc-do-calc-eval):
10133 * calc/calc-forms.el (math-format-date):
10134 * calc/calc-graph.el (calc-graph-plot):
10135 * calc/calc-math.el (math-use-emacs-fn):
10136 * calc/calccomp.el (math-compose-expr):
10137 Let `calc-twos-complement-mode' be nil.
10138
10139 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10140
10141 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
10142 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
10143 * minibuffer.el (completion-in-region-functions): New hook.
10144 (completion-in-region): New function.
10145 * emacs-lisp/lisp.el (lisp-complete-symbol):
10146 * pcomplete.el (pcomplete-std-complete): Use it.
10147
10148 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10149
10150 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
10151 (latex-complete-alist): New vars.
10152 (latex-string-prefix-p, latex-complete-bibtex-keys)
10153 (latex-complete-envnames, latex-complete-refkeys)
10154 (latex-complete-data): New functions.
10155 (latex-complete, latex-indent-or-complete): New commands.
10156
10157 * window.el (display-buffer-mark-dedicated): New var.
10158 (display-buffer): Obey it.
10159 * minibuffer.el (minibuffer-completion-help): Use it.
10160
10161 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
10162
10163 * filecache.el (file-cache-add-file): Use push and cons.
10164 (file-cache-delete-file-regexp): Use push.
10165 (file-cache-complete): Use completion-in-region.
10166
10167 * simple.el (with-wrapper-hook): Fix thinko.
10168
10169 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
10170 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
10171 Use with-current-buffer and string-to-number.
10172 (hfy-fallback-colour-values): Use assoc-string.
10173 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
10174 (hfy-face-at): Remove unused var `found-face'.
10175 (hfy-compile-stylesheet): Remove unused var `css'.
10176 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
10177 and `orig-buffer'.
10178 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
10179 Use with-current-buffer.
10180 (hfy-text-p): Use expand-file-name and fewer setq.
10181
10182 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
10183
10184 * htmlfontify.el, hfy-cmap.el: New files.
10185
10186 2009-11-19 Juri Linkov <juri@jurta.org>
10187
10188 * minibuffer.el (completions-format): New defcustom.
10189 (completion--insert-strings): Implement vertical format.
10190
10191 * simple.el (switch-to-completions): Move point to the first
10192 completion when point was at the beginning of the buffer.
10193
10194 2009-11-19 Juri Linkov <juri@jurta.org>
10195
10196 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
10197
10198 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
10199
10200 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
10201
10202 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
10203 (mail-signature): Change default to t.
10204 (mail-from-style): Deprecate `system-default' value.
10205 (mail-insert-from-field): For default value of mail-from-style,
10206 default to `angles' unless `angles' needs quoting and `parens'
10207 does not.
10208 (mail-citation-prefix-regexp): Use citation regexp from
10209 message-mode.
10210
10211 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
10212
10213 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10214 Set variables for computing the prompt for reading password.
10215
10216 2009-11-19 Glenn Morris <rgm@gnu.org>
10217
10218 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
10219
10220 * textmodes/flyspell.el (sgml-lexical-context): Declare.
10221
10222 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
10223 (newsticker-treeview-listwindow-height): Fix custom type.
10224
10225 2009-11-19 Kenichi Handa <handa@m17n.org>
10226
10227 * descr-text.el (describe-char-padded-string): Compose with TAB
10228 only if there's a font for CH.
10229 (describe-char): Fix the condition for detecting a trivial composition.
10230
10231 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
10232
10233 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
10234 more accurate version of the regexp. (Bug#3910)
10235
10236 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
10237
10238 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
10239
10240 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
10241
10242 * font-setting.el (font-use-system-font): Declare for byte-compiler.
10243 (font-setting-change-default-font): Fix typo in docstring.
10244
10245 2009-11-18 Alan Mackenzie <acm@muc.de>
10246
10247 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
10248
10249 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10250
10251 * font-setting.el (font-use-system-font): Move ...
10252
10253 * cus-start.el (all): ... to here.
10254
10255 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
10256
10257 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
10258 Don't set `ad-return-value' if `ad-do-it' doesn't.
10259
10260 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
10261 modification time.
10262
10263 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10264
10265 * menu-bar.el: Put "Use system font" in Option-menu.
10266 (menu-bar-options-save): Add font-use-system-font.
10267
10268 * loadup.el: If feature system-font-setting or font-render-setting is
10269 there, load font-setting.
10270
10271 * Makefile.in (ELCFILES): Add font-settings.el.
10272 * font-setting.el: New file.
10273
10274 2009-11-17 Glenn Morris <rgm@gnu.org>
10275
10276 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
10277
10278 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
10279 Preserve point in the list buffer. (Bug#4939)
10280 Use point-at-eol.
10281 (newsticker--treeview-list-update-highlight)
10282 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
10283
10284 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10285
10286 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
10287 Remove.
10288
10289 * calc/calc-ext.el (calc-init-extensions): Remove references to
10290 symclip.
10291
10292 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
10293
10294 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
10295 * calc/calc-help.el (calc-b-prefix-help): Remove references to
10296 `calc-symclip'.
10297
10298 2009-11-16 Kevin Ryde <user42@zip.com.au>
10299
10300 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10301 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
10302
10303 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
10304 (lm-keywords-list): Allow comma-only separator like "foo,bar".
10305 Ignore trailing spaces by omit-nulls to split-string (fixing
10306 regression from Emacs 21 due to the incompatible split-string
10307 change). (Bug #4928.)
10308
10309 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
10310
10311 * vc.el (vc-log-show-limit): Default to 2000.
10312 (vc-print-log-internal): Insert buttons to request more entries
10313 when limiting the output.
10314
10315 * vc-sccs.el (vc-sccs-print-log):
10316 * vc-rcs.el (vc-rcs-print-log):
10317 * vc-cvs.el (vc-cvs-print-log):
10318 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
10319 LIMIT is non-nil.
10320
10321 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
10322
10323 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
10324 error when `tramp-gvfs-dbus-event-vector' is set.
10325 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
10326
10327 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10328
10329 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
10330
10331 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
10332
10333 * net/dbus.el (dbus-unregister-service): New defun.
10334 (dbus-register-property): Register the handlers of
10335 "org.freedesktop.DBus.Properties" for SERVICE.
10336 (dbus-property-handler): Fix docstring.
10337
10338 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10339
10340 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
10341 Quote doc string reference in defvaralias as it is not in special form.
10342 (byte-compile-output-docform): Doc fix.
10343
10344 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10345
10346 * calc/calc.el (math-2-word-size, math-half-2-word-size)
10347 (calc-complement-signed-mode): New variables.
10348 (calc-set-mode-line): Add indicator for twos-complements.
10349 (math-format-number): Format twos-complement notation.
10350
10351 * calc/calc-bin.el (calc-word-size): Reset the variables
10352 `math-2-word-size' and `math-half-2-word-size'.
10353 (math-format-complement-signed, math-symclip, calcFunc-symclip)
10354 (calc-symclip): New functions.
10355
10356 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
10357
10358 * calc/calc-embed.el (calc-embedded-mode-vars):
10359 Add `calc-complement-signed-mode' to the list of modes.
10360
10361 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
10362 (calc-b-oper-keys): Add `calc-symclip' to list.
10363
10364 * calc/calc-ext.el (math-read-number-fancy): Read complement
10365 signed numbers.
10366 (calc-init-extensions): Add binding for `calc-symclip'.
10367 Add autoload for `calcFunc-symclip' and `calc-symclip'.
10368
10369 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
10370 `calc-symclip'.
10371 (calc-modes-menu): Add item for twos complement mode.
10372
10373 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
10374
10375 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
10376
10377 * register.el (jump-to-register, insert-register): Handle Semantic
10378 tags. From commented-out advice in semantic/senator.el.
10379
10380 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10381
10382 * vc.el (vc-log-show-limit): New variable.
10383 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
10384 when using a prefix argument.
10385 (vc-print-log-internal): Add new argument LIMIT.
10386
10387 * vc-svn.el (vc-svn-print-log):
10388 * vc-mtn.el (vc-mtn-print-log):
10389 * vc-hg.el (vc-hg-print-log):
10390 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
10391 pass it to the log command when set. Make the BUFFER argument
10392 non-optional.
10393
10394 * vc-sccs.el (vc-sccs-print-log):
10395 * vc-rcs.el (vc-rcs-print-log):
10396 * vc-git.el (vc-git-print-log):
10397 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
10398 ignore it. Make the BUFFER argument non-optional
10399
10400 * bindings.el (mode-line-buffer-identification): Do not purecopy.
10401
10402 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
10403
10404 * dired.el (dired-mode-map): Move encryption items to "Operate"
10405 menu (Bug#4703).
10406
10407 * strokes.el (strokes-update-window-configuration): Make strokes
10408 buffer current before erasing (Bug#4906).
10409
10410 2009-11-15 Juri Linkov <juri@jurta.org>
10411
10412 * simple.el (set-mark-default-inactive): Add :type, :group
10413 and :version. (Bug#4876)
10414
10415 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
10416
10417 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
10418 (archive-unique-fname): ... here. (Bug#4929)
10419
10420 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10421
10422 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
10423 with a real fix.
10424
10425 * novice.el (disabled-command-function): Add useful args.
10426 Setup the help buffer so that [back] works.
10427 Remove redundant call to help-mode.
10428 (disabled-command-function): Use `case'.
10429 (en/disable-command): New function extracted from enable-command.
10430 (enable-command, disable-command): Use it.
10431
10432 2009-11-14 Glenn Morris <rgm@gnu.org>
10433
10434 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
10435 constants. (Bug#4913)
10436
10437 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
10438
10439 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
10440
10441 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
10442 defined in C that have no doc-strings. (Bug#1063)
10443
10444 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
10445
10446 * cus-edit.el (data, files):
10447 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
10448
10449 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
10450
10451 * simple.el (shell-command): Doc fix (Bug#4891).
10452
10453 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
10454
10455 2009-11-14 Glenn Morris <rgm@gnu.org>
10456
10457 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
10458 statements for vc-diff, emerge-quit, and rmail-cease-edit.
10459 If they are already loaded, eval-after-load will do the right thing.
10460
10461 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
10462 compiling.
10463
10464 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
10465
10466 * simple.el (x-selection-owner-p): Declare.
10467 (read-mail-command): Use custom radio type rather than choice.
10468 (completion-no-auto-exit): Doc fix.
10469
10470 * custom.el (defgroup):
10471 * epg-config.el (epg): Doc fixes.
10472
10473 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10474
10475 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10476 * international/ccl.el (define-ccl-program): Do not purecopy the
10477 docstring, defconst does it anyway.
10478
10479 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10480
10481 * add-log.el (add-change-log-entry): Avoid displaying the changelog
10482 a second time.
10483
10484 * x-dnd.el (x-dnd-maybe-call-test-function):
10485 * window.el (split-window-vertically):
10486 * whitespace.el (whitespace-help-on):
10487 * vc-rcs.el (vc-rcs-consult-headers):
10488 * userlock.el (ask-user-about-lock-help)
10489 (ask-user-about-supersession-help):
10490 * type-break.el (type-break-force-mode-line-update):
10491 * time-stamp.el (time-stamp-conv-warn):
10492 * terminal.el (te-set-output-log, te-more-break, te-filter)
10493 (te-sentinel, terminal-emulator):
10494 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10495 (term-write-input-ring, term-check-source, term-start-output-log):
10496 (term-display-buffer-line, term-dynamic-list-completions):
10497 (term-ansi-make-term, serial-term):
10498 * subr.el (selective-display):
10499 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10500 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
10501 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
10502 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
10503 (speedbar-remove-localized-speedbar-support)
10504 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
10505 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
10506 (speedbar-buffers-line-directory):
10507 * simple.el (shell-command-on-region, append-to-buffer)
10508 (prepend-to-buffer):
10509 * shadowfile.el (shadow-save-todo-file):
10510 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
10511 (scroll-bar-maybe-set-window-start):
10512 * sb-image.el (speedbar-image-dump):
10513 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
10514 (load-save-place-alist-from-file):
10515 * ps-samp.el (ps-print-message-from-summary):
10516 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
10517 (ps-background-image, ps-begin-job, ps-do-despool):
10518 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
10519 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
10520 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
10521 (pr-call-process, pr-file-list, pr-interface-save):
10522 * novice.el (disabled-command-function)
10523 (enable-command, disable-command):
10524 * mouse.el (mouse-buffer-menu-alist):
10525 * mouse-copy.el (mouse-kill-preserving-secondary):
10526 * macros.el (kbd-macro-query):
10527 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
10528 * informat.el (batch-info-validate):
10529 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
10530 * hippie-exp.el (try-expand-dabbrev-visible):
10531 * help-mode.el (help-make-xrefs):
10532 * help-fns.el (describe-variable):
10533 * generic-x.el (bat-generic-mode-run-as-comint):
10534 * finder.el (finder-mouse-select):
10535 * find-dired.el (find-dired-sentinel):
10536 * filesets.el (filesets-file-close):
10537 * files.el (list-directory):
10538 * faces.el (list-faces-display, describe-face):
10539 * facemenu.el (list-colors-display):
10540 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
10541 * epg.el (epg--process-filter, epg-cancel):
10542 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
10543 (epa--read-signature-type):
10544 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
10545 (emerge-file-names):
10546 * ehelp.el (electric-helpify):
10547 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
10548 * ediff-vers.el (rcs-ediff-view-revision):
10549 * ediff-util.el (ediff-setup):
10550 * ediff-mult.el (ediff-append-custom-diff):
10551 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
10552 (ediff-wordify):
10553 * echistory.el (Electric-command-history-redo-expression):
10554 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10555 * disp-table.el (describe-display-table):
10556 * dired.el (dired-find-buffer-nocreate):
10557 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
10558 * dabbrev.el (dabbrev--same-major-mode-p):
10559 * chistory.el (list-command-history):
10560 * apropos.el (apropos-documentation):
10561 * allout.el (allout-obtain-passphrase):
10562 (allout-copy-exposed-to-buffer):
10563 (allout-verify-passphrase): Use with-current-buffer.
10564
10565 2009-11-13 Glenn Morris <rgm@gnu.org>
10566
10567 * Makefile.in (ELCFILES): Regenerate.
10568
10569 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
10570
10571 * net/dbus.el (dbus-registered-objects-table): Rename from
10572 `dbus-registered-functions-table', because it contains also properties.
10573 (dbus-unregister-object): Unregister also properties.
10574 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10575 Use a timeout of 500 msec, in order to not block.
10576 (dbus-register-property, dbus-property-handler): New defuns.
10577
10578 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10579
10580 * simple.el (minibuffer-default-add-completions): Drop deprecated
10581 4th arg.
10582
10583 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
10584
10585 * textmodes/artist.el (artist-mouse-choose-operation):
10586 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
10587 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
10588 (artist-compute-up-event-key): New function.
10589 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
10590
10591 2009-11-13 Kenichi Handa <handa@m17n.org>
10592
10593 * language/japan-util.el: Make sure that the value of jisx0208
10594 property is jisx0208 character.
10595
10596 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
10597
10598 * international/mule.el (auto-coding-regexp-alist): Only purecopy
10599 car or each item, not the whole list.
10600
10601 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
10602
10603 * minibuffer.el (minibuffer-completion-help):
10604 Use minibuffer-hide-completions.
10605
10606 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
10607
10608 * dired.el (dired-save-positions, dired-restore-positions): New funs.
10609 (dired-revert): Use them (bug#4880).
10610
10611 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10612
10613 * tooltip.el (tooltip-frame-parameters): Undo previous change.
10614
10615 2009-11-12 Juri Linkov <juri@jurta.org>
10616
10617 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
10618 New functions.
10619 (find-file-literally-at-point): Alias of `ffap-literally'.
10620
10621 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10622
10623 * textmodes/ispell.el (ispell-skip-region-alist):
10624 * textmodes/css-mode.el (auto-mode-alist):
10625 * progmodes/compile.el (auto-mode-alist):
10626 * international/mule.el (ctext-non-standard-encodings-alist)
10627 (ctext-non-standard-encodings-regexp):
10628 * simple.el (shell-command-switch, text-read-only):
10629 * replace.el (occur-mode-map):
10630 * paths.el (rmail-file-name):
10631 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
10632 * find-file.el (ff-special-constructs):
10633 * files.el (file-name-handler-alist):
10634 * composite.el: Purecopy strings.
10635
10636 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
10637
10638 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10639
10640 * widget.el (define-widget): Purecopy the docstring.
10641 * international/mule-cmds.el (charset): Do not purecopy the
10642 docstring here, define-widget does it.
10643
10644 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10645 * textmodes/bibtex-style.el (auto-mode-alist):
10646 * progmodes/inf-lisp.el (inferior-lisp-prompt):
10647 * progmodes/compile.el (compile-command):
10648 * language/korea-util.el (default-korean-keyboard):
10649 * international/mule-conf.el (file-coding-system-alist):
10650 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
10651 * tooltip.el (tooltip-frame-parameters):
10652 * newcomment.el (comment-end, comment-padding):
10653 * dired.el (dired-trivial-filenames):
10654 * comint.el (comint-file-name-prefix): Purecopy initial values.
10655
10656 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
10657
10658 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
10659 (tramp-advice-minibuffer-electric-tilde): Unload advices via
10660 `tramp-unload'.
10661 (tramp-advice-make-auto-save-file-name)
10662 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
10663 after removing the advice.
10664
10665 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10666
10667 * progmodes/grep.el (grep-regexp-alist):
10668 * international/mule-cmds.el (iso-2022-control-alist):
10669 * emacs-lisp/timer.el (timer-duration-words):
10670 * subr.el (version-separator, version-regexp-alist):
10671 * minibuffer.el (completion-styles-alist):
10672 * faces.el (face-attribute-name-alist, list-faces-sample-text):
10673 Change defvars to defconsts.
10674
10675 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
10676 * loadup.el ("international/mule-conf"): Load the byte compiled version.
10677 * international/mule-conf.el: Allow to be byte compiled.
10678
10679 * international/mule.el (define-charset): Purecopy props.
10680 (load-with-code-conversion): Purecopy doc string and file name.
10681 (put-charset-property): Purecopy strings.
10682 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
10683
10684 * international/mule-cmds.el (register-input-method): Purecopy arguments.
10685 (define-char-code-property): Correctly purecopy the table.
10686
10687 * international/ccl.el (define-ccl-program): Purecopy the docstring.
10688
10689 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
10690
10691 * subr.el (add-hook): Purecopy strings.
10692 (eval-after-load): Purecopy load-history-regexp and the form.
10693
10694 * custom.el (custom-declare-group): Purecopy load-file-name.
10695
10696 * subr.el (menu-bar-separator): New defconst.
10697 * net/eudc.el (eudc-tools-menu):
10698 * international/mule-cmds.el (set-coding-system-map)
10699 (mule-menu-keymap):
10700 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10701 * vc-hooks.el (vc-menu-map):
10702 * replace.el (occur-mode-map):
10703 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
10704 (menu-bar-edit-menu, menu-bar-goto-menu)
10705 (menu-bar-custom-menu, menu-bar-showhide-menu)
10706 (menu-bar-options-menu, menu-bar-tools-menu)
10707 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
10708 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
10709 (menu-bar-help-menu):
10710 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
10711 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
10712
10713 * term/x-win.el (x-gtk-stock-map):
10714 * progmodes/vera-mode.el (auto-mode-alist):
10715 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
10716 (inferior-lisp-program, inferior-lisp-load-command):
10717 * progmodes/hideshow.el (hs-special-modes-alist):
10718 * progmodes/gud.el (same-window-regexps):
10719 * progmodes/grep.el (grep-program, find-program, xargs-program):
10720 * net/telnet.el (same-window-regexps):
10721 * net/rlogin.el (same-window-regexps):
10722 * language/ethiopic.el (font-ccl-encoder-alist):
10723 * vc-sccs.el (vc-sccs-master-templates):
10724 * vc-rcs.el (vc-rcs-master-templates):
10725 * subr.el (cl-assertion-failed):
10726 * simple.el (next-error-overlay-arrow-position):
10727 * lpr.el (lpr-command):
10728 * locate.el (locate-ls-subdir-switches):
10729 * info.el (same-window-regexps, info)
10730 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10731 * image-mode.el (image-mode, auto-mode-alist):
10732 * hippie-exp.el (hippie-expand-ignore-buffers):
10733 * format.el (format-alist):
10734 * find-dired.el (find-ls-subdir-switches, find-grep-options)
10735 (find-name-arg):
10736 * facemenu.el (facemenu-keybindings):
10737 * dired.el (dired-listing-switches, dired-chown-program):
10738 * diff.el (diff-switches, diff-command):
10739 * cus-edit.el (same-window-regexps):
10740 * bindings.el (mode-line-mule-info)
10741 (mode-line-buffer-identification): Purecopy strings.
10742
10743 2009-11-11 Juri Linkov <juri@jurta.org>
10744
10745 * simple.el (dired-get-filename) <declare-function>:
10746 Tell the byte-compiler about dired-get-filename.
10747 (shell-command): In Dired mode, get filename from the current line
10748 as the default value.
10749
10750 2009-11-10 Glenn Morris <rgm@gnu.org>
10751
10752 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
10753 * calendar/holidays.el, progmodes/cperl-mode.el:
10754 Update x-popup-menu declarations.
10755
10756 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
10757 (list-load-path-shadows): Use dolist.
10758 (list-load-path-shadows): Use with-current-buffer.
10759
10760 2009-11-10 Juri Linkov <juri@jurta.org>
10761
10762 * minibuffer.el (read-file-name): Support a list of default values
10763 in `default-filename'. Use the first file name where only one
10764 element is required. Doc fix.
10765
10766 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
10767
10768 * net/dbus.el (dbus-unregister-object): Release service, if no
10769 other method is registered for it.
10770
10771 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
10772
10773 * bookmark.el (bookmark-completing-read): Sort bookmark names if
10774 bookmark-sort-flag is non-nil (Bug#4653).
10775
10776 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
10777
10778 * emulation/cua-base.el: Add CUA property to some CC mode commands
10779 (Bug#4100).
10780
10781 2009-11-08 Kevin Ryde <user42@zip.com.au>
10782
10783 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
10784 at end of sentence (Bug#4818).
10785
10786 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
10787
10788 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10789 Handle "see declaration of" MSFT statements (Bug#4100).
10790
10791 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
10792
10793 * net/tramp.el (tramp-advice-make-auto-save-file-name)
10794 (tramp-advice-file-expand-wildcards): Unload via
10795 `ad-remove-advice'.
10796
10797 * net/trampver.el: Update release number.
10798
10799 2009-11-08 Kevin Ryde <user42@zip.com.au>
10800
10801 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
10802 `ad-do-it'.
10803
10804 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
10805
10806 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
10807 in order to keep context in SELinux.
10808
10809 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
10810
10811 * dired-aux.el (dired-query): Place cursor in echo area and allow
10812 C-g.
10813
10814 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
10815 menu item if not on a directory (Bug#4701).
10816
10817 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
10818
10819 Sync with Tramp 2.1.17.
10820
10821 * net/tramp.el (tramp-handle-copy-directory): Don't use
10822 `file-remote-p' (due to compatibility).
10823
10824 * net/tramp-compat.el (tramp-compat-copy-directory)
10825 (tramp-compat-delete-directory): New defuns.
10826
10827 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10828 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
10829 `tramp-compat-delete-directory'.
10830
10831 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10832 (tramp-smb-handle-delete-directory): Use
10833 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
10834
10835 * net/trampver.el: Update release number.
10836
10837 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
10838
10839 * tar-mode.el (tar-copy): Call write-region on the right buffer
10840 (Bug#4857).
10841
10842 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
10843 by hand, if necessary (Bug#4878).
10844
10845 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
10846
10847 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
10848 align size column (Bug#4839).
10849
10850 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
10851 statement.
10852
10853 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
10854
10855 * progmodes/ld-script.el (auto-mode-alist):
10856 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
10857
10858 * cus-face.el (custom-declare-face): Purecopy face spec.
10859
10860 2009-11-06 Kenichi Handa <handa@m17n.org>
10861
10862 * international/uni-bidi.el: Re-generated.
10863 * international/uni-category.el: Re-generated.
10864 * international/uni-combining.el: Re-generated.
10865 * international/uni-mirrored.el: Re-generated.
10866
10867 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
10868
10869 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
10870 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
10871 (tex-start-options, slitex-run-command, latex-run-command)
10872 (tex-run-command, tex-directory):
10873 * textmodes/ispell.el (ispell-html-skip-alists)
10874 (ispell-tex-skip-alists, ispell-tex-skip-alists):
10875 * textmodes/fill.el (adaptive-fill-first-line-regexp):
10876 (adaptive-fill-regexp):
10877 * textmodes/dns-mode.el (auto-mode-alist):
10878 * progmodes/python.el (interpreter-mode-alist):
10879 * progmodes/etags.el (tags-compression-info-list):
10880 * progmodes/etags.el (tags-file-name):
10881 * net/browse-url.el (browse-url-galeon-program)
10882 (browse-url-firefox-program):
10883 * mail/sendmail.el (mail-signature-file)
10884 (mail-citation-prefix-regexp):
10885 * international/mule-conf.el (eight-bit):
10886 * international/latexenc.el (latex-inputenc-coding-alist):
10887 * international/fontset.el (x-pixel-size-width-font-regexp):
10888 * emacs-lisp/warnings.el (warning-type-format):
10889 * emacs-lisp/trace.el (trace-buffer):
10890 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
10891 (emacs-lisp-mode-map):
10892 * calendar/holidays.el (holiday-solar-holidays)
10893 (holiday-bahai-holidays, holiday-islamic-holidays)
10894 (holiday-christian-holidays, holiday-hebrew-holidays)
10895 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
10896 (hebrew-holidays-1, holiday-oriental-holidays)
10897 (holiday-general-holidays):
10898 * x-dnd.el (x-dnd-known-types):
10899 * tool-bar.el (tool-bar):
10900 * startup.el (site-run-file):
10901 * shell.el (shell-dumb-shell-regexp):
10902 * rfn-eshadow.el (file-name-shadow-tty-properties)
10903 (file-name-shadow-properties):
10904 * paths.el (remote-shell-program, news-directory):
10905 * mouse.el ([C-down-mouse-3]):
10906 * menu-bar.el (menu-bar-tools-menu):
10907 * jka-cmpr-hook.el (jka-compr-load-suffixes)
10908 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
10909 (jka-compr-compression-info-list):
10910 * isearch.el (search-whitespace-regexp):
10911 * image-file.el (image-file-name-extensions):
10912 * find-dired.el (find-ls-option):
10913 * files.el (directory-listing-before-filename-regexp)
10914 (directory-free-space-args, insert-directory-program)
10915 (list-directory-brief-switches, magic-fallback-mode-alist)
10916 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
10917 (automount-dir-prefix):
10918 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
10919 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
10920 (face-font-registry-alternatives, face-font-registry-alternatives)
10921 (face-font-family-alternatives):
10922 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
10923 (facemenu-foreground-menu, facemenu-face-menu):
10924 * epa-hook.el (epa-file-name-regexp):
10925 * dnd.el (dnd-protocol-alist):
10926 * textmodes/rst.el (auto-mode-alist):
10927 * button.el (default-button): Purecopy strings.
10928
10929 2009-11-06 Glenn Morris <rgm@gnu.org>
10930
10931 * Makefile.in (ELCFILES): Update.
10932
10933 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
10934
10935 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
10936 * emacs-lisp/levents.el: Move to obsolete/levents.el.
10937
10938 * nxml/xsd-regexp.el (xsdre-gen-categories):
10939 * nxml/xmltok.el (xmltok-parse-entity):
10940 * nxml/rng-parse.el (rng-parse-validate-file):
10941 * nxml/rng-maint.el (rng-format-manual)
10942 (rng-manual-output-force-new-line):
10943 * nxml/rng-loc.el (rng-save-schema-location-1):
10944 * nxml/rng-cmpct.el (rng-c-parse-file):
10945 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
10946 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
10947
10948 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
10949
10950 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
10951 Remove extra save-excursions and make-variable-buffer-local's.
10952 Suggested by Stefan Monnier.
10953
10954 (verilog-getopt-file, verilog-module-inside-filename-p)
10955 (verilog-set-define): Merge GNU 1.35 and repair changes from
10956 switching to using with-current-buffer.
10957
10958 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
10959 being treated as a number and confusing AUTORESET.
10960 Reported by Dan Dever.
10961
10962 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
10963 Add verilog-auto-ignore-concat to fix backward compatibility with
10964 older verilog-modes. Reported by Dan Katz.
10965
10966 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
10967 containing closing anchors "...$".
10968
10969 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
10970 Reported by Wade Smith.
10971
10972 (verilog-batch-execute-func): Comment on function usage.
10973
10974 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
10975
10976 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
10977 for labels.
10978
10979 (verilog-label-re, verilog-calc-1): Support proper indent of named
10980 asserts.
10981
10982 (verilog-backward-token, verilog-basic-complete-re)
10983 (verilog-beg-of-statement, verilog-indent-re): Support proper
10984 indent of the assert statement at the beginning of a block of text.
10985
10986 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
10987 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
10988 tokens as begins.
10989
10990 2009-11-05 Glenn Morris <rgm@gnu.org>
10991
10992 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
10993 Emacs 19. (Bug#1531)
10994 (byte-compile-fix-header): Update for the above change.
10995 Drop test for epoch::version.
10996
10997 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
10998 * cus-dep.el (custom-make-dependencies):
10999 * finder.el (finder-compile-keywords):
11000 Use autoload-rubric's feature argument.
11001
11002 * calendar/diary-lib.el (top-level): Make load behave more like require.
11003
11004 * vc-git.el (vc-git-stash-map): Move definition before use.
11005
11006 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
11007
11008 * custom.el (custom-declare-group): Purecopy standard-value.
11009 (custom-declare-group): Purecopy custom-prefix.
11010
11011 * international/mule.el (load-with-code-conversion):
11012 Call do-after-load-evaluation unconditionally.
11013
11014 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
11015
11016 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11017
11018 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
11019
11020 2009-11-04 Glenn Morris <rgm@gnu.org>
11021
11022 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
11023 (byte-compile-compatibility): Remove option.
11024 (byte-compile-close-variables, byte-compile-fix-header)
11025 (byte-compile-insert-header, byte-compile-output-docform)
11026 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
11027 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
11028 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
11029 (byte-compile-insert, byte-compile-defun):
11030 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
11031 (byte-defop-compiler19): Remove.
11032 Without byte-compile-compatibility, the 'emacs19-opcode property is not
11033 used by anything. Replace all calls with byte-defop-compiler.
11034
11035 2009-11-04 Juri Linkov <juri@jurta.org>
11036
11037 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
11038 (menu-bar-options-menu): Don't quote the `prop' arg of
11039 `menu-bar-make-mm-toggle'.
11040
11041 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
11042
11043 * calendar/calendar.el (cal-loaddefs):
11044 * calendar/diary-lib.el (diary-loaddefs):
11045 * calendar/holidays.el (hol-loaddefs):
11046 * eshell/esh-module.el (esh-groups): Load rather than require.
11047
11048 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11049
11050 * calendar/todo-mode.el (todo-add-category): Don't hardcode
11051 point-min==1.
11052 (todo-top-priorities): Only display-buffer when called interactively.
11053 (todo-item-start): Don't save excursion point.
11054 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
11055 (todo-insert-item-here, todo-file-item, todo-remove-item):
11056 Adjust uses of todo-item-start and todo-item-end.
11057
11058 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
11059 (autoload-rubric): Don't use any more.
11060
11061 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
11062 and only put a prop if it is non-nil.
11063
11064 2009-11-03 Juri Linkov <juri@jurta.org>
11065
11066 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
11067 (menu-bar-options-menu): Fix list quoting (Bug#4429).
11068
11069 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
11070 and "Menu" to make top-level menu item visually one unit (like
11071 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
11072 multi-word menu items). Fix :help string for quit-window.
11073
11074 2009-11-03 Glenn Morris <rgm@gnu.org>
11075
11076 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
11077 (byte-compile-file-form-define-abbrev-table)
11078 (byte-compile-file-form-custom-declare-variable)
11079 (byte-compile-variable-ref, byte-compile-defvar):
11080 Whether or not a warning is enabled should only affect whether we issue
11081 the warning, not whether or not we collect the relevant data.
11082 Eg warnings can be turned on and off throughout the course of a file.
11083
11084 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
11085 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
11086
11087 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11088
11089 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
11090 * play/mpuz.el (mpuz-create-buffer):
11091 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
11092 (lm-print-y,s,noise, lm-print-w0, lm-init):
11093 * play/gomoku.el (gomoku-prompt-for-move):
11094 * play/fortune.el (fortune-in-buffer):
11095 * play/dissociate.el (dissociated-press):
11096 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
11097 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
11098 * mail/supercite.el (sc-eref-show):
11099 * mail/smtpmail.el (smtpmail-send-it):
11100 * mail/rmailsum.el (rmail-summary-next-labeled-message)
11101 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
11102 (rmail-summary-undelete-many, rmail-summary-rmail-update)
11103 (rmail-summary-goto-msg, rmail-summary-expunge)
11104 (rmail-summary-get-new-mail, rmail-summary-search-backward)
11105 (rmail-summary-add-label, rmail-summary-output-menu)
11106 (rmail-summary-output-body):
11107 * mail/rfc822.el (rfc822-addresses):
11108 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
11109 * mail/mailpost.el (post-mail-send-it):
11110 * mail/hashcash.el (hashcash-generate-payment):
11111 * mail/feedmail.el (feedmail-run-the-queue)
11112 (feedmail-queue-send-edit-prompt-help-first)
11113 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
11114 (feedmail-deduce-address-list):
11115 * eshell/esh-ext.el (eshell-remote-command):
11116 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
11117 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
11118 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
11119 (viper-save-string-in-file, viper-valid-marker):
11120 * emulation/viper-keym.el (viper-toggle-key):
11121 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
11122 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
11123 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
11124 * emulation/viper-cmd.el (viper-exec-form-in-vi)
11125 (viper-exec-form-in-emacs, viper-brac-function):
11126 * emulation/viper.el (viper-delocalize-var):
11127 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
11128 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
11129 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
11130 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
11131 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
11132 * emulation/edt.el (edt-electric-helpify):
11133 * emulation/cua-rect.el (cua--rectangle-aux-replace):
11134 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
11135 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
11136 (cua-indent-to-global-mark-column):
11137 * calendar/diary-lib.el (calendar-mark-1):
11138 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
11139 Use with-current-buffer.
11140 * emulation/viper.el (viper-delocalize-var): Use dolist.
11141
11142 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
11143
11144 * comint.el (comint-replace-by-expanded-history-before-point):
11145 Replace !! with the previous input string literally (Bug#1795).
11146
11147 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
11148
11149 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
11150 to be made up of whitespace.
11151
11152 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
11153
11154 * minibuffer.el (read-file-name): Don't use file dialogs for
11155 remote directories (Bug#99).
11156
11157 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
11158
11159 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
11160
11161 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
11162
11163 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
11164 instead of deleting the window or frame.
11165
11166 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
11167
11168 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
11169 Support face colors.
11170
11171 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
11172 New function. Support face colors (Bug#1168).
11173 (tex-common-initialization): Use it.
11174
11175 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
11176 mode allows it (Bug#1168).
11177
11178 2009-10-31 Juri Linkov <juri@jurta.org>
11179
11180 * facemenu.el (list-colors-display): Don't mark buffer as
11181 modified (Bug#3948).
11182
11183 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
11184
11185 * international/mule-diag.el (list-character-sets-1): Minor
11186 message fix (Bug#3526).
11187
11188 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
11189 face property (Bug#4834).
11190 (etags-list-tags, etags-tags-apropos-additional)
11191 (etags-tags-apropos, tags-select-tags-table): Add follow-link
11192 property.
11193
11194 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
11195 items.
11196
11197 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11198
11199 * textmodes/two-column.el (2C-split):
11200 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
11201 * textmodes/tex-mode.el (tex-set-buffer-directory):
11202 * textmodes/spell.el (spell-region, spell-string):
11203 * textmodes/reftex.el (reftex-erase-buffer):
11204 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
11205 * textmodes/reftex-toc.el (reftex-toc-promote-action):
11206 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
11207 (reftex-select-item):
11208 * textmodes/reftex-ref.el (reftex-label-info-update)
11209 (reftex-offer-label-menu):
11210 * textmodes/reftex-index.el (reftex-index-change-entry)
11211 (reftex-index-phrases-info):
11212 * textmodes/reftex-global.el (reftex-create-tags-file)
11213 (reftex-save-all-document-buffers, reftex-ensure-write-access):
11214 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
11215 (reftex-view-crossref-from-bibtex):
11216 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
11217 (reftex-extract-bib-entries-from-thebibliography)
11218 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
11219 * textmodes/refbib.el (r2b-capitalize-title):
11220 (r2b-convert-buffer, r2b-help):
11221 * textmodes/page-ext.el (pages-directory)
11222 (pages-directory-goto-with-mouse):
11223 * textmodes/bibtex.el (bibtex-validate-globally):
11224 * textmodes/bib-mode.el (bib-capitalize-title):
11225 * textmodes/artist.el (artist-clear-buffer, artist-system):
11226 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
11227 (local-set-scheme-interaction-buffer, xscheme-process-filter)
11228 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
11229 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
11230 (xscheme-send-control-g-interrupt, xscheme-start-process)
11231 (xscheme-process-sentinel, xscheme-cd):
11232 * progmodes/verilog-mode.el (verilog-read-always-signals)
11233 (verilog-set-define, verilog-getopt-file)
11234 (verilog-module-inside-filename-p):
11235 * progmodes/sh-script.el:
11236 * progmodes/python.el (python-pdbtrack-get-source-buffer)
11237 (python-pdbtrack-grub-for-buffer, python-execute-file):
11238 * progmodes/octave-inf.el (inferior-octave):
11239 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11240 (idlwave-shell-compile-helper-routines, idlwave-set-local)
11241 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
11242 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
11243 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
11244 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
11245 (idlwave-shell-filter, idlwave-shell-examine-highlight)
11246 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
11247 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
11248 (idlwave-shell-examine-display, idlwave-shell-run-region)
11249 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
11250 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
11251 * progmodes/idlw-help.el (idlwave-help-get-special-help)
11252 (idlwave-help-get-help-buffer):
11253 * progmodes/gud.el (gud-basic-call, gud-find-class)
11254 (gud-tooltip-activate-mouse-motions-if-enabled):
11255 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11256 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
11257 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
11258 (ebrowse-tags-next-file):
11259 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
11260 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
11261 (ebnf-eps-finish-and-write):
11262 * progmodes/cpp.el (cpp-edit-save):
11263 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
11264 * progmodes/cc-defs.el (c-emacs-features):
11265 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
11266 (antlr-directory-dependencies):
11267 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
11268 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
11269 (ada-find-any-references, ada-make-filename-from-adaname)
11270 (ada-make-body-gnatstub):
11271 * obsolete/rnews.el (news-list-news-groups):
11272 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
11273 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
11274 * net/rcirc.el (rcirc-debug):
11275 * net/newst-treeview.el (newsticker--treeview-list-add-item)
11276 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
11277 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
11278 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
11279 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
11280 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
11281 (newsticker--treeview-list-clear-highlight)
11282 (newsticker--treeview-list-update-highlight)
11283 (newsticker--treeview-list-highlight-start)
11284 (newsticker--treeview-tree-update-highlight)
11285 (newsticker--treeview-get-selected-item)
11286 (newsticker-treeview-mark-list-items-old)
11287 (newsticker--treeview-set-current-node):
11288 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11289 * net/newst-backend.el (newsticker--get-news-by-funcall)
11290 (newsticker--get-news-by-wget, newsticker--image-get)
11291 (newsticker--image-sentinel):
11292 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
11293 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
11294 (eudc-ph-close-session):
11295 * net/eudc.el (eudc-save-options):
11296 * language/thai-word.el (thai-update-word-table):
11297 * language/japan-util.el (japanese-string-conversion):
11298 * international/titdic-cnv.el (tsang-quick-converter)
11299 (ziranma-converter, ctlau-converter):
11300 * international/mule-cmds.el (describe-language-environment):
11301 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
11302 (skkdic-convert-postfix, skkdic-convert-prefix):
11303 (skkdic-convert-okuri-nasi, skkdic-convert):
11304 * emacs-lisp/re-builder.el (reb-update-overlays):
11305 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
11306 * emacs-lisp/gulp.el (gulp-send-requests):
11307 * emacs-lisp/find-gc.el (trace-call-tree):
11308 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
11309 (eieio-describe-generic):
11310 * emacs-lisp/eieio-base.el (eieio-persistent-read):
11311 * emacs-lisp/edebug.el (edebug-outside-excursion):
11312 * emacs-lisp/debug.el (debugger-make-xrefs):
11313 * emacs-lisp/cust-print.el (custom-prin1-to-string):
11314 * emacs-lisp/chart.el (chart-new-buffer):
11315 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
11316 Use with-current-buffer.
11317 * textmodes/artist.el (artist-system): Don't call
11318 copy-sequence on a fresh string.
11319 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
11320
11321 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
11322
11323 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
11324 is no item to edit. (Bug#4820)
11325 (todo-top-priorities): Restore point and restore narrowing in Todo
11326 buffer. (Bug#4820)
11327
11328 2009-10-31 Glenn Morris <rgm@gnu.org>
11329
11330 * net/ange-ftp.el (top-level): Don't require dired when compiling.
11331 (comint-last-output-start, comint-last-input-start)
11332 (comint-last-input-end): Don't defvar when compiling.
11333 (ange-ftp-process-file): Use bound-and-true-p.
11334
11335 * pcmpl-rpm.el (top-level): Move provide statement to end.
11336 (pcmpl-rpm): Remove unused custom group.
11337
11338 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
11339
11340 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
11341
11342 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11343 (byte-compile-warnings): Add `constants' as an option.
11344 (byte-compile-callargs-warn, byte-compile-arglist-warn)
11345 (display-call-tree): Update for byte-compile-fdefinition possibly
11346 returning `(macro lambda ...)'. (Bug#4778)
11347 (byte-compile-variable-ref, byte-compile-setq-default):
11348 Respect `constants' member of byte-compile-warnings.
11349
11350 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11351
11352 * vc-bzr.el (vc-bzr-revision-keywords): New var.
11353 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
11354 to "submit:".
11355
11356 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
11357
11358 * textmodes/ispell.el (ispell-skip-region-alist):
11359 * international/mule-conf.el (eight-bit):
11360 * international/fontset.el (font-encoding-alist):
11361 * startup.el (pure-space-overflow-message):
11362 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
11363 * paths.el (gnus-nntp-service, rmail-spool-directory)
11364 (term-file-prefix):
11365 * files.el (save-some-buffers-action-alist):
11366 * cmuscheme.el (same-window-buffer-names):
11367 * ielm.el (same-window-buffer-names):
11368 * shell.el (same-window-buffer-names):
11369 * mail/sendmail.el (same-window-buffer-names):
11370 * progmodes/inf-lisp.el (same-window-buffer-names):
11371 * bindings.el (mode-line-client)
11372 (mode-line-column-line-number-mode-map):
11373 * language/tibetan.el (tibetan-precomposition-rule-regexp)
11374 (tibetan-precomposed-regexp): Purecopy string arguments.
11375
11376 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11377
11378 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
11379 (calcDigit-nondigit):
11380 * calc/calc-yank.el (calc-copy-to-buffer):
11381 * calc/calc-units.el (calc-invalidate-units-table):
11382 * calc/calc-trail.el (calc-trail-yank):
11383 * calc/calc-store.el (calc-insert-variables):
11384 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11385 * calc/calc-prog.el (calc-read-parse-table):
11386 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
11387 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
11388 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
11389 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
11390 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
11391 (calc-graph-name, calc-graph-find-command, calc-graph-view)
11392 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
11393 * calc/calc-ext.el (calc-realign):
11394 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
11395 (calc-embedded-finish-edit, calc-embedded-make-info)
11396 (calc-embedded-finish-command, calc-embedded-stack-change):
11397 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
11398
11399 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
11400 shell-dynamic-complete-filename in preference to
11401 comint-dynamic-complete-filename.
11402
11403 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11404 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11405 Don't consider whether the display supports colors.
11406 (bookmark-import-new-list): Use dolist.
11407 (bookmark-bmenu-mode-map): Move initialization into declaration.
11408 (bookmark-bmenu-list): Use dolist, simplify.
11409 (bookmark-show-all-annotations): Use save-selected-window and dolist.
11410 (menu-bar-final-items): Use push.
11411
11412 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
11413
11414 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
11415 it works on remote files.
11416 (vc-hg-diff): Don't pass any `--cwd' argument.
11417
11418 2009-10-27 Kevin Ryde <user42@zip.com.au>
11419
11420 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11421 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
11422 (Further to Bug#3921).
11423
11424 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
11425
11426 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
11427 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
11428 calling `tramp-imap-put-file'. Add file size to the call.
11429 (tramp-imap-get-file-entries): Compute also user name, file size,
11430 and date.
11431 (tramp-imap-handle-insert-directory): Insert uid and gid.
11432 (tramp-imap-handle-file-attributes): Transform uid and gid
11433 according to `id-format'.
11434 (tramp-imap-put-file): New optional parameter SIZE. Encode file
11435 size in header X-Size.
11436
11437 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
11438
11439 * simple.el (transpose-subr): Give clearer error when the mark
11440 is not set. (Bug#4807)
11441
11442 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
11443
11444 * net/tramp.el (tramp-perl-file-truename): New defconst.
11445 Perl code contributed by yary <not.com@gmail.com> (tiny change).
11446 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
11447 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
11448 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
11449
11450 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
11451 Ignore `dired-call-process'.
11452 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
11453
11454 2009-10-26 Julian Scheid <julians37@gmail.com>
11455
11456 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
11457 (tramp-get-remote-readlink): New defun.
11458 (tramp-handle-file-truename): Use it.
11459 (tramp-handle-file-exists-p): Check file-attributes cache, assume
11460 file exists if cache value present.
11461 (tramp-check-cached-permissions): New defun.
11462 (tramp-handle-file-readable-p): Use it.
11463 (tramp-handle-file-writable-p): Likewise.
11464 (tramp-handle-file-executable-p): Likewise.
11465 (tramp-handle-file-name-all-completions): Try using Perl to get
11466 partial completions. When perl not available, combine `cd' and
11467 `ls' into single remote operation and use shell expansion to get
11468 partial remote directory contents. Set `file-exists-p' cache for
11469 directory and any files returned by ls. Change cache handling to
11470 support partial directory contents. Use error message emitted by
11471 remote `cd' or Perl code for local tramp-error.
11472 (tramp-do-copy-or-rename-file-directly): Avoid separate
11473 tramp-send-command-and-check call.
11474 (tramp-handle-process-file): Merge three remote ops into one.
11475 Do not flush all caches when `process-file-side-effects' is set.
11476 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11477 file-attributes shows uid/gid to be set already.
11478
11479 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11480
11481 * textmodes/tex-mode.el (tex-dvi-view-command)
11482 (tex-show-queue-command, tex-open-quote):
11483 * progmodes/ruby-mode.el (auto-mode-alist)
11484 (interpreter-mode-alist): Purecopy strings.
11485
11486 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11487
11488 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11489 string for the hook, keymap and abbrev table.
11490
11491 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11492
11493 * x-dnd.el (x-dnd-xdnd-to-action):
11494 * startup.el (fancy-startup-text, fancy-about-text): Change to
11495 defconst from defvar.
11496
11497 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11498
11499 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
11500 Purecopy initialization strings.
11501
11502 * mail/sendmail.el (mail-header-separator)
11503 (mail-personal-alias-file):
11504 * mail/rmail.el (rmail-default-dont-reply-to-names)
11505 (rmail-ignored-headers, rmail-retry-ignored-headers)
11506 (rmail-highlighted-headers, rmail-secondary-file-directory)
11507 (rmail-secondary-file-regexp):
11508 * files.el (null-device, file-name-invalid-regexp)
11509 (locate-dominating-stop-dir-regexp)
11510 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
11511 (interpreter-mode-alist): Use mapcar instead of mapc.
11512
11513 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
11514
11515 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
11516 (completion-ignored-extensions):
11517 (debug-ignored-errors): Purecopy strings.
11518
11519 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11520
11521 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
11522 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
11523 (pcomplete--here): Use push.
11524
11525 * subr.el (all-completions): Declare the 4th arg obsolete.
11526
11527 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11528
11529 * pcomplete.el (pcomplete-unquote-argument-function): New var.
11530 (pcomplete-unquote-argument): New function.
11531 (pcomplete--common-suffix): Always pay attention to case.
11532 (pcomplete--table-subvert): Quote and unquote the text.
11533 (pcomplete--common-quoted-suffix): New function.
11534 (pcomplete-std-complete): Use it and pcomplete-begin.
11535
11536 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
11537 we're inside a dedicated or minibuffer window.
11538
11539 2009-10-24 Karl Fogel <kfogel@red-bean.com>
11540
11541 * bookmark.el: Update documentation, especially documentation
11542 of `bookmark-alist' and of the bookmark file format.
11543 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
11544
11545 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
11546
11547 * mail/emacsbug.el (report-emacs-bug): Clarify that the
11548 keybindings apply to the mail buffer (Bug#4003). Shrink help
11549 window to buffer.
11550
11551 * whitespace.el (whitespace-mode, whitespace-newline-mode)
11552 (global-whitespace-mode, global-whitespace-newline-mode)
11553 (whitespace-toggle-options, global-whitespace-toggle-options):
11554 Doc fix (Bug#3660).
11555
11556 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
11557 of xmltok-start before the end tag was inserted (Bug#2840).
11558
11559 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
11560 patterns that are preceded by an open-paren (Bug#1320).
11561
11562 2009-10-24 Sven Joachim <svenjoac@gmx.de>
11563
11564 * files.el (delete-directory): Delete symlinks to directories with
11565 delete-file (Bug#4739).
11566
11567 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
11568
11569 * vc.el (vc-backend-for-registration): Rename from
11570 vc-get-backend-for-registration. Update callers.
11571
11572 * international/mule-cmds.el (set-language-info-alist):
11573 Purecopy lang-env.
11574 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
11575 (charset): Purecopy the name.
11576 (define-char-code-property): Purecopy string arguments.
11577
11578 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11579 Purecopy string arguments.
11580
11581 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11582 * ediff-hook.el (menu-bar-ediff-menu):
11583 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
11584 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
11585
11586 2009-10-24 Glenn Morris <rgm@gnu.org>
11587
11588 * comint.el (comint-dynamic-list-completions):
11589 * term.el (term-dynamic-list-completions): Use choose-completion rather
11590 than obsolete alias mouse-choose-completion.
11591
11592 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
11593 file-cache-choose-completion.
11594 (file-cache-choose-completion): Handle an optional event argument.
11595 (file-cache-mouse-choose-completion): Make it an obsolete alias.
11596
11597 * progmodes/octave-mod.el (octave-complete-symbol):
11598 Use choose-completion if mouse-choose-completion is ever removed.
11599
11600 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
11601 use.
11602
11603 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
11604 compiler.
11605
11606 * vc-hooks.el (vc-responsible-backend): Fix declaration.
11607
11608 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11609
11610 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
11611 Ignore `pred' now that we receive one.
11612 Handle test-completion specially.
11613
11614 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11615
11616 * vc.el (vc-responsible-backend): Throw an error if not backend is
11617 found. Remove the REGISTER argument. Move the code dealing with
11618 REGISTER ...
11619 (vc-get-backend-for-registration): ... here. New function.
11620 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
11621 of vc-responsible-backend, pass the file name instead of the
11622 directory name.
11623
11624 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11625
11626 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
11627 New funs.
11628 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
11629 (pcomplete-comint-setup): Don't modify a global var via
11630 accidental side-effects.
11631 (pcomplete-shell-setup): Adjust call accordingly.
11632 (pcomplete-parse-comint-arguments): Use push.
11633
11634 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
11635
11636 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11637 Allow uncapitalized info node names (Bug#3921).
11638
11639 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
11640 to the DEBUG file (Bug#3781).
11641
11642 2009-10-23 Jari Aalto <jari.aalto@cante.net>
11643
11644 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
11645 dictionary entry (Bug#4579).
11646
11647 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
11648
11649 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
11650 from `rfn-eshadow-update-overlay-hook' when unloading.
11651 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
11652 "rsyncc". Adjust doc string.
11653 (tramp-temp-buffer-file-name): New buffer-local defvar.
11654 (tramp-handle-insert-file-contents, tramp-handle-write-region):
11655 Keep temporary file when indicated by method ("rsync" and
11656 "rsyncc").
11657 (tramp-handle-write-region): Handle APPEND.
11658 (tramp-delete-temp-file-function): New defun. Added to
11659 `kill-buffer-hook'.
11660
11661 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
11662
11663 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
11664
11665 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11666
11667 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
11668 (color-name-rgb-alist, tty-standard-colors)
11669 (tty-color-mode-alist): Change to defconst.
11670
11671 * simple.el (mark-inactive): Purecopy message.
11672
11673 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
11674 (global-map, yank-menu):
11675 * textmodes/ispell.el (ispell-menu-map):
11676 * net/eudc.el (eudc-tools-menu):
11677 * international/mule-cmds.el (describe-language-environment-map)
11678 (setup-language-environment-map, set-coding-system-map)
11679 (mule-menu-keymap):
11680 * vc-hooks.el (vc-menu-entry, vc-menu-map):
11681 * replace.el (occur-mode-map):
11682 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
11683
11684 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
11685
11686 * calc/calc.el (math-read-number, math-read-number-simple): Use
11687 `save-match-data'.
11688
11689 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11690
11691 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
11692 rather than fiddling with global-map bindings, since it should only
11693 affect per-terminal settings.
11694 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
11695
11696 * minibuffer.el (completion-table-with-terminator): Allow to specify
11697 the terminator-regexp.
11698
11699 * simple.el (switch-to-completions): Look for *Completions* in other
11700 frames as well.
11701
11702 * pcomplete.el: Allow the use of completion-tables.
11703 (pcomplete-std-complete): New command.
11704 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
11705 (pcomplete--here): Use a function for `form' rather than an expression,
11706 so it can be byte-compiled.
11707 (pcomplete-here, pcomplete-here*): Adjust accordingly.
11708 Add edebug declaration.
11709 (pcomplete-show-completions): Remove unused var `curbuf'.
11710 (pcomplete-do-complete, pcomplete-stub):
11711 Don't assume `completions' is a list of strings any more.
11712
11713 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
11714
11715 * find-dired.el (find-name-arg): Fix typo in docstring.
11716
11717 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11718
11719 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
11720 (pcmpl-linux-fs-types): Same, and update to new modules layout.
11721
11722 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
11723 pcomplete-entries.
11724
11725 * comint.el (comint-read-input-ring, comint-write-input-ring)
11726 (comint-substitute-in-file-name)
11727 (comint-dynamic-complete-as-filename)
11728 (comint-dynamic-simple-complete)
11729 (comint-dynamic-list-filename-completions)
11730 (comint-dynamic-list-completions)
11731 (comint-redirect-results-list-from-process): Minor simplifications.
11732
11733 2009-10-21 Kevin Ryde <user42@zip.com.au>
11734
11735 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11736 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
11737 the first form. And insert a blank line after ";;; Code" since
11738 that's usual style. (Bug#4612)
11739
11740 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
11741
11742 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11743
11744 * minibuffer.el (completion-table-with-terminator): Properly implement
11745 boundaries, in case `terminator' appears in the suffix.
11746 (completion--embedded-envvar-table): Don't return boundaries if
11747 there's no valid completion. Simplify.
11748 (completion-file-name-table): New completion table extracted from
11749 completion--file-name-table.
11750 (completion--file-name-table): Use it.
11751 (read-file-name-predicate): Declare obsolete.
11752 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
11753 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
11754 completion-file-name-table, and use the `pred' argument.
11755 * files.el (locate-file-completion-table): Use the `pred' arg rather
11756 than read-file-name-predicate.
11757 (abbreviate-file-name): Use \` rather than ^ for BOS.
11758
11759 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
11760
11761 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
11762 vc-responsible-backend to register, it causes problems.
11763
11764 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11765
11766 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
11767
11768 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
11769
11770 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
11771 (tramp-smb-handle-file-attributes): Use it.
11772 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
11773 (tramp-smb-handle-insert-directory): Use `mapc' rather than
11774 `mapcar'. Use `tramp-smb-get-stat-capability'.
11775 Add `dired-filename' text properties.
11776 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
11777 (tramp-smb-maybe-open-connection): Simplify check for smbclient
11778 version.
11779
11780 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11781
11782 * subr.el (read-key-delay): Reduce to 0.01.
11783 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
11784 (bug#4751).
11785
11786 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11787
11788 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
11789
11790 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
11791 (Info-menu): Remove unused vars `last' and `completions'.
11792 (Info-index-nodes): Remove unused var `node'.
11793
11794 * info.el (Info-complete-menu-item): Use complete-with-action.
11795
11796 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
11797
11798 Make vc-annotate work through copies and renames.
11799 * vc-annotate.el (vc-annotate-extract-revision-at-line):
11800 Return the file name too.
11801 (vc-annotate-revision-at-line)
11802 (vc-annotate-find-revision-at-line)
11803 (vc-annotate-revision-previous-to-line)
11804 (vc-annotate-show-log-revision-at-line): Update to get the file
11805 name from vc-annotate-extract-revision-at-line.
11806 (vc-annotate-show-diff-revision-at-line-internal): Change the
11807 argument to mean whether to show a file diff or not. Get the file
11808 name from vc-annotate-extract-revision-at-line.
11809 (vc-annotate-show-diff-revision-at-line):
11810 Update vc-annotate-show-diff-revision-at-line call.
11811 (vc-annotate-warp-revision): Add an optional file argument.
11812
11813 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
11814 (vc-git-annotate-extract-revision-at-line): Also return the file
11815 name if found.
11816
11817 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
11818 command. Remove unused code.
11819 (vc-hg-annotate-re): Update to match --follow output.
11820 (vc-hg-annotate-extract-revision-at-line): Also return the file
11821 name if found.
11822
11823 * vc.el: Update annotate-extract-revision-at-line documentation.
11824
11825 2009-10-18 Kevin Ryde <user42@zip.com.au>
11826
11827 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
11828 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
11829
11830 * net/browse-url.el (browse-url): Identify alist with "consp and
11831 not functionp" and let all other things go down the `apply' leg,
11832 as suggested by Stefan. (Further to bug#4531.)
11833
11834 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
11835
11836 * minibuffer.el (read-file-name): Check for repeat before putting
11837 a default argument in file-name-history (Bug#4657).
11838
11839 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
11840 read syntax (Bug#4737).
11841
11842 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
11843
11844 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11845
11846 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
11847 (html-tag-alist, html-tag-help): Add descriptions for undocumented
11848 entries and make note of obsolete tags.
11849
11850 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11851
11852 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
11853
11854 2009-10-18 Glenn Morris <rgm@gnu.org>
11855
11856 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
11857 grep, so that binary files (eg international/uni-bidi.el) can match.
11858 Remove test for "UnicodeData" files, since it is hopefully unnecessary
11859 now, and in any case the file header format has changed.
11860
11861 2009-10-17 Glenn Morris <rgm@gnu.org>
11862
11863 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
11864 (flyspell-get-word, flyspell-large-region)
11865 (flyspell-auto-correct-previous-word): Doc/error message fixes.
11866
11867 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
11868
11869 * Makefile.in (ELCFILES): Add ede/shell.
11870
11871 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
11872
11873 * term/common-win.el (x-colors): Purecopy it.
11874
11875 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11876
11877 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
11878 permissive for when the buffer is empty.
11879 (tar-header-block-tokenize): Decode the username and groupname.
11880 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
11881
11882 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11883
11884 * international/mule-cmds.el (select-safe-coding-system): If the file
11885 has a coding cookie, use it regardless of any other setting (bug#4712).
11886
11887 2009-10-17 Glenn Morris <rgm@gnu.org>
11888
11889 * foldout.el (foldout-mouse-swallow-events):
11890 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
11891
11892 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
11893 (dired-keep-marker-copy, dired-keep-marker-hardlink)
11894 (dired-keep-marker-symlink, dired-dwim-target)
11895 (dired-copy-preserve-time): Do not autoload these defcustoms.
11896
11897 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
11898 messages from messing up the file coding. (Bug#4623)
11899
11900 2009-10-17 Jari Aalto <jari.aalto@cante.net>
11901
11902 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
11903 if no match is found for the current dictionary. (Bug#4578)
11904
11905 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
11906 optional, since that is how it is documented, and this is often called
11907 with a nil argument. (Bug#4577)
11908 (flyspell-external-point-words, flyspell-auto-correct-word)
11909 (flyspell-correct-word-before-point, flyspell-word-search-forward)
11910 (flyspell-word-search-backward): Remove nil argument in calls to
11911 flyspell-get-word, since it is not needed now.
11912
11913 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
11914
11915 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
11916
11917 2009-10-16 Glenn Morris <rgm@gnu.org>
11918
11919 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
11920
11921 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
11922
11923 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
11924 (ange-ftp-file-size): New function.
11925 (ange-ftp-file-attributes): Use it.
11926
11927 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
11928
11929 * net/tramp-smb.el (tramp-smb-version): New defvar.
11930 (tramp-smb-maybe-open-connection): Use it, in order to avoid
11931 repeated checks.
11932
11933 2009-10-16 Glenn Morris <rgm@gnu.org>
11934
11935 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
11936 Maybe copy some custom properties from old to new name. (Bug#4706)
11937
11938 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
11939
11940 * subr.el (error, sit-for, start-process-shell-command)
11941 (start-file-process-shell-command): Set the calling convention
11942 after the function definition.
11943
11944 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11945
11946 * subr.el (error, sit-for, start-process-shell-command)
11947 (start-file-process-shell-command): Use the new
11948 set-advertised-calling-convention feature.
11949
11950 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
11951
11952 * international/ucs-normalize.el (ucs-normalize-version):
11953 Change to 1.2.
11954 (check-range): Adjust for Unicode 5.2.
11955
11956 2009-10-15 Juri Linkov <juri@jurta.org>
11957
11958 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
11959 to the `menu-item' format.
11960
11961 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
11962
11963 * net/tramp.el (tramp-replace-environment-variables): Do not fail
11964 if the environment variable does not exist.
11965
11966 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11967 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
11968 parameter.
11969 (tramp-smb-handle-add-name-to-file)
11970 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11971 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11972 (tramp-smb-handle-file-attributes)
11973 (tramp-smb-do-file-attributes-with-stat)
11974 (tramp-smb-handle-file-local-copy)
11975 (tramp-smb-handle-insert-directory)
11976 (tramp-smb-handle-make-directory)
11977 (tramp-smb-handle-make-directory-internal)
11978 (tramp-smb-handle-make-symbolic-link)
11979 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
11980 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
11981 (tramp-smb-maybe-open-connection): Apply the changed parameters.
11982 (tramp-smb-read-file-entry): Read Disk names in compressed format.
11983 Handle long file names.
11984 (tramp-smb-get-cifs-capabilities): Check, whether the connection
11985 process is running.
11986 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
11987 Read share names with "-g" option.
11988
11989 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
11990
11991 * net/rcirc.el (rcirc-view-log-file): New command.
11992 (rcirc-track-minor-mode-map): Remove C-c ` binding.
11993 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
11994 specified.
11995
11996 2009-10-15 Glenn Morris <rgm@gnu.org>
11997
11998 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
11999 from the second command-line argument.
12000 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
12001 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
12002 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
12003 w32-batch-update-autoloads.
12004 * emacs-lisp/autoload.el (autoload-make-program): New variable.
12005 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
12006
12007 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
12008 the headers cannot be located. Simplify, subtracting superflous
12009 save-excursions.
12010
12011 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12012
12013 Replace completion-base-size by completion-base-position to fix bugs
12014 such as (bug#4699).
12015 * simple.el (completion-base-position): New var.
12016 (completion-base-size): Mark as obsolete.
12017 (choose-completion): Make it work for mouse events as well.
12018 Pass the new base-position to choose-completion-string.
12019 (choose-completion-guess-base-position): New function, extracted from
12020 choose-completion-delete-max-match.
12021 (choose-completion-delete-max-match): Use it. Make obsolete.
12022 (choose-completion-string): Use the new base-position info.
12023 (completion-root-regexp): Delete.
12024 (completion-setup-function): Preserve completion-base-position.
12025 Eliminate obsolete base-size manipulation.
12026 * minibuffer.el (display-completion-list): Don't mess with base-size.
12027 (minibuffer-completion-help): Set completion-base-position instead.
12028 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
12029 choose-completion.
12030 * textmodes/bibtex.el (bibtex-complete):
12031 * emacs-lisp/crm.el (crm--choose-completion-string):
12032 Adjust to new calling convention.
12033 * complete.el (partial-completion-mode): Use minibufferp to avoid
12034 bumping into incompatible change to choose-completion-string-functions.
12035 * ido.el (ido-choose-completion-string): Make its calling convention
12036 more permissive.
12037 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
12038 base-size manipulation.
12039 (comint-dynamic-list-input-ring): Use dotimes and push.
12040 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
12041 fundamental-mode. Use `or'.
12042
12043 2009-10-14 Juri Linkov <juri@jurta.org>
12044
12045 * misearch.el (multi-isearch-next-buffer-from-list)
12046 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
12047
12048 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12049
12050 * Makefile.in (compile-onefile): Load `bytecomp' rather than
12051 `bytecomp.el'.
12052
12053 * minibuffer.el (completion-pcm--merge-completions): Make sure the
12054 string we return is all made up of text from the completions rather
12055 than part from the completions and part from the input (bug#4219).
12056
12057 * ido.el (ido-everywhere): Use define-minor-mode.
12058
12059 * buff-menu.el (list-buffers, ctl-x-map):
12060 Mark the entry points with ;;;###autoload cookies.
12061
12062 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
12063
12064 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
12065 correctly in the detached head case.
12066 (vc-git-print-log): Remove unused binding.
12067
12068 * vc.el (vc-responsible-backend): When a directory is passed for
12069 for registration create a VC repository if no backend is
12070 responsible for the directory argument.
12071 (vc-deduce-fileset): Tell vc-responsible-backend to register.
12072
12073 * vc.el: Move comments about RCS and SCCS ...
12074 * vc-rcs.el:
12075 * vc-sccs.el: ... here, respectively.
12076
12077 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12078
12079 * minibuffer.el (completion--file-name-table): Return nil if there's
12080 no file completion, even if substitute-in-file-name changed
12081 the string (bug#4708).
12082
12083 2009-10-13 Juri Linkov <juri@jurta.org>
12084
12085 * files-x.el (read-file-local-variable-value): Don't filter out
12086 minor modes from mode name completion (bug#4664).
12087
12088 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
12089
12090 * international/mule-cmds.el (ucs-names): Remove exclusion of
12091 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
12092
12093 2009-10-13 Kenichi Handa <handa@m17n.org>
12094
12095 * international/uni-name.el: Regenerated.
12096
12097 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
12098
12099 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
12100 should be automatically buffer-local, but isn't.)
12101
12102 2009-10-12 Sam Steingold <sds@gnu.org>
12103
12104 * progmodes/compile.el (compilation-next-error-function): Fix the
12105 timestamps if the buffer has been visited before.
12106 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
12107 non-anchored patterns, like the perl one (bug#3928).
12108
12109 2009-10-12 Glenn Morris <rgm@gnu.org>
12110
12111 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
12112 Let-bind `size'.
12113
12114 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
12115
12116 * proced.el (proced-unload-function): New function.
12117
12118 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
12119 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
12120 Doc fix.
12121
12122 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
12123
12124 2009-10-11 Juri Linkov <juri@jurta.org>
12125
12126 * files-x.el (read-file-local-variable-value):
12127 Provide default value only for bound variables (bug#4664).
12128
12129 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
12130
12131 * net/tramp.el (tramp-local-host-p): Function shall return nil for
12132 connection methods like smb.
12133
12134 * net/tramp-cache.el (tramp-flush-connection-property): The hash
12135 can be empty.
12136
12137 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12138 (tramp-smb-file-name-handler-alist): Add handlers for
12139 `add-name-to-file', `make-symbolic-link'.
12140 (tramp-smb-handle-add-name-to-file)
12141 (tramp-smb-do-file-attributes-with-stat)
12142 (tramp-smb-handle-make-symbolic-link)
12143 (tramp-smb-get-cifs-capabilities): New defuns.
12144 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12145 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12146 (tramp-smb-handle-file-local-copy)
12147 (tramp-smb-handle-make-directory-internal)
12148 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
12149 The file name syntax depends on cifs capabilities.
12150 (tramp-smb-handle-file-attributes):
12151 Call `tramp-smb-do-file-attributes-with-stat' if possible.
12152 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
12153 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
12154
12155 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
12156
12157 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
12158 (eieio-defclass): Apply deftype handler and setf-method properties
12159 directly.
12160 (eieio-add-new-slot): Avoid union function from cl library.
12161 (eieio--typep): New function.
12162 (eieio-perform-slot-validation): Use it.
12163
12164 2009-10-10 Karl Fogel <kfogel@red-bean.com>
12165
12166 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
12167 Update documentation to refer to the variables documented in r1.135.
12168 (Bug#4188)
12169
12170 2009-10-10 Karl Fogel <kfogel@red-bean.com>
12171
12172 * bookmark.el (Info-suffix-list): Remove this unused variable.
12173 (bookmark-current-point): Remove this obsolete variable.
12174 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
12175 Adjust for removal of bookmark-current-point.
12176
12177 (bookmarks-already-loaded, bookmark-current-buffer)
12178 (bookmark-yank-point): Document. (Bug#4188)
12179
12180 2009-10-10 Glenn Morris <rgm@gnu.org>
12181
12182 * frame.el (frame-height): Doc fix.
12183
12184 * calendar/calendar.el (calendar-split-width-threshold): New option.
12185 (calendar-basic-setup): Use calendar-split-width-threshold.
12186
12187 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
12188
12189 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
12190 Ideographic Supplement" range (U+1F200..U+1F2FF).
12191
12192 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12193
12194 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
12195 since the list will have been rebuilt anyway. (Bug#4349)
12196
12197 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12198
12199 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
12200 (bookmark-bmenu-execute-deletions): Don't save here, as
12201 bookmark-delete will now do so if necessary.
12202 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
12203 (Bug#4348)
12204
12205 2009-10-09 Glenn Morris <rgm@gnu.org>
12206
12207 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
12208
12209 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12210
12211 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
12212 (bookmark-jump-other-window): Just invoke bookmark-jump with new
12213 argument now, so the two function's behaviors will match. (Bug#3645)
12214
12215 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
12216
12217 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
12218 (tramp-file-name-real-host, tramp-file-name-port):
12219 Apply `save-match-data'.
12220
12221 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
12222 case both directories are remote.
12223 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
12224 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
12225
12226 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
12227
12228 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
12229
12230 2009-10-07 Glenn Morris <rgm@gnu.org>
12231
12232 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
12233 of concat.
12234
12235 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
12236
12237 * files-x.el (read-file-local-variable): Include some
12238 non-user-variables in the completion table (bug#4664).
12239
12240 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
12241
12242 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
12243 message.
12244
12245 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12246 (tramp-smb-file-name-handler-alist): Add handler for
12247 `copy-directory', `expand-file-name', `set-file-modes'.
12248 (tramp-smb-handle-copy-directory)
12249 (tramp-smb-handle-expand-file-name)
12250 (tramp-smb-handle-set-file-modes): New defuns.
12251 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
12252 (tramp-smb-handle-file-attributes): Simplify check for retrieving
12253 entry.
12254 (tramp-smb-handle-insert-directory): Don't flush the cache.
12255 (tramp-smb-maybe-open-connection): Check for samba client and
12256 server versions.
12257
12258 2009-10-07 Eli Zaretskii <eliz@gnu.org>
12259
12260 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
12261 to not error out of search for "^lisp=" fails.
12262
12263 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
12264
12265 * makefile.w32-in (WINS_UPDATES): New macro.
12266 (custom-deps, finder-data, autoloads): Use it.
12267
12268 2009-10-07 Glenn Morris <rgm@gnu.org>
12269
12270 * Makefile.in (autoloads): Revert previous change.
12271 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
12272 the list of preloaded files passed on the command-line, get
12273 it from src/Makefile.
12274
12275 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
12276 show the original buffer rather than a random one.
12277
12278 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
12279
12280 * help.el (describe-no-warranty): Place point in a slightly better
12281 position in the GPLv3 text.
12282
12283 2009-10-06 Sam Steingold <sds@gnu.org>
12284
12285 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
12286 the comm attribute is present before calling regexp-quote.
12287
12288 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
12289
12290 * play/animate.el (animate-string): For good effect, make sure
12291 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
12292
12293 * play/animate.el (animate-sequence, animate-birthday-present):
12294 * misc.el (butterfly): Don't set `indent-tabs-mode'.
12295
12296 2009-10-06 Glenn Morris <rgm@gnu.org>
12297
12298 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
12299
12300 * emacs-lisp/autoload.el (autoload-excludes): New variable.
12301 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
12302 (batch-update-autoloads): Process a string value of autoload-excludes,
12303 set during the build process.
12304 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
12305
12306 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
12307 inside with-parsed... macro so that `v' is defined.
12308
12309 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
12310 * progmodes/fortran.el (fortran-end-of-block)
12311 (fortran-beginning-of-block):
12312 Also push mark in the macro case.
12313
12314 * emerge.el (emerge-show-file-name):
12315 * calc/calc.el (calc-quit):
12316 * calc/calc-misc.el (calc-big-or-small):
12317 * calc/calc-graph.el (calc-graph-view):
12318 * calc/calc-ext.el (calc-reset):
12319 * calendar/calendar.el (calendar-basic-setup):
12320 Use window-full-height-p.
12321
12322 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
12323 header we don't understand, don't insert another. (Bug#4624)
12324 If changing mime charset, insert the new one in the right place.
12325
12326 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
12327
12328 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12329 (cal-tex-cursor-month): Correctly increment the end date for diary and
12330 holiday listing. (Bug#4626)
12331
12332 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12333
12334 * help-fns.el (describe-function-1): Don't burp if the function is not
12335 a symbol.
12336
12337 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
12338
12339 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
12340 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
12341 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
12342 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
12343
12344 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
12345 (eieio-default-superclass): Reflow docstrings.
12346 (this, class-option-assoc, defclass, eieio-class-un-autoload)
12347 (eieio-unbind-method-implementations, defmethod)
12348 (eieio-validate-slot-value, eieio-validate-class-slot-value)
12349 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
12350 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
12351 (eieio-slot-originating-class-p, eieio-slot-name-index)
12352 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
12353 (constructor, initialize-instance, no-next-method, object-print)
12354 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
12355 Fix typos in docstrings.
12356 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
12357 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
12358 (next-method-p): Doc fixes.
12359 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
12360 Fix typos in error messages.
12361 (eieio-defmethod): Fix typo in description of generic method.
12362
12363 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
12364 (eieio-persistent-save-interactive, slot-missing):
12365 Fix typos in docstrings.
12366 (eieio-instance-inheritor-slot-boundp): Doc fix.
12367
12368 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
12369 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
12370
12371 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
12372 (eieio-custom-object-apply-reset):
12373 Fix typos in docstrings and error messages.
12374
12375 * emacs-lisp/eieio-datadebug.el (data-debug-show):
12376 Fix typo in docstring.
12377
12378 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
12379 (eieio-browse-tree): Doc fix.
12380 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
12381 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
12382 Fix typos in docstrings.
12383
12384 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
12385 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
12386 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
12387 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
12388 Reflow docstrings.
12389
12390 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
12391
12392 * vc-hg.el (log-view-vc-backend): Declare for compiler.
12393 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
12394 Set log-view-vc-backend so that diff can work.
12395
12396 * log-view.el (log-view-diff): Use vc-diff-internal instead of
12397 vc-version-diff.
12398 (vc-diff-internal): Autoload this instead of vc-version-diff.
12399
12400 2009-10-05 Eli Zaretskii <eliz@gnu.org>
12401
12402 * simple.el (eval-expression): Doc fix.
12403
12404 * progmodes/cwarn.el (cwarn-mode): Doc fix.
12405
12406 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
12407
12408 * files.el (directory-files-no-dot-files-regexp): New defconst.
12409 (delete-directory): Use it.
12410 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
12411
12412 * net/tramp.el (tramp-verbose): Fix docstring.
12413 (tramp-methods): Add recursive option to `tramp-copy-args'.
12414 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
12415 "scp1_old", "scp2_old", "rsync", "rsyncc".
12416 (tramp-default-method): Check also for `auth-source-user-or-password'.
12417 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12418 Add handler for `copy-directory'.
12419 (tramp-handle-copy-directory): New defun.
12420 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
12421 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
12422 Optimize sent command.
12423
12424 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12425
12426 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
12427 window if necessary.
12428
12429 * calendar/calendar.el (calendar-basic-setup): Don't call
12430 switch-to-buffer in a dedicated window.
12431
12432 2009-10-05 Karl Fogel <kfogel@red-bean.com>
12433
12434 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
12435 don't do anything related to relocating, just return nil.
12436 (bookmark-error-no-filename): New error.
12437 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
12438 bookmark has no file. Don't even attempt to handle things that
12439 are not files; the whole point of custom handlers is to keep that
12440 knowledge elsewhere anyway. Tighten some comments.
12441 (bookmark-file-or-variation-thereof): Remove now-unused function.
12442 (bookmark-location): Doc string fix.
12443 (Bug#4250)
12444
12445 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12446
12447 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
12448 don't use a file dialog, because they usually don't know how to read
12449 a directory target from the user. (Bug#4230)
12450 Also, make sure the prompt can display directories as well as files.
12451
12452 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12453
12454 * bookmark.el (bookmark-set, bookmark-buffer-name):
12455 Improve doc strings. (Bug#1193)
12456
12457 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12458
12459 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
12460 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
12461 (bookmark-get-annotation, bookmark-set-annotation)
12462 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12463 (bookmark-set-position, bookmark-get-front-context-string)
12464 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12465 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
12466 (bookmark-jump-other-window, bookmark-handle-bookmark)
12467 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12468 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12469 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
12470 Improve doc strings to say whether bookmark can be a string or
12471 a record or both, and make other consistency and clarity fixes.
12472 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12473 (bookmark-default-annotation-text, bookmark-yank-word)
12474 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12475 (bookmark-import-new-list, bookmark-maybe-rename)
12476 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12477 (bookmark-bmenu-bookmark): Give these doc strings.
12478 (bookmark-bmenu-check-position): Give this a doc string, but also
12479 add a FIXME comment about how the function may be pointless.
12480 (bookmark-default-handler): Rework doc string and change a
12481 parameter name, to clarify that this takes a bookmark record
12482 not a bookmark name.
12483 (bookmark-set): Change a parameter name to indicate its meaning,
12484 and improve the doc string a bit.
12485 (Bug#4188)
12486
12487 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12488
12489 * bookmark.el (bookmark-alist): Document the new `handler' element
12490 in the param alist.
12491 (bookmark-make-record-function): Adjust documentation for above.
12492 (Bug#4193)
12493
12494 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12495
12496 * info.el (Info-bookmark-make-record): Document this function.
12497 (Info-bookmark-jump): Document with a doc string, not just a comment.
12498 (Bug#4203)
12499
12500 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
12501
12502 * files.el (copy-directory): New defun.
12503
12504 * dired-aux.el (dired-copy-file-recursive): Use it.
12505
12506 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
12507
12508 * files-x.el (modify-dir-local-variable)
12509 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
12510 docstrings.
12511
12512 * recentf.el (recentf-unload-function): New function.
12513
12514 2009-10-04 Glenn Morris <rgm@gnu.org>
12515
12516 * window.el (window-full-height-p): Add doc string.
12517
12518 2009-10-04 Martin Rudalics <rudalics@gmx.at>
12519
12520 * window.el (window-full-height-p): New function. (Bug#4543)
12521
12522 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
12523
12524 * vc.el: Remove commented out code.
12525 (vc-derived-from-dir-mode): Remove, unused.
12526 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
12527
12528 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
12529
12530 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
12531 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
12532 there could be recursive loading when `default-directory' is a
12533 remote file name. (Bug#4614)
12534
12535 2009-10-03 Glenn Morris <rgm@gnu.org>
12536
12537 * calendar/calendar.el (calendar-basic-setup): Handle the case where
12538 the frame is wide.
12539 (calendar-generate-window): Test for shrinkability rather than width.
12540
12541 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
12542 reusing existing buffers, in case we happen to visit two files with the
12543 same basename. (Bug#4593)
12544
12545 2009-10-02 Eli Zaretskii <eliz@gnu.org>
12546
12547 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
12548 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
12549 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
12550 subdirs of cedet as well.
12551 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
12552
12553 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12554
12555 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
12556 Obey advertised-signature-table.
12557
12558 * help-fns.el (help-function-arglist): Don't check
12559 advertised-signature-table.
12560 (describe-function-1): Do it here instead so it also applies to subrs.
12561
12562 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
12563
12564 * simple.el (start-file-process): Say in the doc-string, that file
12565 handlers might not support pty association, if PROGRAM is nil.
12566
12567 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
12568 HOST and USER are strings. They are nil, when there are
12569 incomplete entries in ~/.netrc, for example.
12570 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
12571 root directory ("device busy" error otherwise).
12572
12573 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
12574 Flush file properties of created directory.
12575
12576 2009-10-02 Eli Zaretskii <eliz@gnu.org>
12577
12578 * makefile.w32-in (WINS_BASIC): Remove cedet.
12579 (WINS_CEDET): Add cedet.
12580 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
12581
12582 2009-10-02 Kevin Ryde <user42@zip.com.au>
12583
12584 * net/browse-url.el (browse-url): Pass any symbol in
12585 browse-url-browser-function to `apply', since if you've mistakenly put
12586 an unbound symbol then the error is clearer. (Bug#4531)
12587
12588 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
12589
12590 * allout.el (allout-init, allout-back-to-current-heading)
12591 (allout-beginning-of-current-entry, allout-ascend-to-depth)
12592 (allout-ascend, allout-up-current-level, allout-end-of-level)
12593 (allout-previous-visible-heading, allout-forward-current-level)
12594 (allout-backward-current-level, allout-show-children):
12595 * apropos.el (apropos-describe-plist):
12596 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
12597 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
12598 * completion.el (add-completion, add-permanent-completion):
12599 * descr-text.el (describe-text-category, describe-char):
12600 * desktop.el (desktop-lazy-abort):
12601 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
12602 * dired.el (dired-build-subdir-alist):
12603 * ediff.el (ediff-version):
12604 * elide-head.el (elide-head, elide-head-show):
12605 * emerge.el (emerge-version):
12606 * env.el (getenv):
12607 * face-remap.el (variable-pitch-mode):
12608 * faces.el (describe-face):
12609 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
12610 (dired-at-point):
12611 * files.el (find-file-existing, auto-save-mode):
12612 * font-lock.el (font-lock-fontify-buffer):
12613 * help-fns.el (describe-function, describe-variable)
12614 (describe-syntax, describe-categories):
12615 * help.el (view-lossage, describe-bindings, describe-key)
12616 (describe-mode):
12617 * hexl.el (hexl-current-address):
12618 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
12619 * info.el (Info-goto-emacs-key-command-node):
12620 * log-edit.el (log-edit-insert-cvs-template)
12621 (log-edit-insert-cvs-rcstemplate):
12622 * menu-bar.el (menu-bar-mode):
12623 * mouse.el (mouse-appearance-menu):
12624 * newcomment.el (comment-indent-new-line):
12625 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
12626 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
12627 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
12628 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
12629 * recentf.el (recentf-mode):
12630 * savehist.el (savehist-mode, savehist-save):
12631 * shadowfile.el (shadow-copy-files):
12632 * simple.el (kill-ring-save, next-line, previous-line)
12633 (normal-erase-is-backspace-mode):
12634 * strokes.el (strokes-update-window-configuration)
12635 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
12636 (strokes-xpm-for-stroke):
12637 * time.el (emacs-uptime, emacs-init-time):
12638 * tutorial.el (tutorial--describe-nonstandard-key)
12639 (tutorial--detailed-help):
12640 * type-break.el (type-break-mode)
12641 (type-break-mode-line-message-mode, type-break-query-mode)
12642 (type-break-guesstimate-keystroke-threshold):
12643 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
12644 * version.el (emacs-version):
12645 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
12646 * winner.el (winner-mode):
12647 * calendar/timeclock.el (timeclock-in, timeclock-out)
12648 (timeclock-status-string, timeclock-change)
12649 (timeclock-workday-remaining-string)
12650 (timeclock-workday-elapsed-string)
12651 (timeclock-when-to-leave-string):
12652 * calendar/todo-mode.el (todo-add-category):
12653 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
12654 * emacs-lisp/autoload.el (update-file-autoloads):
12655 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
12656 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
12657 (checkdoc-message-text, checkdoc-defun):
12658 * emacs-lisp/debug.el (debugger-list-functions):
12659 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12660 * emacs-lisp/eieio-opt.el (eieio-describe-class)
12661 (eieio-describe-generic):
12662 * emacs-lisp/lisp-mnt.el (lm-synopsis):
12663 * emacs-lisp/shadow.el (list-load-path-shadows):
12664 * emulation/cua-base.el (cua-mode):
12665 * emulation/edt.el (edt-set-scroll-margins):
12666 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
12667 (tpu-toggle-regexp, tpu-toggle-search-direction)
12668 (tpu-toggle-rectangle, tpu-toggle-control-keys):
12669 * emulation/tpu-extras.el (tpu-set-scroll-margins):
12670 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12671 (viper-set-parsing-style-toggling-macro)
12672 (viper-set-emacs-state-searchstyle-macros):
12673 * emulation/viper.el (viper-set-hooks):
12674 * eshell/esh-mode.el (eshell-truncate-buffer):
12675 * international/mule-cmds.el (prefer-coding-system)
12676 (describe-input-method, describe-language-environment):
12677 * international/mule-diag.el (list-character-sets)
12678 (describe-character-set, describe-coding-system)
12679 (describe-fontset, list-fontsets, list-input-methods):
12680 * mail/sendmail.el (mail-signature):
12681 * net/ange-ftp.el (ange-ftp-copy-file):
12682 * net/browse-url.el (browse-url):
12683 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
12684 * net/quickurl.el (quickurl-add-url):
12685 * net/rcirc.el (names, topic):
12686 * net/xesam.el (xesam-mode):
12687 * play/5x5.el (5x5-new-game):
12688 * play/yow.el (apropos-zippy):
12689 * progmodes/ada-mode.el (ada-mode-version):
12690 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
12691 (f90-end-of-block)
12692 (f90-beginning-of-block):
12693 * progmodes/fortran.el (fortran-end-of-block)
12694 (fortran-beginning-of-block):
12695 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
12696 * progmodes/python.el (python-describe-symbol, python-shell):
12697 * term/ns-win.el (ns-print-buffer):
12698 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
12699 * textmodes/flyspell.el (flyspell-mode-on):
12700 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
12701 (pages-directory-for-addresses):
12702 * textmodes/table.el (table-recognize-cell)
12703 (table-query-dimension, table-generate-source)
12704 (table-insert-sequence, table--warn-incompatibility):
12705 * textmodes/tex-mode.el (tex-validate-buffer):
12706 * textmodes/texinfmt.el (texinfmt-version)
12707 (texinfo-format-buffer):
12708 Use `called-interactively-p' instead of `interactive-p'.
12709
12710 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
12711
12712 * image-mode.el (image-toggle-display):
12713 * emacs-lisp/elp.el (elp-instrument-function):
12714 * emacs-lisp/advice.el (ad-make-advised-definition):
12715 * emacs-lisp/easy-mmode.el (define-minor-mode):
12716 * net/browse-url.el (browse-url-maybe-new-window):
12717 * progmodes/sh-script.el (sh-learn-buffer-indent):
12718 Pass new argument 'any to `called-interactively-p'.
12719
12720 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
12721
12722 * international/uni-bidi.el:
12723 * international/uni-category.el:
12724 * international/uni-combining.el:
12725 * international/uni-comment.el:
12726 * international/uni-decimal.el:
12727 * international/uni-decomposition.el:
12728 * international/uni-digit.el:
12729 * international/uni-lowercase.el:
12730 * international/uni-mirrored.el:
12731 * international/uni-name.el:
12732 * international/uni-numeric.el:
12733 * international/uni-old-name.el:
12734 * international/uni-titlecase.el:
12735 * international/uni-uppercase.el:
12736 Regenerate from Unicode 5.2.0 data.
12737
12738 2009-10-01 Glenn Morris <rgm@gnu.org>
12739
12740 * Makefile.in (ELCFILES): Regenerate.
12741
12742 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12743
12744 * subr.el (interactive-p): Mark obsolete.
12745 (called-interactively-p): Make the optional-ness of `kind' obsolete.
12746 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
12747 advertised-signature-table for subroutines as well.
12748
12749 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
12750 (set-advertised-calling-convention): New function.
12751 (make-obsolete, define-obsolete-function-alias)
12752 (make-obsolete-variable, define-obsolete-variable-alias):
12753 Make the optional-ness of `when' obsolete.
12754 (define-obsolete-face-alias): Make `when' non-optional.
12755 * help-fns.el (help-function-arglist):
12756 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
12757 Use advertised-signature-table.
12758
12759 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
12760
12761 * files.el (delete-directory): New defun. The original function
12762 in fileio.c has been renamed to `delete-directory-internal'.
12763
12764 * dired.el (dired-delete-file): Call `delete-directory' with
12765 RECURSIVE parameter.
12766
12767 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
12768 parameter RECURSIVE. Implementation is missing.
12769
12770 * net/tramp.el (tramp-handle-make-directory): Flush upper
12771 directory's file properties.
12772 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
12773 (tramp-handle-dired-recursive-delete-directory): Flush directory
12774 properties after the remove command only.
12775
12776 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12777 Handle optional parameter RECURSIVE.
12778
12779 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
12780 Handle optional parameter RECURSIVE.
12781
12782 * net/tramp-smb.el (tramp-smb-errors): Add error message for
12783 connection timeout.
12784 (tramp-smb-handle-delete-directory): Handle optional parameter
12785 RECURSIVE.
12786
12787 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12788
12789 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
12790 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
12791 (byte-compile-defmacro): Use backquotes.
12792
12793 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
12794
12795 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
12796 has no associated file.
12797 (vc-resynch-buffer): Use vc-dir-buffers.
12798
12799 2009-10-01 Glenn Morris <rgm@gnu.org>
12800
12801 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
12802 (chart-file-count):
12803 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
12804 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
12805 * emacs-lisp/eieio-opt.el (eieio-describe-class):
12806 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
12807 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
12808 (eieio-copy-parents-into-subclass, make-instance, class-children)
12809 (eieio-generic-form):
12810
12811 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
12812 match-data. (Bug#4555).
12813
12814 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
12815 rather than parsing it as a regexp. This relaxes the layout
12816 requirements and makes errors easier to detect.
12817 (check-declare-verify): Check file is regular.
12818 (check-declare-directory): Doc fix.
12819 * subr.el (declare-function): Doc fix.
12820
12821 * ibuffer.el (ibuffer-format-qualifier):
12822 * isearch.el (hi-lock-regexp-okay):
12823 * calc/calc.el (math-zerop):
12824 * mail/uce.el (rmail-msgbeg, rmail-msgend):
12825 * term/w32-win.el (setup-default-fontset, set-fontset-font):
12826 Remove unused declarations.
12827
12828 2009-09-30 Glenn Morris <rgm@gnu.org>
12829
12830 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
12831
12832 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
12833 filename is not a string.
12834
12835 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
12836
12837 * files.el (safe-local-eval-forms): Fix typo.
12838
12839 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
12840
12841 * vc-hooks.el (vc-dir-buffers): New var.
12842 (vc-state-refresh): New function.
12843 (vc-state): Use it.
12844 (vc-after-save): Always ask the backend to recompute the new state.
12845 Always call vc-dir if necessary, using vc-dir-buffers.
12846 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
12847 Use vc-dir-buffers.
12848 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
12849 (vc-dir-prepare-status-buffer, vc-dir-update)
12850 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
12851 Don't call expand-file-name on default-directory.
12852
12853 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12854
12855 * speedbar.el (speedbar-item-delete):
12856 * calc/calc-prog.el (calc-kbd-if):
12857 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
12858
12859 * epa.el (epa-key-list-mode-map):
12860 * hi-lock.el (hi-lock-menu): Fix typos in menus.
12861
12862 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
12863 (hs-show-hook): Fix typo in docstring.
12864
12865 2009-09-29 Glenn Morris <rgm@gnu.org>
12866
12867 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
12868 file-name-nondirectory call preventing location of cedet files.
12869 (check-declare-verify): Use literal search rather than re-search.
12870 Add basic defmethod and defclass, and define-overloadable-function.
12871
12872 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12873 Use tramp-compat-file-attributes rather than nonexistent
12874 tramp-compat-handle-file-attributes.
12875
12876 * Makefile.in (lisptagsfiles4): New.
12877 (AUTOGENEL): Add cedet loaddefs files.
12878 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
12879 (update-elclist, compile-always, backup-compiled-files)
12880 (bootstrap-clean): Add yet another directory level.
12881 (update-elclist): Use LC_COLLATE rather than COLLATE.
12882 (ELCFILES): Update, via `make update-elclist'.
12883
12884 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12885
12886 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
12887 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
12888 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
12889
12890 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
12891
12892 * Makefile.in (lisptagsfiles3): Define.
12893 (TAGS, TAGS-LISP): Use it.
12894 (update-elclist): Add third directory level to look for elc files.
12895 (compile-always): Likewise.
12896 (backup-compiled-files): Likewise.
12897 (bootstrap-clean): Likewise.
12898 (ELCFILES): Update.
12899
12900 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
12901
12902 * Makefile.in (ELCFILES): Add CEDET files.
12903
12904 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
12905
12906 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
12907
12908 * net/tramp.el (top): Require tramp-imap.
12909
12910 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12911 Use `tramp-compat-handle-file-attributes'.
12912
12913 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12914
12915 * net/tramp-imap.el: New package.
12916
12917 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12918
12919 * whitespace.el (whitespace-trailing-regexp)
12920 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
12921 Fix doc string.
12922
12923 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
12924
12925 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
12926 menu.
12927
12928 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
12929 menu-bar-ediff-menu.
12930
12931 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
12932 define-overloadable-function.
12933
12934 * progmodes/autoconf.el: Provide autoconf as well, so that this
12935 file can be `require'd.
12936
12937 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
12938
12939 * emacs-lisp/autoload.el (generated-autoload-feature)
12940 (generated-autoload-load-name): New vars.
12941 (autoload-rubric, autoload-generate-file-autoloads): Use them.
12942 (make-autoload): Recognize define-overloadable-function and
12943 defclass forms (for EIEIO).
12944
12945 * Makefile.in (update-subdirs): Exclude cedet directory.
12946
12947 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
12948
12949 * term/ns-win.el: Don't set the region face background. (Bug#4381)
12950
12951 * faces.el: Default light-background background for region face to
12952 ns_selection_color under NS.
12953
12954 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
12955
12956 * net/imap-hash.el: New library, see NEWS.
12957
12958 * Makefile.in (ELCFILES): Add imap-hash.el.
12959
12960 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
12961
12962 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
12963 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
12964 * help-macro.el (make-help-screen): Avoid using an ambiguous function
12965 definition where the docstring could be taken for the return value.
12966
12967 2009-09-26 Glenn Morris <rgm@gnu.org>
12968
12969 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
12970 Add option to only show images below a certain size.
12971 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
12972 save-excursion calls.
12973
12974 2009-09-26 Eli Zaretskii <eliz@gnu.org>
12975
12976 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
12977 subdirectories) and eieio.
12978
12979 2009-09-26 Alan Mackenzie <acm@muc.de>
12980
12981 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
12982 buggy bracketing. (Bug#4289)
12983
12984 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
12985 character constants (as case labels). (Bug#4289)
12986
12987 2009-09-25 Juri Linkov <juri@jurta.org>
12988
12989 * files.el (safe-local-eval-forms): Allow time-stamp in
12990 before-save-hook (Bug#4554).
12991
12992 2009-09-25 Drew Adams <drew.adams@oracle.com>
12993
12994 * menu-bar.el (list-buffers-directory): Doc fix.
12995
12996 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
12997
12998 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
12999 Try and avoid copying twice the same paragraph.
13000 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
13001 Remove save-excursion.
13002 (log-edit-changelog-entry): Do it here instead.
13003
13004 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
13005
13006 * bs.el (bs--get-file-name): Use `list-buffers-directory'
13007 when available, instead of hardcoding mode names. Doc fix.
13008
13009 * menu-bar.el (list-buffers-directory): Add docstring.
13010 Make automatically buffer-local.
13011
13012 * dired.el (dired-mode):
13013 * files.el (cd-absolute):
13014 * pcvs.el (cvs-temp-buffer):
13015 * pcvs-util.el (cvs-get-buffer-create):
13016 * shell.el (shell-mode):
13017 * vc-dir.el (vc-dir-mode):
13018 Don't make `list-buffers-directory' buffer local.
13019
13020 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
13021
13022 * comint.el (comint-exec, comint-run, make-comint):
13023 Doc fixes (Bug#4542).
13024
13025 2009-09-25 Glenn Morris <rgm@gnu.org>
13026
13027 * mail/rmailmm.el (rmail-mime): New custom group.
13028 Move all defcustoms in this file into this group.
13029 (rmail-mime-media-type-handlers-alist): Revert previous change.
13030 (rmail-mime-show-images): New option.
13031 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
13032 references to it, since it wasn't actually used for anything.
13033 (rmail-mime-insert-image): New function.
13034 (rmail-mime-image): Use rmail-mime-insert-image.
13035 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
13036 obey the value of `rmail-mime-show-images' option. Print the size of
13037 attachments.
13038
13039 2009-09-25 David Engster <deng@randomsample.de>
13040
13041 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
13042
13043 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13044
13045 * whitespace.el: Does not highlight trailing spaces While point is
13046 at end of line. Does not highligt spaces at beginning of buffer
13047 while point is at beginning of buffer. Does not highlight spaces
13048 at end of buffer while point is at end of buffer. (Bug#4177)
13049 New version 12.0.
13050 (whitespace-display-mappings): Adjust initialization.
13051 (whitespace-point, whitespace-font-lock-refontify): New vars.
13052 (whitespace-color-on, whitespace-color-off): Adjust code.
13053 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13054 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
13055 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
13056
13057 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
13058
13059 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
13060
13061 * textmodes/sgml-mode.el: Remove xml-mode alias.
13062
13063 * files.el (auto-mode-alist, conf-mode-maybe)
13064 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
13065
13066 2009-09-24 Alan Mackenzie <acm@muc.de>
13067
13068 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
13069 c-forward-conditionals, but it doesn't move point and doesn't set
13070 the mark.
13071 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
13072 (c-down-conditional-with-else, c-backward-conditional)
13073 (c-forward-conditional): Refactor to use c-scan-conditionals.
13074
13075 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
13076
13077 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
13078 (help-default-arg-highlight): Remove.
13079 (help-highlight-arg): New function.
13080 (help-do-arg-highlight): Use it.
13081 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
13082
13083 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13084
13085 * term.el (term-set-scroll-region, term-handle-ansi-escape):
13086 Undo last change, which didn't fix the problem and introduced others.
13087
13088 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
13089
13090 * progmodes/gdb-mi.el: Don't require speedbar.
13091 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
13092
13093 2009-09-24 Glenn Morris <rgm@gnu.org>
13094
13095 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
13096
13097 * term/ns-win.el (ns-reg-to-script): Define for compiler.
13098
13099 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
13100 there is no newline after the final mime boundary. (Bug#4539)
13101 Move markers on insertion so that any buttons inserted don't end up in
13102 the next part of a multipart message.
13103 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
13104 (rmail-mime-bulk-handler): Optionally handle images.
13105 (rmail-mime-image): New button action.
13106 (rmail-mime-image-handler): New function.
13107 (rmail-mime-mode): New mode.
13108 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
13109
13110 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13111
13112 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
13113 than just dropping elements from it (bug#4504).
13114
13115 * term.el (term-set-scroll-region): Don't move cursor any more.
13116 (term-handle-ansi-escape): Call term-goto here instead.
13117 Suggested by Ivan Kanis <apple@kanis.eu>.
13118
13119 * term.el: Require CL.
13120 (term-ansi-reset): New function.
13121 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
13122 (term-handle-colors-array): Simplify.
13123
13124 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
13125
13126 * allout.el (allout-overlay-interior-modification-handler)
13127 (allout-obtain-passphrase):
13128 * epa-file.el (epa-file-write-region):
13129 * ps-print.el (ps-begin-job):
13130 * vc-hooks.el (vc-toggle-read-only):
13131 * vc-rcs.el (vc-rcs-rollback):
13132 * vc-sccs.el (vc-sccs-rollback):
13133 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
13134 (vc-version-diff, vc-revert, vc-rollback):
13135 * wdired.el (wdired-check-kill-buffer):
13136 * emacs-lisp/authors.el (authors):
13137 * net/socks.el (socks-open-connection):
13138 * net/zeroconf.el (zeroconf-service-add-hook):
13139 * obsolete/vc-mcvs.el (vc-mcvs-register):
13140 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
13141 (gdb-select-frame):
13142 * progmodes/grep.el (lgrep, rgrep):
13143 * progmodes/idlw-help.el (idlwave-help-check-locations)
13144 (idlwave-help-html-link, idlwave-help-assistant-open-link):
13145 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13146 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
13147 (reftex-toc-rename-label): Fix typos in error messages.
13148
13149 * dired-aux.el (dired-do-shell-command): Reflow docstring.
13150 (dired-copy-how-to-fn): Doc fix.
13151 (dired-files-attributes, dired-read-shell-command):
13152 Fix typos in docstrings.
13153
13154 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
13155 (dired-x-find-file-other-window): Reflow docstrings.
13156 (dired-omit-marker-char, dired-read-shell-command)
13157 (dired-x-submit-report): Fix typos in docstrings.
13158
13159 * shell.el (shell-mode-hook):
13160 * view.el (View-scroll-line-forward):
13161 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
13162 Fix typos in docstrings.
13163
13164 * net/dig.el (dig-invoke): Fix typo in docstring.
13165 (query-dig): Reflow docstring.
13166
13167 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
13168 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
13169 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
13170 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
13171 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
13172 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
13173 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
13174 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
13175 (idlwave-completion-map, idlwave-current-indent)
13176 (idlwave-custom-ampersand-surround, idlwave-customize)
13177 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
13178 (idlwave-define-abbrev, idlwave-determine-class-special)
13179 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
13180 (idlwave-end-block-reg, idlwave-end-of-statement)
13181 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
13182 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
13183 (idlwave-explicit-class-listed, idlwave-file-header)
13184 (idlwave-fill-paragraph, idlwave-find-class-definition)
13185 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
13186 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
13187 (idlwave-in-quote, idlwave-indent-action-table)
13188 (idlwave-indent-expand-table, idlwave-indent-line)
13189 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
13190 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
13191 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
13192 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
13193 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
13194 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
13195 (idlwave-outlawed-buffers, idlwave-popup-select)
13196 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
13197 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
13198 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
13199 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
13200 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
13201 (idlwave-statement-type, idlwave-struct-skip)
13202 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
13203 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
13204 (idlwave-what-module-find-class): Fix typos in docstrings.
13205 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
13206 (idlwave-calculate-cont-indent, idlwave-expand-equal)
13207 (idlwave-find-module, idlwave-find-structure-definition)
13208 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
13209 (idlwave-list-load-path-shadows, idlwave-next-statement)
13210 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
13211 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
13212 (idlwave-template): Reflow docstrings.
13213
13214 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
13215 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
13216 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
13217 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
13218 (idlwave-shell-display-line, idlwave-shell-display-wframe)
13219 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
13220 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
13221 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
13222 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
13223 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
13224 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
13225 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
13226 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
13227 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
13228 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
13229 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
13230 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
13231 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
13232 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
13233 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
13234 Fix typos in docstrings.
13235 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
13236 (idlwave-shell-hide-output, idlwave-shell-mode)
13237 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
13238 Reflow docstrings.
13239
13240 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
13241
13242 2009-09-24 Ivan Kanis <apple@kanis.eu>
13243
13244 * term.el (term-bold-attribute): New var.
13245 (term-handle-colors-array): Use it.
13246
13247 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
13248
13249 * progmodes/gdb-mi.el (gdb-version): New variable.
13250 (gdb-non-stop-handler): Set gdb-version.
13251 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
13252 Condition "--thread" option on gdb-version.
13253 (gdb-invalidate-threads): Remove unused argument.
13254
13255 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13256
13257 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
13258 to looking-back to avoid ridiculous slow down in large files (bug#4511).
13259
13260 2009-09-23 Glenn Morris <rgm@gnu.org>
13261
13262 * mail/rmail.el (rmail-reply): Don't try to add a References header when
13263 replying to mail without References or Message-Id. (Bug#4525)
13264
13265 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
13266
13267 * term/ns-win.el (ns-reg-to-script): New variable.
13268
13269 2009-09-23 Daiki Ueno <ueno@unixuser.org>
13270
13271 * epg.el (epg-wait-for-status): Preserve existing 'error results.
13272
13273 2009-09-22 Sam Steingold <sds@gnu.org>
13274
13275 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
13276 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
13277 to 1 because hg returns status 1 when nothing is found.
13278 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
13279
13280 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13281
13282 * textmodes/fill.el: Convert to utf-8 encoding.
13283 (fill-french-nobreak-p): Remove redundant » and « inherited from our
13284 pre-Unicode days.
13285
13286 * add-log.el (change-log-fill-forward-paragraph): New function.
13287 (change-log-mode): Use it so fill-region DTRT.
13288 Set fill-indent-according-to-mode here rather than in
13289 change-log-fill-paragraph.
13290 (change-log-fill-paragraph): Remove.
13291
13292 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
13293
13294 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
13295 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
13296
13297 2009-09-22 Glenn Morris <rgm@gnu.org>
13298
13299 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
13300 the scroll-bar scroll the calendar window rather than the buffer.
13301
13302 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
13303 commands that move point (as opposed to scrolling).
13304
13305 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
13306
13307 * emacs-lisp/elint.el (elint): New custom group.
13308 (elint-log-buffer): Make it a defcustom.
13309 (elint-scan-preloaded, elint-ignored-warnings)
13310 (elint-directory-skip-re): New options.
13311 (elint-builtin-variables): Doc fix.
13312 (elint-preloaded-env): New variable.
13313 (elint-unknown-builtin-args): Add an entry for encode-time.
13314 (elint-extra-errors): Make it a variable rather than a constant.
13315 (elint-preloaded-skip-re): New constant.
13316 (elint-directory): Skip files matching elint-directory-skip-re.
13317 (elint-features): New variable, local to linted buffers.
13318 (elint-update-env): Initialize elint-features. Possibly add
13319 elint-preloaded-env to the buffer's environment.
13320 (elint-get-top-forms): Bind elint-current-pos, for log messages.
13321 Skip quoted forms.
13322 (elint-init-form): New function, extracted from elint-init-env.
13323 Make non-list forms a warning rather than an error.
13324 Add the mode-map for define-derived-mode. Handle define-minor-mode,
13325 easy-menu-define, put that adds an error-condition, and provide.
13326 When requiring cl, also require cl-macs. Really require cl, to handle
13327 some cl macros. Store required libraries in the list elint-features,
13328 so as not to re-load them. Treat cc-require like require.
13329 (elint-init-env): Call elint-init-form to do the work.
13330 Handle eval-and-compile and such like.
13331 (elint-add-required-env): Do not clear messages.
13332 (elint-special-forms): Add handlers for function, defalias, if, when,
13333 unless, and, or.
13334 (elint-form): Add optional argument to ignore elint-special-forms,
13335 useful to prevent recursive calls from handlers. Doc fix.
13336 Respect elint-ignored-warnings.
13337 (elint-form): Respect elint-ignored-warnings.
13338 (elint-bound-variable, elint-bound-function): New variables.
13339 (elint-unbound-variable): Respect elint-bound-variable.
13340 (elint-get-args): Respect elint-bound-function.
13341 (elint-check-cond-form): Add some simple handling for (f)boundp and
13342 featurep tests.
13343 (elint-check-defalias-form): New handler.
13344 (elint-check-let-form): Make an empty let a warning rather than an
13345 error.
13346 (elint-check-setq-form): Make an empty setq a warning rather than an
13347 error. Respect elint-ignored-warnings.
13348 (elint-check-defvar-form): Accept null doc-strings.
13349 (elint-check-conditional-form): New handler. Does some simple-minded
13350 checking of featurep and (f)boundp tests.
13351 (elint-put-function-args): New function.
13352 (elint-initialize): Use elint-scan-doc-file rather than
13353 elint-find-builtin-variables. Use elint-put-function-args.
13354 Possibly scan preloaded-file-list.
13355 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
13356 extend to handle functions as well.
13357
13358 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
13359
13360 * linum.el (linum-delete-overlays, linum-update-window):
13361 Do not modify the right margin. (Bug#3971)
13362
13363 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
13364
13365 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
13366 nxml-mode instead of xml-mode.
13367
13368 2009-09-21 Kevin Ryde <user42@zip.com.au>
13369
13370 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
13371
13372 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13373
13374 * net/dig.el (dig-mode): Use define-derived-mode.
13375
13376 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
13377
13378 * vc-dispatcher.el (vc-do-command): Return the process object in
13379 the asynchronous case. Use when instead of if. Do not run
13380 vc-exec-after to display a message if not enabled. (Bug#4463)
13381
13382 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
13383 properties to the stash strings.
13384 (vc-git-stash-list): Return a list of strings.
13385 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
13386 (vc-git-stash-show-at-point): New functions.
13387 (vc-git-stash-map): New keymap.
13388
13389 * register.el (ctl-x-r-map): Define the keys here instead of
13390 using autoload.
13391
13392 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
13393
13394 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
13395 list, to workaround performance problem (bug#4485).
13396
13397 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
13398
13399 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
13400
13401 2009-09-20 Daiki Ueno <ueno@unixuser.org>
13402
13403 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13404 Document that this option is not recommended to use.
13405
13406 2009-09-19 Glenn Morris <rgm@gnu.org>
13407
13408 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13409 variable `var'.
13410
13411 * calc/calc-alg.el (var):
13412 * calc/calcalg2.el (var): Define for compiler.
13413
13414 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
13415
13416 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13417 Doc fix (Bug#3932).
13418
13419 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13420
13421 * time-stamp.el (time-stamp-month-dd-yyyy)
13422 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13423 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13424 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
13425 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13426 Remove functions that have been obsolete since 1995 (Bug#4436).
13427
13428 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13429 indent buffer only if called interactively (Bug#4452).
13430
13431 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
13432 Eli Zaretskii <eliz@gnu.org>
13433
13434 This fixes bug#4197 (merged to bug#865, though not identical).
13435 * server.el (server-auth-dir): Add docstring note about FAT32.
13436 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13437 but warn against using them.
13438
13439 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
13440
13441 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13442 older GDB where there is no has_more field.
13443
13444 2009-09-19 Glenn Morris <rgm@gnu.org>
13445
13446 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13447
13448 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
13449
13450 * files.el (auto-mode-alist): Change default for XML files to nXML
13451 mode (Bug#4169).
13452
13453 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
13454
13455 * server.el (server-ensure-safe-dir): Pass 'integer
13456 to `file-attributes', as suggested.
13457
13458 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13459
13460 * dired-aux.el (dired-query-alist): Remove spurious backslash.
13461 (dired-query): Use read-key.
13462
13463 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
13464
13465 * cus-start.el (ns-use-qd-smoothing): Remove.
13466
13467 2009-09-18 Glenn Morris <rgm@gnu.org>
13468
13469 * allout.el (top-level): Remove unnecessary progn.
13470
13471 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13472
13473 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13474 definition of abbrev table.
13475
13476 * speedbar.el (speedbar-track-mouse):
13477 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
13478 * net/eudc.el (eudc-expand-inline):
13479 * net/newst-backend.el (newsticker--cache-read-feed):
13480 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
13481 condition-case handlers.
13482
13483 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
13484
13485 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
13486 (gdb-var-list): Add an element for has_more field.
13487 (gdb-non-stop-handler): Enable pretty printing for STL containers.
13488 (gdb-var-create-handler, gdb-var-list-children-handler-1)
13489 (gdb-var-update-handler-1): Parse output of dynamic variable
13490 objects (STL containers).
13491 (gdb-var-delete-1): Pass var1 as an explicit second argument.
13492 (gdb-get-field): Delete alias. Use bindat-get-field directly.
13493
13494 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13495 gdb-var-list.
13496 (gud-speedbar-buttons): Make node expandable if expression "has more"
13497 children.
13498
13499 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
13500
13501 * startup.el (emacs-quick-startup): Remove variable and all uses.
13502 (command-line): Set `inhibit-x-resources' instead.
13503 (command-line-1): Use `inhibit-x-resources' instead.
13504
13505 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
13506
13507 * subr.el: Fix last change to avoid using the `unless' macro,
13508 which breaks bootstrapping.
13509
13510 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13511
13512 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13513 extended definitions, in case we reload subr.el after having
13514 loaded CL.
13515 (eval-next-after-load): Mark as obsolete.
13516
13517 2009-09-17 Juri Linkov <juri@jurta.org>
13518
13519 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13520 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13521 (menu-bar-showhide-menu, menu-bar-tools-menu)
13522 (menu-bar-describe-menu, menu-bar-help-menu)
13523 (minibuffer-local-completion-map, minibuffer-local-map):
13524 Fix list quoting.
13525
13526 2009-09-17 Glenn Morris <rgm@gnu.org>
13527
13528 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
13529 arguments, whether or not it has a handler.
13530
13531 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
13532
13533 * simple.el (hard-newline): Give it a doc-string.
13534
13535 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13536 (lisp-mode-syntax-table): Give them doc-strings.
13537
13538 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
13539
13540 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
13541 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
13542 (menu-bar-options-menu, menu-bar-showhide-menu)
13543 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
13544 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
13545 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
13546 (menu-bar-options-menu, menu-bar-tools-menu)
13547 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
13548 (menu-bar-help-menu):
13549 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
13550 string arguments.
13551
13552 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
13553 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
13554 calls for the menu names and :help.
13555
13556 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13557
13558 * mouse.el (minor-mode-menu-from-indicator): Pay attention
13559 to :minor-mode-function (bug#4455).
13560
13561 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13562
13563 * startup.el (command-line): Initialize the window-system after
13564 processing the command-line.
13565
13566 * textmodes/page.el (what-page): Make sure we don't inf-loop if
13567 page-delimiter matches the empty string.
13568
13569 2009-09-16 Glenn Morris <rgm@gnu.org>
13570
13571 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13572 byte-compile-not-obsolete-var. It's a list now.
13573 (byte-compile-not-obsolete-funcs): New variable.
13574 (byte-compile-warn-obsolete): Don't warn about functions if they are in
13575 byte-compile-not-obsolete-funcs.
13576 (byte-compile-variable-ref, byte-compile-defvar): Update for
13577 byte-compile-not-obsolete-vars name-change and list nature.
13578 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13579 and variables behind (f)boundp tests.
13580 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13581
13582 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13583
13584 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13585
13586 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13587
13588 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13589 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13590 Don't autoload.
13591
13592 2009-09-15 Stephen Eglen <stephen@gnu.org>
13593
13594 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
13595 the virtual-buffers, use the name of the buffer specified by
13596 find-file-noselect, as the match may be a symlink. (This was a
13597 problem if the target and the symlink had different names.)
13598
13599 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13600
13601 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13602
13603 * desktop.el (desktop-path): Check user-emacs-directory.
13604
13605 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13606
13607 * loadup.el: Use after-load-functions to GC after loading each file.
13608 Remove the explicit GC calls that used to be sprinkled around.
13609
13610 * subr.el (after-load-functions): New hook.
13611 (do-after-load-evaluation): Run it. Use string-match-p to detect
13612 `obsolete' packages, rather than painfully extracting the relevant
13613 directory name.
13614
13615 2009-09-15 Glenn Morris <rgm@gnu.org>
13616
13617 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13618 free variable `doc'.
13619
13620 * dired.el (dired-mode-map): Add menu entry for async shell command.
13621
13622 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13623 variables, also consider the .elc files, since the .el files are
13624 normally gzipped (subsequent code locates the .el.gz from the .elc).
13625
13626 * calc/calc-prog.el (arglist): Define for compiler.
13627
13628 * calendar/diary-lib.el (diary-display-function): Change the default to
13629 fancy display.
13630 (body): Define for compiler.
13631
13632 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13633 (byte-compile-file-form, byte-compile-lambda)
13634 (byte-compile-top-level-body, byte-compile-form)
13635 (byte-compile-variable-ref, byte-compile-setq)
13636 (byte-compile-setq-default, byte-compile-body)
13637 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13638 (batch-byte-compile): Give some more local variables with common names
13639 a "bytecomp-" prefix to avoid masking warnings about free variables.
13640
13641 * startup.el (command-line-1): Give local variables with common names a
13642 distinguishing prefix, so as not to hide free variable warnings during
13643 bootstrap.
13644
13645 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13646 clever and add a suffix to make a unique name, just let the user decide
13647 whether or not to overwrite it. If the input is a directory, write the
13648 default filename to that directory. (Bug#4388)
13649 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13650 is a filename-as-a-directory.
13651
13652 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13653
13654 * textmodes/page.el (what-page): Don't move to beginning of line.
13655 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13656
13657 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13658
13659 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13660
13661 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
13662
13663 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
13664 * help.el (help-for-help-internal): Add purecopy calls for text.
13665
13666 * vc.el (top): print-log method now takes an optional SHORTLOG
13667 argument. Add a new method: root.
13668 (vc-root-diff, vc-print-root-log): New functions.
13669 (vc-log-short-style): New variable.
13670 (vc-print-log-internal): Add support for showing short logs.
13671
13672 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
13673 vc-print-root-log and vc-print-root-diff.
13674
13675 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
13676 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
13677 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
13678 short logs.
13679
13680 * vc-cvs.el (vc-cvs-print-log):
13681 * vc-mtn.el (vc-mtn-print-log):
13682 * vc-rcs.el (vc-rcs-print-log):
13683 * vc-sccs.el (vc-sccs-print-log):
13684 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
13685 that is ignored for now.
13686
13687 * vc-mtn.el (vc-mtn-annotate-command):
13688 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
13689
13690 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13691
13692 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
13693 to function-key-map, and give them ascii-character property.
13694 * term/x-win.el (x-alternatives-map):
13695 * term/ns-win.el (ns-alternatives-map):
13696 * term/internal.el (msdos-key-remapping-map):
13697 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
13698
13699 2009-09-14 Glenn Morris <rgm@gnu.org>
13700
13701 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
13702 temp-buffers (2009-09-12).
13703
13704 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13705
13706 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
13707 the new read-key function.
13708
13709 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
13710
13711 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
13712 is defined (Bug#4405).
13713
13714 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
13715
13716 * recentf.el (recentf-cleanup): Use a hash table to find
13717 duplicates (Bug#4407).
13718
13719 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
13720
13721 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
13722 kp-0 to ascii equivalents (Bug#4325).
13723
13724 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
13725
13726 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
13727
13728 * eshell/em-hist.el:
13729 * eshell/em-dirs.el (eshell-complete-user-reference):
13730 Declare pcomplete functions and variables to avoid compiler warnings.
13731
13732 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
13733
13734 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
13735 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
13736 * eshell/em-alias.el (eshell-aliases-file):
13737 * eshell/em-hist.el (eshell-history-file-name):
13738 Use expand-file-name instead of concat to make file names (Bug#4308).
13739
13740 2009-09-13 Glenn Morris <rgm@gnu.org>
13741
13742 * ediff-merg.el (ediff-do-merge):
13743 * filesets.el (filesets-run-cmd):
13744 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
13745 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
13746 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
13747 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
13748 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
13749 Replace empty `let's with `progn'.
13750
13751 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13752
13753 * mail/sendmail.el (send-mail-function):
13754 * tooltip.el (tooltip-mode):
13755 * simple.el (transient-mark-mode):
13756 * rfn-eshadow.el (file-name-shadow-mode):
13757 * frame.el (blink-cursor-mode):
13758 * font-core.el (global-font-lock-mode):
13759 * files.el (temporary-file-directory)
13760 (small-temporary-file-directory, auto-save-file-name-transforms):
13761 * epa-hook.el (auto-encryption-mode):
13762 * composite.el (global-auto-composition-mode):
13763 Use custom-initialize-delay.
13764 * startup.el (command-line): Don't explicitly call
13765 custom-reevaluate-setting for all the above vars.
13766 * custom.el (custom-initialize-safe-set)
13767 (custom-initialize-safe-default): Delete.
13768
13769 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13770
13771 * term/x-win.el (x-initialize-window-system):
13772 * term/w32-win.el (w32-initialize-window-system):
13773 * term/ns-win.el (ns-initialize-window-system): Don't call
13774 mouse-wheel-mode since it's enabled globally by default already.
13775
13776 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
13777 actually define the variable, but only silences the byte-compiler.
13778 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
13779 before looking it up.
13780 (mouse-wheel-scroll-amount): Also reset the bindings if this value
13781 is changed.
13782
13783 2009-09-12 Glenn Morris <rgm@gnu.org>
13784
13785 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
13786 1000.
13787 (elint-add-required-env): Don't beep on error.
13788 (elint-forms): In case of error, return ENV unchanged.
13789 (elint-init-env): Skip non-list forms.
13790 (elint-log): Handle unknown file positions.
13791
13792 2009-09-12 Daiki Ueno <ueno@unixuser.org>
13793
13794 * epg.el (epg-make-context): Add autoload cookie.
13795 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
13796 (epg-decrypt-string, epg-start-verify, epg-verify-file)
13797 (epg-verify-string, epg-start-sign, epg-sign-file)
13798 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
13799 (epg-encrypt-string, epg-start-export-keys)
13800 (epg-export-keys-to-file, epg-export-keys-to-string)
13801 (epg-start-import-keys, epg-import-keys-from-file)
13802 (epg-import-keys-from-string, epg-start-receive-keys)
13803 (epg-receive-keys, epg-import-keys-from-server)
13804 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
13805 (epg-sign-keys, epg-start-generate-key)
13806 (epg-generate-key-from-file, epg-generate-key-from-string):
13807 Remove autoload cookie.
13808
13809 2009-09-12 Eli Zaretskii <eliz@gnu.org>
13810
13811 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
13812 reevaluation of trash-directory.
13813
13814 * mwheel.el: Fix last change.
13815 (mouse-wheel-mode): New defvar.
13816 (mouse-wheel-mode): Remove autoload cookie.
13817
13818 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13819
13820 * mwheel.el (mwheel-installed-bindings): New var.
13821 (mouse-wheel-mode): Use it, so as to make sure we really remove all
13822 the bindings we set last time. Use custom-initialize-delay.
13823 * loadup.el: Load mwheel after term/*-win.el.
13824 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
13825 and mouse-wheel-up-event now that their first evaluation is done
13826 sufficiently late to be correct.
13827
13828 * startup.el (tutorial-directory): Make it a defcustom.
13829 Use custom-initialize-delay rather than eval-at-startup to set it.
13830 * image.el (image-load-path): Make it a defcustom.
13831 Use custom-initialize-delay rather than eval-at-startup to set it.
13832 * subr.el (eval-at-startup): Remove.
13833 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
13834
13835 * subr.el (do-after-load-evaluation): Warn the user after loading an
13836 obsolete package.
13837
13838 2009-09-12 Glenn Morris <rgm@gnu.org>
13839
13840 * proced.el (proced-mark-alt): Remove alias.
13841 (proced-mode-map): Remove proced-mark-alt.
13842
13843 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
13844 Elint file and directory. Remove initialization entry.
13845
13846 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
13847 commands.
13848 (elint-current-buffer): Set mode-line-process.
13849 (elint-init-env): Handle define-derived-mode.
13850 Fix declare-function with unspecified arglist. Guard against odd
13851 defalias statements (eg iso-insert's 8859-1-map).
13852 (elint-add-required-env): Use a temp buffer.
13853 (elint-form): Just print the function/macro name, not the whole form.
13854 Return env unchanged if we fail to parse a macro.
13855 (elint-forms): Guard against parse errors.
13856 (elint-output): New function, to handle batch mode.
13857 (elint-log-message): Add optional argument. Use elint-output.
13858 (elint-set-mode-line): New function.
13859
13860 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
13861
13862 * emacs-lisp/elp.el (elp-not-profilable): Add more
13863 functions (Bug#4233).
13864
13865 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
13866
13867 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
13868 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
13869
13870 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
13871
13872 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
13873 (gdb-var-list-children): Use json parsing.
13874
13875 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
13876
13877 * progmodes/js.el (js--proper-indentation): Handle the case where
13878 char-before is null. Reported by Deniz Dogan.
13879
13880 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
13881
13882 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
13883
13884 2009-09-11 Daiki Ueno <ueno@unixuser.org>
13885
13886 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
13887 (epg-digest-algorithm-alist): Add SHA224.
13888 (epg-context-set-passphrase-callback)
13889 (epg-context-set-progress-callback): Add description about
13890 callback function.
13891
13892 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13893
13894 * custom.el (custom-delayed-init-variables): New var.
13895 (custom-initialize-delay): New function.
13896 * startup.el (command-line): "Re"evaluate all vars in
13897 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
13898 explicitly any more.
13899 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
13900 to avoid creating a ~/.emacs.d at build-time (bug#4347).
13901
13902 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
13903
13904 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
13905
13906 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
13907 (gdb-var-update-handler): Use json parsing.
13908
13909 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
13910
13911 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
13912 decode annotated text, regardless of language environment. (Bug#2741)
13913
13914 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13915
13916 * Makefile.in (autoloads): Make rmail.el writable as well.
13917
13918 2009-09-11 Glenn Morris <rgm@gnu.org>
13919
13920 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
13921 loaddefs.el.
13922 * dired.el: Regenerate with extracted autoloads.
13923 * Makefile.in (autoloads): Make dired.el writable.
13924
13925 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
13926 * ibuffer.el: Regenerate with extracted autoloads.
13927 * Makefile.in (autoloads): Make ibuffer.el writable.
13928
13929 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
13930 * version.el (emacs-copyright, emacs-major-version)
13931 (emacs-minor-version): Reformat doc-strings for make-docfile.
13932
13933 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
13934 functions and variables, since they must be stuff specific to some other
13935 platform.
13936 (apropos-print): Make mouse-click message less specific about button.
13937
13938 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
13939 that records where a macro was defined.
13940 * help-fns.el (describe-function-1): Mention if a function has a
13941 compiler-macro.
13942 * help-mode.el (help-function-cmacro): New button.
13943
13944 * locate.el (top-level): Always require dired.
13945 (locate-mode-map): Initialize inside the defvar.
13946
13947 * net/ange-ftp.el (dired-compress-file): Declare.
13948 (ange-ftp-dired-compress-file): Add doc string.
13949
13950 * term/ns-win.el (x-display-name, x-setup-function-keys):
13951 Unify doc-strings with X versions.
13952
13953 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13954
13955 * emulation/crisp.el (crisp-mode-map): Move initialization
13956 into declaration.
13957 (crisp-mode): Use define-minor-mode.
13958
13959 * progmodes/xscheme.el (xscheme-evaluation-commands):
13960 Put a :advertised-binding property rather than using
13961 advertised-xscheme-send-previous-expression.
13962 (advertised-xscheme-send-previous-expression): Declare obsolete.
13963 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
13964 `advertised-undo'.
13965 (crisp-mode): Add corresponding bindings to
13966 undo's :advertised-binding instead.
13967 * dired.el (dired-mode-map): Put a :advertised-binding property rather
13968 than using dired-advertised-find-file.
13969 (dired-advertised-find-file):
13970 * simple.el (advertised-undo):
13971 * wid-edit.el (advertised-widget-backward): Declare obsolete.
13972 (widget-keymap): Put a :advertised-binding property rather
13973 than using advertised-widget-backward.
13974 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
13975 than using advertised-undo.
13976 * tutorial.el (tutorial--default-keys): Adjust accordingly.
13977
13978 2009-09-10 Simon South <ssouth@slowcomputing.org>
13979
13980 * progmodes/delphi.el (delphi-tab): Indent region when Transient
13981 Mark mode is enabled and region is active; otherwise indent or
13982 insert TAB as usual.
13983 (delphi-mode): Update description of TAB-key binding.
13984
13985 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
13986
13987 * subr.el (define-key-rebound-commands): Mark obsolete.
13988 * startup.el (precompute-menubar-bindings): Remove.
13989 (normal-top-level): Remove obsolete code that tried to precompute
13990 menubar bindings.
13991 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
13992 define-key-rebound-commands and precompute-menubar-bindings.
13993
13994 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
13995
13996 * net/imap.el (imap-interactive-login): Better messages.
13997 (imap-open): Fix bug with renamed buffer on reconnect.
13998 (imap-authenticate): Add buffer-local imap-last-authenticator variable
13999 for easier debugging and cleaner code. On successful (guessed based on
14000 server capabilities) secondary authentication, set imap-state
14001 correctly.
14002 (imap-last-authenticator): Define imap-last-authenticator as a variable
14003 to avoid warnings.
14004
14005 2009-09-10 Glenn Morris <rgm@gnu.org>
14006
14007 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
14008
14009 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
14010 (byte-compile-file-form-autoload): Don't warn about unknown functions
14011 where the autoload statement comes after the use.
14012 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
14013 that any handlers inside the body (eg require) are in turn respected.
14014
14015 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
14016 effects.
14017
14018 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
14019 and syntax and abbrev tables basic docs, if they don't have any.
14020
14021 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
14022
14023 * international/mule-cmds.el (top-level): Require cl when compiling.
14024 (view-hello-file): Use default-value rather than
14025 default-enable-multibyte-characters.
14026
14027 * progmodes/fortran.el: Move all safe and risky properties into the
14028 defcustoms.
14029
14030 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
14031 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
14032 * mail/undigest.el:
14033 Put autoloads in rmail.el rather than loaddefs.el.
14034 * mail/rmail.el: Regenerate with extracted autoloads.
14035
14036 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
14037 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
14038
14039 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
14040
14041 Reported in thread for Bug#4375.
14042 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
14043 "-data-evaluate-expression" instead of print.
14044 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
14045 (gdb-tooltip-print): Parse output from above MI command.
14046 (gdb): Revert 2009-08-11 change. User should detach inferior
14047 manually.
14048
14049 Remove the word "separate" from IO functions as inferior
14050 output is now never displayed in the GUD buffer.
14051
14052 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
14053
14054 * startup.el (command-line-normalize-file-name): On Windows and
14055 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
14056
14057 2009-09-10 Juri Linkov <juri@jurta.org>
14058
14059 * isearch.el (isearch-text-char-description): Propertize escape
14060 character sequences with the `escape-glyph' face. (Bug#4344)
14061
14062 * simple.el (shell-command): Set asynchronous process filter to
14063 `comint-output-filter'. (Bug#4343)
14064
14065 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
14066 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
14067 the list. Move "asm" to the bottom.
14068 (grep-find-ignored-directories): Add `choice' with nil value
14069 to empty the list easily.
14070 (grep-find-ignored-files): New option.
14071 (grep-files-history): Set to nil by default instead of '("ch" "el").
14072 (grep-compute-defaults): Add "<X>" to `grep-template'.
14073 (grep-read-files): Bind new local variables `default-alias' and
14074 `default-extension'. Use a list of default values for the file prompt.
14075 (lgrep): Add `--exclude=' command line options composed from
14076 `grep-find-ignored-files'.
14077 (rgrep): Add `-name' command line options composed from
14078 `grep-find-ignored-files'. (Bug#4301)
14079
14080 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
14081
14082 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
14083 (bug#4368).
14084
14085 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
14086
14087 * calendar/time-date.el (autoload):
14088 Expand define-obsolete-function-alias into defalias and make-obsolete
14089 for old Emacsen that Gnus supports.
14090 (with-no-warnings): Define it for old Emacsen.
14091 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14092 is available.
14093 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14094 float-time is available; suppress compile warning for time-to-seconds.
14095
14096 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
14097
14098 * net/imap.el (imap-message-map): Docstring fix.
14099
14100 2009-09-09 Glenn Morris <rgm@gnu.org>
14101
14102 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
14103 line numbers too. (Bug#4374)
14104
14105 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
14106
14107 * smerge-mode.el (smerge-remove-props, smerge-refine):
14108 Use with-silent-modifications (bug#4342).
14109
14110 * subr.el (with-silent-modifications): New macro.
14111
14112 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
14113
14114 * files.el (top-level): Require `cl' when compiling.
14115
14116 2009-09-07 Glenn Morris <rgm@gnu.org>
14117
14118 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
14119
14120 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
14121 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
14122
14123 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
14124
14125 * vc-git.el (vc-git-annotate-command): Use separator to parse
14126 arguments correctly.
14127
14128 2009-09-06 Eli Zaretskii <eliz@gnu.org>
14129
14130 * proced.el (proced-mode): Doc fix.
14131
14132 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
14133
14134 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
14135 lstat fails.
14136 (tramp-do-file-attributes-with-ls): Check for file existence at
14137 remote end.
14138 (tramp-do-file-attributes-with-stat): Likewise.
14139 (tramp-convert-file-attributes): Return nil when attr is nil.
14140
14141 2009-09-05 Glenn Morris <rgm@gnu.org>
14142
14143 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
14144 properties to this button.
14145 (diary-fancy-display): Don't extend the button to the final newline.
14146 (diary-fancy-display-mode): Continue to define "q" as a local key.
14147
14148 * calendar/cal-china.el (holiday-chinese): Make it slightly more
14149 efficient.
14150
14151 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
14152
14153 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
14154 (byte-compile-dest-file-function): New option.
14155 (byte-compile-dest-file): Doc fix.
14156 Obey byte-compile-dest-file-function.
14157 (byte-compile-cl-file-p): New function.
14158 (byte-compile-eval): Only suppress noruntime warnings about cl functions
14159 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
14160 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
14161 than for file being previously loaded.
14162 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
14163 (byte-compile-file-form-require): Handle the case where requiring a file
14164 indirectly causes CL to be loaded.
14165
14166 2009-09-05 Karl Fogel <kfogel@red-bean.com>
14167
14168 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
14169 before killing the old buffer, since by the time `kill-buffer' is
14170 run so many buffer variables have been set to nil that it may not
14171 behave as expected. (Bug#4061)
14172
14173 2009-09-05 Karl Fogel <kfogel@red-bean.com>
14174
14175 * files.el (find-alternate-file): If the old buffer is modified
14176 and visiting a file, behave similarly to `kill-buffer' when
14177 killing it, thus reverting to the pre-1.878 behavior; see
14178 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
14179 for discussion. Also, consult `buffer-file-name' as a variable
14180 not as a function, for consistency with the rest of the code.
14181
14182 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
14183
14184 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
14185 also when adding a new directory.
14186
14187 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
14188 defun.
14189
14190 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
14191
14192 * files.el (locate-file-completion-table): Make it provide boundary
14193 information, so partial-completion works better.
14194
14195 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
14196
14197 * mail/footnote.el (Footnote-text-under-cursor):
14198 Check footnote-text-marker-alist before using it (bug#4324).
14199
14200 2009-09-04 Glenn Morris <rgm@gnu.org>
14201
14202 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
14203 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
14204 * play/solitaire.el, play/tetris.el:
14205 Remove leading * from defcustom and defface docs.
14206
14207 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
14208 necessary.
14209 (diary-fancy-overriding-map): New variable.
14210 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
14211 Use view-mode.
14212
14213 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
14214 goto-line.
14215
14216 2009-09-03 Glenn Morris <rgm@gnu.org>
14217
14218 * arc-mode.el (archive-mode):
14219 * dos-fns.el (set-default-process-coding-system):
14220 * man.el (Man-getpage-in-background):
14221 * menu-bar.el (menu-bar-describe-menu):
14222 * server.el (server-process-filter):
14223 * startup.el (command-line):
14224 * tar-mode.el (tar-header-block-tokenize, tar-extract):
14225 * w32-fns.el (set-default-process-coding-system):
14226 * x-dnd.el (x-dnd-handle-file-name):
14227 * international/mule-cmds.el (mule-menu-keymap)
14228 (set-default-coding-systems, language-info-alist, set-language-info)
14229 (set-language-environment, standard-display-european-internal)
14230 (set-locale-environment):
14231 * international/mule-diag.el (mule-diag):
14232 * mail/emacsbug.el (report-emacs-bug):
14233 * mail/rmail.el (rmail-mode):
14234 * mail/sendmail.el (mail-setup):
14235 Use default-value rather than default-enable-multibyte-characters.
14236
14237 * progmodes/f90.el: Move all safe properties into the defcustoms.
14238 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
14239
14240 * calendar/appt.el (appt-check):
14241 * calendar/diary-lib.el (diary-set-header, diary-live-p)
14242 (diary-check-diary-file, diary-list-entries)
14243 (diary-include-other-diary-files, diary-simple-display)
14244 (diary-fancy-display, diary-print-entries)
14245 (diary-mark-included-diary-files, diary-make-entry):
14246 Don't call substitute-in-file-name on diary-file.
14247
14248 2009-09-03 Eduard Wiebe <usenet@pusto.de>
14249 Stefan Monnier <monnier@iro.umontreal.ca>
14250
14251 * mail/footnote.el (footnote-prefix): Make it a defcustom.
14252 (footnote-mode-map): Move initialization into the declaration.
14253 (footnote-minor-mode-map): Define it rather than changing global-map.
14254 (footnote-mode): Use define-minor-mode.
14255
14256 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
14257
14258 * net/tramp.el (tramp-handle-file-attributes-with-ls)
14259 (tramp-do-file-attributes-with-perl)
14260 (tramp-do-file-attributes-with-stat): Rename from
14261 `tramp-handle-file-attributes-with-*'.
14262 (tramp-handle-file-attributes): Use them.
14263 (tramp-do-directory-files-and-attributes-with-perl)
14264 (tramp-do-directory-files-and-attributes-with-stat): Rename from
14265 `tramp-handle-directory-files-and-attributes-with-*'.
14266 (tramp-handle-directory-files-and-attributes): Use them.
14267 (tramp-method-out-of-band-p): Additional parameter SIZE.
14268 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
14269 (tramp-handle-write-region): Use it.
14270 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
14271 (tramp-handle-vc-registered): Check, whether the first run did
14272 return files to be tested.
14273 (tramp-advice-make-auto-save-file-name): Do not call directly
14274 `tramp-handle-make-auto-save-file-name', because this would bypass
14275 the locking mechanism.
14276
14277 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
14278 (file-remote-p, process-file, start-file-process, set-file-times)
14279 (tramp-compat-file-attributes): Compatibility functions shall not
14280 call directly `tramp-handle-*', because this would bypass the
14281 locking mechanism.
14282 (tramp-compat-number-sequence): New defun.
14283
14284 2009-09-02 Glenn Morris <rgm@gnu.org>
14285
14286 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
14287 alias for float-time.
14288 (time-to-number-of-days): In Emacs, use float-time.
14289 * net/newst-backend.el (time-add): Suppress warnings from compat
14290 function.
14291 * time.el (emacs-uptime, emacs-init-time):
14292 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
14293 Use float-time rather than time-to-seconds.
14294
14295 * minibuffer.el (completion-initials-expand): Fix typo.
14296
14297 * faces.el (modeline, modeline-inactive, modeline-highlight)
14298 (modeline-buffer-id):
14299 * info.el (info-menu-5): Mark these face aliases as obsolete.
14300
14301 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
14302
14303 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
14304 space ...
14305 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
14306 no "--thread" option.
14307 (gdb-stopped): Don't print "Switched to thread" message when it is
14308 unchanged.
14309
14310 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14311
14312 * minibuffer.el (completion-try-completion)
14313 (completion-all-completions): Remove ill-defined (and
14314 mistakenly installed and luckily never used nor documented)
14315 `completion-styles' property.
14316 (completion-initials-expand, completion-initials-all-completions)
14317 (completion-initials-try-completion): New functions.
14318 (completion-styles-alist): Add doc to each entry.
14319 Add new `initials' entry.
14320
14321 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
14322
14323 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
14324 MI command -var-evaluate-expression.
14325 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
14326 and tweak for case of string child.
14327 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
14328
14329 2009-09-01 Glenn Morris <rgm@gnu.org>
14330
14331 * add-log.el (change-log-date-face, change-log-name-face)
14332 (change-log-email-face, change-log-file-face, change-log-list-face)
14333 (change-log-conditionals-face, change-log-function-face)
14334 (change-log-acknowledgement-face):
14335 * cus-edit.el (custom-invalid-face, custom-rogue-face)
14336 (custom-modified-face, custom-set-face, custom-changed-face)
14337 (custom-saved-face, custom-button-face, custom-button-pressed-face)
14338 (custom-documentation-face, custom-state-face, custom-comment-face)
14339 (custom-comment-tag-face, custom-variable-tag-face)
14340 (custom-variable-button-face, custom-face-tag-face)
14341 (custom-group-tag-face-1, custom-group-tag-face):
14342 * diff-mode.el (diff-header-face, diff-file-header-face)
14343 (diff-index-face, diff-hunk-header-face, diff-removed-face)
14344 (diff-added-face, diff-changed-face, diff-function-face)
14345 (diff-context-face, diff-nonexistent-face):
14346 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14347 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
14348 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14349 (Info-title-4-face):
14350 * isearch.el (isearch-lazy-highlight-face):
14351 * log-view.el (log-view-file-face, log-view-message-face):
14352 * paren.el (show-paren-match-face, show-paren-mismatch-face):
14353 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14354 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14355 (cvs-msg-face):
14356 * smerge-mode.el (smerge-mine-face, smerge-other-face)
14357 (smerge-base-face, smerge-markers-face):
14358 * wid-edit.el (widget-documentation-face, widget-button-face)
14359 (widget-field-face, widget-single-line-field-face)
14360 (widget-inactive-face, widget-button-pressed-face):
14361 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
14362 (woman-addition-face):
14363 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
14364 (eshell-ls-executable-face, eshell-ls-readonly-face)
14365 (eshell-ls-unreadable-face, eshell-ls-special-face)
14366 (eshell-ls-missing-face, eshell-ls-archive-face)
14367 (eshell-ls-backup-face, eshell-ls-product-face)
14368 (eshell-ls-clutter-face):
14369 * eshell/em-prompt.el (eshell-prompt-face):
14370 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
14371 * obsolete/old-whitespace.el (whitespace-highlight-face):
14372 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
14373 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
14374 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
14375 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
14376 (antlr-font-lock-literal-face):
14377 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14378 (ebrowse-root-class-face, ebrowse-file-name-face)
14379 (ebrowse-default-face, ebrowse-member-attribute-face)
14380 (ebrowse-member-class-face, ebrowse-progress-face):
14381 * progmodes/make-mode.el (makefile-space-face):
14382 * progmodes/sh-script.el (sh-heredoc-face):
14383 * textmodes/flyspell.el (flyspell-incorrect-face)
14384 (flyspell-duplicate-face):
14385 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
14386 * textmodes/texinfo.el (texinfo-heading-face):
14387 Mark face aliases with "-face" suffix as obsolete.
14388
14389 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
14390 compiler.
14391
14392 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
14393 (eudc-bob-sound-menu): Use defvar rather than defconst, since
14394 easy-menu-define wants to modify these.
14395
14396 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
14397
14398 * net/browse-url.el (browse-url-file-url):
14399 * term/internal.el (dos-codepage-setup):
14400 Use default-value rather than default-enable-multibyte-characters.
14401
14402 * progmodes/etags.el (etags-goto-tag-location):
14403 * progmodes/flymake.el (flymake-highlight-line)
14404 (flymake-goto-file-and-line, flymake-goto-line):
14405 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
14406 (gdb-goto-breakpoint):
14407 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14408 * progmodes/python.el (python-find-function)
14409 (python-pdbtrack-track-stack-file):
14410 * progmodes/verilog-mode.el (verilog-surelint-off):
14411 * term/ns-win.el (ns-open-file-select-line):
14412 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14413 Use forward-line rather than goto-line.
14414
14415 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14416 * textmodes/reftex-index.el (reftex-display-index):
14417 * textmodes/reftex-ref.el (reftex-offer-label-menu):
14418 * textmodes/reftex-toc.el (reftex-toc):
14419 Remove unnecessary bindings of default-major-mode (all are followed by
14420 major-mode check and possible mode switch).
14421
14422 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
14423
14424 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14425 Handle watchpoints (bug#4282).
14426 (def-gdb-thread-buffer-command): Enable thread to be selected by
14427 clicking without selecting threads buffer first.
14428 (gdb-current-context-command): Use selected frame so that "up",
14429 "down" etc work in the GUD buffer.
14430 (gdb-update): Find selected frame before rendering stack buffer.
14431 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14432
14433 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
14434
14435 * progmodes/sym-comp.el (displayed-completions): Remove.
14436 (symbol-complete): Use minibuffer-complete.
14437
14438 2009-08-31 Glenn Morris <rgm@gnu.org>
14439
14440 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14441
14442 * apropos.el (apropos-symbols-internal):
14443 Handle (obsolete) face aliases.
14444
14445 * faces.el (describe-face): Adjust the output format to be more like
14446 describe-variable, and to mention (obsolete) face aliases.
14447 Adjust the whitespace so that help-setup-xref works.
14448
14449 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14450 * calendar/diary-lib.el (diary-button-face):
14451 Mark these face aliases as obsolete.
14452
14453 * calendar/calendar.el (calendar-today): Doc fix.
14454
14455 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
14456
14457 * progmodes/gdb-mi.el (gdb-control-all-threads)
14458 (gdb-control-current-thread): Force tool bar update.
14459 (gdb-non-stop-handler): New function.
14460 (gdb-init-1): Use it to test if non-stop mode is supported.
14461 Remove unused gdbmi buffer type.
14462
14463 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
14464
14465 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
14466 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
14467
14468 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
14469
14470 * comint.el (comint-exec-1): Check command is non-null first.
14471 Part of gdb-mi.el change (2009-08-28).
14472
14473 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14474
14475 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14476
14477 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
14478
14479 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
14480 instead of `dolist' to avoid a recursive require when bootstrapping.
14481
14482 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14483
14484 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
14485
14486 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14487
14488 * net/imap.el (imap-send-command): Simplify.
14489 (imap-wait-for-tag): point-max -> buffer-size.
14490
14491 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14492
14493 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14494 with constant argument.
14495
14496 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14497
14498 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14499
14500 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14501 Change default, since most of our files don't have a history.
14502 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14503 the user.
14504
14505 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14506 Add comint-run.
14507
14508 * calc/calc.el: Improve commenting convention.
14509 (calc-digit-map, toplevel): Simplify.
14510
14511 * comint.el (comint-insert-input): Be careful to only set point if we
14512 don't delegate to some other command.
14513
14514 * proced.el (proced-signal-list): Make it an alist.
14515 (proced-grammar-alist): Capitalize names.
14516 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14517 Disable undo manually and make it read-only.
14518 Use completion-annotate-function.
14519
14520 * minibuffer.el (minibuffer-message): If the current buffer is not
14521 a minibuffer, insert the message in the echo area rather than at the
14522 end of the buffer.
14523 (completion-annotate-function): New variable.
14524 (minibuffer-completion-help): Use it.
14525 (completion--embedded-envvar-table): Environment vars are
14526 always case-sensitive.
14527
14528 2009-08-30 Glenn Morris <rgm@gnu.org>
14529
14530 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
14531 from fortran-current-defun.
14532 (fortran-beginning-of-subprogram): Be more precise about finding the
14533 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
14534 (fortran-end-of-subprogram): Simplify.
14535 (fortran-current-defun): Use fortran-start-prog-re.
14536
14537 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
14538
14539 * subr.el (do-after-load-evaluation): Simplify.
14540
14541 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
14542
14543 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
14544
14545 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
14546 (vc-rcs-print-log): Use it.
14547
14548 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
14549
14550 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
14551
14552 * paths.el (abbrev-file-name): Move to abbrev.el.
14553 * abbrev.el (abbrev-file-name): Move from paths.el.
14554 Obey user-emacs-directory.
14555 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
14556 user-emacs-directory.
14557 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
14558 abbrev-file-name and calc-settings-file any more.
14559 * startup.el (command-line): Recompute abbrev-file-name and
14560 abbreviated-home-dir.
14561 (normal-no-mouse-startup-screen): Improve the generic code and get rid
14562 of the special code for when C-h bindings haven't been changed.
14563 (display-startup-echo-area-message): Use with-current-buffer.
14564 (command-line-1): Use a list of strings, rather than a list of lists
14565 of strings for longopts.
14566
14567 * files.el (get-free-disk-space): Use / for default-directory.
14568
14569 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14570 Use with-current-buffer.
14571
14572 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14573 Recognize immutable variables like most-positive-fixnum.
14574 (byte-compile-setq-default): Check and warn if trying to assign
14575 to an immutable variable, or a non-variable.
14576
14577 * progmodes/cc-vars.el (c-comment-continuation-stars):
14578 * progmodes/cc-engine.el (c-looking-at-bos):
14579 * progmodes/cc-cmds.el (c-toggle-auto-state)
14580 (c-forward-into-nomenclature, c-backward-into-nomenclature)
14581 (c-comment-line-break-function): Add version of obsolescence.
14582
14583 2009-08-28 Juri Linkov <juri@jurta.org>
14584
14585 * files.el (magic-fallback-mode-alist): Add ZIP magic number
14586 associated with `archive-mode'.
14587
14588 * image.el (image-type-header-regexps): Use only JPEG magic number
14589 to determine JPEG images, and don't use `image-jpeg-p' because
14590 Emacs can display non-JFIF non-Exif JPEG images.
14591
14592 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
14593
14594 * arc-mode.el (archive-mode):
14595 * emacs-lisp/re-builder.el (re-builder-unload-function):
14596 Protect against the default value of `major-mode' being nil.
14597
14598 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
14599
14600 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14601 Fix typos in docstrings.
14602
14603 * progmodes/js.el (js--macro-decl-re): Doc fix.
14604 (js--plain-method-re, js--split-name): Refloc docstring.
14605 (js--class-styles, js--make-merged-item, js--splice-into-items):
14606 Fix typos in docstrings; reflow docstrings.
14607 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14608 (js--variable-decl-matcher, js--inside-pitem-p)
14609 (js--parse-state-at-point, js--get-all-known-symbols)
14610 (js--symbol-history, js-find-symbol, js--js-references)
14611 (js--moz-interactor, js--js-encode-value, js--read-tab):
14612 Fix typos in docstrings.
14613
14614 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14615
14616 * textmodes/reftex.el (reftex-get-file-buffer-force):
14617 * progmodes/verilog-mode.el (verilog-batch-execute-func):
14618 * emulation/viper.el (viper-go-away, viper-set-hooks):
14619 * emacs-lisp/re-builder.el (re-builder-unload-function):
14620 * emacs-lisp/bytecomp.el (byte-compile-file):
14621 * ses.el (ses-unload-function):
14622 * hexl.el (hexl-find-file):
14623 * files.el (normal-mode):
14624 * ehelp.el (with-electric-help):
14625 * autoinsert.el (auto-insert-alist):
14626 * arc-mode.el (archive-mode):
14627 Use (default-value 'major-mode) instead of default-major-mode.
14628
14629 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14630 * international/mule.el (load-with-code-conversion):
14631 * emacs-lisp/debug.el (debug):
14632 * ediff-vers.el (ediff-rcs-get-output-buffer):
14633 * dired.el (dired-internal-noselect): Don't let-bind
14634 default-major-mode around code that doesn't use it.
14635 E.g. buffer creation via get-buffer-create doesn't use it.
14636
14637 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
14638
14639 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14640 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14641 when writing the temp file. Otherwise, epa-file gets confused.
14642 (tramp-register-file-name-handlers): Make it a defun. Move also
14643 `epa-file-handler' to the front of `file-name-handler-alist'.
14644
14645 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14646
14647 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14648 start right after a ^M.
14649 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14650 (tramp-completion-file-name-regexp-separate)
14651 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
14652 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14653 Don't modify last-coding-system-used by accident.
14654 (tramp-completion-file-name-handler): Apply the checks here,
14655 instead during registration.
14656 (tramp-register-file-name-handlers): Renamed from
14657 `tramp-register-file-name-handler'. Register both
14658 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
14659 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
14660
14661 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
14662
14663 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
14664 Remove variable ...
14665 (gdb-init-1, gdb-display-separate-io-buffer)
14666 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
14667 references to it.
14668 (gdb-inferior-io-mode): Use make-comint-in-buffer.
14669 (gdb-inferior-filter): Use comint-output-filter to stop
14670 echoing and remove ^M characters.
14671
14672 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14673
14674 * emulation/viper-init.el (viper-restore-cursor-type):
14675 * emulation/cua-base.el (cua--update-indications):
14676 Replace default-cursor-type with (default-value 'cursor-type).
14677
14678 * mail/sendmail.el (mail-recover-1):
14679 * international/mule-diag.el (describe-current-coding-system-briefly)
14680 (describe-current-coding-system):
14681 * international/mule-cmds.el (select-safe-coding-system)
14682 (select-message-coding-system)
14683 (set-language-environment-coding-systems, set-locale-environment):
14684 * hexl.el (hexl-insert-multibyte-char):
14685 * dos-w32.el (find-buffer-file-type-coding-system):
14686 * simple.el (what-cursor-position):
14687 Replace uses of default-buffer-file-coding-system
14688 with (default-value 'buffer-file-coding-system).
14689
14690 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
14691 Replace uses of default-cursor-in-non-selected-windows
14692 with (default-value 'cursor-in-non-selected-windows).
14693 Use with-current-buffer.
14694
14695 * mail/feedmail.el: Use CL macros.
14696 (feedmail-run-the-queue, feedmail-send-it-immediately):
14697 * dos-w32.el (find-buffer-file-type): Replace uses of
14698 default-buffer-file-type with (default-value 'buffer-file-type).
14699
14700 2009-08-28 Glenn Morris <rgm@gnu.org>
14701
14702 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
14703 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
14704 Use default-value of major-mode rather than default-major-mode.
14705
14706 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14707
14708 * Makefile.in (update-elcfiles): Report left over elc files.
14709
14710 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
14711 expand-file-name and with-current-buffer.
14712 (mail-get-names, mail-directory): Use with-current-buffer.
14713
14714 * vc.el (vc-read-revision): New function.
14715 (vc-version-diff, vc-merge): Use it.
14716
14717 2009-08-27 Sam Steingold <sds@gnu.org>
14718
14719 * simple.el (kill-do-not-save-duplicates): New user option.
14720 (kill-new): When it is non-nil, and the new string is the same as
14721 the latest kill, set replace to t to avoid duplicates in kill-ring.
14722
14723 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
14724
14725 * net/tramp.el (tramp-handle-process-file): Do not flush all
14726 caches when `process-file-side-effects' is set.
14727 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
14728 instead of `tramp-find-file-exists-command'.
14729 Unset `process-file-side-effects'.
14730
14731 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
14732
14733 * net/tramp.el (tramp-methods): New method "rsyncc".
14734 (top): Add completion function for "rsyncc".
14735 (tramp-message-show-message): New defvar.
14736 (tramp-message, tramp-error): Use it.
14737 (tramp-do-copy-or-rename-file-directly): Extend check for direct
14738 remote copying.
14739 (tramp-do-copy-or-rename-file-out-of-band): Handle new
14740 `tramp-methods' entry `copy-env' of "rsyncc".
14741 (tramp-vc-registered-read-file-names): New defconst.
14742 (tramp-vc-registered-file-names): New defvar.
14743 (tramp-handle-vc-registered): Implement optimization strategy.
14744 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
14745 (tramp-vc-file-name-handler): New defun.
14746 (tramp-get-ls-command, tramp-get-test-command)
14747 (tramp-get-file-exists-command, tramp-get-remote-ln)
14748 (tramp-get-remote-perl, tramp-get-remote-stat)
14749 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
14750
14751 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
14752 (tramp-cache-inhibit-cache): Extend doc string. It allows also
14753 timestamps.
14754 (tramp-get-file-property): Check for timestamps in
14755 `tramp-cache-inhibit-cache'.
14756 (tramp-set-file-property): Write timestamp.
14757
14758 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14759
14760 * language/japan-util.el (japanese-symbol-table): Add entries for
14761 cp932-2-byte.
14762
14763 * international/characters.el: Add category `j' to cp932-2-byte.
14764
14765 2009-08-27 Kenichi Handa <handa@m17n.org>
14766
14767 * international/fontset.el (build-default-fontset-data): New macro.
14768 (setup-default-fontset): Use build-default-fontset-data for CJK,
14769 tibetan, ethiopic, and ipa.
14770
14771 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14772
14773 * cus-start.el (default-major-mode): Customize `major-mode' instead.
14774 (enable-multibyte-characters): Not customizable any more.
14775
14776 * subr.el (default-mode-line-format, default-header-line-format)
14777 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
14778 (default-direction-reversed, default-truncate-lines)
14779 (default-left-margin, default-tab-width, default-case-fold-search)
14780 (default-left-margin-width, default-right-margin-width)
14781 (default-left-fringe-width, default-right-fringe-width)
14782 (default-fringes-outside-margins, default-scroll-bar-width)
14783 (default-vertical-scroll-bar, default-indicate-empty-lines)
14784 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
14785 (default-fringe-cursor-alist, default-scroll-up-aggressively)
14786 (default-scroll-down-aggressively, default-fill-column)
14787 (default-cursor-type, default-buffer-file-type)
14788 (default-cursor-in-non-selected-windows)
14789 (default-buffer-file-coding-system, default-major-mode)
14790 (default-enable-multibyte-characters): Mark as obsolete.
14791
14792 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
14793
14794 * vc-dir.el (vc-dir-update): Remove debug helper.
14795
14796 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
14797
14798 2009-08-26 Sam Steingold <sds@gnu.org>
14799
14800 * simple.el (save-interprogram-paste-before-kill): New user option.
14801 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
14802 save the interprogram-paste into kill-ring before overriding it
14803 with the Emacs kill.
14804
14805 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14806
14807 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
14808 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
14809 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
14810 and move to vc-rcs.el.
14811 (vc-default-next-revision): Rename to vc-rcs-next-revision and
14812 move to vc-rcs.el.
14813 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
14814 (vc-rcs-update-changelog): Remove.
14815 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
14816 and move to vc-rcs.el.
14817
14818 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
14819 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
14820 renaming.
14821 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
14822 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
14823 vc.el, renamed to be RCS specific.
14824
14825 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
14826 New functions.
14827 (vc-cvs-update-changelog): Move here from vc.el.
14828
14829 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
14830 New functions.
14831
14832 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14833
14834 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
14835
14836 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14837
14838 * vc-git.el (vc-git-register): Use "git add" for directories.
14839 (vc-git-stash, vc-git-stash-show): New functions.
14840 (vc-git-extra-menu-map): Bind them.
14841
14842 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
14843 directory correctly in case the item is a directory itself.
14844
14845 * vc.el: Document the desired behavior for reverted files in the
14846 `added' state.
14847 (vc-default-prettify-state-info): Remove function, unused.
14848
14849 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
14850
14851 2009-08-26 Glenn Morris <rgm@gnu.org>
14852
14853 * bindings.el (standard-mode-line-format): Reposition dashes in
14854 which-func entry. (Bug#4217)
14855
14856 * files.el (enable-local-variables, enable-local-eval)
14857 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
14858 the defcustoms.
14859 (auto-mode-alist, ignored-local-variables)
14860 (save-some-buffers-action-alist): Move risky declarations to the
14861 definitions.
14862 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
14863 (font-lock-defaults, format-alist, imenu--index-alist)
14864 (imenu-generic-expression, input-method-alist, minor-mode-alist)
14865 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
14866 (mode-line-modified, mode-line-mule-info, mode-line-position)
14867 (mode-line-process, mode-line-remote, outline-level)
14868 (parse-time-rules, rmail-output-file-alist)
14869 (special-display-buffer-names, vc-mode):
14870 Move risky declarations to the relevant files.
14871 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
14872 (mode-line-modified, mode-line-process, mode-line-position)
14873 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
14874 * font-core.el (font-lock-defaults):
14875 * format.el (format-alist):
14876 * vc-hooks.el (vc-mode):
14877 * window.el (special-display-buffer-names):
14878 * international/mule-cmds.el (input-method-alist):
14879 Define riskiness here (dumped file) rather than in files.el.
14880 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
14881 * imenu.el (imenu-generic-expression, imenu--index-alist):
14882 * outline.el (outline-level):
14883 * time.el (display-time-string):
14884 * calendar/parse-time.el (parse-time-rules):
14885 * mail/rmailout.el (rmail-output-file-alist):
14886 Autoload riskiness here, rather than placing in files.el.
14887
14888 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
14889
14890 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
14891
14892 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
14893
14894 * simple.el (process-file-side-effects): New defvar.
14895
14896 * dired-aux.el (dired-show-file-type):
14897 * vc.el (vc-diff-internal):
14898 * vc-arch.el (vc-arch-diff):
14899 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
14900 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
14901 * vc-git.el (vc-git-registered, vc-git-working-revision)
14902 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
14903 (vc-git--empty-db-p):
14904 * vc-hooks.el (vc-user-login-name):
14905 * vc-svn.el (vc-svn-registered, vc-svn-state)
14906 (vc-svn-dir-extra-headers, vc-svn-find-revision):
14907 * progmodes/grep.el (grep-probe): Let-bind
14908 `process-file-side-effects' with nil.
14909
14910 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
14911
14912 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
14913 daemon. Replace ping by checking for running service for bluez
14914 and zeroconf. (Bug#4239)
14915
14916 2009-08-25 Kevin Ryde <user42@zip.com.au>
14917
14918 * net/dig.el (dig): Add autoload cookie.
14919
14920 2009-08-25 Glenn Morris <rgm@gnu.org>
14921
14922 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
14923 load-history for absolute file-names.
14924 (byte-compile-file-form-require): Warn about use of the cl package.
14925
14926 * format.el (format-alist): Doc fix.
14927
14928 * play/bubbles.el (top-level): Don't require cl at run-time.
14929
14930 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
14931 run-time cl).
14932
14933 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
14934
14935 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
14936 from cl package.
14937 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
14938
14939 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
14940
14941 * calc/calc-alg.el (math-trig-rewrite)
14942 (math-hyperbolic-trig-rewrite): New functions.
14943 (calc-simplify): Simplify trig functions when asked.
14944
14945 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14946
14947 * diff-mode.el (diff-find-source-location): Avoid goto-line.
14948
14949 2009-08-24 Kenichi Handa <handa@m17n.org>
14950
14951 * language/ind-util.el (mapthread): Delete it.
14952 (combinatorial): New function.
14953 (indian--puthash-cv): Use combinatorial instead of mapthread.
14954
14955 2009-08-22 Kevin Ryde <user42@zip.com.au>
14956
14957 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
14958 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
14959 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
14960 Clarify docstring that the value is strings not symbols.
14961 (checkdoc-list-of-strings-p): New function.
14962
14963 2009-08-22 Glenn Morris <rgm@gnu.org>
14964
14965 * files.el (auto-mode-alist):
14966 * hippie-exp.el (he-concat-directory-file-name):
14967 * lpr.el (lpr-windows-system, printer-name):
14968 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
14969 * ps-print.el (ps-windows-system):
14970 * startup.el (command-line):
14971 * emulation/viper-ex.el (viper-glob-function):
14972 * international/mule-cmds.el (set-language-environment-coding-systems):
14973 * net/ange-ftp.el (ange-ftp-write-region):
14974 * obsolete/fast-lock.el (fast-lock-cache-name):
14975 Remove code for defunct system-types emx, macos, mswindows, next-mach,
14976 unisoft-unix, vax-vms, win32, w32.
14977
14978 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
14979 given name if the pattern is not more specific.
14980
14981 * calendar/lunar.el (lunar-phase-names): New option.
14982 (lunar-phase): Doc fix.
14983 (lunar-cycles-per-year): New constant.
14984 (lunar-index): New function.
14985 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
14986 (lunar-phase-name): Use lunar-phase-names.
14987 (calendar-lunar-phases): Use format.
14988 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
14989
14990 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
14991 Copy imenu-example--name-and-position function here for own use.
14992 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
14993
14994 * bs.el (bs--redisplay):
14995 * cus-edit.el (custom-redraw):
14996 * ibuffer.el (ibuffer-bury-buffer):
14997 * server.el (server-goto-line-column):
14998 * startup.el (command-line-1):
14999 * strokes.el (strokes-xpm-for-stroke):
15000 * term.el (term-display-buffer-line):
15001 * view.el (View-goto-line):
15002 * calc/calc.el (calc-do, calc-trail-buffer):
15003 * play/gamegrid.el (gamegrid-add-score-insecure):
15004 * progmodes/ada-mode.el (ada-compile-goto-error):
15005 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
15006 (ebrowse-select-1st-to-9nth):
15007 * progmodes/cperl-mode.el (cperl-time-fontification):
15008 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
15009 * progmodes/gud.el (gud-display-line):
15010 (idlwave-shell-display-line):
15011 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
15012 * progmodes/make-mode.el (makefile-browser-toggle):
15013 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
15014 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
15015 * textmodes/picture.el (picture-draw-rectangle):
15016 * textmodes/reftex-index.el (reftex-index-goto-letter):
15017 (reftex-select-jump-to-previous):
15018 * textmodes/reftex-sel.el (reftex-find-start-point)
15019 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
15020 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
15021 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
15022 * textmodes/tex-mode.el (tex-compilation-parse-errors):
15023 * textmodes/two-column.el (2C-associated-buffer):
15024 Use forward-line rather than goto-line.
15025
15026 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
15027 goto-line.
15028
15029 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
15030 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
15031 (quick-check-list-to-regexp): Declare.
15032
15033 * progmodes/make-mode.el (makefile-browser-insert-selection):
15034 Use goto-char rather than goto-line.
15035
15036 * progmodes/prolog.el (compilation-error-regexp-alist)
15037 (compilation-forget-errors): Declare.
15038
15039 2009-08-22 Juri Linkov <juri@jurta.org>
15040
15041 * progmodes/grep.el (lgrep, rgrep): At the beginning
15042 set `dir' to `default-directory' unless `dir' is a non-nil
15043 readable directory. (Bug#4052)
15044 (lgrep, rgrep): Change a weird way to report an error
15045 from using `read-string' to using `error'.
15046 Instead of using interactive arguments in the function body,
15047 add new argument `confirm'.
15048
15049 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
15050
15051 * textmodes/remember.el (remember-buffer):
15052 * progmodes/cperl-mode.el (cperl-vc-header-alist):
15053 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
15054 (icalendar-extract-ical-from-buffer):
15055 * net/newst-treeview.el (newsticker-groups-filename):
15056 * net/newst-backend.el (newsticker-cache-filename):
15057 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
15058 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
15059 (speedbar-add-ignored-path-regexp, speedbar-line-path)
15060 (speedbar-buffers-line-path, speedbar-path-line)
15061 (speedbar-buffers-line-path):
15062 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
15063 (epg-sign-keys):
15064 * epa.el (epa-display-verify-result):
15065 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
15066
15067 2009-08-21 Glenn Morris <rgm@gnu.org>
15068
15069 * progmodes/js.el (inferior-moz-process): Fix declaration.
15070
15071 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
15072
15073 * obsolete/rnewspost.el (news-mail-reply):
15074 Use goto-char rather than goto-line.
15075
15076 * term/ns-win.el (ns-open-file-select-line):
15077 Use line-beginning-position rather than goto-line.
15078
15079 * apropos.el (apropos-command):
15080 * ehelp.el (electric-helpify):
15081 * printing.el (pr-show-setup):
15082 * strokes.el (strokes-help):
15083 * tutorial.el (tutorial--describe-nonstandard-key)
15084 (tutorial--detailed-help):
15085 * woman.el (woman-mini-help, woman-display-extended-fonts):
15086 * calc/calc-help.el (calc-describe-key):
15087 * emulation/edt.el (edt-electric-helpify):
15088 * international/mule-diag.el (mule-diag):
15089 * play/yow.el (apropos-zippy):
15090 * progmodes/python.el (python-describe-symbol):
15091 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
15092 * textmodes/table.el (*table--cell-describe-mode)
15093 (*table--cell-describe-bindings):
15094 Use help-print-return-message rather than the now obsolete alias.
15095
15096 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
15097 (calendar-cursor-to-visible-date):
15098 * play/5x5.el (5x5-position-cursor):
15099 * play/decipher.el (decipher):
15100 * play/gomoku.el (gomoku-goto-xy):
15101 * play/landmark.el (lm-goto-xy):
15102 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
15103 (mpuz-paint-digit):
15104 Use forward-line, not goto-line.
15105
15106 * mail/rmail.el (rmail-obsolete): Delete custom group.
15107 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
15108 (rmail-remote-password, rmail-remote-password-required):
15109 Remove unneeded :set-after and :set properties.
15110
15111 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
15112
15113 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
15114
15115 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
15116
15117 * loadup.el: Remove leftover macos code.
15118
15119 * vc-git.el (vc-git-annotate-command): Run asynchronously.
15120 Explicitly pass the date format to git blame so that user local
15121 so that the output format can be parsed.
15122
15123 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
15124
15125 * net/dbus.el (top): Don't check for (getenv
15126 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
15127
15128 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
15129
15130 * log-edit.el (log-edit-strip-single-file-name): New var.
15131 (log-edit-insert-changelog): Use it. Bug#3571
15132
15133 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15134
15135 * subr.el (read-passwd): Use read-key so keypad keys work as well.
15136 Bug#3287
15137
15138 * help.el (help-print-return-message): Rename from
15139 print-help-return-message.
15140
15141 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
15142 cvs-mode-map parent hack.
15143 (log-view-mode): Derive from special-mode.
15144
15145 * linum.el (linum-mode): window-size-change-functions is redundant.
15146 Adapt to new window-configuration-change-hook behavior.
15147 (linum-after-size, linum-after-config): Remove.
15148
15149 * imenu.el (imenu-example--name-and-position)
15150 (imenu-example--lisp-extract-index-name)
15151 (imenu-example--create-lisp-index, imenu-example--create-c-index):
15152 Mark as obsolete.
15153
15154 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
15155 (inferior-prolog-mode): Use it.
15156 (inferior-prolog-load-file): Reset list of errors.
15157
15158 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15159
15160 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
15161
15162 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
15163
15164 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
15165
15166 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
15167 is running already.
15168
15169 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15170
15171 * subr.el (listify-key-sequence-1): Use normal syntax since those
15172 integers are nowadays always represented by the same (positive) number
15173 on all platforms.
15174 (read-key-empty-map): New const.
15175 (read-key-delay): New var.
15176 (read-key): New function.
15177 (force-mode-line-update): Use with-current-buffer.
15178 (locate-user-emacs-file): Don't forget to abbreviate the file name.
15179 (start-process-shell-command, start-file-process-shell-command):
15180 Discourage the use of command-args.
15181
15182 2009-08-19 Glenn Morris <rgm@gnu.org>
15183
15184 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
15185
15186 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15187
15188 * simple.el (choose-completion-string): Don't rely on
15189 minibuffer-completing-file-name and ad-hoc checks to decide whether
15190 to continue completion or not.
15191
15192 * minibuffer.el (minibuffer-hide-completions): New function.
15193 (completion--do-completion): Use it.
15194 (completions-annotations): New face.
15195 (completion--insert-strings): Use it.
15196 (completion-pcm--delim-wild-regex): Add docstring.
15197 (completion-pcm--string->pattern): Add support for 0-width delimiters
15198 in completion-pcm--delim-wild-regex.
15199
15200 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
15201
15202 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
15203 Remove unused var `buffer-modified-p'.
15204
15205 * minibuffer.el (completion--do-completion): Move point for the #b001
15206 case as well (bug#4176).
15207 (minibuffer-complete, minibuffer-complete-word): Don't move point.
15208
15209 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
15210
15211 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
15212 and :session buses.
15213
15214 2009-08-18 Kenichi Handa <handa@m17n.org>
15215
15216 * international/ucs-normalize.el (ucs-normalize-version):
15217 Change to 1.1.
15218 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
15219 (utf-8-hfs): Make it perform normalization on encoding too.
15220
15221 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
15222 (sentence-end-without-space): Delete duplicated chars.
15223 (sentence-end-base): Likewise.
15224
15225 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
15226 (html-mode): Delete duplicated chars from sentence-end-base.
15227
15228 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
15229 (texinfo-mode): Delete duplicated chars from sentence-end-base.
15230
15231 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
15232
15233 * files.el (hack-one-local-variable): If the mode function is for
15234 a minor mode, pass it an argument (Bug#4148).
15235
15236 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
15237
15238 * net/tramp.el (tramp-register-completion-file-name-handler):
15239 Check also for (member 'partial-completion completion-styles).
15240
15241 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15242
15243 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
15244 abbrev (Bug#3943).
15245
15246 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
15247
15248 * progmodes/cperl-mode.el: Merge upstream 6.2.
15249 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
15250 (cperl-forward-re): Check cperl-brace-recursing.
15251 (cperl-highlight-charclass): New function.
15252 (cperl-find-pods-heres): Use it.
15253 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
15254 (cperl-beautify-regexp-piece): Fix column calculation.
15255 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
15256 (cperl-beautify-level): Don't process entire regexp.
15257 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
15258 calling man.
15259 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
15260 (cperl-init-faces): Build a list in the normal way.
15261
15262 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15263
15264 * calendar/parse-time.el (parse-time-string-chars): Save match
15265 data.
15266
15267 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
15268
15269 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
15270 (sql-product): Use it.
15271 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
15272 (sql-set-product): Add completion.
15273 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
15274 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
15275 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
15276 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
15277 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
15278 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
15279 (sql-highlight-db2-keywords): Remove.
15280 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
15281 (sql-highlight-product): Use derived-mode-p.
15282 (sql-set-sqli-buffer): Use with-current-buffer.
15283 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
15284 Simplify.
15285
15286 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
15287
15288 * term.el: Fix commenting convention, turn comments into docstrings.
15289
15290 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
15291
15292 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
15293
15294 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
15295
15296 * calendar/parse-time.el (parse-time-string-chars): Compute using
15297 character classes, to handle non-ascii characters (Bug#3190).
15298
15299 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15300
15301 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
15302 another heredoc if the user adds another < (Bug#3226).
15303
15304 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15305 Don't initialize based on window-system (Bug#4124).
15306
15307 * facemenu.el (facemenu-read-color): Use a completion function
15308 that accepts any defined color, such as RGB triplets (Bug#3677).
15309
15310 * files.el (get-free-disk-space): Change fallback default
15311 directory to /. Expand DIR argument before switching to fallback.
15312 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
15313
15314 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
15315
15316 * files.el (load-library): Doc fix.
15317
15318 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
15319
15320 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
15321 (viper-if-string): Redefine C-s in the minibuffer to insert the last
15322 incremental search string.
15323
15324 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
15325 XEmacs.
15326
15327 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
15328 (ediff-merge-region-is-non-clash)
15329 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
15330 Also check if the job is really a merge job.
15331
15332 * ediff.el (ediff-current-file): New function.
15333
15334 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
15335
15336 * progmodes/js.el: Edit docstrings throughout to follow Emacs
15337 conventions.
15338 (js-insert-and-indent): Delete function.
15339 (js-mode-map): Don't bind keys to js-insert-and-indent.
15340 (js-beginning-of-defun): Rename from js--beginning-of-defun.
15341 (js-end-of-defun): Rename from js--end-of-defun.
15342 (js-auto-indent-flag): Delete variable.
15343
15344 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
15345
15346 * progmodes/js.el: Remove proclaim statement.
15347 Defvar which-func-imenu-joiner-function to silence compiler.
15348
15349 * files.el (auto-mode-alist): Use js-mode for .js files.
15350
15351 * progmodes/js2-mode.el: Remove file.
15352
15353 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
15354
15355 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
15356
15357 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
15358
15359 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
15360 Karl Landstrom <karl.landstrom@brgeight.se>
15361
15362 * progmodes/js.el: New file.
15363
15364 2009-08-14 Mark A. Hershberger <mah@everybody.org>
15365
15366 * timezone.el (timezone-parse-date): Add ability to understand ISO
15367 basic format (minimal separators) dates in addition to the
15368 already-supported extended format dates.
15369
15370 2009-08-14 Eli Zaretskii <eliz@gnu.org>
15371
15372 * international/ucs-normalize.el: Add a `coding' file variable.
15373
15374 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
15375
15376 2009-08-14 Sam Steingold <sds@gnu.org>
15377
15378 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
15379
15380 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
15381
15382 * faces.el (help-argument-name): Define it here instead of
15383 help-fns.el, because in daemon mode help-fns.el may be loaded when
15384 faces are still uninitialized (Bug#1078).
15385
15386 * help-fns.el (help-argument-name): Move defface to faces.el.
15387
15388 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
15389
15390 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
15391 create buffer with a pty but no process so that GDB can make the
15392 inferior the controlling process.
15393
15394 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
15395
15396 * international/ucs-normalize.el: New file.
15397
15398 2009-08-13 Richard Stallman <rms@gnu.org>
15399
15400 * mail/rmail.el (rmail-get-attr-names):
15401 Accept an attribute header that is too short.
15402
15403 * mail/rmail.el (rmail-forget-messages):
15404 Ignore nil elt in rmail-message-vector. Use dotimes.
15405
15406 * progmodes/compile.el (compilation-goto-locus):
15407 Use next-error-move-function.
15408
15409 * simple.el (next-error-move-function): New variable.
15410
15411 2009-08-12 Juri Linkov <juri@jurta.org>
15412
15413 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15414 always non-nil. (Bug#4052)
15415
15416 * replace.el (read-regexp): Return empty string when
15417 `default-value' is nil.
15418 (keep-lines-read-args): Don't use empty string as the
15419 default value for `read-regexp'. (Bug#2495)
15420
15421 2009-08-12 Juri Linkov <juri@jurta.org>
15422
15423 * international/mule-cmds.el (ucs-insert): Change arguments
15424 from `arg' to `character', `count', `inherit' to be the same
15425 as in `insert-char'. Doc fix. (Bug#4039)
15426
15427 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15428
15429 2009-08-12 Juri Linkov <juri@jurta.org>
15430
15431 * files-x.el: New file.
15432
15433 * files.el: Move code that deals with adding/deleting
15434 file/directory-local variables to files-x.el.
15435
15436 * Makefile.in (ELCFILES): Add files-x.elc.
15437
15438 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
15439
15440 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15441 to use `goto-line'.
15442 (gdb-place-breakpoints, gdb-get-location): Rewritten without
15443 `goto-line'.
15444 (gdb-invalidate-disassembly): Do not refresh upon receiving
15445 'update signal. Instead, update all disassembly buffers only after
15446 threads list.
15447 (gdb): Send -target-detach when buffer is killed (Bug#3794).
15448 (gdb-starting): Moved -data-list-register-names...
15449 (gdb-stopped): ...here so it's sent when first thread stops.
15450 (gdb-registers-handler-custom): Do nothing if register names are
15451 unknown yet.
15452
15453 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15454 from `gdb-mi.el' to avoid extra tangling.
15455
15456 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
15457 change which breaks `gud-def' definitions used in `gdb'.
15458 (gdb-update-gud-running): No extra fuss for updating frame number.
15459
15460 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
15461
15462 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15463 (describe-language-environment-map, setup-language-environment-map)
15464 (set-coding-system-map): Move initialization into declaration.
15465 (set-language-info-alist): Last arg to define-key-after can be skipped.
15466
15467 * international/quail.el (quail-completion-1): Simplify.
15468 (quail-define-rules): Use slightly more compact code.
15469 (quail-insert-decode-map): Propertize keys, compact columns.
15470
15471 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15472 Add goto-line.
15473
15474 2009-08-10 Miles Bader <miles@gnu.org>
15475
15476 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15477 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
15478 (js2-instance-member, js2-private-member, js2-private-function-call)
15479 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
15480 (js2-magic-paren, js2-external-variable):
15481 Remove "-face" suffix from face names.
15482 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15483 (js2-highlight-undeclared-vars, js2-peek-token)
15484 (js2-parse-function-params, js2-mode-show-errors)
15485 (js2-mode-show-warnings, js2-make-magic-delimiter)
15486 (js2-mode-highlight-magic-parens): Update to use new face names.
15487
15488 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
15489
15490 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15491 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
15492
15493 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
15494
15495 * subr.el: Provide hashtable-print-readable.
15496
15497 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15498 hs-c-like-adjust-block-beginning.
15499 (hs-hide-block-at-point): Stop hiding at the beginning of
15500 hs-block-end-regexp (Bug#700).
15501
15502 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
15503
15504 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15505 a macro.
15506 (gdb-registers-handler-custom): Do not fail when register names
15507 are unavailable.
15508
15509 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15510
15511 * progmodes/gdb-mi.el (gdb-control-all-threads)
15512 (gdb-control-current-thread): Interactive setters for
15513 `gdb-gud-control-all-threads' to use in menu.
15514 (gdb-show-run-p): Show «Go» when process is not active.
15515 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
15516 gud/thread.xpm and gud/all.xpm.
15517
15518 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
15519
15520 * net/net-utils.el (net-utils-font-lock-keywords): New var.
15521 (nslookup-font-lock-keywords): Make it a variable.
15522 (net-utils-mode): New mode for viewing diagnostic network output.
15523 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15524 (net-utils-run-simple): New function.
15525 (ifconfig, iwconfig, netstat, arp, route): Use it.
15526
15527 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15528
15529 * progmodes/gdb-mi.el (gdb-read-memory-custom)
15530 (gdb-memory-set-address, def-gdb-set-positive-number)
15531 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
15532 after changing settings.
15533 (gdb-invalidate-disassembly): Update when first shown.
15534 (gdb-edit-locals-value): Fixed.
15535 (gdb-registers-handler-custom): Print registers in right order and
15536 allow changing register values (only for current thread yet).
15537 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
15538 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
15539 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
15540 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
15541 info in mode name.
15542 (gdb-registers-mode-map): TAB to switch to locals.
15543
15544 2009-08-08 Eli Zaretskii <eliz@gnu.org>
15545
15546 * mail/rmail.el (rmail-add-mbox-headers)
15547 (rmail-set-message-counters-counter): Search for
15548 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
15549
15550 2009-08-08 Glenn Morris <rgm@gnu.org>
15551
15552 * Makefile.in (ELCFILES): Update.
15553
15554 2009-08-07 Eli Zaretskii <eliz@gnu.org>
15555
15556 * mail/sendmail.el (mail-yank-original): Set
15557 buffer-file-coding-system from the one used by the message whose
15558 text is yanked.
15559
15560 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15561 to "windows" when "pgnuplot" is used.
15562 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15563 call accept-process-output if "pgnuplot" is used.
15564 (calc-graph-init): Don't send -display and -geometry to
15565 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
15566 running "pgnuplot -V" with shell-command-to-string.
15567
15568 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15569 the default.
15570
15571 2009-08-07 Eli Zaretskii <eliz@gnu.org>
15572
15573 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
15574 org/org-latex.elc.
15575
15576 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
15577
15578 * vc-dispatcher.el (vc-resynch-window): Update comment.
15579
15580 * term.el (term-handle-ansi-escape): Add comments with the
15581 terminfo capabilities implemented.
15582
15583 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
15584
15585 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15586 (gdb-var-create-handler): Rewritten using JSON parser.
15587 (gdb-propertize-header): Moved earlier.
15588 (gdb-set-header): Removed to avoid duplication.
15589 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15590 Refresh disassembly buffers only after threads list have been
15591 update.
15592 (gdb-threads-header, gdb-registers-header): Per-buffer header line
15593 variables.
15594
15595 2009-08-04 Juri Linkov <juri@jurta.org>
15596
15597 * files.el: Commands to add/delete file/directory-local variables.
15598 (read-file-local-variable, read-file-local-variable-value)
15599 (read-file-local-variable-mode, modify-file-local-variable)
15600 (modify-file-local-variable-prop-line)
15601 (modify-dir-local-variable): New functions.
15602 (add-file-local-variable, delete-file-local-variable)
15603 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15604 (add-dir-local-variable, delete-dir-local-variable)
15605 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15606 (copy-dir-locals-to-file-locals-prop-line): New commands.
15607
15608 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
15609
15610 * abbrev.el (insert-abbrev-table-description): Prettify output.
15611 Suggested by Karl Chen.
15612
15613 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
15614
15615 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
15616 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
15617 (gdb-overlay-arrow-position, gdb-thread-position)
15618 (gdb-disassembly-position): Declare variables.
15619 (gdb-wait-for-pending): Function now.
15620 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15621 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15622 compilation goes smoothly.
15623 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15624 (gdb-non-stop-setting): New customization setting which replaces
15625 `gdb-non-stop' so changing it doesn't break active GDB session.
15626 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15627 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15628 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15629 (gdb-show-threads-by-default): New customization options.
15630 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15631 routines.
15632 (gdb-get-buffer-create): Send buffers update signal when they are
15633 created.
15634 (gdb-invalidate-locals, gdb-invalidate-registers)
15635 (gdb-invalidate-breakpoints)
15636 (gdb-invalidate-threads, gdb-invalidate-disassembly)
15637 (gdb-invalidate-memory): Accept update signal.
15638 (gdb-current-context-command): Use --frame option.
15639 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15640 Implement `gdb-frame-number' selection logic.
15641 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15642 whether to show GUD toolbar buttons.
15643 (gdb-thread-exited): Unselect current thread when it exits.
15644 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15645 (gdb-mark-line): Routine which sets overlay arrow or inverses
15646 video on fringeless displays.
15647 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15648 to build aligned columns of data in GDB buffers and set text
15649 properties line-by-line.
15650 (gdb-invalidate-breakpoints)
15651 (gdb-breakpoints-list-handler-custom)
15652 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15653 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15654 (gdb-registers-handler-custom): Align data columns.
15655 (gdb-locals-handler-custom): Now prints data like in variable
15656 declarations.
15657 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15658 Removed confusing buttons.
15659 (gdb-invalidate-threads): Append --frame.
15660 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15661 between breakpoints/threads buffers.
15662 (gdb-set-window-buffer): Now can ignore dedicated windows.
15663 (gdb-propertize-header): Use `gdb-set-window-buffer'.
15664 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
15665 (def-gdb-thread-buffer-gud-command): Replaces
15666 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
15667 for fine thread control.
15668 (gdb-preempt-existing-or-display-buffer): New function used to
15669 display bound buffers without breaking window layout.
15670 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
15671 (gdb-select-frame): New version of `gdb-frames-select' which now
15672 sets `gdb-frame-number' so commands may use --frame option instead
15673 of inner debugger state.
15674 (gdb-frame-handler): Do not set `gdb-frame-number'.
15675 (gdb-threads-mode-map): Select threads with mouse.
15676
15677 * progmodes/gud.el (gdb-gud-context-call): Declare function to
15678 avoid compilation warning.
15679 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
15680 `gdb-show-stop-p`.
15681
15682 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
15683 Argument `key' renamed to `buffer-type'.
15684 (gdb-current-context-buffer-name): Do not add thread info to
15685 buffer name when no thread is selected.
15686 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
15687 command (bug 3794).
15688 (gdb-thread-selected): Handle `=thread-selected' notification.
15689 (gdb-wait-for-pending): New macro to deal with congestion problems.
15690 (gdb-breakpoints-list-handler-custom): Don't fail on pending
15691 breakpoints.
15692 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
15693 This fixes problem similar to one described in bug 3947.
15694 (gud-menu-map): More menu items.
15695 (gdb-init-1): Reset `gdb-thread-number' to nil.
15696
15697 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
15698 non-stop settings.
15699
15700 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
15701 (gdb-current-context-command): Do not append --thread if
15702 `gdb-thread-number' is nil.
15703 (gdb-running-threads-count, gdb-stopped-threads-count): New
15704 variables.
15705 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
15706 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
15707 customization options.
15708 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
15709 GUD commands.
15710 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
15711 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
15712 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
15713 set `gdb-thread-number' and update `gud-running' properly.
15714 (gdb-running): Update threads list when new threads appear.
15715 (gdb-stopped): Support non-stop operation and new thread switching
15716 logic.
15717 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
15718 (gdb-json-partial-output): New set of JSON routines.
15719 (def-gdb-auto-update-trigger): New `signal-list' optional
15720 argument.
15721 (gdb-thread-list-handler-custom): Update `gud-running',
15722 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
15723 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
15724 (gdb-continue-thread, gdb-step-thread): New commands for fine
15725 thread execution control.
15726 (gud-menu-map): New menu items to switch non-stop options.
15727 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
15728 (gdb-send): Mimic RET properly (bug 3794).
15729
15730 * progmodes/gdb-mi.el (gdb-rules-name-maker)
15731 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
15732 gdb-buffer-rules.
15733 (def-gdb-auto-update-handler): New nopreserve optional argument.
15734 (gdb-stack-list-frames-custom): Print stack from top to bottom.
15735
15736 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
15737 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
15738 (gdb-parent-mode): New mode to derive other GDB modes from.
15739 (gdb-display-disassembly-for-thread)
15740 (gdb-frame-disassembly-for-thread): New commands for threads
15741 buffer.
15742
15743 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
15744 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
15745 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
15746 (gdb-update): We now store all GDB buffers in a list so that they
15747 can be updated by traversing a list instead of calling invalidate
15748 triggers explicitly.
15749 (def-gdb-trigger-and-handler): New macro to define trigger-handler
15750 pair for GDB buffer.
15751 (gdb-stack-buffer-name): Add thread information.
15752 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
15753 handle pending triggers.
15754 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
15755 (def-gdb-thread-buffer-simple-command)
15756 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
15757 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
15758 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
15759 New commands which show buffers bound to thread.
15760 (gdb-stack-list-locals-regexp): Removed unused regexp.
15761
15762 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
15763 (gdb-locals-buffer-name, gdb-registers-buffer-name)
15764 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
15765 to (gud-comint-buffer) in *-buffer-name functions
15766 because (gdb-get-target-string) already does that.
15767 (gdb-locals-handler-custom, gdb-registers-handler-custom)
15768 (gdb-changed-registers-handler): Rewritten without regexps.
15769
15770 * progmodes/gdb-mi.el: Basic thread selection support.
15771 (gdb-thread-number): New variable.
15772 (gdb-current-context-command): New macro which adds --thread
15773 option to command.
15774 (gdb-threads-mode-map): Select thread with SPC.
15775 (gdb-thread-list-handler-custom): Mark current thread with overlay
15776 arrow. Synchronize GDB thread and Emacs thread.
15777 (gdb-select-thread): New command which selects current thread.
15778 (gdb-invalidate-frames, gdb-invalidate-locals)
15779 (gdb-invalidate-registers): Use --thread option.
15780
15781 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
15782
15783 * net/tramp.el (top): Make check for tramp-gvfs loading more
15784 robust. (Bug#3977)
15785 (tramp-handle-insert-file-contents): `unwind-protect' must be
15786 inside `with-parsed-tramp-file-name'.
15787
15788 * net/tramp-gvfs.el (top): Remove superfluous message when loading
15789 fails.
15790
15791 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
15792
15793 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
15794 directory if CLASSPATH is not set.
15795
15796 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
15797
15798 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
15799 New defconst.
15800 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
15801
15802 2009-08-02 Kevin Ryde <user42@zip.com.au>
15803
15804 * net/newst-backend.el (newsticker--raw-url-list-defaults):
15805 Update freshmeat link. Delete newsforge.com as it seems gone.
15806
15807 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
15808
15809 * select.el (x-set-selection): Doc fix (Bug#4021).
15810
15811 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
15812
15813 * help-fns.el (describe-variable): Treat list return values from
15814 dir-locals-find-file properly (Bug#4005).
15815
15816 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
15817
15818 * net/tramp.el (tramp-debug-message): Print also microseconds.
15819
15820 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
15821
15822 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
15823 or END is non-nil.
15824 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
15825 (tramp-get-debug-buffer): Change `outline-regexp' according to new
15826 format.
15827
15828 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
15829 (tramp-get-file-property): Use it.
15830
15831 * autorevert.el (auto-revert-handler): Allow
15832 `auto-revert-tail-mode' for remote files.
15833
15834 2009-08-02 Jason Rumney <jasonr@gnu.org>
15835
15836 * minibuffer.el (read-file-name): Treat confirm options to
15837 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
15838
15839 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
15840
15841 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
15842 (font-lock-variable-name-face, font-lock-constant-face): Darken
15843 the colors for light backgrounds.
15844
15845 2009-08-01 Eli Zaretskii <eliz@gnu.org>
15846
15847 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
15848 month names. (Bug#3987)
15849
15850 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
15851
15852 * simple.el (line-move-finish): Pass whole number to
15853 line-move-to-column.
15854 (line-move-visual): Perform hscroll to the recorded position.
15855
15856 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
15857
15858 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
15859
15860 2009-07-29 Alan Mackenzie <acm@muc.de>
15861
15862 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
15863
15864 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
15865
15866 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
15867 (gdb-place-breakpoints): Use full path when setting breakpoints.
15868
15869 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
15870
15871 * calc/calc.el (calc-mode-map): Add keybinding for
15872 `calc-transpose-lines'.
15873
15874 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
15875
15876 * calc/calc-misc.el (calc-transpose-lines): New function.
15877
15878 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
15879
15880 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
15881 Simplify check for out-of-band methods.
15882 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
15883 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
15884
15885 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
15886
15887 * vc-git.el (vc-git-checkin): Fix typo.
15888
15889 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
15890
15891 * progmodes/js2-mode.el: New file.
15892
15893 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
15894
15895 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
15896 (gud-menu-map): Adjust tooltip accordingly.
15897
15898 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15899
15900 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
15901 (vc-bzr-log-view-mode): Adjust log-view-file-re.
15902
15903 * add-log.el (change-log-mode-map): Add a menu.
15904
15905 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
15906
15907 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
15908 function returns nil.
15909 (dbus-handle-event): Handle special return value :ignore.
15910 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
15911
15912 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
15913
15914 * view.el (view-mode-enable): Don't define Helper-return-blurb if
15915 it's not needed.
15916
15917 2009-07-25 Eli Zaretskii <eliz@gnu.org>
15918
15919 Fix Bug#3888:
15920
15921 * w32-vars.el (x-select-enable-clipboard): Doc fix.
15922
15923 * term/pc-win.el (x-display-name, x-colors)
15924 (x-select-enable-clipboard, x-select-text): Doc fix.
15925
15926 * term/common-win.el (x-display-name, x-colors): Doc fix.
15927
15928 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
15929 (xw-defined-colors): Doc fix.
15930
15931 * w32-fns.el (x-select-text, x-setup-function-keys)
15932 (x-get-selection, x-set-selection): Doc fix.
15933
15934 * term/x-win.el (x-select-text, x-setup-function-keys)
15935 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
15936
15937 * select.el (x-set-selection): Doc fix.
15938
15939 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
15940
15941 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
15942 instead of "IsNSSSupportAvailable". Avahi ought to work also when
15943 "IsNSSSupportAvailable" method is not available. Reported by
15944 Steve Youngs <steve@sxemacs.org>.
15945
15946 2009-07-24 Kenichi Handa <handa@m17n.org>
15947
15948 * international/characters.el: Fix setting of category ?C, ?|, ?K,
15949 and ?H. Fix setting of case for Latin Extended and Greek Extended.
15950 (build-unicode-category-table): Fix range checks.
15951
15952 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
15953
15954 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
15955 the buffer we try to sync is current when calling
15956 vc-resynch-buffer.
15957
15958 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
15959 not show up to date files.
15960
15961 2009-07-24 Glenn Morris <rgm@gnu.org>
15962
15963 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
15964 Add autoload cookies. If necessary, initialize.
15965 (elint-log): Handle non-file buffers.
15966 (elint-initialize): Add optional argument to reinitialize.
15967 (elint-find-builtin-variables): Save excursion.
15968
15969 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
15970
15971 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15972 for Lint.
15973
15974 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15975
15976 * vc.el (vc-print-log-internal): New function, split out from ...
15977 (vc-print-log): ... here.
15978 (vc-dir-move-to-goal-column): Declare.
15979
15980 * vc-git.el (vc-git-add-signoff): New variable.
15981 (vc-git-checkin): Use it.
15982 (vc-git-toggle-signoff): New function.
15983 (vc-git-extra-menu-map): Bind it to menu.
15984 (vc-git--run-command-string): Accept a nil FILE argument.
15985 (vc-git-stash-list): New function.
15986 (vc-git-dir-extra-headers): Use it.
15987
15988 2009-07-23 Glenn Morris <rgm@gnu.org>
15989
15990 * help-fns.el (describe-variable): Describe ignored and risky local
15991 variables in a similar way to that in which we describe safe ones.
15992
15993 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
15994 (byte-compile-output-file-form, byte-compile-output-docform)
15995 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
15996 Give some more local variables with common names a "bytecomp-" prefix,
15997 so as not to shadow things during compilation.
15998 * emacs-lisp/cl-macs.el (load-time-value)
15999 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
16000 `outbuffer' to `bytecomp-outbuffer'.
16001
16002 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
16003 since the next two variables cover them automatically now.
16004 (elint-builtin-variables, elint-autoloaded-variables): New.
16005 (elint-unknown-builtin-args): Remove all members, since they can be
16006 parsed automatically now.
16007 (elint-extra-errors): New.
16008 (elint-env-add-env, elint-env-add-macro): Use cadr.
16009 (elint-current-buffer): Use or. Change final message.
16010 (elint-get-top-forms): Use line-end-position.
16011 (elint-init-env): Use cadr. Handle autoload, declare-function,
16012 and defalias.
16013 (elint-add-required-env): Doc fix. Use or. Standardize error.
16014 (regexp-assoc): Remove unused function.
16015 (elint-top-form): Set elint-current-pos, to record the start of the
16016 top-level form, for compilation-mode.
16017 (elint-form): Trap errors in macro expansion. Use dolist.
16018 (elint-unbound-variable): Use elint-builtin-variables and
16019 elint-autoloaded-variables.
16020 (elint-get-args): Use cadr, or.
16021 (elint-check-cond-form): Use dolist, cadr.
16022 (elint-check-condition-case-form): Doc fix. Use cadr.
16023 Use elint-extra-errors.
16024 (elint-log): New function.
16025 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
16026 Distinguish errors and warnings.
16027 (elint-log-message): Use with-current-buffer. Inhibit read-only.
16028 Use a bytecomp-style format.
16029 (elint-clear-log): Preserve default-directory. Inhibit read-only.
16030 (elint-get-log-buffer): Use compilation mode. Disable undo.
16031 Don't truncate lines.
16032 (elint-initialize): Set builtin and autoloaded variable lists.
16033 Only process elint-unknown-builtin-args if non-nil.
16034 (elint-find-builtin-variables, elint-find-autoloaded-variables):
16035 New functions.
16036 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
16037
16038 2009-07-22 Kevin Ryde <user42@zip.com.au>
16039
16040 * net/newst-backend.el (newsticker--parse-atom-1.0)
16041 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16042 (newsticker--parse-rss-1.0):
16043 * progmodes/idlwave.el (idlwave-mode):
16044 * progmodes/idlw-shell.el (idlwave-shell-mode):
16045 * progmodes/vera-mode.el (vera-mode):
16046 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
16047 * progmodes/vhdl-mode.el (vhdl-mode):
16048 * textmodes/table.el (table-generate-source)
16049 (table--warn-incompatibility):
16050 Hyperlink urls in docstrings with URL `...'.
16051
16052 2009-07-22 Glenn Morris <rgm@gnu.org>
16053
16054 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
16055 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
16056 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
16057 Remove leading * from defcustom docs.
16058
16059 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
16060
16061 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
16062 defcustom doc.
16063 (list-load-path-shadows): Optionally, just return shadows as a string.
16064
16065 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
16066
16067 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
16068
16069 * mail/rmailedit.el (rmail-edit-mode): Use
16070 auto-save-include-big-deletions.
16071
16072 * mail/rmail.el (rmail-variables): Use
16073 auto-save-include-big-deletions.
16074
16075 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
16076 changes.
16077
16078 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
16079
16080 * calc/calc.el (calc-undo-length): New variable.
16081 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
16082
16083 2009-07-21 Richard Stallman <rms@gnu.org>
16084
16085 * files.el (auto-save-mode): Handle buffer-save-size = -2
16086 for toggling mode.
16087
16088 2009-07-21 Glenn Morris <rgm@gnu.org>
16089
16090 * textmodes/ispell.el (ispell-looking-back): Update declaration.
16091
16092 * calendar/todo-mode.el (calendar-current-date): Update declaration.
16093
16094 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
16095 silence compiler. Instead...
16096 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
16097 (ps-print-ensure-fontified): Update for above function name changes.
16098
16099 * printing.el (pr-mh-get-msg-num, pr-mh-show)
16100 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
16101 silence compiler. Instead...
16102 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
16103 (mh-show-buffer): Only define for compiler.
16104 (pr-mh-current-message): Update for above function name changes.
16105
16106 * files.el (abort-if-file-too-large): Explicitly pass `filename'
16107 as an argument.
16108 (find-file-noselect, insert-file-1): Update for above change.
16109
16110 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
16111
16112 * mail/mailclient.el (mailclient-send-it): Fix message.
16113
16114 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
16115 (edebug-eval): Check cl-debug-env is bound.
16116 (print-level, print-circle): Don't redefine built-in variables.
16117
16118 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
16119 (custom-print-vectors): Remove old comments from doc.
16120
16121 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
16122 (emerge-version): Make the variable an obsolete alias for the
16123 emacs-version variable. Make the function obsolete.
16124 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
16125 Emerge options, rather than merging in into the main Options menu.
16126 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
16127 and auto advance modes. Disable edit/fast items when not relevant.
16128
16129 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
16130
16131 * term/vt420.el (terminal-init-vt420): Fix typo.
16132
16133 2009-07-20 Sam Steingold <sds@gnu.org>
16134
16135 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
16136 variable (removed from compile.el on 2004-03-11).
16137
16138 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
16139
16140 * files.el (hack-local-variables-filter): Fix last change.
16141
16142 2009-07-19 Juri Linkov <juri@jurta.org>
16143
16144 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
16145 (dir-local-variables-alist): New buffer-local variable.
16146 (hack-local-variables-filter): If variable is not dir-local,
16147 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
16148 because file-local overrides dir-local.
16149 (c-postprocess-file-styles) <declare-function>:
16150 Remove obsolete declaration.
16151 (hack-dir-local-variables): Add dir-local variable/value pair to
16152 `dir-local-variables-alist' and remove duplicates. Doc fix.
16153
16154 * help-fns.el (describe-variable): Add information about
16155 file-local and dir-local variables.
16156
16157 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
16158
16159 * files.el (hack-local-variables-filter): Rewrite.
16160
16161 2009-07-19 Glenn Morris <rgm@gnu.org>
16162
16163 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
16164 Silence compiler by only defining on XEmacs.
16165
16166 * international/mule.el (auto-coding-regexp-alist): Only match
16167 BABYL... at the start of buffer, not of lines. (Bug#3790)
16168
16169 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
16170 non-calendar buffers (Bug#3862). Restore "not on a date" message.
16171 (cal-menu-context-mouse-menu): Doc fix.
16172
16173 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
16174
16175 * simple.el (mail-user-agent): Doc fix. Set :version tag.
16176
16177 2009-07-18 Juri Linkov <juri@jurta.org>
16178
16179 * info.el: Virtual Info keyword finder.
16180 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
16181 (Info-finder-file): New variable.
16182 (Info-finder-find-file): New function.
16183 (finder-known-keywords, finder-package-info)
16184 (find-library-name, lm-commentary): Use defvar and
16185 declare-function to silence compiler warnings.
16186 (Info-finder-find-node): New function.
16187 (info-finder): New command.
16188
16189 * subr.el (process-kill-buffer-query-function): New function.
16190 (add-hook)<kill-buffer-query-functions>: Add hook
16191 `process-kill-buffer-query-function'.
16192
16193 2009-07-18 Alan Mackenzie <acm@muc.de>
16194
16195 * progmodes/cc-mode.el (c-before-hack-hook)
16196 (c-postprocess-file-styles): Give invocation of `c-set-style'
16197 DONT-OVERRIDE parameter of t. Already set style variables will
16198 thus not be overridden by style settings given by `c-file-syle'.
16199
16200 * files.el (hack-local-variables-filter): Remove entries with
16201 duplicate keys from `file-local-variables-alist'.
16202
16203 2009-07-18 Eli Zaretskii <eliz@gnu.org>
16204
16205 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
16206 x-set-selection if display-selections-p returns nil for the
16207 current frame.
16208
16209 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
16210
16211 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
16212
16213 2009-07-18 Eli Zaretskii <eliz@gnu.org>
16214
16215 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
16216 Accept nil in addition to a regexp.
16217 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
16218 Accept nil in addition to a regexp.
16219 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
16220 buffers that have an associated file. Handle nil values of
16221 desktop-buffers-not-to-save and desktop-files-not-to-save.
16222 (Bug#3833)
16223
16224 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16225 (x-disown-selection-internal): New functions.
16226
16227 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
16228
16229 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
16230 warning.
16231 (gdb-breakpoints-header): Move forward to avoid compiler warning.
16232 (gdb-make-header-line-mouse-map): Remove duplicate definition.
16233
16234 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
16235
16236 * simple.el (set-mark): Revert last change.
16237
16238 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
16239
16240 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
16241 rendering of pngs is not possible instead of messaging a long
16242 description.
16243
16244 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
16245
16246 * w32-fns.el (x-selection-owner-p): New function.
16247
16248 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
16249 (mouse-yank-at-click, mouse-yank-primary): If
16250 select-active-regions is non-nil, deactivate the mark before
16251 insertion.
16252
16253 * simple.el (deactivate-mark, set-mark): Only save selection if we
16254 own it.
16255
16256 2009-07-17 Kenichi Handa <handa@m17n.org>
16257
16258 * case-table.el (describe-buffer-case-table): Fix for the case
16259 that KEY is a cons.
16260
16261 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
16262
16263 * vc-rcs.el (vc-rcs-find-file-hook):
16264 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
16265
16266 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
16267
16268 * net/tramp.el (tramp-wait-for-output): Handle the case when
16269 commands do not return a newline but a null byte before the shell
16270 prompt. (Bug#3858)
16271
16272 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16273
16274 * term/ns-win.el (ns-set-alpha): Don't declare.
16275 (ns-set-background-alpha): Remove function.
16276
16277 2009-07-16 Kevin Ryde <user42@zip.com.au>
16278
16279 * emacs-lisp/copyright.el (copyright-update): Save match-data across
16280 y-or-n-p, for safety.
16281
16282 2009-07-16 Richard Stallman <rms@gnu.org>
16283
16284 * files.el (auto-save-mode): If buffer-saved-size is -2,
16285 don't clobber it.
16286
16287 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
16288 (rmail-retry-ignored-headers): Add more uninteresting fields.
16289
16290 2009-07-15 Jari Aalto <jari.aalto@cante.net>
16291
16292 * net/rcirc.el (rcirc): Use history variables.
16293 (rcirc-server-name-history, rcirc-nick-name-history)
16294 (rcirc-server-port-history): New variables.
16295
16296 2009-07-15 Kenichi Handa <handa@m17n.org>
16297
16298 * international/mule-cmds.el (set-language-environment-charset):
16299 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
16300 ignore them.
16301
16302 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
16303 Delete unibyte-display.
16304
16305 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
16306
16307 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
16308
16309 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
16310
16311 * simple.el (deactivate-mark): Optional argument FORCE.
16312 (set-mark): Use deactivate-mark.
16313
16314 * info.el (Info-search): No need to check transient-mark-mode
16315 before calling deactivate-mark.
16316
16317 * select.el (x-set-selection): Doc fix.
16318 (x-valid-simple-selection-p): Allow buffer values.
16319 (xselect--selection-bounds): Handle buffer values. Suggested by
16320 David De La Harpe Golden.
16321
16322 * mouse.el (mouse-set-region, mouse-drag-track): Call
16323 copy-region-as-kill before setting the mark, to let
16324 select-active-regions work.
16325
16326 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
16327
16328 * simple.el (deactivate-mark): If select-active-regions is
16329 non-nil, copy the selection data into a string.
16330 (activate-mark): If select-active-regions is non-nil, set the
16331 selection to the current buffer.
16332 (set-mark): Update selection if select-active-regions is non-nil.
16333
16334 * select.el (x-valid-simple-selection-p): Allow buffer values.
16335
16336 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
16337
16338 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
16339 and more featureful message-mode.
16340
16341 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
16342
16343 * select.el (x-set-selection): Doc fix.
16344 (x-valid-simple-selection-p): Disallow selection data consisting
16345 of a list or cons of integers, since that is not used.
16346 (xselect--selection-bounds, xselect--int-to-cons): New functions.
16347 (xselect-convert-to-string, xselect-convert-to-length)
16348 (xselect-convert-to-filename, xselect-convert-to-charpos)
16349 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
16350
16351 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
16352
16353 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
16354 output in -break-info command (Emacs bug #3794).
16355
16356 2009-07-14 Glenn Morris <rgm@gnu.org>
16357
16358 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
16359 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
16360 (edebug-print-length, edebug-print-level, edebug-print-circle)
16361 (edebug-sit-for-seconds, edebug-view-outside)
16362 (edebug-bounce-point, edebug-set-global-break-condition)
16363 (edebug-Go-nonstop-mode, edebug-trace-mode)
16364 (edebug-Trace-fast-mode, edebug-continue-mode)
16365 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
16366 (edebug-visit-eval-list): Doc fixes.
16367
16368 * subr.el (def-edebug-spec): Doc fix.
16369
16370 2009-07-14 Kenichi Handa <handa@m17n.org>
16371
16372 * international/characters.el: Fix setting of category ?C.
16373
16374 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
16375
16376 * term/ns-win.el (x-select-font): defalias x-select-font to
16377 ns-popup-font-panel instead of generate-fontset-menu.
16378
16379 2009-07-12 Eli Zaretskii <eliz@gnu.org>
16380
16381 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
16382
16383 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
16384
16385 * arc-mode.el (archive-find-type): Allow for a PK00 string before
16386 the PK\003\004 header (Bug#3770).
16387
16388 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
16389
16390 * pcomplete.el (pcomplete-comint-setup): Check for
16391 shell-dynamic-complete-filename too.
16392
16393 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
16394
16395 * simple.el (temporary-goal-column): Change the value for
16396 line-move-visual to a cons cell.
16397 (line-move-visual): Record or set the window hscroll, if
16398 necessary (Bug#3494).
16399 (line-move-1): Handle cons value of temporary-goal-column.
16400
16401 2009-07-11 Kenichi Handa <handa@m17n.org>
16402
16403 * international/mule-diag.el (describe-character-set): Don't show
16404 width.
16405
16406 2009-07-10 Sam Steingold <sds@gnu.org>
16407
16408 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16409 Omake sometimes indents the errors it prints, so allow all
16410 regexps to start with spaces.
16411
16412 2009-07-10 Eli Zaretskii <eliz@gnu.org>
16413
16414 * cus-edit.el (customize-changed-options-previous-release):
16415 Bump value to 22.1. (Bug#3804)
16416
16417 2009-07-08 Sam Steingold <sds@gnu.org>
16418
16419 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16420 to be a cons cell (test . ignored-directory) to selectively ignore
16421 some directories depending on the location of the search.
16422
16423 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
16424
16425 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16426 remote user is root, on the local host.
16427 (tramp-local-host-p): Either the local user or the remote user
16428 must be root. (Bug#3771)
16429
16430 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
16431
16432 * progmodes/gdb-mi.el (gdb): Remove description of
16433 gdb-use-separate-io-buffer.
16434 (menu): Don't allow toggling of or enable
16435 gdb-use-separate-io-buffer from menubar.
16436
16437 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
16438
16439 * mail/unrmail.el (unrmail): Make sure the message ends with two
16440 newlines (Bug#3769).
16441
16442 2009-07-08 Glenn Morris <rgm@gnu.org>
16443
16444 * calendar/calendar.el (calendar-current-date): Rework previous change.
16445
16446 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
16447
16448 * calendar/calendar.el (calendar-current-date):
16449 Add an optional argument giving an offset from today.
16450
16451 2009-07-08 Glenn Morris <rgm@gnu.org>
16452
16453 * tutorial.el (tutorial--describe-nonstandard-key):
16454 Adjust the message for when a key has been unbound.
16455 (help-with-tutorial): Hide the arch-tag.
16456
16457 2009-07-08 Kenichi Handa <handa@m17n.org>
16458
16459 * international/fontset.el (setup-default-fontset): For each
16460 script, append (not set) font-specs.
16461
16462 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16463 docstring.
16464
16465 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
16466
16467 * progmodes/gdb-mi.el (gdb-init-1): Move sending
16468 -data-list-register-names to ...
16469 (gdb-starting): ... here because GDB 7.0 requires execution to
16470 have started when using this MI command.
16471 (gdb-set-header): New function to distinguish select and
16472 unselected tabs in gdb buffers.
16473 (gdb-propertize-header): New macro that uses gdb-set-header.
16474 (gdb-breakpoints-header, gdb-locals-header): Use it.
16475 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
16476
16477 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
16478
16479 * Makefile.in (ELCFILES): Remove fadr.elc.
16480
16481 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
16482
16483 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
16484 may contain frame information, so `string-match' should be used.
16485 (gdb-update): Disassembly is invalidated through
16486 `gdb-get-selected-frame'.
16487 (gdb-pad-string): New function to pad string with spaces.
16488 (gdb-invalidate-disassembly): Invalidate only if the buffer
16489 exists.
16490 (gdb-disassembly-handler-custom): Column alignment.
16491 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16492 placing new ones.
16493 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16494 end of line, too.
16495 (gdb-frame-handler): Match convention to for disassembly buffer
16496 mode name.
16497 (gdb-stack-list-frames-handler): Rewritten without regexps.
16498 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16499 not highlight breakpoints without line information.
16500 (gdb-input): Add trailing newline to command.
16501
16502 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16503 buffer properly.
16504 (gdb-breakpoints-list-handler-custom): Replacement for
16505 `gdb-break-list-handler'. Using real parser instead of regexps
16506 now.
16507 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16508 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16509 to place breakpoints.
16510 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16511 functions.
16512 (gdb-disassembly-handler-custom): Show overlay arrow.
16513 (gdb-disassembly-place-breakpoints): Show breakpoints in
16514 disassembly buffer.
16515 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16516 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
16517 instead of parsing breakpoints buffer. Fixed old menu references
16518 in `gud-menu-map'.
16519
16520 * fadr.el: Remove.
16521
16522 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
16523 (gdb-memory-address): New variable which holds top address of
16524 memory page shown in memory buffer.
16525 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
16526 customization variables.
16527 New functions:
16528 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
16529 display the memory buffer.
16530 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
16531 buffer display parameters.
16532 (def-gdb-memory-format, gdb-memory-format-binary)
16533 (gdb-memory-format-octal, gdb-memory-format-unsigned)
16534 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16535 Functions for setting memory buffer format.
16536 (gdb-memory-unit-word, gdb-memory-unit-halfword)
16537 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
16538 unit size used in memory buffer.
16539 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
16540 to next/previous page of memory buffer.
16541 Now using (bindat-get-field) instead of fadr functions.
16542
16543 2009-07-07 Sam Steingold <sds@gnu.org>
16544
16545 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
16546 non-top-level files.
16547
16548 2009-07-07 Kenichi Handa <handa@m17n.org>
16549
16550 * international/mule-cmds.el (reset-language-environment): Put
16551 the highset priority to the charset iso-8859-1.
16552
16553 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
16554
16555 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
16556 to the end of the line when locating the block (Bug#700).
16557
16558 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
16559
16560 * net/tramp.el (tramp-handle-write-region): Flush file properties
16561 in case of short track.
16562
16563 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
16564
16565 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16566 Coded custom representation of verilog error regular expressions
16567 to work with Emacs-22's new format.
16568 (verilog-error-regexp-xemacs-alist): Coded custom representation
16569 of verilog error regular expressions to work with XEmacs format.
16570 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16571 error recognition into XEmacs.
16572 (verilog-error-regexp-add-emacs): Hook routine to install verilog
16573 error recognition into Emacs-22.
16574
16575 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
16576
16577 * woman.el: Remove stand-alone closing parentheses.
16578 (woman-file-name, woman2-format-paragraphs)
16579 (woman-leave-blank-lines): Code cleanup.
16580 (woman-use-own-frame): Change default to nil.
16581 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16582 defaults to inherit from default faces.
16583 (woman2-process-escapes): Consume the newline after a stand-alone
16584 filler character (Bug#3651).
16585
16586 2009-07-06 Glenn Morris <rgm@gnu.org>
16587
16588 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16589 (top-level): Move provide to the end.
16590 (ffap): Remove defunct URL from custom group.
16591
16592 * subr.el (eval-after-load): Doc fix.
16593
16594 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
16595
16596 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16597 `calc-embedded-word' is called twice.
16598
16599 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16600
16601 * files.el (find-alternate-file-other-window, find-alternate-file):
16602 Obey confirm-nonexistent-file-or-buffer.
16603
16604 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
16605
16606 * dired-aux.el (dired-show-file-type): Handle remote files.
16607
16608 2009-07-05 Jari Aalto <jari.aalto@cante.net>
16609
16610 * desktop.el (desktop-globals-to-save):
16611 Add file-name-history (Bug#2750).
16612
16613 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
16614
16615 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
16616
16617 2009-07-04 Johan Bockgård <bojohan@gnu.org>
16618
16619 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16620 property on entire argument since this is what eshell-lisp-command
16621 expects.
16622
16623 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
16624
16625 * net/tramp-gvfs.el (tramp-gvfs-methods)
16626 (tramp-gvfs-zeroconf-domain)
16627 (tramp-bluez-discover-devices-timeout): Add version flag.
16628 (tramp-gvfs-handler-mounted-unmounted)
16629 (tramp-gvfs-connection-mounted-p): Polish handling of
16630 incompatibilities between GVFS 0.2 and 1.0.
16631
16632 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
16633
16634 * cus-start.el (all): Add make-pointer-invisible.
16635
16636 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
16637
16638 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
16639 formatted correctly.
16640
16641 2009-07-02 Juri Linkov <juri@jurta.org>
16642
16643 * info.el: Virtual Info files and nodes.
16644 (Info-virtual-files, Info-virtual-nodes): New variables.
16645 (Info-current-node-virtual): New variable.
16646 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16647 New functions.
16648 (Info-file-supports-index-cookies): Use Info-virtual-file-p
16649 to check for a virtual file instead of checking a fixed list
16650 of node names.
16651 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16652 instead of ad-hoc processing of "dir" and (apropos history toc).
16653 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16654 instead of ad-hoc processing of "dir" and (apropos history toc).
16655 Reread a file when moving from a virtual node.
16656 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16657 (Info-directory-toc-nodes, Info-directory-find-file)
16658 (Info-directory-find-node): New functions.
16659 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16660 (Info-history): Move part of code to
16661 `Info-history-find-node'.
16662 (Info-history-toc-nodes, Info-history-find-file)
16663 (Info-history-find-node): New functions.
16664 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
16665 (Info-toc): Move part of code to `Info-toc-find-node'.
16666 (Info-toc-find-node): New function.
16667 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
16668 the current Info file name to references because now the node
16669 "*TOC*" belongs to the same Info manual.
16670 (Info-toc-build): Rename from `Info-build-toc'.
16671 (Info-toc-nodes): Rename input argument `file' to `filename'.
16672 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
16673 instead of ad-hoc processing of ("dir" apropos history toc).
16674 (Info-index-nodes): Use Info-virtual-file-p
16675 to check for a virtual file instead of checking a fixed list
16676 of node names.
16677 (Info-index-node): Add check for `Info-current-node-virtual'.
16678 Raise `save-match-data' higher up the tree to contain
16679 `search-forward' too (bug fix).
16680 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
16681 (Info-virtual-index-nodes): New variable.
16682 (Info-virtual-index-find-node, Info-virtual-index): New functions.
16683 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
16684 (Info-apropos-file, Info-apropos-nodes): New variables.
16685 (Info-apropos-toc-nodes, Info-apropos-find-file)
16686 (Info-apropos-find-node, Info-apropos-matches): New functions.
16687 (info-apropos): Move part of code to `Info-apropos-find-node' and
16688 `Info-apropos-matches'.
16689 (Info-mode-map): Bind "I" to `Info-virtual-index'.
16690 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
16691 for a virtual file instead of checking a fixed list of node names.
16692
16693 * simple.el (async-shell-command): New command.
16694
16695 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
16696
16697 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
16698 instead of `mount-info'.
16699
16700 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
16701
16702 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
16703 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
16704
16705 2009-07-02 Kenichi Handa <handa@m17n.org>
16706
16707 * international/mule.el (set-keyboard-coding-system): Force *-unix
16708 coding-system to avoid eol conversion.
16709
16710 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
16711
16712 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16713 Add handler for `process-file', `shell-command' and
16714 `start-file-process'.
16715 (tramp-gvfs-handle-shell-command)
16716 (tramp-gvfs-handle-start-file-process)
16717 (tramp-gvfs-handle-process-file): New defuns.
16718 (tramp-synce-list-devices): Simplify check for existence of property.
16719
16720 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
16721
16722 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
16723
16724 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
16725
16726 * language/korean.el (set-language-info-alist): Add korean-cp949,
16727 cp949 to spec.
16728
16729 2009-07-01 Kenichi Handa <handa@m17n.org>
16730
16731 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
16732
16733 * international/encoded-kb.el: Deleted.
16734
16735 * international/mule.el (set-keyboard-coding-system): Perform the
16736 necessary setup here instead of calling encoded-kbd-setup-display.
16737
16738 2009-07-01 Glenn Morris <rgm@gnu.org>
16739
16740 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
16741
16742 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
16743
16744 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
16745
16746 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
16747
16748 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
16749 Handle also the 'rename case, when setting file modes. (Bug#3712)
16750 (tramp-default-file-modes): Remove execute permissions.
16751
16752 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
16753 (top): Add a default for "synce" in `tramp-default-user-alist'.
16754 Add completion function for "synce" method.
16755 (tramp-hal-service, tramp-hal-path-manager)
16756 (tramp-hal-interface-manager, tramp-hal-interface-device):
16757 New defconst.
16758 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
16759 (tramp-synce-list-devices, tramp-synce-parse-device-names):
16760 New defuns.
16761
16762 * net/trampver.el: Update release number.
16763
16764 2009-06-30 Kenichi Handa <handa@m17n.org>
16765
16766 * international/fontset.el (setup-default-fontset): Add CJK fonts
16767 for symbols and the other miscellaneous characters.
16768
16769 * language/korea-util.el (setup-korean-environment-internal):
16770 Make char-width-table suitable for Korean environments.
16771 (exit-korean-environment): Cancel above.
16772
16773 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
16774 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
16775 setup-function to make char-width-table suitable for respective
16776 environments, and an exit-function to cancel that.
16777
16778 * language/japan-util.el (setup-japanese-environment-internal):
16779 Call use-cjk-char-width-table with arg `ja_JP'.
16780
16781 * international/characters.el (cjk-char-width-table): Delete it.
16782 (cjk-char-width-table-list): New variable.
16783 (use-cjk-char-width-table): New arg local-name.
16784 (use-default-char-width-table): Fix for the case that Emacs is
16785 already using the default char-width-table.
16786
16787 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
16788
16789 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
16790 modes mandatory. (Bug#3712)
16791
16792 2009-06-29 Alan Mackenzie <acm@muc.de>
16793
16794 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
16795 correction between the visible width of TABs and their number of bytes.
16796
16797 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
16798
16799 * server.el (server-buffer-done): Prevent kill-buffer from
16800 prompting by clearing the buffer modification flag (Bug#3696).
16801
16802 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
16803
16804 * progmodes/verilog-mode.el (verilog-beg-of-statement)
16805 (verilog-endcomment-reason-re): Support unique case and priority case.
16806 (verilog-basic-complete-re): Support localparam lineup.
16807 (verilog-beg-of-statement-1): Fix for robustness, unique case.
16808 (verilog-set-auto-endcomments): Fix for unique case, always_comb
16809 commenting.
16810 (verilog-leap-to-case-head): Now support *nested* unique &
16811 priority case statements.
16812 (verilog-auto-lineup): Make just declarations the default (as it
16813 had been).
16814 (verilog-leap-to-case-head): Support priority/unique case statements.
16815 (verilog-auto-lineup): Rework to give users radio buttons to
16816 select the various styles of automatic lineup.
16817 (verilog-error-regexp-alist): Rework to support the XEmacs style
16818 of error regular expressions from compilers, lint tools &
16819 simulators. Note that GNU Emacs has made it impossible for a mode
16820 to load such things.
16821 (electric-verilog-terminate-line, verilog-indent-declaration)
16822 (verilog-auto-wiure): Rework for radio button selection of
16823 auto-lineup selection of specification of auto lineup.
16824 (verilog-beg-of-statement-1): Redesign to support proper operation
16825 in additional code, based on testing with auto-lineup.
16826 (verilog-calculate-indent, assignments & declarations)
16827 (verilog-backward-token): Enhance to support auto-lineup of
16828 assignments & declarations.
16829 (verilog-in-directive-p, verilog-at-struct-p): New function for
16830 easy test of whether we are.
16831 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
16832 to support safe execution at almost anyline.
16833 (verilog-calc-1): Properly support indenting deep inside generate
16834 blocks.
16835 (verilog-init-font): Remove definition & use of verilog-init-font,
16836 as it is redundant with font-lock-defaults.
16837 (verilog-mode): Alter the definition of verilog-font-lock-defaults
16838 to avoid circular calls if syntax-ppss is a function (as is the
16839 case now in 22.x GNU Emacs) as that function would sometimes call
16840 itself, leading to (nearly) infinite recursion.
16841 (verilog-ovm-begin-re, verilog-ovm-end-re)
16842 (verilog-ovm-statement-re, verilog-leap-to-head)
16843 (verilog-backward-token): Add support for OVM macros. Some are
16844 complete statements, and others open and close scopes like begin
16845 and end.
16846 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
16847 (verilog-defun-level-generate-only-re): Really fix the defun-list
16848 compilation issue.
16849 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
16850 coverpoint, constraint and cross statements.
16851 (verilog-defun-level-list, verilog-generate-defun-level-list)
16852 (verilog-all-defun-level-list): Redo these specifications - it is
16853 too hard to support eval-when compile aggregation of lists also
16854 built at when-compile time.
16855 (verilog-defun-level-list): Place defconsts of variables used in
16856 building regular expressions which are built in eval-when-compile
16857 bodies in the same eval-when-compile body to facilitate compile
16858 without load.
16859 (verilog-beg-block-re-ordered): Support indenting
16860 virtual/protected tasks and functions.
16861 (verilog-defun-level-list, verilog-in-generate-region-p)
16862 (verilog-backward-ws&directives, verilog-calc-1): Speed up
16863 indentation of some module items (generate items).
16864 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
16865 across virtual/protected tasks and functions.
16866
16867 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
16868
16869 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
16870 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
16871 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
16872 in concatenations. Reported by Yishay Belkind.
16873 (verilog-auto-ascii-enum): Support one-hot state machines in
16874 AUTOASCIIENUM. Suggested by Lloyd Gomez.
16875 (verilog-auto-inst, verilog-auto-inst-port): Include interface
16876 modport in AUTOINST and add vl-modport for users. Reported by
16877 David Rogoff.
16878 (verilog-auto-inout-module, verilog-auto-inst)
16879 (verilog-decls-get-interfaces, verilog-insert-definition)
16880 (verilog-insert-one-definition, verilog-read-decls)
16881 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
16882 (verilog-sig-modport, verilog-signals-combine-bus)
16883 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
16884 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
16885 Suggested by David Rogoff.
16886 (verilog-repair-open-comma): Fix non-insertion of comma when
16887 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
16888 (verilog-make-width-expression): Simplify [A-1:0] expression
16889 widths to just {A{1'b0}}.
16890 (verilog-mode): Cleanup checkdoc warnings.
16891 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
16892 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
16893 inputs/outputs or data type. Suggested by Vasu Kandadi.
16894 (next-error-last-buffer): Fix byte-compiler warning.
16895 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
16896 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
16897 or shell command text during AUTO expansion. Suggested by Tad Truex.
16898 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
16899 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
16900 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
16901 in AUTOINOUT. Reported by Matthew Lovell.
16902 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
16903 causing use of <= assignments. Reported by Alex Reed.
16904 (verilog-read-decls): Fix triand, trior, wand, wor to be
16905 recognized by AUTOWIRE. Reported by Spencer Isaacson.
16906 (verilog-extended-complete-re): Support import "DPI-C" functions.
16907 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
16908 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
16909 (verilog-insert-date, verilog-insert-year)
16910 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
16911 Windows systems. Reported by Michael Potts.
16912 (verilog-read-module-name): Fix AUTOINST when the child module
16913 declaration's name is a tick define. Reported by Elliot Mednick.
16914 (verilog-read-decls): Fix V2K parameter bit subscripts getting
16915 passed to next parameter's definition. Reported by Bruce T.
16916 (verilog-read-decls): Fix detecting "parameter int" when using
16917 AUTOINSTPARAM. Reported by Bruce T.
16918 (verilog-goto-defun): Fix goto not finding modules unless first
16919 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
16920 (verilog-mode): Expand -f flag arguments on entry to mode so
16921 verilog-goto-defun will work. Reported by Lawrence Butcher.
16922 (verilog-getopt): Expand environment variables in -f file
16923 arguments. Suggested by Lawrence Butcher.
16924 (verilog-set-define): Fix "Symbol's value as variable is void"
16925 when reading enumerations.
16926 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
16927 Suggested by Stephen Peltan.
16928 (verilog-read-defines): Fix reading of enumerations in include
16929 files. Reported by Steve Peltan.
16930
16931 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
16932
16933 * files.el (trash-directory): Fix defcustom type.
16934
16935 2009-06-28 Juri Linkov <juri@jurta.org>
16936
16937 * help-fns.el (describe-function-1): Correctly locate adviced
16938 functions in hyperlink (Bug#2438).
16939
16940 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
16941
16942 * files.el (trash-directory): Change default to nil.
16943 (move-file-to-trash): If trash-directory is nil and
16944 system-move-file-to-trash is unbound, perform freedesktop-style
16945 trashing.
16946
16947 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
16948
16949 * files.el (move-file-to-trash): Add freedesktop trash
16950 support (Bug#973).
16951
16952 2009-06-28 Glenn Morris <rgm@gnu.org>
16953
16954 * autorevert.el (global-auto-revert-non-file-buffers)
16955 (global-auto-revert-mode): Doc fixes.
16956
16957 2009-06-27 Johan Bockgård <bojohan@gnu.org>
16958
16959 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
16960
16961 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
16962
16963 * faces.el (x-handle-named-frame-geometry): Ensure that we have
16964 opened an X connection before calling x-get-resource (Bug#3194).
16965
16966 * play/doctor.el: Remove reference to obsolete website.
16967 (make-doctor-variables): Correct grammar mistake (Bug#2633).
16968
16969 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
16970
16971 Remove find-file-not-found-hook VC method. (Bug#2757)
16972 * vc-hooks.el (vc-file-not-found-hook)
16973 (vc-default-find-file-not-found-hook): Remove functions.
16974 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
16975 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
16976 * vc.el:
16977 * vc-hg.el:
16978 * vc-git.el: Do not mention find-file-not-found-hook VC method.
16979
16980 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
16981
16982 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
16983 compatibility function for `looking-back'.
16984
16985 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
16986 Use `ispell-looking-back'.
16987
16988 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
16989
16990 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
16991 rather than `filename'.
16992
16993 2009-06-23 Miles Bader <miles@gnu.org>
16994
16995 * face-remap.el (text-scale-set): New function.
16996
16997 2009-06-23 Glenn Morris <rgm@gnu.org>
16998
16999 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
17000
17001 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
17002
17003 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
17004
17005 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
17006
17007 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
17008 Simplify Persian conditionals.
17009
17010 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
17011 variable `filename'.
17012
17013 * comint.el (comint-insert-input): Doc fix.
17014
17015 * Makefile.in (ELCFILES): Fix typo in previous change.
17016
17017 2009-06-23 Miles Bader <miles@gnu.org>
17018
17019 * cus-start.el: Add entry for `recenter-redisplay'.
17020
17021 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
17022
17023 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
17024 Add an optional argument for the backend, use it instead of
17025 calling vc-backend.
17026 (vc-mode-line): Add an optional argument for the backend.
17027 Pass the backend to vc-state and vc-working-revision. Move code for
17028 special handling for vc-state being a buffer to ...
17029
17030 * vc-rcs.el (vc-rcs-find-file-hook):
17031 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
17032
17033 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
17034 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
17035 vc-stay-local-p and vc-mode-line calls.
17036
17037 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
17038 (vc-cvs-diff, vc-cvs-annotate-command)
17039 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
17040 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
17041 vc-mode-line calls.
17042
17043 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
17044 direct comparison.
17045 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
17046 backend when calling vc-mode-line.
17047 (vc-register): Do not create a closure for calling the vc register
17048 function, call it directly.
17049
17050 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
17051
17052 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
17053 to make it obvious item can be clicked.
17054
17055 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
17056
17057 2009-06-23 Kenichi Handa <handa@m17n.org>
17058
17059 * language/korea-util.el (korean-key-bindings): Change the binding
17060 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
17061 same command.
17062
17063 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
17064
17065 Sync with Tramp 2.1.16.
17066
17067 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
17068
17069 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
17070 when a loading of a package fails. Completion function for rsync
17071 is `tramp-completion-function-alist-ssh'.
17072 (all): Replace all calls of `split-string' and
17073 `tramp-split-string' by `tramp-compat-split-string'.
17074 (tramp-default-method): Use `tramp-compat-process-running-p'.
17075 (tramp-default-proxies-alist): Allow also Lisp forms.
17076 (tramp-remote-path): Add choice "Private Directories".
17077 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
17078 (tramp-domain-regexp): Allow also "-", "_" and ".".
17079 (tramp-end-of-output): Remove newlines, and add "$" at the end.
17080 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
17081 (tramp-debug-message): Insert header line in debug buffer.
17082 (tramp-handle-directory-files-and-attributes-with-stat):
17083 Care about filenames with spaces, or starting with "-".
17084 (tramp-handle-dired-uncache): New defun.
17085 (tramp-handle-insert-directory): Don't flush the directory from
17086 cache, this is handled by `dired-uncache' now.
17087 (tramp-handle-insert-file-contents): Improve error handling.
17088 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17089 Quote `tramp-end-of-output'.
17090 (tramp-action-password): Improve trace message.
17091 (tramp-check-for-regexp): Both echoes must be present, before removing.
17092 (tramp-open-connection-setup-interactive-shell): Trace coding system.
17093 (tramp-compute-multi-hops): Eval cons cells of
17094 `tramp-default-proxies-alist'.
17095 (tramp-maybe-open-connection): Use the same command pattern for
17096 first hop and further hops.
17097 (tramp-wait-for-output): Remove handling of newlines.
17098 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
17099 (tramp-split-string): Remove function. It is handled in
17100 tramp-compat now.
17101
17102 * net/tramp-cmds.el (tramp-bug):
17103 Recommend `tramp-cleanup-all-connections' in the bug mail.
17104
17105 * net/tramp-compat.el (tramp-compat-split-string)
17106 (tramp-compat-process-running-p): New defuns.
17107
17108 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
17109 for `dired-uncache'.
17110
17111 * net/tramp-gvfs.el: New package.
17112
17113 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
17114 Add handler for `dired-uncache'.
17115 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
17116
17117 * net/trampver.el: Update release number. Make version check fit
17118 for SXEmacs 22.
17119
17120 2009-06-22 Jim Meyering <meyering@redhat.com>
17121
17122 Automatically handle .xz suffix (XZ-compressed files), too.
17123 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
17124 XZ is the successor to LZMA: <http://tukaani.org/xz/>
17125
17126 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
17127 Nick Roberts <nickrob@snap.net.nz>
17128
17129 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
17130 repository (http://sphinx.net.ru/hg/gdb-mi/).
17131
17132 2009-06-22 Glenn Morris <rgm@gnu.org>
17133
17134 * files.el (dir-locals-collect-mode-variables): Allow for any number of
17135 `mode' and `eval' entries. (Bug#3430)
17136
17137 * Makefile.in (ELCFILES): Add fadr.elc.
17138
17139 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
17140 differing behavior of \n and ^ in strings. (Bug#3385)
17141
17142 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
17143
17144 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
17145 property.
17146 (lisp-indent-function): Make it a defcustom.
17147
17148 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
17149
17150 * progmodes/gdb-ui.el: Replace with ...
17151 * progmodes/gdb-mi.el: ... this file.
17152 * progmodes/gud.el: Modify for gdb-mi.el.
17153
17154 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
17155
17156 * fadr.el: New file.
17157
17158 See ChangeLog.14 for earlier changes.
17159
17160 ;; Local Variables:
17161 ;; coding: utf-8
17162 ;; End:
17163
17164 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
17165
17166 This file is part of GNU Emacs.
17167
17168 GNU Emacs is free software: you can redistribute it and/or modify
17169 it under the terms of the GNU General Public License as published by
17170 the Free Software Foundation, either version 3 of the License, or
17171 (at your option) any later version.
17172
17173 GNU Emacs is distributed in the hope that it will be useful,
17174 but WITHOUT ANY WARRANTY; without even the implied warranty of
17175 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17176 GNU General Public License for more details.
17177
17178 You should have received a copy of the GNU General Public License
17179 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.