Small simplifications for some cal-hebrew calculations.
[bpt/emacs.git] / lisp / ChangeLog
1 2010-10-09 Glenn Morris <rgm@gnu.org>
2
3 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
4 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
5 (holiday-hebrew-misc): Small simplifications.
6
7 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
8
9 * net/browse-url.el: Don't require thingatpt, term, dired,
10 executable, or w3-auto when compiling.
11 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
12 Declare.
13 (browse-url-text-emacs): Require term.
14
15 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
16
17 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
18
19 2010-10-08 Glenn Morris <rgm@gnu.org>
20
21 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
22
23 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
24 (shadows-compare-text-p): Make it an obsolete alias for...
25 (load-path-shadows-compare-text): ... new name.
26 (find-emacs-lisp-shadows): Update for above name change.
27 (load-path-shadows-same-file-or-nonexistent): New name for the old
28 shadow-same-file-or-nonexistent.
29
30 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
31
32 * minibuffer.el (completion--some, completion--do-completion)
33 (minibuffer-complete-and-exit, minibuffer-completion-help)
34 (completion-basic-try-completion)
35 (completion-basic-all-completions)
36 (completion-pcm--find-all-completions): Use lexical-let to
37 avoid some false matches in variable completion (Bug#7056)
38
39 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
40
41 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
42
43 2010-10-08 Leo <sdl.web@gmail.com>
44
45 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
46 return non-nil if the file exists (Bug#7090).
47
48 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
49
50 * minibuffer.el (completion--replace):
51 Better preserve markers (bug#7138).
52
53 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
54
55 * server.el (server-process-filter): Doc fix.
56
57 2010-10-08 Drew Adams <drew.adams@oracle.com>
58
59 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
60
61 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
62
63 * Makefile.in (ELCFILES): Update.
64
65 2010-10-08 Glenn Morris <rgm@gnu.org>
66
67 * vc/ediff-wind.el (ediff-setup-control-frame):
68 * vc/ediff-ptch.el (ediff-default-backup-extension):
69 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
70 (ediff-exec-process): Remove system-types emx, windows-95.
71
72 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
73
74 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
75
76 * cus-edit.el (custom-variable, custom-face): Doc fix.
77 (custom-face-edit): Add value-create attribute.
78 (custom-face-edit-value-create)
79 (custom-face-edit-value-visibility-action): New functions. Hide
80 unused face attributes by default, and add a visibility toggle.
81 (custom-face-edit-deactivate): Show empty values with shadow face.
82 (custom-face-selected): Only use this for face specs with default
83 attributes.
84 (custom-face-value-create): Cleanup.
85
86 * wid-edit.el (widget-checklist-value-create): Use dolist.
87 (widget-checklist-match-find): Make second arg optional.
88
89 2010-10-07 Glenn Morris <rgm@gnu.org>
90
91 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
92 Prefix things.
93
94 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
95 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
96 load-path-shadows-mode, update references.
97 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
98 Rename variable and button.
99 (list-load-path-shadows): Update button caller.
100
101 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
102
103 * emacs-lisp/smie.el (smie-bnf-classify): New function.
104 (smie-bnf-precedence-table): Use it to remember the closers/openers.
105 (smie-merge-prec2s): Handle those new entries.
106 (smie-prec2-levels): Only set precedence to nil for actual
107 openers/closers.
108 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
109 that is now unnecessary.
110
111 2010-10-07 Miles Bader <miles@gnu.org>
112
113 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
114
115 2010-10-07 Glenn Morris <rgm@gnu.org>
116
117 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
118 (mail-position-on-field): Remove declarations.
119 (mail-position-on-field): Autoload it.
120 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
121 and mail-header-end. Don't require sendmail.
122
123 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
124 (shadow-mode): New mode.
125 (shadow-find-file): New button.
126 (list-load-path-shadows): Use shadow-mode and buttons.
127
128 * iimage.el (iimage-version): Remove.
129 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
130 Turn into defcustoms.
131 (iimage-mode-map): Give it a doc string.
132
133 * calendar/appt.el (appt-activate): Give a warning rather than an error
134 if there is no diary-file.
135
136 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
137
138 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
139 Use `tramp-handle-find-backup-file-name'.
140
141 2010-10-06 Glenn Morris <rgm@gnu.org>
142
143 * font-core.el (font-lock-defaults-alist): Remove variable.
144 (font-lock-mode): Doc fix.
145 (font-lock-default-function): Do not consult font-lock-defaults-alist.
146 * font-lock.el (font-lock-refresh-defaults): Doc fix.
147 (font-lock-set-defaults): Doc fix.
148 Do not consult font-lock-defaults-alist.
149
150 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
151
152 * emacs-lisp/cl.el: No longer provide cl-19.
153
154 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
155
156 * net/tramp.el (tramp-handle-directory-files-and-attributes)
157 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
158 New defuns, taken from tramp-smb.el.
159 (tramp-coding-system-change-eol-conversion)
160 (tramp-set-process-query-on-exit-flag): Removed.
161
162 * net/tramp-compat.el (top): Do not check for byte-compiler
163 objects.
164 (tramp-compat-coding-system-change-eol-conversion)
165 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
166 from tramp.el.
167
168 * net/tramp-gvfs.el:
169 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
170 by `tramp-compat-set-process-query-on-exit-flag'.
171
172 * net/tramp-imap.el (tramp-imap-file-name-handler-alist): Use
173 `tramp-handle-directory-files-and-attributes',
174 `tramp-handle-file-exists-p' and
175 `tramp-handle-file-newer-than-file-p'.
176 (tramp-imap-handle-file-exists-p)
177 (tramp-imap-handle-file-executable-p)
178 (tramp-imap-handle-file-readable-p)
179 (tramp-imap-handle-directory-files-and-attributes)
180 (tramp-imap-handle-file-newer-than-file-p): Removed.
181
182 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
183 by `tramp-compat-set-process-query-on-exit-flag' and
184 `tramp-coding-system-change-eol-conversion' by
185 `tramp-compat-coding-system-change-eol-conversion'.
186
187 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use
188 `tramp-handle-directory-files-and-attributes',
189 `tramp-handle-file-exists-p' and
190 `tramp-handle-file-newer-than-file-p'.
191 (tramp-smb-handle-directory-files-and-attributes)
192 (tramp-smb-handle-file-exists-p)
193 (tramp-smb-handle-file-newer-than-file-p): Removed.
194 (tramp-smb-maybe-open-connection): Replace
195 `tramp-set-process-query-on-exit-flag' by
196 `tramp-compat-set-process-query-on-exit-flag'.
197
198 2010-10-05 Glenn Morris <rgm@gnu.org>
199
200 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
201
202 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
203
204 Continue reorganization of load dependencies. (Bug#7156)
205
206 * net/tramp.el (tramp-handle-file-local-copy-hook)
207 (tramp-delete-temp-file-function): Move down.
208 (tramp-exists-file-name-handler): Move up.
209 (tramp-register-file-name-handlers): Simplify autoload.
210 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
211 (tramp-handle-directory-files, tramp-handle-dired-uncache)
212 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
213 (tramp-handle-file-name-completion)
214 (tramp-handle-file-name-directory)
215 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
216 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
217 (tramp-handle-find-backup-file-name)
218 (tramp-handle-insert-file-contents, tramp-handle-load)
219 (tramp-handle-substitute-in-file-name)
220 (tramp-handle-unhandled-file-name-directory)
221 (tramp-mode-string-to-int, tramp-local-host-p)
222 (tramp-make-tramp-temp-file): Moved from tramp-sh.el.
223
224 * net/tramp-gvfs.el (top):
225 * net/tramp-smb.el (top): Do not require 'tramp-sh.
226
227 * net/tramp-sh.el (all): Move several objects to tramp.el, see
228 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
229
230 2010-10-04 Glenn Morris <rgm@gnu.org>
231
232 * calendar/appt.el (appt-add): Ensure reminders are enabled.
233 (appt-activate): Give status messages.
234
235 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
236
237 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
238 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
239 `gnutls-negotiate' (formerly `starttls-negotiate'). Remove
240 trivial wrapper `starttls-open-stream'.
241
242 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
243
244 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
245 log-outgoing commands.
246 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
247 to create a buffer local revert-buffer-function variable.
248 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
249 revert-buffer-function lambda.
250
251 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
252
253 * net/gnutls.el (starttls-negotiate): Use the plist interface to
254 `gnutls-boot'. Make TYPE the only required parameter. Allow
255 TRUSTFILES and KEYFILES to be lists.
256 (open-ssl-stream): Use it.
257
258 2010-10-03 Glenn Morris <rgm@gnu.org>
259
260 * subr.el (directory-sep-char): Remove obsolete variable.
261 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
262 it is "necessary".
263
264 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
265 * vc/vc.el (vc-static-header-alist): Doc fix.
266 * vc/vc-cvs.el (vc-cvs-header):
267 * vc/vc-rcs.el (vc-rcs-header):
268 * vc/vc-sccs.el (vc-sccs-header):
269 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
270 * obsolete/vc-mcvs.el (vc-mcvs-header):
271 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
272 on XEmacs.
273
274 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
275
276 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Remove
277 obsolete use of binary-overwrite-mode (Bug#7001).
278
279 2010-10-03 Glenn Morris <rgm@gnu.org>
280
281 * obsolete/x-menu.el: Remove file, obsolete since 21.1
282
283 * textmodes/rst.el (rst-font-lock-keywords-function):
284 Drop Emacs 20 code.
285
286 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
287
288 * printing.el: Drop Emacs 20 code.
289
290 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
291 without having used appt.el already).
292
293 * subr.el (make-local-hook): Remove function obsolete since 21.1.
294 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
295 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
296 XEmacs.
297 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
298 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
299
300 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
301 (charset-width, find-charset-region, chars-in-region, forward-point)
302 (encode-coding-string, coding-system-p, ccl-execute-on-string)
303 (define-ccl-program, multibyte-string-p, string-make-multibyte):
304 Remove compatibility cruft (none of these are used by ps*.el).
305
306 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
307
308 * subr.el (booleanp): Return t instead of a list (Bug#7086).
309
310 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
311
312 * server.el (server-process-filter, server-return-error): Give
313 emacsclient time to shut down after receiving an error string.
314
315 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
316
317 * files.el (remote-file-name-inhibit-cache): New defcustom.
318
319 * time.el (display-time-file-nonempty-p): Use
320 `remote-file-name-inhibit-cache'.
321
322 * net/tramp.el (tramp-completion-reread-directory-timeout): Fix
323 docstring.
324
325 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
326 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
327 `remote-file-name-inhibit-cache'. Check also for an integer
328 value. Add/increase counter when `tramp-verbose' >= 10.
329 (tramp-set-file-property): Add/increase counter when
330 `tramp-verbose' >= 10.
331
332 * net/tramp-cmds.el (tramp-cleanup-all-connections)
333 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
334 (tramp-bug): Set tramp-autoload cookie. Report all interned
335 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
336 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
337 characters only in strings.
338
339 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
340 to backward compatibility.
341
342 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
343 (tramp-handle-file-name-all-completions)
344 (tramp-handle-vc-registered): Use
345 `remote-file-name-inhibit-cache'.
346 (tramp-open-connection-setup-interactive-shell): Call
347 `tramp-cleanup-connection' directly.
348
349 2010-10-02 Glenn Morris <rgm@gnu.org>
350
351 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
352
353 * subr.el (char-bytes): Remove obsolete function.
354
355 * isearch.el (isearch-return-char): Remove obsolete function.
356
357 * mouse.el: No longer provide mldrag.
358 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
359 Remove obsolete aliases.
360
361 * comint.el (comint-kill-output): Remove obsolete alias.
362
363 * composite.el (decompose-composite-char): Remove obsolete function.
364 * ps-def.el (decompose-composite-char): Remove unused function.
365
366 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
367
368 * outline.el (outline-visible): Remove obsolete function.
369
370 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
371 * faces.el (internal-find-face, internal-get-face)
372 (frame-update-faces, frame-update-face-colors)
373 (x-frob-font-weight, x-frob-font-slant)
374 (internal-frob-font-weight, internal-frob-font-slant)
375 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
376 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
377 (x-make-font-bold-italic): Remove functions and aliases, obsolete
378 since Emacs 21.1.
379 * emulation/viper-util.el (viper-get-face):
380 * obsolete/lucid.el (find-face, get-face): Use facep.
381 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
382 Remove unused functions.
383 * vc/ediff-util.el (ediff-submit-report): Doc fix.
384
385 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
386 delete tempfile if interrupted during compilation.
387
388 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
389
390 * net/tls.el (tls-starttls-switches): Give up on using starttls with
391 gnutls-cli.
392 (tls-program): Add --insecure to be consistent with the defaults from
393 openssl s_client. Now all three commands are insecure.
394
395 2010-10-01 Eli Zaretskii <eliz@gnu.org>
396
397 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
398 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
399 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
400
401 2010-10-01 Glenn Morris <rgm@gnu.org>
402
403 * obsolete/sc.el: Remove file.
404
405 * files.el (temporary-file-directory): On darwin, also try
406 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
407
408 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
409
410 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
411 Let's not break compatibility gratuitously, shall we?
412
413 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
414
415 * net/tls.el (tls-starttls-switches): New variable.
416 (tls-find-starttls-argument): Use it.
417 (open-tls-stream): Ditto.
418
419 * net/netrc.el (netrc-credentials): Return the value of the "default"
420 entry.
421 (netrc-machine): Ditto.
422
423 2010-09-30 Eli Zaretskii <eliz@gnu.org>
424
425 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
426
427 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
428
429 * server.el (server-start): Don't write pid to the authentication file.
430 (server-create-tty-frame): Don't send pid.
431 (server-process-filter): Send pid at the start of every connection.
432
433 2010-09-30 Glenn Morris <rgm@gnu.org>
434
435 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
436 (show-all-diary-entries): Remove obsolete function aliases.
437
438 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
439 Remove options, obsolete since 22.1.
440 (appt-display-format, appt-display-message): Remove
441 backwards-compatibility code.
442 (appt-check): No longer check appt-issue-message.
443 (appt-make-list): No longer autoload it. Doc fix. No longer
444 activate the package.
445
446 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
447
448 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
449 (starttls-negotiate): Just call boot, and let the handshake be
450 triggered from the read loop.
451
452 2010-09-29 Glenn Morris <rgm@gnu.org>
453
454 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
455 not displaying the diary.
456 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
457 * calendar/appt.el (appt-check): No longer need to kill diary.
458
459 * calendar/diary-lib.el (diary-list-entries): Move the
460 "Preparing..." message entirely here.
461 (diary-simple-display, diary-fancy-display): Move "Preparing..."
462 messages to diary-list-entries.
463 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
464 diary-display-function.
465
466 * calendar/diary-lib.el (diary-include-other-diary-files):
467 Trap some recursive includes.
468
469 * calendar/appt.el (appt-activate): Check diary file.
470
471 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
472
473 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
474 construction.
475
476 * calendar/time-date.el: No need to require cl for Emacs 21.
477
478 2010-09-28 Glenn Morris <rgm@gnu.org>
479
480 * calendar/appt.el (appt-check): Minor simplification.
481
482 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
483
484 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
485 citation prefix.
486
487 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
488
489 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
490 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
491
492 2010-09-27 Kenichi Handa <handa@m17n.org>
493
494 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
495 "ustar" format.
496
497 2010-09-27 Kenichi Handa <handa@m17n.org>
498
499 * international/mule.el (define-coding-system): Docstring fixed.
500
501 * international/mule-diag.el (describe-character-set): Use princ
502 with proper print-length and print-level instead of insert.
503
504 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
505
506 * window.el (walk-windows): Doc fix (bug#7105).
507
508 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
509
510 * emacs-lisp/float-sup.el (e): Remove.
511
512 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
513
514 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
515 variable.
516 (starttls-negotiate): Use it.
517
518 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
519
520 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
521 back.
522
523 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
524
525 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
526
527 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
528
529 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
530
531 * net/netrc.el (netrc-store-data): New function.
532
533 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
534
535 * net/gnutls.el: GnuTLS glue code to set up a connection.
536
537 2010-09-25 Julien Danjou <julien@danjou.info>
538
539 * notifications.el: Call dbus-register-signal only if it is bound.
540
541 2010-09-25 Glenn Morris <rgm@gnu.org>
542
543 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
544 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
545 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
546 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
547 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
548 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
549 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
550 * eshell/esh-util.el, eshell/esh-var.el:
551 Remove leading `*' from docs of faces and defcustoms.
552
553 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
554
555 * eshell/em-ls.el (eshell-ls-archive-regexp):
556 * eshell/esh-util.el (eshell-tar-regexp):
557 * ibuffer.el (ibuffer-compressed-file-name-regexp):
558 * info.el (Info-suffix-list):
559 * international/mule.el (auto-coding-alist):
560 * woman.el (woman-file-regexp, woman-file-compression-regexp):
561 * progmodes/etags.el (tags-compression-info-list):
562 Support xz compression.
563
564 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
565
566 * files.el (get-free-disk-space): Don't assume the "df" output
567 columns line up (Bug#6995).
568
569 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
570
571 * finder.el (finder-unknown-keywords):
572 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
573 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
574
575 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
576
577 * server.el (server-start): Revert part of 2010-08-08 change. Using
578 address 127.0.0.1 for local host is now done in Fmake_network_process.
579
580 2010-09-24 Glenn Morris <rgm@gnu.org>
581
582 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
583 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
584 * textmodes/css-mode.el, textmodes/dns-mode.el:
585 Move autoloaded auto-mode-alist entries to files.el.
586 * files.el (auto-mode-alist): Move entries here.
587
588 2010-09-23 Glenn Morris <rgm@gnu.org>
589
590 * isearch.el (isearch-lazy-highlight-cleanup)
591 (isearch-lazy-highlight-initial-delay)
592 (isearch-lazy-highlight-interval)
593 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
594 * net/net-utils.el (ipconfig-program-options):
595 Move aliases to options before the associated definitions.
596
597 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
598
599 * newcomment.el (comment-normalize-vars): Better test validity of
600 comment-end-skip.
601
602 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
603
604 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
605 (float-e): New name for `e'.
606 (degrees-to-radians, radians-to-degrees):
607 * calendar/solar.el (solar-longitude):
608 * calculator.el (calculator-registers, calculator-funcall):
609 * textmodes/artist.el (artist-spray-random-points):
610 * play/bubbles.el (bubbles--initialize-images): Use new names.
611
612 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
613
614 Update to CEDET 1.0's version of EIEIO.
615
616 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
617 New function.
618 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
619 (eieio-default-eval-maybe): Eval val instead of unquoting only.
620 (class-precedence-list): If class is nil, return nil.
621 (eieio-generic-call): If class of first input arg is nil, don't
622 look up static methods, and do check for primary methods.
623 (initialize-instance): See if the default needs to be evaluated
624 during the constructor.
625 (eieio-perform-slot-validation-for-default): Don't do the check
626 for values that will eventually be evaluated.
627 (eieio-eval-default-p): New function.
628 (eieio-default-eval-maybe): Use it.
629
630 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
631
632 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
633 method-invocation-order.
634 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
635 (eieio-class-precedence-dfs): Compute class precedence list using
636 dfs algorithm.
637 (eieio-class-precedence-bfs): Compute class precedence list using
638 bfs algorithm.
639 (eieio-class-precedence-c3): Compute class precedence list using
640 c3 algorithm.
641 (class-precedence-list): New function.
642 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
643 (inconsistent-class-hierarchy): New error symbol.
644 (call-next-method): Stow the replacement argument list for future
645 call-next-method invocations.
646
647 2010-09-23 Glenn Morris <rgm@gnu.org>
648
649 * calendar/appt.el (appt-check): If not displaying the diary,
650 use (diary 1) to only get the entries we need.
651 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
652 that it is in day order. (Bug#7019)
653
654 * calendar/appt.el (appt-check): Rather than showing the diary,
655 just turn off invisible display, and only if needed.
656
657 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
658
659 2010-09-23 Glenn Morris <rgm@gnu.org>
660
661 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
662 (byte-compile-defvar, byte-compile-cl-warn):
663 Start warnings with lower-case, like the majority.
664
665 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
666
667 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
668
669 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
670 * files.el (auto-mode-alist): Move ld-script entries here, further down
671 the list.
672
673 * vc/add-log.el: Don't require timezone when compiling.
674 (timezone-make-date-sortable): Autoload it.
675 (change-log-sortable-date-at): Don't require timezone.
676 Use `ignore-errors'.
677
678 * comint.el (comint-use-prompt-regexp-instead-of-fields):
679 Move alias before definition, so it does not need autoloading.
680
681 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
682 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
683 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
684 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
685 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
686 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
687 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
688 * textmodes/tex-mode.el, textmodes/two-column.el:
689 Remove leading `*' from docs of defcustoms etc.
690
691 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
692
693 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
694
695 2010-09-22 Dan Christensen <jdc@uwo.ca>
696
697 * calendar/time-date.el (date-to-time): Try using parse-time-string
698 first before using the slower timezone-make-date-arpa-standard.
699
700 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
701
702 * calendar/time-date.el (format-seconds): Comment fix.
703
704 2010-09-22 Glenn Morris <rgm@gnu.org>
705
706 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
707 is not automatically buffer-local.
708
709 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
710
711 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
712 (smie-indent-comment): Be more careful with comment-start-skip.
713 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
714 (smie-indent-functions): Use them.
715
716 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
717
718 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
719
720 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
721
722 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
723 tool-bar-position. Don't modify frame parameters here.
724 (menu-bar-options-save): Add tool-bar-position.
725
726 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
727
728 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
729
730 * textmodes/reftex-parse.el (reftex-what-macro)
731 (reftex-context-substring): Let-bind forward-sexp-function to nil
732 since we don't need/want to treat \begin...\end as a block (bug#7053).
733
734 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
735
736 * simple.el (blink-matching-open): Use syntax-class.
737
738 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
739 Set invisibility spec for pascal's outline mode.
740 (pascal-outline-change): Clean up calling convention.
741 (pascal-show-all, pascal-hide-other-defuns): Update callers.
742
743 * progmodes/prolog.el (prolog-smie-forward-token)
744 (prolog-smie-backward-token): New functions.
745 (prolog-mode-variables): Use them to parse "!," correctly.
746 Set up smie-blink-matching for ".".
747
748 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
749 and `end'.
750 (ispell-region, ispell-process-line): Update users.
751
752 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
753 point-min==1.
754
755 * textmodes/ispell.el: Fix commenting convention.
756 (ispell-parse-output): Simplify, use push.
757 (ispell-region): Use match-string-no-properties.
758 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
759 (ispell-minor-mode): Use define-minor-mode.
760 (ispell-message): Remove unused var `skip-regexp'.
761 (ispell-add-per-file-word-list): Use dynamic let-binding.
762 Try and use the proper comment marker.
763
764 * mail/sendmail.el: Fix commenting convention.
765 (sendmail-send-it): Use line-beginning-position.
766
767 * help-fns.el (describe-variable): Add original value, if applicable.
768
769 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
770
771 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
772
773 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
774
775 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
776
777 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
778 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
779 (smie-prec2-levels): Use them to better diagnose precedence cycles.
780 (smie-blink-matching-check): Don't signal a mismatch if car is t.
781 (smie-blink-matching-open): Rewrite to remove assumptions, so that
782 something like "." can also be a closer.
783 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
784 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
785 Rename internal functions to use "--". Update callers.
786
787 * frame.el (make-frame-names-alist): Don't list frames on other displays.
788
789 * fringe.el (fringe-styles): New var.
790 (fringe-mode, fringe-query-style): Use it.
791
792 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
793
794 * progmodes/sql.el: Version 2.8
795 (sql-login-params): Update widget structure; changes still needed.
796 (sql-product-alist): Add :list-all and :list-table features for
797 SQLite, Postgres and MySQL products.
798 (sql-redirect): Handle default value.
799 (sql-execute, sql-execute-feature): New functions.
800 (sql-read-table-name): New function.
801 (sql-list-all, sql-list-table): New functions. User API.
802 (sql-mode-map, sql-interactive-mode-map): Add key definitions
803 for above functions.
804 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
805 for above functions.
806 (sql-postgres-login-params): Add user and database defaults.
807 (sql-buffer-live-p): Bug fix.
808 (sql-product-history): New variable.
809 (sql-read-product): New function. Use it.
810 (sql-set-product, sql-product-interactive): Use it.
811 (sql-connection-history): New variable.
812 (sql-read-connection): New function. Use it.
813 (sql-connect): New function.
814 (sql-for-each-login): Redesign function interface.
815 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
816 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
817 (sql-comint): Check for program. Existing live buffer.
818 (sql-comint-postgres): Add port parameter.
819
820 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
821
822 * emacs-lisp/warnings.el: Fix commenting convention.
823 (display-warning): Use special mode and make the buffer read-only.
824
825 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
826
827 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
828 empty string when it follows a repeated or optional pattern.
829
830 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
831
832 * indent.el (indent-according-to-mode): Apply syntax-propertize.
833 (indent-region): Use indent-according-to-mode.
834
835 2010-09-18 Eli Zaretskii <eliz@gnu.org>
836
837 * fringe.el (fringe-mode): Doc fix.
838
839 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
840
841 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
842 refreshing the preview buffer.
843
844 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
845
846 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
847 (latex-syntax-propertize-rules): New consts; replace
848 tex-font-lock-syntactic-keywords.
849 (tex-env-mark, latex-env-before-change): New functions.
850 (latex-electric-env-pair-mode): New minor mode.
851 (tex-font-lock-verb): Change arguments; do move point.
852 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
853 representation as a form of comment.
854 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
855 (doctex-syntax-propertize-rules): New const; replaces
856 doctex-font-lock-syntactic-keywords.
857 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
858
859 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
860 (fortran-make-syntax-propertize-function): New function; replaces
861 fortran-font-lock-syntactic-keywords.
862 (fortran-mode): Use it.
863 (fortran-line-length): Use it. Improve interactive spec.
864
865 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
866 (syntax-propertize-rules): Add var-ref case. Fix offset computation
867 when adding surrounding \(..\).
868
869 * progmodes/js.el (js-mode): Fix last change (bug#7054).
870
871 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
872
873 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
874 Use with-current-buffer.
875
876 * isearch.el (isearch-face): Rename from `isearch'.
877 (isearch-highlight): Use new name.
878
879 2010-09-17 Eli Zaretskii <eliz@gnu.org>
880
881 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
882 5, for `half' width fringes. (Bug#6933)
883
884 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
885
886 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
887 (byte-compile-defvar): "foo/bar" does not lack a prefix.
888
889 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
890
891 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
892
893 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
894 in calculating new frame position. Add more space between new and
895 parent on the left (Bug#7048).
896
897 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
898
899 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
900 defmacro.
901
902 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
903
904 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
905
906 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
907 obsolete alias for x-selection-value.
908
909 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
910
911 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
912
913 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
914 cookie.
915
916 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
917
918 * net/tramp-compat.el (tramp-compat-with-temp-message)
919 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
920 (tramp-compat-process-put): New defuns.
921
922 * net/tramp.el (top):
923 * net/tramp-gvfs.el (top):
924 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
925
926 * net/tramp.el (tramp-progress-reporter-update):
927 Use `tramp-compat-funcall'.
928
929 * net/tramp.el (tramp-process-actions):
930 * net/tramp-gvfs.el (tramp-handle-vc-registered):
931 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
932 (tramp-get-remote-stat, tramp-get-remote-readlink):
933 Use `tramp-compat-with-temp-message'.
934
935 * net/tramp-sh.el (top): Require 'cl.
936 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
937 (tramp-open-connection-setup-interactive-shell):
938 Use `tramp-compat-process-put'.
939
940 2010-09-15 Alan Mackenzie <acm@muc.de>
941
942 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
943 indentation.
944 (c-forward-<>-arglist-recur): Fix an infinite recursion.
945
946 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
947
948 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
949 `lexical' for warnings related to lexical scoping.
950 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
951 global vars which don't have a prefix and could hence affect lexical
952 scoping in unrelated files.
953
954 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
955
956 * net/imap.el: Revert back to version
957 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
958 seem problematic.
959
960 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
961
962 * obsolete/old-whitespace.el (whitespace-unload-function):
963 Explicitly pass `obarray' to `unintern' to avoid a warning.
964
965 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
966
967 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
968 Add `when' argument. Update callers.
969
970 * subr.el (unintern): Declare the obarray arg mandatory.
971
972 2010-09-14 Glenn Morris <rgm@gnu.org>
973
974 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
975 Doc fixes.
976
977 * calendar/diary-lib.el (diary-included-files): New variable.
978 (diary-list-entries): Maybe initialize diary-included-files.
979 (diary-include-other-diary-files): Append to diary-included-files.
980 * calendar/appt.el (appt-update-list): Also check the members of
981 diary-included-files. (Bug#6999)
982 (appt-check): Doc fix.
983
984 2010-09-14 David Reitter <david.reitter@gmail.com>
985
986 * simple.el (line-move-visual): Do not truncate goal column to
987 integer size. (Bug#7020)
988
989 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
990
991 * repeat.el (repeat): Allow repeating when the last event is a click.
992 Suggested by Drew Adams (bug#6256).
993
994 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
995
996 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
997 Replace setting HGRCPATH to "" by some less invasive --config options.
998
999 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1000
1001 * font-lock.el (font-lock-beginning-of-syntax-function):
1002 Mark as obsolete.
1003
1004 2010-09-14 Glenn Morris <rgm@gnu.org>
1005
1006 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1007 and tool-bar modes. (Bug#6211)
1008 (menu-bar-mode): Move setting of standard-value after the
1009 minor-mode definition, otherwise it seems to have no effect.
1010
1011 2010-09-14 Masatake YAMATO <yamato@redhat.com>
1012
1013 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1014 Fix typo. (Bug#6976)
1015
1016 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1017
1018 * whitespace.el: Allow cleaning up blanks without blank
1019 visualization (Bug#6651). Adjust help window for
1020 whitespace-toggle-options (Bug#6479). Allow to use fill-column
1021 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1022 (whitespace-style): Add new value 'face. Adjust docstring.
1023 (whitespace-space, whitespace-hspace, whitespace-tab):
1024 Adjust foreground property face.
1025 (whitespace-line-column): Adjust docstring and type declaration.
1026 (whitespace-style-value-list, whitespace-toggle-option-alist)
1027 (whitespace-help-text): Adjust const initialization.
1028 (whitespace-toggle-options, global-whitespace-toggle-options):
1029 Adjust docstring.
1030 (whitespace-display-window, whitespace-interactive-char)
1031 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1032 (whitespace-help-scroll): New fun.
1033
1034 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
1035
1036 * calendar/time-date.el (format-seconds): Comment fix.
1037
1038 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
1039
1040 * progmodes/sql.el: Version 2.7.
1041 (sql-buffer-live-p): Improve detection.
1042 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1043 (sql-set-sqli-buffer): Use it.
1044 (sql-product-interactive): Run `sql-set-sqli-hook'.
1045 (sql-rename-buffer): Code cleanup.
1046 (sql-redirect, sql-redirect-value): New functions. More to come.
1047
1048 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
1049
1050 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.
1051 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1052 (TRAMP_SRC): New macro.
1053 ($(lisp)/net/tramp-loaddefs.el): New target.
1054
1055 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
1056
1057 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
1058
1059 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
1060
1061 * net/tramp.el (top): Don't show loading message. Require just
1062 'tramp-compat, everything else is required there.
1063 Use `ignore-errors' where appropriate.
1064 (tramp-inline-compress-start-size, tramp-copy-size-limit)
1065 (tramp-terminal-type, tramp-end-of-output)
1066 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
1067 (tramp-completion-function-alist-ssh)
1068 (tramp-completion-function-alist-telnet)
1069 (tramp-completion-function-alist-su)
1070 (tramp-completion-function-alist-putty, tramp-remote-path)
1071 (tramp-remote-process-environment, tramp-sh-extra-args)
1072 (tramp-actions-before-shell, tramp-uudecode)
1073 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
1074 (tramp-perl-file-attributes)
1075 (tramp-perl-directory-files-and-attributes)
1076 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
1077 (tramp-perl-encode, tramp-perl-decode)
1078 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
1079 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
1080 (tramp-handle-make-symbolic-link, tramp-handle-load)
1081 (tramp-handle-file-name-as-directory)
1082 (tramp-handle-file-name-directory)
1083 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
1084 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
1085 (tramp-do-file-attributes-with-ls)
1086 (tramp-do-file-attributes-with-perl)
1087 (tramp-do-file-attributes-with-stat)
1088 (tramp-handle-set-visited-file-modtime)
1089 (tramp-handle-verify-visited-file-modtime)
1090 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
1091 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
1092 (tramp-handle-file-selinux-context)
1093 (tramp-handle-set-file-selinux-context)
1094 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
1095 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
1096 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
1097 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
1098 (tramp-handle-file-ownership-preserved-p)
1099 (tramp-handle-directory-file-name, tramp-handle-directory-files)
1100 (tramp-handle-directory-files-and-attributes)
1101 (tramp-do-directory-files-and-attributes-with-perl)
1102 (tramp-do-directory-files-and-attributes-with-stat)
1103 (tramp-handle-file-name-all-completions)
1104 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
1105 (tramp-handle-copy-file, tramp-handle-copy-directory)
1106 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
1107 (tramp-do-copy-or-rename-file-via-buffer)
1108 (tramp-do-copy-or-rename-file-directly)
1109 (tramp-do-copy-or-rename-file-out-of-band)
1110 (tramp-handle-make-directory, tramp-handle-delete-directory)
1111 (tramp-handle-delete-file)
1112 (tramp-handle-dired-recursive-delete-directory)
1113 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
1114 (tramp-handle-insert-directory)
1115 (tramp-handle-unhandled-file-name-directory)
1116 (tramp-handle-expand-file-name)
1117 (tramp-handle-substitute-in-file-name)
1118 (tramp-handle-executable-find, tramp-process-sentinel)
1119 (tramp-handle-start-file-process, tramp-handle-process-file)
1120 (tramp-handle-call-process-region, tramp-handle-shell-command)
1121 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
1122 (tramp-handle-insert-file-contents)
1123 (tramp-handle-insert-file-contents-literally)
1124 (tramp-handle-find-backup-file-name)
1125 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
1126 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
1127 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
1128 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
1129 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
1130 (tramp-find-file-exists-command, tramp-open-shell)
1131 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
1132 (tramp-open-connection-setup-interactive-shell)
1133 (tramp-local-coding-commands, tramp-remote-coding-commands)
1134 (tramp-find-inline-encoding, tramp-call-local-coding-command)
1135 (tramp-inline-compress-commands, tramp-find-inline-compress)
1136 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1137 (tramp-send-command, tramp-wait-for-output)
1138 (tramp-send-command-and-check, tramp-barf-unless-okay)
1139 (tramp-send-command-and-read, tramp-mode-string-to-int)
1140 (tramp-convert-file-attributes, tramp-check-cached-permissions)
1141 (tramp-file-mode-from-int, tramp-file-mode-permissions)
1142 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
1143 (tramp-method-out-of-band-p, tramp-local-host-p)
1144 (tramp-get-remote-path, tramp-get-remote-tmpdir)
1145 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
1146 (tramp-get-test-command, tramp-get-test-nt-command)
1147 (tramp-get-file-exists-command, tramp-get-remote-ln)
1148 (tramp-get-remote-perl, tramp-get-remote-stat)
1149 (tramp-get-remote-readlink, tramp-get-remote-trash)
1150 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
1151 (tramp-get-local-uid, tramp-get-local-gid)
1152 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
1153 tramp-sh.el.
1154 (tramp-methods, tramp-default-method-alist)
1155 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
1156 Move initialization to tramp-sh.el.
1157 (tramp-temp-name-prefix): Make it a defconst.
1158 (tramp-dissect-file-name): Don't check anymore for multi-hop
1159 methods.
1160 (tramp-debug-outline-regexp): Add a docstring.
1161 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
1162 (tramp-get-debug-buffer): Use it.
1163
1164 * net/tramp-cache.el (top): Set tramp-autoload cookie for
1165 initialization forms.
1166 (tramp-set-connection-property): Don't protect `tramp-message'
1167 call, it isn't necessary any longer.
1168 (tramp-dump-connection-properties): Use `ignore-errors'.
1169
1170 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
1171 'password-cache and 'auth-source.
1172
1173 * net/tramp-gvfs.el (top):
1174 * net/tramp-smb.el (top): Require 'tramp-sh.
1175
1176 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
1177
1178 * net/tramp-sh.el: New file, derived from tramp.el.
1179 (top): Initialize `tramp-methods', `tramp-default-method-alist',
1180 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
1181 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
1182 Use `ignore-errors' where appropriate.
1183 (tramp-sh-file-name-handler-alist): Rename from
1184 `tramp-file-name-handler-alist'.
1185 (tramp-send-command-and-check): Return t or nil. Remove all
1186 `zerop' checks, where called.
1187 (tramp-handle-set-file-modes)
1188 (tramp-do-copy-or-rename-file-directly)
1189 (tramp-handle-delete-directory, tramp-handle-delete-file)
1190 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
1191 (tramp-sh-file-name-handler, tramp-send-command-and-check)
1192 (tramp-get-remote-ln): Set tramp-autoload cookie.
1193
1194 * net/tramp-fish.el: Remove file.
1195
1196 2010-09-13 Daiki Ueno <ueno@unixuser.org>
1197
1198 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
1199 buffer-file-name to avoid file-locking. (Bug#7026)
1200
1201 2010-09-13 Julien Danjou <julien@danjou.info>
1202
1203 * notifications.el (notifications-notify): Add support for
1204 image-path and sound-name.
1205 (notifications-specification-version): Add this variable.
1206
1207 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1208
1209 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
1210
1211 2010-09-12 Leo <sdl.web@gmail.com>
1212
1213 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
1214 (rcirc-completion-start): New variables.
1215 (rcirc-nick-completions): Rename to rcirc-completions.
1216 (rcirc-nick-completion-start-offset): Delete.
1217 (rcirc-completion-at-point): New function for constructing
1218 completion data for both nicks and irc commands. Add to
1219 completion-at-point-functions in rcirc mode.
1220 (rcirc-complete): Rename from rcirc-nick-complete; use
1221 rcirc-completion-at-point.
1222 (defun-rcirc-command): Update rcirc-client-commands.
1223
1224 2010-09-11 Glenn Morris <rgm@gnu.org>
1225
1226 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
1227 atomically, to avoid parallel build errors. (Bug#4196)
1228
1229 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
1230
1231 * progmodes/sql.el: Version 2.6
1232 (sql-dialect): Synonym for "sql-product".
1233 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1234 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
1235 Set "sql-buffer" to buffer name not buffer object so multiple sql
1236 interactive buffers work properly. Reverts misguided changes in
1237 earlier work.
1238 (sql-comint): Make sure different buffer name is used if "*SQL*"
1239 buffer is for a different product.
1240 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
1241 login param.
1242 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1243 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1244 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
1245 Accept new buffer name or prompt for one.
1246 (sql-port): Default to zero.
1247 (sql-comint-mysql): Handle "sql-port" as a numeric.
1248 (sql-port-history): Delete unused variable.
1249 (sql-get-login): Default "sql-port" to a number.
1250 (sql-product-alist): Correct Postgres prompt and terminator regexp.
1251 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
1252 "sqlite3" executables.
1253 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
1254 (sql-buffer-live-p): New function.
1255 (sql-mode-menu, sql-send-string): Use it.
1256 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
1257 syntax pattern.
1258 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
1259 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
1260
1261 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1262
1263 * net/netrc.el (netrc-credentials): New convenience function.
1264
1265 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1266
1267 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
1268 to replace texinfo-font-lock-syntactic-keywords.
1269 (texinfo-mode): Use it.
1270
1271 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
1272 Use syntax-propertize-function.
1273
1274 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
1275 replace sgml-font-lock-syntactic-keywords.
1276 (sgml-mode): Use it.
1277
1278 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
1279 since we don't use it.
1280
1281 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
1282
1283 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
1284 if available.
1285 (vhdl-fontify-buffer): Adjust.
1286
1287 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
1288 replace tcl-font-lock-syntactic-keywords.
1289 (tcl-mode): Use it.
1290
1291 * progmodes/simula.el (simula-syntax-propertize-function): New var to
1292 replace simula-font-lock-syntactic-keywords.
1293 (simula-mode): Use it.
1294
1295 * progmodes/sh-script.el (sh-st-symbol): Remove.
1296 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
1297 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
1298 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
1299 (sh-font-lock-paren): Set syntax-multiline.
1300 (sh-font-lock-syntactic-keywords): Remove.
1301 (sh-syntax-propertize-function): New function to replace it.
1302 (sh-mode): Use it.
1303
1304 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
1305 Define while compiling.
1306 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1307 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
1308 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
1309 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1310 (ruby-here-doc-end-syntax): Only define when
1311 syntax-propertize is not available.
1312 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
1313 New functions.
1314 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
1315 (electric-indent-chars): Silence bytecompiler.
1316 (ruby-mode): Use prog-mode, syntax-propertize-function, and
1317 electric-indent-chars.
1318
1319 * progmodes/python.el (python-syntax-propertize-function): New var to
1320 replace python-font-lock-syntactic-keywords.
1321 (python-mode): Use it.
1322 (python-quote-syntax): Simplify and adjust to new use.
1323
1324 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
1325 replace perl-font-lock-syntactic-keywords.
1326 (perl-syntax-propertize-special-constructs): New fun to replace
1327 perl-font-lock-special-syntactic-constructs.
1328 (perl-font-lock-syntactic-face-function): New fun.
1329 (perl-mode): Use it.
1330
1331 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
1332 to replace octave-font-lock-close-quotes.
1333 (octave-syntax-propertize-function): New function to replace
1334 octave-font-lock-syntactic-keywords.
1335 (octave-mode): Use it.
1336
1337 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
1338 replaces mixal-font-lock-syntactic-keywords.
1339 (mixal-mode): Use it.
1340
1341 * progmodes/make-mode.el (makefile-syntax-propertize-function):
1342 New var; replaces makefile-font-lock-syntactic-keywords.
1343 (makefile-mode): Use it.
1344 (makefile-imake-mode): Adjust.
1345
1346 * progmodes/js.el (js--regexp-literal): Define while compiling.
1347 (js-syntax-propertize-function): New var; replaces
1348 js-font-lock-syntactic-keywords.
1349 (js-mode): Use it.
1350
1351 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
1352 replaces gdb-script-font-lock-syntactic-keywords.
1353 (gdb-script-mode): Use it.
1354
1355 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
1356 (fortran--font-lock-syntactic-keywords): New var.
1357 (fortran-line-length): Update syntax-propertize-function and
1358 fortran--font-lock-syntactic-keywords.
1359
1360 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
1361
1362 * progmodes/cfengine.el (cfengine-mode):
1363 Use syntax-propertize-function.
1364 (cfengine-font-lock-syntactic-keywords): Remove.
1365
1366 * progmodes/autoconf.el (autoconf-mode):
1367 Use syntax-propertize-function.
1368 (autoconf-font-lock-syntactic-keywords): Remove.
1369
1370 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
1371 (ada-after-change-function, ada-initialize-syntax-table-properties)
1372 (ada-handle-syntax-table-properties): Only define when
1373 syntax-propertize is not available.
1374 (ada-mode): Use syntax-propertize-function.
1375
1376 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
1377 (font-lock-fontify-syntactic-keywords-region): Move handling of
1378 font-lock-syntactically-fontified to...
1379 (font-lock-default-fontify-region): ...here.
1380 Let syntax-propertize-function take precedence.
1381 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
1382
1383 * emacs-lisp/syntax.el (syntax-propertize-function)
1384 (syntax-propertize-chunk-size, syntax-propertize--done)
1385 (syntax-propertize-extend-region-functions): New vars.
1386 (syntax-propertize-wholelines, syntax-propertize-multiline)
1387 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
1388 (syntax-propertize): New functions.
1389 (syntax-propertize-rules): New macro.
1390 (syntax-ppss-flush-cache): Set syntax-propertize--done.
1391 (syntax-ppss): Call syntax-propertize.
1392
1393 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
1394
1395 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
1396
1397 * textmodes/ispell.el (ispell-init-process): Improve comments.
1398 XEmacs compatibility changes regarding (add-hook) 'local option
1399 and (set-process-query-on-exit-flag).
1400
1401 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
1402
1403 * net/tramp-cache.el (tramp-parse-connection-properties):
1404 Set tramp-autoload cookie.
1405
1406 2010-09-09 Glenn Morris <rgm@gnu.org>
1407
1408 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
1409 (imagemagick-register-types): Doc fix.
1410
1411 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1412
1413 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
1414
1415 * progmodes/js.el (require): Require is already "eval-and-compile".
1416 (js--re-search-forward): Avoid `eval'. Preserve the error data.
1417 (js--re-search-backward): Use js--re-search-forward.
1418
1419 * progmodes/fortran.el (fortran-line-length): Don't recompute
1420 syntactic keywords redundantly a second time.
1421
1422 * progmodes/ada-mode.el: Replace "(set '" with setq.
1423 (ada-mode): Simplify.
1424 (ada-create-case-exception, ada-adjust-case-interactive)
1425 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
1426 (ada-search-ignore-string-comment, ada-move-to-start)
1427 (ada-move-to-end): Use with-syntax-table.
1428
1429 * font-lock.el (save-buffer-state): Remove `varlist' arg.
1430 (font-lock-unfontify-region, font-lock-default-fontify-region):
1431 Update usage correspondingly.
1432 (font-lock-fontify-syntactic-keywords-region):
1433 Set parse-sexp-lookup-properties buffer-locally here.
1434 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
1435
1436 * simple.el (blink-matching-open): Don't burp if we can't find a match.
1437
1438 2010-09-08 Glenn Morris <rgm@gnu.org>
1439
1440 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
1441 Error if not compiled with -DBYTE_CODE_METER.
1442
1443 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1444 Ignore dir-locals-file.
1445
1446 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1447
1448 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1449 Not a const.
1450 (compilation-error-regexp-alist-alist): Rule out ": " in file names
1451 for the `gnu' messages.
1452 (compilation-set-skip-threshold): New command.
1453 (compilation-start): Use \' rather than $.
1454 (compilation-forget-errors): Use clrhash.
1455
1456 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
1457
1458 * textmodes/ispell.el (ispell-valid-dictionary-list):
1459 Simplify logic.
1460
1461 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
1462
1463 Migrate to Tramp 2.2. Rearrange load dependencies.
1464 (Bug#1529, Bug#5448, Bug#5705)
1465
1466 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
1467 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
1468 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1469
1470 * net/tramp.el (top): Remove all other tramp-* loads except
1471 tramp-compat.el. Remove all changes to tramp-unload-hook for
1472 other tramp-* packages. Rearrange defun order. Change calls of
1473 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
1474 `tramp-compat-octal-to-decimal' to new function names.
1475 (tramp-terminal-type, tramp-initial-end-of-output)
1476 (tramp-methods, tramp-foreign-file-name-handler-alist)
1477 (tramp-tramp-file-p, tramp-completion-mode-p)
1478 (tramp-send-command-and-check, tramp-get-remote-path)
1479 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
1480 (tramp-shell-quote-argument): Set tramp-autoload cookie.
1481 (with-file-property, with-connection-property): Move to
1482 tramp-cache.el.
1483 (tramp-local-call-process, tramp-decimal-to-octal)
1484 (tramp-octal-to-decimal): Move to tramp-compat.el.
1485 (tramp-handle-shell-command): Do not require 'shell.
1486 (tramp-compute-multi-hops): No special handling for tramp-gw-*
1487 symbols.
1488 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
1489
1490 * net/tramp-cache.el (top): Require 'tramp. Add to
1491 `tramp-unload-hook'.
1492 (tramp-cache-data, tramp-get-file-property)
1493 (tramp-set-file-property, tramp-flush-file-property)
1494 (tramp-flush-directory-property, tramp-get-connection-property)
1495 (tramp-set-connection-property, tramp-flush-connection-property)
1496 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
1497 cookie.
1498 (with-file-property, with-connection-property): New defuns, moved
1499 from tramp.el.
1500 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
1501 macro.
1502
1503 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
1504 (tramp-version): Set tramp-autoload cookie.
1505
1506 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
1507 changes to tramp-unload-hook for other tramp-* packages. Add to
1508 `tramp-unload-hook'.
1509 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
1510 (tramp-compat-call-process): New defuns, moved from tramp.el.
1511
1512 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
1513 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1514 to `tramp-unload-hook'. Change call of
1515 `tramp-compat-decimal-to-octal' to new function name.
1516 (tramp-fish-method): Make it a defconst.
1517 (tramp-fish-file-name-p): Make it a defsubst.
1518 (tramp-fish-method, tramp-fish-file-name-handler)
1519 (tramp-fish-file-name-p): Set tramp-autoload cookie.
1520
1521 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
1522 `tramp-foreign-file-name-handler-alist'. Add to
1523 `tramp-unload-hook'.
1524 (tramp-ftp-method): Make it a defconst.
1525 (tramp-ftp-file-name-p): Make it a defsubst.
1526 (tramp-ftp-method, tramp-ftp-file-name-handler)
1527 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
1528
1529 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
1530 `tramp-foreign-file-name-handler-alist'. Add to
1531 `tramp-unload-hook'. Change checks, whether package can be
1532 loaded.
1533 (tramp-gvfs-file-name-p): Make it a defsubst.
1534 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
1535 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
1536 (tramp-gvfs-handle-file-directory-p): New defun.
1537 (tramp-gvfs-file-name-handler-alist): Use it.
1538
1539 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
1540 `tramp-foreign-file-name-handler-alist'. Add to
1541 `tramp-unload-hook'.
1542 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
1543 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
1544 defconst.
1545 (tramp-gw-tunnel-method, tramp-gw-socks-method)
1546 (tramp-gw-open-connection): Set tramp-autoload cookie.
1547
1548 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
1549 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1550 to `tramp-unload-hook'. Change checks, whether package can be
1551 loaded.
1552 (tramp-imap-file-name-p): Make it a defsubst.
1553 (tramp-imap-method, tramp-imaps-method)
1554 (tramp-imap-file-name-handler)
1555 (tramp-imap-file-name-p): Set tramp-autoload cookie.
1556
1557 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
1558 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1559 to `tramp-unload-hook'. Change checks, whether package can be
1560 loaded. Change call of `tramp-compat-decimal-to-octal' to new
1561 function name.
1562 (tramp-smb-tunnel-method): Make it a defconst.
1563 (tramp-smb-file-name-p): Make it a defsubst.
1564 (tramp-smb-method, tramp-smb-file-name-handler)
1565 (tramp-smb-file-name-p): Set tramp-autoload cookie.
1566
1567 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
1568 (tramp-uuencode-region): Set tramp-autoload cookie.
1569
1570 * net/trampver.el (top) Add to `tramp-unload-hook'.
1571 (tramp-version, tramp-bug-report-address): Set tramp-autoload
1572 cookie. Update release number.
1573
1574 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
1575
1576 * textmodes/ispell.el (ispell-start-process): Make sure original
1577 arg list is properly initialized (Bug#6993, Bug#6994).
1578
1579 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1580
1581 * files.el (directory-abbrev-alist): Use \` as default regexp.
1582
1583 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1584 chars like - or ] (bug#6984).
1585 (rx-any-condense-range): Explode 2-char ranges.
1586
1587 2010-09-06 Glenn Morris <rgm@gnu.org>
1588
1589 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1590
1591 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1592
1593 * textmodes/bibtex.el:
1594 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1595
1596 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1597
1598 * net/imap.el (imap-message-map): Remove optional buffer parameter,
1599 since no callers use it.
1600 (imap-message-get): Ditto.
1601 (imap-message-put): Ditto.
1602 (imap-mailbox-map): Ditto.
1603 (imap-mailbox-put): Ditto.
1604 (imap-mailbox-get): Ditto.
1605 (imap-mailbox-get): Revert last change for this function.
1606
1607 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1608
1609 * net/imap.el (imap-fetch-safe): Remove function, and alter all
1610 callers to use `imap-fetch' instead. According to the comments, this
1611 should be safe, since all other IMAP clients use the 1:* syntax.
1612 (imap-enable-exchange-bug-workaround): Remove.
1613 (imap-debug): Remove -- doesn't seem very useful.
1614
1615 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1616
1617 * net/imap.el (imap-log): New convenience function used throughout
1618 instead of repeating the same code all over the place.
1619
1620 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
1621
1622 * mouse.el (mouse-save-then-kill): Save region to kill-ring
1623 when mouse-drag-copy-region is non-nil (Bug#6956).
1624
1625 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
1626
1627 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
1628 Improve regexps (Bug#6987).
1629 (dired-sort-toggle): Search more robustly for -t flag.
1630
1631 * files.el (get-free-disk-space): Search more robustly for
1632 "available" column. Suggested by Ehud Karni
1633 <ehud@unix.mvs.co.il>.
1634
1635 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
1636
1637 * international/uni-bidi.el:
1638 * international/uni-category.el:
1639 * international/uni-combining.el:
1640 * international/uni-decimal.el:
1641 * international/uni-mirrored.el:
1642 * international/uni-name.el: Regenerate.
1643
1644 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1645
1646 * electric.el (electric-indent-post-self-insert-function):
1647 Don't reindent with a sloppy indentation function.
1648
1649 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
1650 border case in change-log-mode.
1651
1652 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
1653
1654 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1655 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
1656 Recognize leading tab in gcc-include regexp. Ignore names with
1657 leading "from" or "in" in gnu regexp (Bug#6937).
1658
1659 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1660
1661 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
1662 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
1663 (ispell-start-process): Avoid setq and simplify logic.
1664 (ispell-init-process): Setup kill-buffer-hook locally when needed.
1665 (kill-buffer-hook): Don't use it globally with code that uses
1666 expand-file-name since that may call kill-buffer via
1667 code_conversion_restore.
1668
1669 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
1670
1671 * emacs-lisp/package.el (package-directory-list): Only call
1672 file-name-nondirectory on a string.
1673
1674 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
1675
1676 * emacs-lisp/package.el (package--download-one-archive):
1677 Ensure that archive-contents is valid before saving it.
1678 (package-activate-1, package-mark-obsolete, define-package)
1679 (package-compute-transaction, package-list-maybe-add): Use push.
1680
1681 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1682
1683 Use SMIE's blink-paren for octave-mode.
1684 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
1685 Backslashes do not escape single-quotes, single-quotes do.
1686 (octave-block-else-regexp, octave-block-end-regexp)
1687 (octave-block-match-alist): Remove.
1688 (octave-smie-bnf-table): New var, with old content.
1689 (octave-smie-op-levels): Use it.
1690 (octave-smie-closer-alist): New var.
1691 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
1692 (octave-blink-matching-block-open): Remove.
1693 (octave-reindent-then-newline-and-indent, octave-electric-semi)
1694 (octave-electric-space): Let self-insert-command run expand-abbrev and
1695 blink parens.
1696
1697 * electric.el (electricity): New group.
1698 (electric-indent-chars): New var.
1699 (electric-indent-post-self-insert-function): New fun.
1700 (electric-indent-mode): New minor mode.
1701 (electric-pair-skip-self): New custom.
1702 (electric-pair-post-self-insert-function): New function.
1703 (electric-pair-mode): New minor mode.
1704
1705 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
1706 calcAlg-blink-matching-open.
1707 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
1708 (calc-do-alg-entry): Only touch the part of the keymap that varies.
1709 Use the new blink-matching-check-function.
1710
1711 Provide blink-matching support to SMIE.
1712 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
1713 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
1714 (smie-blink-matching-check, smie-blink-matching-open): New functions.
1715
1716 * simple.el (newline): Fix last change to properly remove itself from
1717 the hook.
1718
1719 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1720
1721 * simple.el (newline): Eliminate optimization.
1722 Use post-self-insert-hook to set hard-newline and things before
1723 running post-self-insert-hook.
1724 (blink-matching-check-mismatch): New function.
1725 (blink-matching-check-function): New variable.
1726 (blink-matching-open): Use them.
1727 Skip back forward over prefix chars skipped by forward-sexp.
1728 Don't check if the parens are backslash escaped.
1729 (blink-paren-post-self-insert-function): Check backslash escaping here.
1730
1731 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
1732
1733 * emacs-lisp/package.el (package-menu-mode-map):
1734 Change package-menu-revert bindings to revert-buffer.
1735 (package-menu-mode): Set revert-buffer-function.
1736 (package-menu-revert): Doc fix.
1737
1738 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
1739
1740 * textmodes/ispell.el (ispell-init-process): Use "~/" as
1741 `default-directory' unless using Ispell per-directory personal
1742 dictionaries and not in a mini-buffer under XEmacs.
1743 (kill-buffer-hook): Do not kill ispell process on exit when
1744 `ispell-process-directory' is "~/". (Bug#6143)
1745
1746 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1747
1748 * simple.el (kill-new): Call interprogram-cut-function with only
1749 one argument.
1750
1751 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
1752 Remove cut buffer from error message.
1753
1754 * term/x-win.el (x-select-text):
1755 * term/pc-win.el (x-selection-value):
1756 * term/ns-win.el (x-selection-value):
1757 * eshell/em-term.el:
1758 * w32-fns.el (x-get-selection-value):
1759 * mouse-sel.el (mouse-sel-set-selection-function):
1760 * frame.el (display-selections-p): Remove cut-buffer in documentation.
1761
1762 * term/x-win.el: Update documentation for x-last-selected-text-*.
1763 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
1764 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
1765 (x-select-text): Remove argument PUSH, update documentation. Remove
1766 cut-buffer code.
1767 (x-selection-value-internal): Was previously x-selection-value.
1768 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
1769 Update documentation, remove cut-buffer code. Call
1770 x-selection-value-internal.
1771 (x-clipboard-yank): Call x-selection-value-internal.
1772 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
1773
1774 * term/pc-win.el (x-last-selected-text):
1775 x-cut-buffer-or-selection-value renamed to x-selection-value
1776 (x-select-text): Remove argument PUSH, update documentation.
1777
1778 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
1779 x-cut-buffer-or-selection-value renamed to x-selection-value
1780 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
1781 (x-select-text): Remove argument PUSH, update documentation.
1782
1783 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
1784
1785 * w32-fns.el (x-last-selected-text):
1786 x-cut-buffer-or-selection-value renamed to x-selection-value.
1787 (x-cut-buffer-max): Remove.
1788 (x-select-text): Remove argument PUSH, update documentation.
1789
1790 * simple.el (interprogram-cut-function): Remove mention of PUSH.
1791
1792 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
1793
1794 * mouse-sel.el (mouse-sel-get-selection-function):
1795 x-cut-buffer-or-selection-value renamed to x-selection-value.
1796 (x-select-text): Remove optional push.
1797
1798 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1799
1800 * simple.el (blink-paren-function): Move from C to here.
1801 (blink-paren-post-self-insert-function): New function.
1802 (post-self-insert-hook): Use it.
1803
1804 * emacs-lisp/pcase.el (pcase-split-memq):
1805 Fix overenthusiastic optimisation.
1806 (pcase-u1): Handle the case of a lambda pred.
1807
1808 2010-08-31 Kenichi Handa <handa@m17n.org>
1809
1810 * international/mule-cmds.el (standard-display-european-internal):
1811 Setup standard-display-table for 8-bit characters by storing 8-bit
1812 characters in the element vector.
1813
1814 * disp-table.el (standard-display-8bit):
1815 Setup standard-display-table for 8-bit characters by storing 8-bit
1816 characters in the element vector.
1817 (standard-display-european): Likewise.
1818
1819 2010-08-31 Masatake YAMATO <yamato@redhat.com>
1820
1821 * textmodes/nroff-mode.el (nroff-view): New command.
1822 (nroff-mode-map): Bind it to C-c C-c.
1823
1824 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1825
1826 * emacs-lisp/smie.el (smie-down-list): New command.
1827
1828 Remove old indentation and navigation code on octave-mode.
1829 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
1830 smie-down-list rather than add a binding for octave-down-block.
1831 (octave-mark-block, octave-blink-matching-block-open):
1832 Rely on forward-sexp-function.
1833 (octave-fill-paragraph): Don't narrow, so you can use
1834 indent-according-to-mode.
1835 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
1836 (octave-in-block-p, octave-re-search-forward-kw)
1837 (octave-re-search-backward-kw, octave-indent-calculate)
1838 (octave-end-as-array-index-p, octave-block-end-offset)
1839 (octave-scan-blocks, octave-forward-block, octave-backward-block)
1840 (octave-down-block, octave-backward-up-block, octave-up-block)
1841 (octave-before-magic-comment-p, octave-indent-line): Remove.
1842
1843 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
1844
1845 * emacs-lisp/package.el (package--read-archive-file): Just use
1846 `read', to avoid copying an additional string.
1847 (package-menu-mode): Set header-line-format here.
1848 (package-menu-refresh, package-menu-revert): Signal an error if
1849 not in the Package Menu.
1850 (package-menu-package-list): New var.
1851 (package--generate-package-list): Operate on the current buffer;
1852 don't assume that it is *Packages*, since the user may rename it.
1853 Allow persistent package listings and sort keys using
1854 package-menu-package-list and package-menu-package-sort-key.
1855 (package-menu--version-predicate): Fix version calculation.
1856 (package-menu-sort-by-column): Don't select the window.
1857 (package--list-packages): Create the *Packages* buffer.
1858 Set package-menu-package-list-key.
1859 (list-packages): Sorting by status is now the default.
1860 (package-buffer-info): Use match-string-no-properties.
1861 (define-package): Add a &rest argument for future proofing, but
1862 don't use it yet.
1863 (package-install-from-buffer, package-install-buffer-internal):
1864 Merge into a single function, package-install-from-buffer.
1865 (package-install-file): Change caller.
1866
1867 * finder.el: Load finder-inf using `require'.
1868 (finder-list-matches): Sorting by status is now the default.
1869 (finder-compile-keywords): Simpify printing.
1870
1871 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1872
1873 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1874 (octave-mode-map): Remove special bindings for forward/backward-block
1875 and octave-backward-up-block. Use smie-close-block.
1876 (octave-continuation-marker-regexp): New var.
1877 (octave-continuation-regexp): Use it.
1878 (octave-operator-table, octave-smie-op-levels)
1879 (octave-operator-regexp, octave-smie-indent-rules): New vars.
1880 (octave-smie-backward-token, octave-smie-forward-token): New funs.
1881 (octave-mode): Use SMIE.
1882 (octave-close-block): Delete.
1883
1884 2010-08-30 Eli Zaretskii <eliz@gnu.org>
1885
1886 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
1887 CLIPBOARD, not in PRIMARY. (Bug#6944)
1888
1889 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1890
1891 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
1892 a list of parents.
1893 (smie-indent-column): Allow indirection through variables.
1894
1895 * composite.el (save-buffer-state): Delete, unused.
1896 * font-lock.el (save-buffer-state): Use with-silent-modifications.
1897 (font-lock-default-fontify-region): Use with-syntax-table.
1898 * jit-lock.el (with-buffer-unmodified): Remove.
1899 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
1900
1901 Use `declare' in defmacros.
1902 * window.el (save-selected-window):
1903 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
1904 * progmodes/python.el (def-python-skeleton):
1905 * net/dbus.el (dbus-ignore-errors):
1906 * jka-cmpr-hook.el (with-auto-compression-mode):
1907 * international/mule.el (with-category-table):
1908 * emacs-lisp/timer.el (with-timeout):
1909 * emacs-lisp/lisp-mnt.el (lm-with-file):
1910 * emacs-lisp/eieio.el (with-slots):
1911 * emacs-lisp/easymenu.el (easy-menu-define):
1912 * emacs-lisp/debug.el (debugger-env-macro):
1913 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
1914 (Multiple-value-call, Multiple-value-prog1):
1915 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
1916 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
1917 edebug rule to definition.
1918 * emacs-lisp/lisp-mode.el (save-selected-window)
1919 (with-current-buffer, combine-after-change-calls)
1920 (with-output-to-string, with-temp-file, with-temp-buffer)
1921 (with-temp-message, with-syntax-table, read-if, eval-after-load)
1922 (dolist, dotimes, when, unless):
1923 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
1924
1925 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
1926
1927 * finder.el: Require `package'.
1928 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
1929 (finder-package-info): Var deleted.
1930 (finder-keywords-hash, finder--builtins-alist): New vars.
1931 (finder-compile-keywords): Compute package--builtins and
1932 finder-keywords-hash instead of finder-keywords-hash, respecting
1933 the "Package" header.
1934 (finder-unknown-keywords, finder-list-matches):
1935 Use finder-keywords-hash and package--list-packages.
1936 (finder-mode): Don't set font-lock-defaults.
1937 (finder-exit): We don't use "*Finder-package*" and "*Finder
1938 Category*" buffers anymore.
1939
1940 * emacs-lisp/package.el (package--builtins-base): Var deleted.
1941 (package--builtins): Set default value to nil.
1942 (package-initialize): Load precomputed value of package--builtins
1943 from finder-inf.el.
1944 (package-alist, package-compute-transaction)
1945 (package-download-transaction): Improve docstring.
1946 (package-read-all-archive-contents): Do not change
1947 package--builtins here.
1948 (list-packages): Make package-list-packages an alias for this.
1949 Sort by status by default.
1950 (package--list-packages): Add optional PACKAGES arg.
1951 (describe-package-1): Use font-lock-face property. For built-in
1952 packages, insert file commentary.
1953 (package--generate-package-list): Rename from
1954 package-list-packages-internal; all callers changed. Add optional
1955 PACKAGES arg. Add alphabetical sort fallbacks.
1956 (package-menu--version-predicate, package-menu--status-predicate)
1957 (package-menu--description-predicate)
1958 (package-menu--name-predicate): New functions.
1959
1960 * info.el (Info-finder-find-node): Search package-alist instead of
1961 finder-package-info.
1962
1963 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
1964
1965 * subr.el (version-regexp-alist): Don't use "a" and "b" for
1966 "alpha" and "beta".
1967 (version-to-list): Handle versions like "10.3d".
1968
1969 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1970
1971 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
1972 (macroexp-accumulate): Use `declare'.
1973
1974 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1975
1976 * whitespace.el (whitespace-style): Adjust type declaration.
1977
1978 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1979
1980 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1981 empty argument to gvfs-copy.
1982
1983 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1984
1985 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1986 handle new TRASH arg of `delete-file'.
1987
1988 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1989
1990 * net/tramp.el (tramp-handle-insert-directory): Don't use
1991 `forward-word', its default syntax could be changed.
1992
1993 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1994 Michael Albinus <michael.albinus@gmx.de>
1995
1996 Implement compression for inline methods.
1997
1998 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1999 (tramp-copy-size-limit): Allow also nil.
2000 (tramp-inline-compress-commands): New defconst.
2001 (tramp-find-inline-compress, tramp-get-inline-compress)
2002 (tramp-get-inline-coding): New defuns.
2003 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2004 replaced by `tramp-get-inline-coding'.
2005 (tramp-handle-file-local-copy, tramp-handle-write-region)
2006 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2007
2008 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
2009
2010 Detect ssh 'ControlMaster' argument automatically in some cases.
2011
2012 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2013 (tramp-default-method): Use it.
2014
2015 2010-08-26 Karel Klíč <kklic@redhat.com>
2016
2017 * net/tramp.el (tramp-file-name-for-operation):
2018 Add file-selinux-context.
2019
2020 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
2021
2022 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
2023
2024 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2025
2026 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
2027 (Bug#6907).
2028
2029 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
2030
2031 * progmodes/js.el: Make indentation more customizable (Bug#6914).
2032 (js-paren-indent-offset, js-square-indent-offset)
2033 (js-curly-indent-offset): New options.
2034 (js--proper-indentation): Use them.
2035
2036 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
2037
2038 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
2039 instead of inspecting font-lock properties (Bug#6916).
2040
2041 2010-08-26 David Reitter <david.reitter@gmail.com>
2042
2043 * server.el (server-visit-files): Run pre-command-hook and
2044 post-command-hook for each buffer while it is current (Bug#6910).
2045 (server-execute): Do not run hooks here.
2046
2047 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
2048
2049 Sync with Tramp 2.1.19.
2050
2051 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2052 (tramp-reporter-dump-variable, tramp-load-report-modules)
2053 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
2054 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
2055
2056 * net/tramp-compat.el (top): Do not autoload
2057 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
2058 only when `start-file-process' is not bound.
2059 (byte-compile-not-obsolete-vars): Define if not bound.
2060 (tramp-compat-funcall): New defmacro.
2061 (tramp-compat-line-beginning-position)
2062 (tramp-compat-line-end-position)
2063 (tramp-compat-temporary-file-directory)
2064 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2065 (tramp-compat-copy-file, tramp-compat-copy-directory)
2066 (tramp-compat-delete-file, tramp-compat-delete-directory)
2067 (tramp-compat-number-sequence, tramp-compat-process-running-p):
2068 Use it.
2069 (tramp-advice-file-expand-wildcards): Do not use
2070 `tramp-handle-file-remote-p'.
2071 (tramp-compat-make-temp-file): Simplify fallback implementation.
2072 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2073 (tramp-compat-copy-tree): Remove function.
2074 (tramp-compat-delete-file): New defun.
2075 (tramp-compat-delete-directory): Provide implementation for older
2076 Emacsen.
2077 (tramp-compat-file-attributes): Handle only
2078 `wrong-number-of-arguments' error.
2079
2080 * net/tramp-fish.el (tramp-fish-handle-copy-file):
2081 Add PRESERVE_SELINUX_CONTEXT.
2082 (tramp-fish-handle-delete-file): Add TRASH arg.
2083 (tramp-fish-handle-directory-files-and-attributes):
2084 Do not use `tramp-fish-handle-file-attributes.
2085 (tramp-fish-handle-file-local-copy)
2086 (tramp-fish-handle-insert-file-contents)
2087 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
2088
2089 * net/tramp-gvfs.el (top): Require url-util.
2090 (tramp-gvfs-mount-point): Remove.
2091 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
2092 and `set-file-selinux-context'.
2093 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
2094 (tramp-gvfs-handle-file-selinux-context)
2095 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2096 (with-tramp-dbus-call-method): Format trace message.
2097 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2098 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
2099 Implement backup call, when operation on local files fails.
2100 Use progress reporter. Flush properties of changed files.
2101 (tramp-gvfs-handle-delete-file): Add TRASH arg. Use
2102 `tramp-compat-delete-file'.
2103 (tramp-gvfs-handle-expand-file-name): Expand "~/".
2104 (tramp-gvfs-handle-make-directory): Make more traces.
2105 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
2106 (tramp-gvfs-url-file-name): Hexify file name in url.
2107 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
2108 into account for the resulting file name.
2109 (tramp-gvfs-handler-askquestion): Preserve current message, in
2110 order to let progress reporter continue afterwards. (Bug#6257)
2111 Return dummy mountpoint, when the answer is "no".
2112 See `tramp-gvfs-maybe-open-connection'.
2113 (tramp-gvfs-handler-mounted-unmounted)
2114 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
2115 attribute "default_location". Set "prefix" property.
2116 Handle default-location.
2117 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
2118 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
2119 exists. Raise an error, if not (due to a corresponding answer
2120 "no" in interactive questions, for example).
2121 Use `tramp-compat-funcall'.
2122
2123 * net/tramp-imap.el (top): Autoload `epg-make-context'.
2124 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2125 (tramp-imap-do-copy-or-rename-file)
2126 (tramp-imap-handle-insert-file-contents)
2127 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2128 (tramp-imap-handle-delete-file): Add TRASH arg.
2129
2130 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2131 Add PRESERVE-SELINUX-CONTEXT.
2132 (tramp-smb-handle-copy-file)
2133 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2134 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2135 Use `with-progress-reporter'.
2136 (tramp-smb-handle-delete-file): Add TRASH arg.
2137
2138 * net/tramp.el (tramp-methods): Move hostname to the end in all
2139 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
2140 appropriate.
2141 (tramp-verbose): Describe verbose level 9.
2142 (tramp-completion-function-alist)
2143 (tramp-file-name-regexp, tramp-chunksize)
2144 (tramp-local-coding-commands, tramp-remote-coding-commands)
2145 (with-connection-property, tramp-completion-mode-p)
2146 (tramp-action-process-alive, tramp-action-out-of-band)
2147 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2148 (tramp-exists-file-name-handler): Fix docstring.
2149 (tramp-remote-process-environment): Use `format' instead of
2150 `concat'. Protect version string by apostroph.
2151 (tramp-shell-prompt-pattern): Do not use a shy group in case of
2152 XEmacs.
2153 (tramp-file-name-regexp-unified)
2154 (tramp-completion-file-name-regexp-unified): On W32 systems, do
2155 not regard the volume letter as remote filename. (Bug#5447)
2156 (tramp-perl-file-attributes)
2157 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2158 (tramp-vc-registered-read-file-names): Read input as
2159 here-document, otherwise the command could exceed maximum length
2160 of command line.
2161 (tramp-file-name-handler-alist): Add `file-selinux-context' and
2162 `set-file-selinux-context'.
2163 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
2164 backtrace functions.
2165 (tramp-error-with-buffer): Don't show the connection buffer when
2166 we are in completion mode.
2167 (tramp-progress-reporter-update, tramp-remote-selinux-p)
2168 (tramp-handle-file-selinux-context)
2169 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
2170 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
2171 New defuns.
2172 (with-progress-reporter): New defmacro.
2173 (tramp-debug-outline-regexp): New defconst.
2174 (top, tramp-rfn-eshadow-setup-minibuffer)
2175 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2176 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2177 (tramp-completion-mode-p, tramp-check-for-regexp)
2178 (tramp-open-connection-setup-interactive-shell)
2179 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2180 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2181 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
2182 Use `tramp-compat-funcall'.
2183 (tramp-handle-make-symbolic-link): Flush file properties.
2184 (tramp-handle-load, tramp-handle-file-local-copy)
2185 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2186 (tramp-handle-vc-registered, tramp-maybe-send-script)
2187 (tramp-find-shell): Use `with-progress-reporter'.
2188 (tramp-do-file-attributes-with-stat): Add space in format string,
2189 in order to work around a bug in pdksh. Reported by Gilles Pion
2190 <gpion@lfdj.com>.
2191 (tramp-handle-verify-visited-file-modtime): Do not send a command
2192 when the connection is not established.
2193 (tramp-handle-set-file-times): Simplify the check for utc.
2194 (tramp-handle-directory-files-and-attributes)
2195 (tramp-get-remote-path): Use `copy-tree'.
2196 (tramp-completion-handle-file-name-all-completions): Ensure, that
2197 non remote files are still checked. Oops.
2198 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2199 Handle PRESERVE-SELINUX-CONTEXT.
2200 (tramp-do-copy-or-rename-file): Add progress reporter.
2201 (tramp-do-copy-or-rename-file-directly): Do not use
2202 `tramp-handle-file-remote-p'.
2203 (tramp-do-copy-or-rename-file-out-of-band):
2204 Use `tramp-compat-delete-directory'.
2205 (tramp-do-copy-or-rename-file-out-of-band)
2206 (tramp-compute-multi-hops, tramp-maybe-open-connection):
2207 Use `format-spec-make'.
2208 (tramp-handle-delete-file): Add TRASH arg.
2209 (tramp-handle-dired-uncache): Flush directory cache, not only file
2210 cache.
2211 (tramp-handle-expand-file-name)
2212 (tramp-completion-handle-file-name-all-completions)
2213 (tramp-completion-handle-file-name-completion):
2214 Use `tramp-connectable-p'.
2215 (tramp-handle-start-file-process): Set connection property "vec".
2216 Use it, in order to invalidate file caches. Check only for
2217 `remote-tty' process property.
2218 Implement tty setting. (Bug#4604, Bug#6360)
2219 (tramp-file-name-for-operation): Add `call-process-region' and
2220 `set-file-selinux-context'.
2221 (tramp-find-foreign-file-name-handler)
2222 (tramp-advice-make-auto-save-file-name)
2223 (tramp-set-auto-save-file-modes): Remove superfluous check for
2224 `stringp'. This is done inside `tramp-tramp-file-p'.
2225 (tramp-file-name-handler): Trace 'quit. Catch the error for some
2226 operations when we are in completion mode. This gives the user
2227 the chance to correct the file name in the minibuffer.
2228 (tramp-completion-mode-p): Use `non-essential'.
2229 (tramp-handle-file-name-all-completions): Backward/ XEmacs
2230 compatibility: Use `completion-ignore-case' if
2231 `read-file-name-completion-ignore-case' does not exist.
2232 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
2233 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2234 `tramp-open-shell'.
2235 (tramp-action-password): Hide password prompt before next run.
2236 (tramp-process-actions): Widen connection buffer for the trace.
2237 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2238 process property. Trace stty settings if `tramp-verbose' >= 9.
2239 Apply workaround for IRIX64 bug. Move argument of last
2240 `tramp-send-command' where it belongs to.
2241 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2242 front of `login-args'.
2243 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
2244 on "/dev/null" instead of "/".
2245 (tramp-get-ls-command-with-dired): Make test for "--dired"
2246 stronger.
2247 (tramp-set-auto-save-file-modes): Adapt version check.
2248 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
2249 (tramp-handle-process-file): Call the program in a subshell, in
2250 order to preserve working directory.
2251 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
2252 `tramp-remote-sh' from `tramp-methods'.
2253 (tramp-get-ls-command): Make test for "--color=never" stronger.
2254 (tramp-check-for-regexp): Use (forward-line 1).
2255
2256 * net/trampver.el: Update release number.
2257
2258 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2259
2260 * help.el (help-map): Bind `C-h P' to describe-package.
2261
2262 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
2263
2264 * emacs-lisp/package.el (package-refresh-contents): Catch errors
2265 when downloading archives.
2266 (describe-package-1): Add package commentary.
2267 (package-install-button-action): New function.
2268 (package-menu-mode-map): Bind ? to package-menu-describe-package.
2269 (package-menu-view-commentary): Function removed.
2270 (package-list-packages-internal): Hide the `package' package too.
2271
2272 2010-08-25 Kenichi Handa <handa@m17n.org>
2273
2274 * language/misc-lang.el ("Arabic"): New language environment.
2275 Setup composition-function-table for Arabic characters.
2276
2277 * international/fontset.el (setup-default-fontset): Fix typo for
2278 arabic OTF spec (fini->fina).
2279
2280 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
2281
2282 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
2283 on all frames.
2284
2285 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2286
2287 * whitespace.el: Allow cleaning up blanks without blank
2288 visualization (Bug#6651). Adjust help window for
2289 whitespace-toggle-options (Bug#6479). Allow to use fill-column
2290 instead of whitespace-line-column (from EmacsWiki). New version
2291 13.1.
2292 (whitespace-style): Added new value 'face. Adjust docstring.
2293 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
2294 foreground property face.
2295 (whitespace-line-column): Adjust docstring and type declaration.
2296 (whitespace-style-value-list, whitespace-toggle-option-alist)
2297 (whitespace-help-text): Adjust const initialization.
2298 (whitespace-toggle-options, global-whitespace-toggle-options):
2299 Adjust docstring.
2300 (whitespace-display-window, whitespace-interactive-char)
2301 (whitespace-style-face-p, whitespace-color-on): Adjust code.
2302 (whitespace-help-scroll): New fun.
2303
2304 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2305
2306 * emacs-lisp/package.el (list-packages): Alias for
2307 package-list-packages.
2308
2309 2010-08-24 Kevin Ryde <user42@zip.com.au>
2310
2311 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
2312 (Bug#5651).
2313
2314 * progmodes/ruby-mode.el (ruby): Add defgroup.
2315
2316 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2317
2318 * progmodes/python.el: Add Ipython support (Bug#5390).
2319 (python-shell-prompt-alist)
2320 (python-shell-continuation-prompt-alist): New options.
2321 (python--set-prompt-regexp): New function.
2322 (inferior-python-mode, run-python, python-shell): Require
2323 ansi-color. Use python--set-prompt-regexp to set the comint
2324 prompt based on the Python interpreter.
2325 (python--prompt-regexp): New var.
2326 (python-check-comint-prompt)
2327 (python-comint-output-filter-function): Use it.
2328 (run-python): Use a pipe (Bug#5694).
2329
2330 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
2331
2332 * progmodes/python.el (python-send-region): Send a different
2333 Python command if Ipython is in use.
2334 (python-check-version): Use a Python command to find the version.
2335
2336 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2337
2338 * mouse.el (mouse-yank-primary): Avoid setting primary when
2339 deactivating the mark (Bug#6872).
2340
2341 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
2342
2343 * progmodes/python.el (python-block-pairs): Allow use of "finally"
2344 with "else" (Bug#3991).
2345
2346 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
2347
2348 * net/dbus.el: Accept UNIX domain sockets as bus address.
2349 (top): Don't initialize `dbus-registered-objects-table' anymore,
2350 this is done in dbusbind,c.
2351 (dbus-check-event): Adapt test for bus.
2352 (dbus-return-values-table, dbus-unregister-service)
2353 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
2354 Adapt doc string.
2355
2356 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
2357
2358 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
2359
2360 2010-08-22 Juri Linkov <juri@jurta.org>
2361
2362 * simple.el (read-extended-command): New function with the logic
2363 for `completing-read' moved to Elisp from `execute-extended-command'.
2364 Use `function-called-at-point' in `minibuffer-default-add-function'
2365 to get a command name for M-n (bug#5364, bug#5214).
2366
2367 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2368
2369 * startup.el (command-line-1): Issue warning for ignored arguments
2370 --unibyte, etc (Bug#6886).
2371
2372 2010-08-22 Leo <sdl.web@gmail.com>
2373
2374 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
2375 (ignore, bright, dim, keyword): Split list of nicknames before
2376 passing to rcirc-add-or-remove (Bug#6894).
2377
2378 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2379
2380 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2381
2382 2010-08-22 Leo <sdl.web@gmail.com>
2383
2384 Fix buffer-list rename&refresh after killing a buffer in ido.
2385 * ido.el: Revert Óscar's.
2386 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
2387 Remember the buffers at head, rather than their name.
2388 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
2389
2390 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
2391 Stefan Monnier <monnier@iro.umontreal.ca>
2392
2393 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2394 extra backslash added to each line (bug#6890).
2395
2396 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2397
2398 * subr.el (read-key): Don't echo keystrokes (bug#6883).
2399
2400 2010-08-22 Glenn Morris <rgm@gnu.org>
2401
2402 * menu-bar.el (menu-bar-games-menu): Add landmark.
2403
2404 2010-08-22 Glenn Morris <rgm@gnu.org>
2405
2406 * align.el (align-regexp): Make group and spacing arguments
2407 use the interactive defaults when non-interactive. (Bug#6698)
2408
2409 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
2410 expansion, so as not to need sendmail.
2411 (mail-text-start): Remove declaration.
2412 (rmail-retry-failure): Require sendmail.
2413
2414 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2415
2416 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2417
2418 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
2419
2420 * progmodes/flymake.el (flymake-start-syntax-check-process):
2421 Use `start-file-process' in order to let it run also on remote hosts.
2422
2423 2010-08-22 Kenichi Handa <handa@m17n.org>
2424
2425 * files.el: Add `word-wrap' as safe local variable.
2426
2427 2010-08-22 Glenn Morris <rgm@gnu.org>
2428
2429 * woman.el (woman-translate): Case matters. (Bug#6849)
2430
2431 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2432
2433 * simple.el (kill-region): Doc fix (Bug#6787).
2434
2435 2010-08-22 Glenn Morris <rgm@gnu.org>
2436
2437 * calendar/diary-lib.el (diary-header-line-format):
2438 Fit it to the window, not the frame.
2439
2440 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
2441
2442 * subr.el (ignore-errors): Add debug declaration.
2443
2444 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
2445
2446 * whitespace.el (whitespace-color-off): Remove post-command-hook
2447 locally.
2448
2449 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2450
2451 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
2452
2453 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
2454
2455 * cus-edit.el (custom-group-value-create): Add extra newline
2456 before end line (Bug#6876).
2457
2458 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
2459
2460 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
2461 when extending it. Before killing on the second click, check if
2462 the buffer is the correct one. Doc fix.
2463 (mouse-secondary-save-then-kill): Allow usage without first
2464 calling mouse-start-secondary, by defaulting to point. Don't save
2465 an empty secondary selection. Doc fix.
2466
2467 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2468
2469 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
2470 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
2471 New version 13.0.
2472 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2473 Adjust initialization.
2474 (whitespace-bob-marker, whitespace-eob-marker)
2475 (whitespace-buffer-changed): New vars.
2476 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2477 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2478 (whitespace-post-command-hook, whitespace-display-char-on):
2479 Adjust code.
2480 (whitespace-looking-back, whitespace-buffer-changed): New funs.
2481 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
2482
2483 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2484
2485 * files.el (locate-file-completion-table): Only list the .el and .elc
2486 extensions if there's no other choice (bug#5955).
2487
2488 * facemenu.el (facemenu-self-insert-data): New var.
2489 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
2490 New functions.
2491 (facemenu-add-face): Use them.
2492
2493 * simple.el (blink-matching-open): Obey forward-sexp-function.
2494
2495 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
2496
2497 * simple.el (prog-mode-map): New var.
2498 (prog-indent-sexp): New command.
2499
2500 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
2501
2502 * progmodes/prolog.el (smie): Require.
2503
2504 * emacs-lisp/smie.el (smie-default-backward-token)
2505 (smie-default-forward-token): Strip properties.
2506 (smie-next-sexp): Be more careful with associative operators.
2507 (smie-forward-sexp-command): Generalize.
2508 (smie-backward-sexp-command): Simplify.
2509 (smie-closer-alist): New var.
2510 (smie-close-block): New command.
2511 (smie-indent-debug-log): New var.
2512 (smie-indent-offset-rule): Add a few more cases.
2513 (smie-indent-column): New function.
2514 (smie-indent-after-keyword): Use it.
2515 (smie-indent-keyword): Use it.
2516 Fix up the opener code's point position.
2517 (smie-indent-comment): Only applies at BOL.
2518 (smie-indent-debug): New command.
2519
2520 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
2521 declarations that are useful before running the macro.
2522
2523 2010-08-18 Joakim Verona <joakim@verona.se>
2524
2525 * image.el (imagemagick-types-inhibit): New variable.
2526 (imagemagick-register-types): New function.
2527 * image-mode.el (image-transform-properties): New function.
2528 (image-transform-set-scale, image-transform-fit-to-height)
2529 (image-transform-set-rotation, image-transform-set-resize)
2530 (image-transform-fit-to-width, image-transform-fit-to-height):
2531 New functions.
2532 (image-toggle-display-image): Support image transforms.
2533
2534 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
2535
2536 * image.el (create-animated-image): Don't add heuristic mask to image
2537 (Bug#6839).
2538
2539 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
2540
2541 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
2542 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
2543
2544 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
2545
2546 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
2547
2548 Font-lock '...' strings, plus various simplifications and fixes.
2549 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2550 (octave-font-lock-close-quotes): New function.
2551 (octave-font-lock-syntactic-keywords): New var.
2552 (octave-mode): Use it. Set beginning-of-defun-function.
2553 (octave-mode-map): Don't override the <foo>-defun commands.
2554 (octave-mode-menu): Pass it directly to easy-menu-define;
2555 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
2556 (octave-block-match-alist): Fix up last change so that
2557 octave-close-block uses the more specific keyword.
2558 (info-lookup-mode): Silence byte-compiler.
2559 (octave-beginning-of-defun): Not interactive any more.
2560 Optimize slightly.
2561 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
2562 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
2563 (octave-completion-at-point-function): Make sure point is within
2564 beg..end.
2565 (octave-reindent-then-newline-and-indent):
2566 Use reindent-then-newline-and-indent.
2567 (octave-add-octave-menu): Remove.
2568
2569 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
2570
2571 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
2572 (report-emacs-bug-can-use-xdg-email): New functions.
2573 (report-emacs-bug): Set can-xdg-email to result of
2574 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
2575 \C-cm to report-emacs-bug-insert-to-mailer and add help text
2576 about it.
2577
2578 * net/browse-url.el (browse-url-default-browser): Add cond
2579 for browse-url-xdg-open.
2580 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
2581
2582 2010-08-17 Glenn Morris <rgm@gnu.org>
2583
2584 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
2585 (c-fontify-recorded-types-and-refs): Define for compiler.
2586 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
2587 before use.
2588
2589 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
2590 Fix format call.
2591
2592 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
2593
2594 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
2595 properties.
2596 (tramp-handle-process-file): Call the program in a subshell, in
2597 order to preserve working directory.
2598 (tramp-action-password): Hide password prompt before next run.
2599 (tramp-process-actions): Widen connection buffer for the trace.
2600
2601 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2602
2603 * net/rcirc.el (rcirc-log-process-buffers): New option.
2604 (rcirc-print): Use it.
2605 (rcirc-generate-log-filename): New function.
2606 (rcirc-log-filename-function): Change default to
2607 rcirc-generate-log-filename (Bug#6828).
2608
2609 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
2610
2611 * simple.el (deactivate-mark): If select-active-regions is `only',
2612 only set selection for temporarily active regions.
2613
2614 * cus-start.el: Change defcustom for select-active-regions.
2615
2616 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
2617
2618 * mouse.el (mouse--drag-set-mark-and-point): New function.
2619 (mouse-drag-track): Use LOCATION arg to push-mark.
2620 Use mouse--drag-set-mark-and-point to take click-count into
2621 consideration when updating point and mark (Bug#6840).
2622
2623 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
2624
2625 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2626 Give the Ruby rule a lower priority than Gnu (Bug#6778).
2627
2628 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
2629
2630 * font-lock.el (lisp-font-lock-keywords-2):
2631 Add combine-after-change-calls, condition-case-no-debug,
2632 with-demoted-errors, and with-silent-modifications (Bug#6025).
2633
2634 2010-08-14 Kevin Ryde <user42@zip.com.au>
2635
2636 * emacs-lisp/copyright.el (copyright-update-year)
2637 (copyright-update): Temporary switch-to-buffer to ensure the
2638 buffer change being queried is visible (Bug#5394).
2639
2640 2010-08-14 Tom Tromey <tromey@redhat.com>
2641
2642 * progmodes/etags.el (tags-file-name): Mark safe if stringp
2643 (Bug#6733).
2644
2645 2010-08-14 Eli Zaretskii <eliz@gnu.org>
2646
2647 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
2648 MS-DOS. (Bug#6689)
2649
2650 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
2651
2652 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
2653 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2654 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2655 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
2656 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
2657 Call menu-bar-set-tool-bar-position.
2658
2659 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2660
2661 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
2662 comment style (bug#6834).
2663 * progmodes/scheme.el (scheme-mode-syntax-table):
2664 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
2665 "b" flag in "' 14b" syntax.
2666
2667 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
2668 for (un)commenting the region and performing completion.
2669 (octave-mode-menu): Use standard commands for help and completion.
2670 (octave-mode-syntax-table): Support %{..%} comments (sort of).
2671 (octave-mode): Use define-derived-mode.
2672 Set completion-at-point-functions and don't set columns.
2673 Don't disable adaptive-fill-regexp.
2674 (octave-describe-major-mode, octave-comment-region)
2675 (octave-uncomment-region, octave-comment-indent)
2676 (octave-indent-for-comment): Remove.
2677 (octave-indent-calculate): Rename from calculate-octave-indent.
2678 (octave-indent-line, octave-fill-paragraph): Update caller.
2679 (octave-initialize-completions): No need to make an alist.
2680 (octave-completion-at-point-function): New function.
2681 (octave-complete-symbol): Use it.
2682 (octave-insert-defun): Use define-skeleton.
2683
2684 * progmodes/octave-mod.el (octave-mode): Set comment-add.
2685 (octave-mode-map): Use comment-dwim (bug#6829).
2686
2687 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
2688
2689 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
2690 indentation of inserted comment.
2691
2692 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
2693
2694 * faces.el (region): Add type gtk that uses gtk colors.
2695
2696 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
2697 Handle theme-name change.
2698
2699 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
2700
2701 * progmodes/sql.el: Version 2.5
2702 (sql-product-alist): Add :prompt-cont-regexp property for several
2703 database products.
2704 (sql-prompt-cont-regexp): New variable.
2705 (sql-output-newline-count, sql-output-by-send):
2706 New variables. Record number of newlines in input text.
2707 (sql-send-string): Handle multiple filters and count newlines.
2708 (sql-send-magic-terminator): Count terminator newline.
2709 (sql-interactive-remove-continuation-prompt): Filters output to
2710 remove continuation prompts; one for each newline.
2711 (sql-interactive-mode): Set up new variables, prompt regexp and
2712 output filter.
2713 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
2714 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
2715
2716 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2717
2718 * emacs-lisp/pcase.el: New file.
2719
2720 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
2721
2722 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
2723 as here-document, otherwise the command could exceed maximum
2724 length of command line.
2725 (tramp-handle-vc-registered): Call script accordingly.
2726 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
2727
2728 2010-08-10 Kenichi Handa <handa@m17n.org>
2729
2730 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
2731 composable pattern.
2732
2733 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
2734
2735 * emacs-lisp/package.el (package-version-split)
2736 (package--version-first-nonzero, package-version-compare):
2737 Functions removed.
2738 (package-directory-list, package-load-all-descriptors)
2739 (package--built-in, package-activate, define-package)
2740 (package-installed-p, package-compute-transaction)
2741 (package-read-all-archive-contents)
2742 (package--add-to-archive-contents, package-buffer-info)
2743 (package-tar-file-info, package-list-packages-internal):
2744 Use version-to-list and version-list-*.
2745
2746 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2747 Use version-to-list.
2748 (package-upload-buffer-internal): Use version-list-<=.
2749
2750 2010-08-09 Kenichi Handa <handa@m17n.org>
2751
2752 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
2753 composable pattern.
2754
2755 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
2756
2757 * tutorial.el (tutorial--default-keys): C-d is now bound to
2758 delete-forward-char (Bug#6826).
2759
2760 * mouse.el (mouse-drag-track): Remove accidentally-removed check
2761 for `double' value of mouse-1-click-follows-link (Bug#6807).
2762
2763 2010-08-08 Johan Bockgård <bojohan@gnu.org>
2764
2765 * replace.el (replace-highlight): Bind isearch-forward and
2766 isearch-error, ensuring that highlighting is updated if the user
2767 switches the search direction (Bug#6808).
2768
2769 * isearch.el (isearch-lazy-highlight-forward): New var.
2770 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2771 (isearch-lazy-highlight-update): Use it.
2772
2773 2010-08-08 Kenichi Handa <handa@m17n.org>
2774
2775 * international/mule.el (define-charset): Store NAME as :base property.
2776 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
2777 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2778 current priority. Force using the designation of the specific
2779 charset by adding `charset' text property. Improve the whole algorithm.
2780
2781 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2782
2783 * emulation/pc-select.el (pc-selection-mode-hook)
2784 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2785 (pc-selection-mode): Fix typos in docstrings.
2786
2787 2010-08-08 Kenichi Handa <handa@m17n.org>
2788
2789 * language/cyrillic.el: Don't add "microsoft-cp1251" to
2790 ctext-non-standard-encodings-alist here.
2791
2792 * international/mule.el (ctext-non-standard-encodings-alist):
2793 Add "koi8-r" and "microsoft-cp1251".
2794 (ctext-standard-encodings): New variable.
2795 (ctext-non-standard-encodings-table): List only elements for
2796 non-standard encodings.
2797 (ctext-pre-write-conversion): Adjust for the above change.
2798 Check ctext-standard-encodings.
2799
2800 * international/mule-conf.el (compound-text): Doc fix.
2801 (ctext-no-compositions): Doc fix.
2802 (compound-text-with-extensions): Doc fix.
2803
2804 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2805
2806 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2807
2808 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2809
2810 * progmodes/which-func.el (which-func-format): Split help-echo text
2811 into lines, like other mode-line tooltips.
2812
2813 * server.el (server-start): When using TCP sockets, force IPv4
2814 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
2815
2816 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2817
2818 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2819
2820 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2821
2822 * term.el (term-delimiter-argument-list): Reflow docstring.
2823 (term-read-input-ring, term-write-input-ring, term-send-input)
2824 (term-bol, term-erase-in-display, serial-supported-or-barf):
2825 Fix typos in docstrings.
2826
2827 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2828
2829 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2830
2831 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2832
2833 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2834
2835 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
2836
2837 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2838 Fix typo in docstring (bug#6747).
2839
2840 2010-08-08 Leo <sdl.web@gmail.com>
2841
2842 * eshell/esh-io.el (eshell-get-target): Better detection of
2843 read-only file (Bug#6762).
2844
2845 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2846
2847 * align.el (align-default-spacing): Doc fix.
2848 (align-region-heuristic, align-regexp): Fix typos in docstrings.
2849
2850 2010-08-08 Stephen Peters <speters@itasoftware.com>
2851
2852 * calendar/icalendar.el
2853 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
2854 (icalendar--get-weekday-numbers): New.
2855 (icalendar--convert-recurring-to-diary): Handle multiple byday
2856 values in weekly rules. (Bug#6766)
2857
2858 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
2859
2860 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
2861 (icalendar--create-uid, icalendar-export-region)
2862 (icalendar--parse-summary-and-rest): Code formatting.
2863
2864 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2865
2866 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
2867 to italicize headers.
2868 (calc-highlight-selections-with-faces): New variable.
2869 (calc-selected-face, calc-nonselected-face): New faces.
2870
2871 * calc/calccomp.el (math-comp-highlight-string): Use
2872 `calc-highlight-selections-with-faces' to determine how to highlight
2873 sub-formulas.
2874
2875 * calc/calc-sel.el (calc-show-selections): Change message to when
2876 using faces to highlight selections.
2877
2878 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
2879
2880 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
2881 Add SQLite 3 keywords, functions and datatypes.
2882 (sql-interactive-mode): Remove `comint-process-echoes' set to t
2883 (Bug#6686).
2884
2885 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
2886
2887 * simple.el (select-active-regions): Move to keyboard.c.
2888 (deactivate-mark): Used saved-region-selection.
2889 (select-active-region): Function removed.
2890 (activate-mark, set-mark, push-mark-command)
2891 (handle-shift-selection): Don't call it.
2892 (keyboard-quit): Avoid adding the region to the window selection.
2893
2894 * mouse.el (mouse-drag-track): Remove hacks to deal with old
2895 select-active-regions implementation.
2896 (mouse-yank-at-click): Doc fix.
2897
2898 * cus-start.el: Add custom declaration for select-active-regions.
2899
2900 2010-08-07 Eli Zaretskii <eliz@gnu.org>
2901
2902 * simple.el (delete-forward-char): Doc fix.
2903
2904 * tutorial.el (help-with-tutorial): Hack safe file-local variables
2905 after reading the tutorial.
2906
2907 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
2908
2909 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
2910 for the case that a C style comment has its delimiters alone on
2911 their respective lines.
2912
2913 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
2914
2915 * net/tramp.el (tramp-handle-start-file-process): Set connection
2916 property "vec".
2917 (tramp-process-sentinel): Use it for flushing the cache. We
2918 cannot do it via the process buffer, the buffer could be deleted
2919 already when running the sentinel.
2920
2921 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
2922
2923 * comint.el (comint-mode): Make directory tracking functions
2924 functional on remote files. (Bug#6764)
2925
2926 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2927
2928 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
2929
2930 2010-08-05 Eli Zaretskii <eliz@gnu.org>
2931
2932 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
2933 unexec.c => unexcoff.c.
2934
2935 * emacs-lisp/authors.el (authors-fixed-entries): Rename
2936 unexec.c => unexcoff.c.
2937
2938 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
2939
2940 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
2941 cache, not only file cache.
2942 (tramp-process-sentinel): New defun.
2943 (tramp-handle-start-file-process): Use it, in order to invalidate
2944 file caches.
2945
2946 2010-08-03 Leo <sdl.web@gmail.com>
2947
2948 * server.el (server-start): Simplify loop.
2949
2950 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2951
2952 * frame.el (screen-height, screen-width, set-screen-width)
2953 (set-screen-height): Remove ancient compatibility aliases.
2954
2955 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
2956 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
2957
2958 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
2959 that change current buffer.
2960
2961 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2962
2963 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
2964 beginning of the string. Use `string-match-p'. (Bug#6765)
2965
2966 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
2967
2968 * cus-start.el (x-gtk-use-system-tooltips): New variable.
2969
2970 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
2971
2972 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
2973 (package--builtins): Tweak descriptions.
2974 (package-print-package): Upcase descriptions if necessary.
2975 Show all built-in packages in font-lock-builtin-face.
2976 (package-list-packages-internal): Omit "emacs" package.
2977 Show status of built-in packages as "built-in".
2978
2979 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
2980
2981 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
2982 before killing to preserve the primary selection (Bug#6701).
2983
2984 * term/x-win.el (x-select-text): Doc fix.
2985
2986 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
2987
2988 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
2989 The following functions were modified or created:
2990
2991 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
2992 (objc-font-lock-extra-types):
2993 * progmodes/cc-mode.el (c-basic-common-init):
2994 * progmodes/cc-langs.el (c-make-mode-syntax-table)
2995 (c++-make-template-syntax-table)
2996 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
2997 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
2998 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
2999 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
3000 * progmodes/cc-fonts.el (c-make-inverse-face)
3001 (c-basic-matchers-after):
3002 * progmodes/cc-engine.el (c-forward-keyword-clause)
3003 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
3004 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
3005 (c-guess-continued-construct, c-guess-basic-syntax):
3006
3007 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
3008
3009 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
3010
3011 2010-07-31 Eli Zaretskii <eliz@gnu.org>
3012
3013 * files.el (bidi-paragraph-direction): Define safe local values.
3014
3015 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
3016 language-info-alist. Remove outdated FIXME in a comment.
3017
3018 2010-07-31 Alan Mackenzie <acm@muc.de>
3019
3020 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
3021 Auto-fill broken in C/C++ modes.
3022
3023 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3024
3025 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
3026 (menu-bar-showhide-tool-bar-menu-customize-disable)
3027 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
3028 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
3029 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
3030 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
3031 make a menu for Options => toolbar that can move it.
3032
3033 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
3034
3035 * emacs-lisp/package-x.el (package--make-rss-entry):
3036 (package-maint-add-news-item, package--update-news)
3037 (package-upload-buffer-internal): New arg ARCHIVE-URL.
3038
3039 * emacs-lisp/package.el (package-archive-url): Rename from
3040 package-archive-id.
3041 (package-install): Doc fix.
3042 (package-download-single, package-download-tar, package-install)
3043 (package-menu-view-commentary): Callers changed.
3044
3045 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
3046
3047 * net/tramp.el (tramp-handle-start-file-process): Check only for
3048 `remote-tty' process property.
3049 (tramp-open-shell): Don't check for tty.
3050 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
3051 process property.
3052
3053 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
3054 host.
3055
3056 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
3057
3058 * emacs-lisp/package.el (package-load-list, package-archives)
3059 (package-archive-contents, package-user-dir)
3060 (package-directory-list, package--builtins, package-alist)
3061 (package-activated-list, package-obsolete-alist): Mark as risky.
3062
3063 2010-07-28 Phil Hagelberg <phil@evri.com>
3064
3065 Add support for non-default package repositories.
3066 * emacs-lisp/package.el (package-archive-base): Var deleted.
3067 (package-archives): New variable.
3068 (package-archive-contents): Doc fix.
3069 (package-load-descriptor): Do nothing if descriptor file is missing.
3070 (package--write-file-no-coding): New function.
3071 (package-unpack-single): Use it.
3072 (package-archive-id): New function.
3073 (package-download-single, package-download-tar)
3074 (package-menu-view-commentary): Use it.
3075 (package-installed-p): Make second argument optional.
3076 (package-read-all-archive-contents): New function.
3077 (package-initialize): Use it.
3078 (package-read-archive-contents): Add ARCHIVE argument.
3079 (package--add-to-archive-contents): New function.
3080 (package-install): Don't call package-read-archive-contents.
3081 (package--download-one-archive): Store archive file in a
3082 subdirectory of package-user-dir.
3083 (package-menu-execute): Remove spurious line movement.
3084
3085 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
3086
3087 * cus-start.el (tool-bar-style): Add text-image-horiz.
3088
3089 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
3090
3091 * progmodes/gud.el (gud-common-init): Check for remoteness of
3092 `file', and not of `default-directory'.
3093
3094 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
3095
3096 * net/tramp.el (tramp-methods): Move hostname to the end in all
3097 ssh `tramp-login-args'.
3098 (tramp-verbose): Describe verbose level 9.
3099 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
3100 (tramp-open-connection-setup-interactive-shell): Trace stty
3101 settings if `tramp-verbose' >= 9.
3102 (tramp-handle-start-file-process): Implement tty setting.
3103 (Bug#4604, Bug#6360)
3104
3105 * net/tramp-cmds.el (tramp-bug): Recommend setting of
3106 `tramp-verbose' to 9.
3107
3108 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
3109
3110 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
3111 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
3112 Remove references to package `lisp-re' (bug#4369).
3113
3114 2010-07-27 Tom Tromey <tromey@redhat.com>
3115
3116 * progmodes/js.el (js-mode):
3117 * progmodes/make-mode.el (makefile-mode):
3118 * progmodes/simula.el (simula-mode):
3119 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
3120
3121 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
3122
3123 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
3124
3125 * time.el (display-time-day-and-date): Remove spurious * in docstring.
3126 (display-time-world-buffer-name, display-time-world-mode-map):
3127 Fix typos in docstrings.
3128
3129 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
3130
3131 * image-mode.el (image-display-size): New function.
3132 (image-forward-hscroll, image-next-line, image-eol, image-eob)
3133 (image-mode-fit-frame): Use it (Bug#6639).
3134
3135 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
3136
3137 * dired.el (dired-buffers-for-dir): Handle list values of
3138 dired-directory (Bug#6636).
3139
3140 2010-07-26 Sam Steingold <sds@gnu.org>
3141
3142 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
3143 Do not call `x-get-selection' the second time, reuse the value.
3144
3145 2010-07-26 Daiki Ueno <ueno@unixuser.org>
3146
3147 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
3148 which consist of control chars only. Suggested by Richard Stallman.
3149
3150 2010-07-25 Daiki Ueno <ueno@unixuser.org>
3151
3152 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
3153 exists before passing an error to find-file-not-found-functions
3154 (bug#6723).
3155
3156 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
3157
3158 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
3159 Remove leading nil element, adjust values.
3160 (tetris-shapes, tetris-shape-scores):
3161 Change representation of shapes and remove some redundancy.
3162 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
3163 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
3164 Adjust for working with new representation of shapes.
3165 (tetris-shape-rotations): New function.
3166 (tetris-move-bottom, tetris-move-left, tetris-move-right)
3167 (tetris-rotate-prev, tetris-rotate-next):
3168 Adjust for working with the new version of tetris-test-shape.
3169
3170 2010-07-23 Markus Triska <markus.triska@gmx.at>
3171
3172 * progmodes/ps-mode.el: Use comint (bug#5954).
3173 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
3174 (ps-mode-other-newline): Simplify.
3175 (ps-run-mode): Derive from comint-mode instead of
3176 fundamental-mode, yielding input history etc.
3177 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
3178 (ps-run-send-string): Adapt for comint-mode.
3179 (ps-run-newline): Remove now unneeded function.
3180
3181 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3182
3183 * net/tramp.el (tramp-methods): Move hostname to the end in all
3184 plink `tramp-login-args'.
3185
3186 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3187
3188 * net/tramp.el (tramp-open-shell): New defun.
3189 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3190 Use it.
3191
3192 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3193
3194 * net/tramp.el (tramp-file-name-regexp-unified)
3195 (tramp-completion-file-name-regexp-unified): On W32 systems, do
3196 not regard the volume letter as remote filename. (Bug#5447)
3197
3198 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
3199
3200 * custom.el (custom-declare-variable): Give a clearer error message
3201 when the docstring is missing (bug#6476).
3202
3203 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
3204
3205 * progmodes/sql.el: Version 2.4. Improved Login prompting.
3206 (sql-login-params): New widget definition.
3207 (sql-oracle-login-params, sql-mysql-login-params)
3208 (sql-solid-login-params, sql-sybase-login-params)
3209 (sql-informix-login-params, sql-ingres-login-params)
3210 (sql-ms-login-params, sql-postgres-login-params)
3211 (sql-interbase-login-params, sql-db2-login-params)
3212 (sql-linter-login-params): Use it.
3213 (sql-sqlite-login-params): Use it; Define "database" parameter as
3214 a file name.
3215 (sql-sqlite-program): Change to "sqlite3".
3216 (sql-comint-sqlite): Make sure database name is complete.
3217 (sql-for-each-login): New function.
3218 (sql-connect, sql-save-connection): Use it.
3219 (sql-get-login-ext): New function.
3220 (sql-get-login): Use it.
3221 (sql-make-alternate-buffer-name): Handle :file parameters.
3222
3223 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
3224
3225 * dired.el (dired-no-confirm): Document value t and fix defcustom to
3226 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
3227
3228 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3229
3230 * dired.el (dired-mode-map): Use command remapping (bug#6632).
3231
3232 2010-07-22 Lawrence Mitchell <wence@gmx.li>
3233
3234 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
3235
3236 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
3237
3238 * net/tramp.el (tramp-get-ls-command)
3239 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
3240 instead of "/".
3241
3242 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
3243
3244 * progmodes/sql.el: Version 2.3.
3245 (sql-connection-alist): Changed keys from symbols to strings;
3246 enhanced the widget definition.
3247 (sql-mode-menu): Added submenu to select connections.
3248 (sql-interactive-mode-menu): Added "Save Connection" item.
3249 (sql-add-product): Fixed menu item.
3250 (sql-get-product-feature): Improved error handling.
3251 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
3252 (sql-make-alternate-buffer-name): Simplified.
3253 (sql-product-interactive): Handle missing product.
3254 (sql-connect): Support string keys, minor improvements.
3255 (sql-save-connection): New function.
3256 (sql-connection-menu-filter): New function.
3257
3258 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
3259
3260 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
3261 (tramp-open-connection-setup-interactive-shell): Apply
3262 workaround for IRIX64 bug. Move argument of last
3263 `tramp-send-command' where it belongs to.
3264
3265 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
3266
3267 * net/tramp.el (tramp-perl-file-attributes)
3268 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
3269 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
3270 front of `login-args'.
3271
3272 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
3273
3274 * time.el (display-time-world-mode): Define with `define-derived-mode'.
3275 Set `show-trailing-whitespace' to nil.
3276 (display-time-world-display): Simplify.
3277
3278 2010-07-18 Alan Mackenzie <acm@muc.de>
3279
3280 Enhance `c-file-style' in file/directory local variables.
3281 * progmodes/cc-mode.el (c-count-cfss): New function.
3282 (c-before-hack-hook): Call `c-set-style' differently according to
3283 whether c-file-style was set in file or directory local
3284 variables.
3285
3286 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
3287
3288 * progmodes/sql.el: Version 2.2.
3289 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
3290 defcustom :safe keyword rather than putting safe-local-variable
3291 property.
3292 (sql-password): Use defcustom :risky keyword rather than putting
3293 risky-local-variable property.
3294 (sql-oracle-login-params, sql-sqlite-login-params)
3295 (sql-solid-login-params, sql-sybase-login-params)
3296 (sql-informix-login-params, sql-ingres-login-params)
3297 (sql-ms-login-params, sql-postgres-login-params)
3298 (sql-interbase-login-params, sql-db2-login-params)
3299 (sql-linter-login-params): Add `port' option.
3300 (sql-get-product-feature): Added NO-INDIRECT parameter.
3301 (sql-comint-oracle, sql-comint-sybase)
3302 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
3303 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
3304 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
3305 (sql-comint-linter): Renamed sql-connect-* functions to
3306 sql-comint-*.
3307 (sql-product-alist, sql-mode-menu): Renamed as above and
3308 :sqli-connect-func to :sqli-comint-func.
3309 (sql-connection): New variable.
3310 (sql-interactive-mode): Set it.
3311 (sql-connection-alist): New variable.
3312 (sql-connect): New function.
3313 (sql--alt-buffer-part, sql--alt-if-not-empty)
3314 (sql-make-alternate-buffer-name): Improved alternative buffer name.
3315
3316 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3317
3318 * image-mode.el (image-bookmark-make-record): Do not set context
3319 in an image (Bug#6650).
3320
3321 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
3322
3323 * simple.el (select-active-region): New function.
3324 (push-mark-command, set-mark, activate-mark)
3325 (handle-shift-selection): Use it.
3326 (deactivate-mark): Don't check for size of region.
3327
3328 * mouse.el (mouse-drag-track): Use select-active-region.
3329
3330 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
3331
3332 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
3333 "--dired" stronger.
3334
3335 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
3336
3337 * term/x-win.el (x-select-enable-primary): Change default to nil.
3338 (x-select-enable-clipboard): Add :version keyword.
3339
3340 * mouse.el (mouse-drag-copy-region):
3341 * simple.el (select-active-regions): Likewise.
3342
3343 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
3344
3345 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
3346 (vc-coding-system-for-diff): Use it to decide whether to inherit
3347 from the file the EOL format for reading the diffs of that file.
3348 (Bug#4451)
3349
3350 2010-07-16 Eli Zaretskii <eliz@gnu.org>
3351
3352 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
3353 unibyte, so compressed attachments are not compressed again.
3354
3355 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
3356
3357 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
3358 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
3359 (tramp-find-shell): Simplify setting connection property.
3360 (tramp-get-ls-command): Make test for "--color=never" stronger.
3361
3362 2010-07-15 Simon South <ssouth@member.fsf.org>
3363
3364 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
3365 blocks within record declarations (i.e. variant parts) correctly.
3366
3367 2010-07-15 Simon South <ssouth@member.fsf.org>
3368
3369 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
3370 over literal tokens when parsing so newlines aren't "absorbed" by
3371 single-line comments. Corrects the indentation of case blocks
3372 that have a comment on the first line.
3373
3374 2010-07-14 Karl Fogel <kfogel@red-bean.com>
3375
3376 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
3377 by Drew Adams (Bug#5504).
3378
3379 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
3380
3381 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
3382 now that Unicode is used (Bug#6594).
3383
3384 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
3385
3386 * term/x-win.el (x-select-enable-clipboard): Default to t.
3387 (x-initialize-window-system): Don't overwrite Paste menu item.
3388
3389 * simple.el (select-active-regions): Default to t.
3390 (push-mark-command): Don't overwrite primary with empty string.
3391
3392 * mouse.el: Bind mouse-2 to mouse-yank-primary.
3393 (mouse-drag-copy-region): Default to nil.
3394
3395 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
3396 Cut/Copy/Paste menu bar items.
3397
3398 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3399
3400 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3401 Patch applied by Karl Fogel.
3402
3403 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
3404 and `bookmark-current-buffer' if they have been already set in
3405 another buffer (e.g gnus-art).
3406
3407 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3408 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3409
3410 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
3411
3412 * bookmark.el (bookmark-make-record-default): Allow unneeded
3413 information to be omitted from the record.
3414
3415 Adjust declarations and calls:
3416
3417 * info.el (bookmark-make-record-default): Adjust declaration.
3418 (Info-bookmark-make-record): Adjust call.
3419
3420 * woman.el (bookmark-make-record-default): Adjust declaration.
3421 (woman-bookmark-make-record): Adjust call.
3422
3423 * man.el (bookmark-make-record-default): Adjust declaration.
3424 (Man-bookmark-make-record): Adjust call.
3425
3426 * image-mode.el (bookmark-make-record-default): Adjust declaration.
3427
3428 * doc-view.el (bookmark-make-record-default): Adjust declaration.
3429
3430 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3431
3432 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
3433 This is also from Thierry Volpiatto's patch in bug #6444. However,
3434 because it was extraneous to the functional change in that patch,
3435 and causes a re-indendation, I am committing it separately.
3436
3437 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3438
3439 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
3440 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
3441 Patch applied by Karl Fogel (Bug#6444).
3442
3443 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
3444
3445 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
3446
3447 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
3448
3449 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
3450 Dempsky; bug#5084). Remove incorrect binding for S-tab.
3451 (ns-alternatives-map): Change S-tab binding to backtab
3452 (bug#6616).
3453
3454 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
3455 under ns.
3456
3457 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3458
3459 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
3460 (Bug#5806)
3461
3462 * language/tv-util.el (tai-viet-re): Remove format.
3463
3464 2010-07-12 Kenichi Handa <handa@m17n.org>
3465
3466 * language/hebrew.el: Remove no-byte-compile declaration.
3467 Change coding: tag to utf-8. Register hebrew-shape-gstring in
3468 composition-function-table for 3-character looking back.
3469 (hebrew-font-get-precomposed): New function.
3470 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
3471
3472 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
3473
3474 * mouse.el (mouse-drag-track): Handle select-active-regions
3475 (Bug#6612).
3476
3477 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
3478
3479 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
3480 empty argument to gvfs-copy.
3481
3482 2010-07-10 Glenn Morris <rgm@gnu.org>
3483
3484 * calendar/calendar.el (calendar-week-end-day): New function.
3485 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
3486 Respect calendar-week-start-day. (Bug#6606)
3487 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
3488 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
3489 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
3490 respect calendar-week-start-day.
3491
3492 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
3493
3494 * simple.el (use-region-p): Doc fix (Bug#6607).
3495
3496 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
3497
3498 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
3499 regexps for cucumber and ruby.
3500
3501 2010-07-08 Daiki Ueno <ueno@unixuser.org>
3502
3503 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
3504 (epa-file-insert-file-contents): Hack to prevent
3505 find-file from opening empty buffer when decryption failed
3506 (bug#6568).
3507
3508 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
3509
3510 * textmodes/ispell.el (ispell-alternate-dictionary):
3511 Use file-readable-p.
3512 Return nil if no word-list is found at default locations.
3513 (ispell-complete-word-dict): Default to nil.
3514 (ispell-command-loop): Use 'word-list' when using lookup-words.
3515 (lookup-words): Use ispell-complete-word-dict or
3516 ispell-alternate-dictionary. Check for word-list availability
3517 and handle errors if needed with better messages (Bug#6539).
3518 (ispell-complete-word): Use ispell-complete-word-dict or
3519 ispell-alternate-dictionary.
3520
3521 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
3522
3523 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
3524 builtins (BufferError, BytesWarning, WindowsError; callables
3525 bin, bytearray, bytes, format, memoryview, next, print; __package__).
3526
3527 2010-07-07 Glenn Morris <rgm@gnu.org>
3528
3529 * play/zone.el (top-level): Do not require timer, tabify, or cl.
3530 (zone-shift-left): Ignore intangibility, and any errors from
3531 forward-char.
3532 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
3533 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
3534 deleting, and copying text properties.
3535 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
3536 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
3537 to point-max is hard.
3538 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
3539 (zone-fill-out-screen): Ignore intangibility.
3540
3541 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
3542
3543 * menu-bar.el (menu-bar-mode):
3544 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
3545 if it has been set.
3546
3547 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
3548 word/line selection (Bug#6565).
3549
3550 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3551
3552 * net/dbus.el (dbus-send-signal): Declare function.
3553
3554 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
3555
3556 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
3557 (dbus-register-property): New optional argument EMITS-SIGNAL.
3558 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
3559
3560 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
3561
3562 * mouse.el (mouse-drag-overlay): Variable deleted.
3563 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
3564 (mouse--remap-link-click-p): New function.
3565 (mouse-drag-track): Handle dragging by using temporary Transient
3566 Mark mode, instead of a special overlay.
3567 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
3568 mouse-show-mark.
3569
3570 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
3571 deleted.
3572
3573 2010-07-02 Juri Linkov <juri@jurta.org>
3574
3575 * autoinsert.el (auto-insert-alist): Fix readability
3576 by using dotted pair notation for lambda.
3577
3578 2010-07-02 Juri Linkov <juri@jurta.org>
3579
3580 * faces.el (read-face-name): Rename arg `string-describing-default'
3581 to `default'. Doc fix. Display the default value in quotes
3582 in the prompt. With empty input, return the `default' arg,
3583 unless the default value is a string (in which case return nil).
3584 (describe-face): Replace the string `default' arg of `read-face-name'
3585 with the symbol `default'.
3586
3587 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
3588
3589 * emulation/viper-cmd.el (viper-delete-backward-char)
3590 (viper-del-backward-char-in-insert)
3591 (viper-del-backward-char-in-replace, viper-change)
3592 (viper-backward-indent): Replace delete-backward-char with
3593 delete-char (Bug#6552).
3594
3595 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
3596
3597 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
3598
3599 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3600
3601 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
3602 argument passed to frame-creation-function (Bug#5378).
3603
3604 * faces.el (x-handle-named-frame-geometry)
3605 (x-handle-reverse-video, x-create-frame-with-faces)
3606 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
3607 separately consult default-frame-alist. It is now passed as the
3608 PARAMETER argument.
3609
3610 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
3611
3612 * startup.el (command-line): Don't call tool-bar-setup in a
3613 tty-only build.
3614
3615 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3616
3617 * ruler-mode.el (ruler--save-header-line-format): New fun.
3618 (ruler-mode): Use it as a setter function, so as not to overwrite
3619 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
3620
3621 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
3622
3623 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
3624 (vc-root-diff, vc-print-root-log, vc-log-incoming)
3625 (vc-log-outgoing): Use it.
3626 (vc-diff-internal): Set diff-vc-backend.
3627
3628 * vc/diff-mode.el (diff-vc-backend): New var.
3629
3630 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
3631
3632 * dynamic-setting.el (font-setting-change-default-font): Remove
3633 call to message.
3634
3635 2010-06-28 Kenichi Handa <handa@m17n.org>
3636
3637 * international/quail.el (quail-insert-kbd-layout): Fix the
3638 showing of untranslated characters.
3639
3640 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
3641
3642 * simple.el (delete-active-region): New option.
3643 (delete-backward-char): Implement in Lisp.
3644 (delete-forward-char): New command.
3645
3646 * mouse.el (mouse-region-delete-keys): Deleted.
3647 (mouse-show-mark): Simplify.
3648
3649 * bindings.el (global-map): Bind delete and DEL, the former to
3650 delete-forward-char.
3651
3652 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
3653
3654 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
3655 (ruby-mode): Bind indent-line-function (Bug#5119).
3656
3657 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3658
3659 * startup.el (command-line): Recognize "0" X resource value.
3660
3661 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3662
3663 * startup.el (command-line): Use X resources to set the value of
3664 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
3665
3666 * menu-bar.el (menu-bar-mode):
3667 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
3668 Set init-value to t.
3669
3670 * frame.el (frame-notice-user-settings): Don't change
3671 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
3672 vice versa (Bug#2249).
3673
3674 2010-06-26 Eli Zaretskii <eliz@gnu.org>
3675
3676 * w32-fns.el (w32-convert-standard-filename): Doc fix.
3677
3678 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
3679
3680 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
3681 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
3682
3683 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
3684 default directories are expanded (Bug#6143).
3685
3686 2010-06-24 Juri Linkov <juri@jurta.org>
3687
3688 * minibuffer.el (completions-format): Change default from nil to
3689 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
3690
3691 2010-06-24 Juri Linkov <juri@jurta.org>
3692
3693 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
3694 buffer-locally to lambda that re-runs the vc diff command.
3695 (Bug#6447)
3696
3697 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
3698
3699 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
3700 echo area is in use (Bug#3412).
3701
3702 2010-06-22 Glenn Morris <rgm@gnu.org>
3703
3704 * textmodes/texinfmt.el (texinfo-format-region)
3705 (texinfo-raise-lower-sections, texinfo-format-separate-node)
3706 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
3707 (texinfo-format-option, texinfo-noindent):
3708 Use line-beginning-position and line-end-position.
3709
3710 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
3711 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
3712 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
3713 utf-8 characters.
3714
3715 2010-06-21 Karl Fogel <kfogel@red-bean.com>
3716
3717 * play/zone.el (zone-fall-through-ws): Fix next-line ->
3718 forward-line fallout.
3719
3720 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
3721
3722 * mouse.el (mouse-appearance-menu): Add docstring.
3723
3724 * help.el (describe-key): Print up-event using key-description.
3725
3726 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
3727
3728 * net/zeroconf.el (zeroconf-resolve-service)
3729 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
3730 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
3731
3732 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
3733
3734 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
3735
3736 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
3737
3738 Avoid displaying files with a nil state in vc-dir.
3739 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
3740 cases that cause insertion.
3741 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
3742 with a nil state.
3743
3744 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3745
3746 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
3747
3748 2010-06-29 Leo <sdl.web@gmail.com>
3749
3750 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
3751
3752 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
3753
3754 * generic-x.el (bat-generic-mode): Fix regexp for command line
3755 switches (Bug#5719).
3756
3757 2010-06-27 Masatake YAMATO <yamato@redhat.com>
3758
3759 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
3760 of nconc to avoid pure storage error (Bug#6239).
3761
3762 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
3763
3764 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3765 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
3766 bindings of bookmark-automatically-show-annotations (Bug#6515).
3767
3768 2010-06-25 Eli Zaretskii <eliz@gnu.org>
3769
3770 * arc-mode.el (archive-zip-extract): Don't quote the file name on
3771 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
3772
3773 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
3774
3775 * comint.el (make-comint, make-comint-in-buffer): Mention return
3776 value in the docstrings. (Bug#6498)
3777
3778 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
3779
3780 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
3781 since it is not present when using some non-default switches.
3782
3783 2010-06-23 Karl Fogel <kfogel@red-bean.com>
3784
3785 * simple.el (compose-mail): Fix doc string to refer to
3786 `compose-mail-user-agent-warnings', instead of to the
3787 nonexistent `compose-mail-check-user-agent'.
3788
3789 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
3790
3791 Fix an indentation bug:
3792
3793 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
3794 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
3795 of existing values.
3796
3797 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
3798 (c-clear->-pair-props-if-match-before): now return t when they've
3799 cleared properties, nil otherwise.
3800 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
3801 by taking account of the existing value.
3802
3803 * progmodes/cc-defs.el
3804 (c-clear-char-property-with-value-function): Fix this to clear the
3805 property rather than overwriting it with nil.
3806
3807 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
3808
3809 * emacs-lisp/package.el (package-print-package): Add link to
3810 package description via describe-package.
3811 (describe-package-1): List package requirements. Add button to
3812 perform installation.
3813 (package-menu-describe-package): New command.
3814
3815 * help-mode.el (help-package): New button type.
3816
3817 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
3818
3819 * emacs-lisp/package.el: Move package-list-packages binding to
3820 menu-bar.el.
3821 (describe-package, describe-package-1, package--dir): New funs.
3822 (package-activate-1): Use package--dir.
3823
3824 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
3825
3826 * help-mode.el (help-package-def): New button type.
3827
3828 * menu-bar.el: Move package-list-packages binding here from
3829 package.el.
3830
3831 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
3832
3833 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
3834
3835 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3836
3837 * emacs-lisp/edebug.el (edebug-read-list):
3838 Phase out old-style backquotes.
3839
3840 2010-06-17 Juri Linkov <juri@jurta.org>
3841
3842 * help-mode.el (help-mode): Set buffer-local variable
3843 revert-buffer-function to help-mode-revert-buffer.
3844 (help-mode-revert-buffer): New function.
3845
3846 * info.el (Info-revert-find-node): Check for major-mode Info-mode
3847 before popping to "*info*" (like in other Info functions).
3848 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
3849 old-history-forward. Pop to old-buffer-name or "*info*" to
3850 recreate the killed buffer. Set Info-history-forward from
3851 old-history-forward.
3852 (Info-breadcrumbs-depth): Add :group and :version.
3853
3854 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
3855
3856 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
3857
3858 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
3859
3860 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
3861 for languages like Portuguese with pt_{BR,PT} and no plain pt.
3862
3863 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
3864
3865 * emacs-lisp/package.el (package-menu-mode-map):
3866 Move initialization into declaration.
3867
3868 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
3869
3870 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
3871
3872 * emacs-lisp/package.el (package-archive-base): Point to
3873 elpa.gnu.org.
3874 (package-enable, package-load-list): New defcustoms.
3875 (package-user-dir, package-directory-list): Turn into defcustoms.
3876 Don't include package-user-dir in package-directory-list.
3877 (package--builtins-base): Don't include Emacs as a "package".
3878 (package-subdirectory-regexp): New var.
3879 (package-load-all-descriptors, package-compute-transaction)
3880 (package-download-transaction): Obey package-load-list.
3881 (package-activate-1): Rename from package-do-activate.
3882 (package-list-packages-internal): Check package-load-list.
3883 (package-load-descriptor, package-generate-autoloads)
3884 (package-unpack, package-unpack-single)
3885 (package--read-archive-file, package-delete): Use
3886 expand-file-name.
3887
3888 * emacs-lisp/package-x.el: New file. Package uploading
3889 functionality split out from package.el.
3890
3891 * startup.el (command-line): Load packages after reading init file.
3892
3893 2010-06-17 Tom Tromey <tromey@redhat.com>
3894
3895 * emacs-lisp/package.el: New file.
3896
3897 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
3898
3899 Fix vc-annotate for renamed files when using Git.
3900 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
3901 ls-files. Doe not pass the object as a file name to cat-file, it
3902 is not a file name.
3903 (vc-git-annotate-command): Pass the file name using -- to avoid
3904 ambiguity with the revision.
3905 (vc-git-previous-revision): Pass a relative file name.
3906
3907 2010-06-22 Glenn Morris <rgm@gnu.org>
3908
3909 * progmodes/js.el (js-mode-map): Use standard capitalization and
3910 ellipses for menu entries.
3911
3912 * wid-edit.el (widget-complete): Doc fix.
3913
3914 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
3915
3916 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
3917
3918 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
3919
3920 Fix annotating other revisions for renamed files in vc-annotate.
3921 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
3922 VC backend. Use it when non-nil.
3923 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
3924 (Bug#6487)
3925
3926 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
3927 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3928 Do not pass the file name to the 'previous-revision call when we
3929 don't want a file diff. (Bug#6489)
3930
3931 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
3932
3933 Fix finding revisions for renamed files in vc-annotate.
3934 * vc/vc.el (vc-find-revision): Add an optional argument for
3935 the VC backend. Use it when non-nil.
3936 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
3937 backend to vc-find-revision. (Bug#6487)
3938
3939 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
3940
3941 Fix reading file names in Git annotate buffers.
3942 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
3943 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
3944
3945 2010-06-20 Alan Mackenzie <acm@muc.de>
3946
3947 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
3948 in file local variables, set it first.
3949
3950 2010-06-19 Glenn Morris <rgm@gnu.org>
3951
3952 * descr-text.el (describe-char-unicode-data): Insert separating
3953 space when needed. (Bug#6422)
3954
3955 * progmodes/idlwave.el (idlwave-action-and-binding):
3956 Fix typo in 2009-12-03 change. (Bug#6450)
3957
3958 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
3959
3960 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
3961 handling for `lambda' (misunderstanding).
3962
3963 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
3964
3965 * calc/calc-poly.el (math-accum-factors): Make sure that
3966 constants aren't distributed after they are factored out.
3967
3968 2010-06-16 Juri Linkov <juri@jurta.org>
3969
3970 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
3971 `list-colors-print'. (Bug#6332)
3972
3973 * subr.el (read-quoted-char): Fix up last change (bug#6290).
3974
3975 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3976
3977 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
3978 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
3979
3980 * font-lock.el (font-lock-major-mode): Rename from
3981 font-lock-mode-major-mode to distinguish it from
3982 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
3983 (font-lock-set-defaults):
3984 * font-core.el (font-lock-default-function): Adjust users.
3985 (font-lock-mode): Don't set it at all.
3986
3987 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3988
3989 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
3990
3991 2010-06-16 Glenn Morris <rgm@gnu.org>
3992
3993 * calendar/appt.el (appt-time-msg-list): Doc fix.
3994 (appt-check): Let-bind appt-warn-time.
3995 (appt-add): Make the 3rd argument optional.
3996 Simplify argument names. Doc fix. Check for integer WARNTIME.
3997 Only add WARNTIME to the output list if non-nil.
3998
3999 2010-06-16 Ivan Kanis <apple@kanis.eu>
4000
4001 * calendar/appt.el (appt-check): Let the 3rd element of
4002 appt-time-msg-list specify the warning time.
4003 (appt-add): Add new argument with the warning time. (Bug#5176)
4004
4005 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4006
4007 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
4008 older than version 1.6. (Bug#6361)
4009
4010 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
4011
4012 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
4013 used by cl-do-arglist. (Bug#6408)
4014
4015 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
4016
4017 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
4018 portuguese casechars/not-casechars for missing 'çÇ'.
4019 Suggested by Rolando Pereira (bug#6434).
4020
4021 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
4022
4023 * facemenu.el (list-colors-sort): Doc fix.
4024
4025 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4026
4027 * progmodes/sql.el (sql-connect-mysql): Fix typo.
4028
4029 2010-06-14 Juri Linkov <juri@jurta.org>
4030
4031 Add sort option `list-colors-sort'. (Bug#6332)
4032 * facemenu.el (color-rgb-to-hsv): New function.
4033 (list-colors-sort): New defcustom.
4034 (list-colors-sort-key): New function.
4035 (list-colors-display): Doc fix. Sort list according to the option
4036 `list-colors-sort'.
4037 (list-colors-print): Add HSV values to `help-echo' property of
4038 RGB strings.
4039
4040 2010-06-14 Juri Linkov <juri@jurta.org>
4041
4042 * compare-w.el: Move to the "vc" subdirectory.
4043
4044 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4045
4046 * image-mode.el (image-mode-map): Remap left-char and right-char.
4047
4048 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
4049
4050 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
4051
4052 * term/common-win.el (x-colors): Add all the color names defined
4053 in rgb.txt (Bug#6332).
4054
4055 * facemenu.el (list-colors-print): Don't print extra names if it
4056 will overflow the window width.
4057
4058 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
4059 change (Bug#6343).
4060
4061 2010-06-12 Eli Zaretskii <eliz@gnu.org>
4062
4063 * files.el (make-directory): Doc fix (bug#6396).
4064
4065 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
4066
4067 * net/tramp.el (tramp-remote-process-environment): Protect version
4068 string by apostroph.
4069 (tramp-shell-prompt-pattern): Do not use a shy group in case of
4070 XEmacs.
4071 (tramp-file-name-for-operation): Add `call-process-region'.
4072 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
4073
4074 * net/tramp-compat.el (top): Do not autoload
4075 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
4076 only when `start-file-process' is not bound.
4077 (tramp-advice-file-expand-wildcards): Do not use
4078 `tramp-handle-file-remote-p'.
4079 (tramp-compat-make-temp-file): Handle the case, that
4080 `make-temp-file' has no third argument EXTENSION.
4081
4082 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
4083
4084 * makefile.w32-in (WINS_BASIC): Include new directory vc.
4085
4086 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
4087
4088 2010-06-11 Juri Linkov <juri@jurta.org>
4089
4090 * finder.el (finder-known-keywords): Add keyword "vc"
4091 for version control.
4092
4093 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
4094 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
4095 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
4096 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
4097
4098 2010-06-11 Juri Linkov <juri@jurta.org>
4099
4100 Move version control related files to the "vc" subdirectory.
4101 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
4102 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
4103 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
4104 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
4105 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
4106 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
4107 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
4108 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
4109 Move files to the "vc" subdirectory.
4110
4111 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
4112
4113 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
4114 (Bug#6367).
4115
4116 2010-06-11 Stephen Eglen <stephen@gnu.org>
4117
4118 * shell.el: Bind `shell-resync-dirs' to M-RET.
4119
4120 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
4121
4122 * notifications.el: Move file from lisp/net, because it is
4123 supposed to talk locally to the user.
4124
4125 2010-06-10 Julien Danjou <julien@danjou.info>
4126
4127 * net/notifications.el (notifications-on-action-signal)
4128 (notifications-on-closed-signal): Pass notification id as first
4129 argument to the callback functions. Add docstrings.
4130 (notifications-notify): Fix docstring.
4131
4132 2010-06-10 Glenn Morris <rgm@gnu.org>
4133
4134 * emacs-lisp/authors.el (authors-ignored-files)
4135 (authors-valid-file-names): Add some files.
4136
4137 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4138
4139 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
4140 merge conflict, giving preference to the emacs-23 version of the code.
4141
4142 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4143
4144 * emacs-lisp/advice.el (ad-compile-function):
4145 Define warning-suppress-types before we let-bind it (bug#6275).
4146
4147 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
4148 declare it, make it buffer-local and permanent-local (bug#6324).
4149 (vc-resynch-window): Adjust name.
4150 * vc-hooks.el (vc-find-file-hook): Adjust name.
4151
4152 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
4153
4154 * net/notifications.el (notifications-notify): Fix docstring.
4155
4156 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
4157
4158 Update to Unicode 6.0.0 beta.
4159 * international/charprop.el: Update copyright.
4160 * international/mule-cmds.el (ucs-names): Update character ranges.
4161 * international/uni-bidi.el:
4162 * international/uni-category.el:
4163 * international/uni-combining.el:
4164 * international/uni-comment.el:
4165 * international/uni-decimal.el:
4166 * international/uni-decomposition.el:
4167 * international/uni-digit.el:
4168 * international/uni-lowercase.el:
4169 * international/uni-mirrored.el:
4170 * international/uni-name.el:
4171 * international/uni-numeric.el:
4172 * international/uni-old-name.el:
4173 * international/uni-titlecase.el:
4174 * international/uni-uppercase.el: Regenerate.
4175
4176 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
4177
4178 * emacs-lisp/smie.el (comment-string-strip): Declare function.
4179 (smie-precs-precedence-table): Fix typo in docstring.
4180
4181 * vc-mtn.el (log-edit-extract-headers): Declare function.
4182
4183 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
4184
4185 * net/notifications.el (dbus-register-signal): Declare function.
4186 (notifications-notify): Fix typos and reflow docstring.
4187
4188 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4189
4190 Improve VC create/retrieve tag/branch.
4191 * vc.el (vc-create-tag): Do not read the directory name for VCs
4192 with repository revision granularity. Adjust the tag/branch
4193 prompt. Reset VC properties.
4194 (vc-retrieve-tag): Do not read the directory name for VCs
4195 with repository revision granularity. Reset VC properties.
4196
4197 2010-06-09 Julien Danjou <julien@danjou.info>
4198
4199 * net/notifications.el: New file.
4200
4201 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4202
4203 Add optional support for resetting VC properties.
4204 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
4205 call vc-file-clearprops when true.
4206 (vc-resynch-buffer): Add new optional argument, pass it down.
4207 (vc-resynch-buffers-in-directory): Likewise.
4208
4209 Improve support for special markup in the VC commit message.
4210 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
4211 * vc-hg.el (vc-hg-checkin): Add support for Date:.
4212 * vc-git.el (vc-git-checkin):
4213 * vc-bzr.el (vc-bzr-checkin): Likewise.
4214
4215 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4216
4217 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
4218 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
4219
4220 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
4221
4222 * iimage.el: Remove images as soon as the underlying text is modified.
4223 (iimage-modification-hook): New function.
4224 (iimage-mode-buffer): Use it.
4225
4226 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4227
4228 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
4229 smie-indent-offset-after. Add :prev case. Make a bit more generic.
4230 (smie-indent-virtual): Remove `virtual' arg. Update callers.
4231 (smie-indent-keyword): Add handling of open-paren keywords.
4232 (smie-indent-comment-continue): Don't assume comment-continue.
4233
4234 2010-06-07 Martin Rudalics <rudalics@gmx.at>
4235
4236 * window.el (pop-to-buffer): Remove the conditional that
4237 compares new-window and old-window, so it will reselect
4238 the selected window unconditionally.
4239 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
4240
4241 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4242
4243 * emacs-lisp/smie.el (smie-indent-offset-after)
4244 (smie-indent-forward-token, smie-indent-backward-token): New functions.
4245 (smie-indent-after-keyword): Use them.
4246 (smie-indent-fixindent): Only applies to the indentation of the BOL.
4247 (smie-indent-keyword): Tweak the black magic.
4248 (smie-indent-comment-continue): Strip comment-continue before use.
4249 (smie-indent-functions): Indent comments before keywords.
4250
4251 2010-06-06 Juri Linkov <juri@jurta.org>
4252
4253 * isearch.el (isearch-lazy-highlight-search): Fix looping
4254 by checking for empty match. This syncs this loop with the
4255 similar loop in `isearch-search'. (Bug#6362)
4256
4257 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
4258
4259 * net/dbus.el (dbus-register-method): Declare function.
4260 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
4261 (dbus-introspect): Doc fix.
4262 (dbus-event-bus-name, dbus-introspect-get-interface)
4263 (dbus-introspect-get-argument): Reflow docstrings.
4264
4265 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
4266
4267 vc-log-incoming/vc-log-outgoing fixes for Git.
4268 * vc-git.el (vc-git-log-view-mode): Fix font lock for
4269 incoming/outgoing logs.
4270 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
4271 instead of vc-git-compute-remote.
4272 (vc-git-compute-remote): Remove.
4273
4274 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
4275
4276 * term/common-win.el (x-colors): Add "dark green" and "dark
4277 turquoise" (Bug#6332).
4278
4279 2010-06-04 Juri Linkov <juri@jurta.org>
4280
4281 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
4282 Instead of setting `replace' to t and replacing the same string
4283 with itself, don't do certain actions when
4284 kill-do-not-save-duplicates is non-nil and string is equal to car
4285 of kill-ring: don't call menu-bar-update-yank-menu, don't push
4286 interprogram-paste strings to kill-ring, and don't push the input
4287 argument `string' to kill-ring.
4288 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
4289
4290 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
4291
4292 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
4293
4294 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
4295
4296 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
4297 (tramp-gvfs-handler-mounted-unmounted)
4298 (tramp-gvfs-connection-mounted-p): Handle default-location.
4299
4300 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
4301 move files to trash.
4302
4303 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
4304
4305 * international/mule-cmds.el (nonascii-insert-offset)
4306 (nonascii-translation-table): Add obsolescence information.
4307
4308 * international/mule.el (make-translation-table-from-vector): Doc fix.
4309
4310 2010-06-03 Glenn Morris <rgm@gnu.org>
4311
4312 * desktop.el (desktop-clear-preserve-buffers):
4313 Add "*Warnings*" buffer. (Bug#6336)
4314
4315 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
4316
4317 vc-log-incoming/vc-log-outgoing improvements for Git.
4318 * vc-git.el (vc-git-log-outgoing): Use the same format as the
4319 short log.
4320 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
4321
4322 Add bindings for vc-log-incoming and vc-log-outgoing.
4323 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
4324 and vc-log-outgoing.
4325 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
4326 and vc-log-outgoing.
4327
4328 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
4329
4330 * net/rcirc.el (rcirc-sort-nicknames): Remove.
4331 (rcirc-handler-366): Always sort nicknames.
4332
4333 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
4334
4335 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
4336
4337 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
4338
4339 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
4340
4341 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4342
4343 * net/rcirc.el (rcirc-sort-nicknames): Change default.
4344 (rcirc-sort-nicknames-join): Avoid setq.
4345
4346 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4347
4348 * net/rcirc.el (rcirc-sort-nicknames): New custom.
4349 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
4350 (rcirc-handler-366): Use them.
4351
4352 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4353
4354 Split smie-indent-calculate into more manageable chunks.
4355 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
4356 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
4357 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
4358 (smie-indent-exps): Extract from smie-indent-calculate.
4359 (smie-indent-functions): New var.
4360 (smie-indent-functions): Use them.
4361
4362 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4363
4364 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
4365 (smie-indent-calculate): Simplify and cleanup.
4366
4367 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
4368
4369 * net/tramp-gvfs.el (top): Require url-util.
4370 (tramp-gvfs-mount-point): Remove.
4371 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
4372 New defuns.
4373 (with-tramp-dbus-call-method): Format trace message.
4374 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
4375 Implement backup call, when operation on local files fails.
4376 Use progress reporter. Flush properties of changed files.
4377 (tramp-gvfs-handle-make-directory): Make more traces.
4378 (tramp-gvfs-url-file-name): Hexify file name in url.
4379 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
4380 into account for the resulting file name.
4381 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
4382 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
4383 (tramp-gvfs-handler-mounted-unmounted)
4384 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
4385 attribute "default_location". Set "prefix" property.
4386 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
4387 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
4388 exists. Raise an error, if not (due to a corresponding answer
4389 "no" in interactive questions, for example).
4390
4391 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
4392
4393 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
4394
4395 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
4396
4397 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
4398 right-*. (Bug#6265)
4399
4400 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
4401
4402 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
4403 * vc-git.el (vc-git-compute-remote): New function.
4404 (vc-git-log-outgoing): Use it instead of hard coding a value.
4405 (vc-git-log-incoming): New function.
4406
4407 Improve state updating for VC tag commands.
4408 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
4409 to update the state of all buffers in the directory.
4410
4411 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
4412
4413 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4414
4415 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
4416 `file-directory-p' to the filename part rather than to the whole text.
4417
4418 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4419
4420 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
4421
4422 2010-05-31 Drew Adams <drew.adams@oracle.com>
4423
4424 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
4425
4426 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
4427
4428 * subr.el (momentary-string-display): Just use read-event to read
4429 the exit event (Bug#6238).
4430
4431 2010-05-30 Eli Zaretskii <eliz@gnu.org>
4432
4433 * international/mule.el (define-coding-system): Doc fix (bug#6313).
4434
4435 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4436
4437 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
4438 Suggested by Eli Zaretskii <eliz@gnu.org>.
4439
4440 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4441
4442 * minibuffer.el (completion-file-name-table): Don't return a boundary
4443 past the end of `string' (bug#6299).
4444 (completion--file-name-table): Delegate to completion-file-name-table
4445 for the `boundaries' case.
4446
4447 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4448
4449 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
4450 movement commands.
4451
4452 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
4453 `path-separator', but maintain compatibility with Emacs 20.2.
4454
4455 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
4456
4457 * server.el (server-process-filter): Receive parent-id argument
4458 from emacsclient.
4459 (server-create-window-system-frame): New arg. Pass parent-id as
4460 frame parameter.
4461
4462 2010-05-29 Eli Zaretskii <eliz@gnu.org>
4463
4464 Bidi-sensitive word movement with arrow keys.
4465 * subr.el (right-arrow-command, left-arrow-command): Move to
4466 bindings.el.
4467
4468 * bindings.el (right-char, left-char): Move from subr.el and
4469 rename from right-arrow-command and left-arrow-command.
4470 (right-word, left-word): New functions.
4471 (global-map) <right>: Bind to right-char.
4472 (global-map) <left>: Bind to left-char.
4473 (global-map) <C-right>: Bind to right-word.
4474 (global-map) <C-left>: Bind to left-word.
4475
4476 * ls-lisp.el (ls-lisp-classify-file): New function.
4477 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
4478 (ls-lisp-classify): Call ls-lisp-classify-file.
4479 (insert-directory): Remove blanks from switches.
4480
4481 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
4482
4483 * ansi-color.el: Delete unused escape sequences (Bug#6085).
4484 (ansi-color-drop-regexp): New constant.
4485 (ansi-color-apply, ansi-color-filter-region)
4486 (ansi-color-apply-on-region): Delete unrecognized control sequences.
4487 (ansi-color-apply): Build string list before calling concat.
4488
4489 2010-05-28 Juri Linkov <juri@jurta.org>
4490
4491 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4492 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
4493 (Bug#5270)
4494
4495 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4496
4497 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
4498 to ignored backtrace functions.
4499 (with-progress-reporter): Expand docstring.
4500 (tramp-handle-delete-file): Implement TRASH argument.
4501 (tramp-get-remote-trash): New defun.
4502
4503 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4504
4505 * net/tramp-compat.el (tramp-compat-delete-file): Use
4506 `symbol-value' for backward compatibility.
4507
4508 * net/tramp.el (tramp-handle-make-symbolic-link)
4509 (tramp-handle-load)
4510 (tramp-do-copy-or-rename-file-via-buffer)
4511 (tramp-do-copy-or-rename-file-directly)
4512 (tramp-do-copy-or-rename-file-out-of-band)
4513 (tramp-handle-process-file, tramp-handle-call-process-region)
4514 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4515 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4516 (tramp-delete-temp-file-function): Use `delete-file' instead
4517 of `tramp-compat-delete-file'.
4518
4519 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4520 (tramp-fish-handle-make-symbolic-link)
4521 (tramp-fish-handle-process-file): Use `delete-file' instead
4522 of `tramp-compat-delete-file'.
4523
4524 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
4525 `delete-file' instead of `tramp-compat-delete-file'.
4526
4527 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4528 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
4529 `tramp-compat-delete-file'.
4530
4531 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
4532 `delete-file' instead of `tramp-compat-delete-file'.
4533
4534 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4535 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4536 (tramp-smb-handle-write-region): Use `delete-file' instead of
4537 `tramp-compat-delete-file'.
4538 (tramp-smb-handle-delete-directory): Use 'trash as arg.
4539
4540 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4541
4542 * dired.el (dired-delete-file): New arg TRASH.
4543 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
4544 (dired-do-flagged-delete, dired-do-delete): Use trash.
4545
4546 * speedbar.el (speedbar-item-delete): Allow trashing.
4547
4548 * files.el (delete-directory): New arg TRASH.
4549
4550 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
4551 (ange-ftp-rename-remote-to-remote)
4552 (ange-ftp-rename-local-to-remote)
4553 (ange-ftp-rename-remote-to-local, ange-ftp-load)
4554 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
4555 `delete-file'.
4556 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
4557 allow trashing.
4558
4559 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4560 handle new TRASH arg of `delete-file'.
4561
4562 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
4563 (tramp-handle-make-symbolic-link, tramp-handle-load)
4564 (tramp-do-copy-or-rename-file-via-buffer)
4565 (tramp-do-copy-or-rename-file-directly)
4566 (tramp-do-copy-or-rename-file-out-of-band)
4567 (tramp-handle-process-file, tramp-handle-call-process-region)
4568 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4569 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4570 (tramp-delete-temp-file-function): Use null TRASH arg in
4571 tramp-compat-delete-file call.
4572
4573 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4574 (tramp-fish-handle-delete-file)
4575 (tramp-fish-handle-make-symbolic-link)
4576 (tramp-fish-handle-process-file): Use null TRASH arg in
4577 `tramp-compat-delete-file' call.
4578
4579 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
4580 arg in `tramp-compat-delete-file' call.
4581
4582 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4583 (tramp-gvfs-handle-write-region): Use null TRASH arg in
4584 `tramp-compat-delete-file' call.
4585
4586 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
4587 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
4588 `tramp-compat-delete-file' call.
4589
4590 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4591 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4592 (tramp-smb-handle-write-region): Use null TRASH arg in
4593 tramp-compat-delete-file call.
4594 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
4595 (tramp-smb-handle-delete-file): Rename arg.
4596
4597 * diff.el (diff-sentinel):
4598 * epg.el (epg--make-temp-file, epg-decrypt-string)
4599 (epg-verify-string, epg-sign-string, epg-encrypt-string):
4600 * jka-compr.el (jka-compr-partial-uncompress)
4601 (jka-compr-call-process, jka-compr-write-region):
4602 * server.el (server-sentinel): Remove optional arg from
4603 delete-file, reverting 2010-05-03 change.
4604
4605 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4606
4607 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
4608 font-lock-constant-face, not obsolete font-lock-reference-face.
4609
4610 2010-05-27 Kenichi Handa <handa@m17n.org>
4611
4612 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
4613 element of GSTRING is nil.
4614
4615 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4616
4617 * emacs-lisp/smie.el (smie-forward-token-function)
4618 (smie-backward-token-function): New vars.
4619 (smie-backward-sexp, smie-forward-sexp)
4620 (smie-indent-hanging-p, smie-indent-calculate): Use them.
4621 (smie-default-backward-token): Rename from smie-backward-token and
4622 skip comments.
4623 (smie-default-forward-token): Rename from smie-forward-token and
4624 skip comments.
4625 (smie-next-sexp): Handle nil results from next-token.
4626 (smie-indent-calculate): Add a new case for special `fixindent' comments.
4627
4628 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4629
4630 * progmodes/verilog-mode.el (verilog-type-font-keywords):
4631 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4632
4633 2010-05-27 Masatake YAMATO <yamato@redhat.com>
4634
4635 * htmlfontify.el (hfy-face-resolve-face): New function.
4636 (hfy-face-to-style): Use it (Bug#6279).
4637
4638 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4639
4640 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
4641 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
4642
4643 2010-05-26 Glenn Morris <rgm@gnu.org>
4644
4645 * emulation/edt.el (edt-load-keys): Use locate-library.
4646
4647 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
4648
4649 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
4650 (log-edit-changelog-entries): Doc fix.
4651 (log-edit-changelog-insert-entries): Args changed.
4652 Rename relative filenames in ChangeLog entries. Delete tabs.
4653 (log-edit-insert-changelog-entries): Reorganize return value of
4654 `log-edit-changelog-entries' to pass filenames to
4655 log-edit-changelog-insert-entries.
4656
4657 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4658
4659 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
4660 `image-dired-dired-insert-marked-thumbs' to
4661 `image-dired-dired-toggle-marked-thumbs'.
4662
4663 * image-dired.el: Require cl when compiling.
4664 (image-dired-dired-toggle-marked-thumbs): Rename from
4665 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
4666 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
4667 to 'no-dir. Skip files whose names don't match
4668 `image-file-name-regexp'. When file has a thumbnail overlay,
4669 delete it. (Bug#5270)
4670
4671 2010-05-25 Juri Linkov <juri@jurta.org>
4672
4673 * image-mode.el (image-mode): Add image-after-revert-hook to
4674 after-revert-hook.
4675 (image-after-revert-hook): New function. (Bug#5669)
4676
4677 2010-05-25 Juri Linkov <juri@jurta.org>
4678
4679 * image.el (image-animated-p): When delay between animated images
4680 is 0, set it to 10 (0.1 sec). (Bug#6258)
4681
4682 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
4683
4684 * net/tramp.el (tramp-handle-insert-directory): Don't use
4685 `forward-word', its default syntax could be changed.
4686
4687 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
4688
4689 * net/tramp.el (tramp-progress-reporter-update): New defun.
4690 (with-progress-reporter): Use it.
4691 (tramp-process-actions):
4692 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
4693 current message, in order to let progress reporter continue
4694 afterwards. (Bug#6257)
4695
4696 2010-05-25 Glenn Morris <rgm@gnu.org>
4697
4698 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
4699 Add :version.
4700
4701 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
4702
4703 * net/rcirc.el (rcirc-default-user-name): Change to "user".
4704 (rcirc-default-full-name): Change to "unknown".
4705 (rcirc-user-name-history): Add variable.
4706
4707 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
4708 Jonathan Rockway <jon@jrock.us>
4709
4710 * net/rcirc.el (rcirc-server-alist): Add :pass.
4711 (rcirc): When prompting for connection parameters, also prompt for
4712 username and password.
4713 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
4714 value to server when connecting.
4715
4716 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4717
4718 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
4719 (smie-merge-prec2s): Pass the tables as separate args.
4720 (smie-bnf-precedence-table): Adjust call accordingly.
4721 (smie-prec2-levels): Set levels at the end.
4722
4723 Replace Lisp calls to delete-backward-char by delete-char.
4724 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
4725 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
4726 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
4727 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
4728 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
4729 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
4730 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
4731 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
4732 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
4733 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
4734 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
4735 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
4736 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
4737 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
4738 delete-backward-char by calls to delete-char.
4739
4740 2010-05-25 Kenichi Handa <handa@m17n.org>
4741
4742 * language/hebrew.el (hebrew-shape-gstring): New function.
4743 Register it in composition-function-table for all Hebrew combining
4744 characters.
4745
4746 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4747
4748 * epa.el (epa--select-keys): Don't explicitly delete the window since
4749 that can fail (e.g. sole window in frame). Use dedication instead.
4750
4751 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
4752
4753 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
4754
4755 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
4756
4757 * image.el (image-refresh): Define as an alias for image-flush.
4758
4759 * image-mode.el (image-toggle-display-image): Caller changed.
4760
4761 2010-05-21 Juri Linkov <juri@jurta.org>
4762
4763 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
4764 Remove "all" from grep-files-aliases. Split grep-files-aliases by
4765 whitespace, call wildcard-to-regexp on substrings and concat them
4766 with "\\|". (Bug#6114)
4767
4768 2010-05-21 Alan Mackenzie <acm@muc.de>
4769
4770 * progmodes/cc-engine.el (c-parse-state-get-strategy):
4771 Replace parameter `here' with `here-' and `here-plus', which sandwich
4772 any pertinent CPP construct.
4773 (c-remove-stale-state-cache-backwards): Fix a bug which happens
4774 when doing (c-parse-state) in a CPP construct: Exclude any "new"
4775 CPP construct from taking part in the scanning.
4776
4777 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
4778
4779 * net/tramp.el (tramp-do-copy-or-rename-file)
4780 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
4781 Tune `with-progress-reporter' messages.
4782 (tramp-handle-vc-registered):
4783 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
4784 (tramp-fish-handle-insert-file-contents)
4785 (tramp-fish-maybe-open-connection):
4786 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4787 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
4788 (tramp-imap-handle-insert-file-contents)
4789 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4790
4791 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
4792
4793 * add-log.el (change-log-font-lock-keywords):
4794 Highlight all authors in multi-author entries.
4795
4796 * smerge-mode.el (smerge-refine-ignore-whitespace)
4797 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
4798 Fix typos in docstrings.
4799 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
4800
4801 2010-05-21 Glenn Morris <rgm@gnu.org>
4802
4803 * progmodes/fortran.el (fortran-mode):
4804 * progmodes/f90.el (f90-mode): Derive from prog-mode.
4805
4806 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
4807 having a relative path in src/Makefile.in.
4808
4809 2010-05-20 Kevin Ryde <user42@zip.com.au>
4810
4811 * help-mode.el (help-make-xrefs): For Info node links turn
4812 newlines into spaces. Link node names with newlines are matched
4813 by help-xref-info-regexp and buttonized, this change ensures they
4814 can be followed successfully with RET. (Bug#6206)
4815
4816 2010-05-20 Juri Linkov <juri@jurta.org>
4817
4818 * locate.el (locate): Use pop-to-buffer instead of
4819 switch-to-buffer-other-window. (Bug#6204)
4820
4821 2010-05-20 Juri Linkov <juri@jurta.org>
4822
4823 * replace.el (replace-highlight): Fix lazy-highlighting
4824 for `M-s w str M-% str RET'.
4825
4826 2009-12-15 Masatake YAMATO <yamato@redhat.com>
4827
4828 * isearch.el (isearch-yank-word-or-char): Pull next subword
4829 when `subword-mode' is activated. (Bug#6220)
4830
4831 2010-05-20 Mark A. Hershberger <mah@everybody.org>
4832
4833 * isearch.el (isearch-update-post-hook): New hook.
4834 (isearch-update): Use the new hook. (Bug#6225)
4835
4836 2010-05-20 Juri Linkov <juri@jurta.org>
4837
4838 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
4839 [f1], [help], and (char-to-string help-char) instead of "\C-h".
4840 (Bug#6222)
4841
4842 2010-05-20 Juri Linkov <juri@jurta.org>
4843
4844 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
4845 (Bug#6223)
4846
4847 2010-05-20 Juri Linkov <juri@jurta.org>
4848
4849 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
4850 FILE-NAME to read from the minibuffer when called interactively
4851 with prefix argument instead of using buffer-file-name.
4852 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
4853
4854 * dired.el: Update autoloads.
4855
4856 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
4857
4858 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
4859 nxml-finish-element, for consistency with SGML mode.
4860
4861 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
4862 octave-close-block.
4863
4864 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
4865
4866 * composite.el: Require cl when compiling.
4867 (reference-point-alist, compose-gstring-for-graphic)
4868 (compose-gstring-for-terminal): Fix typos in docstrings.
4869
4870 2010-05-19 Juri Linkov <juri@jurta.org>
4871
4872 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
4873 set-window-parameter.
4874
4875 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
4876
4877 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
4878 where appropriate.
4879 (tramp-maybe-open-connection): Use it.
4880
4881 2010-05-19 Eli Zaretskii <eliz@gnu.org>
4882
4883 * simple.el (move-end-of-line): Make sure we are at line beginning
4884 before backing up to end of previous line.
4885
4886 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
4887
4888 * password-cache.el (password-cache-remove): Fix docstring.
4889
4890 * net/secrets.el: Autoload the widget functions.
4891 (secrets-search-items, secrets-create-item)
4892 (secrets-get-attributes, secrets-expand-item): Attributes will be
4893 stored on the password database without leading ":", as all other
4894 clients do as well.
4895 (secrets-mode): Fix docstring.
4896 (secrets-show-secrets): Provide it as autoloaded command only when
4897 D-Bus support is available. Check existence of Secret Service API.
4898
4899 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4900
4901 * indent.el (indent-region): Deactivate region (bug#6200).
4902
4903 2010-05-19 Glenn Morris <rgm@gnu.org>
4904
4905 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
4906
4907 2010-05-19 Kenichi Handa <handa@m17n.org>
4908
4909 * composite.el: Register compose-gstring-for-graphic in
4910 composition-function-table only for combining characters (Mn, Mc, Me).
4911
4912 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
4913
4914 * calc/calc-trail.el (calc-trail-isearch-forward)
4915 (calc-trail-isearch-backward): Ensure that the new window
4916 point is set correctly.
4917
4918 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4919
4920 * subr.el (read-quoted-char): Resolve modifiers after key
4921 remapping (bug#6212).
4922
4923 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
4924
4925 Add visualization code for secrets.
4926 * net/secrets.el (secrets-mode): New major mode.
4927 (secrets-show-secrets, secrets-show-collections)
4928 (secrets-expand-collection, secrets-expand-item)
4929 (secrets-tree-widget-after-toggle-function)
4930 (secrets-tree-widget-show-password): New defuns.
4931
4932 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4933
4934 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
4935 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
4936 handled in smie-next-sexp.
4937 (smie-indent-calculate): Provide a starting indentation (so the
4938 recursion is well-founded ;-).
4939
4940 Fix handling of non-associative equal levels.
4941 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
4942 when it's not needed.
4943 (smie-op-left, smie-op-right): New functions.
4944 (smie-next-sexp): New function, extracted from smie-backward-sexp.
4945 Better handle equal levels to distinguish the associative case from
4946 the "multi-keyword construct" case.
4947 (smie-backward-sexp, smie-forward-sexp): Use it.
4948
4949 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
4950
4951 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
4952
4953 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
4954 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
4955
4956 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4957
4958 Provide a simple generic indentation engine and use it for Prolog.
4959 * emacs-lisp/smie.el: New file.
4960 * progmodes/prolog.el (prolog-smie-op-levels)
4961 (prolog-smie-indent-rules): New var.
4962 (prolog-mode-variables): Use them to configure SMIE.
4963 (prolog-indent-line, prolog-indent-level): Remove.
4964
4965 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
4966
4967 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
4968 order before computing the averages.
4969
4970 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
4971
4972 * calc/calc-vec.el (calc-histogram):
4973 (calcFunc-histogram): Allow vectors as inputs.
4974 (math-vector-avg): New function.
4975
4976 * calc/calc-ext.el (math-group-float): Have the number of digits
4977 being grouped depend on the radix (Bug#6189).
4978
4979 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
4980
4981 * version.el (emacs-copyright, emacs-version): Don't define here,
4982 now that emacs.c defines it.
4983
4984 2010-05-15 Eli Zaretskii <eliz@gnu.org>
4985
4986 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
4987 "Describe Language Environment" menu item.
4988
4989 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
4990
4991 Bidi-sensitive movement with arrow keys.
4992 * subr.el (right-arrow-command, left-arrow-command): New functions.
4993
4994 * bindings.el (global-map): Bind them to right and left arrow keys.
4995
4996 Don't override standard definition of convert-standard-filename.
4997 * files.el (convert-standard-filename): Call
4998 w32-convert-standard-filename and dos-convert-standard-filename on
4999 the corresponding systems.
5000
5001 * w32-fns.el (w32-convert-standard-filename): Rename from
5002 convert-standard-filename. Doc fix.
5003
5004 * dos-fns.el (dos-convert-standard-filename): Doc fix.
5005 (convert-standard-filename): Don't defalias.
5006 (register-name-alist, make-register, register-value)
5007 (set-register-value, intdos): Obsolete aliases for the
5008 corresponding dos-* functions and variables.
5009 (dos-intdos): Add a doc string.
5010
5011 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
5012
5013 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
5014 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
5015 (math-compose-tex-func):
5016 * calc/calccomp.el (math-compose-expr):
5017 * calc/calc-ext.el (math-format-flat-expr-fancy):
5018 * calc/calc-store.el (calc-read-var-name):
5019 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
5020
5021 * calc/calc.el (var-π, var-φ, var-γ): New variables.
5022 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
5023 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
5024 (math-standard-units): Add units.
5025
5026 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5027
5028 * progmodes/asm-mode.el (asm-mode):
5029 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
5030
5031 * pcomplete.el (pcomplete-completions-at-point): New function,
5032 extracted from pcomplete-std-complete.
5033 (pcomplete-std-complete): Use it.
5034
5035 2010-05-15 Glenn Morris <rgm@gnu.org>
5036
5037 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5038 Remove references to CVS, RCS and Old directories.
5039
5040 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
5041
5042 * calc/calc-bin.el (math-format-twos-complement): Group digits when
5043 appropriate.
5044
5045 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
5046
5047 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
5048 (sh-mode-syntax-table): Give it a default value instead.
5049 (sh-header-marker): Make buffer-local.
5050 (sh-mode): Move make-local-variable to the corresponding setq.
5051 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
5052 Use complete-with-action.
5053
5054 * simple.el (prog-mode): New (abstract) major mode.
5055 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
5056 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
5057
5058 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
5059
5060 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
5061 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
5062 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
5063 (sql-make-alternate-buffer-name, sql-placeholders-filter)
5064 (sql-escape-newlines-filter, sql-input-sender)
5065 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
5066
5067 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
5068
5069 Add TeX open-block and close-block keybindings to SGML, and vice versa.
5070
5071 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
5072 latex-open-block and C-c / to latex-close-block.
5073
5074 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
5075 and C-c C-e to sgml-close-tag.
5076
5077 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
5078
5079 * net/tramp.el (with-progress-reporter): Create reporter object
5080 only when the message would be displayed. Handle nested calls.
5081 (tramp-handle-load, tramp-handle-file-local-copy)
5082 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5083 (tramp-maybe-send-script, tramp-find-shell):
5084 Use `with-progress-reporter'.
5085 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
5086 Fix message text.
5087
5088 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5089 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5090 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
5091 Use `with-progress-reporter'.
5092
5093 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
5094
5095 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
5096 process everytime when spellchecking from the minibuffer (bug#6143).
5097
5098 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5099
5100 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
5101
5102 * dos-fns.el: Add "dos-" prefix for namespace control.
5103 (convert-standard-filename): Define as alias for
5104 dos-convert-standard-filename but only if applicable.
5105
5106 2010-05-12 Alan Mackenzie <acm@muc.de>
5107
5108 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
5109 Push the mark at the start of these functions when appropriate.
5110
5111 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5112
5113 * minibuffer.el (completion-cycle-threshold): New custom var.
5114 (completion--do-completion): Use it.
5115 (minibuffer-complete): Use cycling if appropriate.
5116
5117 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
5118
5119 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
5120 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
5121
5122 2010-05-11 Juri Linkov <juri@jurta.org>
5123
5124 * scroll-all.el (scroll-all-check-to-scroll):
5125 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
5126
5127 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5128
5129 * iimage.el (iimage-mode-map): Move initialization into declaration.
5130 (iimage-mode-buffer): Use with-silent-modifications.
5131 Simplify calling convention. Adjust callers.
5132 (iimage-mode): Don't run hook redundantly.
5133
5134 * minibuffer.el (completion-pcm--pattern->regex):
5135 Fix last change (bug#6160).
5136
5137 2010-05-10 Juri Linkov <juri@jurta.org>
5138
5139 Remove nodes visited during Isearch from the Info history.
5140 * info.el (Info-isearch-initial-history)
5141 (Info-isearch-initial-history-list): New variables.
5142 (Info-isearch-start): Record initial values of
5143 Info-isearch-initial-history and Info-isearch-initial-history-list.
5144 Add Info-isearch-end to isearch-mode-end-hook.
5145 (Info-isearch-end): New function.
5146
5147 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
5148
5149 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
5150 format string, in order to work around a bug in pdksh.
5151 Reported by Gilles Pion <gpion@lfdj.com>.
5152 (tramp-handle-verify-visited-file-modtime): Do not send a command
5153 when the connection is not established.
5154 (tramp-handle-set-file-times): Simplify the check for utc.
5155
5156 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
5157
5158 Fix use of `filter-buffer-substring' (rework previous change).
5159 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
5160 (cua-repeat-replace-region):
5161 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
5162 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5163 (cua-cut-region-to-global-mark): Use it.
5164
5165 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
5166
5167 * progmodes/sql.el: Version 2.1.
5168 (sql-product-alist): Redesign structure of product info.
5169 (sql-product, sql-user, sql-server, sql-database): Safe variables.
5170 (sql-port, sql-port-history): New variables.
5171 (sql-interactive-product): New variable.
5172 (sql-send-terminator): New variable.
5173 (sql-imenu-generic-expression): Add "Types" imenu entry.
5174 (sql-oracle-login-params, sql-sqlite-login-params)
5175 (sql-mysql-login-params, sql-solid-login-params)
5176 (sql-sybase-login-params, sql-informix-login-params)
5177 (sql-ingres-login-params, sql-ms-login-params)
5178 (sql-postgres-login-params, sql-interbase-login-params)
5179 (sql-db2-login-params, sql-linter-login-params)
5180 (sql-oracle-scan-on): New variables.
5181 (sql-mode-map): Add C-c C-i to start interactive mode.
5182 (sql-mode-menu): Update existing menu entries.
5183 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
5184 (sql-mode-oracle-font-lock-keywords)
5185 (sql-mode-postgres-font-lock-keywords)
5186 (sql-mode-ms-font-lock-keywords)
5187 (sql-mode-sybase-font-lock-keywords)
5188 (sql-mode-informix-font-lock-keywords)
5189 (sql-mode-interbase-font-lock-keywords)
5190 (sql-mode-ingres-font-lock-keywords)
5191 (sql-mode-solid-font-lock-keywords)
5192 (sql-mode-mysql-font-lock-keywords)
5193 (sql-mode-sqlite-font-lock-keywords)
5194 (sql-mode-db2-font-lock-keywords)
5195 (sql-mode-linter-font-lock-keywords): Update initialization to
5196 reduce run-time complexity.
5197 (sql-add-product, sql-del-product): New functions.
5198 (sql-set-product-feature, sql-get-product-feature): New functions.
5199 (sql-product-font-lock): Update product API.
5200 (sql-add-product-keywords): New function.
5201 (sql-highlight-product): Update product API.
5202 (sql-help-list-products): New function.
5203 (sql-help): Dynamically lists free and non-free products.
5204 (sql-get-login): Correct bug in handling history and added
5205 prompt for port.
5206 (sql-copy-column): Copy without properties.
5207 (sqli-input-sender): Apply filters to SQLi input.
5208 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
5209 Implement as a filter.
5210 (sql-escape-newlines-filter): Implement as a filter.
5211 (sql-remove-tabs-filter): New function.
5212 (sql-send-magic-terminator): New function.
5213 (sql-send-string): Implement magic terminator.
5214 (sql-send-region): Use `sql-send-string'.
5215 (sql-interactive-mode): Use product API.
5216 (sql-product-interactive): Use product API.
5217 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
5218 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
5219 (sql-db2, sql-linter): Use `sql-product-interactive'.
5220 (sql-connect): New function.
5221 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
5222 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
5223 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
5224 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
5225 Use `sql-connect'.
5226
5227 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5228
5229 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
5230 New custom variable.
5231 (completion-pcm--string->pattern): Use it.
5232 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
5233 Make it handle any symbol as `any'.
5234 (completion-pcm--merge-completions): Extract common suffix for the new
5235 `prefix' symbol as well.
5236 (completion-substring--all-completions): Use the new `prefix' symbol.
5237
5238 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
5239
5240 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
5241 not bound.
5242 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5243 (tramp-compat-funcall): New defmacro.
5244 (tramp-compat-line-beginning-position)
5245 (tramp-compat-line-end-position)
5246 (tramp-compat-temporary-file-directory)
5247 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5248 (tramp-compat-copy-file, tramp-compat-copy-directory)
5249 (tramp-compat-delete-file, tramp-compat-delete-directory)
5250 (tramp-compat-number-sequence, tramp-compat-process-running-p)
5251 * net/tramp.el (top, with-progress-reporter)
5252 (tramp-rfn-eshadow-setup-minibuffer)
5253 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5254 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5255 (tramp-completion-mode-p, tramp-check-for-regexp)
5256 (tramp-open-connection-setup-interactive-shell)
5257 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5258 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5259 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
5260 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5261 (tramp-reporter-dump-variable, tramp-load-report-modules)
5262 (tramp-append-tramp-buffers)
5263 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
5264
5265 * net/tramp-imap.el (top): Autoload `epg-make-context'.
5266
5267 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5268
5269 * progmodes/compile.el (compilation-buffer-modtime): Rename from
5270 buffer-modtime. Adjust users.
5271
5272 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5273
5274 * international/mule.el (auto-coding-alist): Only purecopy
5275 car of each item, not the whole list (Bug#6083).
5276
5277 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5278
5279 * progmodes/js.el (js-mode): Make paragraph variables local before
5280 calling c-setup-paragraph-variables (Bug#6071).
5281
5282 2010-05-08 Eli Zaretskii <eliz@gnu.org>
5283
5284 * composite.el (compose-region, reference-point-alist): Fix typos
5285 in the doc strings.
5286
5287 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5288
5289 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
5290 gnuplot's "set" command.
5291
5292 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5293
5294 * abbrev.el (last-abbrev-text): Doc fix.
5295 (abbrev-prefix-mark): Don't escape parenthesis.
5296
5297 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5298
5299 * composite.el (find-composition): Doc fix.
5300
5301 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5302
5303 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
5304 (sql-oracle-program, sql-sqlite-options)
5305 (sql-query-placeholders-and-send): Doc fixes.
5306 (sql-set-product, sql-interactive-mode): Reflow docstrings.
5307 (sql-imenu-generic-expression, sql-buffer)
5308 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
5309 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
5310 (sql-mode-sybase-font-lock-keywords)
5311 (sql-mode-informix-font-lock-keywords)
5312 (sql-mode-interbase-font-lock-keywords)
5313 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
5314 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
5315 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
5316 (sql-product-feature, sql-highlight-product)
5317 (comint-line-beginning-position, sql-rename-buffer)
5318 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
5319 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
5320 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
5321 Fix typos in docstrings.
5322
5323 2010-05-08 Juri Linkov <juri@jurta.org>
5324
5325 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
5326 property instead of `invisible' and `after-string' (bug#5998).
5327
5328 2010-05-08 Juri Linkov <juri@jurta.org>
5329
5330 * image-mode.el (image-mode-as-text): Fix typo in docstring.
5331
5332 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5333
5334 * filecache.el (file-cache-add-directory-list)
5335 (file-cache-add-directory-recursively): Fix typos in docstrings.
5336
5337 2010-05-08 Kenichi Handa <handa@m17n.org>
5338
5339 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
5340 (gujarati-composable-pattern): Fix typo.
5341
5342 2010-05-08 Kenichi Handa <handa@m17n.org>
5343
5344 * language/indian.el (oriya-composable-pattern)
5345 (tamil-composable-pattern, malayalam-composable-pattern):
5346 Add two-part vowels to "v" (vowel sign).
5347
5348 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5349
5350 * files.el (copy-directory): Handle symlinks (Bug#5982).
5351
5352 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
5353
5354 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
5355 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
5356 (Bug#5846).
5357
5358 2010-05-08 Glenn Morris <rgm@gnu.org>
5359
5360 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
5361
5362 * minibuffer.el (completion-at-point): Doc fix.
5363
5364 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5365
5366 * electric.el (Electric-command-loop): Minor tweak.
5367
5368 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
5369 better with dedicated windows.
5370
5371 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5372
5373 * Version 23.2 released.
5374
5375 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5376 Stefan Monnier <monnier@iro.umontreal.ca>
5377
5378 Highlight vendor specific properties.
5379 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
5380 (css-proprietary-property): New face.
5381 (css-font-lock-keywords): Use them.
5382
5383 2010-05-07 Eli Zaretskii <eliz@gnu.org>
5384
5385 * cus-start.el (all): Add native condition for tool-bar-* symbols.
5386
5387 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5388
5389 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
5390 * files.el (auto-mode-alist): Remove redundant entries.
5391
5392 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
5393 * simple.el (auto-save-mode): Move from files.el.
5394 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
5395
5396 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5397
5398 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5399
5400 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
5401
5402 * mail/binhex.el (binhex-decode-region-internal)
5403 * mail/uudecode.el (uudecode-decode-region-internal)
5404 * net/dns.el (dns-read-string-name, dns-write, dns-read)
5405 (dns-read-type, dns-query)
5406 * pgg-parse.el (pgg-parse-armor)
5407 * pgg.el (pgg-verify-region)
5408 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
5409 XEmacs.
5410
5411 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
5412
5413 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
5414
5415 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
5416
5417 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
5418 * emulation/cua-base.el (cua-repeat-replace-region):
5419 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5420 (cua-cut-region-to-global-mark):
5421 Remove text properties with `set-text-properties'.
5422
5423 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
5424
5425 * net/tramp.el (top, with-progress-reporter):
5426 Use `symbol-function' inside `funcall'.
5427
5428 * net/tramp-compat.el (tramp-compat-file-attributes)
5429 (tramp-compat-delete-file, tramp-compat-delete-directory):
5430 Handle only `wrong-number-of-arguments' error.
5431
5432 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
5433 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
5434 inside `funcall'.
5435
5436 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5437
5438 * minibuffer.el (completion--sreverse, completion--common-suffix):
5439 New functions.
5440 (completion-pcm--merge-completions): Extract common suffix when safe.
5441
5442 * emacs-lisp/easy-mmode.el (define-minor-mode):
5443 Make :variable more flexible.
5444 * files.el (auto-save-mode): Use it to define using define-minor-mode.
5445
5446 2010-05-05 Juri Linkov <juri@jurta.org>
5447
5448 Add `slow' and `history' tags to the desktop data.
5449
5450 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
5451 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
5452 (Info-finder-find-node): Require `finder.el' to be able
5453 to restore node from the desktop.
5454 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
5455 data `Info-history' and `slow' tag in the assoc list.
5456 (Info-restore-desktop-buffer): Don't restore nodes with the
5457 `slow' tag. Restore `Info-history'.
5458
5459 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
5460
5461 Add FORCE argument to `delete-file'.
5462
5463 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
5464 forcing to delete the temporary file.
5465 (ange-ftp-delete-file): Add FORCE arg.
5466 (ange-ftp-rename-remote-to-remote)
5467 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
5468 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
5469 Force file deletion.
5470
5471 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
5472
5473 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
5474 (tramp-handle-make-symbolic-link, tramp-handle-load)
5475 (tramp-do-copy-or-rename-file-via-buffer)
5476 (tramp-do-copy-or-rename-file-directly)
5477 (tramp-do-copy-or-rename-file-out-of-band)
5478 (tramp-handle-process-file, tramp-handle-call-process-region)
5479 (tramp-handle-shell-command, tramp-handle-file-local-copy)
5480 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5481 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
5482
5483 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
5484 (tramp-fish-handle-make-symbolic-link)
5485 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
5486
5487 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5488 Use `tramp-compat-delete-file'.
5489
5490 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
5491 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
5492
5493 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
5494 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
5495
5496 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
5497 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
5498 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
5499 `tramp-compat-delete-file'.
5500
5501 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5502
5503 Minor cleanups.
5504 * subr.el (add-minor-mode): Use push.
5505 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
5506 * emulation/edt.el (edt-select-mode): Simplify.
5507
5508 Use define-minor-mode in more cases.
5509 * term/tvi970.el (tvi970-set-keypad-mode):
5510 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5511 (normal-erase-is-backspace-mode):
5512 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
5513 (set-scroll-bar-mode-1): (Re)move to its sole caller.
5514 (get-scroll-bar-mode): New function.
5515 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
5516
5517 Use define-minor-mode for less obvious cases.
5518 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
5519 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
5520 * international/iso-ascii.el (iso-ascii-mode):
5521 * frame.el (auto-raise-mode, auto-lower-mode):
5522 * composite.el (global-auto-composition-mode): Use define-minor-mode.
5523
5524 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
5525
5526 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
5527 in order to see error messages for failed logins.
5528
5529 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
5530
5531 * diff.el (diff-sentinel):
5532
5533 * epg.el (epg--make-temp-file, epg-decrypt-string)
5534 (epg-verify-string, epg-sign-string, epg-encrypt-string):
5535
5536 * jka-compr.el (jka-compr-partial-uncompress)
5537 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
5538
5539 * server.el (server-sentinel): Use delete-file's new FORCE arg
5540 (Bug#6070).
5541
5542 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5543
5544 Use define-minor-mode where applicable.
5545 * view.el (view-mode):
5546 * type-break.el (type-break-query-mode)
5547 (type-break-mode-line-message-mode):
5548 * textmodes/reftex.el (reftex-mode):
5549 * term/vt100.el (vt100-wide-mode):
5550 * tar-mode.el (tar-subfile-mode):
5551 * savehist.el (savehist-mode):
5552 * ibuf-ext.el (ibuffer-auto-mode):
5553 * composite.el (auto-composition-mode):
5554 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5555 Use define-minor-mode.
5556 (vhdl-mode): Use static mode-line format.
5557 (vhdl-mode-line-update): Delete.
5558 (vhdl-create-mode-menu, vhdl-activate-customizations)
5559 (vhdl-hs-minor-mode): Don't bother calling it.
5560
5561 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5562
5563 * simple.el (with-wrapper-hook): Move.
5564 (buffer-substring-filters): Mark obsolete.
5565 (filter-buffer-substring-functions): New variable.
5566 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
5567
5568 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5569 Michael Albinus <michael.albinus@gmx.de>
5570
5571 Implement compression for inline methods.
5572
5573 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5574 (tramp-copy-size-limit): Allow also nil.
5575 (tramp-inline-compress-commands): New defconst.
5576 (tramp-find-inline-compress, tramp-get-inline-compress)
5577 (tramp-get-inline-coding): New defuns.
5578 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
5579 replaced by `tramp-get-inline-coding'.
5580 (tramp-handle-file-local-copy, tramp-handle-write-region)
5581 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5582
5583 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5584
5585 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
5586 Remove unused functions.
5587
5588 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
5589 Set find-tag-default-function as a variable rather than a property.
5590
5591 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
5592 * progmodes/etags.el (tags-completion-at-point-function):
5593 Remove left over interactive spec. Add autoloading stub.
5594 (complete-tag): Use tags-completion-at-point-function.
5595
5596 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
5597
5598 * minibuffer.el (tags-completion-at-point-function): Fix return value.
5599
5600 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
5601
5602 * ido.el (ido-init-completion-maps): Remove C-v binding.
5603 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
5604
5605 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
5606
5607 * minibuffer.el (tags-completion-at-point-function): New function.
5608 (completion-at-point-functions): Use it.
5609
5610 * progmodes/etags.el (complete-tag): Revert last change.
5611
5612 2010-04-29 Alan Mackenzie <acm@muc.de>
5613
5614 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
5615 off-by-one error (in end of macro position).
5616
5617 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5618
5619 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
5620 firefox is absent. Don't autoload.
5621 (browse-url-galeon-program): Don't autoload.
5622
5623 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
5624
5625 * bindings.el (complete-symbol): Move into minibuffer.el.
5626
5627 * minibuffer.el (complete-tag): Move from etags.el. If tags
5628 completion cannot be performed, return nil instead of signalling
5629 an error.
5630 (completion-at-point): Make it an alias for complete-symbol.
5631 (complete-symbol): Move from bindings.el, and replace with the
5632 body of completion-at-point.
5633
5634 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
5635
5636 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
5637
5638 * net/tramp.el (tramp-remote-selinux-p): New defun.
5639 (tramp-handle-file-selinux-context)
5640 (tramp-handle-set-file-selinux-context): Use it.
5641
5642 2010-04-28 Sam Steingold <sds@gnu.org>
5643
5644 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5645 `safe-local-variable' if the value is a string or a symbol with
5646 the property `bug-reference-url-format'.
5647
5648 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
5649
5650 * progmodes/bug-reference.el (bug-reference-url-format):
5651 Revert 2010-04-27 change due to security risk.
5652
5653 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5654
5655 Make it possible to locally disable a globally enabled mode.
5656 * simple.el (fundamental-mode): Run fundamental-mode-hook.
5657 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
5658 rather than kill-all-local-variables so it runs fundamental-mode-hook.
5659 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5660 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
5661 that subsequent hooks get a chance to disable it.
5662
5663 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5664
5665 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5666 Avoid re-enabling a minor mode after the user turned the minor mode
5667 off if MODE-enable-in-buffers is run twice (typically once from
5668 fundamental-mode's after-change-major-mode-hook and a second time from
5669 run-mode-hook's own after-change-major-mode-hook).
5670
5671 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
5672
5673 2010-04-27 Sam Steingold <sds@gnu.org>
5674
5675 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5676 `safe-local-variable' if the value is a string or a function, as
5677 documented and implemented on 2010-04-02.
5678
5679 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
5680
5681 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
5682 when method is 'kill.
5683
5684 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
5685
5686 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
5687 condition in default directory check.
5688 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
5689 Kill ispell process when killing its associated buffer.
5690
5691 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
5692
5693 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
5694 but we aren't using it.
5695
5696 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
5697
5698 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
5699 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
5700
5701 2010-04-24 Glenn Morris <rgm@gnu.org>
5702
5703 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
5704 Ignore VCS-ignore files, and deleted nextstep preferences files.
5705 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
5706 (authors-ambiguous-files): New list.
5707 (authors-valid-file-names): Add some deleted files.
5708 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
5709 (authors-disambiguate-file-name): New function. (Bug#5501)
5710 (authors-canonical-file-name): Doc fix.
5711 Don't warn about obsolete files.
5712 (authors-canonical-file-name, authors-scan-el):
5713 Use authors-disambiguate-file-name.
5714
5715 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5716 Add autoload cookies.
5717 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
5718 (generated-autoload-file): Set file-local value to "htmlfontify.el".
5719 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
5720 They have definitions / compiler macros in cl.el.
5721 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5722 Replace manual autoloads with generated ones.
5723 (htmlfontify-unload-rgb-file): Remove autoload.
5724 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
5725
5726 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5727
5728 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
5729 (byte-compile-setq-default): Optimize for the
5730 single-var case and don't call byte-compile-form in this case to avoid
5731 inf-loop with byte-compile-set-default.
5732
5733 * progmodes/compile.el (compilation-start): Abbreviate default directory.
5734
5735 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
5736
5737 Implement SELINUX backends.
5738
5739 * net/tramp.el (tramp-file-name-handler-alist):
5740 Add `file-selinux-context' and `set-file-selinux-context'.
5741 (tramp-handle-file-selinux-context)
5742 (tramp-handle-set-file-selinux-context): New defuns.
5743 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5744 Handle PRESERVE-SELINUX-CONTEXT.
5745
5746 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5747 Add `file-selinux-context' and `set-file-selinux-context'.
5748 (tramp-gvfs-handle-file-selinux-context)
5749 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5750 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5751
5752 * net/ange-ftp.el (ange-ftp-copy-file):
5753 * net/tramp-fish.el (tramp-fish-handle-copy-file):
5754 * net/tramp-imap.el (tramp-imap-handle-copy-file):
5755 * net/tramp-smb.el (tramp-smb-handle-copy-file):
5756 Add PRESERVE-SELINUX-CONTEXT.
5757
5758 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5759
5760 Synchronize with Tramp repository.
5761
5762 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
5763 (tramp-action-process-alive, tramp-action-out-of-band)
5764 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5765 (tramp-exists-file-name-handler): Fix docstring.
5766 (with-progress-reporter): New defmacro.
5767 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
5768 (tramp-maybe-open-connection): Use it.
5769
5770 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
5771
5772 Detect ssh 'ControlMaster' argument automatically in some cases.
5773
5774 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5775 (tramp-default-method): Use it.
5776
5777 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5778
5779 * net/tramp.el (tramp-handle-copy-file): Add new optional
5780 parameter `preserve-selinux-context'.
5781 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
5782
5783 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5784
5785 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
5786 Ensure, that non remote files are still checked. Oops.
5787
5788 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
5789
5790 Fix Bug#5840.
5791
5792 * icomplete.el (icomplete-completions): Use `non-essential'.
5793
5794 * net/tramp.el (tramp-connectable-p): New defun.
5795 (tramp-handle-expand-file-name)
5796 (tramp-completion-handle-file-name-all-completions)
5797 (tramp-completion-handle-file-name-completion): Use it.
5798
5799 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5800
5801 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
5802
5803 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5804
5805 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
5806
5807 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
5808
5809 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
5810 is present.
5811
5812 * info.el (info-tool-bar-map): Add labels.
5813
5814 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
5815
5816 * cus-edit.el (custom-commands): Add labels for tool bar.
5817 (custom-buffer-create-internal, Custom-mode): Adjust for
5818 labels in custom-commands.
5819
5820 * dynamic-setting.el: Renamed from font-setting.el.
5821
5822 2010-04-21 John Wiegley <jwiegley@gmail.com>
5823
5824 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
5825 toggles the use of virtual buffers.
5826 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
5827 (ido-toggle-virtual-buffers): New function.
5828
5829 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
5830
5831 Use `define-derived-mode'; fix window selection; doc fixes.
5832 * play/tetris.el (tetris, tetris-update-speed-function)
5833 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
5834 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
5835 (tetris-rotate-next, tetris-end-game, tetris-start-game)
5836 (tetris-pause-game): Fix typos in docstrings.
5837 (tetris-mode-map, tetris-null-map):
5838 Move initialization into declaration.
5839 (tetris-mode): Define with `define-derived-mode';
5840 set show-trailing-whitespace to nil.
5841 (tetris): Prefer window already displaying the "*Tetris*" buffer.
5842
5843 2010-04-21 Karel Klíč <kklic@redhat.com>
5844
5845 * files.el (backup-buffer): Handle SELinux context, and return it
5846 if a backup was made by renaming.
5847 (backup-buffer-copy): Set SELinux context to the target file.
5848 (basic-save-buffer): Set SELinux context of the newly written file.
5849 (basic-save-buffer-1): Now it also returns any SELinux context.
5850 (basic-save-buffer-2): Set SELinux context of the newly created file,
5851 and return it.
5852 * net/tramp.el (tramp-file-name-for-operation):
5853 Add file-selinux-context.
5854
5855 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5856
5857 Make the log-edit comments use RFC822 format throughout.
5858
5859 * vc.el (vc-checkin, vc-modify-change-comment):
5860 Adjust to new vc-start/finish-logentry.
5861 (vc-find-conflicted-file): New command.
5862 (vc-transfer-file): Adjust to new vc-checkin.
5863 (vc-next-action): Improve scoping.
5864
5865 * vc-hg.el (vc-hg-log-edit-mode): Remove.
5866 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
5867
5868 * vc-git.el (vc-git-log-edit-mode): Remove.
5869 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
5870 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
5871
5872 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
5873 (vc-start-logentry): Remove argument `extra'.
5874 (vc-finish-logentry): Remove extra args.
5875
5876 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
5877 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
5878 (vc-bzr-conflicted-files): New function.
5879
5880 * log-edit.el (log-edit-extra-flags)
5881 (log-edit-before-checkin-process): Remove.
5882 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
5883 (log-edit-headers-alist): New var.
5884 (log-edit-header-contents-regexp): New const.
5885 (log-edit-match-to-eoh): New function.
5886 (log-edit-font-lock-keywords): Use them.
5887 (log-edit): Insert a "Summary:" header as default.
5888 (log-edit-mode): Mark font-lock rules as case-insensitive.
5889 (log-edit-done): Cleanup headers.
5890 (log-view-process-buffer): Remove.
5891 (log-edit-extract-headers): New function to replace it.
5892
5893 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
5894
5895 * subr.el (default-direction-reversed): Remove obsolescence info.
5896
5897 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5898
5899 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
5900 windows/frames.
5901
5902 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
5903 I.e. include text after point in the completion region.
5904 Also, return nil when we're not after/in a symbol.
5905
5906 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
5907 default enable-multibyte-characters.
5908
5909 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5910
5911 * international/mule.el: Help the user choose a valid coding-system.
5912 (read-buffer-file-coding-system): New function.
5913 (set-buffer-file-coding-system): Use it. Prompt the user if the
5914 coding-system cannot encode all the chars.
5915
5916 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
5917 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
5918 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
5919 Don't use *vc-bzr-shelve*.
5920
5921 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
5922
5923 Fix the version number for added files.
5924 * vc-hg.el (vc-hg-working-revision): Check if the file is
5925 registered after hg parent fails (Bug#5961).
5926
5927 2010-04-19 Glenn Morris <rgm@gnu.org>
5928
5929 * htmlfontify.el (htmlfontify-buffer)
5930 (htmlfontify-copy-and-link-dir): Autoload entry points.
5931
5932 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
5933
5934 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
5935 name relative to the project root (Bug#5960).
5936
5937 2010-04-19 Glenn Morris <rgm@gnu.org>
5938
5939 * vc-git.el (vc-git-print-log): Doc fix.
5940
5941 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
5942
5943 * ido.el (ido-file-internal): Fix 2009-12-02 change.
5944
5945 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
5946
5947 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
5948 default settings (Bug#5928).
5949
5950 2010-04-19 Glenn Morris <rgm@gnu.org>
5951
5952 * progmodes/fortran.el (fortran-match-and-skip-declaration):
5953 New function.
5954 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
5955
5956 2010-04-19 Kenichi Handa <handa@m17n.org>
5957
5958 * language/indian.el (malayalam-composable-pattern): Fix previous
5959 change (add U+0D4D "SIGN VIRAMA").
5960 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
5961 (tamil-composable-pattern): Fix typo in the regexp.
5962 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
5963 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
5964 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
5965
5966 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
5967
5968 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
5969 paragraph-separate (Bug#5821).
5970
5971 2010-04-19 Juri Linkov <juri@jurta.org>
5972
5973 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
5974
5975 * info.el (Info-find-node-2): Comment out code that skips
5976 breadcrumbs line.
5977 (Info-mouse-follow-link): New command.
5978 (Info-link-keymap): New keymap.
5979 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
5980 Return a string with links instead of inserting breadcrumbs
5981 to the Info buffer.
5982 (Info-fontify-node): Comment out code that inserts breadcrumbs.
5983 Instead of putting the `invisible' text property over the Info
5984 header, make an overlay over the Info header with the `invisible'
5985 property and `after-string' set to the string returned by
5986 `Info-breadcrumbs'.
5987
5988 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
5989
5990 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
5991 Reported by monkey@sandpframing.com.
5992
5993 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5994
5995 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
5996 (tmm-get-keymap): Add key-binding shortcuts now that they're not
5997 available in the "keyseq cache" any more.
5998
5999 * custom.el (defcustom): Add edebug spec.
6000
6001 2010-04-18 Juri Linkov <juri@jurta.org>
6002
6003 Test for special mode-class in view-buffer instead of view-file (bug#5513).
6004
6005 * view.el (view-file, view-buffer): Move test for special mode-class
6006 from view-file to view-buffer.
6007
6008 * tar-mode.el (tar-extract): Turn if's into one cond
6009 like in arc-mode.el.
6010
6011 2010-04-18 Juri Linkov <juri@jurta.org>
6012
6013 Add 7z archive format support (bug#5475).
6014
6015 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
6016 (archive-7z-extract): New defcustom.
6017 (archive-find-type): Add magic string for 7z.
6018 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
6019 If `stderr-file' is non-nil, use `(t stderr-file)' for the
6020 `buffer' arg of `call-process'.
6021 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
6022 call the function `archive-7z-extract' with the variable
6023 `archive-7z-extract' let-bound to `archive-zip-extract'.
6024 (archive-7z-summarize, archive-7z-extract): New functions.
6025
6026 * international/mule.el (auto-coding-alist):
6027 * files.el (auto-mode-alist): Add 7z file extension.
6028
6029 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6030
6031 * loadup.el: Setup hash-cons for pure data.
6032
6033 Fix duplicate entries in cedet's loaddefs.el files.
6034 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
6035 Should make most file-local generated-autoload-file unnecessary.
6036 (print-readably): Silence warnings.
6037 (autoload-find-destination): Take load-name as an arg to make sure
6038 it's the same as the one that will be in the file.
6039 (autoload-generate-file-autoloads): Adjust to above changes.
6040 Try to make the dataflow a bit simpler.
6041
6042 * cvs-status.el (cvs-refontify): Remove unused.
6043
6044 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
6045
6046 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
6047
6048 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
6049 twos-complement mode.
6050
6051 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
6052
6053 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
6054 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
6055 (calc-inverse): Add "Option" to message, as appropriate.
6056 (calc-hyperbolic): Add "Option" to message, as appropriate.
6057 (calc-option, calc-is-option): New functions.
6058
6059 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
6060 (calc-option-prefix-help): New function.
6061
6062 * calc/calc-misc.el (calc-help): Add "Option" entry.
6063
6064 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
6065 (calc-option-flag): New variable.
6066 (calc-do): Set `calc-option-flag to nil.
6067 (calc-set-mode-line): Add "Opt " as appropriate.
6068
6069 2010-04-16 Juri Linkov <juri@jurta.org>
6070
6071 Move scrolling commands from simple.el to window.el
6072 because their primitives are implemented in window.c.
6073
6074 * simple.el (scroll-error-top-bottom)
6075 (scroll-up-command, scroll-down-command, scroll-up-line)
6076 (scroll-down-line, scroll-other-window-down)
6077 (beginning-of-buffer-other-window, end-of-buffer-other-window):
6078 * window.el (scroll-error-top-bottom)
6079 (scroll-up-command, scroll-down-command, scroll-up-line)
6080 (scroll-down-line, scroll-other-window-down)
6081 (beginning-of-buffer-other-window, end-of-buffer-other-window):
6082 Move from simple.el to window.el because their primitives are
6083 implemented in window.c.
6084
6085 2010-04-16 Juri Linkov <juri@jurta.org>
6086
6087 * isearch.el (isearch-lookup-scroll-key): Check both
6088 `isearch-scroll' and `scroll-command' properties.
6089 (scroll-up, scroll-down): Remove `isearch-scroll' property.
6090
6091 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
6092
6093 * simple.el (scroll-up-command, scroll-down-command)
6094 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
6095
6096 2010-04-15 Juri Linkov <juri@jurta.org>
6097
6098 * simple.el (scroll-up-command, scroll-down-command)
6099 (scroll-up-line, scroll-down-line): Put `scroll-command'
6100 property on the these symbols. Remove them from
6101 `scroll-preserve-screen-position-commands'.
6102
6103 * mwheel.el (mwheel-scroll): Put `scroll-command' and
6104 `isearch-scroll' properties on the `mwheel-scroll' symbol.
6105 Remove it from `scroll-preserve-screen-position-commands'.
6106
6107 * isearch.el (isearch-allow-scroll): Doc fix.
6108
6109 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
6110
6111 * net/tramp.el (tramp-error-with-buffer): Don't show the
6112 connection buffer when we are in completion mode.
6113 (tramp-file-name-handler): Catch the error for some operations
6114 when we are in completion mode. This gives the user the chance to
6115 correct the file name in the minibuffer.
6116
6117 2010-04-15 Glenn Morris <rgm@gnu.org>
6118
6119 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
6120
6121 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
6122
6123 Simplify by using `define-derived-mode'.
6124 * info.el (Info-mode):
6125 * calendar/todo-mode.el (todo-mode):
6126 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
6127 (gomoku-mode-map): Move initialization into declaration.
6128
6129 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
6130
6131 Fix Bug#5840.
6132 * ido.el (ido-file-name-all-completions-1):
6133 * minibuffer.el (minibuffer-completion-help):
6134 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
6135
6136 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6137
6138 * simple.el (non-essential): New var.
6139
6140 Add a new field `location' to bookmarks for non-file bookmarks.
6141 * bookmark.el (bookmark-location): Use the new field, if present.
6142 (bookmark-insert-location): Undo last change, not needed any more.
6143 * man.el (Man-bookmark-make-record):
6144 * woman.el (woman-bookmark-make-record): Add `location' field.
6145
6146 2010-04-14 Juri Linkov <juri@jurta.org>
6147
6148 * simple.el (scroll-error-top-bottom): New defcustom.
6149 (scroll-up-command, scroll-down-command): Use it. Doc fix.
6150
6151 * emulation/pc-select.el (pc-select-override-scroll-error):
6152 Obsolete in favor of `scroll-error-top-bottom'.
6153
6154 2010-04-14 Juri Linkov <juri@jurta.org>
6155
6156 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
6157 `scroll-up-command' and `M-v' to `scroll-down-command'.
6158
6159 * emulation/cua-rect.el (cua--init-rectangles):
6160 * forms.el (forms--change-commands):
6161 * image-mode.el (image-mode-map):
6162 Remap scroll-down-command and scroll-up-command
6163 in addition to scroll-down and scroll-up.
6164
6165 2010-04-14 Juri Linkov <juri@jurta.org>
6166
6167 * mwheel.el (scroll-preserve-screen-position-commands):
6168 Add mwheel-scroll to this list of commands.
6169
6170 * simple.el (scroll-preserve-screen-position-commands):
6171 Add scroll-up-command, scroll-down-command, scroll-up-line,
6172 scroll-down-line to this list of commands.
6173
6174 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6175
6176 * obsolete/complete.el: Move from lisp/complete.el.
6177
6178 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
6179
6180 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
6181 to the minor mode function now turns the mode ON unconditionally.
6182
6183 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6184
6185 * vc-dir.el (vc-dir-kill-line): New command.
6186 (vc-dir-mode-map): Bind it to C-k.
6187
6188 * bookmark.el (bookmark-insert-location): Handle a nil filename.
6189
6190 * woman.el: Add bookmark declarations to silence the compiler.
6191 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
6192 step to compatibility between man and woman bookmarks.
6193 Adjust for Man-default-bookmark-title renaming.
6194 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
6195
6196 * man.el: Add bookmark declarations to silence the compiler.
6197 (Man-name-local-regexp): Make it match NAME as well.
6198 (Man-getpage-in-background): Return the buffer.
6199 (Man-notify-when-ready): Use `case'.
6200 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
6201 Don't hardcode "NAME". Simplify.
6202 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
6203 Rename from Man-bookmark-make-record.
6204 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
6205 we have the actual man-args. Use Man-getpage-in-background rather
6206 than `man' since the arg is already processed. Let bookmark.el do the
6207 window handling. Only wait for the relevant process.
6208 Don't forget to autoload.
6209
6210 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
6211
6212 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6213
6214 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
6215 New functions.
6216 (woman-mode): Setup bookmark support.
6217
6218 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
6219 (man-bookmark-jump): New functions.
6220 (Man-mode): Setup bookmark support.
6221
6222 2010-04-10 Jari Aalto <jari.aalto@cante.net>
6223
6224 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
6225 recognize ssh-keygen prompt (Bug#2817).
6226
6227 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
6228
6229 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
6230
6231 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
6232
6233 Synchronize with Tramp repository.
6234
6235 * net/tramp.el (tramp-completion-function-alist)
6236 (tramp-file-name-regexp, tramp-chunksize)
6237 (tramp-local-coding-commands, tramp-remote-coding-commands):
6238 Fix docstring.
6239 (tramp-remote-process-environment): Use `format' instead of `concat'.
6240 (tramp-handle-directory-files-and-attributes)
6241 (tramp-get-remote-path): Use `copy-tree'.
6242 (tramp-handle-file-name-all-completions): Backward/ XEmacs
6243 compatibility: Use `completion-ignore-case' if
6244 `read-file-name-completion-ignore-case' does not exist.
6245 (tramp-do-copy-or-rename-file-directly): Do not use
6246 `tramp-handle-file-remote-p'.
6247 (tramp-do-copy-or-rename-file-out-of-band):
6248 Use `tramp-compat-delete-directory'.
6249 (tramp-do-copy-or-rename-file-out-of-band)
6250 (tramp-compute-multi-hops, tramp-maybe-open-connection):
6251 Use `format-spec-make'.
6252 (tramp-find-foreign-file-name-handler)
6253 (tramp-advice-make-auto-save-file-name)
6254 (tramp-set-auto-save-file-modes): Remove superfluous check for
6255 `stringp'. This is done inside `tramp-tramp-file-p'.
6256 (tramp-debug-outline-regexp): New defconst.
6257 (tramp-get-debug-buffer): Use it.
6258 (tramp-check-for-regexp): Use (forward-line 1).
6259 (tramp-set-auto-save-file-modes): Adapt version check.
6260
6261 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
6262 Wrap call of `featurep' for 2nd argument.
6263 (tramp-compat-make-temp-file): Simplify fallback implementation.
6264 (tramp-compat-copy-tree): Remove function.
6265 (tramp-compat-delete-directory): Provide implementation for older
6266 Emacsen.
6267
6268 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
6269 Do not use `tramp-fish-handle-file-attributes.
6270
6271 * net/trampver.el: Update release number.
6272
6273 2010-04-10 Glenn Morris <rgm@gnu.org>
6274
6275 * progmodes/compile.el (compilation-save-buffers-predicate):
6276 Add missing :version tag.
6277
6278 2010-04-09 Sam Steingold <sds@gnu.org>
6279
6280 * progmodes/compile.el (compilation-save-buffers-predicate):
6281 Remove the "autoload" cookie.
6282
6283 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
6284 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
6285 and `bug-reference-prog-mode' can be used in hooks directly.
6286
6287 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6288
6289 Add --author support to git commit.
6290 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
6291 (vc-git-log-edit-mode): New minor mode.
6292 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
6293 New declarations.
6294
6295 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
6296
6297 * vc-hooks.el, vc-git.el: Improve documentation comments.
6298
6299 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6300
6301 Fix some of the problems in defsubst* (bug#5728).
6302 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
6303 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
6304
6305 2010-04-07 Sam Steingold <sds@gnu.org>
6306
6307 * progmodes/compile.el (compilation-save-buffers-predicate):
6308 New custom variable.
6309 (compile, recompile): Pass it to `save-some-buffers'.
6310
6311 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
6312
6313 * wid-edit.el (widget-choose): Move cursor to the second line of
6314 the buffer (Bug#5695).
6315
6316 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6317
6318 Add new VC methods: vc-log-incoming and vc-log-outgoing.
6319 * vc.el (vc-print-log-setup-buttons): New function split out from
6320 vc-print-log-internal.
6321 (vc-log-internal-common): New function, a parametrized version of
6322 vc-print-log-internal.
6323 (vc-print-log-internal): Just call vc-log-internal-common with the
6324 right arguments.
6325 (vc-incoming-outgoing-internal):
6326 (vc-log-incoming, vc-log-outgoing): New functions.
6327 (vc-log-view-type): New permanent local variable.
6328
6329 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
6330
6331 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
6332 of the dynamic bound vc-short-log.
6333 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
6334
6335 * vc-git.el (vc-git-log-outgoing): New function.
6336 (vc-git-log-view-mode): Use vc-log-view-type instead
6337 of the dynamic bound vc-short-log.
6338
6339 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
6340 of the dynamic bound vc-short-log. Highlight the tag.
6341 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
6342 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
6343 (vc-hg-incoming-mode): Remove.
6344 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
6345
6346 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6347
6348 Fix default-directory for vc-root-diff.
6349 * vc.el (vc-root-diff): Bind default-directory to the root
6350 directory for the diff command.
6351
6352 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
6353
6354 * progmodes/verilog-mode.el (verilog-forward-sexp):
6355 (verilog-calc-1): Support "disable fork" and "fork wait" multi
6356 word keywords, suggested by Steve Pearlmutter.
6357 (verilog-pretty-declarations): Support lineup of declarations in
6358 port lists.
6359 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
6360 fix bug for /* / comments.
6361 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
6362 Speed up and simplfy as this is never called with a bound.
6363 (verilog-pretty-declarations): Enhance to line up declarations
6364 inside a parameter list, suggested by Alan Morgan.
6365 (verilog-pretty-expr): Tune assignment regular expression match
6366 string for corner cases; also use markers instead of character
6367 number as indent changes the later.
6368
6369 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
6370
6371 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
6372 as missing keyword.
6373 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
6374 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
6375 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
6376 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
6377 Tennant.
6378 (verilog-keywords):
6379 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
6380 1800-2009 keywords, including "global.".
6381
6382 2010-04-06 John Wiegley <jwiegley@gmail.com>
6383
6384 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
6385 appearing in buffer list (if a live buffer name matched a recentf
6386 file basename). Should use uniquify to offer a real solution.
6387
6388 2010-04-06 John Wiegley <jwiegley@gmail.com>
6389
6390 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
6391 comment to code, and add a :version tag.
6392 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
6393
6394 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
6395
6396 Enable recentf-mode if using virtual buffers.
6397 * ido.el (recentf-list): Declare for byte-compiler.
6398 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
6399 (ido-make-buffer-list): Simplify.
6400 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
6401
6402 2010-04-05 Juri Linkov <juri@jurta.org>
6403
6404 Scrolling commands which scroll a line instead of full screen.
6405 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6406
6407 * simple.el (scroll-up-line, scroll-down-line): New commands.
6408 Put property isearch-scroll=t on them.
6409
6410 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
6411 Remove commands.
6412
6413 2010-04-05 Juri Linkov <juri@jurta.org>
6414
6415 Scrolling commands which do not signal errors at top/bottom.
6416 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6417
6418 * simple.el (scroll-up-command, scroll-down-command): New commands.
6419 Put property isearch-scroll=t on them.
6420
6421 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
6422 `scroll-down-command' and [next] from `scroll-up' to
6423 `scroll-up-command'.
6424
6425 * emulation/cua-base.el: Put property CUA=move on
6426 `scroll-up-command' and `scroll-down-command'.
6427 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
6428 and `scroll-down-command' to `cua-scroll-down'.
6429
6430 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
6431
6432 * help.el (describe-mode): Return nil.
6433
6434 2010-04-04 John Wiegley <jwiegley@gmail.com>
6435
6436 * ido.el (ido-use-virtual-buffers): New variable to indicate
6437 whether "virtual buffer" support is enabled for IDO.
6438 (ido-virtual): Face used to indicate virtual buffers in the list.
6439 (ido-buffer-internal): If a buffer is chosen, and no such buffer
6440 exists, but a virtual buffer of that name does (which would be why
6441 it was in the list), recreate the buffer by reopening the file.
6442 (ido-make-buffer-list): If virtual buffers are being used, call
6443 `ido-add-virtual-buffers-to-list' before the make list hook.
6444 (ido-virtual-buffers): New variable which contains a copy of the
6445 current contents of the `recentf-list', albeit pared down for the
6446 sake of speed, and with proper faces applied.
6447 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
6448 create a list of "virtual buffers" to present to the user in
6449 addition to the currently open set. Note that this logic could
6450 get rather slow if that list is too large. With the default
6451 `recentf-max-saved-items' of 200, there is little speed penalty.
6452
6453 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6454
6455 * font-lock.el: Require CL when compiling.
6456 (font-lock-turn-on-thing-lock): Use `case'.
6457
6458 2010-04-03 Eli Zaretskii <eliz@gnu.org>
6459
6460 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
6461 Zaretskii.
6462
6463 2010-04-02 Juri Linkov <juri@jurta.org>
6464
6465 * ehelp.el (electric-help-orig-major-mode):
6466 New buffer-local variable.
6467 (electric-help-mode): Set it to original major-mode. Doc fix.
6468 (with-electric-help): Use `electric-help-orig-major-mode' instead
6469 of (default-value 'major-mode). Doc fix.
6470 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
6471
6472 2010-04-02 Sam Steingold <sds@gnu.org>
6473
6474 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
6475 `vc-hg-command' with a list of flags.
6476
6477 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6478 Also accept "patch" and "RFE".
6479 (bug-reference-fontify): `bug-reference-url-format' can also be a
6480 function to be able to handle the bug kind.
6481 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
6482
6483 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
6484
6485 * tmm.el (tmm-get-keymap): Check with symbolp before passing
6486 value to fboundp, it may not be a symbol.
6487
6488 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6489
6490 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
6491
6492 2010-03-31 Juri Linkov <juri@jurta.org>
6493
6494 * simple.el (next-line, previous-line): Re-throw a signal
6495 with `signal' instead of using `ding'.
6496 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
6497
6498 2010-03-31 Juri Linkov <juri@jurta.org>
6499
6500 * simple.el (keyboard-escape-quit): Raise deselecting the active
6501 region higher than exiting the minibuffer.
6502 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
6503
6504 2010-03-31 Juri Linkov <juri@jurta.org>
6505
6506 * image.el (image-animated-p): Use `image-metadata' instead of
6507 `image-extension-data'. Get GIF extenstion data from metadata
6508 property `extension-data'.
6509
6510 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6511
6512 * simple.el (append-to-buffer): Simplify.
6513
6514 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
6515
6516 * textmodes/artist.el (artist-mode): Fix typo in docstring.
6517 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
6518
6519 2010-03-31 Kenichi Handa <handa@m17n.org>
6520
6521 * language/sinhala.el (composition-function-table): Fix regexp for
6522 the new Unicode specification.
6523
6524 * language/indian.el (devanagari-composable-pattern)
6525 (tamil-composable-pattern, kannada-composable-pattern)
6526 (malayalam-composable-pattern): Adjust for the new Unicode
6527 specification.
6528 (bengali-composable-pattern, gurmukhi-composable-pattern)
6529 (gujarati-composable-pattern, oriya-composable-pattern)
6530 (telugu-composable-pattern): New variables to cope with the new
6531 Unicode specification. Use them in composition-function-table.
6532
6533 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6534
6535 Make tmm-menubar work for the Buffers menu again (bug#5726).
6536 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
6537 vectors rather than cons cells, as used in menu-bar-update-buffers.
6538
6539 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6540
6541 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
6542 (js-insert-and-indent): Revert 2009-08-15 change, restoring
6543 electric punctuation for "{}();,:" (Bug#5586).
6544
6545 * mail/sendmail.el (mail-default-directory): Doc fix.
6546
6547 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6548
6549 * mail/sendmail.el (mail-default-directory): Doc fix.
6550
6551 2010-03-31 Eli Zaretskii <eliz@gnu.org>
6552
6553 * subr.el (version-regexp-alist, version-to-list)
6554 (version-list-<, version-list-=, version-list-<=)
6555 (version-list-not-zero, version<, version<=, version=): Doc fix.
6556 (Bug#5744).
6557
6558 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
6559
6560 * vc.el (vc-root-diff): Doc fix.
6561
6562 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6563
6564 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
6565
6566 * simple.el (append-to-buffer): Fix last change.
6567
6568 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6569
6570 * simple.el (append-to-buffer): Ensure that point is preserved if
6571 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
6572 (Bug#5749)
6573
6574 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6575
6576 * files.el (auto-mode-case-fold): Change default to t.
6577
6578 2010-03-30 Juri Linkov <juri@jurta.org>
6579
6580 * dired-x.el (dired-omit-mode): Doc fix.
6581
6582 2010-03-30 Juri Linkov <juri@jurta.org>
6583
6584 * replace.el (occur-accumulate-lines): Move occur-engine related
6585 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
6586 to be located after `occur-engine'.
6587
6588 2010-03-30 Juri Linkov <juri@jurta.org>
6589
6590 Make occur handle multi-line matches cleanly with context.
6591 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
6592
6593 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
6594 (occur-engine): Add local variables `ret', `prev-after-lines',
6595 `prev-lines'. Use more arguments for `occur-context-lines'.
6596 Set first elem of its returned list to `data', and the second elem
6597 to `prev-after-lines'. Don't print the separator line.
6598 In the end, print remaining context after-lines.
6599 (occur-context-lines): Add new arguments `begpt', `endpt',
6600 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
6601 after-lines of the previous match with before-lines of the
6602 current match and not overlap them. Return a list with two
6603 values: the output line and the list of context after-lines.
6604
6605 2010-03-30 Juri Linkov <juri@jurta.org>
6606
6607 * replace.el (occur-accumulate-lines): Fix a bug where the first
6608 context line at the beginning of the buffer was missing.
6609
6610 2010-03-30 Eli Zaretskii <eliz@gnu.org>
6611
6612 * files.el: Make bidi-display-reordering safe variable for boolean
6613 values.
6614
6615 2010-03-29 Phil Hagelberg <phil@evri.com>
6616 Chong Yidong <cyd@stupidchicken.com>
6617
6618 * subr.el: Extend progress reporters to perform "spinning".
6619 (progress-reporter-update, progress-reporter-do-update):
6620 Handle non-numeric value arguments.
6621 (progress-reporter--pulse-characters): New var.
6622
6623 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
6624
6625 * progmodes/compile.el (compilation-start): Fix regexp detection
6626 of initial cd command (Bug#5771).
6627
6628 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
6629
6630 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
6631
6632 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
6633
6634 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
6635 * progmodes/gdb-mi.el: Restore.
6636 * progmodes/gdb-ui.el: Remove.
6637 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
6638
6639 2010-03-25 Glenn Morris <rgm@gnu.org>
6640
6641 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
6642 all dired buffers, even tramp ones. (Bug#5755)
6643
6644 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6645
6646 Add "union tags" in mpc.el.
6647 * mpc.el: Remove backward compatibility code.
6648 (mpc-browser-tags): Change default.
6649 (mpc--find-memoize-union-tags): New var.
6650 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
6651 (mpc-cmd-find): Handle the case where the playlist does not exist.
6652 Handle union-tags.
6653 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
6654 (mpc-cmd-add): Use mpc-cmd-flush.
6655 (mpc-tagbrowser-tag-name): New fun.
6656 (mpc-tagbrowser-buf): Use it.
6657 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
6658
6659 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6660
6661 Misc cleanup.
6662 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
6663 Use replace-regexp-in-string.
6664 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
6665 (makefile-imake-mode-syntax-table): Move init into defvar.
6666 (makefile-mode): Use define-derived-mode.
6667
6668 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
6669 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
6670 not be present any more.
6671
6672 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6673
6674 * faces.el (set-face-attribute): Fix typo in docstring.
6675 (face-valid-attribute-values): Reflow docstring.
6676
6677 2010-03-24 Glenn Morris <rgm@gnu.org>
6678
6679 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
6680
6681 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
6682
6683 * indent.el (indent-for-tab-command): Doc fix.
6684
6685 2010-03-24 Alan Mackenzie <acm@muc.de>
6686
6687 * progmodes/cc-engine.el (c-remove-stale-state-cache):
6688 Fix off-by-one error. Fixes bug #5747.
6689
6690 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6691
6692 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
6693 (image-dired-read-comment): Doc fix.
6694
6695 * json.el (json-object-type, json-array-type, json-key-type)
6696 (json-false, json-null, json-read-number):
6697 * minibuffer.el (completion-in-region-functions):
6698 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
6699 (cal-tex-cursor-week):
6700 * emacs-lisp/trace.el (trace-function):
6701 * eshell/em-basic.el (eshell/printnl):
6702 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
6703 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
6704 * obsolete/levents.el (allocate-event, event-key, event-object)
6705 (event-point, event-process, event-timestamp, event-to-character)
6706 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
6707 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
6708 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
6709 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
6710 (reftex-highlight-selection): Fix typos in docstrings.
6711
6712 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6713
6714 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
6715
6716 2010-03-24 Glenn Morris <rgm@gnu.org>
6717
6718 * mail/rmail.el (rmail-highlight-face): Restore option deleted
6719 2008-02-13 without comment; mark it obsolete.
6720 (rmail-highlight-headers): Use rmail-highlight-face once more.
6721
6722 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
6723
6724 * woman.el (woman2-process-escapes): Only consume the newline if
6725 the filler character is on a line by itself (Bug#5729).
6726
6727 2010-03-24 Kenichi Handa <handa@m17n.org>
6728
6729 * language/indian.el (devanagari-composable-pattern): Add more
6730 consonants.
6731
6732 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
6733
6734 * net/trampver.el: Update release number.
6735
6736 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
6737
6738 * net/tramp.el (tramp-find-executable):
6739 Use `tramp-get-connection-buffer'. Make the regexp for checking
6740 output of "wc -l" more robust.
6741 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
6742 (tramp-open-connection-setup-interactive-shell): Remove workaround
6743 for OpenSolaris bug, it is not needed anymore.
6744
6745 2010-03-24 Glenn Morris <rgm@gnu.org>
6746
6747 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
6748
6749 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
6750
6751 * files.el (auto-mode-alist): Accept more verilog file patterns.
6752
6753 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6754
6755 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
6756
6757 2010-03-24 Glenn Morris <rgm@gnu.org>
6758
6759 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
6760 log-edit-before-checkin-process.
6761
6762 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
6763
6764 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
6765
6766 * vc-dispatcher.el (vc-start-logentry): Doc fix.
6767 (log-view-process-buffer, log-edit-extra-flags): Declare.
6768
6769 * log-edit.el (log-edit-before-checkin-process): Doc fix.
6770
6771 2010-03-23 Sam Steingold <sds@gnu.org>
6772
6773 Fix bug#5620: recalculate all markers on compilation buffer
6774 modifications, not on file modifications.
6775 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
6776 the buffer modification time, for buffers not associated with files.
6777 (compilation-mode): Create it.
6778 (compilation-filter): Update it.
6779 (compilation-next-error-function): Use it instead of
6780 `visited-file-modtime' for timestamp.
6781
6782 2010-03-23 Juri Linkov <juri@jurta.org>
6783
6784 Implement Occur multi-line matches.
6785 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
6786
6787 * replace.el (occur): Doc fix.
6788 (occur-engine): Set `begpt' to the beginning of the first line.
6789 Set `endpt' to the end of the last match line. At first, count
6790 line numbers between `origpt' and `begpt'. Split out code from
6791 `out-line' variable to new let-bindings `match-prefix' and
6792 `match-str'. In `out-line' add non-numeric prefix to all
6793 non-first lines of multi-line matches. Finally, count lines
6794 between `begpt' and `endpt' and add to `lines'.
6795
6796 2010-03-23 Juri Linkov <juri@jurta.org>
6797
6798 * replace.el (occur-accumulate-lines, occur-engine):
6799 Use `occur-engine-line' instead of duplicate code.
6800 (occur-engine-line): New function created from duplicate code
6801 in `occur-accumulate-lines' and `occur-engine'.
6802
6803 * replace.el (occur-engine-line): Add optional arg `keep-props'.
6804 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
6805
6806 2010-03-23 Juri Linkov <juri@jurta.org>
6807
6808 * finder.el: Remove TODO tasks.
6809
6810 * info.el (Info-finder-find-node): Add node "all"
6811 with all package info. Handle a list of multiple keywords
6812 separated by comma.
6813 (info-finder): In interactive use with a prefix argument,
6814 use `completing-read-multiple' to read a list of keywords
6815 separated by comma.
6816
6817 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6818
6819 Add a new completion style `substring'.
6820 * minibuffer.el (completion-basic--pattern): New function.
6821 (completion-basic-try-completion, completion-basic-all-completions):
6822 Use it.
6823 (completion-substring--all-completions)
6824 (completion-substring-try-completion)
6825 (completion-substring-all-completions): New functions.
6826 (completion-styles-alist): New style `substring'.
6827
6828 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6829
6830 Get rid of .elc files after removal of the corresponding .el.
6831 * Makefile.in (compile-clean): New target.
6832 (compile-main): Use it.
6833
6834 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
6835
6836 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
6837 don't do make there. When compiling with separate object dir, there
6838 is no Makefile there.
6839
6840 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6841
6842 Get rid of the ELCFILES abomination, again.
6843 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6844 (all, compile): Don't call compile-last.
6845 (compile-main): Build the "elcfiles" list dynamically.
6846 (compile-targets): New (internal) target.
6847
6848 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
6849
6850 * Makefile.in (top_srcdir): Define.
6851 (abs_top_builddir): Define.
6852 (srcdir): Don't append `/..'.
6853 (EMACS): Use ${abs_top_builddir}.
6854 (all, compile, compile-always, compile-last): Don't set emacswd.
6855 (update-subdirs, update-authors): Use $(top_srcdir) instead of
6856 $(srcdir).
6857 (lisp): Use $(srcdir) instead of @srcdir@.
6858
6859 2010-03-21 Juri Linkov <juri@jurta.org>
6860
6861 Fix message of multi-line occur regexps and multi-buffer header lines.
6862 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
6863
6864 * replace.el (occur-1): Don't display regexp if it is longer
6865 than window-width. Use `query-replace-descr' to display regexp.
6866 (occur-engine): Don't display regexp in the buffer header for
6867 multi-buffer occur. Display a separate header line with total
6868 match count and regexp for multi-buffer occur.
6869 Use `query-replace-descr' to display regexp.
6870
6871 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6872
6873 * net/secrets.el: Fix parenthesis.
6874 (secrets-enabled): Fix parenthesis.
6875
6876 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6877
6878 Use more relative file and directory names.
6879 * Makefile.in (EMACS): Arrange for it to work when we chdir.
6880 (setwins, setwins_almost, setwins_for_subdirs):
6881 Don't `cd'; output relative names.
6882 (all, compile, compile-always, compile-last): Set emacswd.
6883 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
6884 Just cd to the lisp source dir so we can use relative file names.
6885
6886 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
6887
6888 2010-03-20 Glenn Morris <rgm@gnu.org>
6889
6890 * textmodes/rst.el: Use faces for font-lock customization, and make the
6891 old -face variables obsolete.
6892 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
6893 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
6894 (rst-block-face, rst-external-face, rst-definition-face)
6895 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
6896 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
6897 Make obsolete.
6898 (rst-font-lock-keywords-function): Update for above changes.
6899
6900 2010-03-20 Juri Linkov <juri@jurta.org>
6901
6902 * s-region.el:
6903 * obsolete/s-region.el: Move to obsolete.
6904
6905 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
6906
6907 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
6908
6909 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6910
6911 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
6912
6913 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6914
6915 Add special markup processing for commit logs.
6916 * log-edit.el (log-edit-extra-flags): New variable.
6917 (log-edit): Add new argument MODE. Use that mode when non-nil
6918 instead of the log-view-mode.
6919 (log-view-process-buffer): New function.
6920
6921 * vc.el: Document that the checkin method takes optional
6922 arguments. Document new backend specific method: log-view-mode.
6923 (vc-default-log-edit-mode): New function.
6924 (vc-checkin): Use a backend specific log-view-mode.
6925 Pass extra arguments to the checkin method.
6926 (vc-modify-change-comment): Pass a dummy extra argument.
6927
6928 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
6929 log-edit.
6930 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
6931 (vc-finish-logentry): Process the log buffer before passing it
6932 down. Pass log-edit-extra-flags.
6933
6934 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
6935 command.
6936 (log-edit-extra-flags, log-edit-before-checkin-process):
6937 New declarations.
6938
6939 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
6940 command.
6941 (log-edit-extra-flags, log-edit-before-checkin-process):
6942 New declarations.
6943 (vc-hg-log-edit-mode): New derived mode.
6944
6945 * vc-arch.el (vc-arch-checkin):
6946 * vc-cvs.el (vc-cvs-checkin):
6947 * vc-git.el (vc-git-checkin):
6948 * vc-mtn.el (vc-mtn-checkin):
6949 * vc-rcs.el (vc-rcs-checkin):
6950 * vc-sccs.el (vc-sccs-checkin):
6951 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
6952
6953 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
6954
6955 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
6956 parent typo).
6957
6958 2010-03-19 Glenn Morris <rgm@gnu.org>
6959
6960 * password-cache.el (password-cache, password-cache-expiry): Autoload.
6961
6962 2010-03-18 Glenn Morris <rgm@gnu.org>
6963
6964 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
6965
6966 * replace.el (query-replace-history): Give it a doc string.
6967 (map-query-replace-regexp): Use query-replace-from-history-variable
6968 and query-replace-to-history-variable.
6969
6970 * mail/hashcash.el (declare-function): Remove duplicate definition.
6971
6972 * mail/emacsbug.el (report-emacs-bug-pretest-address):
6973 Make it an obsolete alias for report-emacs-bug-address.
6974 (message-strip-special-text-properties): Declare.
6975 (report-emacs-bug): Remove test for a pretest bug address.
6976 Combine message-mode-specific code.
6977
6978 * mail/supercite.el: Don't require sendmail.
6979 (mh-in-header-p): Declare rather than using with-no-warnings.
6980 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
6981 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
6982
6983 * calendar/cal-french.el: Convert to utf-8.
6984
6985 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
6986 Emacs scripts.
6987
6988 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
6989
6990 * net/secrets.el (secrets-enabled): New variable. Use it instead
6991 of a subfeature.
6992
6993 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
6994
6995 * net/secrets.el (top): Register the D-Bus signals only when the
6996 service "org.freedesktop.secrets" can be pinged.
6997 Provide subfeature `enabled'.
6998
6999 2010-03-14 Juri Linkov <juri@jurta.org>
7000
7001 Add finder unknown keywords.
7002
7003 * finder.el (finder-unknown-keywords): New function.
7004
7005 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
7006 to create a Finder node with unknown keywords.
7007
7008 2010-03-14 Juri Linkov <juri@jurta.org>
7009
7010 * finder.el (finder-compile-keywords): Replace `princ' with
7011 `prin1' on a list of symbols interned from keyword strings.
7012
7013 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
7014 a comma, then split keywords using a comma and optional whitespace.
7015 Otherwise, split by whitespace.
7016
7017 * complete.el:
7018 * face-remap.el:
7019 * log-view.el:
7020 * net/hmac-def.el:
7021 * net/hmac-md5.el:
7022 * net/netrc.el:
7023 * progmodes/mixal-mode.el: Fix keywords.
7024
7025 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
7026
7027 * Makefile.in (ELCFILES): Add net/secrets.elc.
7028
7029 * net/secrets.el: New file.
7030
7031 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7032
7033 * facemenu.el (list-colors-display, list-colors-print): New arg
7034 callback. Use it to allow selecting colors.
7035
7036 * wid-edit.el (widget-image-insert): Insert image prop even if the
7037 current display is non-graphic.
7038 (widget-field-value-set): New fun.
7039 (editable-field): Use it.
7040 (widget-field-value-get): Clean up unused var.
7041 (widget-color-value-create, widget-color--choose-action):
7042 New funs. Allow using list-colors-display to choose color.
7043
7044 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7045
7046 * cus-edit.el: Resort topmost custom groups.
7047 (custom-buffer-sort-alphabetically): Default to t.
7048 (customize-apropos): Use apropos-parse-pattern.
7049 (custom-search-field): New var.
7050 (custom-buffer-create-internal): Add custom-apropos search field.
7051 (custom-add-parent-links): Don't display parent doc.
7052 (custom-group-value-create): Don't sort top-level custom group.
7053 (custom-magic-value-create): Show visibility button before option name.
7054
7055 (custom-variable-state): New fun, from custom-variable-state-set.
7056 (custom-variable-state-set): Use it.
7057 (custom-group-value-create): Hide options with standard values
7058 using the :hidden-states property. Use progress reporter.
7059
7060 (custom-show): Simplify.
7061 (custom-visibility): Disable images by default.
7062 (custom-variable): New property :hidden-states.
7063 (custom-variable-value-create): Enable images for
7064 custom-visibility widgets. Use :hidden-states property to
7065 determine initial visibility.
7066
7067 * wid-edit.el (widget-image-find): Give images center ascent.
7068 (visibility): Add :on-image and :off-image properties.
7069 (widget-visibility-value-create): Use them.
7070
7071 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7072
7073 * cus-edit.el (processes): Remove from development group.
7074 (oop, hypermedia): Delete group.
7075 (comm): Promote to top-level group.
7076
7077 * net/browse-url.el (browse-url):
7078 * net/xesam.el (xesam):
7079 * net/tramp.el (tramp):
7080 * net/goto-addr.el (goto-address):
7081 * net/ange-ftp.el (ange-ftp): Put in comm group.
7082
7083 * view.el (view): Remove from editing group.
7084
7085 * uniquify.el (uniquify): Put in files group.
7086
7087 * net/browse-url.el (browse-url):
7088 * ps-print.el (postscript): Put in external group.
7089
7090 * cus-edit.el (outlines):
7091 * textmodes/text-mode.el (text-mode-hook):
7092 * textmodes/table.el (table):
7093 * textmodes/picture.el (picture):
7094 * outline.el (outlines): Put in wp group.
7095
7096 * nxml/nxml-mode.el (nxml): Remove from wp group.
7097
7098 * net/tramp-imap.el (tramp-imap): Put in tramp group.
7099
7100 * mail/metamail.el (metamail): Remove from hypermedia group.
7101
7102 * cus-edit.el (abbrev):
7103 * whitespace.el (whitespace):
7104 * vcursor.el (vcursor):
7105 * reveal.el (reveal):
7106 * hl-line.el (hl-line): Put in convenience group.
7107
7108 * epg-config.el (epg): Put in data group.
7109
7110 * emulation/pc-select.el (pc-select): Put in emulations group.
7111
7112 * calculator.el (calculator): Put in applications group.
7113
7114 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7115
7116 Add .dir-locals.el support for file-less buffers.
7117 * files.el (hack-local-variables): Split out code to apply local
7118 variable settings ...
7119 (hack-local-variables-apply): ... here. New function.
7120 (hack-dir-local-variables): Use the default directory for when the
7121 buffer does not have an associated file.
7122 (hack-dir-local-variables-non-file-buffer): New function.
7123 * diff-mode.el (diff-mode):
7124 * vc-annotate.el (vc-annotate-mode):
7125 * vc-dir.el (vc-dir-mode):
7126 * log-edit.el (log-edit-mode):
7127 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
7128
7129 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7130
7131 Add support for shelving snapshots and for showing shelves.
7132 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
7133 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
7134 New functions.
7135 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
7136 (vc-bzr-extra-menu-map): Map them.
7137
7138 2010-03-11 Glenn Morris <rgm@gnu.org>
7139
7140 * cus-edit.el (customize-changed-options-previous-release):
7141 Bump to 23.1.
7142
7143 * image.el (image-animate-max-time): Fix :version tag.
7144
7145 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
7146
7147 * Branch for 23.2.
7148
7149 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7150
7151 * vc-git.el (vc-git-revision-table): Include remote branches.
7152
7153 2010-03-10 Kim F. Storm <storm@cua.dk>
7154
7155 Animated image API.
7156 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
7157
7158 * image.el (image-animate-max-time): New defcustom.
7159 (image-animated-types): New defconst.
7160 (create-animated-image, image-animate-timer)
7161 (image-animate-start, image-animate-stop, image-animate-timeout)
7162 (image-animated-p): New functions.
7163
7164 * image-mode.el (image-toggle-display-image):
7165 Replace `create-image' with `create-animated-image'.
7166
7167 2010-03-09 Miles Bader <miles@gnu.org>
7168
7169 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
7170 instead of "format:"; this ensures that the output is
7171 newline-terminated.
7172
7173 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
7174
7175 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
7176 that all errors are caught, and that the return value is always a
7177 list (Bug#5692).
7178
7179 2010-03-08 Kenichi Handa <handa@m17n.org>
7180
7181 * language/misc-lang.el (windows-1256): New coding system.
7182 (cp1256): New alias of windows-1256 (bug#5690).
7183
7184 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
7185
7186 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
7187 call to rfc822-bad-address. (Bug#5692)
7188
7189 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
7190
7191 * vc-git.el (vc-git-annotate-extract-revision-at-line):
7192 Use vc-git-root as default directory for revision path (Bug#5657).
7193
7194 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
7195
7196 * calculator.el (calculator): Don't bind split-window-keep-point
7197 (Bug#5674).
7198
7199 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
7200
7201 * vc-git.el: Re-flow to fit into 80 columns.
7202 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
7203 Remove spurious `quote' element in each case alternative.
7204 (vc-git-show-log-entry): Use prog1.
7205 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
7206
7207 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7208
7209 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
7210
7211 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
7212
7213 * macros.el (insert-kbd-macro): Look up keyboard macro using the
7214 definition, not the name (Bug#5481).
7215
7216 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
7217
7218 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
7219 argument with a local variable. (Bug#5670)
7220
7221 2010-03-02 Juri Linkov <juri@jurta.org>
7222
7223 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
7224
7225 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
7226
7227 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
7228 error when FILENAME and NEWNAME are existing remote directories.
7229
7230 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
7231 parameter DIR-FLAG.
7232
7233 2010-03-02 Glenn Morris <rgm@gnu.org>
7234
7235 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
7236 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
7237
7238 2010-03-01 Kenichi Handa <handa@m17n.org>
7239
7240 * language/burmese.el (burmese-composable-pattern): Rename from
7241 myanmar-composable-pattern.
7242
7243 * international/characters.el (script-list):
7244 * international/fontset.el (script-representative-chars):
7245 Change myanmar to burmese.
7246 (otf-script-alist): Likewise.
7247 (setup-default-fontset): Likewise. Re-fix :otf spec.
7248
7249 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7250
7251 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
7252
7253 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
7254
7255 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
7256
7257 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
7258
7259 * net/tramp.el (tramp-handle-write-region): START can be a string.
7260 Take care in the checks. Reported by Dan Davison
7261 <davison@stats.ox.ac.uk>.
7262
7263 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
7264
7265 * net/dbus.el (dbus-introspect, dbus-get-property)
7266 (dbus-set-property, dbus-get-all-properties):
7267 Use `dbus-call-method' when noninteractive. (Bug#5645)
7268
7269 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
7270
7271 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
7272 * emacs-lisp/elint.el (elint-add-required-env):
7273 * calendar/icalendar.el (icalendar--add-diary-entry):
7274 * calc/calcalg2.el (math-tracing-integral):
7275 * files.el (recover-session-finish): Use with-current-buffer
7276 instead of save-excursion.
7277
7278 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
7279
7280 Fix in-buffer completion when after-change-functions modify the buffer.
7281 * minibuffer.el (completion--replace): New function.
7282 (completion--do-completion): Use it and use relative movement.
7283
7284 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
7285
7286 * international/fontset.el (setup-default-fontset): Fix :otf spec.
7287
7288 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
7289
7290 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
7291 Allow the characters _<> in the stack entry (Bug#5653).
7292
7293 2010-02-26 Kenichi Handa <handa@m17n.org>
7294
7295 * language/burmese.el: Fix entries in composition-function-table.
7296 (myanmar-composable-pattern): New variable.
7297
7298 * international/fontset.el (setup-default-fontset): Add an entry
7299 for myanmar.
7300
7301 * international/characters.el (script-list): Add Myanmar
7302 Extended-A.
7303
7304 2010-02-26 Glenn Morris <rgm@gnu.org>
7305
7306 * custom.el (custom-initialize-delay): Doc fix.
7307
7308 * mail/sendmail.el (send-mail-function): Autoload the call
7309 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
7310
7311 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
7312
7313 * files.el (hack-local-variables-filter): For eval forms, also
7314 check safe-local-variable-p (Bug#5636).
7315
7316 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
7317
7318 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
7319 setting the modes by `ignore-errors'. It might fail, for example
7320 if the file is not owned by the user but the group.
7321 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
7322
7323 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
7324
7325 * files.el (directory-listing-before-filename-regexp): Use
7326 stricter matching for iso-style dates, to avoid false matches with
7327 date-like filenames (Bug#5597).
7328
7329 * htmlfontify.el (htmlfontify): Doc fix.
7330
7331 * eshell/eshell.el (eshell): Doc fix.
7332
7333 * startup.el (fancy-about-screen): In mode-line, apply
7334 mode-line-buffer-id face only to the buffer name (Bug#5613).
7335
7336 2010-02-20 Kevin Ryde <user42@zip.com.au>
7337
7338 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7339 In `watcom' anchor regexp to start of line, to avoid slowness
7340 (Bug#5599).
7341
7342 2010-02-20 Eli Zaretskii <eliz@gnu.org>
7343
7344 * subr.el (remove-yank-excluded-properties): Explain in a comment
7345 why `category' property is removed.
7346
7347 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
7348
7349 * isearch.el (isearch-update-post-hook, isearch-update): Revert
7350 2010-02-17 change.
7351
7352 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
7353
7354 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
7355 (icalendar--convert-weekly-to-ical)
7356 (icalendar--convert-yearly-to-ical)
7357 (icalendar--convert-block-to-ical)
7358 (icalendar--convert-cyclic-to-ical)
7359 (icalendar--convert-anniversary-to-ical): Take care of time
7360 specifications where hour has 1-digit only (Bug#5549).
7361
7362 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
7363
7364 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
7365 of disassemble output in GDB 7.1.
7366
7367 2010-02-19 Glenn Morris <rgm@gnu.org>
7368
7369 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
7370 property. (Bug#5593)
7371
7372 2010-02-18 Sam Steingold <sds@gnu.org>
7373
7374 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7375
7376 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7377
7378 Use abbreviated file names in bookmarks (bug#5591).
7379 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
7380 calls to expand-file-name.
7381 (bookmark-relocate): Use abbreviated file names in bookmarks.
7382 (bookmark-load): Use abbreviated file names in messages.
7383
7384 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
7385
7386 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
7387 expand "." and "..". Reported by Thierry Volpiatto
7388 <thierry.volpiatto@gmail.com>.
7389
7390 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
7391
7392 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
7393 permissions of the temporary file to "0600". In case the remote
7394 file has no read permissions for the owner, there might be
7395 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
7396
7397 22010-02-18 Glenn Morris <rgm@gnu.org>
7398
7399 * emacs-lisp/authors.el (authors-renamed-files-alist):
7400 Add entries for INSTALL.CVS.
7401
7402 2010-02-17 Mark A. Hershberger <mah@everybody.org>
7403
7404 * vc-bzr.el: Fix typo in Known Bugs section.
7405
7406 * isearch.el (isearch-update-post-hook): New hook.
7407 (isearch-update): Use the new hook.
7408
7409 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
7410
7411 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7412 Fix errors in copying directories.
7413 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
7414 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
7415 (tramp-handle-delete-file)
7416 (tramp-handle-dired-recursive-delete-directory)
7417 (tramp-handle-write-region): Flush also the cache for the upper
7418 directory.
7419
7420 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
7421
7422 * simple.el (save-interprogram-paste-before-kill): Doc fix.
7423
7424 * cus-edit.el (hardware): Doc fix.
7425
7426 * man.el (man): Add to external custom group.
7427
7428 * delim-col.el (columns): Move to wp custom group.
7429
7430 * doc-view.el (doc-view): Add to data custom group.
7431
7432 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
7433
7434 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
7435 by ispell-parse-output (Bug#5575).
7436
7437 2010-02-16 Kenichi Handa <handa@m17n.org>
7438
7439 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
7440 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
7441 (skkdic-convert): Use `euc-japan' coding system for writing.
7442
7443 2010-02-16 Glenn Morris <rgm@gnu.org>
7444
7445 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
7446 tex-main-file before using it. (Bug#5562)
7447
7448 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
7449
7450 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
7451 warnings, since it is annoying for the user to see them each time he
7452 runs the code.
7453
7454 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
7455
7456 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
7457 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
7458 instead of PROC for caching "first-password-request". Otherwise,
7459 new processes would not profit from passwords already entered.
7460
7461 * net/tramp-cache.el (tramp-dump-connection-properties):
7462 Don't save "first-password-request" property.
7463
7464 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
7465
7466 * outline.el (outline-head-from-level):
7467 * simple.el (with-wrapper-hook):
7468 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
7469 (elint-defun, elint-buffer-env, elint-top-form-logged)
7470 (elint-unbound-variable):
7471 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
7472 Fix typos in docstrings.
7473
7474 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
7475
7476 * files.el (insert-directory): When WILDCARD-REGEXP and
7477 FULL-DIRECTORY-P are nil, insert the file entry instead of the
7478 whole directory. (Bug#5551)
7479
7480 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
7481 dired's alignment sanity. (Bug#5516)
7482
7483 2010-02-14 Juri Linkov <juri@jurta.org>
7484
7485 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
7486 Remove remaining ^H with their preceding chars. (Bug#5566)
7487
7488 2010-02-13 Glenn Morris <rgm@gnu.org>
7489
7490 * simple.el (transpose-subr): Give it a doc-string.
7491
7492 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
7493 Doc fixes.
7494
7495 2010-02-12 Juri Linkov <juri@jurta.org>
7496
7497 * arc-mode.el (archive-unique-fname): Make directories for nested
7498 archives. (Bug#5540)
7499
7500 2010-02-12 Juri Linkov <juri@jurta.org>
7501
7502 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
7503
7504 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7505
7506 * subr.el (copy-overlay): Handle deleted overlays.
7507
7508 * man.el (Man-completion-table): Don't signal an error if we can't run
7509 manual-program (bug#4056).
7510
7511 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
7512
7513 * textmodes/artist.el (artist-mt): Fix typos in docstring.
7514
7515 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7516
7517 * info.el (Info-bookmark-jump): Simplify.
7518
7519 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
7520 (bookmark-default-handler): Accept new bookmark field `buffer'.
7521
7522 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
7523
7524 * iswitchb.el (iswitchb-completions): Revert last change.
7525
7526 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
7527
7528 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
7529 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
7530 This prevents file names like "~/" being listed literally.
7531
7532 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
7533
7534 * term/xterm.el (xterm-maybe-set-dark-background-mode):
7535 Remove dead code. (Bug#5546)
7536
7537 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
7538
7539 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
7540 correctly (Bug#5548).
7541
7542 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
7543
7544 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
7545 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
7546
7547 2010-02-08 Kenichi Handa <handa@m17n.org>
7548
7549 * international/mule-util.el (with-coding-priority): Add autoload
7550 cookie for putting `lisp-indent-function'.
7551
7552 2010-02-07 Glenn Morris <rgm@gnu.org>
7553
7554 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
7555 Move F2003 named interfaces from keywords-2 to keywords-1, and
7556 use function-name-face rather than constant-face.
7557 Simplify "abstract interface" regexp.
7558
7559 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
7560
7561 * eshell/esh-util.el (eshell-file-attributes): New optional arg
7562 ID-FORMAT. Pass it to `file-attributes'.
7563
7564 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
7565
7566 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
7567
7568 * faces.el (set-face-attribute): Allow calling
7569 internal-set-lisp-face-attribute with 'unspecified family and
7570 foundry argument (Bug#5536).
7571
7572 2010-02-07 Glenn Morris <rgm@gnu.org>
7573
7574 * progmodes/f90.el (f90-font-lock-keywords-2)
7575 (f90-looking-at-type-like, f90-looking-at-program-block-end):
7576 Handle F2003 named interfaces.
7577
7578 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
7579
7580 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
7581 beg and end before calling c-get-state-before-change-functions.
7582
7583 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
7584
7585 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
7586
7587 2010-02-05 Juri Linkov <juri@jurta.org>
7588
7589 * doc-view.el (doc-view-mode):
7590 * image-mode.el (image-mode): Put property mode-class=special.
7591 (Bug#4896)
7592
7593 2010-02-05 Mark A. Hershberger <mah@everybody.org>
7594
7595 * vc-svn.el (vc-svn-revision-table): New function.
7596
7597 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
7598
7599 * net/ange-ftp.el (ange-ftp-insert-directory):
7600 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7601 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7602 Handle also directories. (Bug#5478)
7603
7604 2010-02-05 Glenn Morris <rgm@gnu.org>
7605
7606 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
7607
7608 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
7609
7610 * startup.el (command-line-1): Convert options beginning with a
7611 single dash as well (Bug#5519).
7612
7613 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
7614
7615 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
7616 * minibuffer.el (completion-initials-expand): Only check the presence
7617 of delims *within* the boundaries, since otherwise the / delim is
7618 always found for files.
7619
7620 Fix up various corner case problems.
7621 * doc-view.el (doc-view-last-page-number): New function.
7622 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
7623 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
7624 (doc-view-kill-proc): Avoid inf-loop in freak cases.
7625 (doc-view-reconvert-doc): Use the new recursive delete-directory.
7626 (doc-view-convert-current-doc): Don't create the resolution.el file
7627 here any more.
7628 (doc-view-pdf/ps->png): Do it here instead.
7629 (doc-view-already-converted-p): Check that resolution.el is present.
7630 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
7631 windows that are not yet showing images.
7632
7633 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
7634
7635 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
7636 `dired-uncache' for every elemnt which is an absolute file name.
7637
7638 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
7639 directory, handle its directory component.
7640 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
7641 function is called permanently and creates noise, otherwise.
7642
7643 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7644 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7645 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
7646
7647 2010-02-04 David Burger <dburger@google.com> (tiny change)
7648
7649 * macros.el (apply-macro-to-region-lines):
7650 Minor simplification. (Bug#5485)
7651
7652 2010-02-04 Glenn Morris <rgm@gnu.org>
7653
7654 * mail/rmail.el (rmail-show-message-1): Handle malformed
7655 quoted-printable text. (Bug#5441)
7656
7657 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
7658
7659 * simple.el (visual-line-mode): Capitalize lighter.
7660
7661 2010-02-03 John Wiegley <jwiegley@gmail.com>
7662
7663 * iswitchb.el (iswitchb-completions): Add bookmark files to the
7664 list of files considered for "virtual buffer" completions.
7665
7666 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
7667
7668 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
7669 also in case of (and (not full) (not wildcard)). This is needed
7670 when dired is called with a list of files, which are not in
7671 `default-directory'. (Bug#5478)
7672
7673 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
7674
7675 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
7676
7677 2010-02-02 Juri Linkov <juri@jurta.org>
7678
7679 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
7680 from unidiff to allow function-line after @@.
7681
7682 2010-02-02 Juri Linkov <juri@jurta.org>
7683
7684 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
7685 '(RCS SCCS) with inverted condition.
7686
7687 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
7688
7689 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
7690 messages.
7691
7692 2010-02-01 Juri Linkov <juri@jurta.org>
7693
7694 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
7695 compare with "pkunzip" and "pkzip" instead of only "pkzip".
7696 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
7697 only when (car archive-zip-extract) is "unzip". (Bug#5475)
7698
7699 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
7700
7701 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
7702 (doc-view-revert-buffer): New command.
7703 (doc-view-mode-map): Use it.
7704
7705 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
7706
7707 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
7708 pending merge is detected.
7709
7710 2010-01-31 Juri Linkov <juri@jurta.org>
7711
7712 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
7713 beginning of interactive spec like all other grep commands do.
7714 Put "all" in front of "gz". (Bug#5260)
7715
7716 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
7717
7718 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
7719
7720 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
7721
7722 * dirtrack.el (dirtrack): Warn instead of signalling error if the
7723 regexp is incorrect (Bug#5476).
7724
7725 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
7726
7727 * net/tramp.el (tramp-handle-insert-directory): Handle also
7728 symlinks, when FILENAME is not in `default-directory'.
7729
7730 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
7731
7732 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
7733 FILE is not in `default-directory'. (Bug#5478)
7734
7735 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
7736 of SWITCHES. Handle the case, FILENAME is not in
7737 `default-directory'. (Bug#5478)
7738 (tramp-register-file-name-handlers): Add safe-magic property.
7739
7740 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
7741
7742 * arc-mode.el (archive-zip-extract): Quote the argument passed to
7743 unzip (Bug#5475).
7744
7745 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
7746
7747 * progmodes/flymake.el (flymake-allowed-file-name-masks)
7748 (flymake-master-make-header-init): Add other C++ filename masks.
7749 (flymake-find-possible-master-files)
7750 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
7751
7752 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
7753
7754 Fix some busybox annoyances.
7755
7756 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
7757 not responding." string.
7758 (tramp-open-connection-setup-interactive-shell): Dump stty
7759 settings. Enable "neveropen" arg for all `tramp-send-command'
7760 calls. Handle "=" in variable values properly.
7761 (tramp-find-inline-encoding): Raise an error, when no encoding is
7762 found.
7763 (tramp-wait-for-output): Check, whether PROC buffer is available.
7764 Remove spurious " ^H" sequences, sent by busybox.
7765 (tramp-get-ls-command): Suppress coloring, if possible.
7766
7767 2010-01-28 Glenn Morris <rgm@gnu.org>
7768
7769 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
7770
7771 * log-edit.el (log-edit-strip-single-file-name): Add missing
7772 :safe, :group, and :version tags.
7773
7774 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
7775
7776 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
7777 buffers. (Bug#5477)
7778
7779 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
7780
7781 * files.el (delete-directory): Handle moving to trash without
7782 first doing recursion (Bug#5436).
7783
7784 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
7785
7786 * vc-hooks.el (vc-path): Mark as obsolete.
7787
7788 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
7789
7790 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
7791 names too.
7792
7793 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
7794 for the short log.
7795 (vc-bzr-log-view-mode): Adjust regexp for the above change.
7796
7797 2010-01-25 Mark A. Hershberger <mah@everybody.org>
7798
7799 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
7800
7801 * vc-bzr.el (vc-bzr-revision-table): New function.
7802
7803 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
7804
7805 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
7806 diff-index command. This requires at least git-1.5.5. (Bug#1589).
7807
7808 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7809
7810 Remove support for adding --signoff on commit.
7811 Future support will use an incompatible generic mechanism.
7812 * vc-git.el (vc-git-add-signoff): Remove variable.
7813 (vc-git-toggle-signoff): Remove function.
7814 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
7815
7816 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
7817 from xterm-set-background-mode. Return t if the background mode
7818 was set.
7819 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
7820 earlier, call it again in case the background mode has changed.
7821
7822 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
7823
7824 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
7825 (Bug#3541).
7826
7827 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
7828
7829 * emacs-lisp/assoc.el (aelement): Doc fix.
7830 (aput, adelete, amake): Use lexical-let (Bug#5450).
7831
7832 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
7833
7834 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
7835 is the same as subprogram call, not declaration. (Bug#5435).
7836
7837 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
7838
7839 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
7840 (tramp-smb-maybe-open-connection): Use it.
7841
7842 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
7843
7844 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
7845
7846 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
7847
7848 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
7849 just because we see "encoding: 8bit".
7850 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
7851
7852 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
7853
7854 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
7855
7856 2010-01-22 Eli Zaretskii <eliz@gnu.org>
7857
7858 * jka-compr.el (jka-compr-load): If load-file is not in
7859 load-history, try its file-truename version. (bug#5447)
7860
7861 2010-01-21 Alan Mackenzie <acm@muc.de>
7862
7863 Fix a situation where deletion of a cpp construct throws an error.
7864 * progmodes/cc-engine.el (c-invalidate-state-cache):
7865 Before invoking c-with-all-but-one-cpps-commented-out, check that the
7866 special cpp construct is still in the buffer.
7867 (c-parse-state): Record the special cpp with markers, not numbers.
7868
7869 2010-01-21 Kenichi Handa <handa@m17n.org>
7870
7871 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
7872 process last-command-event, as it is now decoded first (Bug#5380).
7873
7874 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
7875
7876 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
7877
7878 2010-01-20 Glenn Morris <rgm@gnu.org>
7879
7880 * indent.el (tab-always-indent): Fix custom-type.
7881
7882 2010-01-19 Alan Mackenzie <acm@muc.de>
7883
7884 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
7885 buffer throws "args out of range".
7886 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
7887 playing the role of delimiter.
7888
7889 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
7890
7891 * progmodes/ada-mode.el: Fix bug#5400.
7892 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
7893 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
7894 changed. Delete RECURSIVE parameter; never used. Improve doc string.
7895 Improve comments in "is" portion. Handle null procedure declaration.
7896 (ada-move-to-end): Improve doc string.
7897
7898 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
7899
7900 * ido.el (ido-cur-list): Initialize to nil.
7901 Remove obsolete information from commentary.
7902 (ido-choice-list): Initialize to nil.
7903 (ido-get-bufname): Reject minibuffers.
7904 (ido-make-buffer-list): If "default" is a nonexistent
7905 buffer, ignore it, as per the function's comment.
7906 (ido-kill-buffer-internal): New function.
7907 (ido-kill-buffer-at-head): Use it.
7908 (ido-visit-buffer): Likewise.
7909
7910 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
7911
7912 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
7913
7914 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
7915
7916 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
7917 Fix typos in chart titles.
7918
7919 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
7920 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
7921 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
7922 (describe-class, eieio-describe-generic, describe-generic):
7923 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
7924 (eieio-speedbar-expand):
7925 * emulation/viper-cmd.el (viper-exec-form-in-vi)
7926 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
7927 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
7928 (viper-del-backward-char-in-replace, viper-backward-indent)
7929 (viper-brac-function, viper-register-to-point, viper-submit-report):
7930 * net/tramp.el (tramp-remote-coding-commands):
7931 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
7932 Fix typos in docstrings.
7933
7934 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
7935
7936 * mail/sendmail.el (mail-yank-original): Set the mark if the
7937 specified function for yanking does not do it.
7938
7939 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
7940
7941 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
7942
7943 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
7944 resyncing a directory.
7945
7946 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
7947
7948 * progmodes/ada-mode.el: Fix bug#1920.
7949 (ada-ident-re): Delete ., allow multibyte characters.
7950 (ada-goto-label-re): New; matches goto labels.
7951 (ada-block-label-re): New; matches block labels.
7952 (ada-label-re): New; matches both.
7953 (ada-named-block-re): Deleted; callers changed to use
7954 `ada-block-label-re' instead.
7955 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
7956 Use `ada-block-label-re'.
7957 (ada-indent-on-previous-lines): Improve handling of goto labels.
7958 (ada-get-indent-block-start): Special-case block label.
7959 (ada-get-indent-label): Split into `ada-indent-block-label' and
7960 `ada-indent-goto-label'.
7961 (ada-goto-stmt-start, ada-goto-next-non-ws):
7962 Optionally ignore goto labels.
7963 (ada-goto-next-word): Simplify.
7964 (ada-indent-newline-indent-conditional): Insert newline before
7965 trying to fix indentation; doc fix.
7966
7967 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
7968
7969 * calc/calc.el (calc-command-flags): Give it an initial value.
7970
7971 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
7972
7973 * files.el (minibuffer-with-setup-hook):
7974 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
7975 (artist-key-draw-continously, artist-key-do-continously-continously)
7976 (artist-key-set-point-continously, artist-mouse-draw-continously):
7977 Fix typos in docstrings.
7978
7979 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
7980
7981 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
7982 return t (Bug#3898).
7983
7984 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
7985
7986 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
7987 can parse the output of the external commands (Bug#5279).
7988
7989 2010-01-16 Jari Aalto <jari.aalto@cante.net>
7990
7991 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
7992
7993 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
7994
7995 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
7996
7997 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
7998
7999 * startup.el (command-line): Remove unused --icon-type arg.
8000 Handle --display arg, passing it to command-line-1 (Bug#5392).
8001
8002 2010-01-16 Mario Lang <mlang@delysid.org>
8003
8004 * emacs-lisp/chart.el (chart-translate-namezone):
8005 * textmodes/artist.el (artist-compute-popup-menu-table):
8006 Remove duplicated words in doc-strings.
8007
8008 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
8009
8010 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
8011 to mairix-search to suppress threading (Bug#5342).
8012
8013 2010-01-15 Kenichi Handa <handa@m17n.org>
8014
8015 * international/mule-cmds.el (canonicalize-coding-system-name):
8016 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
8017
8018 2010-01-15 Glenn Morris <rgm@gnu.org>
8019
8020 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
8021
8022 * wid-edit.el (widget-keymap): Doc fix.
8023
8024 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
8025 former seems to be more widely accepted by various svn versions.
8026
8027 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8028
8029 * find-cmd.el (find-constituents):
8030 * vc-arch.el (vc-arch-root):
8031 * window.el (window-body-height, pop-up-frames):
8032 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
8033 * progmodes/ada-stmt.el (ada-if):
8034 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
8035 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
8036 (ispell-encoding8-command, ispell-aspell-supports-utf8)
8037 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
8038
8039 * progmodes/flymake.el (flymake-post-syntax-check):
8040 Fix typo in error message.
8041
8042 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8043
8044 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
8045 which is always a string. (Bug#5313)
8046
8047 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8048
8049 * progmodes/ada-xref.el (ada-default-prj-properties):
8050 Simplify previous change.
8051
8052 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8053
8054 * progmodes/ada-xref.el (ada-default-prj-properties):
8055 Default ada_project_path to $ADA_PROJECT_PATH.
8056
8057 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8058
8059 * progmodes/ada-mode.el (ada-create-keymap):
8060 Override `narrow-to-defun' with `ada-narrow-to-defun'.
8061
8062 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8063
8064 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
8065 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
8066 (ada-get-current-indent, ada-imenu-generic-expression)
8067 (ada-which-function): Check for it.
8068
8069 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8070
8071 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
8072 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
8073
8074 2010-01-14 Glenn Morris <rgm@gnu.org>
8075
8076 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
8077
8078 2010-01-14 Kenichi Handa <handa@m17n.org>
8079
8080 * composite.el (auto-composition-mode): Make it a buffer local
8081 variable (permanent-local).
8082 (auto-composition-function): Set the default value to
8083 auto-compose-chars.
8084 (auto-composition-mode): Make it a simple function, not a minor mode.
8085 (global-auto-composition-mode): Likewise.
8086 (turn-on-auto-composition-if-enabled): Delete it.
8087
8088 2010-01-13 Karl Fogel <kfogel@red-bean.com>
8089
8090 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
8091
8092 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
8093
8094 * files.el (copy-directory): Compute target for recursive
8095 directories with identical names. (Bug#5343)
8096
8097 2010-01-12 Glenn Morris <rgm@gnu.org>
8098
8099 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
8100 it to bug-gnu-emacs rather than emacs-pretest-bug.
8101
8102 2010-01-11 Sam Steingold <sds@gnu.org>
8103
8104 * imenu.el (imenu-default-create-index-function): Detect infinite
8105 loops caused by imenu-prev-index-position-function.
8106
8107 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
8108
8109 * htmlfontify.el (htmlfontify-load-rgb-file)
8110 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
8111 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
8112 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
8113 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
8114 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
8115 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
8116 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
8117 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
8118 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
8119 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
8120 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
8121 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
8122 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
8123 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
8124 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
8125 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
8126 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
8127 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
8128 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
8129 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
8130 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
8131 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
8132 backslash-quoting from parentheses, etc.
8133
8134 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
8135
8136 * progmodes/js.el: Autoload javascript-mode alias.
8137
8138 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
8139
8140 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
8141 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
8142 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
8143 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
8144 Fix typos in docstrings.
8145 (ffap-url-regexp): Doc fix.
8146 (ffap-at-mouse): Fix typo in message.
8147
8148 2010-01-11 Glenn Morris <rgm@gnu.org>
8149
8150 * version.el (emacs-copyright): Set copyright year to 2010.
8151
8152 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
8153
8154 * format.el (format-annotate-function): Only set
8155 write-region-post-annotation-function after running to-fn so as not to
8156 affect nested write-region calls (bug#5273).
8157
8158 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
8159
8160 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
8161 wisent/python.el.
8162
8163 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
8164
8165 * man.el (Man-goto-section): Signal error if the section is not
8166 found (Bug#5317).
8167
8168 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
8169
8170 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
8171 URLs with a leading triple slash in the file: scheme. (Bug#5345)
8172
8173 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
8174
8175 * progmodes/compile.el: Don't treat compile-command as safe if
8176 compilation-read-command might be nil (Bug#4218).
8177
8178 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
8179
8180 * startup.el (command-line-1): Use orig-argi to check for ignored X and
8181 NS options.
8182
8183 2010-01-08 Kenichi Handa <handa@m17n.org>
8184
8185 * international/fontset.el (build-default-fontset-data):
8186 Exclude characters in scripts kana, hangul, han, or cjk-misc.
8187
8188 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
8189
8190 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
8191 to `create-file-buffer' as it expects, not just a buffer name.
8192 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
8193 to help uniquify. (Bug#3224)
8194
8195 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
8196
8197 * font-setting.el (font-setting-change-default-font): Use user-spec
8198 instead of name.
8199
8200 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8201
8202 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
8203
8204 2010-01-05 Tom Tromey <tromey@redhat.com>
8205
8206 * progmodes/python.el (python-font-lock-keywords):
8207 Handle qualified decorators (Bug#881).
8208
8209 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8210
8211 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
8212 in a lightweight checkout.
8213
8214 2010-01-05 Kenichi Handa <handa@m17n.org>
8215
8216 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
8217
8218 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8219
8220 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
8221
8222 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
8223
8224 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
8225 checkouts. (Bug#618)
8226 (vc-bzr-log-view-mode): Also highlight the author.
8227 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
8228 (vc-bzr-shelve-menu-map):
8229 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
8230 (vc-bzr-shelve-apply): Make prompt more explicit.
8231
8232 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
8233
8234 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
8235 They are valid characters in URL paths (rfc3986), and at least
8236 Firefox does not understand the encoded version (Bug#3166).
8237
8238 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
8239
8240 * progmodes/octave-mod.el (octave-end-keywords)
8241 (octave-block-begin-or-end-regexp, octave-block-match-alist):
8242 Add "end" keyword (Bug#3061).
8243 (octave-end-as-array-index-p): New function.
8244 (calculate-octave-indent): Use it.
8245
8246 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8247
8248 * bookmark.el: Consistently put the text property on the bookmark name.
8249 (bookmark-bmenu-marks-width): Bump back to 2, to include
8250 annotation marks.
8251 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
8252 property on the bookmark name, instead of not putting it at all.
8253 (bookmark-bmenu-list): Fix where we put the text property.
8254
8255 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8256
8257 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
8258 for showing buffer modified state (as added in the previous change).
8259
8260 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8261
8262 * bookmark.el: Show modified state of bookmark buffer more accurately.
8263 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
8264 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
8265 (with-buffer-modified-unmodified): New macro.
8266 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8267 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
8268 Use new macro to preserve the buffer modified state.
8269
8270 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8271
8272 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
8273 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
8274 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
8275 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
8276 (bookmark-bmenu-rename, bookmark-bmenu-locate)
8277 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
8278 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
8279
8280 2010-01-02 Eli Zaretskii <eliz@gnu.org>
8281
8282 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8283 Make the lines in the generated doc string shorter. (Bug#4668)
8284
8285 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
8286
8287 * net/rcirc.el: Add follow-link binding (Bug#4738).
8288
8289 2010-01-02 Eli Zaretskii <eliz@gnu.org>
8290
8291 * Makefile.in (bzr-update): Rename from cvs-update.
8292 (cvs-update): New target for backward compatibility.
8293
8294 * makefile.w32-in (bzr-update): Rename from cvs-update.
8295 (cvs-update): New target for backward compatibility.
8296
8297 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8298
8299 * bookmark.el: Remove gratuitous gratitude.
8300
8301 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8302
8303 * bookmark.el (bookmark-bmenu-any-marks): New function.
8304 (bookmark-bmenu-save): Clear buffer modification if no marks.
8305
8306 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8307
8308 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
8309 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
8310 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
8311 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
8312
8313 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
8314 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
8315 To: emacs-devel {_AT_} gnu.org
8316 Subject: bookmark.el bug report
8317 Date: Mon, 28 Dec 2009 14:19:16 +0800
8318 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
8319
8320 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8321
8322 * bookmark.el: Improvements suggested by Drew Adams:
8323 (bookmark-bmenu-ensure-position): New name for
8324 `bookmark-bmenu-check-position'. Just ensure the position,
8325 don't return any meaningful value.
8326 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
8327 New constants.
8328
8329 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
8330
8331 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
8332 (bookmark-yank-point, bookmark-bmenu-check-position):
8333 Fix typos in docstrings.
8334 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
8335 (bookmark-name-from-full-record, bookmark-get-position)
8336 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
8337 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
8338 Remove useless quoting of parenthesis, etc. in docstrings.
8339
8340 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
8341 (ediff-append-custom-diff): Fix typo in error message.
8342 (ediff-meta-mark-equal-files): Fix typos in messages.
8343
8344 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
8345
8346 * net/imap-hash.el (imap-hash-make): Doc fix.
8347 (imap-hash-test): Fix typo in error message; reflow docstring.
8348 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
8349 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
8350 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
8351 Fix typos in docstrings.
8352 (imap-hash-open-connection): Fix typo in error message.
8353
8354 * play/gomoku.el (gomoku): Fix typos in docstring.
8355
8356 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
8357 (gdb-jsonify-buffer): Fix typos in docstring.
8358 (gdb-goto-breakpoint): Fix typo in error message.
8359 ("Display Other Windows"): Fix typo in help message.
8360 (gdb-speedbar-expand-node): Fix typo in question.
8361
8362 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
8363 (idlwave-html-system-help-location, idlwave-html-help-location)
8364 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
8365 (idlwave-help-browser-generic-args, idlwave-help-directory)
8366 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
8367 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
8368 (idlwave-online-help, idlwave-help-html-link)
8369 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
8370 Fix typos in docstrings.
8371 (idlwave-help-with-source, idlwave-help-find-routine-definition):
8372 Reflow docstrings.
8373 (idlwave-help-assistant-start): Fix typo in error message.
8374
8375 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
8376 (octave-electric-space): Fix typos in docstrings.
8377
8378 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
8379
8380 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
8381
8382 2010-01-01 Juri Linkov <juri@jurta.org>
8383
8384 * comint.el (comint-input-ring-size): Make it a defcustom and
8385 increase the default to 500 (Bug#5148).
8386
8387 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
8388
8389 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
8390 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
8391 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
8392
8393 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
8394
8395 Show working revision correctly for mercurial.
8396 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
8397 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
8398
8399 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
8400
8401 Declare some functions for the byte-compiler.
8402 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
8403 (speedbar-timer-fn, speedbar-change-expand-button-char)
8404 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
8405
8406 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
8407
8408 This changeset reverts GDB Graphical Interface to use annotations.
8409 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
8410
8411 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8412
8413 Make vc-dir work on subdirectories of the bzr root.
8414 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
8415 file names relative to it.
8416 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
8417 relative directory to vc-bzr-after-dir-status.
8418
8419 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
8420
8421 * font-lock.el (font-lock-refresh-defaults): New function, which
8422 can be used to let font-lock react to external changes in
8423 variables like font-lock-defaults and keywords.
8424 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
8425
8426 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
8427
8428 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
8429
8430 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
8431
8432 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
8433
8434 Supersede color.diff settings in git log (bug#5211).
8435
8436 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
8437 escape chars in its output when the user has color.diff set to `always'.
8438 This fix works on git 1.4.2 and newer (released on 2006-08-13).
8439
8440 2009-12-26 Kevin Ryde <user42@zip.com.au>
8441
8442 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
8443 node. Keep previous "Index" name to work with past coreutils too.
8444
8445 * man.el (man): Revise docstring a bit to show -a and -l as
8446 examples. Add -k description since support for it has otherwise
8447 been a secret. (Further to bug#3717.)
8448 (Man-bgproc-sentinel): When "-k foo" produces no output show error
8449 "no matches" rather than "Can't find manpage", as the latter reads
8450 like -k was interpreted as a page name, which is not so. (Bug#5431)
8451
8452 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
8453
8454 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
8455 switches. Check also for //SUBDIRED// line.
8456
8457 2009-12-25 Kenichi Handa <handa@m17n.org>
8458
8459 * language/indian.el (devanagari-composable-pattern): Fixed to
8460 handle ZWNJ and ZWJ. Use it in composition-function-table for
8461 Devanagari.
8462 (malayalam-composable-pattern): Fix previous change.
8463
8464 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8465
8466 * ps-print.el (ps-face-attributes): It was not returning the
8467 attribute face for faces specified as string. Reported by harven
8468 <harven@free.fr>. (Bug#5254)
8469 (ps-print-version): New version 7.3.5.
8470
8471 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
8472
8473 * calendar/icalendar.el (icalendar--convert-tz-offset):
8474 Fix timezone names.
8475 (icalendar--convert-tz-offset): Fix the "last-day-problem".
8476 (icalendar--add-diary-entry): Remove the trailing blank that
8477 diary-make-entry inserts.
8478
8479 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
8480
8481 Make `file-expand-wildcards' work for remote files.
8482
8483 * files.el (file-expand-wildcards): In case of remote files, check
8484 only local file name part for wildcards. Provide feature 'files
8485 and subfeature 'remote-wildcards. (Bug#5198)
8486
8487 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
8488 if there is already an established connection.
8489 (tramp-advice-file-expand-wildcards): Remove it.
8490
8491 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
8492 (tramp-advice-file-expand-wildcards): Move from tramp.el.
8493 Activate advice for older GNU Emacs versions. (Bug#5237)
8494
8495 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
8496
8497 Some doc fixes (more needed).
8498
8499 * find-cmd.el (find-constituents): Reflow docstring.
8500 (find-cmd, find-prune, find-command): Fix typos in docstrings.
8501 (find-generic): Doc fix.
8502
8503 2009-12-17 Juri Linkov <juri@jurta.org>
8504
8505 Fix regression from 23.1 to allow multiple modes in Local Variables.
8506
8507 * files.el (hack-local-variables-filter): While ignoring duplicates,
8508 don't take `mode' into account.
8509 (hack-local-variables-filter, hack-dir-local-variables):
8510 Don't remove duplicate `mode' from local-variables-alist (like `eval').
8511
8512 2009-12-17 Juri Linkov <juri@jurta.org>
8513
8514 Make `dired-diff' safer. (Bug#5225)
8515
8516 * dired-aux.el (dired-diff): Signal an error when `file' equals to
8517 `current' or when `file' is a directory of the `current' file.
8518
8519 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
8520
8521 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
8522 unconditionally preloaded files.
8523
8524 2009-12-16 Juri Linkov <juri@jurta.org>
8525
8526 Revert to old 23.1 logic of using the file at the mark as default.
8527 * dired-aux.el (dired-diff): Use the file at the mark as default
8528 if it's not the same as the current file, and the target dir is
8529 the current dir or the mark is active. Add the current file
8530 as the arg of `dired-dwim-target-defaults'. Use the default file
8531 in the prompt. (Bug#5225)
8532
8533 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
8534
8535 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
8536 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
8537 (tramp-check-for-regexp): Check also, when an echoing shell stops
8538 to echo sent commands.
8539
8540 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
8541
8542 * Makefile.in: Revert last change (Bug#5191).
8543
8544 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
8545
8546 * vc-hg.el (vc-hg-print-log): Fix argument order.
8547 (vc-hg-working-revision): Make sure the command is executed in a
8548 known environment so that we can parse the output. (Bug#4417)
8549
8550 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
8551
8552 * progmodes/python.el (python-symbol-completions): Remove text
8553 properties from symbol string before calling python-send-receive.
8554
8555 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
8556
8557 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
8558 when there are values for both file and line. (Bug#5060)
8559
8560 2009-12-14 Juri Linkov <juri@jurta.org>
8561
8562 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
8563 whitespace after the file name of the first line of unified format,
8564 because git-diff doesn't output whitespace and file modification time
8565 after the file name.
8566
8567 2009-12-14 David Kastrup <dak@gnu.org>
8568
8569 * info.el (Info-hide-cookies-node): Before hiding a cookie,
8570 check if it already has the `display' property added by
8571 `Info-display-images-node', and not put the `invisible' property
8572 in this case.
8573
8574 2009-12-13 Glenn Morris <rgm@gnu.org>
8575
8576 * mail/emacsbug.el (message-sort-headers): Define for compiler.
8577 (report-emacs-bug): In message-mode, sort manually before storing
8578 original report text. (Bug#5178)
8579 Remove superfluous save-excursion.
8580
8581 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
8582
8583 * net/dbus.el (dbus-property-handler): Filter lambda forms out
8584 when responding to "GetAll" properties.
8585
8586 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
8587
8588 * simple.el (compose-mail): Remove mail-setup-with-from from
8589 customization checks.
8590
8591 2009-12-12 Eli Zaretskii <eliz@gnu.org>
8592
8593 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
8594 RAR archives created on Unix systems.
8595
8596 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8597
8598 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
8599 the varalias that was accidentally removed by the 2009-11-19 change
8600 (bug#5186).
8601
8602 2009-12-12 Kenichi Handa <handa@m17n.org>
8603
8604 * language/indian.el (indian-compose-regexp): New function.
8605 (malayalam-composable-pattern): Fix the pattern.
8606 (composition-function-table): Set malayalam-composable-pattern for
8607 Malayalam characters.
8608
8609 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
8610
8611 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
8612 rather than down-mouse-1, based on follow-link conventions.
8613
8614 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
8615 are compiled.
8616
8617 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
8618
8619 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
8620 (verilog-vmm-statement-re, verilog-ovm-statement-re)
8621 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
8622 (verilog-leap-to-head, verilog-backward-token):
8623 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
8624
8625 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
8626
8627 * progmodes/verilog-mode.el (verilog-auto-lineup)
8628 (verilog-nameable-item-re): Cleanup user-visible spelling and
8629 documentation errors. One reported by Gary Delp.
8630 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
8631 (verilog-read-decls): Fix AUTOWIRE with types declared in a
8632 package, bug195. Reported by Pierre-David Pfister.
8633
8634 2009-12-11 Glenn Morris <rgm@gnu.org>
8635
8636 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
8637
8638 * mail/emacsbug.el: No longer require sendmail.
8639 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
8640 (report-emacs-bug-orig-text): Doc fix.
8641 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
8642 New local variables, to adapt to different mail-user-agents.
8643 (report-emacs-bug): Fix test for a gnu.org address.
8644 Use overlays for emphasis, since font-lock defeats 'face property.
8645 Pretest bugs also end up at the newsgroup these days.
8646 Stop message-mode stripping text properties.
8647 Set and use the new buffer-local variables.
8648 (report-emacs-bug-hook): Add doc-string.
8649 Remove some unnecessary save-excursions and simplify.
8650 Use the appropriate hook and send-command.
8651
8652 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
8653 capitalization of some menu entries.
8654
8655 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8656
8657 * whitespace.el (whitespace-display-char-on):
8658 Ensure `buffer-display-table' is unique when two or more windows are
8659 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
8660 New version 12.1.
8661
8662 2009-12-10 Eli Zaretskii <eliz@gnu.org>
8663
8664 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
8665 characters in the Attribute field.
8666
8667 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
8668
8669 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
8670
8671 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
8672
8673 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
8674 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8675 Disregard autoload-excludes.
8676 (update-directory-autoloads): Obey autoload-excludes here instead.
8677 But don't store its contents in no-autoloads and remove entries that
8678 refer to excludes files.
8679
8680 2009-12-10 Glenn Morris <rgm@gnu.org>
8681
8682 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
8683 (expand-mail-aliases): Define for compiler.
8684
8685 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
8686 Define for compiler.
8687
8688 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
8689 appropriate for the mail-user-agent in use.
8690
8691 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
8692
8693 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
8694
8695 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
8696
8697 Fix short log parsing and fontification.
8698 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
8699 Fix fontification for the [merge] label.
8700
8701 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
8702
8703 Drop some properties to avoid surprises (bug#5002).
8704 * htmlfontify.el (hfy-ignored-properties): New defcustom.
8705 (hfy-fontify-buffer): Use it.
8706
8707 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
8708
8709 Minor cleanup.
8710 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
8711 Adjust all callers.
8712 (ffap-locate-file): Remove unused arg `dir-ok' and make other
8713 args compulsory. Adjust callers.
8714 (ffap-gopher-at-point): Remove unused var `name'.
8715
8716 Get rid of the ELCFILES abomination.
8717 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8718 (compile-elcfiles): New phony target.
8719 (compile-main): Compute ELCFILES dynamically.
8720 (compile-clean): New target to remove left-over elc files.
8721 (compile, all): Use it.
8722
8723 2009-12-09 Kenichi Handa <handa@etlken>
8724
8725 * international/mule-diag.el: Require help-mode instead of help-fns.
8726
8727 2009-12-09 Kenichi Handa <handa@m17n.org>
8728
8729 * international/mule-cmds.el (ucs-names): Supply sufficiently
8730 fine ranges instead of pre-calculating accurate ranges.
8731 Iterate with bigger gc-cons-threshold.
8732
8733 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
8734
8735 Add support for stashing a snapshot of the current tree.
8736 * vc-git.el (vc-git-stash-snapshot): New function.
8737 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
8738
8739 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
8740
8741 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
8742 instead of `(beginning|end)-of-line'.
8743
8744 2009-12-08 Glenn Morris <rgm@gnu.org>
8745
8746 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
8747
8748 * Makefile.in (ELCFILES): Regenerate.
8749
8750 2009-12-07 Juri Linkov <juri@jurta.org>
8751
8752 Don't lazy-highlight the comint output in history Isearch mode.
8753
8754 * comint.el (comint-history-isearch-search): Instead of
8755 `comint-line-beginning-position', use `comint-after-pmark-p'
8756 to check if point if before the process mark, and go to
8757 `process-mark' in this case.
8758
8759 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8760
8761 * textmodes/tex-mode.el (latex-complete)
8762 (latex-indent-or-complete): Remove.
8763 (latex-mode): Set completion-at-point-functions instead.
8764
8765 Provide a standard completion command and hook it into TAB.
8766 * minibuffer.el (completion-at-point-functions): New var.
8767 (completion-at-point): New command.
8768 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
8769 * progmodes/python.el (python-mode-map): Use completion-at-point.
8770 (python-completion-at-point): Rename from python-partial-symbol and
8771 adjust for use in completion-at-point-functions.
8772 (python-mode): Setup completion-at-point for Python completion.
8773 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
8774 extracted from lisp-complete-symbol.
8775 (lisp-complete-symbol): Use it.
8776 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
8777 setup completion-at-point for Elisp completion.
8778 (emacs-lisp-mode-map, lisp-interaction-mode-map):
8779 Use completion-at-point.
8780 * ielm.el (ielm-map): Use completion-at-point.
8781 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
8782 * progmodes/sym-comp.el: Move to...
8783 * obsolete/sym-comp.el: Move from progmodes.
8784
8785 2009-12-07 Eli Zaretskii <eliz@gnu.org>
8786
8787 Prevent save-buffer in Rmail buffers from using the coding-system
8788 of the current message, and from clobbering the encoding mnemonics
8789 in the mode line (Bug#4623).
8790
8791 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
8792 flag, too.
8793 (rmail-message-encoding): New variable.
8794 (rmail-write-region-annotate): Record the encoding of the current
8795 message in rmail-message-encoding.
8796 (rmail-after-save-hook): New function, restores the encoding of
8797 the current message after the message collection is saved.
8798
8799 2009-12-07 Juri Linkov <juri@jurta.org>
8800
8801 * progmodes/grep.el (grep-read-files): Use `completing-read'
8802 instead of `read-string'. Set its `collection' arg to
8803 `read-file-name-internal'. (Bug#4301)
8804
8805 2009-12-07 Juri Linkov <juri@jurta.org>
8806
8807 Correctly restore original Isearch point. (Bug#4994)
8808
8809 * isearch.el (isearch-mode): Move `isearch-push-state' after
8810 `(run-hooks 'isearch-mode-hook)'.
8811 (isearch-cancel): When `isearch-push-state-function' is defined,
8812 let-bind `isearch-cmds' to the first state (the last element of
8813 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
8814 function and restores the original point). Otherwise, move point
8815 to `isearch-opoint'.
8816
8817 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8818
8819 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
8820 chars that don't have names, so the table can be built much faster at
8821 run-time.
8822
8823 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
8824
8825 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
8826 change. Suggested by David Kastrup.
8827
8828 * simple.el (compose-mail): Check for incompatibilities and warn.
8829 (compose-mail-user-agent-warnings): New option.
8830
8831 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8832
8833 Support showing a single log entry from vc-annotate.
8834 * vc.el (print-log): Add a new argument: START-REVISION.
8835 (vc-print-log-internal): Add a new optional argument and
8836 pass it to the backend.
8837 (vc-print-log, vc-print-root-log): Adjust callers.
8838 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
8839 buffer already displays the requested log entry, use it.
8840 Otherwise display only the log entry in question.
8841 * vc-svn.el (vc-svn-print-log):
8842 * vc-mtn.el (vc-mtn-print-log):
8843 * vc-hg.el (vc-hg-state):
8844 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
8845 (vc-git-show-log-entry): Return t on success.
8846 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
8847 (vc-bzr-show-log-entry): Return t on success.
8848 * vc-rcs.el (vc-rcs-print-log):
8849 * vc-sccs.el (vc-sccs-print-log):
8850 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
8851
8852 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8853
8854 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
8855 Add menus to the meta mode. (Bug#5043)
8856
8857 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
8858
8859 * ediff-init.el (ediff-event-key): Use event-to-character instead of
8860 event-key.
8861
8862 * ediff.el (ediff-buffers-internal): Add unwind-protect.
8863
8864 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
8865
8866 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
8867 Berbain <raphael.berbain@gmail.com>.
8868
8869 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
8870 characters.
8871 (tramp-initial-end-of-output): New defconst.
8872 (tramp-methods, tramp-find-shell)
8873 (tramp-open-connection-setup-interactive-shell)
8874 (tramp-maybe-open-connection): Use it.
8875 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
8876 existence of `#' and `$'.
8877
8878 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
8879 `tramp-initial-end-of-output'.
8880
8881 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8882
8883 Get the background mode from the terminal for xterm, and set
8884 faces accordingly.
8885 * term/xterm.el (xterm-set-background-mode): New function.
8886 (terminal-init-xterm): Use it in case xterm supports background
8887 color queries. Recompute faces after getting the background
8888 color.
8889
8890 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
8891
8892 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
8893 number comment back on its own line, for easier parsing.
8894
8895 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8896
8897 Make it work for non-file buffers (bug#5102).
8898 * doc-view.el (doc-view-current-cache-dir):
8899 Use doc-view-buffer-file-name rather than buffer-file-name.
8900 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
8901
8902 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
8903
8904 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
8905 author field is too short.
8906
8907 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
8908
8909 * vc-git.el (vc-git-print-log): Handle a limit argument.
8910 Display the short log in graph form and with labels.
8911 (vc-git-log-view-mode): Handle labels.
8912
8913 Make vc-revert change VC state from 'added to 'unregistered.
8914 * vc-git.el (vc-git-revert): Call git reset first.
8915
8916 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
8917
8918 * net/newst-backend.el, net/newst-plainview.el:
8919 * net/newst-reader.el, net/newst-ticker.el:
8920 * net/newst-treeview.el, net/newsticker.el:
8921 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8922
8923 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
8924
8925 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
8926
8927 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
8928 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
8929 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
8930 Update annotation regexp.
8931
8932 * simple.el (beginning-of-visual-line): Constrain to field
8933 boundaries (Bug#5106).
8934
8935 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
8936
8937 * xml.el (xml-substitute-numeric-entities): Move
8938 newsticker--decode-numeric-entities in newst-backend.el to
8939 xml-substitute-numeric-entities in xml.el. (Bug#5008)
8940 * net/newst-backend.el (newsticker--parse-generic-feed)
8941 (newsticker--parse-generic-items)
8942 (newsticker--decode-numeric-entities): Move
8943 newsticker--decode-numeric-entities in newst-backend.el to
8944 xml-substitute-numeric-entities in xml.el. (Bug#5008)
8945
8946 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
8947
8948 * progmodes/js.el (js--js-not): Add null to the list of values.
8949
8950 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
8951
8952 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
8953
8954 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8955
8956 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
8957 delimiter if it is at the end of the current line.
8958 (bibtex-generate-url-list): Fix docstring.
8959
8960 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8961
8962 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
8963 minibuffer's content with itself.
8964 Fold the confirm-after-completion case into the `confirm' case.
8965 (completion-pcm-word-delimiters): Add : and / to the delimiters.
8966
8967 2009-12-06 Kevin Ryde <user42@zip.com.au>
8968
8969 * ffap.el (ffap-rfc-path): Make this a defcustom since
8970 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
8971
8972 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
8973 manuals, similar to existing setup for help-mode. (Bug#3913.)
8974
8975 2009-12-05 Juri Linkov <juri@jurta.org>
8976
8977 Save and restore dired buffer's point positions too. (Bug#4880)
8978
8979 * dired.el (dired-save-positions): Return in the first element
8980 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
8981 Doc fix.
8982 (dired-restore-positions): First restore buffer's position.
8983 While restoring window's positions, check if window still displays
8984 the original buffer.
8985
8986 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
8987
8988 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
8989 if possible.
8990
8991 * shell.el (shell): Require ansi-color (Bug#5113).
8992
8993 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
8994
8995 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
8996
8997 2009-12-05 Alan Mackenzie <acm@muc.de>
8998
8999 * progmodes/cc-mode.el (c-before-hack-hook)
9000 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
9001 `c-file-style' to work again. This reversion restores the current
9002 software to its state in Emacs 23.1. (Bug#4146)
9003
9004 2009-12-05 Kevin Ryde <user42@zip.com.au>
9005
9006 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
9007 comment-start-skip to comment-end-skip as comment (Bug#4781).
9008
9009 2009-12-05 Juri Linkov <juri@jurta.org>
9010
9011 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
9012 for virtual nodes. (Bug#4147)
9013 (Info-find-node-2): Set `Info-current-node-virtual' to nil
9014 when moving from a virtual node.
9015 (Info-mode-menu): Add `Info-virtual-index' to the menu.
9016 (Info-mode): Add `Info-virtual-index' to the docstring.
9017
9018 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9019
9020 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
9021 track of the buffer position of the end of a BibTeX entry as this
9022 position may change during reformatting.
9023 (bibtex-format-entry): Remove whitespace before processing
9024 numerical fields so that we recognize the latter properly.
9025 (bibtex-reformat): Do not use push which changes the global value
9026 of bibtex-entry-format.
9027 (bibtex-field-braces-alist, bibtex-field-strings-alist)
9028 (bibtex-field-re-init): Replace only space characters by regexp
9029 for whitespace.
9030 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
9031 (bibtex-initialize): Also update bibtex-strings.
9032 (bibtex-kill-field): Preserve white space at end of entry.
9033 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
9034 Update bibtex-reference-keys.
9035
9036 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9037
9038 * minibuffer.el (completion-pcm--merge-try): Also consider placing
9039 point after a star, if that's the only place where modifications can
9040 make progress.
9041
9042 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
9043
9044 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
9045 in docstrings.
9046
9047 2009-12-04 Juri Linkov <juri@jurta.org>
9048
9049 * proced.el (proced): Call `(proced-update t)' to update process
9050 information instead of only running proced-post-display-hook.
9051 (proced-send-signal): Add a leading space to the buffer name
9052 " *Marked Processes*" to make this buffer ephemeral.
9053
9054 2009-12-04 Juri Linkov <juri@jurta.org>
9055
9056 * dired.el (dired-auto-revert-buffer): New defcustom.
9057 (dired-internal-noselect): Use it.
9058
9059 2009-12-04 Juri Linkov <juri@jurta.org>
9060
9061 Change roles of modes and functions in image-mode.el (Bug#5062).
9062
9063 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
9064 in `auto-mode-alist'.
9065 (image-mode-previous-major-mode): New variable.
9066 (image-minor-mode-map): Rename from `image-mode-text-map'.
9067 (image-mode): Move graceful error-handling code from
9068 `image-minor-mode' to here. On errors call `image-mode-as-text'.
9069 (image-minor-mode): Remove all image-handling code.
9070 Replace `image-mode-text-map' with `image-minor-mode-map'.
9071 Check for `image-type' in mode-line format string.
9072 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
9073 (image-mode-as-text): New function with most code from
9074 `image-mode-maybe'.
9075 (image-toggle-display-text): Move code that removes image
9076 properties from `image-toggle-display' to here.
9077 (image-toggle-display-image): New function with code that adds
9078 image properties copied from `image-toggle-display'.
9079 (image-toggle-display): Remove most code with leaving only code
9080 that toggles between `image-mode-as-text' and `image-mode'.
9081
9082 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
9083
9084 * net/newst-treeview.el
9085 (newsticker--treeview-list-highlight-start): Restored call to
9086 save-excursion: Selected item was stuck.
9087 (newsticker--treeview-list-select): New.
9088 (newsticker--treeview-item-show-text)
9089 (newsticker--treeview-item-show)
9090 (newsticker--treeview-item-update): Use new
9091 newsticker-treeview-item-mode.
9092 (newsticker-treeview-update): Keep current item.
9093 (newsticker-treeview-next-new-or-immortal-item): Doc change.
9094 (newsticker--treeview-first-feed): Doc change.
9095 (newsticker-treeview-list-menu)
9096 (newsticker-treeview-item-menu): Added menu entries.
9097 (newsticker-treeview-item-mode): New.
9098
9099 * net/newst-backend.el (newsticker-customize): Delete other
9100 windows.
9101
9102 2009-12-04 Sam Steingold <sds@gnu.org>
9103
9104 * log-view.el (log-view-mode-map): "q" calls quit-window,
9105 like in all the other non-self-insert buffers.
9106
9107 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
9108
9109 Minor cleanup.
9110 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
9111 key decoding rather than do it manually via last-input-event +
9112 ascii-character.
9113 (term-exec): Use delete-and-extract-region.
9114 (term-handle-ansi-terminal-messages): Remove unused var `end'.
9115 (term-process-pager): Remove unused var `i'.
9116 (term-dynamic-simple-complete): Make obsolete.
9117 (serial-update-config-menu): Remove unused vars `y' and `str'.
9118 (term-update-mode-line): Remove unused var `temp'.
9119
9120 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9121
9122 Limit the number of log entries displayed by default.
9123 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
9124 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
9125 using a prefix argument.
9126
9127 2009-12-03 Glenn Morris <rgm@gnu.org>
9128
9129 * progmodes/idlwave.el (class): Restore still useful declaration.
9130
9131 2009-12-03 Alan Mackenzie <acm@muc.de>
9132
9133 Enhance `c-parse-state' to run efficiently in "brace deserts".
9134
9135 * progmodes/cc-mode.el (c-basic-common-init):
9136 Call c-state-cache-init.
9137 (c-neutralize-syntax-in-and-mark-CPP): Rename from
9138 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
9139 placing `category' properties value 'c-cpp-delimiter at its boundaries.
9140
9141 * progmodes/cc-langs.el (c-before-font-lock-function):
9142 c-extend-and-neutralize-syntax-in-CPP has been renamed
9143 c-neutralize-syntax-in-and-mark-CPP.
9144
9145 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
9146 with `category' properties now, not `syntax-table' ones.
9147
9148 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
9149 enhanced (but slower) version of c-end-of-macro that won't land
9150 inside a literal or on another awkward character.
9151 (c-state-cache-too-far, c-state-cache-start)
9152 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
9153 (c-state-nonlit-pos-cache-limit, c-state-point-min)
9154 (c-state-point-min-lit-type, c-state-point-min-lit-start)
9155 (c-state-min-scan-pos, c-state-brace-pair-desert)
9156 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
9157 buffer local variables.
9158 (c-state-literal-at, c-state-lit-beg)
9159 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
9160 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
9161 (c-state-cache-top-paren, c-state-cache-after-top-paren)
9162 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
9163 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
9164 (c-renarrow-state-cache)
9165 (c-append-lower-brace-pair-to-state-cache)
9166 (c-state-push-any-brace-pair, c-append-to-state-cache)
9167 (c-remove-stale-state-cache)
9168 (c-remove-stale-state-cache-backwards, c-state-cache-init)
9169 (c-invalidate-state-cache-1, c-parse-state-1)
9170 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
9171 (c-parse-state): Enhance and refactor.
9172 (c-debug-parse-state): Amend to deal with all the new variables.
9173
9174 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
9175 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
9176 modify to use category text properties rather than syntax-table ones.
9177 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
9178 to switch off/on the syntactic paren property of C++ template
9179 delimiters using the category property.
9180 (c-with-<->-as-parens-suppressed): Macro to invoke code with
9181 template delims suppressed.
9182 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
9183 New constant/macros which apply category properties to the start
9184 and end of preprocessor constructs.
9185 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
9186 "comment out" the syntactic value of characters in preprocessor
9187 constructs.
9188 (c-with-cpps-commented-out)
9189 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
9190 with characters in all or all but one preprocessor constructs
9191 "commented out".
9192
9193 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9194
9195 * proced.el (proced-filter-alist): Use regexp-quote.
9196
9197 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
9198
9199 Cleanup.
9200 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
9201 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
9202 arguments. Expand `default-directory'.
9203
9204 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
9205 the benefit of returning an expanded localname.
9206 (tramp-tramp-file-p): Handle the case NAME is not a string.
9207
9208 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9209
9210 Add support for bzr shelve/unshelve.
9211 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
9212 (vc-bzr-extra-menu-map): New variables.
9213 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
9214 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
9215 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
9216 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
9217 (vc-bzr-dir-extra-headers): Display shelves.
9218
9219 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
9220
9221 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9222
9223 * textmodes/bibtex.el (bibtex-complete-internal):
9224 Use completion-in-region.
9225 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
9226
9227 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9228
9229 Support applying stashes. Improve UI.
9230 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
9231 (vc-git-stash-apply, vc-git-stash-pop)
9232 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
9233 (vc-git-stash-menu): New functions.
9234 (vc-git-stash-menu-map): New variable.
9235 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
9236
9237 2009-12-03 Glenn Morris <rgm@gnu.org>
9238
9239 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
9240 (vc-print-log-internal): Fix previous change.
9241 (vc-revert): Correct pluralization.
9242
9243 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9244
9245 * progmodes/make-mode.el (makefile-special-targets-list): No need for
9246 it to be an alist any more.
9247 (makefile-complete): Use completion-in-region.
9248
9249 * progmodes/octave-mod.el (octave-complete-symbol):
9250 Use completion-in-region.
9251
9252 Misc cleanup.
9253 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
9254 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
9255 (idlwave-complete-class): Don't quote lambda.
9256 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
9257 (idlwave-mode-map): Move initialization into declaration.
9258 (idlwave-action-and-binding): Use backquotes.
9259 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
9260 Simplify.
9261 (idlwave-is-pointer-dereference): Remove unused var `pos'.
9262 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
9263 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
9264 `parts', and `all-parts'.
9265 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
9266 (idlwave-convert-xml-system-routine-info): Remove unused string
9267 `version-string'.
9268 (idlwave-display-user-catalog-widget): Use dolist.
9269 (idlwave-scanning-lib): Declare dynamically-scoped var.
9270 (idlwave-scan-library-catalogs): Remove unused var `flags'.
9271 (completion-highlight-first-word-only): Declare to silence bytecomp.
9272 (idlwave-popup-select): Tighten scope of `resp'.
9273 (idlwave-find-struct-tag): Remove unused var `beg'.
9274 (idlwave-after-load-rinfo-hook): Declare.
9275 (idlwave-sintern-class-info): Remove unused var `taglist'.
9276 (idlwave-find-class-definition): Remove unused var `list'.
9277 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
9278 (idlwave-what-module-find-class): Remove unused var `classes'.
9279
9280 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
9281
9282 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
9283
9284 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9285
9286 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
9287 buffers visited. Remove redundant current-buffer-saving.
9288
9289 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9290
9291 Use completion-in-buffer and remove uses of dynamic scoping.
9292 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
9293 (pascal-buffer-to-use, pascal-flag): Don't declare.
9294 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
9295 (pascal-get-completion-decl, pascal-keyword-completion):
9296 Add `pascal-str' argument, save-excursion,
9297 return the found completions, and don't filter with pascal-pred.
9298 (pascal-completion-cache): New var.
9299 (pascal-completion): Don't switch buffer any more (it was never
9300 necessary). Don't save-excursion any more (it's done by the called
9301 subroutines). Use a cache to avoid redundant computations.
9302 Use complete-with-action rather than pascal-completion-response and
9303 let it apply the predicate as well.
9304 (pascal-complete-word): Use completion-in-buffer when
9305 pascal-toggle-completions is nil.
9306 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
9307 not used any more.
9308 (pascal-comp-defun): Don't change buffer any more.
9309 Use complete-with-action rather than pascal-completion-response and
9310 let it apply the predicate as well.
9311 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
9312 when neded.
9313
9314 2009-12-02 Kenichi Handa <handa@m17n.org>
9315
9316 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
9317 shape for all Indic scripts.
9318
9319 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9320
9321 Use completion-in-buffer.
9322 * wid-edit.el (widget-field-text-end): New function.
9323 (widget-field-value-get): Use it.
9324 (widget-string-complete, widget-file-complete)
9325 (widget-color-complete): Use it and completion-in-region.
9326 (widget-complete): Don't narrow the buffer.
9327
9328 2009-12-02 Glenn Morris <rgm@gnu.org>
9329
9330 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
9331 (rmail-select-summary): Use rmail-pop-to-buffer.
9332 * mail/rmailsum.el: Replace all pop-to-buffer calls with
9333 rmail-pop-to-buffer, to prevent horizontal splits.
9334
9335 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
9336 save-excursion with save-current-buffer.
9337 Widen before searching. (Bug#5093)
9338 (diary-list-sexp-entries): Remove superfluous save-excursion.
9339
9340 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
9341
9342 * woman.el (woman-make-bufname): Handle man-pages with "." in the
9343 name. (Bug#5038)
9344
9345 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
9346
9347 * ido.el (ido-file-internal): Handle filenames at point that do
9348 not have a directory part. (Bug#5049)
9349
9350 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
9351
9352 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
9353 (mpc-songs-jump-to, mpc-resume): Doc fixes.
9354
9355 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
9356
9357 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
9358 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
9359 any more.
9360
9361 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9362
9363 * comint.el (comint-insert-input): Ignore clicks to the right of
9364 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
9365
9366 * vc.el (vc-print-log-internal): Don't wait for the process to
9367 terminate before setting up the major mode.
9368
9369 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
9370 in case.
9371
9372 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
9373 the last element.
9374
9375 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
9376
9377 2009-12-01 Glenn Morris <rgm@gnu.org>
9378
9379 * window.el (window--display-buffer-2): Fix previous changes.
9380
9381 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
9382
9383 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
9384
9385 2009-12-01 Glenn Morris <rgm@gnu.org>
9386
9387 * Makefile.in (ELCFILES): Add mpc.elc.
9388
9389 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9390
9391 * mpc.el: New file.
9392
9393 2009-12-01 Glenn Morris <rgm@gnu.org>
9394
9395 * window.el (window-to-use): Define for compiler.
9396
9397 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
9398 consistent with others (no final period).
9399
9400 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
9401 (rmail-mime-show): Downcase the encoding. (Bug#5070)
9402
9403 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
9404
9405 Make vc-print-log buttons work.
9406 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
9407
9408 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
9409
9410 * savehist.el (savehist-autosave-interval): Allow setting to nil
9411 through customize. (Bug#5056)
9412
9413 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
9414
9415 Fix references to jit-lock properties.
9416 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9417 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
9418 (perl-font-lock-special-syntactic-constructs):
9419 Quote jit-lock-defer-multiline property.
9420
9421 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
9422
9423 * vc-git.el (vc-git-registered): Call vc-git-root only once.
9424
9425 2009-11-30 Juri Linkov <juri@jurta.org>
9426
9427 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
9428 value `buffer' of `multi-isearch-next-buffer-current-function'.
9429 Use `(current-buffer)' when `buffer' is nil.
9430 (multi-isearch-next-buffer-from-list): Don't fallback to
9431 `(current-buffer)' when `buffer' is nil. (Bug#4947)
9432
9433 2009-11-30 Juri Linkov <juri@jurta.org>
9434
9435 * misearch.el (multi-isearch-read-buffers): Move canonicalization
9436 of buffers with `get-buffer' to `multi-isearch-buffers'.
9437 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9438 Canonicalize BUFFERS with `get-buffer'. Doc fix.
9439 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
9440 FILES with `expand-file-name' converting relative file names
9441 to absolute. Doc fix. (Bug#4727)
9442
9443 2009-11-30 Juri Linkov <juri@jurta.org>
9444
9445 * misearch.el (multi-isearch-read-buffers)
9446 (multi-isearch-read-matching-buffers): New functions.
9447 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9448 Use them in the `interactive' spec. Doc fix.
9449 (multi-isearch-read-files, multi-isearch-read-matching-files):
9450 New functions.
9451 (multi-isearch-files, multi-isearch-files-regexp):
9452 Use them in the `interactive' spec. Doc fix. (Bug#4725)
9453
9454 2009-11-30 Juri Linkov <juri@jurta.org>
9455
9456 * doc-view.el (doc-view-continuous):
9457 Rename from `doc-view-continuous-mode'.
9458 (doc-view-menu): Move "Toggle display" to the top.
9459 Add submenu "Continuous" with radio buttons "Off"/"On"
9460 and "Save as Default".
9461 (doc-view-scroll-up-or-next-page)
9462 (doc-view-scroll-down-or-previous-page)
9463 (doc-view-next-line-or-next-page)
9464 (doc-view-previous-line-or-previous-page): Rename
9465 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
9466
9467 2009-11-30 Juri Linkov <juri@jurta.org>
9468
9469 * comint.el (comint-mode-map): Rebind `M-r' from
9470 `comint-previous-matching-input' to
9471 `comint-history-isearch-backward-regexp'.
9472 Unbind `M-s' to allow global key binding `M-s'.
9473 Add menu items for `comint-history-isearch-backward' and
9474 `comint-history-isearch-backward-regexp'. (Bug#3746)
9475
9476 2009-11-30 Juri Linkov <juri@jurta.org>
9477
9478 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
9479 For def=recenter, replace `recenter' with `recenter-top-bottom'
9480 that is called with `this-command' and `last-command' let-bound
9481 to `recenter-top-bottom'. When the last `def' was not `recenter',
9482 set `recenter-last-op' to nil. (Bug#4981)
9483
9484 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9485
9486 Minor cleanup and simplification.
9487 * filecache.el (file-cache-add-directory)
9488 (file-cache-add-directory-recursively)
9489 (file-cache-add-from-file-cache-buffer)
9490 (file-cache-delete-file-regexp, file-cache-delete-directory)
9491 (file-cache-files-matching-internal, file-cache-display): Use dolist.
9492 (file-cache-temp-minibuffer-message): Delete function.
9493 (file-cache-minibuffer-complete): Use minibuffer-message instead.
9494
9495 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9496 Don't signal an error when bumping into EOB in tr, s, or y.
9497
9498 2009-11-29 Juri Linkov <juri@jurta.org>
9499
9500 * startup.el (fancy-about-text): Fix wording of Guided Tour.
9501 (Bug#4960)
9502
9503 * descr-text.el (describe-char-unidata-list): Use lowercase name
9504 for "Unicode name" like in other tags.
9505
9506 2009-11-29 Juri Linkov <juri@jurta.org>
9507
9508 * ediff-util.el (ediff-minibuffer-with-setup-hook):
9509 New compatibility macro.
9510 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
9511
9512 2009-11-29 Juri Linkov <juri@jurta.org>
9513
9514 Add defcustom to define the cycling order of `recenter-top-bottom'.
9515 (Bug#4981)
9516
9517 * window.el (recenter-last-op): Doc fix.
9518 (recenter-positions): New defcustom.
9519 (recenter-top-bottom): Rewrite to use `recenter-positions'.
9520 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
9521
9522 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
9523
9524 Improve integration of Tramp and ange-ftp in eshell.
9525
9526 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
9527 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
9528 (eshell/sudo): Flatten args. Let-bind `default-directory'.
9529
9530 * eshell/esh-util.el (top): Require also Tramp when compiling.
9531 (eshell-directory-files-and-attributes): Check for FTP remote
9532 connection.
9533 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
9534 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
9535 (eshell-file-attributes): Handle ".". Return `entry'.
9536
9537 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
9538 (ange-ftp-directory-files-and-attributes)
9539 (ange-ftp-real-directory-files-and-attributes): New defuns.
9540
9541 * net/tramp.el (tramp-maybe-open-connection): Open the remote
9542 shell with "exec" when possible. This prevents trailing prompts
9543 in `start-file-process'.
9544
9545 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9546
9547 Try and remove assumptions about point-min==1.
9548 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
9549 (rng-compute-mode-line-string): Show the validation percentage in
9550 terms of the narrowed text, not the widened text.
9551 (rng-do-some-validation): Don't catch internal errors when debugging.
9552 (rng-first-error): Simplify.
9553 (rng-after-change-function): Remove work around. AFAIK the bug has
9554 been fixed a while ago.
9555
9556 * image-mode.el (image-minor-mode): Exit more gracefully when the image
9557 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
9558
9559 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
9560
9561 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
9562 `cd' doesn't always do it for us (bug#5067).
9563
9564 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
9565 on 2009-10-25 as part of some other change (bug#5067).
9566
9567 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9568
9569 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
9570 `suspicious'.
9571 (byte-compile-warnings): Use byte-compile-warning-types.
9572 (byte-compile-save-excursion): Warn about use of set-buffer right
9573 after save-excursion.
9574
9575 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
9576 the excursion as well.
9577
9578 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
9579
9580 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
9581 providing a Tramp related implementation of "su" and "sudo".
9582 (eshell-unix-initialize): Add "su" and "sudo".
9583
9584 2009-11-27 Daiki Ueno <ueno@unixuser.org>
9585
9586 * net/socks.el (socks-send-command): Convert binary request to
9587 unibyte before sending. This fixes mishandling of some port
9588 numbers such as 129.
9589
9590 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9591
9592 * help.el (describe-bindings-internal): Remove `interactive'.
9593
9594 * man.el (Man-completion-table): Trim a terminating "(".
9595 Remove the space between name page a section.
9596 Add the command's description on the `help-echo' property.
9597 Remove `process-connection-type' binding since it's unused by
9598 call-process.
9599 Provide completion for the "<section> <name>" format as well.
9600 (Man-default-man-entry): Remove spurious var shadowing the argument.
9601
9602 2009-11-26 Kevin Ryde <user42@zip.com.au>
9603
9604 * log-view.el: Add "Keywords: tools", since its other keywords
9605 aren't in finder-known-keywords, and following vc.el.
9606
9607 * sha1.el (sha1-string-external): default-directory "/" in case
9608 otherwise non-existent. process-connection-type pipe for touch of
9609 efficiency recommended by elisp manual. (An aside in Bug#3911.)
9610
9611 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9612
9613 Misc coding convention cleanups.
9614 * htmlfontify.el (hfy-init-kludge-hook): Rename from
9615 hfy-init-kludge-hooks.
9616 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
9617 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
9618 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
9619 and push.
9620 (hfy-slant, hfy-weight): Use tables rather than code.
9621 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
9622 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
9623 (hfy-face-attr-for-class): Initialize `face-spec' directly.
9624 (hfy-face-to-css): Remove `nconc' with single arg.
9625 (hfy-p-to-face-lennart): Use `or'.
9626 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
9627 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
9628 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
9629 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
9630 (hfy-force-fontification): Use run-hooks.
9631
9632 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
9633
9634 Various minor fixes.
9635 * htmlfontify.el (hfy-default-header): Add toggle_invis since
9636 Javascript belongs in the header, not the body.
9637 (hfy-javascript): Remove.
9638 (hfy-fontify-buffer): Don't insert it any more.
9639 (hfy-face-at): Handle (face0 face1 face2) style face properties.
9640 Fix bug in invis handling when there were no invis props in a chunk.
9641
9642 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9643
9644 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
9645
9646 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
9647
9648 * finder.el (finder-mode-map): Add a menu.
9649
9650 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
9651
9652 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
9653 "unsigned" structs.
9654
9655 (verilog-leap-to-head, verilog-backward-token): Handle "disable
9656 fork" statement better.
9657
9658 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
9659
9660 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
9661 (verilog-delete-auto, verilog-delete-empty-auto-pair)
9662 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
9663 Reported by Clay Douglass.
9664
9665 (verilog-auto-inst, verilog-auto-star-safe)
9666 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
9667 Fix removing "// Interfaces" when saving .* expansions. Reported by
9668 Pierre-David Pfister.
9669
9670 2009-11-26 Glenn Morris <rgm@gnu.org>
9671
9672 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
9673 the scope.
9674
9675 2009-11-25 Johan Bockgård <bojohan@gnu.org>
9676
9677 * vc-annotate.el (vc-annotate-revision-previous-to-line):
9678 Really use previous revision.
9679
9680 2009-11-25 Kevin Ryde <user42@zip.com.au>
9681
9682 * man.el (Man-completion-table): default-directory "/" in case
9683 doesn't otherwise exist. process-environment COLUMNS=999 so as
9684 not to truncate long names. process-connection-type pipe to avoid
9685 any chance of hitting the pseudo-tty TIOCGWINSZ.
9686 (man): completion-ignore-case t for friendliness and since man
9687 itself is case-insensitive on the command line.
9688 Further to Bug#3717.
9689
9690 * arc-mode.el: Add "Keywords: files", so the details in its
9691 commentary can be reached from finder-by-keyword.
9692 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
9693 editing mode, but it's comms related and sgml-mode.el has "comm"
9694 on that basis too.
9695 * textmodes/bibtex-style.el: Add "Keywords: tex".
9696 * international/isearch-x.el, international/ja-dic-cnv.el:
9697 * international/ja-dic-utl.el, international/kkc.el:
9698 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
9699
9700 2009-11-25 Juri Linkov <juri@jurta.org>
9701
9702 * man.el (Man-completion-table): Modify regexp to include
9703 section names to completion strings. (Bug#3717)
9704
9705 2009-11-25 Juri Linkov <juri@jurta.org>
9706
9707 Search recursively in gzipped files. (Bug#4982)
9708
9709 * progmodes/grep.el (grep-highlight-matches): Add new options
9710 `always' and `auto'. Doc fix.
9711 (grep-process-setup): Check `grep-highlight-matches' for
9712 `auto-detect' to determine the need to compute grep defaults.
9713 Move Windows/DOS specific --colors settings handling
9714 to `grep-compute-defaults'. Check `grep-highlight-matches'
9715 to get the value of "--color=".
9716 (grep-compute-defaults): Compute `grep-highlight-matches' when it
9717 has the value `auto-detect'. Move Windows/DOS specific settings
9718 from `grep-process-setup'.
9719 (zrgrep): New command with alias `rzgrep'.
9720
9721 2009-11-25 Juri Linkov <juri@jurta.org>
9722
9723 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
9724 to nil instead of switching off view-mode. (Bug#4896)
9725
9726 2009-11-25 Juri Linkov <juri@jurta.org>
9727
9728 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
9729
9730 * mwheel.el (mwheel-scroll-up-function)
9731 (mwheel-scroll-down-function): New defvars.
9732 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
9733 `scroll-up', and `mwheel-scroll-down-function' instead of
9734 `scroll-down'.
9735
9736 * doc-view.el (doc-view-scroll-up-or-next-page)
9737 (doc-view-scroll-down-or-previous-page): Add optional ARG.
9738 Use this ARG in the call to image-scroll-up/image-scroll-down.
9739 Change `interactive' spec to "P". Goto next/previous page only
9740 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
9741 SPC/DEL case). Doc fix.
9742 (doc-view-next-line-or-next-page)
9743 (doc-view-previous-line-or-previous-page): Rename arg to ARG
9744 for consistency.
9745 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
9746 `doc-view-scroll-up-or-next-page', and buffer-local
9747 `mwheel-scroll-down-function' to
9748 `doc-view-scroll-down-or-previous-page'.
9749
9750 2009-11-25 Juri Linkov <juri@jurta.org>
9751
9752 Provide additional default values (directories at other Dired
9753 windows) via M-n in the minibuffer of some Dired commands.
9754
9755 * dired-aux.el (dired-diff, dired-compare-directories)
9756 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
9757 `minibuffer-default' in `minibuffer-with-setup-hook'.
9758 (dired-dwim-target-directory): Find a window that displays Dired
9759 buffer instead of failing when the next window is not Dired.
9760 Use `get-window-with-predicate' to find for the next Dired window.
9761 (dired-dwim-target-defaults): New function.
9762
9763 * ediff-util.el (ediff-read-file-name):
9764 Use `dired-dwim-target-defaults' to set `minibuffer-default'
9765 in `minibuffer-with-setup-hook'.
9766
9767 2009-11-25 Juri Linkov <juri@jurta.org>
9768
9769 Provide additional default values (file name at point or at the
9770 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
9771
9772 * minibuffer.el (read-file-name-defaults): New function.
9773 (read-file-name): Reset `minibuffer-default' to nil when
9774 it duplicates initial input `insdef'.
9775 Bind `minibuffer-default-add-function' to lambda that
9776 calls `read-file-name-defaults' in `minibuffer-selected-window'.
9777 (minibuffer-insert-file-name-at-point): New command.
9778
9779 * files.el (file-name-at-point-functions): New defcustom.
9780 (find-file-default): Remove defvar.
9781 (find-file-read-args): Don't use `find-file-default'.
9782 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9783 to `read-file-name'.
9784 (find-file-literally): Use `read-file-name' with
9785 `confirm-nonexistent-file-or-buffer'.
9786
9787 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
9788
9789 * dired.el (dired-read-dir-and-switches):
9790 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9791 to `read-file-name'.
9792 (dired-file-name-at-point): New function.
9793 (dired-mode): Add hook `dired-file-name-at-point' to
9794 `file-name-at-point-functions'.
9795
9796 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9797
9798 Really make the *Completions* window soft-dedicated (bug#5030).
9799 * window.el (window--display-buffer-2): Add `dedicated' argument.
9800 (display-buffer): Pass it when needed so the dedicated flag is set
9801 after calling set-window-buffer, which would otherwise reset it.
9802
9803 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9804
9805 * progmodes/meta-mode.el (meta-complete-symbol):
9806 * progmodes/etags.el (complete-tag):
9807 * mail/mailabbrev.el (mail-abbrev-complete-alias):
9808 Use completion-in-region.
9809
9810 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
9811 (dabbrev-completion): Use completion-in-region.
9812 (dabbrev--abbrev-at-point): Simplify regexp.
9813
9814 * abbrev.el (abbrev--before-point): Use word-motion functions
9815 if :regexp is not specified (bug#5031).
9816
9817 * subr.el (string-prefix-p): New function.
9818
9819 * man.el (Man-completion-cache): New var.
9820 (Man-completion-table): Use it.
9821
9822 * vc.el (vc-print-log-internal): Make `limit' optional for better
9823 compatibility (e.g. with vc-annotate.el).
9824
9825 2009-11-24 Kevin Ryde <user42@zip.com.au>
9826
9827 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
9828 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
9829
9830 * emacs-lisp/elint.el (elint-add-required-env): Better error message
9831 when .el source file not found or other error.
9832
9833 2009-11-24 Markus Triska <markus.triska@gmx.at>
9834
9835 * linum.el (linum-update-window): Ignore intangible (bug#4996).
9836
9837 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9838
9839 Handle the [back] button properly (bug#4979).
9840 * descr-text.el (describe-text-properties): Add a `buffer' argument.
9841 Use help-setup-xref, help-buffer, and with-help-window.
9842 (describe-char): Add `buffer' argument.
9843 Pass proper command to help-setup-xref. Don't meddle with
9844 help-xref-stack-item directly.
9845 (describe-text-category): Use with-help-window and help-buffer.
9846
9847 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
9848 for the displayed buffer (bug#4887).
9849
9850 * man.el (Man-completion-table): New function.
9851 (man): Use it.
9852
9853 2009-11-24 David Reitter <david.reitter@gmail.com>
9854
9855 * vc-git.el (vc-git-registered): Use checkout directory (where
9856 .git is) rather than the file's directory and a relative path spec
9857 to work around a bug in git.
9858
9859 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
9860
9861 Improve handling of processes on remote hosts.
9862
9863 * eshell/esh-util.el (eshell-path-env): New defvar.
9864 (eshell-parse-colon-path): New defun.
9865 (eshell-file-attributes): Use `eshell-parse-colon-path'.
9866
9867 * eshell/esh-ext.el (eshell-search-path):
9868 Use `eshell-parse-colon-path'.
9869 (eshell-remote-command): Remove argument HANDLER.
9870 (eshell-external-command): Check for FTP remote connection.
9871
9872 * eshell/esh-proc.el (eshell-gather-process-output):
9873 Use `file-truename', in order to start also symlinked files.
9874 Apply `start-file-process' instead of `start-process'.
9875 Shorten `command' to the local file name part.
9876
9877 * eshell/em-cmpl.el (eshell-complete-commands-list):
9878 Use `eshell-parse-colon-path'.
9879
9880 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
9881
9882 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
9883 to `eshell-directory-change-hook'.
9884
9885 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
9886
9887 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
9888 because it could be enabled automatically if view-read-only is non-nil.
9889
9890 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
9891
9892 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
9893 made on 2009-11-22.
9894
9895 2009-11-24 Glenn Morris <rgm@gnu.org>
9896
9897 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
9898 deleted variable bookmark-bmenu-bookmark-column.
9899
9900 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9901
9902 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
9903
9904 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
9905
9906 * net/browse-url.el (browse-url-filename-alist): On Windows, add
9907 two slashes to the "file:" prefix.
9908 (browse-url-file-url): De-munge Cygwin filenames before passing
9909 them to Windows browser.
9910 (browse-url-default-windows-browser): Use call-process.
9911
9912 2009-11-23 Juri Linkov <juri@jurta.org>
9913
9914 Implement DocView Continuous mode. (Bug#4896)
9915 * doc-view.el (doc-view-continuous-mode): New defcustom.
9916 (doc-view-mode-map): Bind C-n/<down> to
9917 `doc-view-next-line-or-next-page', C-p/<up> to
9918 `doc-view-previous-line-or-previous-page'.
9919 (doc-view-next-line-or-next-page)
9920 (doc-view-previous-line-or-previous-page): New commands.
9921
9922 2009-11-23 Juri Linkov <juri@jurta.org>
9923
9924 Implement Isearch in comint input history. (Bug#3746)
9925 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
9926 `isearch-mode-hook'.
9927 (comint-history-isearch): New defcustom.
9928 (comint-history-isearch-backward)
9929 (comint-history-isearch-backward-regexp): New commands.
9930 (comint-history-isearch-message-overlay): New buffer-local variable.
9931 (comint-history-isearch-setup, comint-history-isearch-end)
9932 (comint-goto-input, comint-history-isearch-search)
9933 (comint-history-isearch-message, comint-history-isearch-wrap)
9934 (comint-history-isearch-push-state)
9935 (comint-history-isearch-pop-state): New functions.
9936
9937 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
9938
9939 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
9940 return.
9941 (tramp-handle-make-symbolic-link)
9942 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
9943 Quote file names.
9944 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
9945 (tramp-handle-process-file): Use it.
9946
9947 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9948
9949 * window.el (move-to-window-line-last-op): Remove.
9950 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
9951
9952 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
9953
9954 Make M-r mirror the new cycling behavior of C-l.
9955 * window.el (move-to-window-line-last-op): New var.
9956 (move-to-window-line-top-bottom): New command.
9957 (global-map): Bind M-r move-to-window-line-top-bottom.
9958
9959 2009-11-23 Sven Joachim <svenjoac@gmx.de>
9960
9961 * dired-x.el (dired-guess-shell-alist-default):
9962 Support xz format. (Bug#4953)
9963
9964 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
9965
9966 * emulation/viper-cmd.el: Use viper-last-command-char instead of
9967 last-command-char/last-command-event.
9968 (viper-prefix-arg-value): Do correct conversion of event-char for
9969 XEmacs.
9970
9971 * emulation/viper-util.el, emulation/viper.el:
9972 Use viper-last-command-char instead of
9973 last-command-char/last-command-event.
9974
9975 * ediff-init.el, ediff-mult.el, ediff-util.el:
9976 Replace last-command-char and last-command-event
9977 with (ediff-last-command-char) everywhere.
9978
9979 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
9980 created in fundamental mode.
9981
9982 * ediff.el (ediff-version): Revert the change of interactive-p to
9983 called-interactively-p.
9984
9985 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
9986
9987 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
9988 generation from word-movement command names.
9989
9990 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
9991
9992 * cus-start.el (all): Add native condition for font-use-system-font.
9993
9994 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
9995
9996 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9997 Correct the patch from 2009-11-18. (Bug#3910)
9998
9999 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
10000
10001 * progmodes/subword.el: Rename from lisp/subword.el.
10002
10003 * subword.el: Rename to progmodes/subword.el.
10004
10005 * Makefile.in (ELCFILES): Adapt to subword.el move.
10006
10007 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10008 Stefan Monnier <monnier@iro.umontreal.ca>
10009
10010 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
10011 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
10012 (bookmark-bmenu-show-filenames): Use push.
10013 (bookmark-bmenu-hide-filenames): Use local var instead of
10014 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
10015 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
10016 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
10017 filenames now that the bookmark names are always available.
10018
10019 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10020
10021 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
10022 (bookmark-search-pattern): Move and leave unbound.
10023 (bookmark-bmenu-mode-map): Change binding.
10024 (bookmark-read-search-input): Simplify.
10025 Don't use text-char-description. Don't error on non-char events.
10026 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
10027 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
10028 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
10029 Use a local var for the timer.
10030 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
10031 (i.e. bookmark-bmenu-search).
10032
10033 2009-11-21 Glenn Morris <rgm@gnu.org>
10034
10035 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
10036
10037 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
10038
10039 * net/browse-url.el (browse-url-default-windows-browser):
10040 Use cygstart for cygwin.
10041
10042 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
10043
10044 * bookmark.el: Formatting and doc fixes only:
10045 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
10046 (bookmark-bmenu-search): Wrap to fit within 80 columns.
10047 Minor grammar and punctuation fixes in doc string.
10048 (bookmark-read-search-input): Adjust to fit within 80 columns.
10049
10050 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
10051
10052 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
10053 (c-backward-into-nomenclature): Adapt to subword renaming.
10054
10055 * subword.el (subword-forward, subword-backward, subword-mark)
10056 (subword-kill, subword-backward-kill, subword-transpose)
10057 (subword-downcase, subword-upcase, subword-capitalize)
10058 (subword-forward-internal, subword-backward-internal):
10059 Rename from forward-subword, backward-subword, mark-subword,
10060 kill-subword, backward-kill-subword, transpose-subwords,
10061 downcase-subword, upcase-subword, capitalize-subword,
10062 forward-subword-internal, backward-subword-internal.
10063
10064 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10065
10066 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
10067 New options.
10068 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
10069 New vars.
10070 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
10071 (bookmark-bmenu-filter-alist-by-regexp)
10072 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
10073 (bookmark-bmenu-search): New command.
10074 (bookmark-bmenu-mode-map): Bind it.
10075
10076 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
10077
10078 * progmodes/cc-cmds.el: declare-functioned forward-subword and
10079 backward-subword to quit the byte-compiler.
10080
10081 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
10082
10083 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
10084
10085 * progmodes/cc-cmds.el (c-update-modeline)
10086 (c-forward-into-nomenclature, c-backward-into-nomenclature):
10087 Refer to subword.el functions instead of cc-subword.el.
10088
10089 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
10090 subword.el functions instead of cc-subword.el.
10091
10092 * progmodes/cc-subword.el: Rename to subword.el.
10093 * subword.el: Rename from progmodes/cc-subword.el.
10094 (subword-mode-map): Rename from c-subword-mode-map.
10095 (subword-mode): Rename from c-subword-mode.
10096 (global-subword-mode): New global minor mode.
10097 (forward-subword): Rename from c-forward-subword.
10098 (backward-subword): Rename from c-backward-subword.
10099 (mark-subword): Rename from c-mark-subword.
10100 (kill-subword): Rename from c-kill-subword.
10101 (backward-kill-subword): Rename from c-backward-kill-subword.
10102 (transpose-subwords): Rename from c-tranpose-subword.
10103 (downcase-subword): Rename from c-downcase-subword.
10104 (capitalize-subword): Rename from c-capitalize-subword.
10105 (forward-subword-internal): Rename from c-forward-subword-internal.
10106 (backward-subword-internal): Rename from c-backward-subword-internal.
10107
10108 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
10109
10110 * vc.el (vc-deduce-fileset): Allow non-state changing operations
10111 from a dired buffer.
10112 (vc-dired-deduce-fileset): New function.
10113 (vc-root-diff, vc-print-root-log): Use it.
10114
10115 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
10116 nil LIMIT argument to vc-print-log-internal.
10117
10118 2009-11-20 Glenn Morris <rgm@gnu.org>
10119
10120 * Makefile.in (ELCFILES): Regenerate.
10121
10122 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
10123
10124 * calc/calc.el (calc-set-mode-line):
10125 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10126 (math-format-number): Rename `math-format-complement-signed' to
10127 `math-format-twos-complement'.
10128
10129 * calc/calc-bin.el (math-format-twos-complement): Rename from
10130 math-format-complement-signed.
10131 (calc-radix): Rename `calc-complement-signed-mode' to
10132 `calc-twos-complement-mode'.
10133 (calc-octal-radix, calc-hex-radix): Add an argument for
10134 two's complement.
10135
10136 * calc/calc-embed.el (calc-embedded-mode-vars):
10137 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10138
10139 * calc/calc-ext.el (calc-init-extensions):
10140 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10141 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
10142
10143 * calc/calc-units.el (math-build-units-table-buffer):
10144 Let `calc-twos-complement-mode' be nil.
10145
10146 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
10147 entries.
10148
10149 * calc/calc-vec.el (calcFunc-vunpack):
10150 * calc/calc-aent.el (calc-do-calc-eval):
10151 * calc/calc-forms.el (math-format-date):
10152 * calc/calc-graph.el (calc-graph-plot):
10153 * calc/calc-math.el (math-use-emacs-fn):
10154 * calc/calccomp.el (math-compose-expr):
10155 Let `calc-twos-complement-mode' be nil.
10156
10157 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10158
10159 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
10160 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
10161 * minibuffer.el (completion-in-region-functions): New hook.
10162 (completion-in-region): New function.
10163 * emacs-lisp/lisp.el (lisp-complete-symbol):
10164 * pcomplete.el (pcomplete-std-complete): Use it.
10165
10166 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10167
10168 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
10169 (latex-complete-alist): New vars.
10170 (latex-string-prefix-p, latex-complete-bibtex-keys)
10171 (latex-complete-envnames, latex-complete-refkeys)
10172 (latex-complete-data): New functions.
10173 (latex-complete, latex-indent-or-complete): New commands.
10174
10175 * window.el (display-buffer-mark-dedicated): New var.
10176 (display-buffer): Obey it.
10177 * minibuffer.el (minibuffer-completion-help): Use it.
10178
10179 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
10180
10181 * filecache.el (file-cache-add-file): Use push and cons.
10182 (file-cache-delete-file-regexp): Use push.
10183 (file-cache-complete): Use completion-in-region.
10184
10185 * simple.el (with-wrapper-hook): Fix thinko.
10186
10187 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
10188 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
10189 Use with-current-buffer and string-to-number.
10190 (hfy-fallback-colour-values): Use assoc-string.
10191 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
10192 (hfy-face-at): Remove unused var `found-face'.
10193 (hfy-compile-stylesheet): Remove unused var `css'.
10194 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
10195 and `orig-buffer'.
10196 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
10197 Use with-current-buffer.
10198 (hfy-text-p): Use expand-file-name and fewer setq.
10199
10200 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
10201
10202 * htmlfontify.el, hfy-cmap.el: New files.
10203
10204 2009-11-19 Juri Linkov <juri@jurta.org>
10205
10206 * minibuffer.el (completions-format): New defcustom.
10207 (completion--insert-strings): Implement vertical format.
10208
10209 * simple.el (switch-to-completions): Move point to the first
10210 completion when point was at the beginning of the buffer.
10211
10212 2009-11-19 Juri Linkov <juri@jurta.org>
10213
10214 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
10215
10216 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
10217
10218 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
10219
10220 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
10221 (mail-signature): Change default to t.
10222 (mail-from-style): Deprecate `system-default' value.
10223 (mail-insert-from-field): For default value of mail-from-style,
10224 default to `angles' unless `angles' needs quoting and `parens'
10225 does not.
10226 (mail-citation-prefix-regexp): Use citation regexp from
10227 message-mode.
10228
10229 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
10230
10231 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10232 Set variables for computing the prompt for reading password.
10233
10234 2009-11-19 Glenn Morris <rgm@gnu.org>
10235
10236 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
10237
10238 * textmodes/flyspell.el (sgml-lexical-context): Declare.
10239
10240 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
10241 (newsticker-treeview-listwindow-height): Fix custom type.
10242
10243 2009-11-19 Kenichi Handa <handa@m17n.org>
10244
10245 * descr-text.el (describe-char-padded-string): Compose with TAB
10246 only if there's a font for CH.
10247 (describe-char): Fix the condition for detecting a trivial composition.
10248
10249 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
10250
10251 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
10252 more accurate version of the regexp. (Bug#3910)
10253
10254 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
10255
10256 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
10257
10258 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
10259
10260 * font-setting.el (font-use-system-font): Declare for byte-compiler.
10261 (font-setting-change-default-font): Fix typo in docstring.
10262
10263 2009-11-18 Alan Mackenzie <acm@muc.de>
10264
10265 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
10266
10267 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10268
10269 * font-setting.el (font-use-system-font): Move ...
10270
10271 * cus-start.el (all): ... to here.
10272
10273 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
10274
10275 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
10276 Don't set `ad-return-value' if `ad-do-it' doesn't.
10277
10278 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
10279 modification time.
10280
10281 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10282
10283 * menu-bar.el: Put "Use system font" in Option-menu.
10284 (menu-bar-options-save): Add font-use-system-font.
10285
10286 * loadup.el: If feature system-font-setting or font-render-setting is
10287 there, load font-setting.
10288
10289 * Makefile.in (ELCFILES): Add font-settings.el.
10290 * font-setting.el: New file.
10291
10292 2009-11-17 Glenn Morris <rgm@gnu.org>
10293
10294 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
10295
10296 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
10297 Preserve point in the list buffer. (Bug#4939)
10298 Use point-at-eol.
10299 (newsticker--treeview-list-update-highlight)
10300 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
10301
10302 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10303
10304 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
10305 Remove.
10306
10307 * calc/calc-ext.el (calc-init-extensions): Remove references to
10308 symclip.
10309
10310 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
10311
10312 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
10313 * calc/calc-help.el (calc-b-prefix-help): Remove references to
10314 `calc-symclip'.
10315
10316 2009-11-16 Kevin Ryde <user42@zip.com.au>
10317
10318 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10319 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
10320
10321 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
10322 (lm-keywords-list): Allow comma-only separator like "foo,bar".
10323 Ignore trailing spaces by omit-nulls to split-string (fixing
10324 regression from Emacs 21 due to the incompatible split-string
10325 change). (Bug #4928.)
10326
10327 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
10328
10329 * vc.el (vc-log-show-limit): Default to 2000.
10330 (vc-print-log-internal): Insert buttons to request more entries
10331 when limiting the output.
10332
10333 * vc-sccs.el (vc-sccs-print-log):
10334 * vc-rcs.el (vc-rcs-print-log):
10335 * vc-cvs.el (vc-cvs-print-log):
10336 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
10337 LIMIT is non-nil.
10338
10339 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
10340
10341 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
10342 error when `tramp-gvfs-dbus-event-vector' is set.
10343 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
10344
10345 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10346
10347 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
10348
10349 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
10350
10351 * net/dbus.el (dbus-unregister-service): New defun.
10352 (dbus-register-property): Register the handlers of
10353 "org.freedesktop.DBus.Properties" for SERVICE.
10354 (dbus-property-handler): Fix docstring.
10355
10356 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10357
10358 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
10359 Quote doc string reference in defvaralias as it is not in special form.
10360 (byte-compile-output-docform): Doc fix.
10361
10362 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10363
10364 * calc/calc.el (math-2-word-size, math-half-2-word-size)
10365 (calc-complement-signed-mode): New variables.
10366 (calc-set-mode-line): Add indicator for twos-complements.
10367 (math-format-number): Format twos-complement notation.
10368
10369 * calc/calc-bin.el (calc-word-size): Reset the variables
10370 `math-2-word-size' and `math-half-2-word-size'.
10371 (math-format-complement-signed, math-symclip, calcFunc-symclip)
10372 (calc-symclip): New functions.
10373
10374 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
10375
10376 * calc/calc-embed.el (calc-embedded-mode-vars):
10377 Add `calc-complement-signed-mode' to the list of modes.
10378
10379 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
10380 (calc-b-oper-keys): Add `calc-symclip' to list.
10381
10382 * calc/calc-ext.el (math-read-number-fancy): Read complement
10383 signed numbers.
10384 (calc-init-extensions): Add binding for `calc-symclip'.
10385 Add autoload for `calcFunc-symclip' and `calc-symclip'.
10386
10387 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
10388 `calc-symclip'.
10389 (calc-modes-menu): Add item for twos complement mode.
10390
10391 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
10392
10393 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
10394
10395 * register.el (jump-to-register, insert-register): Handle Semantic
10396 tags. From commented-out advice in semantic/senator.el.
10397
10398 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10399
10400 * vc.el (vc-log-show-limit): New variable.
10401 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
10402 when using a prefix argument.
10403 (vc-print-log-internal): Add new argument LIMIT.
10404
10405 * vc-svn.el (vc-svn-print-log):
10406 * vc-mtn.el (vc-mtn-print-log):
10407 * vc-hg.el (vc-hg-print-log):
10408 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
10409 pass it to the log command when set. Make the BUFFER argument
10410 non-optional.
10411
10412 * vc-sccs.el (vc-sccs-print-log):
10413 * vc-rcs.el (vc-rcs-print-log):
10414 * vc-git.el (vc-git-print-log):
10415 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
10416 ignore it. Make the BUFFER argument non-optional
10417
10418 * bindings.el (mode-line-buffer-identification): Do not purecopy.
10419
10420 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
10421
10422 * dired.el (dired-mode-map): Move encryption items to "Operate"
10423 menu (Bug#4703).
10424
10425 * strokes.el (strokes-update-window-configuration): Make strokes
10426 buffer current before erasing (Bug#4906).
10427
10428 2009-11-15 Juri Linkov <juri@jurta.org>
10429
10430 * simple.el (set-mark-default-inactive): Add :type, :group
10431 and :version. (Bug#4876)
10432
10433 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
10434
10435 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
10436 (archive-unique-fname): ... here. (Bug#4929)
10437
10438 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10439
10440 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
10441 with a real fix.
10442
10443 * novice.el (disabled-command-function): Add useful args.
10444 Setup the help buffer so that [back] works.
10445 Remove redundant call to help-mode.
10446 (disabled-command-function): Use `case'.
10447 (en/disable-command): New function extracted from enable-command.
10448 (enable-command, disable-command): Use it.
10449
10450 2009-11-14 Glenn Morris <rgm@gnu.org>
10451
10452 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
10453 constants. (Bug#4913)
10454
10455 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
10456
10457 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
10458
10459 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
10460 defined in C that have no doc-strings. (Bug#1063)
10461
10462 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
10463
10464 * cus-edit.el (data, files):
10465 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
10466
10467 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
10468
10469 * simple.el (shell-command): Doc fix (Bug#4891).
10470
10471 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
10472
10473 2009-11-14 Glenn Morris <rgm@gnu.org>
10474
10475 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
10476 statements for vc-diff, emerge-quit, and rmail-cease-edit.
10477 If they are already loaded, eval-after-load will do the right thing.
10478
10479 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
10480 compiling.
10481
10482 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
10483
10484 * simple.el (x-selection-owner-p): Declare.
10485 (read-mail-command): Use custom radio type rather than choice.
10486 (completion-no-auto-exit): Doc fix.
10487
10488 * custom.el (defgroup):
10489 * epg-config.el (epg): Doc fixes.
10490
10491 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10492
10493 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10494 * international/ccl.el (define-ccl-program): Do not purecopy the
10495 docstring, defconst does it anyway.
10496
10497 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10498
10499 * add-log.el (add-change-log-entry): Avoid displaying the changelog
10500 a second time.
10501
10502 * x-dnd.el (x-dnd-maybe-call-test-function):
10503 * window.el (split-window-vertically):
10504 * whitespace.el (whitespace-help-on):
10505 * vc-rcs.el (vc-rcs-consult-headers):
10506 * userlock.el (ask-user-about-lock-help)
10507 (ask-user-about-supersession-help):
10508 * type-break.el (type-break-force-mode-line-update):
10509 * time-stamp.el (time-stamp-conv-warn):
10510 * terminal.el (te-set-output-log, te-more-break, te-filter)
10511 (te-sentinel, terminal-emulator):
10512 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10513 (term-write-input-ring, term-check-source, term-start-output-log):
10514 (term-display-buffer-line, term-dynamic-list-completions):
10515 (term-ansi-make-term, serial-term):
10516 * subr.el (selective-display):
10517 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10518 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
10519 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
10520 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
10521 (speedbar-remove-localized-speedbar-support)
10522 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
10523 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
10524 (speedbar-buffers-line-directory):
10525 * simple.el (shell-command-on-region, append-to-buffer)
10526 (prepend-to-buffer):
10527 * shadowfile.el (shadow-save-todo-file):
10528 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
10529 (scroll-bar-maybe-set-window-start):
10530 * sb-image.el (speedbar-image-dump):
10531 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
10532 (load-save-place-alist-from-file):
10533 * ps-samp.el (ps-print-message-from-summary):
10534 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
10535 (ps-background-image, ps-begin-job, ps-do-despool):
10536 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
10537 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
10538 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
10539 (pr-call-process, pr-file-list, pr-interface-save):
10540 * novice.el (disabled-command-function)
10541 (enable-command, disable-command):
10542 * mouse.el (mouse-buffer-menu-alist):
10543 * mouse-copy.el (mouse-kill-preserving-secondary):
10544 * macros.el (kbd-macro-query):
10545 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
10546 * informat.el (batch-info-validate):
10547 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
10548 * hippie-exp.el (try-expand-dabbrev-visible):
10549 * help-mode.el (help-make-xrefs):
10550 * help-fns.el (describe-variable):
10551 * generic-x.el (bat-generic-mode-run-as-comint):
10552 * finder.el (finder-mouse-select):
10553 * find-dired.el (find-dired-sentinel):
10554 * filesets.el (filesets-file-close):
10555 * files.el (list-directory):
10556 * faces.el (list-faces-display, describe-face):
10557 * facemenu.el (list-colors-display):
10558 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
10559 * epg.el (epg--process-filter, epg-cancel):
10560 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
10561 (epa--read-signature-type):
10562 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
10563 (emerge-file-names):
10564 * ehelp.el (electric-helpify):
10565 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
10566 * ediff-vers.el (rcs-ediff-view-revision):
10567 * ediff-util.el (ediff-setup):
10568 * ediff-mult.el (ediff-append-custom-diff):
10569 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
10570 (ediff-wordify):
10571 * echistory.el (Electric-command-history-redo-expression):
10572 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10573 * disp-table.el (describe-display-table):
10574 * dired.el (dired-find-buffer-nocreate):
10575 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
10576 * dabbrev.el (dabbrev--same-major-mode-p):
10577 * chistory.el (list-command-history):
10578 * apropos.el (apropos-documentation):
10579 * allout.el (allout-obtain-passphrase):
10580 (allout-copy-exposed-to-buffer):
10581 (allout-verify-passphrase): Use with-current-buffer.
10582
10583 2009-11-13 Glenn Morris <rgm@gnu.org>
10584
10585 * Makefile.in (ELCFILES): Regenerate.
10586
10587 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
10588
10589 * net/dbus.el (dbus-registered-objects-table): Rename from
10590 `dbus-registered-functions-table', because it contains also properties.
10591 (dbus-unregister-object): Unregister also properties.
10592 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10593 Use a timeout of 500 msec, in order to not block.
10594 (dbus-register-property, dbus-property-handler): New defuns.
10595
10596 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10597
10598 * simple.el (minibuffer-default-add-completions): Drop deprecated
10599 4th arg.
10600
10601 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
10602
10603 * textmodes/artist.el (artist-mouse-choose-operation):
10604 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
10605 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
10606 (artist-compute-up-event-key): New function.
10607 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
10608
10609 2009-11-13 Kenichi Handa <handa@m17n.org>
10610
10611 * language/japan-util.el: Make sure that the value of jisx0208
10612 property is jisx0208 character.
10613
10614 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
10615
10616 * international/mule.el (auto-coding-regexp-alist): Only purecopy
10617 car or each item, not the whole list.
10618
10619 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
10620
10621 * minibuffer.el (minibuffer-completion-help):
10622 Use minibuffer-hide-completions.
10623
10624 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
10625
10626 * dired.el (dired-save-positions, dired-restore-positions): New funs.
10627 (dired-revert): Use them (bug#4880).
10628
10629 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10630
10631 * tooltip.el (tooltip-frame-parameters): Undo previous change.
10632
10633 2009-11-12 Juri Linkov <juri@jurta.org>
10634
10635 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
10636 New functions.
10637 (find-file-literally-at-point): Alias of `ffap-literally'.
10638
10639 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10640
10641 * textmodes/ispell.el (ispell-skip-region-alist):
10642 * textmodes/css-mode.el (auto-mode-alist):
10643 * progmodes/compile.el (auto-mode-alist):
10644 * international/mule.el (ctext-non-standard-encodings-alist)
10645 (ctext-non-standard-encodings-regexp):
10646 * simple.el (shell-command-switch, text-read-only):
10647 * replace.el (occur-mode-map):
10648 * paths.el (rmail-file-name):
10649 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
10650 * find-file.el (ff-special-constructs):
10651 * files.el (file-name-handler-alist):
10652 * composite.el: Purecopy strings.
10653
10654 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
10655
10656 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10657
10658 * widget.el (define-widget): Purecopy the docstring.
10659 * international/mule-cmds.el (charset): Do not purecopy the
10660 docstring here, define-widget does it.
10661
10662 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10663 * textmodes/bibtex-style.el (auto-mode-alist):
10664 * progmodes/inf-lisp.el (inferior-lisp-prompt):
10665 * progmodes/compile.el (compile-command):
10666 * language/korea-util.el (default-korean-keyboard):
10667 * international/mule-conf.el (file-coding-system-alist):
10668 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
10669 * tooltip.el (tooltip-frame-parameters):
10670 * newcomment.el (comment-end, comment-padding):
10671 * dired.el (dired-trivial-filenames):
10672 * comint.el (comint-file-name-prefix): Purecopy initial values.
10673
10674 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
10675
10676 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
10677 (tramp-advice-minibuffer-electric-tilde): Unload advices via
10678 `tramp-unload'.
10679 (tramp-advice-make-auto-save-file-name)
10680 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
10681 after removing the advice.
10682
10683 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10684
10685 * progmodes/grep.el (grep-regexp-alist):
10686 * international/mule-cmds.el (iso-2022-control-alist):
10687 * emacs-lisp/timer.el (timer-duration-words):
10688 * subr.el (version-separator, version-regexp-alist):
10689 * minibuffer.el (completion-styles-alist):
10690 * faces.el (face-attribute-name-alist, list-faces-sample-text):
10691 Change defvars to defconsts.
10692
10693 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
10694 * loadup.el ("international/mule-conf"): Load the byte compiled version.
10695 * international/mule-conf.el: Allow to be byte compiled.
10696
10697 * international/mule.el (define-charset): Purecopy props.
10698 (load-with-code-conversion): Purecopy doc string and file name.
10699 (put-charset-property): Purecopy strings.
10700 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
10701
10702 * international/mule-cmds.el (register-input-method): Purecopy arguments.
10703 (define-char-code-property): Correctly purecopy the table.
10704
10705 * international/ccl.el (define-ccl-program): Purecopy the docstring.
10706
10707 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
10708
10709 * subr.el (add-hook): Purecopy strings.
10710 (eval-after-load): Purecopy load-history-regexp and the form.
10711
10712 * custom.el (custom-declare-group): Purecopy load-file-name.
10713
10714 * subr.el (menu-bar-separator): New defconst.
10715 * net/eudc.el (eudc-tools-menu):
10716 * international/mule-cmds.el (set-coding-system-map)
10717 (mule-menu-keymap):
10718 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10719 * vc-hooks.el (vc-menu-map):
10720 * replace.el (occur-mode-map):
10721 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
10722 (menu-bar-edit-menu, menu-bar-goto-menu)
10723 (menu-bar-custom-menu, menu-bar-showhide-menu)
10724 (menu-bar-options-menu, menu-bar-tools-menu)
10725 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
10726 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
10727 (menu-bar-help-menu):
10728 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
10729 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
10730
10731 * term/x-win.el (x-gtk-stock-map):
10732 * progmodes/vera-mode.el (auto-mode-alist):
10733 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
10734 (inferior-lisp-program, inferior-lisp-load-command):
10735 * progmodes/hideshow.el (hs-special-modes-alist):
10736 * progmodes/gud.el (same-window-regexps):
10737 * progmodes/grep.el (grep-program, find-program, xargs-program):
10738 * net/telnet.el (same-window-regexps):
10739 * net/rlogin.el (same-window-regexps):
10740 * language/ethiopic.el (font-ccl-encoder-alist):
10741 * vc-sccs.el (vc-sccs-master-templates):
10742 * vc-rcs.el (vc-rcs-master-templates):
10743 * subr.el (cl-assertion-failed):
10744 * simple.el (next-error-overlay-arrow-position):
10745 * lpr.el (lpr-command):
10746 * locate.el (locate-ls-subdir-switches):
10747 * info.el (same-window-regexps, info)
10748 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10749 * image-mode.el (image-mode, auto-mode-alist):
10750 * hippie-exp.el (hippie-expand-ignore-buffers):
10751 * format.el (format-alist):
10752 * find-dired.el (find-ls-subdir-switches, find-grep-options)
10753 (find-name-arg):
10754 * facemenu.el (facemenu-keybindings):
10755 * dired.el (dired-listing-switches, dired-chown-program):
10756 * diff.el (diff-switches, diff-command):
10757 * cus-edit.el (same-window-regexps):
10758 * bindings.el (mode-line-mule-info)
10759 (mode-line-buffer-identification): Purecopy strings.
10760
10761 2009-11-11 Juri Linkov <juri@jurta.org>
10762
10763 * simple.el (dired-get-filename) <declare-function>:
10764 Tell the byte-compiler about dired-get-filename.
10765 (shell-command): In Dired mode, get filename from the current line
10766 as the default value.
10767
10768 2009-11-10 Glenn Morris <rgm@gnu.org>
10769
10770 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
10771 * calendar/holidays.el, progmodes/cperl-mode.el:
10772 Update x-popup-menu declarations.
10773
10774 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
10775 (list-load-path-shadows): Use dolist.
10776 (list-load-path-shadows): Use with-current-buffer.
10777
10778 2009-11-10 Juri Linkov <juri@jurta.org>
10779
10780 * minibuffer.el (read-file-name): Support a list of default values
10781 in `default-filename'. Use the first file name where only one
10782 element is required. Doc fix.
10783
10784 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
10785
10786 * net/dbus.el (dbus-unregister-object): Release service, if no
10787 other method is registered for it.
10788
10789 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
10790
10791 * bookmark.el (bookmark-completing-read): Sort bookmark names if
10792 bookmark-sort-flag is non-nil (Bug#4653).
10793
10794 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
10795
10796 * emulation/cua-base.el: Add CUA property to some CC mode commands
10797 (Bug#4100).
10798
10799 2009-11-08 Kevin Ryde <user42@zip.com.au>
10800
10801 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
10802 at end of sentence (Bug#4818).
10803
10804 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
10805
10806 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10807 Handle "see declaration of" MSFT statements (Bug#4100).
10808
10809 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
10810
10811 * net/tramp.el (tramp-advice-make-auto-save-file-name)
10812 (tramp-advice-file-expand-wildcards): Unload via
10813 `ad-remove-advice'.
10814
10815 * net/trampver.el: Update release number.
10816
10817 2009-11-08 Kevin Ryde <user42@zip.com.au>
10818
10819 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
10820 `ad-do-it'.
10821
10822 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
10823
10824 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
10825 in order to keep context in SELinux.
10826
10827 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
10828
10829 * dired-aux.el (dired-query): Place cursor in echo area and allow
10830 C-g.
10831
10832 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
10833 menu item if not on a directory (Bug#4701).
10834
10835 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
10836
10837 Sync with Tramp 2.1.17.
10838
10839 * net/tramp.el (tramp-handle-copy-directory): Don't use
10840 `file-remote-p' (due to compatibility).
10841
10842 * net/tramp-compat.el (tramp-compat-copy-directory)
10843 (tramp-compat-delete-directory): New defuns.
10844
10845 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10846 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
10847 `tramp-compat-delete-directory'.
10848
10849 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10850 (tramp-smb-handle-delete-directory): Use
10851 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
10852
10853 * net/trampver.el: Update release number.
10854
10855 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
10856
10857 * tar-mode.el (tar-copy): Call write-region on the right buffer
10858 (Bug#4857).
10859
10860 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
10861 by hand, if necessary (Bug#4878).
10862
10863 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
10864
10865 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
10866 align size column (Bug#4839).
10867
10868 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
10869 statement.
10870
10871 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
10872
10873 * progmodes/ld-script.el (auto-mode-alist):
10874 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
10875
10876 * cus-face.el (custom-declare-face): Purecopy face spec.
10877
10878 2009-11-06 Kenichi Handa <handa@m17n.org>
10879
10880 * international/uni-bidi.el: Re-generated.
10881 * international/uni-category.el: Re-generated.
10882 * international/uni-combining.el: Re-generated.
10883 * international/uni-mirrored.el: Re-generated.
10884
10885 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
10886
10887 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
10888 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
10889 (tex-start-options, slitex-run-command, latex-run-command)
10890 (tex-run-command, tex-directory):
10891 * textmodes/ispell.el (ispell-html-skip-alists)
10892 (ispell-tex-skip-alists, ispell-tex-skip-alists):
10893 * textmodes/fill.el (adaptive-fill-first-line-regexp):
10894 (adaptive-fill-regexp):
10895 * textmodes/dns-mode.el (auto-mode-alist):
10896 * progmodes/python.el (interpreter-mode-alist):
10897 * progmodes/etags.el (tags-compression-info-list):
10898 * progmodes/etags.el (tags-file-name):
10899 * net/browse-url.el (browse-url-galeon-program)
10900 (browse-url-firefox-program):
10901 * mail/sendmail.el (mail-signature-file)
10902 (mail-citation-prefix-regexp):
10903 * international/mule-conf.el (eight-bit):
10904 * international/latexenc.el (latex-inputenc-coding-alist):
10905 * international/fontset.el (x-pixel-size-width-font-regexp):
10906 * emacs-lisp/warnings.el (warning-type-format):
10907 * emacs-lisp/trace.el (trace-buffer):
10908 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
10909 (emacs-lisp-mode-map):
10910 * calendar/holidays.el (holiday-solar-holidays)
10911 (holiday-bahai-holidays, holiday-islamic-holidays)
10912 (holiday-christian-holidays, holiday-hebrew-holidays)
10913 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
10914 (hebrew-holidays-1, holiday-oriental-holidays)
10915 (holiday-general-holidays):
10916 * x-dnd.el (x-dnd-known-types):
10917 * tool-bar.el (tool-bar):
10918 * startup.el (site-run-file):
10919 * shell.el (shell-dumb-shell-regexp):
10920 * rfn-eshadow.el (file-name-shadow-tty-properties)
10921 (file-name-shadow-properties):
10922 * paths.el (remote-shell-program, news-directory):
10923 * mouse.el ([C-down-mouse-3]):
10924 * menu-bar.el (menu-bar-tools-menu):
10925 * jka-cmpr-hook.el (jka-compr-load-suffixes)
10926 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
10927 (jka-compr-compression-info-list):
10928 * isearch.el (search-whitespace-regexp):
10929 * image-file.el (image-file-name-extensions):
10930 * find-dired.el (find-ls-option):
10931 * files.el (directory-listing-before-filename-regexp)
10932 (directory-free-space-args, insert-directory-program)
10933 (list-directory-brief-switches, magic-fallback-mode-alist)
10934 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
10935 (automount-dir-prefix):
10936 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
10937 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
10938 (face-font-registry-alternatives, face-font-registry-alternatives)
10939 (face-font-family-alternatives):
10940 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
10941 (facemenu-foreground-menu, facemenu-face-menu):
10942 * epa-hook.el (epa-file-name-regexp):
10943 * dnd.el (dnd-protocol-alist):
10944 * textmodes/rst.el (auto-mode-alist):
10945 * button.el (default-button): Purecopy strings.
10946
10947 2009-11-06 Glenn Morris <rgm@gnu.org>
10948
10949 * Makefile.in (ELCFILES): Update.
10950
10951 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
10952
10953 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
10954 * emacs-lisp/levents.el: Move to obsolete/levents.el.
10955
10956 * nxml/xsd-regexp.el (xsdre-gen-categories):
10957 * nxml/xmltok.el (xmltok-parse-entity):
10958 * nxml/rng-parse.el (rng-parse-validate-file):
10959 * nxml/rng-maint.el (rng-format-manual)
10960 (rng-manual-output-force-new-line):
10961 * nxml/rng-loc.el (rng-save-schema-location-1):
10962 * nxml/rng-cmpct.el (rng-c-parse-file):
10963 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
10964 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
10965
10966 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
10967
10968 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
10969 Remove extra save-excursions and make-variable-buffer-local's.
10970 Suggested by Stefan Monnier.
10971
10972 (verilog-getopt-file, verilog-module-inside-filename-p)
10973 (verilog-set-define): Merge GNU 1.35 and repair changes from
10974 switching to using with-current-buffer.
10975
10976 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
10977 being treated as a number and confusing AUTORESET.
10978 Reported by Dan Dever.
10979
10980 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
10981 Add verilog-auto-ignore-concat to fix backward compatibility with
10982 older verilog-modes. Reported by Dan Katz.
10983
10984 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
10985 containing closing anchors "...$".
10986
10987 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
10988 Reported by Wade Smith.
10989
10990 (verilog-batch-execute-func): Comment on function usage.
10991
10992 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
10993
10994 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
10995 for labels.
10996
10997 (verilog-label-re, verilog-calc-1): Support proper indent of named
10998 asserts.
10999
11000 (verilog-backward-token, verilog-basic-complete-re)
11001 (verilog-beg-of-statement, verilog-indent-re): Support proper
11002 indent of the assert statement at the beginning of a block of text.
11003
11004 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
11005 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
11006 tokens as begins.
11007
11008 2009-11-05 Glenn Morris <rgm@gnu.org>
11009
11010 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
11011 Emacs 19. (Bug#1531)
11012 (byte-compile-fix-header): Update for the above change.
11013 Drop test for epoch::version.
11014
11015 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
11016 * cus-dep.el (custom-make-dependencies):
11017 * finder.el (finder-compile-keywords):
11018 Use autoload-rubric's feature argument.
11019
11020 * calendar/diary-lib.el (top-level): Make load behave more like require.
11021
11022 * vc-git.el (vc-git-stash-map): Move definition before use.
11023
11024 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
11025
11026 * custom.el (custom-declare-group): Purecopy standard-value.
11027 (custom-declare-group): Purecopy custom-prefix.
11028
11029 * international/mule.el (load-with-code-conversion):
11030 Call do-after-load-evaluation unconditionally.
11031
11032 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
11033
11034 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11035
11036 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
11037
11038 2009-11-04 Glenn Morris <rgm@gnu.org>
11039
11040 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
11041 (byte-compile-compatibility): Remove option.
11042 (byte-compile-close-variables, byte-compile-fix-header)
11043 (byte-compile-insert-header, byte-compile-output-docform)
11044 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
11045 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
11046 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
11047 (byte-compile-insert, byte-compile-defun):
11048 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
11049 (byte-defop-compiler19): Remove.
11050 Without byte-compile-compatibility, the 'emacs19-opcode property is not
11051 used by anything. Replace all calls with byte-defop-compiler.
11052
11053 2009-11-04 Juri Linkov <juri@jurta.org>
11054
11055 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
11056 (menu-bar-options-menu): Don't quote the `prop' arg of
11057 `menu-bar-make-mm-toggle'.
11058
11059 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
11060
11061 * calendar/calendar.el (cal-loaddefs):
11062 * calendar/diary-lib.el (diary-loaddefs):
11063 * calendar/holidays.el (hol-loaddefs):
11064 * eshell/esh-module.el (esh-groups): Load rather than require.
11065
11066 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11067
11068 * calendar/todo-mode.el (todo-add-category): Don't hardcode
11069 point-min==1.
11070 (todo-top-priorities): Only display-buffer when called interactively.
11071 (todo-item-start): Don't save excursion point.
11072 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
11073 (todo-insert-item-here, todo-file-item, todo-remove-item):
11074 Adjust uses of todo-item-start and todo-item-end.
11075
11076 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
11077 (autoload-rubric): Don't use any more.
11078
11079 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
11080 and only put a prop if it is non-nil.
11081
11082 2009-11-03 Juri Linkov <juri@jurta.org>
11083
11084 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
11085 (menu-bar-options-menu): Fix list quoting (Bug#4429).
11086
11087 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
11088 and "Menu" to make top-level menu item visually one unit (like
11089 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
11090 multi-word menu items). Fix :help string for quit-window.
11091
11092 2009-11-03 Glenn Morris <rgm@gnu.org>
11093
11094 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
11095 (byte-compile-file-form-define-abbrev-table)
11096 (byte-compile-file-form-custom-declare-variable)
11097 (byte-compile-variable-ref, byte-compile-defvar):
11098 Whether or not a warning is enabled should only affect whether we issue
11099 the warning, not whether or not we collect the relevant data.
11100 Eg warnings can be turned on and off throughout the course of a file.
11101
11102 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
11103 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
11104
11105 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11106
11107 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
11108 * play/mpuz.el (mpuz-create-buffer):
11109 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
11110 (lm-print-y,s,noise, lm-print-w0, lm-init):
11111 * play/gomoku.el (gomoku-prompt-for-move):
11112 * play/fortune.el (fortune-in-buffer):
11113 * play/dissociate.el (dissociated-press):
11114 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
11115 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
11116 * mail/supercite.el (sc-eref-show):
11117 * mail/smtpmail.el (smtpmail-send-it):
11118 * mail/rmailsum.el (rmail-summary-next-labeled-message)
11119 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
11120 (rmail-summary-undelete-many, rmail-summary-rmail-update)
11121 (rmail-summary-goto-msg, rmail-summary-expunge)
11122 (rmail-summary-get-new-mail, rmail-summary-search-backward)
11123 (rmail-summary-add-label, rmail-summary-output-menu)
11124 (rmail-summary-output-body):
11125 * mail/rfc822.el (rfc822-addresses):
11126 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
11127 * mail/mailpost.el (post-mail-send-it):
11128 * mail/hashcash.el (hashcash-generate-payment):
11129 * mail/feedmail.el (feedmail-run-the-queue)
11130 (feedmail-queue-send-edit-prompt-help-first)
11131 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
11132 (feedmail-deduce-address-list):
11133 * eshell/esh-ext.el (eshell-remote-command):
11134 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
11135 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
11136 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
11137 (viper-save-string-in-file, viper-valid-marker):
11138 * emulation/viper-keym.el (viper-toggle-key):
11139 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
11140 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
11141 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
11142 * emulation/viper-cmd.el (viper-exec-form-in-vi)
11143 (viper-exec-form-in-emacs, viper-brac-function):
11144 * emulation/viper.el (viper-delocalize-var):
11145 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
11146 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
11147 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
11148 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
11149 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
11150 * emulation/edt.el (edt-electric-helpify):
11151 * emulation/cua-rect.el (cua--rectangle-aux-replace):
11152 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
11153 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
11154 (cua-indent-to-global-mark-column):
11155 * calendar/diary-lib.el (calendar-mark-1):
11156 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
11157 Use with-current-buffer.
11158 * emulation/viper.el (viper-delocalize-var): Use dolist.
11159
11160 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
11161
11162 * comint.el (comint-replace-by-expanded-history-before-point):
11163 Replace !! with the previous input string literally (Bug#1795).
11164
11165 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
11166
11167 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
11168 to be made up of whitespace.
11169
11170 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
11171
11172 * minibuffer.el (read-file-name): Don't use file dialogs for
11173 remote directories (Bug#99).
11174
11175 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
11176
11177 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
11178
11179 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
11180
11181 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
11182 instead of deleting the window or frame.
11183
11184 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
11185
11186 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
11187 Support face colors.
11188
11189 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
11190 New function. Support face colors (Bug#1168).
11191 (tex-common-initialization): Use it.
11192
11193 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
11194 mode allows it (Bug#1168).
11195
11196 2009-10-31 Juri Linkov <juri@jurta.org>
11197
11198 * facemenu.el (list-colors-display): Don't mark buffer as
11199 modified (Bug#3948).
11200
11201 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
11202
11203 * international/mule-diag.el (list-character-sets-1): Minor
11204 message fix (Bug#3526).
11205
11206 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
11207 face property (Bug#4834).
11208 (etags-list-tags, etags-tags-apropos-additional)
11209 (etags-tags-apropos, tags-select-tags-table): Add follow-link
11210 property.
11211
11212 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
11213 items.
11214
11215 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11216
11217 * textmodes/two-column.el (2C-split):
11218 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
11219 * textmodes/tex-mode.el (tex-set-buffer-directory):
11220 * textmodes/spell.el (spell-region, spell-string):
11221 * textmodes/reftex.el (reftex-erase-buffer):
11222 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
11223 * textmodes/reftex-toc.el (reftex-toc-promote-action):
11224 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
11225 (reftex-select-item):
11226 * textmodes/reftex-ref.el (reftex-label-info-update)
11227 (reftex-offer-label-menu):
11228 * textmodes/reftex-index.el (reftex-index-change-entry)
11229 (reftex-index-phrases-info):
11230 * textmodes/reftex-global.el (reftex-create-tags-file)
11231 (reftex-save-all-document-buffers, reftex-ensure-write-access):
11232 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
11233 (reftex-view-crossref-from-bibtex):
11234 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
11235 (reftex-extract-bib-entries-from-thebibliography)
11236 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
11237 * textmodes/refbib.el (r2b-capitalize-title):
11238 (r2b-convert-buffer, r2b-help):
11239 * textmodes/page-ext.el (pages-directory)
11240 (pages-directory-goto-with-mouse):
11241 * textmodes/bibtex.el (bibtex-validate-globally):
11242 * textmodes/bib-mode.el (bib-capitalize-title):
11243 * textmodes/artist.el (artist-clear-buffer, artist-system):
11244 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
11245 (local-set-scheme-interaction-buffer, xscheme-process-filter)
11246 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
11247 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
11248 (xscheme-send-control-g-interrupt, xscheme-start-process)
11249 (xscheme-process-sentinel, xscheme-cd):
11250 * progmodes/verilog-mode.el (verilog-read-always-signals)
11251 (verilog-set-define, verilog-getopt-file)
11252 (verilog-module-inside-filename-p):
11253 * progmodes/sh-script.el:
11254 * progmodes/python.el (python-pdbtrack-get-source-buffer)
11255 (python-pdbtrack-grub-for-buffer, python-execute-file):
11256 * progmodes/octave-inf.el (inferior-octave):
11257 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11258 (idlwave-shell-compile-helper-routines, idlwave-set-local)
11259 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
11260 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
11261 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
11262 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
11263 (idlwave-shell-filter, idlwave-shell-examine-highlight)
11264 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
11265 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
11266 (idlwave-shell-examine-display, idlwave-shell-run-region)
11267 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
11268 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
11269 * progmodes/idlw-help.el (idlwave-help-get-special-help)
11270 (idlwave-help-get-help-buffer):
11271 * progmodes/gud.el (gud-basic-call, gud-find-class)
11272 (gud-tooltip-activate-mouse-motions-if-enabled):
11273 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11274 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
11275 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
11276 (ebrowse-tags-next-file):
11277 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
11278 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
11279 (ebnf-eps-finish-and-write):
11280 * progmodes/cpp.el (cpp-edit-save):
11281 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
11282 * progmodes/cc-defs.el (c-emacs-features):
11283 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
11284 (antlr-directory-dependencies):
11285 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
11286 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
11287 (ada-find-any-references, ada-make-filename-from-adaname)
11288 (ada-make-body-gnatstub):
11289 * obsolete/rnews.el (news-list-news-groups):
11290 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
11291 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
11292 * net/rcirc.el (rcirc-debug):
11293 * net/newst-treeview.el (newsticker--treeview-list-add-item)
11294 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
11295 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
11296 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
11297 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
11298 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
11299 (newsticker--treeview-list-clear-highlight)
11300 (newsticker--treeview-list-update-highlight)
11301 (newsticker--treeview-list-highlight-start)
11302 (newsticker--treeview-tree-update-highlight)
11303 (newsticker--treeview-get-selected-item)
11304 (newsticker-treeview-mark-list-items-old)
11305 (newsticker--treeview-set-current-node):
11306 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11307 * net/newst-backend.el (newsticker--get-news-by-funcall)
11308 (newsticker--get-news-by-wget, newsticker--image-get)
11309 (newsticker--image-sentinel):
11310 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
11311 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
11312 (eudc-ph-close-session):
11313 * net/eudc.el (eudc-save-options):
11314 * language/thai-word.el (thai-update-word-table):
11315 * language/japan-util.el (japanese-string-conversion):
11316 * international/titdic-cnv.el (tsang-quick-converter)
11317 (ziranma-converter, ctlau-converter):
11318 * international/mule-cmds.el (describe-language-environment):
11319 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
11320 (skkdic-convert-postfix, skkdic-convert-prefix):
11321 (skkdic-convert-okuri-nasi, skkdic-convert):
11322 * emacs-lisp/re-builder.el (reb-update-overlays):
11323 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
11324 * emacs-lisp/gulp.el (gulp-send-requests):
11325 * emacs-lisp/find-gc.el (trace-call-tree):
11326 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
11327 (eieio-describe-generic):
11328 * emacs-lisp/eieio-base.el (eieio-persistent-read):
11329 * emacs-lisp/edebug.el (edebug-outside-excursion):
11330 * emacs-lisp/debug.el (debugger-make-xrefs):
11331 * emacs-lisp/cust-print.el (custom-prin1-to-string):
11332 * emacs-lisp/chart.el (chart-new-buffer):
11333 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
11334 Use with-current-buffer.
11335 * textmodes/artist.el (artist-system): Don't call
11336 copy-sequence on a fresh string.
11337 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
11338
11339 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
11340
11341 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
11342 is no item to edit. (Bug#4820)
11343 (todo-top-priorities): Restore point and restore narrowing in Todo
11344 buffer. (Bug#4820)
11345
11346 2009-10-31 Glenn Morris <rgm@gnu.org>
11347
11348 * net/ange-ftp.el (top-level): Don't require dired when compiling.
11349 (comint-last-output-start, comint-last-input-start)
11350 (comint-last-input-end): Don't defvar when compiling.
11351 (ange-ftp-process-file): Use bound-and-true-p.
11352
11353 * pcmpl-rpm.el (top-level): Move provide statement to end.
11354 (pcmpl-rpm): Remove unused custom group.
11355
11356 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
11357
11358 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
11359
11360 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11361 (byte-compile-warnings): Add `constants' as an option.
11362 (byte-compile-callargs-warn, byte-compile-arglist-warn)
11363 (display-call-tree): Update for byte-compile-fdefinition possibly
11364 returning `(macro lambda ...)'. (Bug#4778)
11365 (byte-compile-variable-ref, byte-compile-setq-default):
11366 Respect `constants' member of byte-compile-warnings.
11367
11368 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11369
11370 * vc-bzr.el (vc-bzr-revision-keywords): New var.
11371 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
11372 to "submit:".
11373
11374 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
11375
11376 * textmodes/ispell.el (ispell-skip-region-alist):
11377 * international/mule-conf.el (eight-bit):
11378 * international/fontset.el (font-encoding-alist):
11379 * startup.el (pure-space-overflow-message):
11380 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
11381 * paths.el (gnus-nntp-service, rmail-spool-directory)
11382 (term-file-prefix):
11383 * files.el (save-some-buffers-action-alist):
11384 * cmuscheme.el (same-window-buffer-names):
11385 * ielm.el (same-window-buffer-names):
11386 * shell.el (same-window-buffer-names):
11387 * mail/sendmail.el (same-window-buffer-names):
11388 * progmodes/inf-lisp.el (same-window-buffer-names):
11389 * bindings.el (mode-line-client)
11390 (mode-line-column-line-number-mode-map):
11391 * language/tibetan.el (tibetan-precomposition-rule-regexp)
11392 (tibetan-precomposed-regexp): Purecopy string arguments.
11393
11394 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11395
11396 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
11397 (calcDigit-nondigit):
11398 * calc/calc-yank.el (calc-copy-to-buffer):
11399 * calc/calc-units.el (calc-invalidate-units-table):
11400 * calc/calc-trail.el (calc-trail-yank):
11401 * calc/calc-store.el (calc-insert-variables):
11402 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11403 * calc/calc-prog.el (calc-read-parse-table):
11404 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
11405 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
11406 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
11407 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
11408 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
11409 (calc-graph-name, calc-graph-find-command, calc-graph-view)
11410 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
11411 * calc/calc-ext.el (calc-realign):
11412 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
11413 (calc-embedded-finish-edit, calc-embedded-make-info)
11414 (calc-embedded-finish-command, calc-embedded-stack-change):
11415 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
11416
11417 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
11418 shell-dynamic-complete-filename in preference to
11419 comint-dynamic-complete-filename.
11420
11421 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11422 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11423 Don't consider whether the display supports colors.
11424 (bookmark-import-new-list): Use dolist.
11425 (bookmark-bmenu-mode-map): Move initialization into declaration.
11426 (bookmark-bmenu-list): Use dolist, simplify.
11427 (bookmark-show-all-annotations): Use save-selected-window and dolist.
11428 (menu-bar-final-items): Use push.
11429
11430 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
11431
11432 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
11433 it works on remote files.
11434 (vc-hg-diff): Don't pass any `--cwd' argument.
11435
11436 2009-10-27 Kevin Ryde <user42@zip.com.au>
11437
11438 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11439 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
11440 (Further to Bug#3921).
11441
11442 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
11443
11444 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
11445 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
11446 calling `tramp-imap-put-file'. Add file size to the call.
11447 (tramp-imap-get-file-entries): Compute also user name, file size,
11448 and date.
11449 (tramp-imap-handle-insert-directory): Insert uid and gid.
11450 (tramp-imap-handle-file-attributes): Transform uid and gid
11451 according to `id-format'.
11452 (tramp-imap-put-file): New optional parameter SIZE. Encode file
11453 size in header X-Size.
11454
11455 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
11456
11457 * simple.el (transpose-subr): Give clearer error when the mark
11458 is not set. (Bug#4807)
11459
11460 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
11461
11462 * net/tramp.el (tramp-perl-file-truename): New defconst.
11463 Perl code contributed by yary <not.com@gmail.com> (tiny change).
11464 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
11465 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
11466 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
11467
11468 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
11469 Ignore `dired-call-process'.
11470 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
11471
11472 2009-10-26 Julian Scheid <julians37@gmail.com>
11473
11474 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
11475 (tramp-get-remote-readlink): New defun.
11476 (tramp-handle-file-truename): Use it.
11477 (tramp-handle-file-exists-p): Check file-attributes cache, assume
11478 file exists if cache value present.
11479 (tramp-check-cached-permissions): New defun.
11480 (tramp-handle-file-readable-p): Use it.
11481 (tramp-handle-file-writable-p): Likewise.
11482 (tramp-handle-file-executable-p): Likewise.
11483 (tramp-handle-file-name-all-completions): Try using Perl to get
11484 partial completions. When perl not available, combine `cd' and
11485 `ls' into single remote operation and use shell expansion to get
11486 partial remote directory contents. Set `file-exists-p' cache for
11487 directory and any files returned by ls. Change cache handling to
11488 support partial directory contents. Use error message emitted by
11489 remote `cd' or Perl code for local tramp-error.
11490 (tramp-do-copy-or-rename-file-directly): Avoid separate
11491 tramp-send-command-and-check call.
11492 (tramp-handle-process-file): Merge three remote ops into one.
11493 Do not flush all caches when `process-file-side-effects' is set.
11494 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11495 file-attributes shows uid/gid to be set already.
11496
11497 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11498
11499 * textmodes/tex-mode.el (tex-dvi-view-command)
11500 (tex-show-queue-command, tex-open-quote):
11501 * progmodes/ruby-mode.el (auto-mode-alist)
11502 (interpreter-mode-alist): Purecopy strings.
11503
11504 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11505
11506 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11507 string for the hook, keymap and abbrev table.
11508
11509 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11510
11511 * x-dnd.el (x-dnd-xdnd-to-action):
11512 * startup.el (fancy-startup-text, fancy-about-text): Change to
11513 defconst from defvar.
11514
11515 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11516
11517 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
11518 Purecopy initialization strings.
11519
11520 * mail/sendmail.el (mail-header-separator)
11521 (mail-personal-alias-file):
11522 * mail/rmail.el (rmail-default-dont-reply-to-names)
11523 (rmail-ignored-headers, rmail-retry-ignored-headers)
11524 (rmail-highlighted-headers, rmail-secondary-file-directory)
11525 (rmail-secondary-file-regexp):
11526 * files.el (null-device, file-name-invalid-regexp)
11527 (locate-dominating-stop-dir-regexp)
11528 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
11529 (interpreter-mode-alist): Use mapcar instead of mapc.
11530
11531 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
11532
11533 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
11534 (completion-ignored-extensions):
11535 (debug-ignored-errors): Purecopy strings.
11536
11537 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11538
11539 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
11540 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
11541 (pcomplete--here): Use push.
11542
11543 * subr.el (all-completions): Declare the 4th arg obsolete.
11544
11545 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11546
11547 * pcomplete.el (pcomplete-unquote-argument-function): New var.
11548 (pcomplete-unquote-argument): New function.
11549 (pcomplete--common-suffix): Always pay attention to case.
11550 (pcomplete--table-subvert): Quote and unquote the text.
11551 (pcomplete--common-quoted-suffix): New function.
11552 (pcomplete-std-complete): Use it and pcomplete-begin.
11553
11554 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
11555 we're inside a dedicated or minibuffer window.
11556
11557 2009-10-24 Karl Fogel <kfogel@red-bean.com>
11558
11559 * bookmark.el: Update documentation, especially documentation
11560 of `bookmark-alist' and of the bookmark file format.
11561 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
11562
11563 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
11564
11565 * mail/emacsbug.el (report-emacs-bug): Clarify that the
11566 keybindings apply to the mail buffer (Bug#4003). Shrink help
11567 window to buffer.
11568
11569 * whitespace.el (whitespace-mode, whitespace-newline-mode)
11570 (global-whitespace-mode, global-whitespace-newline-mode)
11571 (whitespace-toggle-options, global-whitespace-toggle-options):
11572 Doc fix (Bug#3660).
11573
11574 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
11575 of xmltok-start before the end tag was inserted (Bug#2840).
11576
11577 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
11578 patterns that are preceded by an open-paren (Bug#1320).
11579
11580 2009-10-24 Sven Joachim <svenjoac@gmx.de>
11581
11582 * files.el (delete-directory): Delete symlinks to directories with
11583 delete-file (Bug#4739).
11584
11585 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
11586
11587 * vc.el (vc-backend-for-registration): Rename from
11588 vc-get-backend-for-registration. Update callers.
11589
11590 * international/mule-cmds.el (set-language-info-alist):
11591 Purecopy lang-env.
11592 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
11593 (charset): Purecopy the name.
11594 (define-char-code-property): Purecopy string arguments.
11595
11596 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11597 Purecopy string arguments.
11598
11599 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11600 * ediff-hook.el (menu-bar-ediff-menu):
11601 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
11602 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
11603
11604 2009-10-24 Glenn Morris <rgm@gnu.org>
11605
11606 * comint.el (comint-dynamic-list-completions):
11607 * term.el (term-dynamic-list-completions): Use choose-completion rather
11608 than obsolete alias mouse-choose-completion.
11609
11610 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
11611 file-cache-choose-completion.
11612 (file-cache-choose-completion): Handle an optional event argument.
11613 (file-cache-mouse-choose-completion): Make it an obsolete alias.
11614
11615 * progmodes/octave-mod.el (octave-complete-symbol):
11616 Use choose-completion if mouse-choose-completion is ever removed.
11617
11618 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
11619 use.
11620
11621 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
11622 compiler.
11623
11624 * vc-hooks.el (vc-responsible-backend): Fix declaration.
11625
11626 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11627
11628 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
11629 Ignore `pred' now that we receive one.
11630 Handle test-completion specially.
11631
11632 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11633
11634 * vc.el (vc-responsible-backend): Throw an error if not backend is
11635 found. Remove the REGISTER argument. Move the code dealing with
11636 REGISTER ...
11637 (vc-get-backend-for-registration): ... here. New function.
11638 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
11639 of vc-responsible-backend, pass the file name instead of the
11640 directory name.
11641
11642 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11643
11644 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
11645 New funs.
11646 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
11647 (pcomplete-comint-setup): Don't modify a global var via
11648 accidental side-effects.
11649 (pcomplete-shell-setup): Adjust call accordingly.
11650 (pcomplete-parse-comint-arguments): Use push.
11651
11652 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
11653
11654 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11655 Allow uncapitalized info node names (Bug#3921).
11656
11657 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
11658 to the DEBUG file (Bug#3781).
11659
11660 2009-10-23 Jari Aalto <jari.aalto@cante.net>
11661
11662 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
11663 dictionary entry (Bug#4579).
11664
11665 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
11666
11667 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
11668 from `rfn-eshadow-update-overlay-hook' when unloading.
11669 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
11670 "rsyncc". Adjust doc string.
11671 (tramp-temp-buffer-file-name): New buffer-local defvar.
11672 (tramp-handle-insert-file-contents, tramp-handle-write-region):
11673 Keep temporary file when indicated by method ("rsync" and
11674 "rsyncc").
11675 (tramp-handle-write-region): Handle APPEND.
11676 (tramp-delete-temp-file-function): New defun. Added to
11677 `kill-buffer-hook'.
11678
11679 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
11680
11681 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
11682
11683 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11684
11685 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
11686 (color-name-rgb-alist, tty-standard-colors)
11687 (tty-color-mode-alist): Change to defconst.
11688
11689 * simple.el (mark-inactive): Purecopy message.
11690
11691 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
11692 (global-map, yank-menu):
11693 * textmodes/ispell.el (ispell-menu-map):
11694 * net/eudc.el (eudc-tools-menu):
11695 * international/mule-cmds.el (describe-language-environment-map)
11696 (setup-language-environment-map, set-coding-system-map)
11697 (mule-menu-keymap):
11698 * vc-hooks.el (vc-menu-entry, vc-menu-map):
11699 * replace.el (occur-mode-map):
11700 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
11701
11702 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
11703
11704 * calc/calc.el (math-read-number, math-read-number-simple): Use
11705 `save-match-data'.
11706
11707 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11708
11709 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
11710 rather than fiddling with global-map bindings, since it should only
11711 affect per-terminal settings.
11712 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
11713
11714 * minibuffer.el (completion-table-with-terminator): Allow to specify
11715 the terminator-regexp.
11716
11717 * simple.el (switch-to-completions): Look for *Completions* in other
11718 frames as well.
11719
11720 * pcomplete.el: Allow the use of completion-tables.
11721 (pcomplete-std-complete): New command.
11722 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
11723 (pcomplete--here): Use a function for `form' rather than an expression,
11724 so it can be byte-compiled.
11725 (pcomplete-here, pcomplete-here*): Adjust accordingly.
11726 Add edebug declaration.
11727 (pcomplete-show-completions): Remove unused var `curbuf'.
11728 (pcomplete-do-complete, pcomplete-stub):
11729 Don't assume `completions' is a list of strings any more.
11730
11731 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
11732
11733 * find-dired.el (find-name-arg): Fix typo in docstring.
11734
11735 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11736
11737 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
11738 (pcmpl-linux-fs-types): Same, and update to new modules layout.
11739
11740 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
11741 pcomplete-entries.
11742
11743 * comint.el (comint-read-input-ring, comint-write-input-ring)
11744 (comint-substitute-in-file-name)
11745 (comint-dynamic-complete-as-filename)
11746 (comint-dynamic-simple-complete)
11747 (comint-dynamic-list-filename-completions)
11748 (comint-dynamic-list-completions)
11749 (comint-redirect-results-list-from-process): Minor simplifications.
11750
11751 2009-10-21 Kevin Ryde <user42@zip.com.au>
11752
11753 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11754 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
11755 the first form. And insert a blank line after ";;; Code" since
11756 that's usual style. (Bug#4612)
11757
11758 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
11759
11760 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11761
11762 * minibuffer.el (completion-table-with-terminator): Properly implement
11763 boundaries, in case `terminator' appears in the suffix.
11764 (completion--embedded-envvar-table): Don't return boundaries if
11765 there's no valid completion. Simplify.
11766 (completion-file-name-table): New completion table extracted from
11767 completion--file-name-table.
11768 (completion--file-name-table): Use it.
11769 (read-file-name-predicate): Declare obsolete.
11770 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
11771 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
11772 completion-file-name-table, and use the `pred' argument.
11773 * files.el (locate-file-completion-table): Use the `pred' arg rather
11774 than read-file-name-predicate.
11775 (abbreviate-file-name): Use \` rather than ^ for BOS.
11776
11777 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
11778
11779 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
11780 vc-responsible-backend to register, it causes problems.
11781
11782 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11783
11784 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
11785
11786 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
11787
11788 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
11789 (tramp-smb-handle-file-attributes): Use it.
11790 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
11791 (tramp-smb-handle-insert-directory): Use `mapc' rather than
11792 `mapcar'. Use `tramp-smb-get-stat-capability'.
11793 Add `dired-filename' text properties.
11794 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
11795 (tramp-smb-maybe-open-connection): Simplify check for smbclient
11796 version.
11797
11798 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11799
11800 * subr.el (read-key-delay): Reduce to 0.01.
11801 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
11802 (bug#4751).
11803
11804 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11805
11806 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
11807
11808 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
11809 (Info-menu): Remove unused vars `last' and `completions'.
11810 (Info-index-nodes): Remove unused var `node'.
11811
11812 * info.el (Info-complete-menu-item): Use complete-with-action.
11813
11814 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
11815
11816 Make vc-annotate work through copies and renames.
11817 * vc-annotate.el (vc-annotate-extract-revision-at-line):
11818 Return the file name too.
11819 (vc-annotate-revision-at-line)
11820 (vc-annotate-find-revision-at-line)
11821 (vc-annotate-revision-previous-to-line)
11822 (vc-annotate-show-log-revision-at-line): Update to get the file
11823 name from vc-annotate-extract-revision-at-line.
11824 (vc-annotate-show-diff-revision-at-line-internal): Change the
11825 argument to mean whether to show a file diff or not. Get the file
11826 name from vc-annotate-extract-revision-at-line.
11827 (vc-annotate-show-diff-revision-at-line):
11828 Update vc-annotate-show-diff-revision-at-line call.
11829 (vc-annotate-warp-revision): Add an optional file argument.
11830
11831 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
11832 (vc-git-annotate-extract-revision-at-line): Also return the file
11833 name if found.
11834
11835 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
11836 command. Remove unused code.
11837 (vc-hg-annotate-re): Update to match --follow output.
11838 (vc-hg-annotate-extract-revision-at-line): Also return the file
11839 name if found.
11840
11841 * vc.el: Update annotate-extract-revision-at-line documentation.
11842
11843 2009-10-18 Kevin Ryde <user42@zip.com.au>
11844
11845 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
11846 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
11847
11848 * net/browse-url.el (browse-url): Identify alist with "consp and
11849 not functionp" and let all other things go down the `apply' leg,
11850 as suggested by Stefan. (Further to bug#4531.)
11851
11852 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
11853
11854 * minibuffer.el (read-file-name): Check for repeat before putting
11855 a default argument in file-name-history (Bug#4657).
11856
11857 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
11858 read syntax (Bug#4737).
11859
11860 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
11861
11862 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11863
11864 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
11865 (html-tag-alist, html-tag-help): Add descriptions for undocumented
11866 entries and make note of obsolete tags.
11867
11868 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11869
11870 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
11871
11872 2009-10-18 Glenn Morris <rgm@gnu.org>
11873
11874 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
11875 grep, so that binary files (eg international/uni-bidi.el) can match.
11876 Remove test for "UnicodeData" files, since it is hopefully unnecessary
11877 now, and in any case the file header format has changed.
11878
11879 2009-10-17 Glenn Morris <rgm@gnu.org>
11880
11881 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
11882 (flyspell-get-word, flyspell-large-region)
11883 (flyspell-auto-correct-previous-word): Doc/error message fixes.
11884
11885 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
11886
11887 * Makefile.in (ELCFILES): Add ede/shell.
11888
11889 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
11890
11891 * term/common-win.el (x-colors): Purecopy it.
11892
11893 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11894
11895 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
11896 permissive for when the buffer is empty.
11897 (tar-header-block-tokenize): Decode the username and groupname.
11898 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
11899
11900 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11901
11902 * international/mule-cmds.el (select-safe-coding-system): If the file
11903 has a coding cookie, use it regardless of any other setting (bug#4712).
11904
11905 2009-10-17 Glenn Morris <rgm@gnu.org>
11906
11907 * foldout.el (foldout-mouse-swallow-events):
11908 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
11909
11910 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
11911 (dired-keep-marker-copy, dired-keep-marker-hardlink)
11912 (dired-keep-marker-symlink, dired-dwim-target)
11913 (dired-copy-preserve-time): Do not autoload these defcustoms.
11914
11915 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
11916 messages from messing up the file coding. (Bug#4623)
11917
11918 2009-10-17 Jari Aalto <jari.aalto@cante.net>
11919
11920 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
11921 if no match is found for the current dictionary. (Bug#4578)
11922
11923 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
11924 optional, since that is how it is documented, and this is often called
11925 with a nil argument. (Bug#4577)
11926 (flyspell-external-point-words, flyspell-auto-correct-word)
11927 (flyspell-correct-word-before-point, flyspell-word-search-forward)
11928 (flyspell-word-search-backward): Remove nil argument in calls to
11929 flyspell-get-word, since it is not needed now.
11930
11931 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
11932
11933 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
11934
11935 2009-10-16 Glenn Morris <rgm@gnu.org>
11936
11937 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
11938
11939 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
11940
11941 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
11942 (ange-ftp-file-size): New function.
11943 (ange-ftp-file-attributes): Use it.
11944
11945 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
11946
11947 * net/tramp-smb.el (tramp-smb-version): New defvar.
11948 (tramp-smb-maybe-open-connection): Use it, in order to avoid
11949 repeated checks.
11950
11951 2009-10-16 Glenn Morris <rgm@gnu.org>
11952
11953 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
11954 Maybe copy some custom properties from old to new name. (Bug#4706)
11955
11956 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
11957
11958 * subr.el (error, sit-for, start-process-shell-command)
11959 (start-file-process-shell-command): Set the calling convention
11960 after the function definition.
11961
11962 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11963
11964 * subr.el (error, sit-for, start-process-shell-command)
11965 (start-file-process-shell-command): Use the new
11966 set-advertised-calling-convention feature.
11967
11968 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
11969
11970 * international/ucs-normalize.el (ucs-normalize-version):
11971 Change to 1.2.
11972 (check-range): Adjust for Unicode 5.2.
11973
11974 2009-10-15 Juri Linkov <juri@jurta.org>
11975
11976 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
11977 to the `menu-item' format.
11978
11979 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
11980
11981 * net/tramp.el (tramp-replace-environment-variables): Do not fail
11982 if the environment variable does not exist.
11983
11984 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11985 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
11986 parameter.
11987 (tramp-smb-handle-add-name-to-file)
11988 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11989 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11990 (tramp-smb-handle-file-attributes)
11991 (tramp-smb-do-file-attributes-with-stat)
11992 (tramp-smb-handle-file-local-copy)
11993 (tramp-smb-handle-insert-directory)
11994 (tramp-smb-handle-make-directory)
11995 (tramp-smb-handle-make-directory-internal)
11996 (tramp-smb-handle-make-symbolic-link)
11997 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
11998 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
11999 (tramp-smb-maybe-open-connection): Apply the changed parameters.
12000 (tramp-smb-read-file-entry): Read Disk names in compressed format.
12001 Handle long file names.
12002 (tramp-smb-get-cifs-capabilities): Check, whether the connection
12003 process is running.
12004 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
12005 Read share names with "-g" option.
12006
12007 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
12008
12009 * net/rcirc.el (rcirc-view-log-file): New command.
12010 (rcirc-track-minor-mode-map): Remove C-c ` binding.
12011 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
12012 specified.
12013
12014 2009-10-15 Glenn Morris <rgm@gnu.org>
12015
12016 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
12017 from the second command-line argument.
12018 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
12019 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
12020 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
12021 w32-batch-update-autoloads.
12022 * emacs-lisp/autoload.el (autoload-make-program): New variable.
12023 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
12024
12025 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
12026 the headers cannot be located. Simplify, subtracting superflous
12027 save-excursions.
12028
12029 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12030
12031 Replace completion-base-size by completion-base-position to fix bugs
12032 such as (bug#4699).
12033 * simple.el (completion-base-position): New var.
12034 (completion-base-size): Mark as obsolete.
12035 (choose-completion): Make it work for mouse events as well.
12036 Pass the new base-position to choose-completion-string.
12037 (choose-completion-guess-base-position): New function, extracted from
12038 choose-completion-delete-max-match.
12039 (choose-completion-delete-max-match): Use it. Make obsolete.
12040 (choose-completion-string): Use the new base-position info.
12041 (completion-root-regexp): Delete.
12042 (completion-setup-function): Preserve completion-base-position.
12043 Eliminate obsolete base-size manipulation.
12044 * minibuffer.el (display-completion-list): Don't mess with base-size.
12045 (minibuffer-completion-help): Set completion-base-position instead.
12046 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
12047 choose-completion.
12048 * textmodes/bibtex.el (bibtex-complete):
12049 * emacs-lisp/crm.el (crm--choose-completion-string):
12050 Adjust to new calling convention.
12051 * complete.el (partial-completion-mode): Use minibufferp to avoid
12052 bumping into incompatible change to choose-completion-string-functions.
12053 * ido.el (ido-choose-completion-string): Make its calling convention
12054 more permissive.
12055 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
12056 base-size manipulation.
12057 (comint-dynamic-list-input-ring): Use dotimes and push.
12058 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
12059 fundamental-mode. Use `or'.
12060
12061 2009-10-14 Juri Linkov <juri@jurta.org>
12062
12063 * misearch.el (multi-isearch-next-buffer-from-list)
12064 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
12065
12066 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12067
12068 * Makefile.in (compile-onefile): Load `bytecomp' rather than
12069 `bytecomp.el'.
12070
12071 * minibuffer.el (completion-pcm--merge-completions): Make sure the
12072 string we return is all made up of text from the completions rather
12073 than part from the completions and part from the input (bug#4219).
12074
12075 * ido.el (ido-everywhere): Use define-minor-mode.
12076
12077 * buff-menu.el (list-buffers, ctl-x-map):
12078 Mark the entry points with ;;;###autoload cookies.
12079
12080 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
12081
12082 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
12083 correctly in the detached head case.
12084 (vc-git-print-log): Remove unused binding.
12085
12086 * vc.el (vc-responsible-backend): When a directory is passed for
12087 for registration create a VC repository if no backend is
12088 responsible for the directory argument.
12089 (vc-deduce-fileset): Tell vc-responsible-backend to register.
12090
12091 * vc.el: Move comments about RCS and SCCS ...
12092 * vc-rcs.el:
12093 * vc-sccs.el: ... here, respectively.
12094
12095 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12096
12097 * minibuffer.el (completion--file-name-table): Return nil if there's
12098 no file completion, even if substitute-in-file-name changed
12099 the string (bug#4708).
12100
12101 2009-10-13 Juri Linkov <juri@jurta.org>
12102
12103 * files-x.el (read-file-local-variable-value): Don't filter out
12104 minor modes from mode name completion (bug#4664).
12105
12106 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
12107
12108 * international/mule-cmds.el (ucs-names): Remove exclusion of
12109 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
12110
12111 2009-10-13 Kenichi Handa <handa@m17n.org>
12112
12113 * international/uni-name.el: Regenerated.
12114
12115 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
12116
12117 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
12118 should be automatically buffer-local, but isn't.)
12119
12120 2009-10-12 Sam Steingold <sds@gnu.org>
12121
12122 * progmodes/compile.el (compilation-next-error-function): Fix the
12123 timestamps if the buffer has been visited before.
12124 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
12125 non-anchored patterns, like the perl one (bug#3928).
12126
12127 2009-10-12 Glenn Morris <rgm@gnu.org>
12128
12129 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
12130 Let-bind `size'.
12131
12132 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
12133
12134 * proced.el (proced-unload-function): New function.
12135
12136 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
12137 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
12138 Doc fix.
12139
12140 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
12141
12142 2009-10-11 Juri Linkov <juri@jurta.org>
12143
12144 * files-x.el (read-file-local-variable-value):
12145 Provide default value only for bound variables (bug#4664).
12146
12147 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
12148
12149 * net/tramp.el (tramp-local-host-p): Function shall return nil for
12150 connection methods like smb.
12151
12152 * net/tramp-cache.el (tramp-flush-connection-property): The hash
12153 can be empty.
12154
12155 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12156 (tramp-smb-file-name-handler-alist): Add handlers for
12157 `add-name-to-file', `make-symbolic-link'.
12158 (tramp-smb-handle-add-name-to-file)
12159 (tramp-smb-do-file-attributes-with-stat)
12160 (tramp-smb-handle-make-symbolic-link)
12161 (tramp-smb-get-cifs-capabilities): New defuns.
12162 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12163 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12164 (tramp-smb-handle-file-local-copy)
12165 (tramp-smb-handle-make-directory-internal)
12166 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
12167 The file name syntax depends on cifs capabilities.
12168 (tramp-smb-handle-file-attributes):
12169 Call `tramp-smb-do-file-attributes-with-stat' if possible.
12170 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
12171 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
12172
12173 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
12174
12175 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
12176 (eieio-defclass): Apply deftype handler and setf-method properties
12177 directly.
12178 (eieio-add-new-slot): Avoid union function from cl library.
12179 (eieio--typep): New function.
12180 (eieio-perform-slot-validation): Use it.
12181
12182 2009-10-10 Karl Fogel <kfogel@red-bean.com>
12183
12184 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
12185 Update documentation to refer to the variables documented in r1.135.
12186 (Bug#4188)
12187
12188 2009-10-10 Karl Fogel <kfogel@red-bean.com>
12189
12190 * bookmark.el (Info-suffix-list): Remove this unused variable.
12191 (bookmark-current-point): Remove this obsolete variable.
12192 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
12193 Adjust for removal of bookmark-current-point.
12194
12195 (bookmarks-already-loaded, bookmark-current-buffer)
12196 (bookmark-yank-point): Document. (Bug#4188)
12197
12198 2009-10-10 Glenn Morris <rgm@gnu.org>
12199
12200 * frame.el (frame-height): Doc fix.
12201
12202 * calendar/calendar.el (calendar-split-width-threshold): New option.
12203 (calendar-basic-setup): Use calendar-split-width-threshold.
12204
12205 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
12206
12207 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
12208 Ideographic Supplement" range (U+1F200..U+1F2FF).
12209
12210 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12211
12212 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
12213 since the list will have been rebuilt anyway. (Bug#4349)
12214
12215 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12216
12217 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
12218 (bookmark-bmenu-execute-deletions): Don't save here, as
12219 bookmark-delete will now do so if necessary.
12220 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
12221 (Bug#4348)
12222
12223 2009-10-09 Glenn Morris <rgm@gnu.org>
12224
12225 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
12226
12227 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12228
12229 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
12230 (bookmark-jump-other-window): Just invoke bookmark-jump with new
12231 argument now, so the two function's behaviors will match. (Bug#3645)
12232
12233 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
12234
12235 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
12236 (tramp-file-name-real-host, tramp-file-name-port):
12237 Apply `save-match-data'.
12238
12239 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
12240 case both directories are remote.
12241 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
12242 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
12243
12244 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
12245
12246 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
12247
12248 2009-10-07 Glenn Morris <rgm@gnu.org>
12249
12250 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
12251 of concat.
12252
12253 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
12254
12255 * files-x.el (read-file-local-variable): Include some
12256 non-user-variables in the completion table (bug#4664).
12257
12258 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
12259
12260 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
12261 message.
12262
12263 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12264 (tramp-smb-file-name-handler-alist): Add handler for
12265 `copy-directory', `expand-file-name', `set-file-modes'.
12266 (tramp-smb-handle-copy-directory)
12267 (tramp-smb-handle-expand-file-name)
12268 (tramp-smb-handle-set-file-modes): New defuns.
12269 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
12270 (tramp-smb-handle-file-attributes): Simplify check for retrieving
12271 entry.
12272 (tramp-smb-handle-insert-directory): Don't flush the cache.
12273 (tramp-smb-maybe-open-connection): Check for samba client and
12274 server versions.
12275
12276 2009-10-07 Eli Zaretskii <eliz@gnu.org>
12277
12278 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
12279 to not error out of search for "^lisp=" fails.
12280
12281 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
12282
12283 * makefile.w32-in (WINS_UPDATES): New macro.
12284 (custom-deps, finder-data, autoloads): Use it.
12285
12286 2009-10-07 Glenn Morris <rgm@gnu.org>
12287
12288 * Makefile.in (autoloads): Revert previous change.
12289 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
12290 the list of preloaded files passed on the command-line, get
12291 it from src/Makefile.
12292
12293 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
12294 show the original buffer rather than a random one.
12295
12296 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
12297
12298 * help.el (describe-no-warranty): Place point in a slightly better
12299 position in the GPLv3 text.
12300
12301 2009-10-06 Sam Steingold <sds@gnu.org>
12302
12303 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
12304 the comm attribute is present before calling regexp-quote.
12305
12306 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
12307
12308 * play/animate.el (animate-string): For good effect, make sure
12309 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
12310
12311 * play/animate.el (animate-sequence, animate-birthday-present):
12312 * misc.el (butterfly): Don't set `indent-tabs-mode'.
12313
12314 2009-10-06 Glenn Morris <rgm@gnu.org>
12315
12316 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
12317
12318 * emacs-lisp/autoload.el (autoload-excludes): New variable.
12319 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
12320 (batch-update-autoloads): Process a string value of autoload-excludes,
12321 set during the build process.
12322 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
12323
12324 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
12325 inside with-parsed... macro so that `v' is defined.
12326
12327 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
12328 * progmodes/fortran.el (fortran-end-of-block)
12329 (fortran-beginning-of-block):
12330 Also push mark in the macro case.
12331
12332 * emerge.el (emerge-show-file-name):
12333 * calc/calc.el (calc-quit):
12334 * calc/calc-misc.el (calc-big-or-small):
12335 * calc/calc-graph.el (calc-graph-view):
12336 * calc/calc-ext.el (calc-reset):
12337 * calendar/calendar.el (calendar-basic-setup):
12338 Use window-full-height-p.
12339
12340 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
12341 header we don't understand, don't insert another. (Bug#4624)
12342 If changing mime charset, insert the new one in the right place.
12343
12344 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
12345
12346 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12347 (cal-tex-cursor-month): Correctly increment the end date for diary and
12348 holiday listing. (Bug#4626)
12349
12350 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12351
12352 * help-fns.el (describe-function-1): Don't burp if the function is not
12353 a symbol.
12354
12355 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
12356
12357 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
12358 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
12359 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
12360 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
12361
12362 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
12363 (eieio-default-superclass): Reflow docstrings.
12364 (this, class-option-assoc, defclass, eieio-class-un-autoload)
12365 (eieio-unbind-method-implementations, defmethod)
12366 (eieio-validate-slot-value, eieio-validate-class-slot-value)
12367 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
12368 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
12369 (eieio-slot-originating-class-p, eieio-slot-name-index)
12370 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
12371 (constructor, initialize-instance, no-next-method, object-print)
12372 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
12373 Fix typos in docstrings.
12374 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
12375 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
12376 (next-method-p): Doc fixes.
12377 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
12378 Fix typos in error messages.
12379 (eieio-defmethod): Fix typo in description of generic method.
12380
12381 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
12382 (eieio-persistent-save-interactive, slot-missing):
12383 Fix typos in docstrings.
12384 (eieio-instance-inheritor-slot-boundp): Doc fix.
12385
12386 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
12387 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
12388
12389 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
12390 (eieio-custom-object-apply-reset):
12391 Fix typos in docstrings and error messages.
12392
12393 * emacs-lisp/eieio-datadebug.el (data-debug-show):
12394 Fix typo in docstring.
12395
12396 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
12397 (eieio-browse-tree): Doc fix.
12398 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
12399 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
12400 Fix typos in docstrings.
12401
12402 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
12403 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
12404 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
12405 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
12406 Reflow docstrings.
12407
12408 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
12409
12410 * vc-hg.el (log-view-vc-backend): Declare for compiler.
12411 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
12412 Set log-view-vc-backend so that diff can work.
12413
12414 * log-view.el (log-view-diff): Use vc-diff-internal instead of
12415 vc-version-diff.
12416 (vc-diff-internal): Autoload this instead of vc-version-diff.
12417
12418 2009-10-05 Eli Zaretskii <eliz@gnu.org>
12419
12420 * simple.el (eval-expression): Doc fix.
12421
12422 * progmodes/cwarn.el (cwarn-mode): Doc fix.
12423
12424 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
12425
12426 * files.el (directory-files-no-dot-files-regexp): New defconst.
12427 (delete-directory): Use it.
12428 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
12429
12430 * net/tramp.el (tramp-verbose): Fix docstring.
12431 (tramp-methods): Add recursive option to `tramp-copy-args'.
12432 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
12433 "scp1_old", "scp2_old", "rsync", "rsyncc".
12434 (tramp-default-method): Check also for `auth-source-user-or-password'.
12435 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12436 Add handler for `copy-directory'.
12437 (tramp-handle-copy-directory): New defun.
12438 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
12439 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
12440 Optimize sent command.
12441
12442 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12443
12444 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
12445 window if necessary.
12446
12447 * calendar/calendar.el (calendar-basic-setup): Don't call
12448 switch-to-buffer in a dedicated window.
12449
12450 2009-10-05 Karl Fogel <kfogel@red-bean.com>
12451
12452 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
12453 don't do anything related to relocating, just return nil.
12454 (bookmark-error-no-filename): New error.
12455 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
12456 bookmark has no file. Don't even attempt to handle things that
12457 are not files; the whole point of custom handlers is to keep that
12458 knowledge elsewhere anyway. Tighten some comments.
12459 (bookmark-file-or-variation-thereof): Remove now-unused function.
12460 (bookmark-location): Doc string fix.
12461 (Bug#4250)
12462
12463 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12464
12465 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
12466 don't use a file dialog, because they usually don't know how to read
12467 a directory target from the user. (Bug#4230)
12468 Also, make sure the prompt can display directories as well as files.
12469
12470 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12471
12472 * bookmark.el (bookmark-set, bookmark-buffer-name):
12473 Improve doc strings. (Bug#1193)
12474
12475 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12476
12477 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
12478 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
12479 (bookmark-get-annotation, bookmark-set-annotation)
12480 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12481 (bookmark-set-position, bookmark-get-front-context-string)
12482 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12483 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
12484 (bookmark-jump-other-window, bookmark-handle-bookmark)
12485 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12486 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12487 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
12488 Improve doc strings to say whether bookmark can be a string or
12489 a record or both, and make other consistency and clarity fixes.
12490 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12491 (bookmark-default-annotation-text, bookmark-yank-word)
12492 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12493 (bookmark-import-new-list, bookmark-maybe-rename)
12494 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12495 (bookmark-bmenu-bookmark): Give these doc strings.
12496 (bookmark-bmenu-check-position): Give this a doc string, but also
12497 add a FIXME comment about how the function may be pointless.
12498 (bookmark-default-handler): Rework doc string and change a
12499 parameter name, to clarify that this takes a bookmark record
12500 not a bookmark name.
12501 (bookmark-set): Change a parameter name to indicate its meaning,
12502 and improve the doc string a bit.
12503 (Bug#4188)
12504
12505 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12506
12507 * bookmark.el (bookmark-alist): Document the new `handler' element
12508 in the param alist.
12509 (bookmark-make-record-function): Adjust documentation for above.
12510 (Bug#4193)
12511
12512 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12513
12514 * info.el (Info-bookmark-make-record): Document this function.
12515 (Info-bookmark-jump): Document with a doc string, not just a comment.
12516 (Bug#4203)
12517
12518 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
12519
12520 * files.el (copy-directory): New defun.
12521
12522 * dired-aux.el (dired-copy-file-recursive): Use it.
12523
12524 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
12525
12526 * files-x.el (modify-dir-local-variable)
12527 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
12528 docstrings.
12529
12530 * recentf.el (recentf-unload-function): New function.
12531
12532 2009-10-04 Glenn Morris <rgm@gnu.org>
12533
12534 * window.el (window-full-height-p): Add doc string.
12535
12536 2009-10-04 Martin Rudalics <rudalics@gmx.at>
12537
12538 * window.el (window-full-height-p): New function. (Bug#4543)
12539
12540 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
12541
12542 * vc.el: Remove commented out code.
12543 (vc-derived-from-dir-mode): Remove, unused.
12544 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
12545
12546 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
12547
12548 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
12549 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
12550 there could be recursive loading when `default-directory' is a
12551 remote file name. (Bug#4614)
12552
12553 2009-10-03 Glenn Morris <rgm@gnu.org>
12554
12555 * calendar/calendar.el (calendar-basic-setup): Handle the case where
12556 the frame is wide.
12557 (calendar-generate-window): Test for shrinkability rather than width.
12558
12559 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
12560 reusing existing buffers, in case we happen to visit two files with the
12561 same basename. (Bug#4593)
12562
12563 2009-10-02 Eli Zaretskii <eliz@gnu.org>
12564
12565 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
12566 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
12567 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
12568 subdirs of cedet as well.
12569 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
12570
12571 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12572
12573 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
12574 Obey advertised-signature-table.
12575
12576 * help-fns.el (help-function-arglist): Don't check
12577 advertised-signature-table.
12578 (describe-function-1): Do it here instead so it also applies to subrs.
12579
12580 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
12581
12582 * simple.el (start-file-process): Say in the doc-string, that file
12583 handlers might not support pty association, if PROGRAM is nil.
12584
12585 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
12586 HOST and USER are strings. They are nil, when there are
12587 incomplete entries in ~/.netrc, for example.
12588 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
12589 root directory ("device busy" error otherwise).
12590
12591 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
12592 Flush file properties of created directory.
12593
12594 2009-10-02 Eli Zaretskii <eliz@gnu.org>
12595
12596 * makefile.w32-in (WINS_BASIC): Remove cedet.
12597 (WINS_CEDET): Add cedet.
12598 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
12599
12600 2009-10-02 Kevin Ryde <user42@zip.com.au>
12601
12602 * net/browse-url.el (browse-url): Pass any symbol in
12603 browse-url-browser-function to `apply', since if you've mistakenly put
12604 an unbound symbol then the error is clearer. (Bug#4531)
12605
12606 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
12607
12608 * allout.el (allout-init, allout-back-to-current-heading)
12609 (allout-beginning-of-current-entry, allout-ascend-to-depth)
12610 (allout-ascend, allout-up-current-level, allout-end-of-level)
12611 (allout-previous-visible-heading, allout-forward-current-level)
12612 (allout-backward-current-level, allout-show-children):
12613 * apropos.el (apropos-describe-plist):
12614 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
12615 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
12616 * completion.el (add-completion, add-permanent-completion):
12617 * descr-text.el (describe-text-category, describe-char):
12618 * desktop.el (desktop-lazy-abort):
12619 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
12620 * dired.el (dired-build-subdir-alist):
12621 * ediff.el (ediff-version):
12622 * elide-head.el (elide-head, elide-head-show):
12623 * emerge.el (emerge-version):
12624 * env.el (getenv):
12625 * face-remap.el (variable-pitch-mode):
12626 * faces.el (describe-face):
12627 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
12628 (dired-at-point):
12629 * files.el (find-file-existing, auto-save-mode):
12630 * font-lock.el (font-lock-fontify-buffer):
12631 * help-fns.el (describe-function, describe-variable)
12632 (describe-syntax, describe-categories):
12633 * help.el (view-lossage, describe-bindings, describe-key)
12634 (describe-mode):
12635 * hexl.el (hexl-current-address):
12636 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
12637 * info.el (Info-goto-emacs-key-command-node):
12638 * log-edit.el (log-edit-insert-cvs-template)
12639 (log-edit-insert-cvs-rcstemplate):
12640 * menu-bar.el (menu-bar-mode):
12641 * mouse.el (mouse-appearance-menu):
12642 * newcomment.el (comment-indent-new-line):
12643 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
12644 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
12645 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
12646 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
12647 * recentf.el (recentf-mode):
12648 * savehist.el (savehist-mode, savehist-save):
12649 * shadowfile.el (shadow-copy-files):
12650 * simple.el (kill-ring-save, next-line, previous-line)
12651 (normal-erase-is-backspace-mode):
12652 * strokes.el (strokes-update-window-configuration)
12653 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
12654 (strokes-xpm-for-stroke):
12655 * time.el (emacs-uptime, emacs-init-time):
12656 * tutorial.el (tutorial--describe-nonstandard-key)
12657 (tutorial--detailed-help):
12658 * type-break.el (type-break-mode)
12659 (type-break-mode-line-message-mode, type-break-query-mode)
12660 (type-break-guesstimate-keystroke-threshold):
12661 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
12662 * version.el (emacs-version):
12663 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
12664 * winner.el (winner-mode):
12665 * calendar/timeclock.el (timeclock-in, timeclock-out)
12666 (timeclock-status-string, timeclock-change)
12667 (timeclock-workday-remaining-string)
12668 (timeclock-workday-elapsed-string)
12669 (timeclock-when-to-leave-string):
12670 * calendar/todo-mode.el (todo-add-category):
12671 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
12672 * emacs-lisp/autoload.el (update-file-autoloads):
12673 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
12674 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
12675 (checkdoc-message-text, checkdoc-defun):
12676 * emacs-lisp/debug.el (debugger-list-functions):
12677 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12678 * emacs-lisp/eieio-opt.el (eieio-describe-class)
12679 (eieio-describe-generic):
12680 * emacs-lisp/lisp-mnt.el (lm-synopsis):
12681 * emacs-lisp/shadow.el (list-load-path-shadows):
12682 * emulation/cua-base.el (cua-mode):
12683 * emulation/edt.el (edt-set-scroll-margins):
12684 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
12685 (tpu-toggle-regexp, tpu-toggle-search-direction)
12686 (tpu-toggle-rectangle, tpu-toggle-control-keys):
12687 * emulation/tpu-extras.el (tpu-set-scroll-margins):
12688 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12689 (viper-set-parsing-style-toggling-macro)
12690 (viper-set-emacs-state-searchstyle-macros):
12691 * emulation/viper.el (viper-set-hooks):
12692 * eshell/esh-mode.el (eshell-truncate-buffer):
12693 * international/mule-cmds.el (prefer-coding-system)
12694 (describe-input-method, describe-language-environment):
12695 * international/mule-diag.el (list-character-sets)
12696 (describe-character-set, describe-coding-system)
12697 (describe-fontset, list-fontsets, list-input-methods):
12698 * mail/sendmail.el (mail-signature):
12699 * net/ange-ftp.el (ange-ftp-copy-file):
12700 * net/browse-url.el (browse-url):
12701 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
12702 * net/quickurl.el (quickurl-add-url):
12703 * net/rcirc.el (names, topic):
12704 * net/xesam.el (xesam-mode):
12705 * play/5x5.el (5x5-new-game):
12706 * play/yow.el (apropos-zippy):
12707 * progmodes/ada-mode.el (ada-mode-version):
12708 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
12709 (f90-end-of-block)
12710 (f90-beginning-of-block):
12711 * progmodes/fortran.el (fortran-end-of-block)
12712 (fortran-beginning-of-block):
12713 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
12714 * progmodes/python.el (python-describe-symbol, python-shell):
12715 * term/ns-win.el (ns-print-buffer):
12716 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
12717 * textmodes/flyspell.el (flyspell-mode-on):
12718 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
12719 (pages-directory-for-addresses):
12720 * textmodes/table.el (table-recognize-cell)
12721 (table-query-dimension, table-generate-source)
12722 (table-insert-sequence, table--warn-incompatibility):
12723 * textmodes/tex-mode.el (tex-validate-buffer):
12724 * textmodes/texinfmt.el (texinfmt-version)
12725 (texinfo-format-buffer):
12726 Use `called-interactively-p' instead of `interactive-p'.
12727
12728 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
12729
12730 * image-mode.el (image-toggle-display):
12731 * emacs-lisp/elp.el (elp-instrument-function):
12732 * emacs-lisp/advice.el (ad-make-advised-definition):
12733 * emacs-lisp/easy-mmode.el (define-minor-mode):
12734 * net/browse-url.el (browse-url-maybe-new-window):
12735 * progmodes/sh-script.el (sh-learn-buffer-indent):
12736 Pass new argument 'any to `called-interactively-p'.
12737
12738 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
12739
12740 * international/uni-bidi.el:
12741 * international/uni-category.el:
12742 * international/uni-combining.el:
12743 * international/uni-comment.el:
12744 * international/uni-decimal.el:
12745 * international/uni-decomposition.el:
12746 * international/uni-digit.el:
12747 * international/uni-lowercase.el:
12748 * international/uni-mirrored.el:
12749 * international/uni-name.el:
12750 * international/uni-numeric.el:
12751 * international/uni-old-name.el:
12752 * international/uni-titlecase.el:
12753 * international/uni-uppercase.el:
12754 Regenerate from Unicode 5.2.0 data.
12755
12756 2009-10-01 Glenn Morris <rgm@gnu.org>
12757
12758 * Makefile.in (ELCFILES): Regenerate.
12759
12760 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12761
12762 * subr.el (interactive-p): Mark obsolete.
12763 (called-interactively-p): Make the optional-ness of `kind' obsolete.
12764 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
12765 advertised-signature-table for subroutines as well.
12766
12767 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
12768 (set-advertised-calling-convention): New function.
12769 (make-obsolete, define-obsolete-function-alias)
12770 (make-obsolete-variable, define-obsolete-variable-alias):
12771 Make the optional-ness of `when' obsolete.
12772 (define-obsolete-face-alias): Make `when' non-optional.
12773 * help-fns.el (help-function-arglist):
12774 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
12775 Use advertised-signature-table.
12776
12777 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
12778
12779 * files.el (delete-directory): New defun. The original function
12780 in fileio.c has been renamed to `delete-directory-internal'.
12781
12782 * dired.el (dired-delete-file): Call `delete-directory' with
12783 RECURSIVE parameter.
12784
12785 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
12786 parameter RECURSIVE. Implementation is missing.
12787
12788 * net/tramp.el (tramp-handle-make-directory): Flush upper
12789 directory's file properties.
12790 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
12791 (tramp-handle-dired-recursive-delete-directory): Flush directory
12792 properties after the remove command only.
12793
12794 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12795 Handle optional parameter RECURSIVE.
12796
12797 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
12798 Handle optional parameter RECURSIVE.
12799
12800 * net/tramp-smb.el (tramp-smb-errors): Add error message for
12801 connection timeout.
12802 (tramp-smb-handle-delete-directory): Handle optional parameter
12803 RECURSIVE.
12804
12805 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12806
12807 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
12808 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
12809 (byte-compile-defmacro): Use backquotes.
12810
12811 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
12812
12813 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
12814 has no associated file.
12815 (vc-resynch-buffer): Use vc-dir-buffers.
12816
12817 2009-10-01 Glenn Morris <rgm@gnu.org>
12818
12819 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
12820 (chart-file-count):
12821 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
12822 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
12823 * emacs-lisp/eieio-opt.el (eieio-describe-class):
12824 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
12825 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
12826 (eieio-copy-parents-into-subclass, make-instance, class-children)
12827 (eieio-generic-form):
12828
12829 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
12830 match-data. (Bug#4555).
12831
12832 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
12833 rather than parsing it as a regexp. This relaxes the layout
12834 requirements and makes errors easier to detect.
12835 (check-declare-verify): Check file is regular.
12836 (check-declare-directory): Doc fix.
12837 * subr.el (declare-function): Doc fix.
12838
12839 * ibuffer.el (ibuffer-format-qualifier):
12840 * isearch.el (hi-lock-regexp-okay):
12841 * calc/calc.el (math-zerop):
12842 * mail/uce.el (rmail-msgbeg, rmail-msgend):
12843 * term/w32-win.el (setup-default-fontset, set-fontset-font):
12844 Remove unused declarations.
12845
12846 2009-09-30 Glenn Morris <rgm@gnu.org>
12847
12848 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
12849
12850 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
12851 filename is not a string.
12852
12853 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
12854
12855 * files.el (safe-local-eval-forms): Fix typo.
12856
12857 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
12858
12859 * vc-hooks.el (vc-dir-buffers): New var.
12860 (vc-state-refresh): New function.
12861 (vc-state): Use it.
12862 (vc-after-save): Always ask the backend to recompute the new state.
12863 Always call vc-dir if necessary, using vc-dir-buffers.
12864 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
12865 Use vc-dir-buffers.
12866 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
12867 (vc-dir-prepare-status-buffer, vc-dir-update)
12868 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
12869 Don't call expand-file-name on default-directory.
12870
12871 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12872
12873 * speedbar.el (speedbar-item-delete):
12874 * calc/calc-prog.el (calc-kbd-if):
12875 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
12876
12877 * epa.el (epa-key-list-mode-map):
12878 * hi-lock.el (hi-lock-menu): Fix typos in menus.
12879
12880 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
12881 (hs-show-hook): Fix typo in docstring.
12882
12883 2009-09-29 Glenn Morris <rgm@gnu.org>
12884
12885 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
12886 file-name-nondirectory call preventing location of cedet files.
12887 (check-declare-verify): Use literal search rather than re-search.
12888 Add basic defmethod and defclass, and define-overloadable-function.
12889
12890 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12891 Use tramp-compat-file-attributes rather than nonexistent
12892 tramp-compat-handle-file-attributes.
12893
12894 * Makefile.in (lisptagsfiles4): New.
12895 (AUTOGENEL): Add cedet loaddefs files.
12896 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
12897 (update-elclist, compile-always, backup-compiled-files)
12898 (bootstrap-clean): Add yet another directory level.
12899 (update-elclist): Use LC_COLLATE rather than COLLATE.
12900 (ELCFILES): Update, via `make update-elclist'.
12901
12902 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12903
12904 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
12905 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
12906 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
12907
12908 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
12909
12910 * Makefile.in (lisptagsfiles3): Define.
12911 (TAGS, TAGS-LISP): Use it.
12912 (update-elclist): Add third directory level to look for elc files.
12913 (compile-always): Likewise.
12914 (backup-compiled-files): Likewise.
12915 (bootstrap-clean): Likewise.
12916 (ELCFILES): Update.
12917
12918 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
12919
12920 * Makefile.in (ELCFILES): Add CEDET files.
12921
12922 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
12923
12924 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
12925
12926 * net/tramp.el (top): Require tramp-imap.
12927
12928 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12929 Use `tramp-compat-handle-file-attributes'.
12930
12931 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12932
12933 * net/tramp-imap.el: New package.
12934
12935 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12936
12937 * whitespace.el (whitespace-trailing-regexp)
12938 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
12939 Fix doc string.
12940
12941 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
12942
12943 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
12944 menu.
12945
12946 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
12947 menu-bar-ediff-menu.
12948
12949 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
12950 define-overloadable-function.
12951
12952 * progmodes/autoconf.el: Provide autoconf as well, so that this
12953 file can be `require'd.
12954
12955 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
12956
12957 * emacs-lisp/autoload.el (generated-autoload-feature)
12958 (generated-autoload-load-name): New vars.
12959 (autoload-rubric, autoload-generate-file-autoloads): Use them.
12960 (make-autoload): Recognize define-overloadable-function and
12961 defclass forms (for EIEIO).
12962
12963 * Makefile.in (update-subdirs): Exclude cedet directory.
12964
12965 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
12966
12967 * term/ns-win.el: Don't set the region face background. (Bug#4381)
12968
12969 * faces.el: Default light-background background for region face to
12970 ns_selection_color under NS.
12971
12972 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
12973
12974 * net/imap-hash.el: New library, see NEWS.
12975
12976 * Makefile.in (ELCFILES): Add imap-hash.el.
12977
12978 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
12979
12980 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
12981 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
12982 * help-macro.el (make-help-screen): Avoid using an ambiguous function
12983 definition where the docstring could be taken for the return value.
12984
12985 2009-09-26 Glenn Morris <rgm@gnu.org>
12986
12987 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
12988 Add option to only show images below a certain size.
12989 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
12990 save-excursion calls.
12991
12992 2009-09-26 Eli Zaretskii <eliz@gnu.org>
12993
12994 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
12995 subdirectories) and eieio.
12996
12997 2009-09-26 Alan Mackenzie <acm@muc.de>
12998
12999 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
13000 buggy bracketing. (Bug#4289)
13001
13002 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
13003 character constants (as case labels). (Bug#4289)
13004
13005 2009-09-25 Juri Linkov <juri@jurta.org>
13006
13007 * files.el (safe-local-eval-forms): Allow time-stamp in
13008 before-save-hook (Bug#4554).
13009
13010 2009-09-25 Drew Adams <drew.adams@oracle.com>
13011
13012 * menu-bar.el (list-buffers-directory): Doc fix.
13013
13014 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
13015
13016 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
13017 Try and avoid copying twice the same paragraph.
13018 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
13019 Remove save-excursion.
13020 (log-edit-changelog-entry): Do it here instead.
13021
13022 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
13023
13024 * bs.el (bs--get-file-name): Use `list-buffers-directory'
13025 when available, instead of hardcoding mode names. Doc fix.
13026
13027 * menu-bar.el (list-buffers-directory): Add docstring.
13028 Make automatically buffer-local.
13029
13030 * dired.el (dired-mode):
13031 * files.el (cd-absolute):
13032 * pcvs.el (cvs-temp-buffer):
13033 * pcvs-util.el (cvs-get-buffer-create):
13034 * shell.el (shell-mode):
13035 * vc-dir.el (vc-dir-mode):
13036 Don't make `list-buffers-directory' buffer local.
13037
13038 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
13039
13040 * comint.el (comint-exec, comint-run, make-comint):
13041 Doc fixes (Bug#4542).
13042
13043 2009-09-25 Glenn Morris <rgm@gnu.org>
13044
13045 * mail/rmailmm.el (rmail-mime): New custom group.
13046 Move all defcustoms in this file into this group.
13047 (rmail-mime-media-type-handlers-alist): Revert previous change.
13048 (rmail-mime-show-images): New option.
13049 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
13050 references to it, since it wasn't actually used for anything.
13051 (rmail-mime-insert-image): New function.
13052 (rmail-mime-image): Use rmail-mime-insert-image.
13053 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
13054 obey the value of `rmail-mime-show-images' option. Print the size of
13055 attachments.
13056
13057 2009-09-25 David Engster <deng@randomsample.de>
13058
13059 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
13060
13061 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13062
13063 * whitespace.el: Does not highlight trailing spaces While point is
13064 at end of line. Does not highligt spaces at beginning of buffer
13065 while point is at beginning of buffer. Does not highlight spaces
13066 at end of buffer while point is at end of buffer. (Bug#4177)
13067 New version 12.0.
13068 (whitespace-display-mappings): Adjust initialization.
13069 (whitespace-point, whitespace-font-lock-refontify): New vars.
13070 (whitespace-color-on, whitespace-color-off): Adjust code.
13071 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13072 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
13073 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
13074
13075 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
13076
13077 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
13078
13079 * textmodes/sgml-mode.el: Remove xml-mode alias.
13080
13081 * files.el (auto-mode-alist, conf-mode-maybe)
13082 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
13083
13084 2009-09-24 Alan Mackenzie <acm@muc.de>
13085
13086 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
13087 c-forward-conditionals, but it doesn't move point and doesn't set
13088 the mark.
13089 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
13090 (c-down-conditional-with-else, c-backward-conditional)
13091 (c-forward-conditional): Refactor to use c-scan-conditionals.
13092
13093 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
13094
13095 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
13096 (help-default-arg-highlight): Remove.
13097 (help-highlight-arg): New function.
13098 (help-do-arg-highlight): Use it.
13099 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
13100
13101 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13102
13103 * term.el (term-set-scroll-region, term-handle-ansi-escape):
13104 Undo last change, which didn't fix the problem and introduced others.
13105
13106 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
13107
13108 * progmodes/gdb-mi.el: Don't require speedbar.
13109 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
13110
13111 2009-09-24 Glenn Morris <rgm@gnu.org>
13112
13113 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
13114
13115 * term/ns-win.el (ns-reg-to-script): Define for compiler.
13116
13117 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
13118 there is no newline after the final mime boundary. (Bug#4539)
13119 Move markers on insertion so that any buttons inserted don't end up in
13120 the next part of a multipart message.
13121 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
13122 (rmail-mime-bulk-handler): Optionally handle images.
13123 (rmail-mime-image): New button action.
13124 (rmail-mime-image-handler): New function.
13125 (rmail-mime-mode): New mode.
13126 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
13127
13128 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13129
13130 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
13131 than just dropping elements from it (bug#4504).
13132
13133 * term.el (term-set-scroll-region): Don't move cursor any more.
13134 (term-handle-ansi-escape): Call term-goto here instead.
13135 Suggested by Ivan Kanis <apple@kanis.eu>.
13136
13137 * term.el: Require CL.
13138 (term-ansi-reset): New function.
13139 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
13140 (term-handle-colors-array): Simplify.
13141
13142 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
13143
13144 * allout.el (allout-overlay-interior-modification-handler)
13145 (allout-obtain-passphrase):
13146 * epa-file.el (epa-file-write-region):
13147 * ps-print.el (ps-begin-job):
13148 * vc-hooks.el (vc-toggle-read-only):
13149 * vc-rcs.el (vc-rcs-rollback):
13150 * vc-sccs.el (vc-sccs-rollback):
13151 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
13152 (vc-version-diff, vc-revert, vc-rollback):
13153 * wdired.el (wdired-check-kill-buffer):
13154 * emacs-lisp/authors.el (authors):
13155 * net/socks.el (socks-open-connection):
13156 * net/zeroconf.el (zeroconf-service-add-hook):
13157 * obsolete/vc-mcvs.el (vc-mcvs-register):
13158 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
13159 (gdb-select-frame):
13160 * progmodes/grep.el (lgrep, rgrep):
13161 * progmodes/idlw-help.el (idlwave-help-check-locations)
13162 (idlwave-help-html-link, idlwave-help-assistant-open-link):
13163 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13164 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
13165 (reftex-toc-rename-label): Fix typos in error messages.
13166
13167 * dired-aux.el (dired-do-shell-command): Reflow docstring.
13168 (dired-copy-how-to-fn): Doc fix.
13169 (dired-files-attributes, dired-read-shell-command):
13170 Fix typos in docstrings.
13171
13172 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
13173 (dired-x-find-file-other-window): Reflow docstrings.
13174 (dired-omit-marker-char, dired-read-shell-command)
13175 (dired-x-submit-report): Fix typos in docstrings.
13176
13177 * shell.el (shell-mode-hook):
13178 * view.el (View-scroll-line-forward):
13179 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
13180 Fix typos in docstrings.
13181
13182 * net/dig.el (dig-invoke): Fix typo in docstring.
13183 (query-dig): Reflow docstring.
13184
13185 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
13186 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
13187 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
13188 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
13189 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
13190 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
13191 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
13192 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
13193 (idlwave-completion-map, idlwave-current-indent)
13194 (idlwave-custom-ampersand-surround, idlwave-customize)
13195 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
13196 (idlwave-define-abbrev, idlwave-determine-class-special)
13197 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
13198 (idlwave-end-block-reg, idlwave-end-of-statement)
13199 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
13200 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
13201 (idlwave-explicit-class-listed, idlwave-file-header)
13202 (idlwave-fill-paragraph, idlwave-find-class-definition)
13203 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
13204 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
13205 (idlwave-in-quote, idlwave-indent-action-table)
13206 (idlwave-indent-expand-table, idlwave-indent-line)
13207 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
13208 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
13209 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
13210 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
13211 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
13212 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
13213 (idlwave-outlawed-buffers, idlwave-popup-select)
13214 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
13215 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
13216 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
13217 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
13218 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
13219 (idlwave-statement-type, idlwave-struct-skip)
13220 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
13221 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
13222 (idlwave-what-module-find-class): Fix typos in docstrings.
13223 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
13224 (idlwave-calculate-cont-indent, idlwave-expand-equal)
13225 (idlwave-find-module, idlwave-find-structure-definition)
13226 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
13227 (idlwave-list-load-path-shadows, idlwave-next-statement)
13228 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
13229 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
13230 (idlwave-template): Reflow docstrings.
13231
13232 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
13233 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
13234 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
13235 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
13236 (idlwave-shell-display-line, idlwave-shell-display-wframe)
13237 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
13238 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
13239 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
13240 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
13241 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
13242 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
13243 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
13244 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
13245 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
13246 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
13247 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
13248 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
13249 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
13250 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
13251 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
13252 Fix typos in docstrings.
13253 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
13254 (idlwave-shell-hide-output, idlwave-shell-mode)
13255 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
13256 Reflow docstrings.
13257
13258 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
13259
13260 2009-09-24 Ivan Kanis <apple@kanis.eu>
13261
13262 * term.el (term-bold-attribute): New var.
13263 (term-handle-colors-array): Use it.
13264
13265 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
13266
13267 * progmodes/gdb-mi.el (gdb-version): New variable.
13268 (gdb-non-stop-handler): Set gdb-version.
13269 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
13270 Condition "--thread" option on gdb-version.
13271 (gdb-invalidate-threads): Remove unused argument.
13272
13273 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13274
13275 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
13276 to looking-back to avoid ridiculous slow down in large files (bug#4511).
13277
13278 2009-09-23 Glenn Morris <rgm@gnu.org>
13279
13280 * mail/rmail.el (rmail-reply): Don't try to add a References header when
13281 replying to mail without References or Message-Id. (Bug#4525)
13282
13283 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
13284
13285 * term/ns-win.el (ns-reg-to-script): New variable.
13286
13287 2009-09-23 Daiki Ueno <ueno@unixuser.org>
13288
13289 * epg.el (epg-wait-for-status): Preserve existing 'error results.
13290
13291 2009-09-22 Sam Steingold <sds@gnu.org>
13292
13293 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
13294 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
13295 to 1 because hg returns status 1 when nothing is found.
13296 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
13297
13298 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13299
13300 * textmodes/fill.el: Convert to utf-8 encoding.
13301 (fill-french-nobreak-p): Remove redundant » and « inherited from our
13302 pre-Unicode days.
13303
13304 * add-log.el (change-log-fill-forward-paragraph): New function.
13305 (change-log-mode): Use it so fill-region DTRT.
13306 Set fill-indent-according-to-mode here rather than in
13307 change-log-fill-paragraph.
13308 (change-log-fill-paragraph): Remove.
13309
13310 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
13311
13312 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
13313 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
13314
13315 2009-09-22 Glenn Morris <rgm@gnu.org>
13316
13317 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
13318 the scroll-bar scroll the calendar window rather than the buffer.
13319
13320 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
13321 commands that move point (as opposed to scrolling).
13322
13323 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
13324
13325 * emacs-lisp/elint.el (elint): New custom group.
13326 (elint-log-buffer): Make it a defcustom.
13327 (elint-scan-preloaded, elint-ignored-warnings)
13328 (elint-directory-skip-re): New options.
13329 (elint-builtin-variables): Doc fix.
13330 (elint-preloaded-env): New variable.
13331 (elint-unknown-builtin-args): Add an entry for encode-time.
13332 (elint-extra-errors): Make it a variable rather than a constant.
13333 (elint-preloaded-skip-re): New constant.
13334 (elint-directory): Skip files matching elint-directory-skip-re.
13335 (elint-features): New variable, local to linted buffers.
13336 (elint-update-env): Initialize elint-features. Possibly add
13337 elint-preloaded-env to the buffer's environment.
13338 (elint-get-top-forms): Bind elint-current-pos, for log messages.
13339 Skip quoted forms.
13340 (elint-init-form): New function, extracted from elint-init-env.
13341 Make non-list forms a warning rather than an error.
13342 Add the mode-map for define-derived-mode. Handle define-minor-mode,
13343 easy-menu-define, put that adds an error-condition, and provide.
13344 When requiring cl, also require cl-macs. Really require cl, to handle
13345 some cl macros. Store required libraries in the list elint-features,
13346 so as not to re-load them. Treat cc-require like require.
13347 (elint-init-env): Call elint-init-form to do the work.
13348 Handle eval-and-compile and such like.
13349 (elint-add-required-env): Do not clear messages.
13350 (elint-special-forms): Add handlers for function, defalias, if, when,
13351 unless, and, or.
13352 (elint-form): Add optional argument to ignore elint-special-forms,
13353 useful to prevent recursive calls from handlers. Doc fix.
13354 Respect elint-ignored-warnings.
13355 (elint-form): Respect elint-ignored-warnings.
13356 (elint-bound-variable, elint-bound-function): New variables.
13357 (elint-unbound-variable): Respect elint-bound-variable.
13358 (elint-get-args): Respect elint-bound-function.
13359 (elint-check-cond-form): Add some simple handling for (f)boundp and
13360 featurep tests.
13361 (elint-check-defalias-form): New handler.
13362 (elint-check-let-form): Make an empty let a warning rather than an
13363 error.
13364 (elint-check-setq-form): Make an empty setq a warning rather than an
13365 error. Respect elint-ignored-warnings.
13366 (elint-check-defvar-form): Accept null doc-strings.
13367 (elint-check-conditional-form): New handler. Does some simple-minded
13368 checking of featurep and (f)boundp tests.
13369 (elint-put-function-args): New function.
13370 (elint-initialize): Use elint-scan-doc-file rather than
13371 elint-find-builtin-variables. Use elint-put-function-args.
13372 Possibly scan preloaded-file-list.
13373 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
13374 extend to handle functions as well.
13375
13376 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
13377
13378 * linum.el (linum-delete-overlays, linum-update-window):
13379 Do not modify the right margin. (Bug#3971)
13380
13381 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
13382
13383 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
13384 nxml-mode instead of xml-mode.
13385
13386 2009-09-21 Kevin Ryde <user42@zip.com.au>
13387
13388 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
13389
13390 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13391
13392 * net/dig.el (dig-mode): Use define-derived-mode.
13393
13394 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
13395
13396 * vc-dispatcher.el (vc-do-command): Return the process object in
13397 the asynchronous case. Use when instead of if. Do not run
13398 vc-exec-after to display a message if not enabled. (Bug#4463)
13399
13400 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
13401 properties to the stash strings.
13402 (vc-git-stash-list): Return a list of strings.
13403 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
13404 (vc-git-stash-show-at-point): New functions.
13405 (vc-git-stash-map): New keymap.
13406
13407 * register.el (ctl-x-r-map): Define the keys here instead of
13408 using autoload.
13409
13410 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
13411
13412 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
13413 list, to workaround performance problem (bug#4485).
13414
13415 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
13416
13417 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
13418
13419 2009-09-20 Daiki Ueno <ueno@unixuser.org>
13420
13421 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13422 Document that this option is not recommended to use.
13423
13424 2009-09-19 Glenn Morris <rgm@gnu.org>
13425
13426 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13427 variable `var'.
13428
13429 * calc/calc-alg.el (var):
13430 * calc/calcalg2.el (var): Define for compiler.
13431
13432 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
13433
13434 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13435 Doc fix (Bug#3932).
13436
13437 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13438
13439 * time-stamp.el (time-stamp-month-dd-yyyy)
13440 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13441 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13442 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
13443 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13444 Remove functions that have been obsolete since 1995 (Bug#4436).
13445
13446 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13447 indent buffer only if called interactively (Bug#4452).
13448
13449 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
13450 Eli Zaretskii <eliz@gnu.org>
13451
13452 This fixes bug#4197 (merged to bug#865, though not identical).
13453 * server.el (server-auth-dir): Add docstring note about FAT32.
13454 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13455 but warn against using them.
13456
13457 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
13458
13459 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13460 older GDB where there is no has_more field.
13461
13462 2009-09-19 Glenn Morris <rgm@gnu.org>
13463
13464 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13465
13466 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
13467
13468 * files.el (auto-mode-alist): Change default for XML files to nXML
13469 mode (Bug#4169).
13470
13471 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
13472
13473 * server.el (server-ensure-safe-dir): Pass 'integer
13474 to `file-attributes', as suggested.
13475
13476 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13477
13478 * dired-aux.el (dired-query-alist): Remove spurious backslash.
13479 (dired-query): Use read-key.
13480
13481 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
13482
13483 * cus-start.el (ns-use-qd-smoothing): Remove.
13484
13485 2009-09-18 Glenn Morris <rgm@gnu.org>
13486
13487 * allout.el (top-level): Remove unnecessary progn.
13488
13489 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13490
13491 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13492 definition of abbrev table.
13493
13494 * speedbar.el (speedbar-track-mouse):
13495 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
13496 * net/eudc.el (eudc-expand-inline):
13497 * net/newst-backend.el (newsticker--cache-read-feed):
13498 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
13499 condition-case handlers.
13500
13501 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
13502
13503 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
13504 (gdb-var-list): Add an element for has_more field.
13505 (gdb-non-stop-handler): Enable pretty printing for STL containers.
13506 (gdb-var-create-handler, gdb-var-list-children-handler-1)
13507 (gdb-var-update-handler-1): Parse output of dynamic variable
13508 objects (STL containers).
13509 (gdb-var-delete-1): Pass var1 as an explicit second argument.
13510 (gdb-get-field): Delete alias. Use bindat-get-field directly.
13511
13512 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13513 gdb-var-list.
13514 (gud-speedbar-buttons): Make node expandable if expression "has more"
13515 children.
13516
13517 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
13518
13519 * startup.el (emacs-quick-startup): Remove variable and all uses.
13520 (command-line): Set `inhibit-x-resources' instead.
13521 (command-line-1): Use `inhibit-x-resources' instead.
13522
13523 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
13524
13525 * subr.el: Fix last change to avoid using the `unless' macro,
13526 which breaks bootstrapping.
13527
13528 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13529
13530 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13531 extended definitions, in case we reload subr.el after having
13532 loaded CL.
13533 (eval-next-after-load): Mark as obsolete.
13534
13535 2009-09-17 Juri Linkov <juri@jurta.org>
13536
13537 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13538 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13539 (menu-bar-showhide-menu, menu-bar-tools-menu)
13540 (menu-bar-describe-menu, menu-bar-help-menu)
13541 (minibuffer-local-completion-map, minibuffer-local-map):
13542 Fix list quoting.
13543
13544 2009-09-17 Glenn Morris <rgm@gnu.org>
13545
13546 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
13547 arguments, whether or not it has a handler.
13548
13549 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
13550
13551 * simple.el (hard-newline): Give it a doc-string.
13552
13553 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13554 (lisp-mode-syntax-table): Give them doc-strings.
13555
13556 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
13557
13558 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
13559 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
13560 (menu-bar-options-menu, menu-bar-showhide-menu)
13561 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
13562 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
13563 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
13564 (menu-bar-options-menu, menu-bar-tools-menu)
13565 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
13566 (menu-bar-help-menu):
13567 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
13568 string arguments.
13569
13570 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
13571 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
13572 calls for the menu names and :help.
13573
13574 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13575
13576 * mouse.el (minor-mode-menu-from-indicator): Pay attention
13577 to :minor-mode-function (bug#4455).
13578
13579 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13580
13581 * startup.el (command-line): Initialize the window-system after
13582 processing the command-line.
13583
13584 * textmodes/page.el (what-page): Make sure we don't inf-loop if
13585 page-delimiter matches the empty string.
13586
13587 2009-09-16 Glenn Morris <rgm@gnu.org>
13588
13589 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13590 byte-compile-not-obsolete-var. It's a list now.
13591 (byte-compile-not-obsolete-funcs): New variable.
13592 (byte-compile-warn-obsolete): Don't warn about functions if they are in
13593 byte-compile-not-obsolete-funcs.
13594 (byte-compile-variable-ref, byte-compile-defvar): Update for
13595 byte-compile-not-obsolete-vars name-change and list nature.
13596 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13597 and variables behind (f)boundp tests.
13598 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13599
13600 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13601
13602 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13603
13604 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13605
13606 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13607 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13608 Don't autoload.
13609
13610 2009-09-15 Stephen Eglen <stephen@gnu.org>
13611
13612 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
13613 the virtual-buffers, use the name of the buffer specified by
13614 find-file-noselect, as the match may be a symlink. (This was a
13615 problem if the target and the symlink had different names.)
13616
13617 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13618
13619 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13620
13621 * desktop.el (desktop-path): Check user-emacs-directory.
13622
13623 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13624
13625 * loadup.el: Use after-load-functions to GC after loading each file.
13626 Remove the explicit GC calls that used to be sprinkled around.
13627
13628 * subr.el (after-load-functions): New hook.
13629 (do-after-load-evaluation): Run it. Use string-match-p to detect
13630 `obsolete' packages, rather than painfully extracting the relevant
13631 directory name.
13632
13633 2009-09-15 Glenn Morris <rgm@gnu.org>
13634
13635 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13636 free variable `doc'.
13637
13638 * dired.el (dired-mode-map): Add menu entry for async shell command.
13639
13640 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13641 variables, also consider the .elc files, since the .el files are
13642 normally gzipped (subsequent code locates the .el.gz from the .elc).
13643
13644 * calc/calc-prog.el (arglist): Define for compiler.
13645
13646 * calendar/diary-lib.el (diary-display-function): Change the default to
13647 fancy display.
13648 (body): Define for compiler.
13649
13650 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13651 (byte-compile-file-form, byte-compile-lambda)
13652 (byte-compile-top-level-body, byte-compile-form)
13653 (byte-compile-variable-ref, byte-compile-setq)
13654 (byte-compile-setq-default, byte-compile-body)
13655 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13656 (batch-byte-compile): Give some more local variables with common names
13657 a "bytecomp-" prefix to avoid masking warnings about free variables.
13658
13659 * startup.el (command-line-1): Give local variables with common names a
13660 distinguishing prefix, so as not to hide free variable warnings during
13661 bootstrap.
13662
13663 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13664 clever and add a suffix to make a unique name, just let the user decide
13665 whether or not to overwrite it. If the input is a directory, write the
13666 default filename to that directory. (Bug#4388)
13667 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13668 is a filename-as-a-directory.
13669
13670 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13671
13672 * textmodes/page.el (what-page): Don't move to beginning of line.
13673 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13674
13675 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13676
13677 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13678
13679 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
13680
13681 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
13682 * help.el (help-for-help-internal): Add purecopy calls for text.
13683
13684 * vc.el (top): print-log method now takes an optional SHORTLOG
13685 argument. Add a new method: root.
13686 (vc-root-diff, vc-print-root-log): New functions.
13687 (vc-log-short-style): New variable.
13688 (vc-print-log-internal): Add support for showing short logs.
13689
13690 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
13691 vc-print-root-log and vc-print-root-diff.
13692
13693 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
13694 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
13695 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
13696 short logs.
13697
13698 * vc-cvs.el (vc-cvs-print-log):
13699 * vc-mtn.el (vc-mtn-print-log):
13700 * vc-rcs.el (vc-rcs-print-log):
13701 * vc-sccs.el (vc-sccs-print-log):
13702 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
13703 that is ignored for now.
13704
13705 * vc-mtn.el (vc-mtn-annotate-command):
13706 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
13707
13708 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13709
13710 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
13711 to function-key-map, and give them ascii-character property.
13712 * term/x-win.el (x-alternatives-map):
13713 * term/ns-win.el (ns-alternatives-map):
13714 * term/internal.el (msdos-key-remapping-map):
13715 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
13716
13717 2009-09-14 Glenn Morris <rgm@gnu.org>
13718
13719 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
13720 temp-buffers (2009-09-12).
13721
13722 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13723
13724 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
13725 the new read-key function.
13726
13727 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
13728
13729 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
13730 is defined (Bug#4405).
13731
13732 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
13733
13734 * recentf.el (recentf-cleanup): Use a hash table to find
13735 duplicates (Bug#4407).
13736
13737 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
13738
13739 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
13740 kp-0 to ascii equivalents (Bug#4325).
13741
13742 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
13743
13744 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
13745
13746 * eshell/em-hist.el:
13747 * eshell/em-dirs.el (eshell-complete-user-reference):
13748 Declare pcomplete functions and variables to avoid compiler warnings.
13749
13750 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
13751
13752 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
13753 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
13754 * eshell/em-alias.el (eshell-aliases-file):
13755 * eshell/em-hist.el (eshell-history-file-name):
13756 Use expand-file-name instead of concat to make file names (Bug#4308).
13757
13758 2009-09-13 Glenn Morris <rgm@gnu.org>
13759
13760 * ediff-merg.el (ediff-do-merge):
13761 * filesets.el (filesets-run-cmd):
13762 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
13763 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
13764 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
13765 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
13766 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
13767 Replace empty `let's with `progn'.
13768
13769 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13770
13771 * mail/sendmail.el (send-mail-function):
13772 * tooltip.el (tooltip-mode):
13773 * simple.el (transient-mark-mode):
13774 * rfn-eshadow.el (file-name-shadow-mode):
13775 * frame.el (blink-cursor-mode):
13776 * font-core.el (global-font-lock-mode):
13777 * files.el (temporary-file-directory)
13778 (small-temporary-file-directory, auto-save-file-name-transforms):
13779 * epa-hook.el (auto-encryption-mode):
13780 * composite.el (global-auto-composition-mode):
13781 Use custom-initialize-delay.
13782 * startup.el (command-line): Don't explicitly call
13783 custom-reevaluate-setting for all the above vars.
13784 * custom.el (custom-initialize-safe-set)
13785 (custom-initialize-safe-default): Delete.
13786
13787 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13788
13789 * term/x-win.el (x-initialize-window-system):
13790 * term/w32-win.el (w32-initialize-window-system):
13791 * term/ns-win.el (ns-initialize-window-system): Don't call
13792 mouse-wheel-mode since it's enabled globally by default already.
13793
13794 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
13795 actually define the variable, but only silences the byte-compiler.
13796 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
13797 before looking it up.
13798 (mouse-wheel-scroll-amount): Also reset the bindings if this value
13799 is changed.
13800
13801 2009-09-12 Glenn Morris <rgm@gnu.org>
13802
13803 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
13804 1000.
13805 (elint-add-required-env): Don't beep on error.
13806 (elint-forms): In case of error, return ENV unchanged.
13807 (elint-init-env): Skip non-list forms.
13808 (elint-log): Handle unknown file positions.
13809
13810 2009-09-12 Daiki Ueno <ueno@unixuser.org>
13811
13812 * epg.el (epg-make-context): Add autoload cookie.
13813 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
13814 (epg-decrypt-string, epg-start-verify, epg-verify-file)
13815 (epg-verify-string, epg-start-sign, epg-sign-file)
13816 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
13817 (epg-encrypt-string, epg-start-export-keys)
13818 (epg-export-keys-to-file, epg-export-keys-to-string)
13819 (epg-start-import-keys, epg-import-keys-from-file)
13820 (epg-import-keys-from-string, epg-start-receive-keys)
13821 (epg-receive-keys, epg-import-keys-from-server)
13822 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
13823 (epg-sign-keys, epg-start-generate-key)
13824 (epg-generate-key-from-file, epg-generate-key-from-string):
13825 Remove autoload cookie.
13826
13827 2009-09-12 Eli Zaretskii <eliz@gnu.org>
13828
13829 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
13830 reevaluation of trash-directory.
13831
13832 * mwheel.el: Fix last change.
13833 (mouse-wheel-mode): New defvar.
13834 (mouse-wheel-mode): Remove autoload cookie.
13835
13836 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13837
13838 * mwheel.el (mwheel-installed-bindings): New var.
13839 (mouse-wheel-mode): Use it, so as to make sure we really remove all
13840 the bindings we set last time. Use custom-initialize-delay.
13841 * loadup.el: Load mwheel after term/*-win.el.
13842 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
13843 and mouse-wheel-up-event now that their first evaluation is done
13844 sufficiently late to be correct.
13845
13846 * startup.el (tutorial-directory): Make it a defcustom.
13847 Use custom-initialize-delay rather than eval-at-startup to set it.
13848 * image.el (image-load-path): Make it a defcustom.
13849 Use custom-initialize-delay rather than eval-at-startup to set it.
13850 * subr.el (eval-at-startup): Remove.
13851 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
13852
13853 * subr.el (do-after-load-evaluation): Warn the user after loading an
13854 obsolete package.
13855
13856 2009-09-12 Glenn Morris <rgm@gnu.org>
13857
13858 * proced.el (proced-mark-alt): Remove alias.
13859 (proced-mode-map): Remove proced-mark-alt.
13860
13861 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
13862 Elint file and directory. Remove initialization entry.
13863
13864 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
13865 commands.
13866 (elint-current-buffer): Set mode-line-process.
13867 (elint-init-env): Handle define-derived-mode.
13868 Fix declare-function with unspecified arglist. Guard against odd
13869 defalias statements (eg iso-insert's 8859-1-map).
13870 (elint-add-required-env): Use a temp buffer.
13871 (elint-form): Just print the function/macro name, not the whole form.
13872 Return env unchanged if we fail to parse a macro.
13873 (elint-forms): Guard against parse errors.
13874 (elint-output): New function, to handle batch mode.
13875 (elint-log-message): Add optional argument. Use elint-output.
13876 (elint-set-mode-line): New function.
13877
13878 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
13879
13880 * emacs-lisp/elp.el (elp-not-profilable): Add more
13881 functions (Bug#4233).
13882
13883 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
13884
13885 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
13886 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
13887
13888 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
13889
13890 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
13891 (gdb-var-list-children): Use json parsing.
13892
13893 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
13894
13895 * progmodes/js.el (js--proper-indentation): Handle the case where
13896 char-before is null. Reported by Deniz Dogan.
13897
13898 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
13899
13900 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
13901
13902 2009-09-11 Daiki Ueno <ueno@unixuser.org>
13903
13904 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
13905 (epg-digest-algorithm-alist): Add SHA224.
13906 (epg-context-set-passphrase-callback)
13907 (epg-context-set-progress-callback): Add description about
13908 callback function.
13909
13910 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13911
13912 * custom.el (custom-delayed-init-variables): New var.
13913 (custom-initialize-delay): New function.
13914 * startup.el (command-line): "Re"evaluate all vars in
13915 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
13916 explicitly any more.
13917 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
13918 to avoid creating a ~/.emacs.d at build-time (bug#4347).
13919
13920 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
13921
13922 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
13923
13924 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
13925 (gdb-var-update-handler): Use json parsing.
13926
13927 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
13928
13929 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
13930 decode annotated text, regardless of language environment. (Bug#2741)
13931
13932 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13933
13934 * Makefile.in (autoloads): Make rmail.el writable as well.
13935
13936 2009-09-11 Glenn Morris <rgm@gnu.org>
13937
13938 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
13939 loaddefs.el.
13940 * dired.el: Regenerate with extracted autoloads.
13941 * Makefile.in (autoloads): Make dired.el writable.
13942
13943 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
13944 * ibuffer.el: Regenerate with extracted autoloads.
13945 * Makefile.in (autoloads): Make ibuffer.el writable.
13946
13947 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
13948 * version.el (emacs-copyright, emacs-major-version)
13949 (emacs-minor-version): Reformat doc-strings for make-docfile.
13950
13951 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
13952 functions and variables, since they must be stuff specific to some other
13953 platform.
13954 (apropos-print): Make mouse-click message less specific about button.
13955
13956 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
13957 that records where a macro was defined.
13958 * help-fns.el (describe-function-1): Mention if a function has a
13959 compiler-macro.
13960 * help-mode.el (help-function-cmacro): New button.
13961
13962 * locate.el (top-level): Always require dired.
13963 (locate-mode-map): Initialize inside the defvar.
13964
13965 * net/ange-ftp.el (dired-compress-file): Declare.
13966 (ange-ftp-dired-compress-file): Add doc string.
13967
13968 * term/ns-win.el (x-display-name, x-setup-function-keys):
13969 Unify doc-strings with X versions.
13970
13971 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13972
13973 * emulation/crisp.el (crisp-mode-map): Move initialization
13974 into declaration.
13975 (crisp-mode): Use define-minor-mode.
13976
13977 * progmodes/xscheme.el (xscheme-evaluation-commands):
13978 Put a :advertised-binding property rather than using
13979 advertised-xscheme-send-previous-expression.
13980 (advertised-xscheme-send-previous-expression): Declare obsolete.
13981 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
13982 `advertised-undo'.
13983 (crisp-mode): Add corresponding bindings to
13984 undo's :advertised-binding instead.
13985 * dired.el (dired-mode-map): Put a :advertised-binding property rather
13986 than using dired-advertised-find-file.
13987 (dired-advertised-find-file):
13988 * simple.el (advertised-undo):
13989 * wid-edit.el (advertised-widget-backward): Declare obsolete.
13990 (widget-keymap): Put a :advertised-binding property rather
13991 than using advertised-widget-backward.
13992 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
13993 than using advertised-undo.
13994 * tutorial.el (tutorial--default-keys): Adjust accordingly.
13995
13996 2009-09-10 Simon South <ssouth@slowcomputing.org>
13997
13998 * progmodes/delphi.el (delphi-tab): Indent region when Transient
13999 Mark mode is enabled and region is active; otherwise indent or
14000 insert TAB as usual.
14001 (delphi-mode): Update description of TAB-key binding.
14002
14003 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
14004
14005 * subr.el (define-key-rebound-commands): Mark obsolete.
14006 * startup.el (precompute-menubar-bindings): Remove.
14007 (normal-top-level): Remove obsolete code that tried to precompute
14008 menubar bindings.
14009 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
14010 define-key-rebound-commands and precompute-menubar-bindings.
14011
14012 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
14013
14014 * net/imap.el (imap-interactive-login): Better messages.
14015 (imap-open): Fix bug with renamed buffer on reconnect.
14016 (imap-authenticate): Add buffer-local imap-last-authenticator variable
14017 for easier debugging and cleaner code. On successful (guessed based on
14018 server capabilities) secondary authentication, set imap-state
14019 correctly.
14020 (imap-last-authenticator): Define imap-last-authenticator as a variable
14021 to avoid warnings.
14022
14023 2009-09-10 Glenn Morris <rgm@gnu.org>
14024
14025 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
14026
14027 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
14028 (byte-compile-file-form-autoload): Don't warn about unknown functions
14029 where the autoload statement comes after the use.
14030 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
14031 that any handlers inside the body (eg require) are in turn respected.
14032
14033 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
14034 effects.
14035
14036 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
14037 and syntax and abbrev tables basic docs, if they don't have any.
14038
14039 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
14040
14041 * international/mule-cmds.el (top-level): Require cl when compiling.
14042 (view-hello-file): Use default-value rather than
14043 default-enable-multibyte-characters.
14044
14045 * progmodes/fortran.el: Move all safe and risky properties into the
14046 defcustoms.
14047
14048 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
14049 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
14050 * mail/undigest.el:
14051 Put autoloads in rmail.el rather than loaddefs.el.
14052 * mail/rmail.el: Regenerate with extracted autoloads.
14053
14054 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
14055 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
14056
14057 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
14058
14059 Reported in thread for Bug#4375.
14060 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
14061 "-data-evaluate-expression" instead of print.
14062 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
14063 (gdb-tooltip-print): Parse output from above MI command.
14064 (gdb): Revert 2009-08-11 change. User should detach inferior
14065 manually.
14066
14067 Remove the word "separate" from IO functions as inferior
14068 output is now never displayed in the GUD buffer.
14069
14070 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
14071
14072 * startup.el (command-line-normalize-file-name): On Windows and
14073 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
14074
14075 2009-09-10 Juri Linkov <juri@jurta.org>
14076
14077 * isearch.el (isearch-text-char-description): Propertize escape
14078 character sequences with the `escape-glyph' face. (Bug#4344)
14079
14080 * simple.el (shell-command): Set asynchronous process filter to
14081 `comint-output-filter'. (Bug#4343)
14082
14083 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
14084 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
14085 the list. Move "asm" to the bottom.
14086 (grep-find-ignored-directories): Add `choice' with nil value
14087 to empty the list easily.
14088 (grep-find-ignored-files): New option.
14089 (grep-files-history): Set to nil by default instead of '("ch" "el").
14090 (grep-compute-defaults): Add "<X>" to `grep-template'.
14091 (grep-read-files): Bind new local variables `default-alias' and
14092 `default-extension'. Use a list of default values for the file prompt.
14093 (lgrep): Add `--exclude=' command line options composed from
14094 `grep-find-ignored-files'.
14095 (rgrep): Add `-name' command line options composed from
14096 `grep-find-ignored-files'. (Bug#4301)
14097
14098 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
14099
14100 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
14101 (bug#4368).
14102
14103 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
14104
14105 * calendar/time-date.el (autoload):
14106 Expand define-obsolete-function-alias into defalias and make-obsolete
14107 for old Emacsen that Gnus supports.
14108 (with-no-warnings): Define it for old Emacsen.
14109 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14110 is available.
14111 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14112 float-time is available; suppress compile warning for time-to-seconds.
14113
14114 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
14115
14116 * net/imap.el (imap-message-map): Docstring fix.
14117
14118 2009-09-09 Glenn Morris <rgm@gnu.org>
14119
14120 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
14121 line numbers too. (Bug#4374)
14122
14123 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
14124
14125 * smerge-mode.el (smerge-remove-props, smerge-refine):
14126 Use with-silent-modifications (bug#4342).
14127
14128 * subr.el (with-silent-modifications): New macro.
14129
14130 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
14131
14132 * files.el (top-level): Require `cl' when compiling.
14133
14134 2009-09-07 Glenn Morris <rgm@gnu.org>
14135
14136 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
14137
14138 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
14139 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
14140
14141 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
14142
14143 * vc-git.el (vc-git-annotate-command): Use separator to parse
14144 arguments correctly.
14145
14146 2009-09-06 Eli Zaretskii <eliz@gnu.org>
14147
14148 * proced.el (proced-mode): Doc fix.
14149
14150 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
14151
14152 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
14153 lstat fails.
14154 (tramp-do-file-attributes-with-ls): Check for file existence at
14155 remote end.
14156 (tramp-do-file-attributes-with-stat): Likewise.
14157 (tramp-convert-file-attributes): Return nil when attr is nil.
14158
14159 2009-09-05 Glenn Morris <rgm@gnu.org>
14160
14161 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
14162 properties to this button.
14163 (diary-fancy-display): Don't extend the button to the final newline.
14164 (diary-fancy-display-mode): Continue to define "q" as a local key.
14165
14166 * calendar/cal-china.el (holiday-chinese): Make it slightly more
14167 efficient.
14168
14169 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
14170
14171 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
14172 (byte-compile-dest-file-function): New option.
14173 (byte-compile-dest-file): Doc fix.
14174 Obey byte-compile-dest-file-function.
14175 (byte-compile-cl-file-p): New function.
14176 (byte-compile-eval): Only suppress noruntime warnings about cl functions
14177 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
14178 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
14179 than for file being previously loaded.
14180 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
14181 (byte-compile-file-form-require): Handle the case where requiring a file
14182 indirectly causes CL to be loaded.
14183
14184 2009-09-05 Karl Fogel <kfogel@red-bean.com>
14185
14186 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
14187 before killing the old buffer, since by the time `kill-buffer' is
14188 run so many buffer variables have been set to nil that it may not
14189 behave as expected. (Bug#4061)
14190
14191 2009-09-05 Karl Fogel <kfogel@red-bean.com>
14192
14193 * files.el (find-alternate-file): If the old buffer is modified
14194 and visiting a file, behave similarly to `kill-buffer' when
14195 killing it, thus reverting to the pre-1.878 behavior; see
14196 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
14197 for discussion. Also, consult `buffer-file-name' as a variable
14198 not as a function, for consistency with the rest of the code.
14199
14200 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
14201
14202 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
14203 also when adding a new directory.
14204
14205 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
14206 defun.
14207
14208 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
14209
14210 * files.el (locate-file-completion-table): Make it provide boundary
14211 information, so partial-completion works better.
14212
14213 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
14214
14215 * mail/footnote.el (Footnote-text-under-cursor):
14216 Check footnote-text-marker-alist before using it (bug#4324).
14217
14218 2009-09-04 Glenn Morris <rgm@gnu.org>
14219
14220 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
14221 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
14222 * play/solitaire.el, play/tetris.el:
14223 Remove leading * from defcustom and defface docs.
14224
14225 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
14226 necessary.
14227 (diary-fancy-overriding-map): New variable.
14228 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
14229 Use view-mode.
14230
14231 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
14232 goto-line.
14233
14234 2009-09-03 Glenn Morris <rgm@gnu.org>
14235
14236 * arc-mode.el (archive-mode):
14237 * dos-fns.el (set-default-process-coding-system):
14238 * man.el (Man-getpage-in-background):
14239 * menu-bar.el (menu-bar-describe-menu):
14240 * server.el (server-process-filter):
14241 * startup.el (command-line):
14242 * tar-mode.el (tar-header-block-tokenize, tar-extract):
14243 * w32-fns.el (set-default-process-coding-system):
14244 * x-dnd.el (x-dnd-handle-file-name):
14245 * international/mule-cmds.el (mule-menu-keymap)
14246 (set-default-coding-systems, language-info-alist, set-language-info)
14247 (set-language-environment, standard-display-european-internal)
14248 (set-locale-environment):
14249 * international/mule-diag.el (mule-diag):
14250 * mail/emacsbug.el (report-emacs-bug):
14251 * mail/rmail.el (rmail-mode):
14252 * mail/sendmail.el (mail-setup):
14253 Use default-value rather than default-enable-multibyte-characters.
14254
14255 * progmodes/f90.el: Move all safe properties into the defcustoms.
14256 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
14257
14258 * calendar/appt.el (appt-check):
14259 * calendar/diary-lib.el (diary-set-header, diary-live-p)
14260 (diary-check-diary-file, diary-list-entries)
14261 (diary-include-other-diary-files, diary-simple-display)
14262 (diary-fancy-display, diary-print-entries)
14263 (diary-mark-included-diary-files, diary-make-entry):
14264 Don't call substitute-in-file-name on diary-file.
14265
14266 2009-09-03 Eduard Wiebe <usenet@pusto.de>
14267 Stefan Monnier <monnier@iro.umontreal.ca>
14268
14269 * mail/footnote.el (footnote-prefix): Make it a defcustom.
14270 (footnote-mode-map): Move initialization into the declaration.
14271 (footnote-minor-mode-map): Define it rather than changing global-map.
14272 (footnote-mode): Use define-minor-mode.
14273
14274 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
14275
14276 * net/tramp.el (tramp-handle-file-attributes-with-ls)
14277 (tramp-do-file-attributes-with-perl)
14278 (tramp-do-file-attributes-with-stat): Rename from
14279 `tramp-handle-file-attributes-with-*'.
14280 (tramp-handle-file-attributes): Use them.
14281 (tramp-do-directory-files-and-attributes-with-perl)
14282 (tramp-do-directory-files-and-attributes-with-stat): Rename from
14283 `tramp-handle-directory-files-and-attributes-with-*'.
14284 (tramp-handle-directory-files-and-attributes): Use them.
14285 (tramp-method-out-of-band-p): Additional parameter SIZE.
14286 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
14287 (tramp-handle-write-region): Use it.
14288 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
14289 (tramp-handle-vc-registered): Check, whether the first run did
14290 return files to be tested.
14291 (tramp-advice-make-auto-save-file-name): Do not call directly
14292 `tramp-handle-make-auto-save-file-name', because this would bypass
14293 the locking mechanism.
14294
14295 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
14296 (file-remote-p, process-file, start-file-process, set-file-times)
14297 (tramp-compat-file-attributes): Compatibility functions shall not
14298 call directly `tramp-handle-*', because this would bypass the
14299 locking mechanism.
14300 (tramp-compat-number-sequence): New defun.
14301
14302 2009-09-02 Glenn Morris <rgm@gnu.org>
14303
14304 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
14305 alias for float-time.
14306 (time-to-number-of-days): In Emacs, use float-time.
14307 * net/newst-backend.el (time-add): Suppress warnings from compat
14308 function.
14309 * time.el (emacs-uptime, emacs-init-time):
14310 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
14311 Use float-time rather than time-to-seconds.
14312
14313 * minibuffer.el (completion-initials-expand): Fix typo.
14314
14315 * faces.el (modeline, modeline-inactive, modeline-highlight)
14316 (modeline-buffer-id):
14317 * info.el (info-menu-5): Mark these face aliases as obsolete.
14318
14319 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
14320
14321 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
14322 space ...
14323 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
14324 no "--thread" option.
14325 (gdb-stopped): Don't print "Switched to thread" message when it is
14326 unchanged.
14327
14328 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14329
14330 * minibuffer.el (completion-try-completion)
14331 (completion-all-completions): Remove ill-defined (and
14332 mistakenly installed and luckily never used nor documented)
14333 `completion-styles' property.
14334 (completion-initials-expand, completion-initials-all-completions)
14335 (completion-initials-try-completion): New functions.
14336 (completion-styles-alist): Add doc to each entry.
14337 Add new `initials' entry.
14338
14339 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
14340
14341 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
14342 MI command -var-evaluate-expression.
14343 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
14344 and tweak for case of string child.
14345 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
14346
14347 2009-09-01 Glenn Morris <rgm@gnu.org>
14348
14349 * add-log.el (change-log-date-face, change-log-name-face)
14350 (change-log-email-face, change-log-file-face, change-log-list-face)
14351 (change-log-conditionals-face, change-log-function-face)
14352 (change-log-acknowledgement-face):
14353 * cus-edit.el (custom-invalid-face, custom-rogue-face)
14354 (custom-modified-face, custom-set-face, custom-changed-face)
14355 (custom-saved-face, custom-button-face, custom-button-pressed-face)
14356 (custom-documentation-face, custom-state-face, custom-comment-face)
14357 (custom-comment-tag-face, custom-variable-tag-face)
14358 (custom-variable-button-face, custom-face-tag-face)
14359 (custom-group-tag-face-1, custom-group-tag-face):
14360 * diff-mode.el (diff-header-face, diff-file-header-face)
14361 (diff-index-face, diff-hunk-header-face, diff-removed-face)
14362 (diff-added-face, diff-changed-face, diff-function-face)
14363 (diff-context-face, diff-nonexistent-face):
14364 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14365 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
14366 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14367 (Info-title-4-face):
14368 * isearch.el (isearch-lazy-highlight-face):
14369 * log-view.el (log-view-file-face, log-view-message-face):
14370 * paren.el (show-paren-match-face, show-paren-mismatch-face):
14371 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14372 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14373 (cvs-msg-face):
14374 * smerge-mode.el (smerge-mine-face, smerge-other-face)
14375 (smerge-base-face, smerge-markers-face):
14376 * wid-edit.el (widget-documentation-face, widget-button-face)
14377 (widget-field-face, widget-single-line-field-face)
14378 (widget-inactive-face, widget-button-pressed-face):
14379 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
14380 (woman-addition-face):
14381 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
14382 (eshell-ls-executable-face, eshell-ls-readonly-face)
14383 (eshell-ls-unreadable-face, eshell-ls-special-face)
14384 (eshell-ls-missing-face, eshell-ls-archive-face)
14385 (eshell-ls-backup-face, eshell-ls-product-face)
14386 (eshell-ls-clutter-face):
14387 * eshell/em-prompt.el (eshell-prompt-face):
14388 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
14389 * obsolete/old-whitespace.el (whitespace-highlight-face):
14390 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
14391 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
14392 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
14393 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
14394 (antlr-font-lock-literal-face):
14395 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14396 (ebrowse-root-class-face, ebrowse-file-name-face)
14397 (ebrowse-default-face, ebrowse-member-attribute-face)
14398 (ebrowse-member-class-face, ebrowse-progress-face):
14399 * progmodes/make-mode.el (makefile-space-face):
14400 * progmodes/sh-script.el (sh-heredoc-face):
14401 * textmodes/flyspell.el (flyspell-incorrect-face)
14402 (flyspell-duplicate-face):
14403 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
14404 * textmodes/texinfo.el (texinfo-heading-face):
14405 Mark face aliases with "-face" suffix as obsolete.
14406
14407 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
14408 compiler.
14409
14410 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
14411 (eudc-bob-sound-menu): Use defvar rather than defconst, since
14412 easy-menu-define wants to modify these.
14413
14414 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
14415
14416 * net/browse-url.el (browse-url-file-url):
14417 * term/internal.el (dos-codepage-setup):
14418 Use default-value rather than default-enable-multibyte-characters.
14419
14420 * progmodes/etags.el (etags-goto-tag-location):
14421 * progmodes/flymake.el (flymake-highlight-line)
14422 (flymake-goto-file-and-line, flymake-goto-line):
14423 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
14424 (gdb-goto-breakpoint):
14425 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14426 * progmodes/python.el (python-find-function)
14427 (python-pdbtrack-track-stack-file):
14428 * progmodes/verilog-mode.el (verilog-surelint-off):
14429 * term/ns-win.el (ns-open-file-select-line):
14430 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14431 Use forward-line rather than goto-line.
14432
14433 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14434 * textmodes/reftex-index.el (reftex-display-index):
14435 * textmodes/reftex-ref.el (reftex-offer-label-menu):
14436 * textmodes/reftex-toc.el (reftex-toc):
14437 Remove unnecessary bindings of default-major-mode (all are followed by
14438 major-mode check and possible mode switch).
14439
14440 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
14441
14442 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14443 Handle watchpoints (bug#4282).
14444 (def-gdb-thread-buffer-command): Enable thread to be selected by
14445 clicking without selecting threads buffer first.
14446 (gdb-current-context-command): Use selected frame so that "up",
14447 "down" etc work in the GUD buffer.
14448 (gdb-update): Find selected frame before rendering stack buffer.
14449 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14450
14451 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
14452
14453 * progmodes/sym-comp.el (displayed-completions): Remove.
14454 (symbol-complete): Use minibuffer-complete.
14455
14456 2009-08-31 Glenn Morris <rgm@gnu.org>
14457
14458 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14459
14460 * apropos.el (apropos-symbols-internal):
14461 Handle (obsolete) face aliases.
14462
14463 * faces.el (describe-face): Adjust the output format to be more like
14464 describe-variable, and to mention (obsolete) face aliases.
14465 Adjust the whitespace so that help-setup-xref works.
14466
14467 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14468 * calendar/diary-lib.el (diary-button-face):
14469 Mark these face aliases as obsolete.
14470
14471 * calendar/calendar.el (calendar-today): Doc fix.
14472
14473 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
14474
14475 * progmodes/gdb-mi.el (gdb-control-all-threads)
14476 (gdb-control-current-thread): Force tool bar update.
14477 (gdb-non-stop-handler): New function.
14478 (gdb-init-1): Use it to test if non-stop mode is supported.
14479 Remove unused gdbmi buffer type.
14480
14481 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
14482
14483 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
14484 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
14485
14486 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
14487
14488 * comint.el (comint-exec-1): Check command is non-null first.
14489 Part of gdb-mi.el change (2009-08-28).
14490
14491 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14492
14493 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14494
14495 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
14496
14497 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
14498 instead of `dolist' to avoid a recursive require when bootstrapping.
14499
14500 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14501
14502 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
14503
14504 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14505
14506 * net/imap.el (imap-send-command): Simplify.
14507 (imap-wait-for-tag): point-max -> buffer-size.
14508
14509 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14510
14511 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14512 with constant argument.
14513
14514 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14515
14516 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14517
14518 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14519 Change default, since most of our files don't have a history.
14520 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14521 the user.
14522
14523 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14524 Add comint-run.
14525
14526 * calc/calc.el: Improve commenting convention.
14527 (calc-digit-map, toplevel): Simplify.
14528
14529 * comint.el (comint-insert-input): Be careful to only set point if we
14530 don't delegate to some other command.
14531
14532 * proced.el (proced-signal-list): Make it an alist.
14533 (proced-grammar-alist): Capitalize names.
14534 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14535 Disable undo manually and make it read-only.
14536 Use completion-annotate-function.
14537
14538 * minibuffer.el (minibuffer-message): If the current buffer is not
14539 a minibuffer, insert the message in the echo area rather than at the
14540 end of the buffer.
14541 (completion-annotate-function): New variable.
14542 (minibuffer-completion-help): Use it.
14543 (completion--embedded-envvar-table): Environment vars are
14544 always case-sensitive.
14545
14546 2009-08-30 Glenn Morris <rgm@gnu.org>
14547
14548 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
14549 from fortran-current-defun.
14550 (fortran-beginning-of-subprogram): Be more precise about finding the
14551 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
14552 (fortran-end-of-subprogram): Simplify.
14553 (fortran-current-defun): Use fortran-start-prog-re.
14554
14555 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
14556
14557 * subr.el (do-after-load-evaluation): Simplify.
14558
14559 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
14560
14561 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
14562
14563 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
14564 (vc-rcs-print-log): Use it.
14565
14566 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
14567
14568 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
14569
14570 * paths.el (abbrev-file-name): Move to abbrev.el.
14571 * abbrev.el (abbrev-file-name): Move from paths.el.
14572 Obey user-emacs-directory.
14573 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
14574 user-emacs-directory.
14575 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
14576 abbrev-file-name and calc-settings-file any more.
14577 * startup.el (command-line): Recompute abbrev-file-name and
14578 abbreviated-home-dir.
14579 (normal-no-mouse-startup-screen): Improve the generic code and get rid
14580 of the special code for when C-h bindings haven't been changed.
14581 (display-startup-echo-area-message): Use with-current-buffer.
14582 (command-line-1): Use a list of strings, rather than a list of lists
14583 of strings for longopts.
14584
14585 * files.el (get-free-disk-space): Use / for default-directory.
14586
14587 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14588 Use with-current-buffer.
14589
14590 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14591 Recognize immutable variables like most-positive-fixnum.
14592 (byte-compile-setq-default): Check and warn if trying to assign
14593 to an immutable variable, or a non-variable.
14594
14595 * progmodes/cc-vars.el (c-comment-continuation-stars):
14596 * progmodes/cc-engine.el (c-looking-at-bos):
14597 * progmodes/cc-cmds.el (c-toggle-auto-state)
14598 (c-forward-into-nomenclature, c-backward-into-nomenclature)
14599 (c-comment-line-break-function): Add version of obsolescence.
14600
14601 2009-08-28 Juri Linkov <juri@jurta.org>
14602
14603 * files.el (magic-fallback-mode-alist): Add ZIP magic number
14604 associated with `archive-mode'.
14605
14606 * image.el (image-type-header-regexps): Use only JPEG magic number
14607 to determine JPEG images, and don't use `image-jpeg-p' because
14608 Emacs can display non-JFIF non-Exif JPEG images.
14609
14610 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
14611
14612 * arc-mode.el (archive-mode):
14613 * emacs-lisp/re-builder.el (re-builder-unload-function):
14614 Protect against the default value of `major-mode' being nil.
14615
14616 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
14617
14618 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14619 Fix typos in docstrings.
14620
14621 * progmodes/js.el (js--macro-decl-re): Doc fix.
14622 (js--plain-method-re, js--split-name): Refloc docstring.
14623 (js--class-styles, js--make-merged-item, js--splice-into-items):
14624 Fix typos in docstrings; reflow docstrings.
14625 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14626 (js--variable-decl-matcher, js--inside-pitem-p)
14627 (js--parse-state-at-point, js--get-all-known-symbols)
14628 (js--symbol-history, js-find-symbol, js--js-references)
14629 (js--moz-interactor, js--js-encode-value, js--read-tab):
14630 Fix typos in docstrings.
14631
14632 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14633
14634 * textmodes/reftex.el (reftex-get-file-buffer-force):
14635 * progmodes/verilog-mode.el (verilog-batch-execute-func):
14636 * emulation/viper.el (viper-go-away, viper-set-hooks):
14637 * emacs-lisp/re-builder.el (re-builder-unload-function):
14638 * emacs-lisp/bytecomp.el (byte-compile-file):
14639 * ses.el (ses-unload-function):
14640 * hexl.el (hexl-find-file):
14641 * files.el (normal-mode):
14642 * ehelp.el (with-electric-help):
14643 * autoinsert.el (auto-insert-alist):
14644 * arc-mode.el (archive-mode):
14645 Use (default-value 'major-mode) instead of default-major-mode.
14646
14647 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14648 * international/mule.el (load-with-code-conversion):
14649 * emacs-lisp/debug.el (debug):
14650 * ediff-vers.el (ediff-rcs-get-output-buffer):
14651 * dired.el (dired-internal-noselect): Don't let-bind
14652 default-major-mode around code that doesn't use it.
14653 E.g. buffer creation via get-buffer-create doesn't use it.
14654
14655 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
14656
14657 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14658 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14659 when writing the temp file. Otherwise, epa-file gets confused.
14660 (tramp-register-file-name-handlers): Make it a defun. Move also
14661 `epa-file-handler' to the front of `file-name-handler-alist'.
14662
14663 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14664
14665 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14666 start right after a ^M.
14667 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14668 (tramp-completion-file-name-regexp-separate)
14669 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
14670 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14671 Don't modify last-coding-system-used by accident.
14672 (tramp-completion-file-name-handler): Apply the checks here,
14673 instead during registration.
14674 (tramp-register-file-name-handlers): Renamed from
14675 `tramp-register-file-name-handler'. Register both
14676 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
14677 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
14678
14679 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
14680
14681 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
14682 Remove variable ...
14683 (gdb-init-1, gdb-display-separate-io-buffer)
14684 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
14685 references to it.
14686 (gdb-inferior-io-mode): Use make-comint-in-buffer.
14687 (gdb-inferior-filter): Use comint-output-filter to stop
14688 echoing and remove ^M characters.
14689
14690 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14691
14692 * emulation/viper-init.el (viper-restore-cursor-type):
14693 * emulation/cua-base.el (cua--update-indications):
14694 Replace default-cursor-type with (default-value 'cursor-type).
14695
14696 * mail/sendmail.el (mail-recover-1):
14697 * international/mule-diag.el (describe-current-coding-system-briefly)
14698 (describe-current-coding-system):
14699 * international/mule-cmds.el (select-safe-coding-system)
14700 (select-message-coding-system)
14701 (set-language-environment-coding-systems, set-locale-environment):
14702 * hexl.el (hexl-insert-multibyte-char):
14703 * dos-w32.el (find-buffer-file-type-coding-system):
14704 * simple.el (what-cursor-position):
14705 Replace uses of default-buffer-file-coding-system
14706 with (default-value 'buffer-file-coding-system).
14707
14708 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
14709 Replace uses of default-cursor-in-non-selected-windows
14710 with (default-value 'cursor-in-non-selected-windows).
14711 Use with-current-buffer.
14712
14713 * mail/feedmail.el: Use CL macros.
14714 (feedmail-run-the-queue, feedmail-send-it-immediately):
14715 * dos-w32.el (find-buffer-file-type): Replace uses of
14716 default-buffer-file-type with (default-value 'buffer-file-type).
14717
14718 2009-08-28 Glenn Morris <rgm@gnu.org>
14719
14720 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
14721 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
14722 Use default-value of major-mode rather than default-major-mode.
14723
14724 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14725
14726 * Makefile.in (update-elcfiles): Report left over elc files.
14727
14728 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
14729 expand-file-name and with-current-buffer.
14730 (mail-get-names, mail-directory): Use with-current-buffer.
14731
14732 * vc.el (vc-read-revision): New function.
14733 (vc-version-diff, vc-merge): Use it.
14734
14735 2009-08-27 Sam Steingold <sds@gnu.org>
14736
14737 * simple.el (kill-do-not-save-duplicates): New user option.
14738 (kill-new): When it is non-nil, and the new string is the same as
14739 the latest kill, set replace to t to avoid duplicates in kill-ring.
14740
14741 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
14742
14743 * net/tramp.el (tramp-handle-process-file): Do not flush all
14744 caches when `process-file-side-effects' is set.
14745 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
14746 instead of `tramp-find-file-exists-command'.
14747 Unset `process-file-side-effects'.
14748
14749 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
14750
14751 * net/tramp.el (tramp-methods): New method "rsyncc".
14752 (top): Add completion function for "rsyncc".
14753 (tramp-message-show-message): New defvar.
14754 (tramp-message, tramp-error): Use it.
14755 (tramp-do-copy-or-rename-file-directly): Extend check for direct
14756 remote copying.
14757 (tramp-do-copy-or-rename-file-out-of-band): Handle new
14758 `tramp-methods' entry `copy-env' of "rsyncc".
14759 (tramp-vc-registered-read-file-names): New defconst.
14760 (tramp-vc-registered-file-names): New defvar.
14761 (tramp-handle-vc-registered): Implement optimization strategy.
14762 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
14763 (tramp-vc-file-name-handler): New defun.
14764 (tramp-get-ls-command, tramp-get-test-command)
14765 (tramp-get-file-exists-command, tramp-get-remote-ln)
14766 (tramp-get-remote-perl, tramp-get-remote-stat)
14767 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
14768
14769 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
14770 (tramp-cache-inhibit-cache): Extend doc string. It allows also
14771 timestamps.
14772 (tramp-get-file-property): Check for timestamps in
14773 `tramp-cache-inhibit-cache'.
14774 (tramp-set-file-property): Write timestamp.
14775
14776 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14777
14778 * language/japan-util.el (japanese-symbol-table): Add entries for
14779 cp932-2-byte.
14780
14781 * international/characters.el: Add category `j' to cp932-2-byte.
14782
14783 2009-08-27 Kenichi Handa <handa@m17n.org>
14784
14785 * international/fontset.el (build-default-fontset-data): New macro.
14786 (setup-default-fontset): Use build-default-fontset-data for CJK,
14787 tibetan, ethiopic, and ipa.
14788
14789 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14790
14791 * cus-start.el (default-major-mode): Customize `major-mode' instead.
14792 (enable-multibyte-characters): Not customizable any more.
14793
14794 * subr.el (default-mode-line-format, default-header-line-format)
14795 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
14796 (default-direction-reversed, default-truncate-lines)
14797 (default-left-margin, default-tab-width, default-case-fold-search)
14798 (default-left-margin-width, default-right-margin-width)
14799 (default-left-fringe-width, default-right-fringe-width)
14800 (default-fringes-outside-margins, default-scroll-bar-width)
14801 (default-vertical-scroll-bar, default-indicate-empty-lines)
14802 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
14803 (default-fringe-cursor-alist, default-scroll-up-aggressively)
14804 (default-scroll-down-aggressively, default-fill-column)
14805 (default-cursor-type, default-buffer-file-type)
14806 (default-cursor-in-non-selected-windows)
14807 (default-buffer-file-coding-system, default-major-mode)
14808 (default-enable-multibyte-characters): Mark as obsolete.
14809
14810 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
14811
14812 * vc-dir.el (vc-dir-update): Remove debug helper.
14813
14814 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
14815
14816 2009-08-26 Sam Steingold <sds@gnu.org>
14817
14818 * simple.el (save-interprogram-paste-before-kill): New user option.
14819 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
14820 save the interprogram-paste into kill-ring before overriding it
14821 with the Emacs kill.
14822
14823 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14824
14825 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
14826 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
14827 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
14828 and move to vc-rcs.el.
14829 (vc-default-next-revision): Rename to vc-rcs-next-revision and
14830 move to vc-rcs.el.
14831 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
14832 (vc-rcs-update-changelog): Remove.
14833 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
14834 and move to vc-rcs.el.
14835
14836 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
14837 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
14838 renaming.
14839 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
14840 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
14841 vc.el, renamed to be RCS specific.
14842
14843 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
14844 New functions.
14845 (vc-cvs-update-changelog): Move here from vc.el.
14846
14847 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
14848 New functions.
14849
14850 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14851
14852 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
14853
14854 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14855
14856 * vc-git.el (vc-git-register): Use "git add" for directories.
14857 (vc-git-stash, vc-git-stash-show): New functions.
14858 (vc-git-extra-menu-map): Bind them.
14859
14860 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
14861 directory correctly in case the item is a directory itself.
14862
14863 * vc.el: Document the desired behavior for reverted files in the
14864 `added' state.
14865 (vc-default-prettify-state-info): Remove function, unused.
14866
14867 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
14868
14869 2009-08-26 Glenn Morris <rgm@gnu.org>
14870
14871 * bindings.el (standard-mode-line-format): Reposition dashes in
14872 which-func entry. (Bug#4217)
14873
14874 * files.el (enable-local-variables, enable-local-eval)
14875 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
14876 the defcustoms.
14877 (auto-mode-alist, ignored-local-variables)
14878 (save-some-buffers-action-alist): Move risky declarations to the
14879 definitions.
14880 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
14881 (font-lock-defaults, format-alist, imenu--index-alist)
14882 (imenu-generic-expression, input-method-alist, minor-mode-alist)
14883 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
14884 (mode-line-modified, mode-line-mule-info, mode-line-position)
14885 (mode-line-process, mode-line-remote, outline-level)
14886 (parse-time-rules, rmail-output-file-alist)
14887 (special-display-buffer-names, vc-mode):
14888 Move risky declarations to the relevant files.
14889 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
14890 (mode-line-modified, mode-line-process, mode-line-position)
14891 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
14892 * font-core.el (font-lock-defaults):
14893 * format.el (format-alist):
14894 * vc-hooks.el (vc-mode):
14895 * window.el (special-display-buffer-names):
14896 * international/mule-cmds.el (input-method-alist):
14897 Define riskiness here (dumped file) rather than in files.el.
14898 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
14899 * imenu.el (imenu-generic-expression, imenu--index-alist):
14900 * outline.el (outline-level):
14901 * time.el (display-time-string):
14902 * calendar/parse-time.el (parse-time-rules):
14903 * mail/rmailout.el (rmail-output-file-alist):
14904 Autoload riskiness here, rather than placing in files.el.
14905
14906 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
14907
14908 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
14909
14910 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
14911
14912 * simple.el (process-file-side-effects): New defvar.
14913
14914 * dired-aux.el (dired-show-file-type):
14915 * vc.el (vc-diff-internal):
14916 * vc-arch.el (vc-arch-diff):
14917 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
14918 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
14919 * vc-git.el (vc-git-registered, vc-git-working-revision)
14920 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
14921 (vc-git--empty-db-p):
14922 * vc-hooks.el (vc-user-login-name):
14923 * vc-svn.el (vc-svn-registered, vc-svn-state)
14924 (vc-svn-dir-extra-headers, vc-svn-find-revision):
14925 * progmodes/grep.el (grep-probe): Let-bind
14926 `process-file-side-effects' with nil.
14927
14928 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
14929
14930 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
14931 daemon. Replace ping by checking for running service for bluez
14932 and zeroconf. (Bug#4239)
14933
14934 2009-08-25 Kevin Ryde <user42@zip.com.au>
14935
14936 * net/dig.el (dig): Add autoload cookie.
14937
14938 2009-08-25 Glenn Morris <rgm@gnu.org>
14939
14940 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
14941 load-history for absolute file-names.
14942 (byte-compile-file-form-require): Warn about use of the cl package.
14943
14944 * format.el (format-alist): Doc fix.
14945
14946 * play/bubbles.el (top-level): Don't require cl at run-time.
14947
14948 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
14949 run-time cl).
14950
14951 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
14952
14953 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
14954 from cl package.
14955 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
14956
14957 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
14958
14959 * calc/calc-alg.el (math-trig-rewrite)
14960 (math-hyperbolic-trig-rewrite): New functions.
14961 (calc-simplify): Simplify trig functions when asked.
14962
14963 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14964
14965 * diff-mode.el (diff-find-source-location): Avoid goto-line.
14966
14967 2009-08-24 Kenichi Handa <handa@m17n.org>
14968
14969 * language/ind-util.el (mapthread): Delete it.
14970 (combinatorial): New function.
14971 (indian--puthash-cv): Use combinatorial instead of mapthread.
14972
14973 2009-08-22 Kevin Ryde <user42@zip.com.au>
14974
14975 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
14976 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
14977 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
14978 Clarify docstring that the value is strings not symbols.
14979 (checkdoc-list-of-strings-p): New function.
14980
14981 2009-08-22 Glenn Morris <rgm@gnu.org>
14982
14983 * files.el (auto-mode-alist):
14984 * hippie-exp.el (he-concat-directory-file-name):
14985 * lpr.el (lpr-windows-system, printer-name):
14986 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
14987 * ps-print.el (ps-windows-system):
14988 * startup.el (command-line):
14989 * emulation/viper-ex.el (viper-glob-function):
14990 * international/mule-cmds.el (set-language-environment-coding-systems):
14991 * net/ange-ftp.el (ange-ftp-write-region):
14992 * obsolete/fast-lock.el (fast-lock-cache-name):
14993 Remove code for defunct system-types emx, macos, mswindows, next-mach,
14994 unisoft-unix, vax-vms, win32, w32.
14995
14996 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
14997 given name if the pattern is not more specific.
14998
14999 * calendar/lunar.el (lunar-phase-names): New option.
15000 (lunar-phase): Doc fix.
15001 (lunar-cycles-per-year): New constant.
15002 (lunar-index): New function.
15003 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
15004 (lunar-phase-name): Use lunar-phase-names.
15005 (calendar-lunar-phases): Use format.
15006 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
15007
15008 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
15009 Copy imenu-example--name-and-position function here for own use.
15010 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
15011
15012 * bs.el (bs--redisplay):
15013 * cus-edit.el (custom-redraw):
15014 * ibuffer.el (ibuffer-bury-buffer):
15015 * server.el (server-goto-line-column):
15016 * startup.el (command-line-1):
15017 * strokes.el (strokes-xpm-for-stroke):
15018 * term.el (term-display-buffer-line):
15019 * view.el (View-goto-line):
15020 * calc/calc.el (calc-do, calc-trail-buffer):
15021 * play/gamegrid.el (gamegrid-add-score-insecure):
15022 * progmodes/ada-mode.el (ada-compile-goto-error):
15023 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
15024 (ebrowse-select-1st-to-9nth):
15025 * progmodes/cperl-mode.el (cperl-time-fontification):
15026 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
15027 * progmodes/gud.el (gud-display-line):
15028 (idlwave-shell-display-line):
15029 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
15030 * progmodes/make-mode.el (makefile-browser-toggle):
15031 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
15032 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
15033 * textmodes/picture.el (picture-draw-rectangle):
15034 * textmodes/reftex-index.el (reftex-index-goto-letter):
15035 (reftex-select-jump-to-previous):
15036 * textmodes/reftex-sel.el (reftex-find-start-point)
15037 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
15038 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
15039 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
15040 * textmodes/tex-mode.el (tex-compilation-parse-errors):
15041 * textmodes/two-column.el (2C-associated-buffer):
15042 Use forward-line rather than goto-line.
15043
15044 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
15045 goto-line.
15046
15047 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
15048 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
15049 (quick-check-list-to-regexp): Declare.
15050
15051 * progmodes/make-mode.el (makefile-browser-insert-selection):
15052 Use goto-char rather than goto-line.
15053
15054 * progmodes/prolog.el (compilation-error-regexp-alist)
15055 (compilation-forget-errors): Declare.
15056
15057 2009-08-22 Juri Linkov <juri@jurta.org>
15058
15059 * progmodes/grep.el (lgrep, rgrep): At the beginning
15060 set `dir' to `default-directory' unless `dir' is a non-nil
15061 readable directory. (Bug#4052)
15062 (lgrep, rgrep): Change a weird way to report an error
15063 from using `read-string' to using `error'.
15064 Instead of using interactive arguments in the function body,
15065 add new argument `confirm'.
15066
15067 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
15068
15069 * textmodes/remember.el (remember-buffer):
15070 * progmodes/cperl-mode.el (cperl-vc-header-alist):
15071 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
15072 (icalendar-extract-ical-from-buffer):
15073 * net/newst-treeview.el (newsticker-groups-filename):
15074 * net/newst-backend.el (newsticker-cache-filename):
15075 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
15076 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
15077 (speedbar-add-ignored-path-regexp, speedbar-line-path)
15078 (speedbar-buffers-line-path, speedbar-path-line)
15079 (speedbar-buffers-line-path):
15080 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
15081 (epg-sign-keys):
15082 * epa.el (epa-display-verify-result):
15083 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
15084
15085 2009-08-21 Glenn Morris <rgm@gnu.org>
15086
15087 * progmodes/js.el (inferior-moz-process): Fix declaration.
15088
15089 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
15090
15091 * obsolete/rnewspost.el (news-mail-reply):
15092 Use goto-char rather than goto-line.
15093
15094 * term/ns-win.el (ns-open-file-select-line):
15095 Use line-beginning-position rather than goto-line.
15096
15097 * apropos.el (apropos-command):
15098 * ehelp.el (electric-helpify):
15099 * printing.el (pr-show-setup):
15100 * strokes.el (strokes-help):
15101 * tutorial.el (tutorial--describe-nonstandard-key)
15102 (tutorial--detailed-help):
15103 * woman.el (woman-mini-help, woman-display-extended-fonts):
15104 * calc/calc-help.el (calc-describe-key):
15105 * emulation/edt.el (edt-electric-helpify):
15106 * international/mule-diag.el (mule-diag):
15107 * play/yow.el (apropos-zippy):
15108 * progmodes/python.el (python-describe-symbol):
15109 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
15110 * textmodes/table.el (*table--cell-describe-mode)
15111 (*table--cell-describe-bindings):
15112 Use help-print-return-message rather than the now obsolete alias.
15113
15114 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
15115 (calendar-cursor-to-visible-date):
15116 * play/5x5.el (5x5-position-cursor):
15117 * play/decipher.el (decipher):
15118 * play/gomoku.el (gomoku-goto-xy):
15119 * play/landmark.el (lm-goto-xy):
15120 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
15121 (mpuz-paint-digit):
15122 Use forward-line, not goto-line.
15123
15124 * mail/rmail.el (rmail-obsolete): Delete custom group.
15125 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
15126 (rmail-remote-password, rmail-remote-password-required):
15127 Remove unneeded :set-after and :set properties.
15128
15129 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
15130
15131 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
15132
15133 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
15134
15135 * loadup.el: Remove leftover macos code.
15136
15137 * vc-git.el (vc-git-annotate-command): Run asynchronously.
15138 Explicitly pass the date format to git blame so that user local
15139 so that the output format can be parsed.
15140
15141 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
15142
15143 * net/dbus.el (top): Don't check for (getenv
15144 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
15145
15146 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
15147
15148 * log-edit.el (log-edit-strip-single-file-name): New var.
15149 (log-edit-insert-changelog): Use it. Bug#3571
15150
15151 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15152
15153 * subr.el (read-passwd): Use read-key so keypad keys work as well.
15154 Bug#3287
15155
15156 * help.el (help-print-return-message): Rename from
15157 print-help-return-message.
15158
15159 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
15160 cvs-mode-map parent hack.
15161 (log-view-mode): Derive from special-mode.
15162
15163 * linum.el (linum-mode): window-size-change-functions is redundant.
15164 Adapt to new window-configuration-change-hook behavior.
15165 (linum-after-size, linum-after-config): Remove.
15166
15167 * imenu.el (imenu-example--name-and-position)
15168 (imenu-example--lisp-extract-index-name)
15169 (imenu-example--create-lisp-index, imenu-example--create-c-index):
15170 Mark as obsolete.
15171
15172 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
15173 (inferior-prolog-mode): Use it.
15174 (inferior-prolog-load-file): Reset list of errors.
15175
15176 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15177
15178 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
15179
15180 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
15181
15182 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
15183
15184 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
15185 is running already.
15186
15187 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15188
15189 * subr.el (listify-key-sequence-1): Use normal syntax since those
15190 integers are nowadays always represented by the same (positive) number
15191 on all platforms.
15192 (read-key-empty-map): New const.
15193 (read-key-delay): New var.
15194 (read-key): New function.
15195 (force-mode-line-update): Use with-current-buffer.
15196 (locate-user-emacs-file): Don't forget to abbreviate the file name.
15197 (start-process-shell-command, start-file-process-shell-command):
15198 Discourage the use of command-args.
15199
15200 2009-08-19 Glenn Morris <rgm@gnu.org>
15201
15202 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
15203
15204 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15205
15206 * simple.el (choose-completion-string): Don't rely on
15207 minibuffer-completing-file-name and ad-hoc checks to decide whether
15208 to continue completion or not.
15209
15210 * minibuffer.el (minibuffer-hide-completions): New function.
15211 (completion--do-completion): Use it.
15212 (completions-annotations): New face.
15213 (completion--insert-strings): Use it.
15214 (completion-pcm--delim-wild-regex): Add docstring.
15215 (completion-pcm--string->pattern): Add support for 0-width delimiters
15216 in completion-pcm--delim-wild-regex.
15217
15218 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
15219
15220 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
15221 Remove unused var `buffer-modified-p'.
15222
15223 * minibuffer.el (completion--do-completion): Move point for the #b001
15224 case as well (bug#4176).
15225 (minibuffer-complete, minibuffer-complete-word): Don't move point.
15226
15227 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
15228
15229 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
15230 and :session buses.
15231
15232 2009-08-18 Kenichi Handa <handa@m17n.org>
15233
15234 * international/ucs-normalize.el (ucs-normalize-version):
15235 Change to 1.1.
15236 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
15237 (utf-8-hfs): Make it perform normalization on encoding too.
15238
15239 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
15240 (sentence-end-without-space): Delete duplicated chars.
15241 (sentence-end-base): Likewise.
15242
15243 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
15244 (html-mode): Delete duplicated chars from sentence-end-base.
15245
15246 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
15247 (texinfo-mode): Delete duplicated chars from sentence-end-base.
15248
15249 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
15250
15251 * files.el (hack-one-local-variable): If the mode function is for
15252 a minor mode, pass it an argument (Bug#4148).
15253
15254 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
15255
15256 * net/tramp.el (tramp-register-completion-file-name-handler):
15257 Check also for (member 'partial-completion completion-styles).
15258
15259 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15260
15261 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
15262 abbrev (Bug#3943).
15263
15264 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
15265
15266 * progmodes/cperl-mode.el: Merge upstream 6.2.
15267 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
15268 (cperl-forward-re): Check cperl-brace-recursing.
15269 (cperl-highlight-charclass): New function.
15270 (cperl-find-pods-heres): Use it.
15271 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
15272 (cperl-beautify-regexp-piece): Fix column calculation.
15273 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
15274 (cperl-beautify-level): Don't process entire regexp.
15275 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
15276 calling man.
15277 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
15278 (cperl-init-faces): Build a list in the normal way.
15279
15280 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15281
15282 * calendar/parse-time.el (parse-time-string-chars): Save match
15283 data.
15284
15285 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
15286
15287 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
15288 (sql-product): Use it.
15289 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
15290 (sql-set-product): Add completion.
15291 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
15292 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
15293 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
15294 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
15295 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
15296 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
15297 (sql-highlight-db2-keywords): Remove.
15298 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
15299 (sql-highlight-product): Use derived-mode-p.
15300 (sql-set-sqli-buffer): Use with-current-buffer.
15301 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
15302 Simplify.
15303
15304 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
15305
15306 * term.el: Fix commenting convention, turn comments into docstrings.
15307
15308 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
15309
15310 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
15311
15312 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
15313
15314 * calendar/parse-time.el (parse-time-string-chars): Compute using
15315 character classes, to handle non-ascii characters (Bug#3190).
15316
15317 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15318
15319 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
15320 another heredoc if the user adds another < (Bug#3226).
15321
15322 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15323 Don't initialize based on window-system (Bug#4124).
15324
15325 * facemenu.el (facemenu-read-color): Use a completion function
15326 that accepts any defined color, such as RGB triplets (Bug#3677).
15327
15328 * files.el (get-free-disk-space): Change fallback default
15329 directory to /. Expand DIR argument before switching to fallback.
15330 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
15331
15332 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
15333
15334 * files.el (load-library): Doc fix.
15335
15336 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
15337
15338 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
15339 (viper-if-string): Redefine C-s in the minibuffer to insert the last
15340 incremental search string.
15341
15342 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
15343 XEmacs.
15344
15345 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
15346 (ediff-merge-region-is-non-clash)
15347 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
15348 Also check if the job is really a merge job.
15349
15350 * ediff.el (ediff-current-file): New function.
15351
15352 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
15353
15354 * progmodes/js.el: Edit docstrings throughout to follow Emacs
15355 conventions.
15356 (js-insert-and-indent): Delete function.
15357 (js-mode-map): Don't bind keys to js-insert-and-indent.
15358 (js-beginning-of-defun): Rename from js--beginning-of-defun.
15359 (js-end-of-defun): Rename from js--end-of-defun.
15360 (js-auto-indent-flag): Delete variable.
15361
15362 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
15363
15364 * progmodes/js.el: Remove proclaim statement.
15365 Defvar which-func-imenu-joiner-function to silence compiler.
15366
15367 * files.el (auto-mode-alist): Use js-mode for .js files.
15368
15369 * progmodes/js2-mode.el: Remove file.
15370
15371 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
15372
15373 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
15374
15375 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
15376
15377 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
15378 Karl Landstrom <karl.landstrom@brgeight.se>
15379
15380 * progmodes/js.el: New file.
15381
15382 2009-08-14 Mark A. Hershberger <mah@everybody.org>
15383
15384 * timezone.el (timezone-parse-date): Add ability to understand ISO
15385 basic format (minimal separators) dates in addition to the
15386 already-supported extended format dates.
15387
15388 2009-08-14 Eli Zaretskii <eliz@gnu.org>
15389
15390 * international/ucs-normalize.el: Add a `coding' file variable.
15391
15392 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
15393
15394 2009-08-14 Sam Steingold <sds@gnu.org>
15395
15396 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
15397
15398 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
15399
15400 * faces.el (help-argument-name): Define it here instead of
15401 help-fns.el, because in daemon mode help-fns.el may be loaded when
15402 faces are still uninitialized (Bug#1078).
15403
15404 * help-fns.el (help-argument-name): Move defface to faces.el.
15405
15406 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
15407
15408 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
15409 create buffer with a pty but no process so that GDB can make the
15410 inferior the controlling process.
15411
15412 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
15413
15414 * international/ucs-normalize.el: New file.
15415
15416 2009-08-13 Richard Stallman <rms@gnu.org>
15417
15418 * mail/rmail.el (rmail-get-attr-names):
15419 Accept an attribute header that is too short.
15420
15421 * mail/rmail.el (rmail-forget-messages):
15422 Ignore nil elt in rmail-message-vector. Use dotimes.
15423
15424 * progmodes/compile.el (compilation-goto-locus):
15425 Use next-error-move-function.
15426
15427 * simple.el (next-error-move-function): New variable.
15428
15429 2009-08-12 Juri Linkov <juri@jurta.org>
15430
15431 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15432 always non-nil. (Bug#4052)
15433
15434 * replace.el (read-regexp): Return empty string when
15435 `default-value' is nil.
15436 (keep-lines-read-args): Don't use empty string as the
15437 default value for `read-regexp'. (Bug#2495)
15438
15439 2009-08-12 Juri Linkov <juri@jurta.org>
15440
15441 * international/mule-cmds.el (ucs-insert): Change arguments
15442 from `arg' to `character', `count', `inherit' to be the same
15443 as in `insert-char'. Doc fix. (Bug#4039)
15444
15445 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15446
15447 2009-08-12 Juri Linkov <juri@jurta.org>
15448
15449 * files-x.el: New file.
15450
15451 * files.el: Move code that deals with adding/deleting
15452 file/directory-local variables to files-x.el.
15453
15454 * Makefile.in (ELCFILES): Add files-x.elc.
15455
15456 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
15457
15458 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15459 to use `goto-line'.
15460 (gdb-place-breakpoints, gdb-get-location): Rewritten without
15461 `goto-line'.
15462 (gdb-invalidate-disassembly): Do not refresh upon receiving
15463 'update signal. Instead, update all disassembly buffers only after
15464 threads list.
15465 (gdb): Send -target-detach when buffer is killed (Bug#3794).
15466 (gdb-starting): Moved -data-list-register-names...
15467 (gdb-stopped): ...here so it's sent when first thread stops.
15468 (gdb-registers-handler-custom): Do nothing if register names are
15469 unknown yet.
15470
15471 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15472 from `gdb-mi.el' to avoid extra tangling.
15473
15474 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
15475 change which breaks `gud-def' definitions used in `gdb'.
15476 (gdb-update-gud-running): No extra fuss for updating frame number.
15477
15478 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
15479
15480 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15481 (describe-language-environment-map, setup-language-environment-map)
15482 (set-coding-system-map): Move initialization into declaration.
15483 (set-language-info-alist): Last arg to define-key-after can be skipped.
15484
15485 * international/quail.el (quail-completion-1): Simplify.
15486 (quail-define-rules): Use slightly more compact code.
15487 (quail-insert-decode-map): Propertize keys, compact columns.
15488
15489 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15490 Add goto-line.
15491
15492 2009-08-10 Miles Bader <miles@gnu.org>
15493
15494 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15495 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
15496 (js2-instance-member, js2-private-member, js2-private-function-call)
15497 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
15498 (js2-magic-paren, js2-external-variable):
15499 Remove "-face" suffix from face names.
15500 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15501 (js2-highlight-undeclared-vars, js2-peek-token)
15502 (js2-parse-function-params, js2-mode-show-errors)
15503 (js2-mode-show-warnings, js2-make-magic-delimiter)
15504 (js2-mode-highlight-magic-parens): Update to use new face names.
15505
15506 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
15507
15508 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15509 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
15510
15511 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
15512
15513 * subr.el: Provide hashtable-print-readable.
15514
15515 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15516 hs-c-like-adjust-block-beginning.
15517 (hs-hide-block-at-point): Stop hiding at the beginning of
15518 hs-block-end-regexp (Bug#700).
15519
15520 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
15521
15522 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15523 a macro.
15524 (gdb-registers-handler-custom): Do not fail when register names
15525 are unavailable.
15526
15527 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15528
15529 * progmodes/gdb-mi.el (gdb-control-all-threads)
15530 (gdb-control-current-thread): Interactive setters for
15531 `gdb-gud-control-all-threads' to use in menu.
15532 (gdb-show-run-p): Show «Go» when process is not active.
15533 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
15534 gud/thread.xpm and gud/all.xpm.
15535
15536 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
15537
15538 * net/net-utils.el (net-utils-font-lock-keywords): New var.
15539 (nslookup-font-lock-keywords): Make it a variable.
15540 (net-utils-mode): New mode for viewing diagnostic network output.
15541 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15542 (net-utils-run-simple): New function.
15543 (ifconfig, iwconfig, netstat, arp, route): Use it.
15544
15545 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15546
15547 * progmodes/gdb-mi.el (gdb-read-memory-custom)
15548 (gdb-memory-set-address, def-gdb-set-positive-number)
15549 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
15550 after changing settings.
15551 (gdb-invalidate-disassembly): Update when first shown.
15552 (gdb-edit-locals-value): Fixed.
15553 (gdb-registers-handler-custom): Print registers in right order and
15554 allow changing register values (only for current thread yet).
15555 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
15556 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
15557 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
15558 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
15559 info in mode name.
15560 (gdb-registers-mode-map): TAB to switch to locals.
15561
15562 2009-08-08 Eli Zaretskii <eliz@gnu.org>
15563
15564 * mail/rmail.el (rmail-add-mbox-headers)
15565 (rmail-set-message-counters-counter): Search for
15566 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
15567
15568 2009-08-08 Glenn Morris <rgm@gnu.org>
15569
15570 * Makefile.in (ELCFILES): Update.
15571
15572 2009-08-07 Eli Zaretskii <eliz@gnu.org>
15573
15574 * mail/sendmail.el (mail-yank-original): Set
15575 buffer-file-coding-system from the one used by the message whose
15576 text is yanked.
15577
15578 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15579 to "windows" when "pgnuplot" is used.
15580 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15581 call accept-process-output if "pgnuplot" is used.
15582 (calc-graph-init): Don't send -display and -geometry to
15583 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
15584 running "pgnuplot -V" with shell-command-to-string.
15585
15586 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15587 the default.
15588
15589 2009-08-07 Eli Zaretskii <eliz@gnu.org>
15590
15591 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
15592 org/org-latex.elc.
15593
15594 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
15595
15596 * vc-dispatcher.el (vc-resynch-window): Update comment.
15597
15598 * term.el (term-handle-ansi-escape): Add comments with the
15599 terminfo capabilities implemented.
15600
15601 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
15602
15603 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15604 (gdb-var-create-handler): Rewritten using JSON parser.
15605 (gdb-propertize-header): Moved earlier.
15606 (gdb-set-header): Removed to avoid duplication.
15607 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15608 Refresh disassembly buffers only after threads list have been
15609 update.
15610 (gdb-threads-header, gdb-registers-header): Per-buffer header line
15611 variables.
15612
15613 2009-08-04 Juri Linkov <juri@jurta.org>
15614
15615 * files.el: Commands to add/delete file/directory-local variables.
15616 (read-file-local-variable, read-file-local-variable-value)
15617 (read-file-local-variable-mode, modify-file-local-variable)
15618 (modify-file-local-variable-prop-line)
15619 (modify-dir-local-variable): New functions.
15620 (add-file-local-variable, delete-file-local-variable)
15621 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15622 (add-dir-local-variable, delete-dir-local-variable)
15623 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15624 (copy-dir-locals-to-file-locals-prop-line): New commands.
15625
15626 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
15627
15628 * abbrev.el (insert-abbrev-table-description): Prettify output.
15629 Suggested by Karl Chen.
15630
15631 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
15632
15633 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
15634 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
15635 (gdb-overlay-arrow-position, gdb-thread-position)
15636 (gdb-disassembly-position): Declare variables.
15637 (gdb-wait-for-pending): Function now.
15638 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15639 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15640 compilation goes smoothly.
15641 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15642 (gdb-non-stop-setting): New customization setting which replaces
15643 `gdb-non-stop' so changing it doesn't break active GDB session.
15644 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15645 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15646 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15647 (gdb-show-threads-by-default): New customization options.
15648 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15649 routines.
15650 (gdb-get-buffer-create): Send buffers update signal when they are
15651 created.
15652 (gdb-invalidate-locals, gdb-invalidate-registers)
15653 (gdb-invalidate-breakpoints)
15654 (gdb-invalidate-threads, gdb-invalidate-disassembly)
15655 (gdb-invalidate-memory): Accept update signal.
15656 (gdb-current-context-command): Use --frame option.
15657 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15658 Implement `gdb-frame-number' selection logic.
15659 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15660 whether to show GUD toolbar buttons.
15661 (gdb-thread-exited): Unselect current thread when it exits.
15662 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15663 (gdb-mark-line): Routine which sets overlay arrow or inverses
15664 video on fringeless displays.
15665 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15666 to build aligned columns of data in GDB buffers and set text
15667 properties line-by-line.
15668 (gdb-invalidate-breakpoints)
15669 (gdb-breakpoints-list-handler-custom)
15670 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15671 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15672 (gdb-registers-handler-custom): Align data columns.
15673 (gdb-locals-handler-custom): Now prints data like in variable
15674 declarations.
15675 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15676 Removed confusing buttons.
15677 (gdb-invalidate-threads): Append --frame.
15678 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15679 between breakpoints/threads buffers.
15680 (gdb-set-window-buffer): Now can ignore dedicated windows.
15681 (gdb-propertize-header): Use `gdb-set-window-buffer'.
15682 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
15683 (def-gdb-thread-buffer-gud-command): Replaces
15684 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
15685 for fine thread control.
15686 (gdb-preempt-existing-or-display-buffer): New function used to
15687 display bound buffers without breaking window layout.
15688 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
15689 (gdb-select-frame): New version of `gdb-frames-select' which now
15690 sets `gdb-frame-number' so commands may use --frame option instead
15691 of inner debugger state.
15692 (gdb-frame-handler): Do not set `gdb-frame-number'.
15693 (gdb-threads-mode-map): Select threads with mouse.
15694
15695 * progmodes/gud.el (gdb-gud-context-call): Declare function to
15696 avoid compilation warning.
15697 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
15698 `gdb-show-stop-p`.
15699
15700 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
15701 Argument `key' renamed to `buffer-type'.
15702 (gdb-current-context-buffer-name): Do not add thread info to
15703 buffer name when no thread is selected.
15704 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
15705 command (bug 3794).
15706 (gdb-thread-selected): Handle `=thread-selected' notification.
15707 (gdb-wait-for-pending): New macro to deal with congestion problems.
15708 (gdb-breakpoints-list-handler-custom): Don't fail on pending
15709 breakpoints.
15710 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
15711 This fixes problem similar to one described in bug 3947.
15712 (gud-menu-map): More menu items.
15713 (gdb-init-1): Reset `gdb-thread-number' to nil.
15714
15715 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
15716 non-stop settings.
15717
15718 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
15719 (gdb-current-context-command): Do not append --thread if
15720 `gdb-thread-number' is nil.
15721 (gdb-running-threads-count, gdb-stopped-threads-count): New
15722 variables.
15723 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
15724 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
15725 customization options.
15726 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
15727 GUD commands.
15728 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
15729 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
15730 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
15731 set `gdb-thread-number' and update `gud-running' properly.
15732 (gdb-running): Update threads list when new threads appear.
15733 (gdb-stopped): Support non-stop operation and new thread switching
15734 logic.
15735 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
15736 (gdb-json-partial-output): New set of JSON routines.
15737 (def-gdb-auto-update-trigger): New `signal-list' optional
15738 argument.
15739 (gdb-thread-list-handler-custom): Update `gud-running',
15740 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
15741 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
15742 (gdb-continue-thread, gdb-step-thread): New commands for fine
15743 thread execution control.
15744 (gud-menu-map): New menu items to switch non-stop options.
15745 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
15746 (gdb-send): Mimic RET properly (bug 3794).
15747
15748 * progmodes/gdb-mi.el (gdb-rules-name-maker)
15749 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
15750 gdb-buffer-rules.
15751 (def-gdb-auto-update-handler): New nopreserve optional argument.
15752 (gdb-stack-list-frames-custom): Print stack from top to bottom.
15753
15754 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
15755 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
15756 (gdb-parent-mode): New mode to derive other GDB modes from.
15757 (gdb-display-disassembly-for-thread)
15758 (gdb-frame-disassembly-for-thread): New commands for threads
15759 buffer.
15760
15761 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
15762 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
15763 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
15764 (gdb-update): We now store all GDB buffers in a list so that they
15765 can be updated by traversing a list instead of calling invalidate
15766 triggers explicitly.
15767 (def-gdb-trigger-and-handler): New macro to define trigger-handler
15768 pair for GDB buffer.
15769 (gdb-stack-buffer-name): Add thread information.
15770 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
15771 handle pending triggers.
15772 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
15773 (def-gdb-thread-buffer-simple-command)
15774 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
15775 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
15776 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
15777 New commands which show buffers bound to thread.
15778 (gdb-stack-list-locals-regexp): Removed unused regexp.
15779
15780 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
15781 (gdb-locals-buffer-name, gdb-registers-buffer-name)
15782 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
15783 to (gud-comint-buffer) in *-buffer-name functions
15784 because (gdb-get-target-string) already does that.
15785 (gdb-locals-handler-custom, gdb-registers-handler-custom)
15786 (gdb-changed-registers-handler): Rewritten without regexps.
15787
15788 * progmodes/gdb-mi.el: Basic thread selection support.
15789 (gdb-thread-number): New variable.
15790 (gdb-current-context-command): New macro which adds --thread
15791 option to command.
15792 (gdb-threads-mode-map): Select thread with SPC.
15793 (gdb-thread-list-handler-custom): Mark current thread with overlay
15794 arrow. Synchronize GDB thread and Emacs thread.
15795 (gdb-select-thread): New command which selects current thread.
15796 (gdb-invalidate-frames, gdb-invalidate-locals)
15797 (gdb-invalidate-registers): Use --thread option.
15798
15799 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
15800
15801 * net/tramp.el (top): Make check for tramp-gvfs loading more
15802 robust. (Bug#3977)
15803 (tramp-handle-insert-file-contents): `unwind-protect' must be
15804 inside `with-parsed-tramp-file-name'.
15805
15806 * net/tramp-gvfs.el (top): Remove superfluous message when loading
15807 fails.
15808
15809 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
15810
15811 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
15812 directory if CLASSPATH is not set.
15813
15814 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
15815
15816 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
15817 New defconst.
15818 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
15819
15820 2009-08-02 Kevin Ryde <user42@zip.com.au>
15821
15822 * net/newst-backend.el (newsticker--raw-url-list-defaults):
15823 Update freshmeat link. Delete newsforge.com as it seems gone.
15824
15825 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
15826
15827 * select.el (x-set-selection): Doc fix (Bug#4021).
15828
15829 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
15830
15831 * help-fns.el (describe-variable): Treat list return values from
15832 dir-locals-find-file properly (Bug#4005).
15833
15834 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
15835
15836 * net/tramp.el (tramp-debug-message): Print also microseconds.
15837
15838 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
15839
15840 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
15841 or END is non-nil.
15842 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
15843 (tramp-get-debug-buffer): Change `outline-regexp' according to new
15844 format.
15845
15846 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
15847 (tramp-get-file-property): Use it.
15848
15849 * autorevert.el (auto-revert-handler): Allow
15850 `auto-revert-tail-mode' for remote files.
15851
15852 2009-08-02 Jason Rumney <jasonr@gnu.org>
15853
15854 * minibuffer.el (read-file-name): Treat confirm options to
15855 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
15856
15857 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
15858
15859 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
15860 (font-lock-variable-name-face, font-lock-constant-face): Darken
15861 the colors for light backgrounds.
15862
15863 2009-08-01 Eli Zaretskii <eliz@gnu.org>
15864
15865 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
15866 month names. (Bug#3987)
15867
15868 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
15869
15870 * simple.el (line-move-finish): Pass whole number to
15871 line-move-to-column.
15872 (line-move-visual): Perform hscroll to the recorded position.
15873
15874 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
15875
15876 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
15877
15878 2009-07-29 Alan Mackenzie <acm@muc.de>
15879
15880 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
15881
15882 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
15883
15884 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
15885 (gdb-place-breakpoints): Use full path when setting breakpoints.
15886
15887 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
15888
15889 * calc/calc.el (calc-mode-map): Add keybinding for
15890 `calc-transpose-lines'.
15891
15892 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
15893
15894 * calc/calc-misc.el (calc-transpose-lines): New function.
15895
15896 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
15897
15898 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
15899 Simplify check for out-of-band methods.
15900 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
15901 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
15902
15903 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
15904
15905 * vc-git.el (vc-git-checkin): Fix typo.
15906
15907 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
15908
15909 * progmodes/js2-mode.el: New file.
15910
15911 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
15912
15913 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
15914 (gud-menu-map): Adjust tooltip accordingly.
15915
15916 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15917
15918 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
15919 (vc-bzr-log-view-mode): Adjust log-view-file-re.
15920
15921 * add-log.el (change-log-mode-map): Add a menu.
15922
15923 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
15924
15925 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
15926 function returns nil.
15927 (dbus-handle-event): Handle special return value :ignore.
15928 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
15929
15930 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
15931
15932 * view.el (view-mode-enable): Don't define Helper-return-blurb if
15933 it's not needed.
15934
15935 2009-07-25 Eli Zaretskii <eliz@gnu.org>
15936
15937 Fix Bug#3888:
15938
15939 * w32-vars.el (x-select-enable-clipboard): Doc fix.
15940
15941 * term/pc-win.el (x-display-name, x-colors)
15942 (x-select-enable-clipboard, x-select-text): Doc fix.
15943
15944 * term/common-win.el (x-display-name, x-colors): Doc fix.
15945
15946 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
15947 (xw-defined-colors): Doc fix.
15948
15949 * w32-fns.el (x-select-text, x-setup-function-keys)
15950 (x-get-selection, x-set-selection): Doc fix.
15951
15952 * term/x-win.el (x-select-text, x-setup-function-keys)
15953 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
15954
15955 * select.el (x-set-selection): Doc fix.
15956
15957 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
15958
15959 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
15960 instead of "IsNSSSupportAvailable". Avahi ought to work also when
15961 "IsNSSSupportAvailable" method is not available. Reported by
15962 Steve Youngs <steve@sxemacs.org>.
15963
15964 2009-07-24 Kenichi Handa <handa@m17n.org>
15965
15966 * international/characters.el: Fix setting of category ?C, ?|, ?K,
15967 and ?H. Fix setting of case for Latin Extended and Greek Extended.
15968 (build-unicode-category-table): Fix range checks.
15969
15970 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
15971
15972 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
15973 the buffer we try to sync is current when calling
15974 vc-resynch-buffer.
15975
15976 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
15977 not show up to date files.
15978
15979 2009-07-24 Glenn Morris <rgm@gnu.org>
15980
15981 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
15982 Add autoload cookies. If necessary, initialize.
15983 (elint-log): Handle non-file buffers.
15984 (elint-initialize): Add optional argument to reinitialize.
15985 (elint-find-builtin-variables): Save excursion.
15986
15987 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
15988
15989 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15990 for Lint.
15991
15992 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15993
15994 * vc.el (vc-print-log-internal): New function, split out from ...
15995 (vc-print-log): ... here.
15996 (vc-dir-move-to-goal-column): Declare.
15997
15998 * vc-git.el (vc-git-add-signoff): New variable.
15999 (vc-git-checkin): Use it.
16000 (vc-git-toggle-signoff): New function.
16001 (vc-git-extra-menu-map): Bind it to menu.
16002 (vc-git--run-command-string): Accept a nil FILE argument.
16003 (vc-git-stash-list): New function.
16004 (vc-git-dir-extra-headers): Use it.
16005
16006 2009-07-23 Glenn Morris <rgm@gnu.org>
16007
16008 * help-fns.el (describe-variable): Describe ignored and risky local
16009 variables in a similar way to that in which we describe safe ones.
16010
16011 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
16012 (byte-compile-output-file-form, byte-compile-output-docform)
16013 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
16014 Give some more local variables with common names a "bytecomp-" prefix,
16015 so as not to shadow things during compilation.
16016 * emacs-lisp/cl-macs.el (load-time-value)
16017 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
16018 `outbuffer' to `bytecomp-outbuffer'.
16019
16020 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
16021 since the next two variables cover them automatically now.
16022 (elint-builtin-variables, elint-autoloaded-variables): New.
16023 (elint-unknown-builtin-args): Remove all members, since they can be
16024 parsed automatically now.
16025 (elint-extra-errors): New.
16026 (elint-env-add-env, elint-env-add-macro): Use cadr.
16027 (elint-current-buffer): Use or. Change final message.
16028 (elint-get-top-forms): Use line-end-position.
16029 (elint-init-env): Use cadr. Handle autoload, declare-function,
16030 and defalias.
16031 (elint-add-required-env): Doc fix. Use or. Standardize error.
16032 (regexp-assoc): Remove unused function.
16033 (elint-top-form): Set elint-current-pos, to record the start of the
16034 top-level form, for compilation-mode.
16035 (elint-form): Trap errors in macro expansion. Use dolist.
16036 (elint-unbound-variable): Use elint-builtin-variables and
16037 elint-autoloaded-variables.
16038 (elint-get-args): Use cadr, or.
16039 (elint-check-cond-form): Use dolist, cadr.
16040 (elint-check-condition-case-form): Doc fix. Use cadr.
16041 Use elint-extra-errors.
16042 (elint-log): New function.
16043 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
16044 Distinguish errors and warnings.
16045 (elint-log-message): Use with-current-buffer. Inhibit read-only.
16046 Use a bytecomp-style format.
16047 (elint-clear-log): Preserve default-directory. Inhibit read-only.
16048 (elint-get-log-buffer): Use compilation mode. Disable undo.
16049 Don't truncate lines.
16050 (elint-initialize): Set builtin and autoloaded variable lists.
16051 Only process elint-unknown-builtin-args if non-nil.
16052 (elint-find-builtin-variables, elint-find-autoloaded-variables):
16053 New functions.
16054 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
16055
16056 2009-07-22 Kevin Ryde <user42@zip.com.au>
16057
16058 * net/newst-backend.el (newsticker--parse-atom-1.0)
16059 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16060 (newsticker--parse-rss-1.0):
16061 * progmodes/idlwave.el (idlwave-mode):
16062 * progmodes/idlw-shell.el (idlwave-shell-mode):
16063 * progmodes/vera-mode.el (vera-mode):
16064 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
16065 * progmodes/vhdl-mode.el (vhdl-mode):
16066 * textmodes/table.el (table-generate-source)
16067 (table--warn-incompatibility):
16068 Hyperlink urls in docstrings with URL `...'.
16069
16070 2009-07-22 Glenn Morris <rgm@gnu.org>
16071
16072 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
16073 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
16074 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
16075 Remove leading * from defcustom docs.
16076
16077 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
16078
16079 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
16080 defcustom doc.
16081 (list-load-path-shadows): Optionally, just return shadows as a string.
16082
16083 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
16084
16085 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
16086
16087 * mail/rmailedit.el (rmail-edit-mode): Use
16088 auto-save-include-big-deletions.
16089
16090 * mail/rmail.el (rmail-variables): Use
16091 auto-save-include-big-deletions.
16092
16093 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
16094 changes.
16095
16096 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
16097
16098 * calc/calc.el (calc-undo-length): New variable.
16099 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
16100
16101 2009-07-21 Richard Stallman <rms@gnu.org>
16102
16103 * files.el (auto-save-mode): Handle buffer-save-size = -2
16104 for toggling mode.
16105
16106 2009-07-21 Glenn Morris <rgm@gnu.org>
16107
16108 * textmodes/ispell.el (ispell-looking-back): Update declaration.
16109
16110 * calendar/todo-mode.el (calendar-current-date): Update declaration.
16111
16112 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
16113 silence compiler. Instead...
16114 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
16115 (ps-print-ensure-fontified): Update for above function name changes.
16116
16117 * printing.el (pr-mh-get-msg-num, pr-mh-show)
16118 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
16119 silence compiler. Instead...
16120 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
16121 (mh-show-buffer): Only define for compiler.
16122 (pr-mh-current-message): Update for above function name changes.
16123
16124 * files.el (abort-if-file-too-large): Explicitly pass `filename'
16125 as an argument.
16126 (find-file-noselect, insert-file-1): Update for above change.
16127
16128 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
16129
16130 * mail/mailclient.el (mailclient-send-it): Fix message.
16131
16132 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
16133 (edebug-eval): Check cl-debug-env is bound.
16134 (print-level, print-circle): Don't redefine built-in variables.
16135
16136 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
16137 (custom-print-vectors): Remove old comments from doc.
16138
16139 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
16140 (emerge-version): Make the variable an obsolete alias for the
16141 emacs-version variable. Make the function obsolete.
16142 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
16143 Emerge options, rather than merging in into the main Options menu.
16144 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
16145 and auto advance modes. Disable edit/fast items when not relevant.
16146
16147 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
16148
16149 * term/vt420.el (terminal-init-vt420): Fix typo.
16150
16151 2009-07-20 Sam Steingold <sds@gnu.org>
16152
16153 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
16154 variable (removed from compile.el on 2004-03-11).
16155
16156 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
16157
16158 * files.el (hack-local-variables-filter): Fix last change.
16159
16160 2009-07-19 Juri Linkov <juri@jurta.org>
16161
16162 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
16163 (dir-local-variables-alist): New buffer-local variable.
16164 (hack-local-variables-filter): If variable is not dir-local,
16165 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
16166 because file-local overrides dir-local.
16167 (c-postprocess-file-styles) <declare-function>:
16168 Remove obsolete declaration.
16169 (hack-dir-local-variables): Add dir-local variable/value pair to
16170 `dir-local-variables-alist' and remove duplicates. Doc fix.
16171
16172 * help-fns.el (describe-variable): Add information about
16173 file-local and dir-local variables.
16174
16175 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
16176
16177 * files.el (hack-local-variables-filter): Rewrite.
16178
16179 2009-07-19 Glenn Morris <rgm@gnu.org>
16180
16181 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
16182 Silence compiler by only defining on XEmacs.
16183
16184 * international/mule.el (auto-coding-regexp-alist): Only match
16185 BABYL... at the start of buffer, not of lines. (Bug#3790)
16186
16187 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
16188 non-calendar buffers (Bug#3862). Restore "not on a date" message.
16189 (cal-menu-context-mouse-menu): Doc fix.
16190
16191 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
16192
16193 * simple.el (mail-user-agent): Doc fix. Set :version tag.
16194
16195 2009-07-18 Juri Linkov <juri@jurta.org>
16196
16197 * info.el: Virtual Info keyword finder.
16198 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
16199 (Info-finder-file): New variable.
16200 (Info-finder-find-file): New function.
16201 (finder-known-keywords, finder-package-info)
16202 (find-library-name, lm-commentary): Use defvar and
16203 declare-function to silence compiler warnings.
16204 (Info-finder-find-node): New function.
16205 (info-finder): New command.
16206
16207 * subr.el (process-kill-buffer-query-function): New function.
16208 (add-hook)<kill-buffer-query-functions>: Add hook
16209 `process-kill-buffer-query-function'.
16210
16211 2009-07-18 Alan Mackenzie <acm@muc.de>
16212
16213 * progmodes/cc-mode.el (c-before-hack-hook)
16214 (c-postprocess-file-styles): Give invocation of `c-set-style'
16215 DONT-OVERRIDE parameter of t. Already set style variables will
16216 thus not be overridden by style settings given by `c-file-syle'.
16217
16218 * files.el (hack-local-variables-filter): Remove entries with
16219 duplicate keys from `file-local-variables-alist'.
16220
16221 2009-07-18 Eli Zaretskii <eliz@gnu.org>
16222
16223 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
16224 x-set-selection if display-selections-p returns nil for the
16225 current frame.
16226
16227 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
16228
16229 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
16230
16231 2009-07-18 Eli Zaretskii <eliz@gnu.org>
16232
16233 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
16234 Accept nil in addition to a regexp.
16235 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
16236 Accept nil in addition to a regexp.
16237 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
16238 buffers that have an associated file. Handle nil values of
16239 desktop-buffers-not-to-save and desktop-files-not-to-save.
16240 (Bug#3833)
16241
16242 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16243 (x-disown-selection-internal): New functions.
16244
16245 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
16246
16247 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
16248 warning.
16249 (gdb-breakpoints-header): Move forward to avoid compiler warning.
16250 (gdb-make-header-line-mouse-map): Remove duplicate definition.
16251
16252 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
16253
16254 * simple.el (set-mark): Revert last change.
16255
16256 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
16257
16258 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
16259 rendering of pngs is not possible instead of messaging a long
16260 description.
16261
16262 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
16263
16264 * w32-fns.el (x-selection-owner-p): New function.
16265
16266 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
16267 (mouse-yank-at-click, mouse-yank-primary): If
16268 select-active-regions is non-nil, deactivate the mark before
16269 insertion.
16270
16271 * simple.el (deactivate-mark, set-mark): Only save selection if we
16272 own it.
16273
16274 2009-07-17 Kenichi Handa <handa@m17n.org>
16275
16276 * case-table.el (describe-buffer-case-table): Fix for the case
16277 that KEY is a cons.
16278
16279 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
16280
16281 * vc-rcs.el (vc-rcs-find-file-hook):
16282 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
16283
16284 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
16285
16286 * net/tramp.el (tramp-wait-for-output): Handle the case when
16287 commands do not return a newline but a null byte before the shell
16288 prompt. (Bug#3858)
16289
16290 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16291
16292 * term/ns-win.el (ns-set-alpha): Don't declare.
16293 (ns-set-background-alpha): Remove function.
16294
16295 2009-07-16 Kevin Ryde <user42@zip.com.au>
16296
16297 * emacs-lisp/copyright.el (copyright-update): Save match-data across
16298 y-or-n-p, for safety.
16299
16300 2009-07-16 Richard Stallman <rms@gnu.org>
16301
16302 * files.el (auto-save-mode): If buffer-saved-size is -2,
16303 don't clobber it.
16304
16305 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
16306 (rmail-retry-ignored-headers): Add more uninteresting fields.
16307
16308 2009-07-15 Jari Aalto <jari.aalto@cante.net>
16309
16310 * net/rcirc.el (rcirc): Use history variables.
16311 (rcirc-server-name-history, rcirc-nick-name-history)
16312 (rcirc-server-port-history): New variables.
16313
16314 2009-07-15 Kenichi Handa <handa@m17n.org>
16315
16316 * international/mule-cmds.el (set-language-environment-charset):
16317 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
16318 ignore them.
16319
16320 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
16321 Delete unibyte-display.
16322
16323 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
16324
16325 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
16326
16327 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
16328
16329 * simple.el (deactivate-mark): Optional argument FORCE.
16330 (set-mark): Use deactivate-mark.
16331
16332 * info.el (Info-search): No need to check transient-mark-mode
16333 before calling deactivate-mark.
16334
16335 * select.el (x-set-selection): Doc fix.
16336 (x-valid-simple-selection-p): Allow buffer values.
16337 (xselect--selection-bounds): Handle buffer values. Suggested by
16338 David De La Harpe Golden.
16339
16340 * mouse.el (mouse-set-region, mouse-drag-track): Call
16341 copy-region-as-kill before setting the mark, to let
16342 select-active-regions work.
16343
16344 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
16345
16346 * simple.el (deactivate-mark): If select-active-regions is
16347 non-nil, copy the selection data into a string.
16348 (activate-mark): If select-active-regions is non-nil, set the
16349 selection to the current buffer.
16350 (set-mark): Update selection if select-active-regions is non-nil.
16351
16352 * select.el (x-valid-simple-selection-p): Allow buffer values.
16353
16354 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
16355
16356 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
16357 and more featureful message-mode.
16358
16359 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
16360
16361 * select.el (x-set-selection): Doc fix.
16362 (x-valid-simple-selection-p): Disallow selection data consisting
16363 of a list or cons of integers, since that is not used.
16364 (xselect--selection-bounds, xselect--int-to-cons): New functions.
16365 (xselect-convert-to-string, xselect-convert-to-length)
16366 (xselect-convert-to-filename, xselect-convert-to-charpos)
16367 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
16368
16369 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
16370
16371 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
16372 output in -break-info command (Emacs bug #3794).
16373
16374 2009-07-14 Glenn Morris <rgm@gnu.org>
16375
16376 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
16377 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
16378 (edebug-print-length, edebug-print-level, edebug-print-circle)
16379 (edebug-sit-for-seconds, edebug-view-outside)
16380 (edebug-bounce-point, edebug-set-global-break-condition)
16381 (edebug-Go-nonstop-mode, edebug-trace-mode)
16382 (edebug-Trace-fast-mode, edebug-continue-mode)
16383 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
16384 (edebug-visit-eval-list): Doc fixes.
16385
16386 * subr.el (def-edebug-spec): Doc fix.
16387
16388 2009-07-14 Kenichi Handa <handa@m17n.org>
16389
16390 * international/characters.el: Fix setting of category ?C.
16391
16392 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
16393
16394 * term/ns-win.el (x-select-font): defalias x-select-font to
16395 ns-popup-font-panel instead of generate-fontset-menu.
16396
16397 2009-07-12 Eli Zaretskii <eliz@gnu.org>
16398
16399 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
16400
16401 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
16402
16403 * arc-mode.el (archive-find-type): Allow for a PK00 string before
16404 the PK\003\004 header (Bug#3770).
16405
16406 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
16407
16408 * pcomplete.el (pcomplete-comint-setup): Check for
16409 shell-dynamic-complete-filename too.
16410
16411 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
16412
16413 * simple.el (temporary-goal-column): Change the value for
16414 line-move-visual to a cons cell.
16415 (line-move-visual): Record or set the window hscroll, if
16416 necessary (Bug#3494).
16417 (line-move-1): Handle cons value of temporary-goal-column.
16418
16419 2009-07-11 Kenichi Handa <handa@m17n.org>
16420
16421 * international/mule-diag.el (describe-character-set): Don't show
16422 width.
16423
16424 2009-07-10 Sam Steingold <sds@gnu.org>
16425
16426 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16427 Omake sometimes indents the errors it prints, so allow all
16428 regexps to start with spaces.
16429
16430 2009-07-10 Eli Zaretskii <eliz@gnu.org>
16431
16432 * cus-edit.el (customize-changed-options-previous-release):
16433 Bump value to 22.1. (Bug#3804)
16434
16435 2009-07-08 Sam Steingold <sds@gnu.org>
16436
16437 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16438 to be a cons cell (test . ignored-directory) to selectively ignore
16439 some directories depending on the location of the search.
16440
16441 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
16442
16443 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16444 remote user is root, on the local host.
16445 (tramp-local-host-p): Either the local user or the remote user
16446 must be root. (Bug#3771)
16447
16448 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
16449
16450 * progmodes/gdb-mi.el (gdb): Remove description of
16451 gdb-use-separate-io-buffer.
16452 (menu): Don't allow toggling of or enable
16453 gdb-use-separate-io-buffer from menubar.
16454
16455 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
16456
16457 * mail/unrmail.el (unrmail): Make sure the message ends with two
16458 newlines (Bug#3769).
16459
16460 2009-07-08 Glenn Morris <rgm@gnu.org>
16461
16462 * calendar/calendar.el (calendar-current-date): Rework previous change.
16463
16464 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
16465
16466 * calendar/calendar.el (calendar-current-date):
16467 Add an optional argument giving an offset from today.
16468
16469 2009-07-08 Glenn Morris <rgm@gnu.org>
16470
16471 * tutorial.el (tutorial--describe-nonstandard-key):
16472 Adjust the message for when a key has been unbound.
16473 (help-with-tutorial): Hide the arch-tag.
16474
16475 2009-07-08 Kenichi Handa <handa@m17n.org>
16476
16477 * international/fontset.el (setup-default-fontset): For each
16478 script, append (not set) font-specs.
16479
16480 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16481 docstring.
16482
16483 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
16484
16485 * progmodes/gdb-mi.el (gdb-init-1): Move sending
16486 -data-list-register-names to ...
16487 (gdb-starting): ... here because GDB 7.0 requires execution to
16488 have started when using this MI command.
16489 (gdb-set-header): New function to distinguish select and
16490 unselected tabs in gdb buffers.
16491 (gdb-propertize-header): New macro that uses gdb-set-header.
16492 (gdb-breakpoints-header, gdb-locals-header): Use it.
16493 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
16494
16495 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
16496
16497 * Makefile.in (ELCFILES): Remove fadr.elc.
16498
16499 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
16500
16501 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
16502 may contain frame information, so `string-match' should be used.
16503 (gdb-update): Disassembly is invalidated through
16504 `gdb-get-selected-frame'.
16505 (gdb-pad-string): New function to pad string with spaces.
16506 (gdb-invalidate-disassembly): Invalidate only if the buffer
16507 exists.
16508 (gdb-disassembly-handler-custom): Column alignment.
16509 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16510 placing new ones.
16511 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16512 end of line, too.
16513 (gdb-frame-handler): Match convention to for disassembly buffer
16514 mode name.
16515 (gdb-stack-list-frames-handler): Rewritten without regexps.
16516 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16517 not highlight breakpoints without line information.
16518 (gdb-input): Add trailing newline to command.
16519
16520 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16521 buffer properly.
16522 (gdb-breakpoints-list-handler-custom): Replacement for
16523 `gdb-break-list-handler'. Using real parser instead of regexps
16524 now.
16525 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16526 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16527 to place breakpoints.
16528 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16529 functions.
16530 (gdb-disassembly-handler-custom): Show overlay arrow.
16531 (gdb-disassembly-place-breakpoints): Show breakpoints in
16532 disassembly buffer.
16533 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16534 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
16535 instead of parsing breakpoints buffer. Fixed old menu references
16536 in `gud-menu-map'.
16537
16538 * fadr.el: Remove.
16539
16540 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
16541 (gdb-memory-address): New variable which holds top address of
16542 memory page shown in memory buffer.
16543 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
16544 customization variables.
16545 New functions:
16546 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
16547 display the memory buffer.
16548 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
16549 buffer display parameters.
16550 (def-gdb-memory-format, gdb-memory-format-binary)
16551 (gdb-memory-format-octal, gdb-memory-format-unsigned)
16552 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16553 Functions for setting memory buffer format.
16554 (gdb-memory-unit-word, gdb-memory-unit-halfword)
16555 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
16556 unit size used in memory buffer.
16557 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
16558 to next/previous page of memory buffer.
16559 Now using (bindat-get-field) instead of fadr functions.
16560
16561 2009-07-07 Sam Steingold <sds@gnu.org>
16562
16563 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
16564 non-top-level files.
16565
16566 2009-07-07 Kenichi Handa <handa@m17n.org>
16567
16568 * international/mule-cmds.el (reset-language-environment): Put
16569 the highset priority to the charset iso-8859-1.
16570
16571 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
16572
16573 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
16574 to the end of the line when locating the block (Bug#700).
16575
16576 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
16577
16578 * net/tramp.el (tramp-handle-write-region): Flush file properties
16579 in case of short track.
16580
16581 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
16582
16583 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16584 Coded custom representation of verilog error regular expressions
16585 to work with Emacs-22's new format.
16586 (verilog-error-regexp-xemacs-alist): Coded custom representation
16587 of verilog error regular expressions to work with XEmacs format.
16588 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16589 error recognition into XEmacs.
16590 (verilog-error-regexp-add-emacs): Hook routine to install verilog
16591 error recognition into Emacs-22.
16592
16593 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
16594
16595 * woman.el: Remove stand-alone closing parentheses.
16596 (woman-file-name, woman2-format-paragraphs)
16597 (woman-leave-blank-lines): Code cleanup.
16598 (woman-use-own-frame): Change default to nil.
16599 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16600 defaults to inherit from default faces.
16601 (woman2-process-escapes): Consume the newline after a stand-alone
16602 filler character (Bug#3651).
16603
16604 2009-07-06 Glenn Morris <rgm@gnu.org>
16605
16606 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16607 (top-level): Move provide to the end.
16608 (ffap): Remove defunct URL from custom group.
16609
16610 * subr.el (eval-after-load): Doc fix.
16611
16612 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
16613
16614 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16615 `calc-embedded-word' is called twice.
16616
16617 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16618
16619 * files.el (find-alternate-file-other-window, find-alternate-file):
16620 Obey confirm-nonexistent-file-or-buffer.
16621
16622 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
16623
16624 * dired-aux.el (dired-show-file-type): Handle remote files.
16625
16626 2009-07-05 Jari Aalto <jari.aalto@cante.net>
16627
16628 * desktop.el (desktop-globals-to-save):
16629 Add file-name-history (Bug#2750).
16630
16631 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
16632
16633 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
16634
16635 2009-07-04 Johan Bockgård <bojohan@gnu.org>
16636
16637 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16638 property on entire argument since this is what eshell-lisp-command
16639 expects.
16640
16641 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
16642
16643 * net/tramp-gvfs.el (tramp-gvfs-methods)
16644 (tramp-gvfs-zeroconf-domain)
16645 (tramp-bluez-discover-devices-timeout): Add version flag.
16646 (tramp-gvfs-handler-mounted-unmounted)
16647 (tramp-gvfs-connection-mounted-p): Polish handling of
16648 incompatibilities between GVFS 0.2 and 1.0.
16649
16650 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
16651
16652 * cus-start.el (all): Add make-pointer-invisible.
16653
16654 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
16655
16656 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
16657 formatted correctly.
16658
16659 2009-07-02 Juri Linkov <juri@jurta.org>
16660
16661 * info.el: Virtual Info files and nodes.
16662 (Info-virtual-files, Info-virtual-nodes): New variables.
16663 (Info-current-node-virtual): New variable.
16664 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16665 New functions.
16666 (Info-file-supports-index-cookies): Use Info-virtual-file-p
16667 to check for a virtual file instead of checking a fixed list
16668 of node names.
16669 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16670 instead of ad-hoc processing of "dir" and (apropos history toc).
16671 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16672 instead of ad-hoc processing of "dir" and (apropos history toc).
16673 Reread a file when moving from a virtual node.
16674 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16675 (Info-directory-toc-nodes, Info-directory-find-file)
16676 (Info-directory-find-node): New functions.
16677 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16678 (Info-history): Move part of code to
16679 `Info-history-find-node'.
16680 (Info-history-toc-nodes, Info-history-find-file)
16681 (Info-history-find-node): New functions.
16682 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
16683 (Info-toc): Move part of code to `Info-toc-find-node'.
16684 (Info-toc-find-node): New function.
16685 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
16686 the current Info file name to references because now the node
16687 "*TOC*" belongs to the same Info manual.
16688 (Info-toc-build): Rename from `Info-build-toc'.
16689 (Info-toc-nodes): Rename input argument `file' to `filename'.
16690 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
16691 instead of ad-hoc processing of ("dir" apropos history toc).
16692 (Info-index-nodes): Use Info-virtual-file-p
16693 to check for a virtual file instead of checking a fixed list
16694 of node names.
16695 (Info-index-node): Add check for `Info-current-node-virtual'.
16696 Raise `save-match-data' higher up the tree to contain
16697 `search-forward' too (bug fix).
16698 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
16699 (Info-virtual-index-nodes): New variable.
16700 (Info-virtual-index-find-node, Info-virtual-index): New functions.
16701 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
16702 (Info-apropos-file, Info-apropos-nodes): New variables.
16703 (Info-apropos-toc-nodes, Info-apropos-find-file)
16704 (Info-apropos-find-node, Info-apropos-matches): New functions.
16705 (info-apropos): Move part of code to `Info-apropos-find-node' and
16706 `Info-apropos-matches'.
16707 (Info-mode-map): Bind "I" to `Info-virtual-index'.
16708 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
16709 for a virtual file instead of checking a fixed list of node names.
16710
16711 * simple.el (async-shell-command): New command.
16712
16713 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
16714
16715 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
16716 instead of `mount-info'.
16717
16718 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
16719
16720 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
16721 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
16722
16723 2009-07-02 Kenichi Handa <handa@m17n.org>
16724
16725 * international/mule.el (set-keyboard-coding-system): Force *-unix
16726 coding-system to avoid eol conversion.
16727
16728 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
16729
16730 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16731 Add handler for `process-file', `shell-command' and
16732 `start-file-process'.
16733 (tramp-gvfs-handle-shell-command)
16734 (tramp-gvfs-handle-start-file-process)
16735 (tramp-gvfs-handle-process-file): New defuns.
16736 (tramp-synce-list-devices): Simplify check for existence of property.
16737
16738 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
16739
16740 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
16741
16742 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
16743
16744 * language/korean.el (set-language-info-alist): Add korean-cp949,
16745 cp949 to spec.
16746
16747 2009-07-01 Kenichi Handa <handa@m17n.org>
16748
16749 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
16750
16751 * international/encoded-kb.el: Deleted.
16752
16753 * international/mule.el (set-keyboard-coding-system): Perform the
16754 necessary setup here instead of calling encoded-kbd-setup-display.
16755
16756 2009-07-01 Glenn Morris <rgm@gnu.org>
16757
16758 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
16759
16760 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
16761
16762 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
16763
16764 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
16765
16766 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
16767 Handle also the 'rename case, when setting file modes. (Bug#3712)
16768 (tramp-default-file-modes): Remove execute permissions.
16769
16770 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
16771 (top): Add a default for "synce" in `tramp-default-user-alist'.
16772 Add completion function for "synce" method.
16773 (tramp-hal-service, tramp-hal-path-manager)
16774 (tramp-hal-interface-manager, tramp-hal-interface-device):
16775 New defconst.
16776 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
16777 (tramp-synce-list-devices, tramp-synce-parse-device-names):
16778 New defuns.
16779
16780 * net/trampver.el: Update release number.
16781
16782 2009-06-30 Kenichi Handa <handa@m17n.org>
16783
16784 * international/fontset.el (setup-default-fontset): Add CJK fonts
16785 for symbols and the other miscellaneous characters.
16786
16787 * language/korea-util.el (setup-korean-environment-internal):
16788 Make char-width-table suitable for Korean environments.
16789 (exit-korean-environment): Cancel above.
16790
16791 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
16792 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
16793 setup-function to make char-width-table suitable for respective
16794 environments, and an exit-function to cancel that.
16795
16796 * language/japan-util.el (setup-japanese-environment-internal):
16797 Call use-cjk-char-width-table with arg `ja_JP'.
16798
16799 * international/characters.el (cjk-char-width-table): Delete it.
16800 (cjk-char-width-table-list): New variable.
16801 (use-cjk-char-width-table): New arg local-name.
16802 (use-default-char-width-table): Fix for the case that Emacs is
16803 already using the default char-width-table.
16804
16805 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
16806
16807 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
16808 modes mandatory. (Bug#3712)
16809
16810 2009-06-29 Alan Mackenzie <acm@muc.de>
16811
16812 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
16813 correction between the visible width of TABs and their number of bytes.
16814
16815 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
16816
16817 * server.el (server-buffer-done): Prevent kill-buffer from
16818 prompting by clearing the buffer modification flag (Bug#3696).
16819
16820 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
16821
16822 * progmodes/verilog-mode.el (verilog-beg-of-statement)
16823 (verilog-endcomment-reason-re): Support unique case and priority case.
16824 (verilog-basic-complete-re): Support localparam lineup.
16825 (verilog-beg-of-statement-1): Fix for robustness, unique case.
16826 (verilog-set-auto-endcomments): Fix for unique case, always_comb
16827 commenting.
16828 (verilog-leap-to-case-head): Now support *nested* unique &
16829 priority case statements.
16830 (verilog-auto-lineup): Make just declarations the default (as it
16831 had been).
16832 (verilog-leap-to-case-head): Support priority/unique case statements.
16833 (verilog-auto-lineup): Rework to give users radio buttons to
16834 select the various styles of automatic lineup.
16835 (verilog-error-regexp-alist): Rework to support the XEmacs style
16836 of error regular expressions from compilers, lint tools &
16837 simulators. Note that GNU Emacs has made it impossible for a mode
16838 to load such things.
16839 (electric-verilog-terminate-line, verilog-indent-declaration)
16840 (verilog-auto-wiure): Rework for radio button selection of
16841 auto-lineup selection of specification of auto lineup.
16842 (verilog-beg-of-statement-1): Redesign to support proper operation
16843 in additional code, based on testing with auto-lineup.
16844 (verilog-calculate-indent, assignments & declarations)
16845 (verilog-backward-token): Enhance to support auto-lineup of
16846 assignments & declarations.
16847 (verilog-in-directive-p, verilog-at-struct-p): New function for
16848 easy test of whether we are.
16849 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
16850 to support safe execution at almost anyline.
16851 (verilog-calc-1): Properly support indenting deep inside generate
16852 blocks.
16853 (verilog-init-font): Remove definition & use of verilog-init-font,
16854 as it is redundant with font-lock-defaults.
16855 (verilog-mode): Alter the definition of verilog-font-lock-defaults
16856 to avoid circular calls if syntax-ppss is a function (as is the
16857 case now in 22.x GNU Emacs) as that function would sometimes call
16858 itself, leading to (nearly) infinite recursion.
16859 (verilog-ovm-begin-re, verilog-ovm-end-re)
16860 (verilog-ovm-statement-re, verilog-leap-to-head)
16861 (verilog-backward-token): Add support for OVM macros. Some are
16862 complete statements, and others open and close scopes like begin
16863 and end.
16864 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
16865 (verilog-defun-level-generate-only-re): Really fix the defun-list
16866 compilation issue.
16867 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
16868 coverpoint, constraint and cross statements.
16869 (verilog-defun-level-list, verilog-generate-defun-level-list)
16870 (verilog-all-defun-level-list): Redo these specifications - it is
16871 too hard to support eval-when compile aggregation of lists also
16872 built at when-compile time.
16873 (verilog-defun-level-list): Place defconsts of variables used in
16874 building regular expressions which are built in eval-when-compile
16875 bodies in the same eval-when-compile body to facilitate compile
16876 without load.
16877 (verilog-beg-block-re-ordered): Support indenting
16878 virtual/protected tasks and functions.
16879 (verilog-defun-level-list, verilog-in-generate-region-p)
16880 (verilog-backward-ws&directives, verilog-calc-1): Speed up
16881 indentation of some module items (generate items).
16882 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
16883 across virtual/protected tasks and functions.
16884
16885 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
16886
16887 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
16888 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
16889 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
16890 in concatenations. Reported by Yishay Belkind.
16891 (verilog-auto-ascii-enum): Support one-hot state machines in
16892 AUTOASCIIENUM. Suggested by Lloyd Gomez.
16893 (verilog-auto-inst, verilog-auto-inst-port): Include interface
16894 modport in AUTOINST and add vl-modport for users. Reported by
16895 David Rogoff.
16896 (verilog-auto-inout-module, verilog-auto-inst)
16897 (verilog-decls-get-interfaces, verilog-insert-definition)
16898 (verilog-insert-one-definition, verilog-read-decls)
16899 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
16900 (verilog-sig-modport, verilog-signals-combine-bus)
16901 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
16902 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
16903 Suggested by David Rogoff.
16904 (verilog-repair-open-comma): Fix non-insertion of comma when
16905 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
16906 (verilog-make-width-expression): Simplify [A-1:0] expression
16907 widths to just {A{1'b0}}.
16908 (verilog-mode): Cleanup checkdoc warnings.
16909 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
16910 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
16911 inputs/outputs or data type. Suggested by Vasu Kandadi.
16912 (next-error-last-buffer): Fix byte-compiler warning.
16913 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
16914 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
16915 or shell command text during AUTO expansion. Suggested by Tad Truex.
16916 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
16917 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
16918 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
16919 in AUTOINOUT. Reported by Matthew Lovell.
16920 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
16921 causing use of <= assignments. Reported by Alex Reed.
16922 (verilog-read-decls): Fix triand, trior, wand, wor to be
16923 recognized by AUTOWIRE. Reported by Spencer Isaacson.
16924 (verilog-extended-complete-re): Support import "DPI-C" functions.
16925 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
16926 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
16927 (verilog-insert-date, verilog-insert-year)
16928 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
16929 Windows systems. Reported by Michael Potts.
16930 (verilog-read-module-name): Fix AUTOINST when the child module
16931 declaration's name is a tick define. Reported by Elliot Mednick.
16932 (verilog-read-decls): Fix V2K parameter bit subscripts getting
16933 passed to next parameter's definition. Reported by Bruce T.
16934 (verilog-read-decls): Fix detecting "parameter int" when using
16935 AUTOINSTPARAM. Reported by Bruce T.
16936 (verilog-goto-defun): Fix goto not finding modules unless first
16937 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
16938 (verilog-mode): Expand -f flag arguments on entry to mode so
16939 verilog-goto-defun will work. Reported by Lawrence Butcher.
16940 (verilog-getopt): Expand environment variables in -f file
16941 arguments. Suggested by Lawrence Butcher.
16942 (verilog-set-define): Fix "Symbol's value as variable is void"
16943 when reading enumerations.
16944 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
16945 Suggested by Stephen Peltan.
16946 (verilog-read-defines): Fix reading of enumerations in include
16947 files. Reported by Steve Peltan.
16948
16949 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
16950
16951 * files.el (trash-directory): Fix defcustom type.
16952
16953 2009-06-28 Juri Linkov <juri@jurta.org>
16954
16955 * help-fns.el (describe-function-1): Correctly locate adviced
16956 functions in hyperlink (Bug#2438).
16957
16958 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
16959
16960 * files.el (trash-directory): Change default to nil.
16961 (move-file-to-trash): If trash-directory is nil and
16962 system-move-file-to-trash is unbound, perform freedesktop-style
16963 trashing.
16964
16965 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
16966
16967 * files.el (move-file-to-trash): Add freedesktop trash
16968 support (Bug#973).
16969
16970 2009-06-28 Glenn Morris <rgm@gnu.org>
16971
16972 * autorevert.el (global-auto-revert-non-file-buffers)
16973 (global-auto-revert-mode): Doc fixes.
16974
16975 2009-06-27 Johan Bockgård <bojohan@gnu.org>
16976
16977 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
16978
16979 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
16980
16981 * faces.el (x-handle-named-frame-geometry): Ensure that we have
16982 opened an X connection before calling x-get-resource (Bug#3194).
16983
16984 * play/doctor.el: Remove reference to obsolete website.
16985 (make-doctor-variables): Correct grammar mistake (Bug#2633).
16986
16987 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
16988
16989 Remove find-file-not-found-hook VC method. (Bug#2757)
16990 * vc-hooks.el (vc-file-not-found-hook)
16991 (vc-default-find-file-not-found-hook): Remove functions.
16992 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
16993 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
16994 * vc.el:
16995 * vc-hg.el:
16996 * vc-git.el: Do not mention find-file-not-found-hook VC method.
16997
16998 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
16999
17000 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
17001 compatibility function for `looking-back'.
17002
17003 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
17004 Use `ispell-looking-back'.
17005
17006 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
17007
17008 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
17009 rather than `filename'.
17010
17011 2009-06-23 Miles Bader <miles@gnu.org>
17012
17013 * face-remap.el (text-scale-set): New function.
17014
17015 2009-06-23 Glenn Morris <rgm@gnu.org>
17016
17017 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
17018
17019 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
17020
17021 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
17022
17023 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
17024
17025 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
17026 Simplify Persian conditionals.
17027
17028 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
17029 variable `filename'.
17030
17031 * comint.el (comint-insert-input): Doc fix.
17032
17033 * Makefile.in (ELCFILES): Fix typo in previous change.
17034
17035 2009-06-23 Miles Bader <miles@gnu.org>
17036
17037 * cus-start.el: Add entry for `recenter-redisplay'.
17038
17039 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
17040
17041 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
17042 Add an optional argument for the backend, use it instead of
17043 calling vc-backend.
17044 (vc-mode-line): Add an optional argument for the backend.
17045 Pass the backend to vc-state and vc-working-revision. Move code for
17046 special handling for vc-state being a buffer to ...
17047
17048 * vc-rcs.el (vc-rcs-find-file-hook):
17049 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
17050
17051 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
17052 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
17053 vc-stay-local-p and vc-mode-line calls.
17054
17055 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
17056 (vc-cvs-diff, vc-cvs-annotate-command)
17057 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
17058 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
17059 vc-mode-line calls.
17060
17061 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
17062 direct comparison.
17063 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
17064 backend when calling vc-mode-line.
17065 (vc-register): Do not create a closure for calling the vc register
17066 function, call it directly.
17067
17068 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
17069
17070 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
17071 to make it obvious item can be clicked.
17072
17073 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
17074
17075 2009-06-23 Kenichi Handa <handa@m17n.org>
17076
17077 * language/korea-util.el (korean-key-bindings): Change the binding
17078 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
17079 same command.
17080
17081 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
17082
17083 Sync with Tramp 2.1.16.
17084
17085 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
17086
17087 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
17088 when a loading of a package fails. Completion function for rsync
17089 is `tramp-completion-function-alist-ssh'.
17090 (all): Replace all calls of `split-string' and
17091 `tramp-split-string' by `tramp-compat-split-string'.
17092 (tramp-default-method): Use `tramp-compat-process-running-p'.
17093 (tramp-default-proxies-alist): Allow also Lisp forms.
17094 (tramp-remote-path): Add choice "Private Directories".
17095 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
17096 (tramp-domain-regexp): Allow also "-", "_" and ".".
17097 (tramp-end-of-output): Remove newlines, and add "$" at the end.
17098 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
17099 (tramp-debug-message): Insert header line in debug buffer.
17100 (tramp-handle-directory-files-and-attributes-with-stat):
17101 Care about filenames with spaces, or starting with "-".
17102 (tramp-handle-dired-uncache): New defun.
17103 (tramp-handle-insert-directory): Don't flush the directory from
17104 cache, this is handled by `dired-uncache' now.
17105 (tramp-handle-insert-file-contents): Improve error handling.
17106 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17107 Quote `tramp-end-of-output'.
17108 (tramp-action-password): Improve trace message.
17109 (tramp-check-for-regexp): Both echoes must be present, before removing.
17110 (tramp-open-connection-setup-interactive-shell): Trace coding system.
17111 (tramp-compute-multi-hops): Eval cons cells of
17112 `tramp-default-proxies-alist'.
17113 (tramp-maybe-open-connection): Use the same command pattern for
17114 first hop and further hops.
17115 (tramp-wait-for-output): Remove handling of newlines.
17116 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
17117 (tramp-split-string): Remove function. It is handled in
17118 tramp-compat now.
17119
17120 * net/tramp-cmds.el (tramp-bug):
17121 Recommend `tramp-cleanup-all-connections' in the bug mail.
17122
17123 * net/tramp-compat.el (tramp-compat-split-string)
17124 (tramp-compat-process-running-p): New defuns.
17125
17126 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
17127 for `dired-uncache'.
17128
17129 * net/tramp-gvfs.el: New package.
17130
17131 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
17132 Add handler for `dired-uncache'.
17133 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
17134
17135 * net/trampver.el: Update release number. Make version check fit
17136 for SXEmacs 22.
17137
17138 2009-06-22 Jim Meyering <meyering@redhat.com>
17139
17140 Automatically handle .xz suffix (XZ-compressed files), too.
17141 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
17142 XZ is the successor to LZMA: <http://tukaani.org/xz/>
17143
17144 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
17145 Nick Roberts <nickrob@snap.net.nz>
17146
17147 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
17148 repository (http://sphinx.net.ru/hg/gdb-mi/).
17149
17150 2009-06-22 Glenn Morris <rgm@gnu.org>
17151
17152 * files.el (dir-locals-collect-mode-variables): Allow for any number of
17153 `mode' and `eval' entries. (Bug#3430)
17154
17155 * Makefile.in (ELCFILES): Add fadr.elc.
17156
17157 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
17158 differing behavior of \n and ^ in strings. (Bug#3385)
17159
17160 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
17161
17162 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
17163 property.
17164 (lisp-indent-function): Make it a defcustom.
17165
17166 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
17167
17168 * progmodes/gdb-ui.el: Replace with ...
17169 * progmodes/gdb-mi.el: ... this file.
17170 * progmodes/gud.el: Modify for gdb-mi.el.
17171
17172 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
17173
17174 * fadr.el: New file.
17175
17176 See ChangeLog.14 for earlier changes.
17177
17178 ;; Local Variables:
17179 ;; coding: utf-8
17180 ;; End:
17181
17182 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
17183
17184 This file is part of GNU Emacs.
17185
17186 GNU Emacs is free software: you can redistribute it and/or modify
17187 it under the terms of the GNU General Public License as published by
17188 the Free Software Foundation, either version 3 of the License, or
17189 (at your option) any later version.
17190
17191 GNU Emacs is distributed in the hope that it will be useful,
17192 but WITHOUT ANY WARRANTY; without even the implied warranty of
17193 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17194 GNU General Public License for more details.
17195
17196 You should have received a copy of the GNU General Public License
17197 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.