Add a shadow-mode for load-path shadows.
[bpt/emacs.git] / lisp / ChangeLog
1 2010-10-07 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
4 (shadow-mode): New mode.
5 (shadow-find-file): New button.
6 (list-load-path-shadows): Use shadow-mode and buttons.
7
8 * iimage.el (iimage-version): Remove.
9 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
10 Turn into defcustoms.
11 (iimage-mode-map): Give it a doc string.
12
13 * calendar/appt.el (appt-activate): Give a warning rather than an error
14 if there is no diary-file.
15
16 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
17
18 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Use
19 `tramp-handle-find-backup-file-name'.
20
21 2010-10-06 Glenn Morris <rgm@gnu.org>
22
23 * font-core.el (font-lock-defaults-alist): Remove variable.
24 (font-lock-mode): Doc fix.
25 (font-lock-default-function): Do not consult font-lock-defaults-alist.
26 * font-lock.el (font-lock-refresh-defaults): Doc fix.
27 (font-lock-set-defaults): Doc fix.
28 Do not consult font-lock-defaults-alist.
29
30 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
31
32 * emacs-lisp/cl.el: No longer provide cl-19.
33
34 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
35
36 * net/tramp.el (tramp-handle-directory-files-and-attributes)
37 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
38 New defuns, taken from tramp-smb.el.
39 (tramp-coding-system-change-eol-conversion)
40 (tramp-set-process-query-on-exit-flag): Removed.
41
42 * net/tramp-compat.el (top): Do not check for byte-compiler
43 objects.
44 (tramp-compat-coding-system-change-eol-conversion)
45 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
46 from tramp.el.
47
48 * net/tramp-gvfs.el:
49 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
50 by `tramp-compat-set-process-query-on-exit-flag'.
51
52 * net/tramp-imap.el (tramp-imap-file-name-handler-alist): Use
53 `tramp-handle-directory-files-and-attributes',
54 `tramp-handle-file-exists-p' and
55 `tramp-handle-file-newer-than-file-p'.
56 (tramp-imap-handle-file-exists-p)
57 (tramp-imap-handle-file-executable-p)
58 (tramp-imap-handle-file-readable-p)
59 (tramp-imap-handle-directory-files-and-attributes)
60 (tramp-imap-handle-file-newer-than-file-p): Removed.
61
62 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
63 by `tramp-compat-set-process-query-on-exit-flag' and
64 `tramp-coding-system-change-eol-conversion' by
65 `tramp-compat-coding-system-change-eol-conversion'.
66
67 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use
68 `tramp-handle-directory-files-and-attributes',
69 `tramp-handle-file-exists-p' and
70 `tramp-handle-file-newer-than-file-p'.
71 (tramp-smb-handle-directory-files-and-attributes)
72 (tramp-smb-handle-file-exists-p)
73 (tramp-smb-handle-file-newer-than-file-p): Removed.
74 (tramp-smb-maybe-open-connection): Replace
75 `tramp-set-process-query-on-exit-flag' by
76 `tramp-compat-set-process-query-on-exit-flag'.
77
78 2010-10-05 Glenn Morris <rgm@gnu.org>
79
80 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
81
82 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
83
84 Continue reorganization of load dependencies. (Bug#7156)
85
86 * net/tramp.el (tramp-handle-file-local-copy-hook)
87 (tramp-delete-temp-file-function): Move down.
88 (tramp-exists-file-name-handler): Move up.
89 (tramp-register-file-name-handlers): Simplify autoload.
90 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
91 (tramp-handle-directory-files, tramp-handle-dired-uncache)
92 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
93 (tramp-handle-file-name-completion)
94 (tramp-handle-file-name-directory)
95 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
96 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
97 (tramp-handle-find-backup-file-name)
98 (tramp-handle-insert-file-contents, tramp-handle-load)
99 (tramp-handle-substitute-in-file-name)
100 (tramp-handle-unhandled-file-name-directory)
101 (tramp-mode-string-to-int, tramp-local-host-p)
102 (tramp-make-tramp-temp-file): Moved from tramp-sh.el.
103
104 * net/tramp-gvfs.el (top):
105 * net/tramp-smb.el (top): Do not require 'tramp-sh.
106
107 * net/tramp-sh.el (all): Move several objects to tramp.el, see
108 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
109
110 2010-10-04 Glenn Morris <rgm@gnu.org>
111
112 * calendar/appt.el (appt-add): Ensure reminders are enabled.
113 (appt-activate): Give status messages.
114
115 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
116
117 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
118 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
119 `gnutls-negotiate' (formerly `starttls-negotiate'). Remove
120 trivial wrapper `starttls-open-stream'.
121
122 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
123
124 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
125 log-outgoing commands.
126 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
127 to create a buffer local revert-buffer-function variable.
128 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
129 revert-buffer-function lambda.
130
131 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
132
133 * net/gnutls.el (starttls-negotiate): Use the plist interface to
134 `gnutls-boot'. Make TYPE the only required parameter. Allow
135 TRUSTFILES and KEYFILES to be lists.
136 (open-ssl-stream): Use it.
137
138 2010-10-03 Glenn Morris <rgm@gnu.org>
139
140 * subr.el (directory-sep-char): Remove obsolete variable.
141 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
142 it is "necessary".
143
144 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
145 * vc/vc.el (vc-static-header-alist): Doc fix.
146 * vc/vc-cvs.el (vc-cvs-header):
147 * vc/vc-rcs.el (vc-rcs-header):
148 * vc/vc-sccs.el (vc-sccs-header):
149 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
150 * obsolete/vc-mcvs.el (vc-mcvs-header):
151 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
152 on XEmacs.
153
154 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
155
156 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Remove
157 obsolete use of binary-overwrite-mode (Bug#7001).
158
159 2010-10-03 Glenn Morris <rgm@gnu.org>
160
161 * obsolete/x-menu.el: Remove file, obsolete since 21.1
162
163 * textmodes/rst.el (rst-font-lock-keywords-function):
164 Drop Emacs 20 code.
165
166 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
167
168 * printing.el: Drop Emacs 20 code.
169
170 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
171 without having used appt.el already).
172
173 * subr.el (make-local-hook): Remove function obsolete since 21.1.
174 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
175 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
176 XEmacs.
177 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
178 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
179
180 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
181 (charset-width, find-charset-region, chars-in-region, forward-point)
182 (encode-coding-string, coding-system-p, ccl-execute-on-string)
183 (define-ccl-program, multibyte-string-p, string-make-multibyte):
184 Remove compatibility cruft (none of these are used by ps*.el).
185
186 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
187
188 * subr.el (booleanp): Return t instead of a list (Bug#7086).
189
190 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
191
192 * server.el (server-process-filter, server-return-error): Give
193 emacsclient time to shut down after receiving an error string.
194
195 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
196
197 * files.el (remote-file-name-inhibit-cache): New defcustom.
198
199 * time.el (display-time-file-nonempty-p): Use
200 `remote-file-name-inhibit-cache'.
201
202 * net/tramp.el (tramp-completion-reread-directory-timeout): Fix
203 docstring.
204
205 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
206 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
207 `remote-file-name-inhibit-cache'. Check also for an integer
208 value. Add/increase counter when `tramp-verbose' >= 10.
209 (tramp-set-file-property): Add/increase counter when
210 `tramp-verbose' >= 10.
211
212 * net/tramp-cmds.el (tramp-cleanup-all-connections)
213 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
214 (tramp-bug): Set tramp-autoload cookie. Report all interned
215 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
216 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
217 characters only in strings.
218
219 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
220 to backward compatibility.
221
222 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
223 (tramp-handle-file-name-all-completions)
224 (tramp-handle-vc-registered): Use
225 `remote-file-name-inhibit-cache'.
226 (tramp-open-connection-setup-interactive-shell): Call
227 `tramp-cleanup-connection' directly.
228
229 2010-10-02 Glenn Morris <rgm@gnu.org>
230
231 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
232
233 * subr.el (char-bytes): Remove obsolete function.
234
235 * isearch.el (isearch-return-char): Remove obsolete function.
236
237 * mouse.el: No longer provide mldrag.
238 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
239 Remove obsolete aliases.
240
241 * comint.el (comint-kill-output): Remove obsolete alias.
242
243 * composite.el (decompose-composite-char): Remove obsolete function.
244 * ps-def.el (decompose-composite-char): Remove unused function.
245
246 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
247
248 * outline.el (outline-visible): Remove obsolete function.
249
250 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
251 * faces.el (internal-find-face, internal-get-face)
252 (frame-update-faces, frame-update-face-colors)
253 (x-frob-font-weight, x-frob-font-slant)
254 (internal-frob-font-weight, internal-frob-font-slant)
255 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
256 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
257 (x-make-font-bold-italic): Remove functions and aliases, obsolete
258 since Emacs 21.1.
259 * emulation/viper-util.el (viper-get-face):
260 * obsolete/lucid.el (find-face, get-face): Use facep.
261 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
262 Remove unused functions.
263 * vc/ediff-util.el (ediff-submit-report): Doc fix.
264
265 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
266 delete tempfile if interrupted during compilation.
267
268 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
269
270 * net/tls.el (tls-starttls-switches): Give up on using starttls with
271 gnutls-cli.
272 (tls-program): Add --insecure to be consistent with the defaults from
273 openssl s_client. Now all three commands are insecure.
274
275 2010-10-01 Eli Zaretskii <eliz@gnu.org>
276
277 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
278 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
279 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
280
281 2010-10-01 Glenn Morris <rgm@gnu.org>
282
283 * obsolete/sc.el: Remove file.
284
285 * files.el (temporary-file-directory): On darwin, also try
286 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
287
288 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
289
290 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
291 Let's not break compatibility gratuitously, shall we?
292
293 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
294
295 * net/tls.el (tls-starttls-switches): New variable.
296 (tls-find-starttls-argument): Use it.
297 (open-tls-stream): Ditto.
298
299 * net/netrc.el (netrc-credentials): Return the value of the "default"
300 entry.
301 (netrc-machine): Ditto.
302
303 2010-09-30 Eli Zaretskii <eliz@gnu.org>
304
305 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
306
307 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
308
309 * server.el (server-start): Don't write pid to the authentication file.
310 (server-create-tty-frame): Don't send pid.
311 (server-process-filter): Send pid at the start of every connection.
312
313 2010-09-30 Glenn Morris <rgm@gnu.org>
314
315 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
316 (show-all-diary-entries): Remove obsolete function aliases.
317
318 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
319 Remove options, obsolete since 22.1.
320 (appt-display-format, appt-display-message): Remove
321 backwards-compatibility code.
322 (appt-check): No longer check appt-issue-message.
323 (appt-make-list): No longer autoload it. Doc fix. No longer
324 activate the package.
325
326 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
327
328 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
329 (starttls-negotiate): Just call boot, and let the handshake be
330 triggered from the read loop.
331
332 2010-09-29 Glenn Morris <rgm@gnu.org>
333
334 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
335 not displaying the diary.
336 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
337 * calendar/appt.el (appt-check): No longer need to kill diary.
338
339 * calendar/diary-lib.el (diary-list-entries): Move the
340 "Preparing..." message entirely here.
341 (diary-simple-display, diary-fancy-display): Move "Preparing..."
342 messages to diary-list-entries.
343 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
344 diary-display-function.
345
346 * calendar/diary-lib.el (diary-include-other-diary-files):
347 Trap some recursive includes.
348
349 * calendar/appt.el (appt-activate): Check diary file.
350
351 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
352
353 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
354 construction.
355
356 * calendar/time-date.el: No need to require cl for Emacs 21.
357
358 2010-09-28 Glenn Morris <rgm@gnu.org>
359
360 * calendar/appt.el (appt-check): Minor simplification.
361
362 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
363
364 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
365 citation prefix.
366
367 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
368
369 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
370 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
371
372 2010-09-27 Kenichi Handa <handa@m17n.org>
373
374 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
375 "ustar" format.
376
377 2010-09-27 Kenichi Handa <handa@m17n.org>
378
379 * international/mule.el (define-coding-system): Docstring fixed.
380
381 * international/mule-diag.el (describe-character-set): Use princ
382 with proper print-length and print-level instead of insert.
383
384 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
385
386 * window.el (walk-windows): Doc fix (bug#7105).
387
388 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
389
390 * emacs-lisp/float-sup.el (e): Remove.
391
392 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
393
394 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
395 variable.
396 (starttls-negotiate): Use it.
397
398 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
399
400 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
401 back.
402
403 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
404
405 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
406
407 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
408
409 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
410
411 * net/netrc.el (netrc-store-data): New function.
412
413 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
414
415 * net/gnutls.el: GnuTLS glue code to set up a connection.
416
417 2010-09-25 Julien Danjou <julien@danjou.info>
418
419 * notifications.el: Call dbus-register-signal only if it is bound.
420
421 2010-09-25 Glenn Morris <rgm@gnu.org>
422
423 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
424 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
425 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
426 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
427 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
428 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
429 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
430 * eshell/esh-util.el, eshell/esh-var.el:
431 Remove leading `*' from docs of faces and defcustoms.
432
433 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
434
435 * eshell/em-ls.el (eshell-ls-archive-regexp):
436 * eshell/esh-util.el (eshell-tar-regexp):
437 * ibuffer.el (ibuffer-compressed-file-name-regexp):
438 * info.el (Info-suffix-list):
439 * international/mule.el (auto-coding-alist):
440 * woman.el (woman-file-regexp, woman-file-compression-regexp):
441 * progmodes/etags.el (tags-compression-info-list):
442 Support xz compression.
443
444 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
445
446 * files.el (get-free-disk-space): Don't assume the "df" output
447 columns line up (Bug#6995).
448
449 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
450
451 * finder.el (finder-unknown-keywords):
452 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
453 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
454
455 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
456
457 * server.el (server-start): Revert part of 2010-08-08 change. Using
458 address 127.0.0.1 for local host is now done in Fmake_network_process.
459
460 2010-09-24 Glenn Morris <rgm@gnu.org>
461
462 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
463 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
464 * textmodes/css-mode.el, textmodes/dns-mode.el:
465 Move autoloaded auto-mode-alist entries to files.el.
466 * files.el (auto-mode-alist): Move entries here.
467
468 2010-09-23 Glenn Morris <rgm@gnu.org>
469
470 * isearch.el (isearch-lazy-highlight-cleanup)
471 (isearch-lazy-highlight-initial-delay)
472 (isearch-lazy-highlight-interval)
473 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
474 * net/net-utils.el (ipconfig-program-options):
475 Move aliases to options before the associated definitions.
476
477 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
478
479 * newcomment.el (comment-normalize-vars): Better test validity of
480 comment-end-skip.
481
482 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
483
484 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
485 (float-e): New name for `e'.
486 (degrees-to-radians, radians-to-degrees):
487 * calendar/solar.el (solar-longitude):
488 * calculator.el (calculator-registers, calculator-funcall):
489 * textmodes/artist.el (artist-spray-random-points):
490 * play/bubbles.el (bubbles--initialize-images): Use new names.
491
492 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
493
494 Update to CEDET 1.0's version of EIEIO.
495
496 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
497 New function.
498 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
499 (eieio-default-eval-maybe): Eval val instead of unquoting only.
500 (class-precedence-list): If class is nil, return nil.
501 (eieio-generic-call): If class of first input arg is nil, don't
502 look up static methods, and do check for primary methods.
503 (initialize-instance): See if the default needs to be evaluated
504 during the constructor.
505 (eieio-perform-slot-validation-for-default): Don't do the check
506 for values that will eventually be evaluated.
507 (eieio-eval-default-p): New function.
508 (eieio-default-eval-maybe): Use it.
509
510 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
511
512 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
513 method-invocation-order.
514 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
515 (eieio-class-precedence-dfs): Compute class precedence list using
516 dfs algorithm.
517 (eieio-class-precedence-bfs): Compute class precedence list using
518 bfs algorithm.
519 (eieio-class-precedence-c3): Compute class precedence list using
520 c3 algorithm.
521 (class-precedence-list): New function.
522 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
523 (inconsistent-class-hierarchy): New error symbol.
524 (call-next-method): Stow the replacement argument list for future
525 call-next-method invocations.
526
527 2010-09-23 Glenn Morris <rgm@gnu.org>
528
529 * calendar/appt.el (appt-check): If not displaying the diary,
530 use (diary 1) to only get the entries we need.
531 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
532 that it is in day order. (Bug#7019)
533
534 * calendar/appt.el (appt-check): Rather than showing the diary,
535 just turn off invisible display, and only if needed.
536
537 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
538
539 2010-09-23 Glenn Morris <rgm@gnu.org>
540
541 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
542 (byte-compile-defvar, byte-compile-cl-warn):
543 Start warnings with lower-case, like the majority.
544
545 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
546
547 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
548
549 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
550 * files.el (auto-mode-alist): Move ld-script entries here, further down
551 the list.
552
553 * vc/add-log.el: Don't require timezone when compiling.
554 (timezone-make-date-sortable): Autoload it.
555 (change-log-sortable-date-at): Don't require timezone.
556 Use `ignore-errors'.
557
558 * comint.el (comint-use-prompt-regexp-instead-of-fields):
559 Move alias before definition, so it does not need autoloading.
560
561 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
562 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
563 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
564 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
565 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
566 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
567 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
568 * textmodes/tex-mode.el, textmodes/two-column.el:
569 Remove leading `*' from docs of defcustoms etc.
570
571 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
572
573 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
574
575 2010-09-22 Dan Christensen <jdc@uwo.ca>
576
577 * calendar/time-date.el (date-to-time): Try using parse-time-string
578 first before using the slower timezone-make-date-arpa-standard.
579
580 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
581
582 * calendar/time-date.el (format-seconds): Comment fix.
583
584 2010-09-22 Glenn Morris <rgm@gnu.org>
585
586 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
587 is not automatically buffer-local.
588
589 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
590
591 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
592 (smie-indent-comment): Be more careful with comment-start-skip.
593 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
594 (smie-indent-functions): Use them.
595
596 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
597
598 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
599
600 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
601
602 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
603 tool-bar-position. Don't modify frame parameters here.
604 (menu-bar-options-save): Add tool-bar-position.
605
606 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
607
608 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
609
610 * textmodes/reftex-parse.el (reftex-what-macro)
611 (reftex-context-substring): Let-bind forward-sexp-function to nil
612 since we don't need/want to treat \begin...\end as a block (bug#7053).
613
614 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
615
616 * simple.el (blink-matching-open): Use syntax-class.
617
618 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
619 Set invisibility spec for pascal's outline mode.
620 (pascal-outline-change): Clean up calling convention.
621 (pascal-show-all, pascal-hide-other-defuns): Update callers.
622
623 * progmodes/prolog.el (prolog-smie-forward-token)
624 (prolog-smie-backward-token): New functions.
625 (prolog-mode-variables): Use them to parse "!," correctly.
626 Set up smie-blink-matching for ".".
627
628 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
629 and `end'.
630 (ispell-region, ispell-process-line): Update users.
631
632 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
633 point-min==1.
634
635 * textmodes/ispell.el: Fix commenting convention.
636 (ispell-parse-output): Simplify, use push.
637 (ispell-region): Use match-string-no-properties.
638 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
639 (ispell-minor-mode): Use define-minor-mode.
640 (ispell-message): Remove unused var `skip-regexp'.
641 (ispell-add-per-file-word-list): Use dynamic let-binding.
642 Try and use the proper comment marker.
643
644 * mail/sendmail.el: Fix commenting convention.
645 (sendmail-send-it): Use line-beginning-position.
646
647 * help-fns.el (describe-variable): Add original value, if applicable.
648
649 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
650
651 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
652
653 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
654
655 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
656
657 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
658 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
659 (smie-prec2-levels): Use them to better diagnose precedence cycles.
660 (smie-blink-matching-check): Don't signal a mismatch if car is t.
661 (smie-blink-matching-open): Rewrite to remove assumptions, so that
662 something like "." can also be a closer.
663 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
664 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
665 Rename internal functions to use "--". Update callers.
666
667 * frame.el (make-frame-names-alist): Don't list frames on other displays.
668
669 * fringe.el (fringe-styles): New var.
670 (fringe-mode, fringe-query-style): Use it.
671
672 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
673
674 * progmodes/sql.el: Version 2.8
675 (sql-login-params): Update widget structure; changes still needed.
676 (sql-product-alist): Add :list-all and :list-table features for
677 SQLite, Postgres and MySQL products.
678 (sql-redirect): Handle default value.
679 (sql-execute, sql-execute-feature): New functions.
680 (sql-read-table-name): New function.
681 (sql-list-all, sql-list-table): New functions. User API.
682 (sql-mode-map, sql-interactive-mode-map): Add key definitions
683 for above functions.
684 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
685 for above functions.
686 (sql-postgres-login-params): Add user and database defaults.
687 (sql-buffer-live-p): Bug fix.
688 (sql-product-history): New variable.
689 (sql-read-product): New function. Use it.
690 (sql-set-product, sql-product-interactive): Use it.
691 (sql-connection-history): New variable.
692 (sql-read-connection): New function. Use it.
693 (sql-connect): New function.
694 (sql-for-each-login): Redesign function interface.
695 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
696 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
697 (sql-comint): Check for program. Existing live buffer.
698 (sql-comint-postgres): Add port parameter.
699
700 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
701
702 * emacs-lisp/warnings.el: Fix commenting convention.
703 (display-warning): Use special mode and make the buffer read-only.
704
705 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
706
707 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
708 empty string when it follows a repeated or optional pattern.
709
710 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
711
712 * indent.el (indent-according-to-mode): Apply syntax-propertize.
713 (indent-region): Use indent-according-to-mode.
714
715 2010-09-18 Eli Zaretskii <eliz@gnu.org>
716
717 * fringe.el (fringe-mode): Doc fix.
718
719 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
720
721 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
722 refreshing the preview buffer.
723
724 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
725
726 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
727 (latex-syntax-propertize-rules): New consts; replace
728 tex-font-lock-syntactic-keywords.
729 (tex-env-mark, latex-env-before-change): New functions.
730 (latex-electric-env-pair-mode): New minor mode.
731 (tex-font-lock-verb): Change arguments; do move point.
732 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
733 representation as a form of comment.
734 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
735 (doctex-syntax-propertize-rules): New const; replaces
736 doctex-font-lock-syntactic-keywords.
737 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
738
739 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
740 (fortran-make-syntax-propertize-function): New function; replaces
741 fortran-font-lock-syntactic-keywords.
742 (fortran-mode): Use it.
743 (fortran-line-length): Use it. Improve interactive spec.
744
745 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
746 (syntax-propertize-rules): Add var-ref case. Fix offset computation
747 when adding surrounding \(..\).
748
749 * progmodes/js.el (js-mode): Fix last change (bug#7054).
750
751 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
752
753 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
754 Use with-current-buffer.
755
756 * isearch.el (isearch-face): Rename from `isearch'.
757 (isearch-highlight): Use new name.
758
759 2010-09-17 Eli Zaretskii <eliz@gnu.org>
760
761 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
762 5, for `half' width fringes. (Bug#6933)
763
764 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
765
766 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
767 (byte-compile-defvar): "foo/bar" does not lack a prefix.
768
769 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
770
771 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
772
773 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
774 in calculating new frame position. Add more space between new and
775 parent on the left (Bug#7048).
776
777 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
778
779 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
780 defmacro.
781
782 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
783
784 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
785
786 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
787 obsolete alias for x-selection-value.
788
789 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
790
791 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
792
793 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
794 cookie.
795
796 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
797
798 * net/tramp-compat.el (tramp-compat-with-temp-message)
799 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
800 (tramp-compat-process-put): New defuns.
801
802 * net/tramp.el (top):
803 * net/tramp-gvfs.el (top):
804 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
805
806 * net/tramp.el (tramp-progress-reporter-update):
807 Use `tramp-compat-funcall'.
808
809 * net/tramp.el (tramp-process-actions):
810 * net/tramp-gvfs.el (tramp-handle-vc-registered):
811 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
812 (tramp-get-remote-stat, tramp-get-remote-readlink):
813 Use `tramp-compat-with-temp-message'.
814
815 * net/tramp-sh.el (top): Require 'cl.
816 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
817 (tramp-open-connection-setup-interactive-shell):
818 Use `tramp-compat-process-put'.
819
820 2010-09-15 Alan Mackenzie <acm@muc.de>
821
822 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
823 indentation.
824 (c-forward-<>-arglist-recur): Fix an infinite recursion.
825
826 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
827
828 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
829 `lexical' for warnings related to lexical scoping.
830 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
831 global vars which don't have a prefix and could hence affect lexical
832 scoping in unrelated files.
833
834 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
835
836 * net/imap.el: Revert back to version
837 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
838 seem problematic.
839
840 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
841
842 * obsolete/old-whitespace.el (whitespace-unload-function):
843 Explicitly pass `obarray' to `unintern' to avoid a warning.
844
845 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
846
847 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
848 Add `when' argument. Update callers.
849
850 * subr.el (unintern): Declare the obarray arg mandatory.
851
852 2010-09-14 Glenn Morris <rgm@gnu.org>
853
854 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
855 Doc fixes.
856
857 * calendar/diary-lib.el (diary-included-files): New variable.
858 (diary-list-entries): Maybe initialize diary-included-files.
859 (diary-include-other-diary-files): Append to diary-included-files.
860 * calendar/appt.el (appt-update-list): Also check the members of
861 diary-included-files. (Bug#6999)
862 (appt-check): Doc fix.
863
864 2010-09-14 David Reitter <david.reitter@gmail.com>
865
866 * simple.el (line-move-visual): Do not truncate goal column to
867 integer size. (Bug#7020)
868
869 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
870
871 * repeat.el (repeat): Allow repeating when the last event is a click.
872 Suggested by Drew Adams (bug#6256).
873
874 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
875
876 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
877 Replace setting HGRCPATH to "" by some less invasive --config options.
878
879 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
880
881 * font-lock.el (font-lock-beginning-of-syntax-function):
882 Mark as obsolete.
883
884 2010-09-14 Glenn Morris <rgm@gnu.org>
885
886 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
887 and tool-bar modes. (Bug#6211)
888 (menu-bar-mode): Move setting of standard-value after the
889 minor-mode definition, otherwise it seems to have no effect.
890
891 2010-09-14 Masatake YAMATO <yamato@redhat.com>
892
893 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
894 Fix typo. (Bug#6976)
895
896 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
897
898 * whitespace.el: Allow cleaning up blanks without blank
899 visualization (Bug#6651). Adjust help window for
900 whitespace-toggle-options (Bug#6479). Allow to use fill-column
901 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
902 (whitespace-style): Add new value 'face. Adjust docstring.
903 (whitespace-space, whitespace-hspace, whitespace-tab):
904 Adjust foreground property face.
905 (whitespace-line-column): Adjust docstring and type declaration.
906 (whitespace-style-value-list, whitespace-toggle-option-alist)
907 (whitespace-help-text): Adjust const initialization.
908 (whitespace-toggle-options, global-whitespace-toggle-options):
909 Adjust docstring.
910 (whitespace-display-window, whitespace-interactive-char)
911 (whitespace-style-face-p, whitespace-color-on): Adjust code.
912 (whitespace-help-scroll): New fun.
913
914 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
915
916 * calendar/time-date.el (format-seconds): Comment fix.
917
918 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
919
920 * progmodes/sql.el: Version 2.7.
921 (sql-buffer-live-p): Improve detection.
922 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
923 (sql-set-sqli-buffer): Use it.
924 (sql-product-interactive): Run `sql-set-sqli-hook'.
925 (sql-rename-buffer): Code cleanup.
926 (sql-redirect, sql-redirect-value): New functions. More to come.
927
928 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
929
930 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.
931 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
932 (TRAMP_SRC): New macro.
933 ($(lisp)/net/tramp-loaddefs.el): New target.
934
935 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
936
937 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
938
939 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
940
941 * net/tramp.el (top): Don't show loading message. Require just
942 'tramp-compat, everything else is required there.
943 Use `ignore-errors' where appropriate.
944 (tramp-inline-compress-start-size, tramp-copy-size-limit)
945 (tramp-terminal-type, tramp-end-of-output)
946 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
947 (tramp-completion-function-alist-ssh)
948 (tramp-completion-function-alist-telnet)
949 (tramp-completion-function-alist-su)
950 (tramp-completion-function-alist-putty, tramp-remote-path)
951 (tramp-remote-process-environment, tramp-sh-extra-args)
952 (tramp-actions-before-shell, tramp-uudecode)
953 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
954 (tramp-perl-file-attributes)
955 (tramp-perl-directory-files-and-attributes)
956 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
957 (tramp-perl-encode, tramp-perl-decode)
958 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
959 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
960 (tramp-handle-make-symbolic-link, tramp-handle-load)
961 (tramp-handle-file-name-as-directory)
962 (tramp-handle-file-name-directory)
963 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
964 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
965 (tramp-do-file-attributes-with-ls)
966 (tramp-do-file-attributes-with-perl)
967 (tramp-do-file-attributes-with-stat)
968 (tramp-handle-set-visited-file-modtime)
969 (tramp-handle-verify-visited-file-modtime)
970 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
971 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
972 (tramp-handle-file-selinux-context)
973 (tramp-handle-set-file-selinux-context)
974 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
975 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
976 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
977 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
978 (tramp-handle-file-ownership-preserved-p)
979 (tramp-handle-directory-file-name, tramp-handle-directory-files)
980 (tramp-handle-directory-files-and-attributes)
981 (tramp-do-directory-files-and-attributes-with-perl)
982 (tramp-do-directory-files-and-attributes-with-stat)
983 (tramp-handle-file-name-all-completions)
984 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
985 (tramp-handle-copy-file, tramp-handle-copy-directory)
986 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
987 (tramp-do-copy-or-rename-file-via-buffer)
988 (tramp-do-copy-or-rename-file-directly)
989 (tramp-do-copy-or-rename-file-out-of-band)
990 (tramp-handle-make-directory, tramp-handle-delete-directory)
991 (tramp-handle-delete-file)
992 (tramp-handle-dired-recursive-delete-directory)
993 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
994 (tramp-handle-insert-directory)
995 (tramp-handle-unhandled-file-name-directory)
996 (tramp-handle-expand-file-name)
997 (tramp-handle-substitute-in-file-name)
998 (tramp-handle-executable-find, tramp-process-sentinel)
999 (tramp-handle-start-file-process, tramp-handle-process-file)
1000 (tramp-handle-call-process-region, tramp-handle-shell-command)
1001 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
1002 (tramp-handle-insert-file-contents)
1003 (tramp-handle-insert-file-contents-literally)
1004 (tramp-handle-find-backup-file-name)
1005 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
1006 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
1007 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
1008 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
1009 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
1010 (tramp-find-file-exists-command, tramp-open-shell)
1011 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
1012 (tramp-open-connection-setup-interactive-shell)
1013 (tramp-local-coding-commands, tramp-remote-coding-commands)
1014 (tramp-find-inline-encoding, tramp-call-local-coding-command)
1015 (tramp-inline-compress-commands, tramp-find-inline-compress)
1016 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1017 (tramp-send-command, tramp-wait-for-output)
1018 (tramp-send-command-and-check, tramp-barf-unless-okay)
1019 (tramp-send-command-and-read, tramp-mode-string-to-int)
1020 (tramp-convert-file-attributes, tramp-check-cached-permissions)
1021 (tramp-file-mode-from-int, tramp-file-mode-permissions)
1022 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
1023 (tramp-method-out-of-band-p, tramp-local-host-p)
1024 (tramp-get-remote-path, tramp-get-remote-tmpdir)
1025 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
1026 (tramp-get-test-command, tramp-get-test-nt-command)
1027 (tramp-get-file-exists-command, tramp-get-remote-ln)
1028 (tramp-get-remote-perl, tramp-get-remote-stat)
1029 (tramp-get-remote-readlink, tramp-get-remote-trash)
1030 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
1031 (tramp-get-local-uid, tramp-get-local-gid)
1032 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
1033 tramp-sh.el.
1034 (tramp-methods, tramp-default-method-alist)
1035 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
1036 Move initialization to tramp-sh.el.
1037 (tramp-temp-name-prefix): Make it a defconst.
1038 (tramp-dissect-file-name): Don't check anymore for multi-hop
1039 methods.
1040 (tramp-debug-outline-regexp): Add a docstring.
1041 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
1042 (tramp-get-debug-buffer): Use it.
1043
1044 * net/tramp-cache.el (top): Set tramp-autoload cookie for
1045 initialization forms.
1046 (tramp-set-connection-property): Don't protect `tramp-message'
1047 call, it isn't necessary any longer.
1048 (tramp-dump-connection-properties): Use `ignore-errors'.
1049
1050 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
1051 'password-cache and 'auth-source.
1052
1053 * net/tramp-gvfs.el (top):
1054 * net/tramp-smb.el (top): Require 'tramp-sh.
1055
1056 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
1057
1058 * net/tramp-sh.el: New file, derived from tramp.el.
1059 (top): Initialize `tramp-methods', `tramp-default-method-alist',
1060 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
1061 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
1062 Use `ignore-errors' where appropriate.
1063 (tramp-sh-file-name-handler-alist): Rename from
1064 `tramp-file-name-handler-alist'.
1065 (tramp-send-command-and-check): Return t or nil. Remove all
1066 `zerop' checks, where called.
1067 (tramp-handle-set-file-modes)
1068 (tramp-do-copy-or-rename-file-directly)
1069 (tramp-handle-delete-directory, tramp-handle-delete-file)
1070 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
1071 (tramp-sh-file-name-handler, tramp-send-command-and-check)
1072 (tramp-get-remote-ln): Set tramp-autoload cookie.
1073
1074 * net/tramp-fish.el: Remove file.
1075
1076 2010-09-13 Daiki Ueno <ueno@unixuser.org>
1077
1078 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
1079 buffer-file-name to avoid file-locking. (Bug#7026)
1080
1081 2010-09-13 Julien Danjou <julien@danjou.info>
1082
1083 * notifications.el (notifications-notify): Add support for
1084 image-path and sound-name.
1085 (notifications-specification-version): Add this variable.
1086
1087 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1088
1089 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
1090
1091 2010-09-12 Leo <sdl.web@gmail.com>
1092
1093 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
1094 (rcirc-completion-start): New variables.
1095 (rcirc-nick-completions): Rename to rcirc-completions.
1096 (rcirc-nick-completion-start-offset): Delete.
1097 (rcirc-completion-at-point): New function for constructing
1098 completion data for both nicks and irc commands. Add to
1099 completion-at-point-functions in rcirc mode.
1100 (rcirc-complete): Rename from rcirc-nick-complete; use
1101 rcirc-completion-at-point.
1102 (defun-rcirc-command): Update rcirc-client-commands.
1103
1104 2010-09-11 Glenn Morris <rgm@gnu.org>
1105
1106 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
1107 atomically, to avoid parallel build errors. (Bug#4196)
1108
1109 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
1110
1111 * progmodes/sql.el: Version 2.6
1112 (sql-dialect): Synonym for "sql-product".
1113 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1114 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
1115 Set "sql-buffer" to buffer name not buffer object so multiple sql
1116 interactive buffers work properly. Reverts misguided changes in
1117 earlier work.
1118 (sql-comint): Make sure different buffer name is used if "*SQL*"
1119 buffer is for a different product.
1120 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
1121 login param.
1122 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1123 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1124 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
1125 Accept new buffer name or prompt for one.
1126 (sql-port): Default to zero.
1127 (sql-comint-mysql): Handle "sql-port" as a numeric.
1128 (sql-port-history): Delete unused variable.
1129 (sql-get-login): Default "sql-port" to a number.
1130 (sql-product-alist): Correct Postgres prompt and terminator regexp.
1131 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
1132 "sqlite3" executables.
1133 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
1134 (sql-buffer-live-p): New function.
1135 (sql-mode-menu, sql-send-string): Use it.
1136 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
1137 syntax pattern.
1138 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
1139 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
1140
1141 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1142
1143 * net/netrc.el (netrc-credentials): New convenience function.
1144
1145 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1146
1147 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
1148 to replace texinfo-font-lock-syntactic-keywords.
1149 (texinfo-mode): Use it.
1150
1151 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
1152 Use syntax-propertize-function.
1153
1154 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
1155 replace sgml-font-lock-syntactic-keywords.
1156 (sgml-mode): Use it.
1157
1158 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
1159 since we don't use it.
1160
1161 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
1162
1163 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
1164 if available.
1165 (vhdl-fontify-buffer): Adjust.
1166
1167 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
1168 replace tcl-font-lock-syntactic-keywords.
1169 (tcl-mode): Use it.
1170
1171 * progmodes/simula.el (simula-syntax-propertize-function): New var to
1172 replace simula-font-lock-syntactic-keywords.
1173 (simula-mode): Use it.
1174
1175 * progmodes/sh-script.el (sh-st-symbol): Remove.
1176 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
1177 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
1178 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
1179 (sh-font-lock-paren): Set syntax-multiline.
1180 (sh-font-lock-syntactic-keywords): Remove.
1181 (sh-syntax-propertize-function): New function to replace it.
1182 (sh-mode): Use it.
1183
1184 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
1185 Define while compiling.
1186 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1187 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
1188 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
1189 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1190 (ruby-here-doc-end-syntax): Only define when
1191 syntax-propertize is not available.
1192 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
1193 New functions.
1194 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
1195 (electric-indent-chars): Silence bytecompiler.
1196 (ruby-mode): Use prog-mode, syntax-propertize-function, and
1197 electric-indent-chars.
1198
1199 * progmodes/python.el (python-syntax-propertize-function): New var to
1200 replace python-font-lock-syntactic-keywords.
1201 (python-mode): Use it.
1202 (python-quote-syntax): Simplify and adjust to new use.
1203
1204 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
1205 replace perl-font-lock-syntactic-keywords.
1206 (perl-syntax-propertize-special-constructs): New fun to replace
1207 perl-font-lock-special-syntactic-constructs.
1208 (perl-font-lock-syntactic-face-function): New fun.
1209 (perl-mode): Use it.
1210
1211 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
1212 to replace octave-font-lock-close-quotes.
1213 (octave-syntax-propertize-function): New function to replace
1214 octave-font-lock-syntactic-keywords.
1215 (octave-mode): Use it.
1216
1217 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
1218 replaces mixal-font-lock-syntactic-keywords.
1219 (mixal-mode): Use it.
1220
1221 * progmodes/make-mode.el (makefile-syntax-propertize-function):
1222 New var; replaces makefile-font-lock-syntactic-keywords.
1223 (makefile-mode): Use it.
1224 (makefile-imake-mode): Adjust.
1225
1226 * progmodes/js.el (js--regexp-literal): Define while compiling.
1227 (js-syntax-propertize-function): New var; replaces
1228 js-font-lock-syntactic-keywords.
1229 (js-mode): Use it.
1230
1231 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
1232 replaces gdb-script-font-lock-syntactic-keywords.
1233 (gdb-script-mode): Use it.
1234
1235 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
1236 (fortran--font-lock-syntactic-keywords): New var.
1237 (fortran-line-length): Update syntax-propertize-function and
1238 fortran--font-lock-syntactic-keywords.
1239
1240 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
1241
1242 * progmodes/cfengine.el (cfengine-mode):
1243 Use syntax-propertize-function.
1244 (cfengine-font-lock-syntactic-keywords): Remove.
1245
1246 * progmodes/autoconf.el (autoconf-mode):
1247 Use syntax-propertize-function.
1248 (autoconf-font-lock-syntactic-keywords): Remove.
1249
1250 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
1251 (ada-after-change-function, ada-initialize-syntax-table-properties)
1252 (ada-handle-syntax-table-properties): Only define when
1253 syntax-propertize is not available.
1254 (ada-mode): Use syntax-propertize-function.
1255
1256 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
1257 (font-lock-fontify-syntactic-keywords-region): Move handling of
1258 font-lock-syntactically-fontified to...
1259 (font-lock-default-fontify-region): ...here.
1260 Let syntax-propertize-function take precedence.
1261 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
1262
1263 * emacs-lisp/syntax.el (syntax-propertize-function)
1264 (syntax-propertize-chunk-size, syntax-propertize--done)
1265 (syntax-propertize-extend-region-functions): New vars.
1266 (syntax-propertize-wholelines, syntax-propertize-multiline)
1267 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
1268 (syntax-propertize): New functions.
1269 (syntax-propertize-rules): New macro.
1270 (syntax-ppss-flush-cache): Set syntax-propertize--done.
1271 (syntax-ppss): Call syntax-propertize.
1272
1273 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
1274
1275 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
1276
1277 * textmodes/ispell.el (ispell-init-process): Improve comments.
1278 XEmacs compatibility changes regarding (add-hook) 'local option
1279 and (set-process-query-on-exit-flag).
1280
1281 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
1282
1283 * net/tramp-cache.el (tramp-parse-connection-properties):
1284 Set tramp-autoload cookie.
1285
1286 2010-09-09 Glenn Morris <rgm@gnu.org>
1287
1288 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
1289 (imagemagick-register-types): Doc fix.
1290
1291 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1292
1293 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
1294
1295 * progmodes/js.el (require): Require is already "eval-and-compile".
1296 (js--re-search-forward): Avoid `eval'. Preserve the error data.
1297 (js--re-search-backward): Use js--re-search-forward.
1298
1299 * progmodes/fortran.el (fortran-line-length): Don't recompute
1300 syntactic keywords redundantly a second time.
1301
1302 * progmodes/ada-mode.el: Replace "(set '" with setq.
1303 (ada-mode): Simplify.
1304 (ada-create-case-exception, ada-adjust-case-interactive)
1305 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
1306 (ada-search-ignore-string-comment, ada-move-to-start)
1307 (ada-move-to-end): Use with-syntax-table.
1308
1309 * font-lock.el (save-buffer-state): Remove `varlist' arg.
1310 (font-lock-unfontify-region, font-lock-default-fontify-region):
1311 Update usage correspondingly.
1312 (font-lock-fontify-syntactic-keywords-region):
1313 Set parse-sexp-lookup-properties buffer-locally here.
1314 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
1315
1316 * simple.el (blink-matching-open): Don't burp if we can't find a match.
1317
1318 2010-09-08 Glenn Morris <rgm@gnu.org>
1319
1320 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
1321 Error if not compiled with -DBYTE_CODE_METER.
1322
1323 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1324 Ignore dir-locals-file.
1325
1326 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1327
1328 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1329 Not a const.
1330 (compilation-error-regexp-alist-alist): Rule out ": " in file names
1331 for the `gnu' messages.
1332 (compilation-set-skip-threshold): New command.
1333 (compilation-start): Use \' rather than $.
1334 (compilation-forget-errors): Use clrhash.
1335
1336 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
1337
1338 * textmodes/ispell.el (ispell-valid-dictionary-list):
1339 Simplify logic.
1340
1341 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
1342
1343 Migrate to Tramp 2.2. Rearrange load dependencies.
1344 (Bug#1529, Bug#5448, Bug#5705)
1345
1346 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
1347 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
1348 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1349
1350 * net/tramp.el (top): Remove all other tramp-* loads except
1351 tramp-compat.el. Remove all changes to tramp-unload-hook for
1352 other tramp-* packages. Rearrange defun order. Change calls of
1353 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
1354 `tramp-compat-octal-to-decimal' to new function names.
1355 (tramp-terminal-type, tramp-initial-end-of-output)
1356 (tramp-methods, tramp-foreign-file-name-handler-alist)
1357 (tramp-tramp-file-p, tramp-completion-mode-p)
1358 (tramp-send-command-and-check, tramp-get-remote-path)
1359 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
1360 (tramp-shell-quote-argument): Set tramp-autoload cookie.
1361 (with-file-property, with-connection-property): Move to
1362 tramp-cache.el.
1363 (tramp-local-call-process, tramp-decimal-to-octal)
1364 (tramp-octal-to-decimal): Move to tramp-compat.el.
1365 (tramp-handle-shell-command): Do not require 'shell.
1366 (tramp-compute-multi-hops): No special handling for tramp-gw-*
1367 symbols.
1368 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
1369
1370 * net/tramp-cache.el (top): Require 'tramp. Add to
1371 `tramp-unload-hook'.
1372 (tramp-cache-data, tramp-get-file-property)
1373 (tramp-set-file-property, tramp-flush-file-property)
1374 (tramp-flush-directory-property, tramp-get-connection-property)
1375 (tramp-set-connection-property, tramp-flush-connection-property)
1376 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
1377 cookie.
1378 (with-file-property, with-connection-property): New defuns, moved
1379 from tramp.el.
1380 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
1381 macro.
1382
1383 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
1384 (tramp-version): Set tramp-autoload cookie.
1385
1386 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
1387 changes to tramp-unload-hook for other tramp-* packages. Add to
1388 `tramp-unload-hook'.
1389 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
1390 (tramp-compat-call-process): New defuns, moved from tramp.el.
1391
1392 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
1393 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1394 to `tramp-unload-hook'. Change call of
1395 `tramp-compat-decimal-to-octal' to new function name.
1396 (tramp-fish-method): Make it a defconst.
1397 (tramp-fish-file-name-p): Make it a defsubst.
1398 (tramp-fish-method, tramp-fish-file-name-handler)
1399 (tramp-fish-file-name-p): Set tramp-autoload cookie.
1400
1401 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
1402 `tramp-foreign-file-name-handler-alist'. Add to
1403 `tramp-unload-hook'.
1404 (tramp-ftp-method): Make it a defconst.
1405 (tramp-ftp-file-name-p): Make it a defsubst.
1406 (tramp-ftp-method, tramp-ftp-file-name-handler)
1407 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
1408
1409 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
1410 `tramp-foreign-file-name-handler-alist'. Add to
1411 `tramp-unload-hook'. Change checks, whether package can be
1412 loaded.
1413 (tramp-gvfs-file-name-p): Make it a defsubst.
1414 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
1415 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
1416 (tramp-gvfs-handle-file-directory-p): New defun.
1417 (tramp-gvfs-file-name-handler-alist): Use it.
1418
1419 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
1420 `tramp-foreign-file-name-handler-alist'. Add to
1421 `tramp-unload-hook'.
1422 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
1423 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
1424 defconst.
1425 (tramp-gw-tunnel-method, tramp-gw-socks-method)
1426 (tramp-gw-open-connection): Set tramp-autoload cookie.
1427
1428 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
1429 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1430 to `tramp-unload-hook'. Change checks, whether package can be
1431 loaded.
1432 (tramp-imap-file-name-p): Make it a defsubst.
1433 (tramp-imap-method, tramp-imaps-method)
1434 (tramp-imap-file-name-handler)
1435 (tramp-imap-file-name-p): Set tramp-autoload cookie.
1436
1437 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
1438 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1439 to `tramp-unload-hook'. Change checks, whether package can be
1440 loaded. Change call of `tramp-compat-decimal-to-octal' to new
1441 function name.
1442 (tramp-smb-tunnel-method): Make it a defconst.
1443 (tramp-smb-file-name-p): Make it a defsubst.
1444 (tramp-smb-method, tramp-smb-file-name-handler)
1445 (tramp-smb-file-name-p): Set tramp-autoload cookie.
1446
1447 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
1448 (tramp-uuencode-region): Set tramp-autoload cookie.
1449
1450 * net/trampver.el (top) Add to `tramp-unload-hook'.
1451 (tramp-version, tramp-bug-report-address): Set tramp-autoload
1452 cookie. Update release number.
1453
1454 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
1455
1456 * textmodes/ispell.el (ispell-start-process): Make sure original
1457 arg list is properly initialized (Bug#6993, Bug#6994).
1458
1459 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1460
1461 * files.el (directory-abbrev-alist): Use \` as default regexp.
1462
1463 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1464 chars like - or ] (bug#6984).
1465 (rx-any-condense-range): Explode 2-char ranges.
1466
1467 2010-09-06 Glenn Morris <rgm@gnu.org>
1468
1469 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1470
1471 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1472
1473 * textmodes/bibtex.el:
1474 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1475
1476 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1477
1478 * net/imap.el (imap-message-map): Remove optional buffer parameter,
1479 since no callers use it.
1480 (imap-message-get): Ditto.
1481 (imap-message-put): Ditto.
1482 (imap-mailbox-map): Ditto.
1483 (imap-mailbox-put): Ditto.
1484 (imap-mailbox-get): Ditto.
1485 (imap-mailbox-get): Revert last change for this function.
1486
1487 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1488
1489 * net/imap.el (imap-fetch-safe): Remove function, and alter all
1490 callers to use `imap-fetch' instead. According to the comments, this
1491 should be safe, since all other IMAP clients use the 1:* syntax.
1492 (imap-enable-exchange-bug-workaround): Remove.
1493 (imap-debug): Remove -- doesn't seem very useful.
1494
1495 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1496
1497 * net/imap.el (imap-log): New convenience function used throughout
1498 instead of repeating the same code all over the place.
1499
1500 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
1501
1502 * mouse.el (mouse-save-then-kill): Save region to kill-ring
1503 when mouse-drag-copy-region is non-nil (Bug#6956).
1504
1505 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
1506
1507 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
1508 Improve regexps (Bug#6987).
1509 (dired-sort-toggle): Search more robustly for -t flag.
1510
1511 * files.el (get-free-disk-space): Search more robustly for
1512 "available" column. Suggested by Ehud Karni
1513 <ehud@unix.mvs.co.il>.
1514
1515 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
1516
1517 * international/uni-bidi.el:
1518 * international/uni-category.el:
1519 * international/uni-combining.el:
1520 * international/uni-decimal.el:
1521 * international/uni-mirrored.el:
1522 * international/uni-name.el: Regenerate.
1523
1524 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1525
1526 * electric.el (electric-indent-post-self-insert-function):
1527 Don't reindent with a sloppy indentation function.
1528
1529 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
1530 border case in change-log-mode.
1531
1532 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
1533
1534 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1535 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
1536 Recognize leading tab in gcc-include regexp. Ignore names with
1537 leading "from" or "in" in gnu regexp (Bug#6937).
1538
1539 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1540
1541 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
1542 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
1543 (ispell-start-process): Avoid setq and simplify logic.
1544 (ispell-init-process): Setup kill-buffer-hook locally when needed.
1545 (kill-buffer-hook): Don't use it globally with code that uses
1546 expand-file-name since that may call kill-buffer via
1547 code_conversion_restore.
1548
1549 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
1550
1551 * emacs-lisp/package.el (package-directory-list): Only call
1552 file-name-nondirectory on a string.
1553
1554 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
1555
1556 * emacs-lisp/package.el (package--download-one-archive):
1557 Ensure that archive-contents is valid before saving it.
1558 (package-activate-1, package-mark-obsolete, define-package)
1559 (package-compute-transaction, package-list-maybe-add): Use push.
1560
1561 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1562
1563 Use SMIE's blink-paren for octave-mode.
1564 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
1565 Backslashes do not escape single-quotes, single-quotes do.
1566 (octave-block-else-regexp, octave-block-end-regexp)
1567 (octave-block-match-alist): Remove.
1568 (octave-smie-bnf-table): New var, with old content.
1569 (octave-smie-op-levels): Use it.
1570 (octave-smie-closer-alist): New var.
1571 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
1572 (octave-blink-matching-block-open): Remove.
1573 (octave-reindent-then-newline-and-indent, octave-electric-semi)
1574 (octave-electric-space): Let self-insert-command run expand-abbrev and
1575 blink parens.
1576
1577 * electric.el (electricity): New group.
1578 (electric-indent-chars): New var.
1579 (electric-indent-post-self-insert-function): New fun.
1580 (electric-indent-mode): New minor mode.
1581 (electric-pair-skip-self): New custom.
1582 (electric-pair-post-self-insert-function): New function.
1583 (electric-pair-mode): New minor mode.
1584
1585 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
1586 calcAlg-blink-matching-open.
1587 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
1588 (calc-do-alg-entry): Only touch the part of the keymap that varies.
1589 Use the new blink-matching-check-function.
1590
1591 Provide blink-matching support to SMIE.
1592 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
1593 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
1594 (smie-blink-matching-check, smie-blink-matching-open): New functions.
1595
1596 * simple.el (newline): Fix last change to properly remove itself from
1597 the hook.
1598
1599 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1600
1601 * simple.el (newline): Eliminate optimization.
1602 Use post-self-insert-hook to set hard-newline and things before
1603 running post-self-insert-hook.
1604 (blink-matching-check-mismatch): New function.
1605 (blink-matching-check-function): New variable.
1606 (blink-matching-open): Use them.
1607 Skip back forward over prefix chars skipped by forward-sexp.
1608 Don't check if the parens are backslash escaped.
1609 (blink-paren-post-self-insert-function): Check backslash escaping here.
1610
1611 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
1612
1613 * emacs-lisp/package.el (package-menu-mode-map):
1614 Change package-menu-revert bindings to revert-buffer.
1615 (package-menu-mode): Set revert-buffer-function.
1616 (package-menu-revert): Doc fix.
1617
1618 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
1619
1620 * textmodes/ispell.el (ispell-init-process): Use "~/" as
1621 `default-directory' unless using Ispell per-directory personal
1622 dictionaries and not in a mini-buffer under XEmacs.
1623 (kill-buffer-hook): Do not kill ispell process on exit when
1624 `ispell-process-directory' is "~/". (Bug#6143)
1625
1626 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1627
1628 * simple.el (kill-new): Call interprogram-cut-function with only
1629 one argument.
1630
1631 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
1632 Remove cut buffer from error message.
1633
1634 * term/x-win.el (x-select-text):
1635 * term/pc-win.el (x-selection-value):
1636 * term/ns-win.el (x-selection-value):
1637 * eshell/em-term.el:
1638 * w32-fns.el (x-get-selection-value):
1639 * mouse-sel.el (mouse-sel-set-selection-function):
1640 * frame.el (display-selections-p): Remove cut-buffer in documentation.
1641
1642 * term/x-win.el: Update documentation for x-last-selected-text-*.
1643 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
1644 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
1645 (x-select-text): Remove argument PUSH, update documentation. Remove
1646 cut-buffer code.
1647 (x-selection-value-internal): Was previously x-selection-value.
1648 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
1649 Update documentation, remove cut-buffer code. Call
1650 x-selection-value-internal.
1651 (x-clipboard-yank): Call x-selection-value-internal.
1652 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
1653
1654 * term/pc-win.el (x-last-selected-text):
1655 x-cut-buffer-or-selection-value renamed to x-selection-value
1656 (x-select-text): Remove argument PUSH, update documentation.
1657
1658 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
1659 x-cut-buffer-or-selection-value renamed to x-selection-value
1660 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
1661 (x-select-text): Remove argument PUSH, update documentation.
1662
1663 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
1664
1665 * w32-fns.el (x-last-selected-text):
1666 x-cut-buffer-or-selection-value renamed to x-selection-value.
1667 (x-cut-buffer-max): Remove.
1668 (x-select-text): Remove argument PUSH, update documentation.
1669
1670 * simple.el (interprogram-cut-function): Remove mention of PUSH.
1671
1672 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
1673
1674 * mouse-sel.el (mouse-sel-get-selection-function):
1675 x-cut-buffer-or-selection-value renamed to x-selection-value.
1676 (x-select-text): Remove optional push.
1677
1678 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1679
1680 * simple.el (blink-paren-function): Move from C to here.
1681 (blink-paren-post-self-insert-function): New function.
1682 (post-self-insert-hook): Use it.
1683
1684 * emacs-lisp/pcase.el (pcase-split-memq):
1685 Fix overenthusiastic optimisation.
1686 (pcase-u1): Handle the case of a lambda pred.
1687
1688 2010-08-31 Kenichi Handa <handa@m17n.org>
1689
1690 * international/mule-cmds.el (standard-display-european-internal):
1691 Setup standard-display-table for 8-bit characters by storing 8-bit
1692 characters in the element vector.
1693
1694 * disp-table.el (standard-display-8bit):
1695 Setup standard-display-table for 8-bit characters by storing 8-bit
1696 characters in the element vector.
1697 (standard-display-european): Likewise.
1698
1699 2010-08-31 Masatake YAMATO <yamato@redhat.com>
1700
1701 * textmodes/nroff-mode.el (nroff-view): New command.
1702 (nroff-mode-map): Bind it to C-c C-c.
1703
1704 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1705
1706 * emacs-lisp/smie.el (smie-down-list): New command.
1707
1708 Remove old indentation and navigation code on octave-mode.
1709 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
1710 smie-down-list rather than add a binding for octave-down-block.
1711 (octave-mark-block, octave-blink-matching-block-open):
1712 Rely on forward-sexp-function.
1713 (octave-fill-paragraph): Don't narrow, so you can use
1714 indent-according-to-mode.
1715 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
1716 (octave-in-block-p, octave-re-search-forward-kw)
1717 (octave-re-search-backward-kw, octave-indent-calculate)
1718 (octave-end-as-array-index-p, octave-block-end-offset)
1719 (octave-scan-blocks, octave-forward-block, octave-backward-block)
1720 (octave-down-block, octave-backward-up-block, octave-up-block)
1721 (octave-before-magic-comment-p, octave-indent-line): Remove.
1722
1723 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
1724
1725 * emacs-lisp/package.el (package--read-archive-file): Just use
1726 `read', to avoid copying an additional string.
1727 (package-menu-mode): Set header-line-format here.
1728 (package-menu-refresh, package-menu-revert): Signal an error if
1729 not in the Package Menu.
1730 (package-menu-package-list): New var.
1731 (package--generate-package-list): Operate on the current buffer;
1732 don't assume that it is *Packages*, since the user may rename it.
1733 Allow persistent package listings and sort keys using
1734 package-menu-package-list and package-menu-package-sort-key.
1735 (package-menu--version-predicate): Fix version calculation.
1736 (package-menu-sort-by-column): Don't select the window.
1737 (package--list-packages): Create the *Packages* buffer.
1738 Set package-menu-package-list-key.
1739 (list-packages): Sorting by status is now the default.
1740 (package-buffer-info): Use match-string-no-properties.
1741 (define-package): Add a &rest argument for future proofing, but
1742 don't use it yet.
1743 (package-install-from-buffer, package-install-buffer-internal):
1744 Merge into a single function, package-install-from-buffer.
1745 (package-install-file): Change caller.
1746
1747 * finder.el: Load finder-inf using `require'.
1748 (finder-list-matches): Sorting by status is now the default.
1749 (finder-compile-keywords): Simpify printing.
1750
1751 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1752
1753 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1754 (octave-mode-map): Remove special bindings for forward/backward-block
1755 and octave-backward-up-block. Use smie-close-block.
1756 (octave-continuation-marker-regexp): New var.
1757 (octave-continuation-regexp): Use it.
1758 (octave-operator-table, octave-smie-op-levels)
1759 (octave-operator-regexp, octave-smie-indent-rules): New vars.
1760 (octave-smie-backward-token, octave-smie-forward-token): New funs.
1761 (octave-mode): Use SMIE.
1762 (octave-close-block): Delete.
1763
1764 2010-08-30 Eli Zaretskii <eliz@gnu.org>
1765
1766 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
1767 CLIPBOARD, not in PRIMARY. (Bug#6944)
1768
1769 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1770
1771 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
1772 a list of parents.
1773 (smie-indent-column): Allow indirection through variables.
1774
1775 * composite.el (save-buffer-state): Delete, unused.
1776 * font-lock.el (save-buffer-state): Use with-silent-modifications.
1777 (font-lock-default-fontify-region): Use with-syntax-table.
1778 * jit-lock.el (with-buffer-unmodified): Remove.
1779 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
1780
1781 Use `declare' in defmacros.
1782 * window.el (save-selected-window):
1783 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
1784 * progmodes/python.el (def-python-skeleton):
1785 * net/dbus.el (dbus-ignore-errors):
1786 * jka-cmpr-hook.el (with-auto-compression-mode):
1787 * international/mule.el (with-category-table):
1788 * emacs-lisp/timer.el (with-timeout):
1789 * emacs-lisp/lisp-mnt.el (lm-with-file):
1790 * emacs-lisp/eieio.el (with-slots):
1791 * emacs-lisp/easymenu.el (easy-menu-define):
1792 * emacs-lisp/debug.el (debugger-env-macro):
1793 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
1794 (Multiple-value-call, Multiple-value-prog1):
1795 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
1796 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
1797 edebug rule to definition.
1798 * emacs-lisp/lisp-mode.el (save-selected-window)
1799 (with-current-buffer, combine-after-change-calls)
1800 (with-output-to-string, with-temp-file, with-temp-buffer)
1801 (with-temp-message, with-syntax-table, read-if, eval-after-load)
1802 (dolist, dotimes, when, unless):
1803 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
1804
1805 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
1806
1807 * finder.el: Require `package'.
1808 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
1809 (finder-package-info): Var deleted.
1810 (finder-keywords-hash, finder--builtins-alist): New vars.
1811 (finder-compile-keywords): Compute package--builtins and
1812 finder-keywords-hash instead of finder-keywords-hash, respecting
1813 the "Package" header.
1814 (finder-unknown-keywords, finder-list-matches):
1815 Use finder-keywords-hash and package--list-packages.
1816 (finder-mode): Don't set font-lock-defaults.
1817 (finder-exit): We don't use "*Finder-package*" and "*Finder
1818 Category*" buffers anymore.
1819
1820 * emacs-lisp/package.el (package--builtins-base): Var deleted.
1821 (package--builtins): Set default value to nil.
1822 (package-initialize): Load precomputed value of package--builtins
1823 from finder-inf.el.
1824 (package-alist, package-compute-transaction)
1825 (package-download-transaction): Improve docstring.
1826 (package-read-all-archive-contents): Do not change
1827 package--builtins here.
1828 (list-packages): Make package-list-packages an alias for this.
1829 Sort by status by default.
1830 (package--list-packages): Add optional PACKAGES arg.
1831 (describe-package-1): Use font-lock-face property. For built-in
1832 packages, insert file commentary.
1833 (package--generate-package-list): Rename from
1834 package-list-packages-internal; all callers changed. Add optional
1835 PACKAGES arg. Add alphabetical sort fallbacks.
1836 (package-menu--version-predicate, package-menu--status-predicate)
1837 (package-menu--description-predicate)
1838 (package-menu--name-predicate): New functions.
1839
1840 * info.el (Info-finder-find-node): Search package-alist instead of
1841 finder-package-info.
1842
1843 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
1844
1845 * subr.el (version-regexp-alist): Don't use "a" and "b" for
1846 "alpha" and "beta".
1847 (version-to-list): Handle versions like "10.3d".
1848
1849 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1850
1851 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
1852 (macroexp-accumulate): Use `declare'.
1853
1854 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1855
1856 * whitespace.el (whitespace-style): Adjust type declaration.
1857
1858 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1859
1860 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1861 empty argument to gvfs-copy.
1862
1863 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1864
1865 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1866 handle new TRASH arg of `delete-file'.
1867
1868 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1869
1870 * net/tramp.el (tramp-handle-insert-directory): Don't use
1871 `forward-word', its default syntax could be changed.
1872
1873 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1874 Michael Albinus <michael.albinus@gmx.de>
1875
1876 Implement compression for inline methods.
1877
1878 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1879 (tramp-copy-size-limit): Allow also nil.
1880 (tramp-inline-compress-commands): New defconst.
1881 (tramp-find-inline-compress, tramp-get-inline-compress)
1882 (tramp-get-inline-coding): New defuns.
1883 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1884 replaced by `tramp-get-inline-coding'.
1885 (tramp-handle-file-local-copy, tramp-handle-write-region)
1886 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1887
1888 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1889
1890 Detect ssh 'ControlMaster' argument automatically in some cases.
1891
1892 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1893 (tramp-default-method): Use it.
1894
1895 2010-08-26 Karel Klíč <kklic@redhat.com>
1896
1897 * net/tramp.el (tramp-file-name-for-operation):
1898 Add file-selinux-context.
1899
1900 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1901
1902 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1903
1904 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1905
1906 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1907 (Bug#6907).
1908
1909 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
1910
1911 * progmodes/js.el: Make indentation more customizable (Bug#6914).
1912 (js-paren-indent-offset, js-square-indent-offset)
1913 (js-curly-indent-offset): New options.
1914 (js--proper-indentation): Use them.
1915
1916 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
1917
1918 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
1919 instead of inspecting font-lock properties (Bug#6916).
1920
1921 2010-08-26 David Reitter <david.reitter@gmail.com>
1922
1923 * server.el (server-visit-files): Run pre-command-hook and
1924 post-command-hook for each buffer while it is current (Bug#6910).
1925 (server-execute): Do not run hooks here.
1926
1927 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
1928
1929 Sync with Tramp 2.1.19.
1930
1931 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1932 (tramp-reporter-dump-variable, tramp-load-report-modules)
1933 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1934 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1935
1936 * net/tramp-compat.el (top): Do not autoload
1937 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1938 only when `start-file-process' is not bound.
1939 (byte-compile-not-obsolete-vars): Define if not bound.
1940 (tramp-compat-funcall): New defmacro.
1941 (tramp-compat-line-beginning-position)
1942 (tramp-compat-line-end-position)
1943 (tramp-compat-temporary-file-directory)
1944 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1945 (tramp-compat-copy-file, tramp-compat-copy-directory)
1946 (tramp-compat-delete-file, tramp-compat-delete-directory)
1947 (tramp-compat-number-sequence, tramp-compat-process-running-p):
1948 Use it.
1949 (tramp-advice-file-expand-wildcards): Do not use
1950 `tramp-handle-file-remote-p'.
1951 (tramp-compat-make-temp-file): Simplify fallback implementation.
1952 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1953 (tramp-compat-copy-tree): Remove function.
1954 (tramp-compat-delete-file): New defun.
1955 (tramp-compat-delete-directory): Provide implementation for older
1956 Emacsen.
1957 (tramp-compat-file-attributes): Handle only
1958 `wrong-number-of-arguments' error.
1959
1960 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1961 Add PRESERVE_SELINUX_CONTEXT.
1962 (tramp-fish-handle-delete-file): Add TRASH arg.
1963 (tramp-fish-handle-directory-files-and-attributes):
1964 Do not use `tramp-fish-handle-file-attributes.
1965 (tramp-fish-handle-file-local-copy)
1966 (tramp-fish-handle-insert-file-contents)
1967 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1968
1969 * net/tramp-gvfs.el (top): Require url-util.
1970 (tramp-gvfs-mount-point): Remove.
1971 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1972 and `set-file-selinux-context'.
1973 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1974 (tramp-gvfs-handle-file-selinux-context)
1975 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1976 (with-tramp-dbus-call-method): Format trace message.
1977 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1978 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1979 Implement backup call, when operation on local files fails.
1980 Use progress reporter. Flush properties of changed files.
1981 (tramp-gvfs-handle-delete-file): Add TRASH arg. Use
1982 `tramp-compat-delete-file'.
1983 (tramp-gvfs-handle-expand-file-name): Expand "~/".
1984 (tramp-gvfs-handle-make-directory): Make more traces.
1985 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1986 (tramp-gvfs-url-file-name): Hexify file name in url.
1987 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1988 into account for the resulting file name.
1989 (tramp-gvfs-handler-askquestion): Preserve current message, in
1990 order to let progress reporter continue afterwards. (Bug#6257)
1991 Return dummy mountpoint, when the answer is "no".
1992 See `tramp-gvfs-maybe-open-connection'.
1993 (tramp-gvfs-handler-mounted-unmounted)
1994 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1995 attribute "default_location". Set "prefix" property.
1996 Handle default-location.
1997 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1998 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1999 exists. Raise an error, if not (due to a corresponding answer
2000 "no" in interactive questions, for example).
2001 Use `tramp-compat-funcall'.
2002
2003 * net/tramp-imap.el (top): Autoload `epg-make-context'.
2004 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2005 (tramp-imap-do-copy-or-rename-file)
2006 (tramp-imap-handle-insert-file-contents)
2007 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2008 (tramp-imap-handle-delete-file): Add TRASH arg.
2009
2010 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2011 Add PRESERVE-SELINUX-CONTEXT.
2012 (tramp-smb-handle-copy-file)
2013 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2014 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2015 Use `with-progress-reporter'.
2016 (tramp-smb-handle-delete-file): Add TRASH arg.
2017
2018 * net/tramp.el (tramp-methods): Move hostname to the end in all
2019 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
2020 appropriate.
2021 (tramp-verbose): Describe verbose level 9.
2022 (tramp-completion-function-alist)
2023 (tramp-file-name-regexp, tramp-chunksize)
2024 (tramp-local-coding-commands, tramp-remote-coding-commands)
2025 (with-connection-property, tramp-completion-mode-p)
2026 (tramp-action-process-alive, tramp-action-out-of-band)
2027 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2028 (tramp-exists-file-name-handler): Fix docstring.
2029 (tramp-remote-process-environment): Use `format' instead of
2030 `concat'. Protect version string by apostroph.
2031 (tramp-shell-prompt-pattern): Do not use a shy group in case of
2032 XEmacs.
2033 (tramp-file-name-regexp-unified)
2034 (tramp-completion-file-name-regexp-unified): On W32 systems, do
2035 not regard the volume letter as remote filename. (Bug#5447)
2036 (tramp-perl-file-attributes)
2037 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2038 (tramp-vc-registered-read-file-names): Read input as
2039 here-document, otherwise the command could exceed maximum length
2040 of command line.
2041 (tramp-file-name-handler-alist): Add `file-selinux-context' and
2042 `set-file-selinux-context'.
2043 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
2044 backtrace functions.
2045 (tramp-error-with-buffer): Don't show the connection buffer when
2046 we are in completion mode.
2047 (tramp-progress-reporter-update, tramp-remote-selinux-p)
2048 (tramp-handle-file-selinux-context)
2049 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
2050 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
2051 New defuns.
2052 (with-progress-reporter): New defmacro.
2053 (tramp-debug-outline-regexp): New defconst.
2054 (top, tramp-rfn-eshadow-setup-minibuffer)
2055 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2056 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2057 (tramp-completion-mode-p, tramp-check-for-regexp)
2058 (tramp-open-connection-setup-interactive-shell)
2059 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2060 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2061 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
2062 Use `tramp-compat-funcall'.
2063 (tramp-handle-make-symbolic-link): Flush file properties.
2064 (tramp-handle-load, tramp-handle-file-local-copy)
2065 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2066 (tramp-handle-vc-registered, tramp-maybe-send-script)
2067 (tramp-find-shell): Use `with-progress-reporter'.
2068 (tramp-do-file-attributes-with-stat): Add space in format string,
2069 in order to work around a bug in pdksh. Reported by Gilles Pion
2070 <gpion@lfdj.com>.
2071 (tramp-handle-verify-visited-file-modtime): Do not send a command
2072 when the connection is not established.
2073 (tramp-handle-set-file-times): Simplify the check for utc.
2074 (tramp-handle-directory-files-and-attributes)
2075 (tramp-get-remote-path): Use `copy-tree'.
2076 (tramp-completion-handle-file-name-all-completions): Ensure, that
2077 non remote files are still checked. Oops.
2078 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2079 Handle PRESERVE-SELINUX-CONTEXT.
2080 (tramp-do-copy-or-rename-file): Add progress reporter.
2081 (tramp-do-copy-or-rename-file-directly): Do not use
2082 `tramp-handle-file-remote-p'.
2083 (tramp-do-copy-or-rename-file-out-of-band):
2084 Use `tramp-compat-delete-directory'.
2085 (tramp-do-copy-or-rename-file-out-of-band)
2086 (tramp-compute-multi-hops, tramp-maybe-open-connection):
2087 Use `format-spec-make'.
2088 (tramp-handle-delete-file): Add TRASH arg.
2089 (tramp-handle-dired-uncache): Flush directory cache, not only file
2090 cache.
2091 (tramp-handle-expand-file-name)
2092 (tramp-completion-handle-file-name-all-completions)
2093 (tramp-completion-handle-file-name-completion):
2094 Use `tramp-connectable-p'.
2095 (tramp-handle-start-file-process): Set connection property "vec".
2096 Use it, in order to invalidate file caches. Check only for
2097 `remote-tty' process property.
2098 Implement tty setting. (Bug#4604, Bug#6360)
2099 (tramp-file-name-for-operation): Add `call-process-region' and
2100 `set-file-selinux-context'.
2101 (tramp-find-foreign-file-name-handler)
2102 (tramp-advice-make-auto-save-file-name)
2103 (tramp-set-auto-save-file-modes): Remove superfluous check for
2104 `stringp'. This is done inside `tramp-tramp-file-p'.
2105 (tramp-file-name-handler): Trace 'quit. Catch the error for some
2106 operations when we are in completion mode. This gives the user
2107 the chance to correct the file name in the minibuffer.
2108 (tramp-completion-mode-p): Use `non-essential'.
2109 (tramp-handle-file-name-all-completions): Backward/ XEmacs
2110 compatibility: Use `completion-ignore-case' if
2111 `read-file-name-completion-ignore-case' does not exist.
2112 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
2113 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2114 `tramp-open-shell'.
2115 (tramp-action-password): Hide password prompt before next run.
2116 (tramp-process-actions): Widen connection buffer for the trace.
2117 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2118 process property. Trace stty settings if `tramp-verbose' >= 9.
2119 Apply workaround for IRIX64 bug. Move argument of last
2120 `tramp-send-command' where it belongs to.
2121 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2122 front of `login-args'.
2123 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
2124 on "/dev/null" instead of "/".
2125 (tramp-get-ls-command-with-dired): Make test for "--dired"
2126 stronger.
2127 (tramp-set-auto-save-file-modes): Adapt version check.
2128 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
2129 (tramp-handle-process-file): Call the program in a subshell, in
2130 order to preserve working directory.
2131 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
2132 `tramp-remote-sh' from `tramp-methods'.
2133 (tramp-get-ls-command): Make test for "--color=never" stronger.
2134 (tramp-check-for-regexp): Use (forward-line 1).
2135
2136 * net/trampver.el: Update release number.
2137
2138 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2139
2140 * help.el (help-map): Bind `C-h P' to describe-package.
2141
2142 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
2143
2144 * emacs-lisp/package.el (package-refresh-contents): Catch errors
2145 when downloading archives.
2146 (describe-package-1): Add package commentary.
2147 (package-install-button-action): New function.
2148 (package-menu-mode-map): Bind ? to package-menu-describe-package.
2149 (package-menu-view-commentary): Function removed.
2150 (package-list-packages-internal): Hide the `package' package too.
2151
2152 2010-08-25 Kenichi Handa <handa@m17n.org>
2153
2154 * language/misc-lang.el ("Arabic"): New language environment.
2155 Setup composition-function-table for Arabic characters.
2156
2157 * international/fontset.el (setup-default-fontset): Fix typo for
2158 arabic OTF spec (fini->fina).
2159
2160 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
2161
2162 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
2163 on all frames.
2164
2165 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2166
2167 * whitespace.el: Allow cleaning up blanks without blank
2168 visualization (Bug#6651). Adjust help window for
2169 whitespace-toggle-options (Bug#6479). Allow to use fill-column
2170 instead of whitespace-line-column (from EmacsWiki). New version
2171 13.1.
2172 (whitespace-style): Added new value 'face. Adjust docstring.
2173 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
2174 foreground property face.
2175 (whitespace-line-column): Adjust docstring and type declaration.
2176 (whitespace-style-value-list, whitespace-toggle-option-alist)
2177 (whitespace-help-text): Adjust const initialization.
2178 (whitespace-toggle-options, global-whitespace-toggle-options):
2179 Adjust docstring.
2180 (whitespace-display-window, whitespace-interactive-char)
2181 (whitespace-style-face-p, whitespace-color-on): Adjust code.
2182 (whitespace-help-scroll): New fun.
2183
2184 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2185
2186 * emacs-lisp/package.el (list-packages): Alias for
2187 package-list-packages.
2188
2189 2010-08-24 Kevin Ryde <user42@zip.com.au>
2190
2191 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
2192 (Bug#5651).
2193
2194 * progmodes/ruby-mode.el (ruby): Add defgroup.
2195
2196 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2197
2198 * progmodes/python.el: Add Ipython support (Bug#5390).
2199 (python-shell-prompt-alist)
2200 (python-shell-continuation-prompt-alist): New options.
2201 (python--set-prompt-regexp): New function.
2202 (inferior-python-mode, run-python, python-shell): Require
2203 ansi-color. Use python--set-prompt-regexp to set the comint
2204 prompt based on the Python interpreter.
2205 (python--prompt-regexp): New var.
2206 (python-check-comint-prompt)
2207 (python-comint-output-filter-function): Use it.
2208 (run-python): Use a pipe (Bug#5694).
2209
2210 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
2211
2212 * progmodes/python.el (python-send-region): Send a different
2213 Python command if Ipython is in use.
2214 (python-check-version): Use a Python command to find the version.
2215
2216 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2217
2218 * mouse.el (mouse-yank-primary): Avoid setting primary when
2219 deactivating the mark (Bug#6872).
2220
2221 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
2222
2223 * progmodes/python.el (python-block-pairs): Allow use of "finally"
2224 with "else" (Bug#3991).
2225
2226 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
2227
2228 * net/dbus.el: Accept UNIX domain sockets as bus address.
2229 (top): Don't initialize `dbus-registered-objects-table' anymore,
2230 this is done in dbusbind,c.
2231 (dbus-check-event): Adapt test for bus.
2232 (dbus-return-values-table, dbus-unregister-service)
2233 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
2234 Adapt doc string.
2235
2236 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
2237
2238 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
2239
2240 2010-08-22 Juri Linkov <juri@jurta.org>
2241
2242 * simple.el (read-extended-command): New function with the logic
2243 for `completing-read' moved to Elisp from `execute-extended-command'.
2244 Use `function-called-at-point' in `minibuffer-default-add-function'
2245 to get a command name for M-n (bug#5364, bug#5214).
2246
2247 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2248
2249 * startup.el (command-line-1): Issue warning for ignored arguments
2250 --unibyte, etc (Bug#6886).
2251
2252 2010-08-22 Leo <sdl.web@gmail.com>
2253
2254 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
2255 (ignore, bright, dim, keyword): Split list of nicknames before
2256 passing to rcirc-add-or-remove (Bug#6894).
2257
2258 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2259
2260 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2261
2262 2010-08-22 Leo <sdl.web@gmail.com>
2263
2264 Fix buffer-list rename&refresh after killing a buffer in ido.
2265 * ido.el: Revert Óscar's.
2266 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
2267 Remember the buffers at head, rather than their name.
2268 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
2269
2270 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
2271 Stefan Monnier <monnier@iro.umontreal.ca>
2272
2273 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2274 extra backslash added to each line (bug#6890).
2275
2276 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2277
2278 * subr.el (read-key): Don't echo keystrokes (bug#6883).
2279
2280 2010-08-22 Glenn Morris <rgm@gnu.org>
2281
2282 * menu-bar.el (menu-bar-games-menu): Add landmark.
2283
2284 2010-08-22 Glenn Morris <rgm@gnu.org>
2285
2286 * align.el (align-regexp): Make group and spacing arguments
2287 use the interactive defaults when non-interactive. (Bug#6698)
2288
2289 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
2290 expansion, so as not to need sendmail.
2291 (mail-text-start): Remove declaration.
2292 (rmail-retry-failure): Require sendmail.
2293
2294 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2295
2296 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2297
2298 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
2299
2300 * progmodes/flymake.el (flymake-start-syntax-check-process):
2301 Use `start-file-process' in order to let it run also on remote hosts.
2302
2303 2010-08-22 Kenichi Handa <handa@m17n.org>
2304
2305 * files.el: Add `word-wrap' as safe local variable.
2306
2307 2010-08-22 Glenn Morris <rgm@gnu.org>
2308
2309 * woman.el (woman-translate): Case matters. (Bug#6849)
2310
2311 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2312
2313 * simple.el (kill-region): Doc fix (Bug#6787).
2314
2315 2010-08-22 Glenn Morris <rgm@gnu.org>
2316
2317 * calendar/diary-lib.el (diary-header-line-format):
2318 Fit it to the window, not the frame.
2319
2320 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
2321
2322 * subr.el (ignore-errors): Add debug declaration.
2323
2324 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
2325
2326 * whitespace.el (whitespace-color-off): Remove post-command-hook
2327 locally.
2328
2329 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2330
2331 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
2332
2333 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
2334
2335 * cus-edit.el (custom-group-value-create): Add extra newline
2336 before end line (Bug#6876).
2337
2338 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
2339
2340 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
2341 when extending it. Before killing on the second click, check if
2342 the buffer is the correct one. Doc fix.
2343 (mouse-secondary-save-then-kill): Allow usage without first
2344 calling mouse-start-secondary, by defaulting to point. Don't save
2345 an empty secondary selection. Doc fix.
2346
2347 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2348
2349 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
2350 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
2351 New version 13.0.
2352 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2353 Adjust initialization.
2354 (whitespace-bob-marker, whitespace-eob-marker)
2355 (whitespace-buffer-changed): New vars.
2356 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2357 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2358 (whitespace-post-command-hook, whitespace-display-char-on):
2359 Adjust code.
2360 (whitespace-looking-back, whitespace-buffer-changed): New funs.
2361 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
2362
2363 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2364
2365 * files.el (locate-file-completion-table): Only list the .el and .elc
2366 extensions if there's no other choice (bug#5955).
2367
2368 * facemenu.el (facemenu-self-insert-data): New var.
2369 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
2370 New functions.
2371 (facemenu-add-face): Use them.
2372
2373 * simple.el (blink-matching-open): Obey forward-sexp-function.
2374
2375 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
2376
2377 * simple.el (prog-mode-map): New var.
2378 (prog-indent-sexp): New command.
2379
2380 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
2381
2382 * progmodes/prolog.el (smie): Require.
2383
2384 * emacs-lisp/smie.el (smie-default-backward-token)
2385 (smie-default-forward-token): Strip properties.
2386 (smie-next-sexp): Be more careful with associative operators.
2387 (smie-forward-sexp-command): Generalize.
2388 (smie-backward-sexp-command): Simplify.
2389 (smie-closer-alist): New var.
2390 (smie-close-block): New command.
2391 (smie-indent-debug-log): New var.
2392 (smie-indent-offset-rule): Add a few more cases.
2393 (smie-indent-column): New function.
2394 (smie-indent-after-keyword): Use it.
2395 (smie-indent-keyword): Use it.
2396 Fix up the opener code's point position.
2397 (smie-indent-comment): Only applies at BOL.
2398 (smie-indent-debug): New command.
2399
2400 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
2401 declarations that are useful before running the macro.
2402
2403 2010-08-18 Joakim Verona <joakim@verona.se>
2404
2405 * image.el (imagemagick-types-inhibit): New variable.
2406 (imagemagick-register-types): New function.
2407 * image-mode.el (image-transform-properties): New function.
2408 (image-transform-set-scale, image-transform-fit-to-height)
2409 (image-transform-set-rotation, image-transform-set-resize)
2410 (image-transform-fit-to-width, image-transform-fit-to-height):
2411 New functions.
2412 (image-toggle-display-image): Support image transforms.
2413
2414 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
2415
2416 * image.el (create-animated-image): Don't add heuristic mask to image
2417 (Bug#6839).
2418
2419 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
2420
2421 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
2422 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
2423
2424 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
2425
2426 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
2427
2428 Font-lock '...' strings, plus various simplifications and fixes.
2429 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2430 (octave-font-lock-close-quotes): New function.
2431 (octave-font-lock-syntactic-keywords): New var.
2432 (octave-mode): Use it. Set beginning-of-defun-function.
2433 (octave-mode-map): Don't override the <foo>-defun commands.
2434 (octave-mode-menu): Pass it directly to easy-menu-define;
2435 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
2436 (octave-block-match-alist): Fix up last change so that
2437 octave-close-block uses the more specific keyword.
2438 (info-lookup-mode): Silence byte-compiler.
2439 (octave-beginning-of-defun): Not interactive any more.
2440 Optimize slightly.
2441 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
2442 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
2443 (octave-completion-at-point-function): Make sure point is within
2444 beg..end.
2445 (octave-reindent-then-newline-and-indent):
2446 Use reindent-then-newline-and-indent.
2447 (octave-add-octave-menu): Remove.
2448
2449 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
2450
2451 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
2452 (report-emacs-bug-can-use-xdg-email): New functions.
2453 (report-emacs-bug): Set can-xdg-email to result of
2454 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
2455 \C-cm to report-emacs-bug-insert-to-mailer and add help text
2456 about it.
2457
2458 * net/browse-url.el (browse-url-default-browser): Add cond
2459 for browse-url-xdg-open.
2460 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
2461
2462 2010-08-17 Glenn Morris <rgm@gnu.org>
2463
2464 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
2465 (c-fontify-recorded-types-and-refs): Define for compiler.
2466 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
2467 before use.
2468
2469 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
2470 Fix format call.
2471
2472 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
2473
2474 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
2475 properties.
2476 (tramp-handle-process-file): Call the program in a subshell, in
2477 order to preserve working directory.
2478 (tramp-action-password): Hide password prompt before next run.
2479 (tramp-process-actions): Widen connection buffer for the trace.
2480
2481 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2482
2483 * net/rcirc.el (rcirc-log-process-buffers): New option.
2484 (rcirc-print): Use it.
2485 (rcirc-generate-log-filename): New function.
2486 (rcirc-log-filename-function): Change default to
2487 rcirc-generate-log-filename (Bug#6828).
2488
2489 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
2490
2491 * simple.el (deactivate-mark): If select-active-regions is `only',
2492 only set selection for temporarily active regions.
2493
2494 * cus-start.el: Change defcustom for select-active-regions.
2495
2496 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
2497
2498 * mouse.el (mouse--drag-set-mark-and-point): New function.
2499 (mouse-drag-track): Use LOCATION arg to push-mark.
2500 Use mouse--drag-set-mark-and-point to take click-count into
2501 consideration when updating point and mark (Bug#6840).
2502
2503 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
2504
2505 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2506 Give the Ruby rule a lower priority than Gnu (Bug#6778).
2507
2508 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
2509
2510 * font-lock.el (lisp-font-lock-keywords-2):
2511 Add combine-after-change-calls, condition-case-no-debug,
2512 with-demoted-errors, and with-silent-modifications (Bug#6025).
2513
2514 2010-08-14 Kevin Ryde <user42@zip.com.au>
2515
2516 * emacs-lisp/copyright.el (copyright-update-year)
2517 (copyright-update): Temporary switch-to-buffer to ensure the
2518 buffer change being queried is visible (Bug#5394).
2519
2520 2010-08-14 Tom Tromey <tromey@redhat.com>
2521
2522 * progmodes/etags.el (tags-file-name): Mark safe if stringp
2523 (Bug#6733).
2524
2525 2010-08-14 Eli Zaretskii <eliz@gnu.org>
2526
2527 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
2528 MS-DOS. (Bug#6689)
2529
2530 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
2531
2532 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
2533 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2534 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2535 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
2536 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
2537 Call menu-bar-set-tool-bar-position.
2538
2539 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2540
2541 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
2542 comment style (bug#6834).
2543 * progmodes/scheme.el (scheme-mode-syntax-table):
2544 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
2545 "b" flag in "' 14b" syntax.
2546
2547 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
2548 for (un)commenting the region and performing completion.
2549 (octave-mode-menu): Use standard commands for help and completion.
2550 (octave-mode-syntax-table): Support %{..%} comments (sort of).
2551 (octave-mode): Use define-derived-mode.
2552 Set completion-at-point-functions and don't set columns.
2553 Don't disable adaptive-fill-regexp.
2554 (octave-describe-major-mode, octave-comment-region)
2555 (octave-uncomment-region, octave-comment-indent)
2556 (octave-indent-for-comment): Remove.
2557 (octave-indent-calculate): Rename from calculate-octave-indent.
2558 (octave-indent-line, octave-fill-paragraph): Update caller.
2559 (octave-initialize-completions): No need to make an alist.
2560 (octave-completion-at-point-function): New function.
2561 (octave-complete-symbol): Use it.
2562 (octave-insert-defun): Use define-skeleton.
2563
2564 * progmodes/octave-mod.el (octave-mode): Set comment-add.
2565 (octave-mode-map): Use comment-dwim (bug#6829).
2566
2567 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
2568
2569 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
2570 indentation of inserted comment.
2571
2572 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
2573
2574 * faces.el (region): Add type gtk that uses gtk colors.
2575
2576 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
2577 Handle theme-name change.
2578
2579 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
2580
2581 * progmodes/sql.el: Version 2.5
2582 (sql-product-alist): Add :prompt-cont-regexp property for several
2583 database products.
2584 (sql-prompt-cont-regexp): New variable.
2585 (sql-output-newline-count, sql-output-by-send):
2586 New variables. Record number of newlines in input text.
2587 (sql-send-string): Handle multiple filters and count newlines.
2588 (sql-send-magic-terminator): Count terminator newline.
2589 (sql-interactive-remove-continuation-prompt): Filters output to
2590 remove continuation prompts; one for each newline.
2591 (sql-interactive-mode): Set up new variables, prompt regexp and
2592 output filter.
2593 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
2594 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
2595
2596 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2597
2598 * emacs-lisp/pcase.el: New file.
2599
2600 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
2601
2602 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
2603 as here-document, otherwise the command could exceed maximum
2604 length of command line.
2605 (tramp-handle-vc-registered): Call script accordingly.
2606 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
2607
2608 2010-08-10 Kenichi Handa <handa@m17n.org>
2609
2610 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
2611 composable pattern.
2612
2613 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
2614
2615 * emacs-lisp/package.el (package-version-split)
2616 (package--version-first-nonzero, package-version-compare):
2617 Functions removed.
2618 (package-directory-list, package-load-all-descriptors)
2619 (package--built-in, package-activate, define-package)
2620 (package-installed-p, package-compute-transaction)
2621 (package-read-all-archive-contents)
2622 (package--add-to-archive-contents, package-buffer-info)
2623 (package-tar-file-info, package-list-packages-internal):
2624 Use version-to-list and version-list-*.
2625
2626 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2627 Use version-to-list.
2628 (package-upload-buffer-internal): Use version-list-<=.
2629
2630 2010-08-09 Kenichi Handa <handa@m17n.org>
2631
2632 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
2633 composable pattern.
2634
2635 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
2636
2637 * tutorial.el (tutorial--default-keys): C-d is now bound to
2638 delete-forward-char (Bug#6826).
2639
2640 * mouse.el (mouse-drag-track): Remove accidentally-removed check
2641 for `double' value of mouse-1-click-follows-link (Bug#6807).
2642
2643 2010-08-08 Johan Bockgård <bojohan@gnu.org>
2644
2645 * replace.el (replace-highlight): Bind isearch-forward and
2646 isearch-error, ensuring that highlighting is updated if the user
2647 switches the search direction (Bug#6808).
2648
2649 * isearch.el (isearch-lazy-highlight-forward): New var.
2650 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2651 (isearch-lazy-highlight-update): Use it.
2652
2653 2010-08-08 Kenichi Handa <handa@m17n.org>
2654
2655 * international/mule.el (define-charset): Store NAME as :base property.
2656 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
2657 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2658 current priority. Force using the designation of the specific
2659 charset by adding `charset' text property. Improve the whole algorithm.
2660
2661 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2662
2663 * emulation/pc-select.el (pc-selection-mode-hook)
2664 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2665 (pc-selection-mode): Fix typos in docstrings.
2666
2667 2010-08-08 Kenichi Handa <handa@m17n.org>
2668
2669 * language/cyrillic.el: Don't add "microsoft-cp1251" to
2670 ctext-non-standard-encodings-alist here.
2671
2672 * international/mule.el (ctext-non-standard-encodings-alist):
2673 Add "koi8-r" and "microsoft-cp1251".
2674 (ctext-standard-encodings): New variable.
2675 (ctext-non-standard-encodings-table): List only elements for
2676 non-standard encodings.
2677 (ctext-pre-write-conversion): Adjust for the above change.
2678 Check ctext-standard-encodings.
2679
2680 * international/mule-conf.el (compound-text): Doc fix.
2681 (ctext-no-compositions): Doc fix.
2682 (compound-text-with-extensions): Doc fix.
2683
2684 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2685
2686 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2687
2688 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2689
2690 * progmodes/which-func.el (which-func-format): Split help-echo text
2691 into lines, like other mode-line tooltips.
2692
2693 * server.el (server-start): When using TCP sockets, force IPv4
2694 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
2695
2696 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2697
2698 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2699
2700 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2701
2702 * term.el (term-delimiter-argument-list): Reflow docstring.
2703 (term-read-input-ring, term-write-input-ring, term-send-input)
2704 (term-bol, term-erase-in-display, serial-supported-or-barf):
2705 Fix typos in docstrings.
2706
2707 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2708
2709 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2710
2711 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2712
2713 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2714
2715 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
2716
2717 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2718 Fix typo in docstring (bug#6747).
2719
2720 2010-08-08 Leo <sdl.web@gmail.com>
2721
2722 * eshell/esh-io.el (eshell-get-target): Better detection of
2723 read-only file (Bug#6762).
2724
2725 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2726
2727 * align.el (align-default-spacing): Doc fix.
2728 (align-region-heuristic, align-regexp): Fix typos in docstrings.
2729
2730 2010-08-08 Stephen Peters <speters@itasoftware.com>
2731
2732 * calendar/icalendar.el
2733 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
2734 (icalendar--get-weekday-numbers): New.
2735 (icalendar--convert-recurring-to-diary): Handle multiple byday
2736 values in weekly rules. (Bug#6766)
2737
2738 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
2739
2740 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
2741 (icalendar--create-uid, icalendar-export-region)
2742 (icalendar--parse-summary-and-rest): Code formatting.
2743
2744 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2745
2746 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
2747 to italicize headers.
2748 (calc-highlight-selections-with-faces): New variable.
2749 (calc-selected-face, calc-nonselected-face): New faces.
2750
2751 * calc/calccomp.el (math-comp-highlight-string): Use
2752 `calc-highlight-selections-with-faces' to determine how to highlight
2753 sub-formulas.
2754
2755 * calc/calc-sel.el (calc-show-selections): Change message to when
2756 using faces to highlight selections.
2757
2758 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
2759
2760 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
2761 Add SQLite 3 keywords, functions and datatypes.
2762 (sql-interactive-mode): Remove `comint-process-echoes' set to t
2763 (Bug#6686).
2764
2765 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
2766
2767 * simple.el (select-active-regions): Move to keyboard.c.
2768 (deactivate-mark): Used saved-region-selection.
2769 (select-active-region): Function removed.
2770 (activate-mark, set-mark, push-mark-command)
2771 (handle-shift-selection): Don't call it.
2772 (keyboard-quit): Avoid adding the region to the window selection.
2773
2774 * mouse.el (mouse-drag-track): Remove hacks to deal with old
2775 select-active-regions implementation.
2776 (mouse-yank-at-click): Doc fix.
2777
2778 * cus-start.el: Add custom declaration for select-active-regions.
2779
2780 2010-08-07 Eli Zaretskii <eliz@gnu.org>
2781
2782 * simple.el (delete-forward-char): Doc fix.
2783
2784 * tutorial.el (help-with-tutorial): Hack safe file-local variables
2785 after reading the tutorial.
2786
2787 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
2788
2789 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
2790 for the case that a C style comment has its delimiters alone on
2791 their respective lines.
2792
2793 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
2794
2795 * net/tramp.el (tramp-handle-start-file-process): Set connection
2796 property "vec".
2797 (tramp-process-sentinel): Use it for flushing the cache. We
2798 cannot do it via the process buffer, the buffer could be deleted
2799 already when running the sentinel.
2800
2801 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
2802
2803 * comint.el (comint-mode): Make directory tracking functions
2804 functional on remote files. (Bug#6764)
2805
2806 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2807
2808 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
2809
2810 2010-08-05 Eli Zaretskii <eliz@gnu.org>
2811
2812 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
2813 unexec.c => unexcoff.c.
2814
2815 * emacs-lisp/authors.el (authors-fixed-entries): Rename
2816 unexec.c => unexcoff.c.
2817
2818 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
2819
2820 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
2821 cache, not only file cache.
2822 (tramp-process-sentinel): New defun.
2823 (tramp-handle-start-file-process): Use it, in order to invalidate
2824 file caches.
2825
2826 2010-08-03 Leo <sdl.web@gmail.com>
2827
2828 * server.el (server-start): Simplify loop.
2829
2830 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2831
2832 * frame.el (screen-height, screen-width, set-screen-width)
2833 (set-screen-height): Remove ancient compatibility aliases.
2834
2835 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
2836 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
2837
2838 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
2839 that change current buffer.
2840
2841 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2842
2843 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
2844 beginning of the string. Use `string-match-p'. (Bug#6765)
2845
2846 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
2847
2848 * cus-start.el (x-gtk-use-system-tooltips): New variable.
2849
2850 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
2851
2852 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
2853 (package--builtins): Tweak descriptions.
2854 (package-print-package): Upcase descriptions if necessary.
2855 Show all built-in packages in font-lock-builtin-face.
2856 (package-list-packages-internal): Omit "emacs" package.
2857 Show status of built-in packages as "built-in".
2858
2859 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
2860
2861 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
2862 before killing to preserve the primary selection (Bug#6701).
2863
2864 * term/x-win.el (x-select-text): Doc fix.
2865
2866 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
2867
2868 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
2869 The following functions were modified or created:
2870
2871 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
2872 (objc-font-lock-extra-types):
2873 * progmodes/cc-mode.el (c-basic-common-init):
2874 * progmodes/cc-langs.el (c-make-mode-syntax-table)
2875 (c++-make-template-syntax-table)
2876 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
2877 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
2878 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
2879 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
2880 * progmodes/cc-fonts.el (c-make-inverse-face)
2881 (c-basic-matchers-after):
2882 * progmodes/cc-engine.el (c-forward-keyword-clause)
2883 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
2884 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
2885 (c-guess-continued-construct, c-guess-basic-syntax):
2886
2887 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
2888
2889 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
2890
2891 2010-07-31 Eli Zaretskii <eliz@gnu.org>
2892
2893 * files.el (bidi-paragraph-direction): Define safe local values.
2894
2895 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
2896 language-info-alist. Remove outdated FIXME in a comment.
2897
2898 2010-07-31 Alan Mackenzie <acm@muc.de>
2899
2900 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
2901 Auto-fill broken in C/C++ modes.
2902
2903 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2904
2905 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2906 (menu-bar-showhide-tool-bar-menu-customize-disable)
2907 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2908 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
2909 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
2910 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
2911 make a menu for Options => toolbar that can move it.
2912
2913 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
2914
2915 * emacs-lisp/package-x.el (package--make-rss-entry):
2916 (package-maint-add-news-item, package--update-news)
2917 (package-upload-buffer-internal): New arg ARCHIVE-URL.
2918
2919 * emacs-lisp/package.el (package-archive-url): Rename from
2920 package-archive-id.
2921 (package-install): Doc fix.
2922 (package-download-single, package-download-tar, package-install)
2923 (package-menu-view-commentary): Callers changed.
2924
2925 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
2926
2927 * net/tramp.el (tramp-handle-start-file-process): Check only for
2928 `remote-tty' process property.
2929 (tramp-open-shell): Don't check for tty.
2930 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2931 process property.
2932
2933 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
2934 host.
2935
2936 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
2937
2938 * emacs-lisp/package.el (package-load-list, package-archives)
2939 (package-archive-contents, package-user-dir)
2940 (package-directory-list, package--builtins, package-alist)
2941 (package-activated-list, package-obsolete-alist): Mark as risky.
2942
2943 2010-07-28 Phil Hagelberg <phil@evri.com>
2944
2945 Add support for non-default package repositories.
2946 * emacs-lisp/package.el (package-archive-base): Var deleted.
2947 (package-archives): New variable.
2948 (package-archive-contents): Doc fix.
2949 (package-load-descriptor): Do nothing if descriptor file is missing.
2950 (package--write-file-no-coding): New function.
2951 (package-unpack-single): Use it.
2952 (package-archive-id): New function.
2953 (package-download-single, package-download-tar)
2954 (package-menu-view-commentary): Use it.
2955 (package-installed-p): Make second argument optional.
2956 (package-read-all-archive-contents): New function.
2957 (package-initialize): Use it.
2958 (package-read-archive-contents): Add ARCHIVE argument.
2959 (package--add-to-archive-contents): New function.
2960 (package-install): Don't call package-read-archive-contents.
2961 (package--download-one-archive): Store archive file in a
2962 subdirectory of package-user-dir.
2963 (package-menu-execute): Remove spurious line movement.
2964
2965 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
2966
2967 * cus-start.el (tool-bar-style): Add text-image-horiz.
2968
2969 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
2970
2971 * progmodes/gud.el (gud-common-init): Check for remoteness of
2972 `file', and not of `default-directory'.
2973
2974 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
2975
2976 * net/tramp.el (tramp-methods): Move hostname to the end in all
2977 ssh `tramp-login-args'.
2978 (tramp-verbose): Describe verbose level 9.
2979 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
2980 (tramp-open-connection-setup-interactive-shell): Trace stty
2981 settings if `tramp-verbose' >= 9.
2982 (tramp-handle-start-file-process): Implement tty setting.
2983 (Bug#4604, Bug#6360)
2984
2985 * net/tramp-cmds.el (tramp-bug): Recommend setting of
2986 `tramp-verbose' to 9.
2987
2988 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
2989
2990 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
2991 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
2992 Remove references to package `lisp-re' (bug#4369).
2993
2994 2010-07-27 Tom Tromey <tromey@redhat.com>
2995
2996 * progmodes/js.el (js-mode):
2997 * progmodes/make-mode.el (makefile-mode):
2998 * progmodes/simula.el (simula-mode):
2999 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
3000
3001 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
3002
3003 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
3004
3005 * time.el (display-time-day-and-date): Remove spurious * in docstring.
3006 (display-time-world-buffer-name, display-time-world-mode-map):
3007 Fix typos in docstrings.
3008
3009 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
3010
3011 * image-mode.el (image-display-size): New function.
3012 (image-forward-hscroll, image-next-line, image-eol, image-eob)
3013 (image-mode-fit-frame): Use it (Bug#6639).
3014
3015 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
3016
3017 * dired.el (dired-buffers-for-dir): Handle list values of
3018 dired-directory (Bug#6636).
3019
3020 2010-07-26 Sam Steingold <sds@gnu.org>
3021
3022 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
3023 Do not call `x-get-selection' the second time, reuse the value.
3024
3025 2010-07-26 Daiki Ueno <ueno@unixuser.org>
3026
3027 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
3028 which consist of control chars only. Suggested by Richard Stallman.
3029
3030 2010-07-25 Daiki Ueno <ueno@unixuser.org>
3031
3032 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
3033 exists before passing an error to find-file-not-found-functions
3034 (bug#6723).
3035
3036 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
3037
3038 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
3039 Remove leading nil element, adjust values.
3040 (tetris-shapes, tetris-shape-scores):
3041 Change representation of shapes and remove some redundancy.
3042 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
3043 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
3044 Adjust for working with new representation of shapes.
3045 (tetris-shape-rotations): New function.
3046 (tetris-move-bottom, tetris-move-left, tetris-move-right)
3047 (tetris-rotate-prev, tetris-rotate-next):
3048 Adjust for working with the new version of tetris-test-shape.
3049
3050 2010-07-23 Markus Triska <markus.triska@gmx.at>
3051
3052 * progmodes/ps-mode.el: Use comint (bug#5954).
3053 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
3054 (ps-mode-other-newline): Simplify.
3055 (ps-run-mode): Derive from comint-mode instead of
3056 fundamental-mode, yielding input history etc.
3057 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
3058 (ps-run-send-string): Adapt for comint-mode.
3059 (ps-run-newline): Remove now unneeded function.
3060
3061 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3062
3063 * net/tramp.el (tramp-methods): Move hostname to the end in all
3064 plink `tramp-login-args'.
3065
3066 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3067
3068 * net/tramp.el (tramp-open-shell): New defun.
3069 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3070 Use it.
3071
3072 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3073
3074 * net/tramp.el (tramp-file-name-regexp-unified)
3075 (tramp-completion-file-name-regexp-unified): On W32 systems, do
3076 not regard the volume letter as remote filename. (Bug#5447)
3077
3078 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
3079
3080 * custom.el (custom-declare-variable): Give a clearer error message
3081 when the docstring is missing (bug#6476).
3082
3083 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
3084
3085 * progmodes/sql.el: Version 2.4. Improved Login prompting.
3086 (sql-login-params): New widget definition.
3087 (sql-oracle-login-params, sql-mysql-login-params)
3088 (sql-solid-login-params, sql-sybase-login-params)
3089 (sql-informix-login-params, sql-ingres-login-params)
3090 (sql-ms-login-params, sql-postgres-login-params)
3091 (sql-interbase-login-params, sql-db2-login-params)
3092 (sql-linter-login-params): Use it.
3093 (sql-sqlite-login-params): Use it; Define "database" parameter as
3094 a file name.
3095 (sql-sqlite-program): Change to "sqlite3".
3096 (sql-comint-sqlite): Make sure database name is complete.
3097 (sql-for-each-login): New function.
3098 (sql-connect, sql-save-connection): Use it.
3099 (sql-get-login-ext): New function.
3100 (sql-get-login): Use it.
3101 (sql-make-alternate-buffer-name): Handle :file parameters.
3102
3103 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
3104
3105 * dired.el (dired-no-confirm): Document value t and fix defcustom to
3106 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
3107
3108 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3109
3110 * dired.el (dired-mode-map): Use command remapping (bug#6632).
3111
3112 2010-07-22 Lawrence Mitchell <wence@gmx.li>
3113
3114 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
3115
3116 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
3117
3118 * net/tramp.el (tramp-get-ls-command)
3119 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
3120 instead of "/".
3121
3122 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
3123
3124 * progmodes/sql.el: Version 2.3.
3125 (sql-connection-alist): Changed keys from symbols to strings;
3126 enhanced the widget definition.
3127 (sql-mode-menu): Added submenu to select connections.
3128 (sql-interactive-mode-menu): Added "Save Connection" item.
3129 (sql-add-product): Fixed menu item.
3130 (sql-get-product-feature): Improved error handling.
3131 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
3132 (sql-make-alternate-buffer-name): Simplified.
3133 (sql-product-interactive): Handle missing product.
3134 (sql-connect): Support string keys, minor improvements.
3135 (sql-save-connection): New function.
3136 (sql-connection-menu-filter): New function.
3137
3138 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
3139
3140 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
3141 (tramp-open-connection-setup-interactive-shell): Apply
3142 workaround for IRIX64 bug. Move argument of last
3143 `tramp-send-command' where it belongs to.
3144
3145 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
3146
3147 * net/tramp.el (tramp-perl-file-attributes)
3148 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
3149 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
3150 front of `login-args'.
3151
3152 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
3153
3154 * time.el (display-time-world-mode): Define with `define-derived-mode'.
3155 Set `show-trailing-whitespace' to nil.
3156 (display-time-world-display): Simplify.
3157
3158 2010-07-18 Alan Mackenzie <acm@muc.de>
3159
3160 Enhance `c-file-style' in file/directory local variables.
3161 * progmodes/cc-mode.el (c-count-cfss): New function.
3162 (c-before-hack-hook): Call `c-set-style' differently according to
3163 whether c-file-style was set in file or directory local
3164 variables.
3165
3166 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
3167
3168 * progmodes/sql.el: Version 2.2.
3169 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
3170 defcustom :safe keyword rather than putting safe-local-variable
3171 property.
3172 (sql-password): Use defcustom :risky keyword rather than putting
3173 risky-local-variable property.
3174 (sql-oracle-login-params, sql-sqlite-login-params)
3175 (sql-solid-login-params, sql-sybase-login-params)
3176 (sql-informix-login-params, sql-ingres-login-params)
3177 (sql-ms-login-params, sql-postgres-login-params)
3178 (sql-interbase-login-params, sql-db2-login-params)
3179 (sql-linter-login-params): Add `port' option.
3180 (sql-get-product-feature): Added NO-INDIRECT parameter.
3181 (sql-comint-oracle, sql-comint-sybase)
3182 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
3183 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
3184 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
3185 (sql-comint-linter): Renamed sql-connect-* functions to
3186 sql-comint-*.
3187 (sql-product-alist, sql-mode-menu): Renamed as above and
3188 :sqli-connect-func to :sqli-comint-func.
3189 (sql-connection): New variable.
3190 (sql-interactive-mode): Set it.
3191 (sql-connection-alist): New variable.
3192 (sql-connect): New function.
3193 (sql--alt-buffer-part, sql--alt-if-not-empty)
3194 (sql-make-alternate-buffer-name): Improved alternative buffer name.
3195
3196 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3197
3198 * image-mode.el (image-bookmark-make-record): Do not set context
3199 in an image (Bug#6650).
3200
3201 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
3202
3203 * simple.el (select-active-region): New function.
3204 (push-mark-command, set-mark, activate-mark)
3205 (handle-shift-selection): Use it.
3206 (deactivate-mark): Don't check for size of region.
3207
3208 * mouse.el (mouse-drag-track): Use select-active-region.
3209
3210 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
3211
3212 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
3213 "--dired" stronger.
3214
3215 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
3216
3217 * term/x-win.el (x-select-enable-primary): Change default to nil.
3218 (x-select-enable-clipboard): Add :version keyword.
3219
3220 * mouse.el (mouse-drag-copy-region):
3221 * simple.el (select-active-regions): Likewise.
3222
3223 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
3224
3225 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
3226 (vc-coding-system-for-diff): Use it to decide whether to inherit
3227 from the file the EOL format for reading the diffs of that file.
3228 (Bug#4451)
3229
3230 2010-07-16 Eli Zaretskii <eliz@gnu.org>
3231
3232 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
3233 unibyte, so compressed attachments are not compressed again.
3234
3235 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
3236
3237 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
3238 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
3239 (tramp-find-shell): Simplify setting connection property.
3240 (tramp-get-ls-command): Make test for "--color=never" stronger.
3241
3242 2010-07-15 Simon South <ssouth@member.fsf.org>
3243
3244 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
3245 blocks within record declarations (i.e. variant parts) correctly.
3246
3247 2010-07-15 Simon South <ssouth@member.fsf.org>
3248
3249 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
3250 over literal tokens when parsing so newlines aren't "absorbed" by
3251 single-line comments. Corrects the indentation of case blocks
3252 that have a comment on the first line.
3253
3254 2010-07-14 Karl Fogel <kfogel@red-bean.com>
3255
3256 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
3257 by Drew Adams (Bug#5504).
3258
3259 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
3260
3261 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
3262 now that Unicode is used (Bug#6594).
3263
3264 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
3265
3266 * term/x-win.el (x-select-enable-clipboard): Default to t.
3267 (x-initialize-window-system): Don't overwrite Paste menu item.
3268
3269 * simple.el (select-active-regions): Default to t.
3270 (push-mark-command): Don't overwrite primary with empty string.
3271
3272 * mouse.el: Bind mouse-2 to mouse-yank-primary.
3273 (mouse-drag-copy-region): Default to nil.
3274
3275 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
3276 Cut/Copy/Paste menu bar items.
3277
3278 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3279
3280 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3281 Patch applied by Karl Fogel.
3282
3283 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
3284 and `bookmark-current-buffer' if they have been already set in
3285 another buffer (e.g gnus-art).
3286
3287 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3288 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3289
3290 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
3291
3292 * bookmark.el (bookmark-make-record-default): Allow unneeded
3293 information to be omitted from the record.
3294
3295 Adjust declarations and calls:
3296
3297 * info.el (bookmark-make-record-default): Adjust declaration.
3298 (Info-bookmark-make-record): Adjust call.
3299
3300 * woman.el (bookmark-make-record-default): Adjust declaration.
3301 (woman-bookmark-make-record): Adjust call.
3302
3303 * man.el (bookmark-make-record-default): Adjust declaration.
3304 (Man-bookmark-make-record): Adjust call.
3305
3306 * image-mode.el (bookmark-make-record-default): Adjust declaration.
3307
3308 * doc-view.el (bookmark-make-record-default): Adjust declaration.
3309
3310 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3311
3312 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
3313 This is also from Thierry Volpiatto's patch in bug #6444. However,
3314 because it was extraneous to the functional change in that patch,
3315 and causes a re-indendation, I am committing it separately.
3316
3317 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3318
3319 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
3320 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
3321 Patch applied by Karl Fogel (Bug#6444).
3322
3323 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
3324
3325 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
3326
3327 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
3328
3329 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
3330 Dempsky; bug#5084). Remove incorrect binding for S-tab.
3331 (ns-alternatives-map): Change S-tab binding to backtab
3332 (bug#6616).
3333
3334 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
3335 under ns.
3336
3337 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3338
3339 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
3340 (Bug#5806)
3341
3342 * language/tv-util.el (tai-viet-re): Remove format.
3343
3344 2010-07-12 Kenichi Handa <handa@m17n.org>
3345
3346 * language/hebrew.el: Remove no-byte-compile declaration.
3347 Change coding: tag to utf-8. Register hebrew-shape-gstring in
3348 composition-function-table for 3-character looking back.
3349 (hebrew-font-get-precomposed): New function.
3350 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
3351
3352 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
3353
3354 * mouse.el (mouse-drag-track): Handle select-active-regions
3355 (Bug#6612).
3356
3357 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
3358
3359 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
3360 empty argument to gvfs-copy.
3361
3362 2010-07-10 Glenn Morris <rgm@gnu.org>
3363
3364 * calendar/calendar.el (calendar-week-end-day): New function.
3365 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
3366 Respect calendar-week-start-day. (Bug#6606)
3367 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
3368 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
3369 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
3370 respect calendar-week-start-day.
3371
3372 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
3373
3374 * simple.el (use-region-p): Doc fix (Bug#6607).
3375
3376 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
3377
3378 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
3379 regexps for cucumber and ruby.
3380
3381 2010-07-08 Daiki Ueno <ueno@unixuser.org>
3382
3383 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
3384 (epa-file-insert-file-contents): Hack to prevent
3385 find-file from opening empty buffer when decryption failed
3386 (bug#6568).
3387
3388 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
3389
3390 * textmodes/ispell.el (ispell-alternate-dictionary):
3391 Use file-readable-p.
3392 Return nil if no word-list is found at default locations.
3393 (ispell-complete-word-dict): Default to nil.
3394 (ispell-command-loop): Use 'word-list' when using lookup-words.
3395 (lookup-words): Use ispell-complete-word-dict or
3396 ispell-alternate-dictionary. Check for word-list availability
3397 and handle errors if needed with better messages (Bug#6539).
3398 (ispell-complete-word): Use ispell-complete-word-dict or
3399 ispell-alternate-dictionary.
3400
3401 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
3402
3403 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
3404 builtins (BufferError, BytesWarning, WindowsError; callables
3405 bin, bytearray, bytes, format, memoryview, next, print; __package__).
3406
3407 2010-07-07 Glenn Morris <rgm@gnu.org>
3408
3409 * play/zone.el (top-level): Do not require timer, tabify, or cl.
3410 (zone-shift-left): Ignore intangibility, and any errors from
3411 forward-char.
3412 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
3413 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
3414 deleting, and copying text properties.
3415 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
3416 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
3417 to point-max is hard.
3418 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
3419 (zone-fill-out-screen): Ignore intangibility.
3420
3421 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
3422
3423 * menu-bar.el (menu-bar-mode):
3424 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
3425 if it has been set.
3426
3427 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
3428 word/line selection (Bug#6565).
3429
3430 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3431
3432 * net/dbus.el (dbus-send-signal): Declare function.
3433
3434 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
3435
3436 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
3437 (dbus-register-property): New optional argument EMITS-SIGNAL.
3438 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
3439
3440 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
3441
3442 * mouse.el (mouse-drag-overlay): Variable deleted.
3443 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
3444 (mouse--remap-link-click-p): New function.
3445 (mouse-drag-track): Handle dragging by using temporary Transient
3446 Mark mode, instead of a special overlay.
3447 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
3448 mouse-show-mark.
3449
3450 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
3451 deleted.
3452
3453 2010-07-02 Juri Linkov <juri@jurta.org>
3454
3455 * autoinsert.el (auto-insert-alist): Fix readability
3456 by using dotted pair notation for lambda.
3457
3458 2010-07-02 Juri Linkov <juri@jurta.org>
3459
3460 * faces.el (read-face-name): Rename arg `string-describing-default'
3461 to `default'. Doc fix. Display the default value in quotes
3462 in the prompt. With empty input, return the `default' arg,
3463 unless the default value is a string (in which case return nil).
3464 (describe-face): Replace the string `default' arg of `read-face-name'
3465 with the symbol `default'.
3466
3467 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
3468
3469 * emulation/viper-cmd.el (viper-delete-backward-char)
3470 (viper-del-backward-char-in-insert)
3471 (viper-del-backward-char-in-replace, viper-change)
3472 (viper-backward-indent): Replace delete-backward-char with
3473 delete-char (Bug#6552).
3474
3475 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
3476
3477 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
3478
3479 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3480
3481 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
3482 argument passed to frame-creation-function (Bug#5378).
3483
3484 * faces.el (x-handle-named-frame-geometry)
3485 (x-handle-reverse-video, x-create-frame-with-faces)
3486 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
3487 separately consult default-frame-alist. It is now passed as the
3488 PARAMETER argument.
3489
3490 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
3491
3492 * startup.el (command-line): Don't call tool-bar-setup in a
3493 tty-only build.
3494
3495 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3496
3497 * ruler-mode.el (ruler--save-header-line-format): New fun.
3498 (ruler-mode): Use it as a setter function, so as not to overwrite
3499 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
3500
3501 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
3502
3503 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
3504 (vc-root-diff, vc-print-root-log, vc-log-incoming)
3505 (vc-log-outgoing): Use it.
3506 (vc-diff-internal): Set diff-vc-backend.
3507
3508 * vc/diff-mode.el (diff-vc-backend): New var.
3509
3510 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
3511
3512 * dynamic-setting.el (font-setting-change-default-font): Remove
3513 call to message.
3514
3515 2010-06-28 Kenichi Handa <handa@m17n.org>
3516
3517 * international/quail.el (quail-insert-kbd-layout): Fix the
3518 showing of untranslated characters.
3519
3520 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
3521
3522 * simple.el (delete-active-region): New option.
3523 (delete-backward-char): Implement in Lisp.
3524 (delete-forward-char): New command.
3525
3526 * mouse.el (mouse-region-delete-keys): Deleted.
3527 (mouse-show-mark): Simplify.
3528
3529 * bindings.el (global-map): Bind delete and DEL, the former to
3530 delete-forward-char.
3531
3532 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
3533
3534 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
3535 (ruby-mode): Bind indent-line-function (Bug#5119).
3536
3537 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3538
3539 * startup.el (command-line): Recognize "0" X resource value.
3540
3541 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3542
3543 * startup.el (command-line): Use X resources to set the value of
3544 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
3545
3546 * menu-bar.el (menu-bar-mode):
3547 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
3548 Set init-value to t.
3549
3550 * frame.el (frame-notice-user-settings): Don't change
3551 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
3552 vice versa (Bug#2249).
3553
3554 2010-06-26 Eli Zaretskii <eliz@gnu.org>
3555
3556 * w32-fns.el (w32-convert-standard-filename): Doc fix.
3557
3558 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
3559
3560 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
3561 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
3562
3563 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
3564 default directories are expanded (Bug#6143).
3565
3566 2010-06-24 Juri Linkov <juri@jurta.org>
3567
3568 * minibuffer.el (completions-format): Change default from nil to
3569 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
3570
3571 2010-06-24 Juri Linkov <juri@jurta.org>
3572
3573 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
3574 buffer-locally to lambda that re-runs the vc diff command.
3575 (Bug#6447)
3576
3577 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
3578
3579 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
3580 echo area is in use (Bug#3412).
3581
3582 2010-06-22 Glenn Morris <rgm@gnu.org>
3583
3584 * textmodes/texinfmt.el (texinfo-format-region)
3585 (texinfo-raise-lower-sections, texinfo-format-separate-node)
3586 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
3587 (texinfo-format-option, texinfo-noindent):
3588 Use line-beginning-position and line-end-position.
3589
3590 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
3591 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
3592 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
3593 utf-8 characters.
3594
3595 2010-06-21 Karl Fogel <kfogel@red-bean.com>
3596
3597 * play/zone.el (zone-fall-through-ws): Fix next-line ->
3598 forward-line fallout.
3599
3600 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
3601
3602 * mouse.el (mouse-appearance-menu): Add docstring.
3603
3604 * help.el (describe-key): Print up-event using key-description.
3605
3606 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
3607
3608 * net/zeroconf.el (zeroconf-resolve-service)
3609 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
3610 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
3611
3612 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
3613
3614 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
3615
3616 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
3617
3618 Avoid displaying files with a nil state in vc-dir.
3619 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
3620 cases that cause insertion.
3621 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
3622 with a nil state.
3623
3624 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3625
3626 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
3627
3628 2010-06-29 Leo <sdl.web@gmail.com>
3629
3630 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
3631
3632 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
3633
3634 * generic-x.el (bat-generic-mode): Fix regexp for command line
3635 switches (Bug#5719).
3636
3637 2010-06-27 Masatake YAMATO <yamato@redhat.com>
3638
3639 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
3640 of nconc to avoid pure storage error (Bug#6239).
3641
3642 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
3643
3644 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3645 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
3646 bindings of bookmark-automatically-show-annotations (Bug#6515).
3647
3648 2010-06-25 Eli Zaretskii <eliz@gnu.org>
3649
3650 * arc-mode.el (archive-zip-extract): Don't quote the file name on
3651 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
3652
3653 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
3654
3655 * comint.el (make-comint, make-comint-in-buffer): Mention return
3656 value in the docstrings. (Bug#6498)
3657
3658 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
3659
3660 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
3661 since it is not present when using some non-default switches.
3662
3663 2010-06-23 Karl Fogel <kfogel@red-bean.com>
3664
3665 * simple.el (compose-mail): Fix doc string to refer to
3666 `compose-mail-user-agent-warnings', instead of to the
3667 nonexistent `compose-mail-check-user-agent'.
3668
3669 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
3670
3671 Fix an indentation bug:
3672
3673 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
3674 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
3675 of existing values.
3676
3677 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
3678 (c-clear->-pair-props-if-match-before): now return t when they've
3679 cleared properties, nil otherwise.
3680 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
3681 by taking account of the existing value.
3682
3683 * progmodes/cc-defs.el
3684 (c-clear-char-property-with-value-function): Fix this to clear the
3685 property rather than overwriting it with nil.
3686
3687 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
3688
3689 * emacs-lisp/package.el (package-print-package): Add link to
3690 package description via describe-package.
3691 (describe-package-1): List package requirements. Add button to
3692 perform installation.
3693 (package-menu-describe-package): New command.
3694
3695 * help-mode.el (help-package): New button type.
3696
3697 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
3698
3699 * emacs-lisp/package.el: Move package-list-packages binding to
3700 menu-bar.el.
3701 (describe-package, describe-package-1, package--dir): New funs.
3702 (package-activate-1): Use package--dir.
3703
3704 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
3705
3706 * help-mode.el (help-package-def): New button type.
3707
3708 * menu-bar.el: Move package-list-packages binding here from
3709 package.el.
3710
3711 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
3712
3713 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
3714
3715 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3716
3717 * emacs-lisp/edebug.el (edebug-read-list):
3718 Phase out old-style backquotes.
3719
3720 2010-06-17 Juri Linkov <juri@jurta.org>
3721
3722 * help-mode.el (help-mode): Set buffer-local variable
3723 revert-buffer-function to help-mode-revert-buffer.
3724 (help-mode-revert-buffer): New function.
3725
3726 * info.el (Info-revert-find-node): Check for major-mode Info-mode
3727 before popping to "*info*" (like in other Info functions).
3728 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
3729 old-history-forward. Pop to old-buffer-name or "*info*" to
3730 recreate the killed buffer. Set Info-history-forward from
3731 old-history-forward.
3732 (Info-breadcrumbs-depth): Add :group and :version.
3733
3734 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
3735
3736 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
3737
3738 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
3739
3740 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
3741 for languages like Portuguese with pt_{BR,PT} and no plain pt.
3742
3743 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
3744
3745 * emacs-lisp/package.el (package-menu-mode-map):
3746 Move initialization into declaration.
3747
3748 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
3749
3750 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
3751
3752 * emacs-lisp/package.el (package-archive-base): Point to
3753 elpa.gnu.org.
3754 (package-enable, package-load-list): New defcustoms.
3755 (package-user-dir, package-directory-list): Turn into defcustoms.
3756 Don't include package-user-dir in package-directory-list.
3757 (package--builtins-base): Don't include Emacs as a "package".
3758 (package-subdirectory-regexp): New var.
3759 (package-load-all-descriptors, package-compute-transaction)
3760 (package-download-transaction): Obey package-load-list.
3761 (package-activate-1): Rename from package-do-activate.
3762 (package-list-packages-internal): Check package-load-list.
3763 (package-load-descriptor, package-generate-autoloads)
3764 (package-unpack, package-unpack-single)
3765 (package--read-archive-file, package-delete): Use
3766 expand-file-name.
3767
3768 * emacs-lisp/package-x.el: New file. Package uploading
3769 functionality split out from package.el.
3770
3771 * startup.el (command-line): Load packages after reading init file.
3772
3773 2010-06-17 Tom Tromey <tromey@redhat.com>
3774
3775 * emacs-lisp/package.el: New file.
3776
3777 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
3778
3779 Fix vc-annotate for renamed files when using Git.
3780 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
3781 ls-files. Doe not pass the object as a file name to cat-file, it
3782 is not a file name.
3783 (vc-git-annotate-command): Pass the file name using -- to avoid
3784 ambiguity with the revision.
3785 (vc-git-previous-revision): Pass a relative file name.
3786
3787 2010-06-22 Glenn Morris <rgm@gnu.org>
3788
3789 * progmodes/js.el (js-mode-map): Use standard capitalization and
3790 ellipses for menu entries.
3791
3792 * wid-edit.el (widget-complete): Doc fix.
3793
3794 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
3795
3796 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
3797
3798 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
3799
3800 Fix annotating other revisions for renamed files in vc-annotate.
3801 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
3802 VC backend. Use it when non-nil.
3803 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
3804 (Bug#6487)
3805
3806 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
3807 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3808 Do not pass the file name to the 'previous-revision call when we
3809 don't want a file diff. (Bug#6489)
3810
3811 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
3812
3813 Fix finding revisions for renamed files in vc-annotate.
3814 * vc/vc.el (vc-find-revision): Add an optional argument for
3815 the VC backend. Use it when non-nil.
3816 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
3817 backend to vc-find-revision. (Bug#6487)
3818
3819 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
3820
3821 Fix reading file names in Git annotate buffers.
3822 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
3823 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
3824
3825 2010-06-20 Alan Mackenzie <acm@muc.de>
3826
3827 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
3828 in file local variables, set it first.
3829
3830 2010-06-19 Glenn Morris <rgm@gnu.org>
3831
3832 * descr-text.el (describe-char-unicode-data): Insert separating
3833 space when needed. (Bug#6422)
3834
3835 * progmodes/idlwave.el (idlwave-action-and-binding):
3836 Fix typo in 2009-12-03 change. (Bug#6450)
3837
3838 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
3839
3840 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
3841 handling for `lambda' (misunderstanding).
3842
3843 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
3844
3845 * calc/calc-poly.el (math-accum-factors): Make sure that
3846 constants aren't distributed after they are factored out.
3847
3848 2010-06-16 Juri Linkov <juri@jurta.org>
3849
3850 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
3851 `list-colors-print'. (Bug#6332)
3852
3853 * subr.el (read-quoted-char): Fix up last change (bug#6290).
3854
3855 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3856
3857 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
3858 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
3859
3860 * font-lock.el (font-lock-major-mode): Rename from
3861 font-lock-mode-major-mode to distinguish it from
3862 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
3863 (font-lock-set-defaults):
3864 * font-core.el (font-lock-default-function): Adjust users.
3865 (font-lock-mode): Don't set it at all.
3866
3867 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3868
3869 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
3870
3871 2010-06-16 Glenn Morris <rgm@gnu.org>
3872
3873 * calendar/appt.el (appt-time-msg-list): Doc fix.
3874 (appt-check): Let-bind appt-warn-time.
3875 (appt-add): Make the 3rd argument optional.
3876 Simplify argument names. Doc fix. Check for integer WARNTIME.
3877 Only add WARNTIME to the output list if non-nil.
3878
3879 2010-06-16 Ivan Kanis <apple@kanis.eu>
3880
3881 * calendar/appt.el (appt-check): Let the 3rd element of
3882 appt-time-msg-list specify the warning time.
3883 (appt-add): Add new argument with the warning time. (Bug#5176)
3884
3885 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
3886
3887 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
3888 older than version 1.6. (Bug#6361)
3889
3890 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
3891
3892 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
3893 used by cl-do-arglist. (Bug#6408)
3894
3895 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
3896
3897 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
3898 portuguese casechars/not-casechars for missing 'çÇ'.
3899 Suggested by Rolando Pereira (bug#6434).
3900
3901 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
3902
3903 * facemenu.el (list-colors-sort): Doc fix.
3904
3905 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
3906
3907 * progmodes/sql.el (sql-connect-mysql): Fix typo.
3908
3909 2010-06-14 Juri Linkov <juri@jurta.org>
3910
3911 Add sort option `list-colors-sort'. (Bug#6332)
3912 * facemenu.el (color-rgb-to-hsv): New function.
3913 (list-colors-sort): New defcustom.
3914 (list-colors-sort-key): New function.
3915 (list-colors-display): Doc fix. Sort list according to the option
3916 `list-colors-sort'.
3917 (list-colors-print): Add HSV values to `help-echo' property of
3918 RGB strings.
3919
3920 2010-06-14 Juri Linkov <juri@jurta.org>
3921
3922 * compare-w.el: Move to the "vc" subdirectory.
3923
3924 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3925
3926 * image-mode.el (image-mode-map): Remap left-char and right-char.
3927
3928 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
3929
3930 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
3931
3932 * term/common-win.el (x-colors): Add all the color names defined
3933 in rgb.txt (Bug#6332).
3934
3935 * facemenu.el (list-colors-print): Don't print extra names if it
3936 will overflow the window width.
3937
3938 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
3939 change (Bug#6343).
3940
3941 2010-06-12 Eli Zaretskii <eliz@gnu.org>
3942
3943 * files.el (make-directory): Doc fix (bug#6396).
3944
3945 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
3946
3947 * net/tramp.el (tramp-remote-process-environment): Protect version
3948 string by apostroph.
3949 (tramp-shell-prompt-pattern): Do not use a shy group in case of
3950 XEmacs.
3951 (tramp-file-name-for-operation): Add `call-process-region'.
3952 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
3953
3954 * net/tramp-compat.el (top): Do not autoload
3955 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
3956 only when `start-file-process' is not bound.
3957 (tramp-advice-file-expand-wildcards): Do not use
3958 `tramp-handle-file-remote-p'.
3959 (tramp-compat-make-temp-file): Handle the case, that
3960 `make-temp-file' has no third argument EXTENSION.
3961
3962 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
3963
3964 * makefile.w32-in (WINS_BASIC): Include new directory vc.
3965
3966 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
3967
3968 2010-06-11 Juri Linkov <juri@jurta.org>
3969
3970 * finder.el (finder-known-keywords): Add keyword "vc"
3971 for version control.
3972
3973 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
3974 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
3975 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
3976 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
3977
3978 2010-06-11 Juri Linkov <juri@jurta.org>
3979
3980 Move version control related files to the "vc" subdirectory.
3981 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
3982 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
3983 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
3984 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
3985 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
3986 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
3987 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
3988 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
3989 Move files to the "vc" subdirectory.
3990
3991 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
3992
3993 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
3994 (Bug#6367).
3995
3996 2010-06-11 Stephen Eglen <stephen@gnu.org>
3997
3998 * shell.el: Bind `shell-resync-dirs' to M-RET.
3999
4000 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
4001
4002 * notifications.el: Move file from lisp/net, because it is
4003 supposed to talk locally to the user.
4004
4005 2010-06-10 Julien Danjou <julien@danjou.info>
4006
4007 * net/notifications.el (notifications-on-action-signal)
4008 (notifications-on-closed-signal): Pass notification id as first
4009 argument to the callback functions. Add docstrings.
4010 (notifications-notify): Fix docstring.
4011
4012 2010-06-10 Glenn Morris <rgm@gnu.org>
4013
4014 * emacs-lisp/authors.el (authors-ignored-files)
4015 (authors-valid-file-names): Add some files.
4016
4017 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4018
4019 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
4020 merge conflict, giving preference to the emacs-23 version of the code.
4021
4022 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4023
4024 * emacs-lisp/advice.el (ad-compile-function):
4025 Define warning-suppress-types before we let-bind it (bug#6275).
4026
4027 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
4028 declare it, make it buffer-local and permanent-local (bug#6324).
4029 (vc-resynch-window): Adjust name.
4030 * vc-hooks.el (vc-find-file-hook): Adjust name.
4031
4032 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
4033
4034 * net/notifications.el (notifications-notify): Fix docstring.
4035
4036 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
4037
4038 Update to Unicode 6.0.0 beta.
4039 * international/charprop.el: Update copyright.
4040 * international/mule-cmds.el (ucs-names): Update character ranges.
4041 * international/uni-bidi.el:
4042 * international/uni-category.el:
4043 * international/uni-combining.el:
4044 * international/uni-comment.el:
4045 * international/uni-decimal.el:
4046 * international/uni-decomposition.el:
4047 * international/uni-digit.el:
4048 * international/uni-lowercase.el:
4049 * international/uni-mirrored.el:
4050 * international/uni-name.el:
4051 * international/uni-numeric.el:
4052 * international/uni-old-name.el:
4053 * international/uni-titlecase.el:
4054 * international/uni-uppercase.el: Regenerate.
4055
4056 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
4057
4058 * emacs-lisp/smie.el (comment-string-strip): Declare function.
4059 (smie-precs-precedence-table): Fix typo in docstring.
4060
4061 * vc-mtn.el (log-edit-extract-headers): Declare function.
4062
4063 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
4064
4065 * net/notifications.el (dbus-register-signal): Declare function.
4066 (notifications-notify): Fix typos and reflow docstring.
4067
4068 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4069
4070 Improve VC create/retrieve tag/branch.
4071 * vc.el (vc-create-tag): Do not read the directory name for VCs
4072 with repository revision granularity. Adjust the tag/branch
4073 prompt. Reset VC properties.
4074 (vc-retrieve-tag): Do not read the directory name for VCs
4075 with repository revision granularity. Reset VC properties.
4076
4077 2010-06-09 Julien Danjou <julien@danjou.info>
4078
4079 * net/notifications.el: New file.
4080
4081 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4082
4083 Add optional support for resetting VC properties.
4084 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
4085 call vc-file-clearprops when true.
4086 (vc-resynch-buffer): Add new optional argument, pass it down.
4087 (vc-resynch-buffers-in-directory): Likewise.
4088
4089 Improve support for special markup in the VC commit message.
4090 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
4091 * vc-hg.el (vc-hg-checkin): Add support for Date:.
4092 * vc-git.el (vc-git-checkin):
4093 * vc-bzr.el (vc-bzr-checkin): Likewise.
4094
4095 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4096
4097 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
4098 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
4099
4100 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
4101
4102 * iimage.el: Remove images as soon as the underlying text is modified.
4103 (iimage-modification-hook): New function.
4104 (iimage-mode-buffer): Use it.
4105
4106 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4107
4108 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
4109 smie-indent-offset-after. Add :prev case. Make a bit more generic.
4110 (smie-indent-virtual): Remove `virtual' arg. Update callers.
4111 (smie-indent-keyword): Add handling of open-paren keywords.
4112 (smie-indent-comment-continue): Don't assume comment-continue.
4113
4114 2010-06-07 Martin Rudalics <rudalics@gmx.at>
4115
4116 * window.el (pop-to-buffer): Remove the conditional that
4117 compares new-window and old-window, so it will reselect
4118 the selected window unconditionally.
4119 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
4120
4121 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4122
4123 * emacs-lisp/smie.el (smie-indent-offset-after)
4124 (smie-indent-forward-token, smie-indent-backward-token): New functions.
4125 (smie-indent-after-keyword): Use them.
4126 (smie-indent-fixindent): Only applies to the indentation of the BOL.
4127 (smie-indent-keyword): Tweak the black magic.
4128 (smie-indent-comment-continue): Strip comment-continue before use.
4129 (smie-indent-functions): Indent comments before keywords.
4130
4131 2010-06-06 Juri Linkov <juri@jurta.org>
4132
4133 * isearch.el (isearch-lazy-highlight-search): Fix looping
4134 by checking for empty match. This syncs this loop with the
4135 similar loop in `isearch-search'. (Bug#6362)
4136
4137 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
4138
4139 * net/dbus.el (dbus-register-method): Declare function.
4140 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
4141 (dbus-introspect): Doc fix.
4142 (dbus-event-bus-name, dbus-introspect-get-interface)
4143 (dbus-introspect-get-argument): Reflow docstrings.
4144
4145 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
4146
4147 vc-log-incoming/vc-log-outgoing fixes for Git.
4148 * vc-git.el (vc-git-log-view-mode): Fix font lock for
4149 incoming/outgoing logs.
4150 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
4151 instead of vc-git-compute-remote.
4152 (vc-git-compute-remote): Remove.
4153
4154 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
4155
4156 * term/common-win.el (x-colors): Add "dark green" and "dark
4157 turquoise" (Bug#6332).
4158
4159 2010-06-04 Juri Linkov <juri@jurta.org>
4160
4161 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
4162 Instead of setting `replace' to t and replacing the same string
4163 with itself, don't do certain actions when
4164 kill-do-not-save-duplicates is non-nil and string is equal to car
4165 of kill-ring: don't call menu-bar-update-yank-menu, don't push
4166 interprogram-paste strings to kill-ring, and don't push the input
4167 argument `string' to kill-ring.
4168 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
4169
4170 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
4171
4172 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
4173
4174 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
4175
4176 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
4177 (tramp-gvfs-handler-mounted-unmounted)
4178 (tramp-gvfs-connection-mounted-p): Handle default-location.
4179
4180 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
4181 move files to trash.
4182
4183 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
4184
4185 * international/mule-cmds.el (nonascii-insert-offset)
4186 (nonascii-translation-table): Add obsolescence information.
4187
4188 * international/mule.el (make-translation-table-from-vector): Doc fix.
4189
4190 2010-06-03 Glenn Morris <rgm@gnu.org>
4191
4192 * desktop.el (desktop-clear-preserve-buffers):
4193 Add "*Warnings*" buffer. (Bug#6336)
4194
4195 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
4196
4197 vc-log-incoming/vc-log-outgoing improvements for Git.
4198 * vc-git.el (vc-git-log-outgoing): Use the same format as the
4199 short log.
4200 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
4201
4202 Add bindings for vc-log-incoming and vc-log-outgoing.
4203 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
4204 and vc-log-outgoing.
4205 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
4206 and vc-log-outgoing.
4207
4208 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
4209
4210 * net/rcirc.el (rcirc-sort-nicknames): Remove.
4211 (rcirc-handler-366): Always sort nicknames.
4212
4213 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
4214
4215 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
4216
4217 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
4218
4219 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
4220
4221 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4222
4223 * net/rcirc.el (rcirc-sort-nicknames): Change default.
4224 (rcirc-sort-nicknames-join): Avoid setq.
4225
4226 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4227
4228 * net/rcirc.el (rcirc-sort-nicknames): New custom.
4229 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
4230 (rcirc-handler-366): Use them.
4231
4232 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4233
4234 Split smie-indent-calculate into more manageable chunks.
4235 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
4236 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
4237 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
4238 (smie-indent-exps): Extract from smie-indent-calculate.
4239 (smie-indent-functions): New var.
4240 (smie-indent-functions): Use them.
4241
4242 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4243
4244 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
4245 (smie-indent-calculate): Simplify and cleanup.
4246
4247 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
4248
4249 * net/tramp-gvfs.el (top): Require url-util.
4250 (tramp-gvfs-mount-point): Remove.
4251 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
4252 New defuns.
4253 (with-tramp-dbus-call-method): Format trace message.
4254 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
4255 Implement backup call, when operation on local files fails.
4256 Use progress reporter. Flush properties of changed files.
4257 (tramp-gvfs-handle-make-directory): Make more traces.
4258 (tramp-gvfs-url-file-name): Hexify file name in url.
4259 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
4260 into account for the resulting file name.
4261 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
4262 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
4263 (tramp-gvfs-handler-mounted-unmounted)
4264 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
4265 attribute "default_location". Set "prefix" property.
4266 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
4267 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
4268 exists. Raise an error, if not (due to a corresponding answer
4269 "no" in interactive questions, for example).
4270
4271 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
4272
4273 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
4274
4275 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
4276
4277 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
4278 right-*. (Bug#6265)
4279
4280 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
4281
4282 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
4283 * vc-git.el (vc-git-compute-remote): New function.
4284 (vc-git-log-outgoing): Use it instead of hard coding a value.
4285 (vc-git-log-incoming): New function.
4286
4287 Improve state updating for VC tag commands.
4288 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
4289 to update the state of all buffers in the directory.
4290
4291 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
4292
4293 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4294
4295 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
4296 `file-directory-p' to the filename part rather than to the whole text.
4297
4298 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4299
4300 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
4301
4302 2010-05-31 Drew Adams <drew.adams@oracle.com>
4303
4304 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
4305
4306 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
4307
4308 * subr.el (momentary-string-display): Just use read-event to read
4309 the exit event (Bug#6238).
4310
4311 2010-05-30 Eli Zaretskii <eliz@gnu.org>
4312
4313 * international/mule.el (define-coding-system): Doc fix (bug#6313).
4314
4315 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4316
4317 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
4318 Suggested by Eli Zaretskii <eliz@gnu.org>.
4319
4320 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4321
4322 * minibuffer.el (completion-file-name-table): Don't return a boundary
4323 past the end of `string' (bug#6299).
4324 (completion--file-name-table): Delegate to completion-file-name-table
4325 for the `boundaries' case.
4326
4327 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4328
4329 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
4330 movement commands.
4331
4332 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
4333 `path-separator', but maintain compatibility with Emacs 20.2.
4334
4335 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
4336
4337 * server.el (server-process-filter): Receive parent-id argument
4338 from emacsclient.
4339 (server-create-window-system-frame): New arg. Pass parent-id as
4340 frame parameter.
4341
4342 2010-05-29 Eli Zaretskii <eliz@gnu.org>
4343
4344 Bidi-sensitive word movement with arrow keys.
4345 * subr.el (right-arrow-command, left-arrow-command): Move to
4346 bindings.el.
4347
4348 * bindings.el (right-char, left-char): Move from subr.el and
4349 rename from right-arrow-command and left-arrow-command.
4350 (right-word, left-word): New functions.
4351 (global-map) <right>: Bind to right-char.
4352 (global-map) <left>: Bind to left-char.
4353 (global-map) <C-right>: Bind to right-word.
4354 (global-map) <C-left>: Bind to left-word.
4355
4356 * ls-lisp.el (ls-lisp-classify-file): New function.
4357 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
4358 (ls-lisp-classify): Call ls-lisp-classify-file.
4359 (insert-directory): Remove blanks from switches.
4360
4361 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
4362
4363 * ansi-color.el: Delete unused escape sequences (Bug#6085).
4364 (ansi-color-drop-regexp): New constant.
4365 (ansi-color-apply, ansi-color-filter-region)
4366 (ansi-color-apply-on-region): Delete unrecognized control sequences.
4367 (ansi-color-apply): Build string list before calling concat.
4368
4369 2010-05-28 Juri Linkov <juri@jurta.org>
4370
4371 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4372 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
4373 (Bug#5270)
4374
4375 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4376
4377 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
4378 to ignored backtrace functions.
4379 (with-progress-reporter): Expand docstring.
4380 (tramp-handle-delete-file): Implement TRASH argument.
4381 (tramp-get-remote-trash): New defun.
4382
4383 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4384
4385 * net/tramp-compat.el (tramp-compat-delete-file): Use
4386 `symbol-value' for backward compatibility.
4387
4388 * net/tramp.el (tramp-handle-make-symbolic-link)
4389 (tramp-handle-load)
4390 (tramp-do-copy-or-rename-file-via-buffer)
4391 (tramp-do-copy-or-rename-file-directly)
4392 (tramp-do-copy-or-rename-file-out-of-band)
4393 (tramp-handle-process-file, tramp-handle-call-process-region)
4394 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4395 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4396 (tramp-delete-temp-file-function): Use `delete-file' instead
4397 of `tramp-compat-delete-file'.
4398
4399 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4400 (tramp-fish-handle-make-symbolic-link)
4401 (tramp-fish-handle-process-file): Use `delete-file' instead
4402 of `tramp-compat-delete-file'.
4403
4404 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
4405 `delete-file' instead of `tramp-compat-delete-file'.
4406
4407 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4408 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
4409 `tramp-compat-delete-file'.
4410
4411 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
4412 `delete-file' instead of `tramp-compat-delete-file'.
4413
4414 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4415 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4416 (tramp-smb-handle-write-region): Use `delete-file' instead of
4417 `tramp-compat-delete-file'.
4418 (tramp-smb-handle-delete-directory): Use 'trash as arg.
4419
4420 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4421
4422 * dired.el (dired-delete-file): New arg TRASH.
4423 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
4424 (dired-do-flagged-delete, dired-do-delete): Use trash.
4425
4426 * speedbar.el (speedbar-item-delete): Allow trashing.
4427
4428 * files.el (delete-directory): New arg TRASH.
4429
4430 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
4431 (ange-ftp-rename-remote-to-remote)
4432 (ange-ftp-rename-local-to-remote)
4433 (ange-ftp-rename-remote-to-local, ange-ftp-load)
4434 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
4435 `delete-file'.
4436 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
4437 allow trashing.
4438
4439 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4440 handle new TRASH arg of `delete-file'.
4441
4442 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
4443 (tramp-handle-make-symbolic-link, tramp-handle-load)
4444 (tramp-do-copy-or-rename-file-via-buffer)
4445 (tramp-do-copy-or-rename-file-directly)
4446 (tramp-do-copy-or-rename-file-out-of-band)
4447 (tramp-handle-process-file, tramp-handle-call-process-region)
4448 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4449 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4450 (tramp-delete-temp-file-function): Use null TRASH arg in
4451 tramp-compat-delete-file call.
4452
4453 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4454 (tramp-fish-handle-delete-file)
4455 (tramp-fish-handle-make-symbolic-link)
4456 (tramp-fish-handle-process-file): Use null TRASH arg in
4457 `tramp-compat-delete-file' call.
4458
4459 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
4460 arg in `tramp-compat-delete-file' call.
4461
4462 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4463 (tramp-gvfs-handle-write-region): Use null TRASH arg in
4464 `tramp-compat-delete-file' call.
4465
4466 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
4467 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
4468 `tramp-compat-delete-file' call.
4469
4470 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4471 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4472 (tramp-smb-handle-write-region): Use null TRASH arg in
4473 tramp-compat-delete-file call.
4474 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
4475 (tramp-smb-handle-delete-file): Rename arg.
4476
4477 * diff.el (diff-sentinel):
4478 * epg.el (epg--make-temp-file, epg-decrypt-string)
4479 (epg-verify-string, epg-sign-string, epg-encrypt-string):
4480 * jka-compr.el (jka-compr-partial-uncompress)
4481 (jka-compr-call-process, jka-compr-write-region):
4482 * server.el (server-sentinel): Remove optional arg from
4483 delete-file, reverting 2010-05-03 change.
4484
4485 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4486
4487 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
4488 font-lock-constant-face, not obsolete font-lock-reference-face.
4489
4490 2010-05-27 Kenichi Handa <handa@m17n.org>
4491
4492 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
4493 element of GSTRING is nil.
4494
4495 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4496
4497 * emacs-lisp/smie.el (smie-forward-token-function)
4498 (smie-backward-token-function): New vars.
4499 (smie-backward-sexp, smie-forward-sexp)
4500 (smie-indent-hanging-p, smie-indent-calculate): Use them.
4501 (smie-default-backward-token): Rename from smie-backward-token and
4502 skip comments.
4503 (smie-default-forward-token): Rename from smie-forward-token and
4504 skip comments.
4505 (smie-next-sexp): Handle nil results from next-token.
4506 (smie-indent-calculate): Add a new case for special `fixindent' comments.
4507
4508 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4509
4510 * progmodes/verilog-mode.el (verilog-type-font-keywords):
4511 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4512
4513 2010-05-27 Masatake YAMATO <yamato@redhat.com>
4514
4515 * htmlfontify.el (hfy-face-resolve-face): New function.
4516 (hfy-face-to-style): Use it (Bug#6279).
4517
4518 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4519
4520 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
4521 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
4522
4523 2010-05-26 Glenn Morris <rgm@gnu.org>
4524
4525 * emulation/edt.el (edt-load-keys): Use locate-library.
4526
4527 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
4528
4529 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
4530 (log-edit-changelog-entries): Doc fix.
4531 (log-edit-changelog-insert-entries): Args changed.
4532 Rename relative filenames in ChangeLog entries. Delete tabs.
4533 (log-edit-insert-changelog-entries): Reorganize return value of
4534 `log-edit-changelog-entries' to pass filenames to
4535 log-edit-changelog-insert-entries.
4536
4537 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4538
4539 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
4540 `image-dired-dired-insert-marked-thumbs' to
4541 `image-dired-dired-toggle-marked-thumbs'.
4542
4543 * image-dired.el: Require cl when compiling.
4544 (image-dired-dired-toggle-marked-thumbs): Rename from
4545 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
4546 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
4547 to 'no-dir. Skip files whose names don't match
4548 `image-file-name-regexp'. When file has a thumbnail overlay,
4549 delete it. (Bug#5270)
4550
4551 2010-05-25 Juri Linkov <juri@jurta.org>
4552
4553 * image-mode.el (image-mode): Add image-after-revert-hook to
4554 after-revert-hook.
4555 (image-after-revert-hook): New function. (Bug#5669)
4556
4557 2010-05-25 Juri Linkov <juri@jurta.org>
4558
4559 * image.el (image-animated-p): When delay between animated images
4560 is 0, set it to 10 (0.1 sec). (Bug#6258)
4561
4562 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
4563
4564 * net/tramp.el (tramp-handle-insert-directory): Don't use
4565 `forward-word', its default syntax could be changed.
4566
4567 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
4568
4569 * net/tramp.el (tramp-progress-reporter-update): New defun.
4570 (with-progress-reporter): Use it.
4571 (tramp-process-actions):
4572 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
4573 current message, in order to let progress reporter continue
4574 afterwards. (Bug#6257)
4575
4576 2010-05-25 Glenn Morris <rgm@gnu.org>
4577
4578 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
4579 Add :version.
4580
4581 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
4582
4583 * net/rcirc.el (rcirc-default-user-name): Change to "user".
4584 (rcirc-default-full-name): Change to "unknown".
4585 (rcirc-user-name-history): Add variable.
4586
4587 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
4588 Jonathan Rockway <jon@jrock.us>
4589
4590 * net/rcirc.el (rcirc-server-alist): Add :pass.
4591 (rcirc): When prompting for connection parameters, also prompt for
4592 username and password.
4593 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
4594 value to server when connecting.
4595
4596 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4597
4598 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
4599 (smie-merge-prec2s): Pass the tables as separate args.
4600 (smie-bnf-precedence-table): Adjust call accordingly.
4601 (smie-prec2-levels): Set levels at the end.
4602
4603 Replace Lisp calls to delete-backward-char by delete-char.
4604 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
4605 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
4606 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
4607 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
4608 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
4609 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
4610 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
4611 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
4612 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
4613 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
4614 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
4615 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
4616 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
4617 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
4618 delete-backward-char by calls to delete-char.
4619
4620 2010-05-25 Kenichi Handa <handa@m17n.org>
4621
4622 * language/hebrew.el (hebrew-shape-gstring): New function.
4623 Register it in composition-function-table for all Hebrew combining
4624 characters.
4625
4626 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4627
4628 * epa.el (epa--select-keys): Don't explicitly delete the window since
4629 that can fail (e.g. sole window in frame). Use dedication instead.
4630
4631 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
4632
4633 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
4634
4635 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
4636
4637 * image.el (image-refresh): Define as an alias for image-flush.
4638
4639 * image-mode.el (image-toggle-display-image): Caller changed.
4640
4641 2010-05-21 Juri Linkov <juri@jurta.org>
4642
4643 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
4644 Remove "all" from grep-files-aliases. Split grep-files-aliases by
4645 whitespace, call wildcard-to-regexp on substrings and concat them
4646 with "\\|". (Bug#6114)
4647
4648 2010-05-21 Alan Mackenzie <acm@muc.de>
4649
4650 * progmodes/cc-engine.el (c-parse-state-get-strategy):
4651 Replace parameter `here' with `here-' and `here-plus', which sandwich
4652 any pertinent CPP construct.
4653 (c-remove-stale-state-cache-backwards): Fix a bug which happens
4654 when doing (c-parse-state) in a CPP construct: Exclude any "new"
4655 CPP construct from taking part in the scanning.
4656
4657 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
4658
4659 * net/tramp.el (tramp-do-copy-or-rename-file)
4660 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
4661 Tune `with-progress-reporter' messages.
4662 (tramp-handle-vc-registered):
4663 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
4664 (tramp-fish-handle-insert-file-contents)
4665 (tramp-fish-maybe-open-connection):
4666 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4667 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
4668 (tramp-imap-handle-insert-file-contents)
4669 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4670
4671 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
4672
4673 * add-log.el (change-log-font-lock-keywords):
4674 Highlight all authors in multi-author entries.
4675
4676 * smerge-mode.el (smerge-refine-ignore-whitespace)
4677 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
4678 Fix typos in docstrings.
4679 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
4680
4681 2010-05-21 Glenn Morris <rgm@gnu.org>
4682
4683 * progmodes/fortran.el (fortran-mode):
4684 * progmodes/f90.el (f90-mode): Derive from prog-mode.
4685
4686 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
4687 having a relative path in src/Makefile.in.
4688
4689 2010-05-20 Kevin Ryde <user42@zip.com.au>
4690
4691 * help-mode.el (help-make-xrefs): For Info node links turn
4692 newlines into spaces. Link node names with newlines are matched
4693 by help-xref-info-regexp and buttonized, this change ensures they
4694 can be followed successfully with RET. (Bug#6206)
4695
4696 2010-05-20 Juri Linkov <juri@jurta.org>
4697
4698 * locate.el (locate): Use pop-to-buffer instead of
4699 switch-to-buffer-other-window. (Bug#6204)
4700
4701 2010-05-20 Juri Linkov <juri@jurta.org>
4702
4703 * replace.el (replace-highlight): Fix lazy-highlighting
4704 for `M-s w str M-% str RET'.
4705
4706 2009-12-15 Masatake YAMATO <yamato@redhat.com>
4707
4708 * isearch.el (isearch-yank-word-or-char): Pull next subword
4709 when `subword-mode' is activated. (Bug#6220)
4710
4711 2010-05-20 Mark A. Hershberger <mah@everybody.org>
4712
4713 * isearch.el (isearch-update-post-hook): New hook.
4714 (isearch-update): Use the new hook. (Bug#6225)
4715
4716 2010-05-20 Juri Linkov <juri@jurta.org>
4717
4718 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
4719 [f1], [help], and (char-to-string help-char) instead of "\C-h".
4720 (Bug#6222)
4721
4722 2010-05-20 Juri Linkov <juri@jurta.org>
4723
4724 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
4725 (Bug#6223)
4726
4727 2010-05-20 Juri Linkov <juri@jurta.org>
4728
4729 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
4730 FILE-NAME to read from the minibuffer when called interactively
4731 with prefix argument instead of using buffer-file-name.
4732 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
4733
4734 * dired.el: Update autoloads.
4735
4736 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
4737
4738 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
4739 nxml-finish-element, for consistency with SGML mode.
4740
4741 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
4742 octave-close-block.
4743
4744 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
4745
4746 * composite.el: Require cl when compiling.
4747 (reference-point-alist, compose-gstring-for-graphic)
4748 (compose-gstring-for-terminal): Fix typos in docstrings.
4749
4750 2010-05-19 Juri Linkov <juri@jurta.org>
4751
4752 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
4753 set-window-parameter.
4754
4755 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
4756
4757 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
4758 where appropriate.
4759 (tramp-maybe-open-connection): Use it.
4760
4761 2010-05-19 Eli Zaretskii <eliz@gnu.org>
4762
4763 * simple.el (move-end-of-line): Make sure we are at line beginning
4764 before backing up to end of previous line.
4765
4766 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
4767
4768 * password-cache.el (password-cache-remove): Fix docstring.
4769
4770 * net/secrets.el: Autoload the widget functions.
4771 (secrets-search-items, secrets-create-item)
4772 (secrets-get-attributes, secrets-expand-item): Attributes will be
4773 stored on the password database without leading ":", as all other
4774 clients do as well.
4775 (secrets-mode): Fix docstring.
4776 (secrets-show-secrets): Provide it as autoloaded command only when
4777 D-Bus support is available. Check existence of Secret Service API.
4778
4779 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4780
4781 * indent.el (indent-region): Deactivate region (bug#6200).
4782
4783 2010-05-19 Glenn Morris <rgm@gnu.org>
4784
4785 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
4786
4787 2010-05-19 Kenichi Handa <handa@m17n.org>
4788
4789 * composite.el: Register compose-gstring-for-graphic in
4790 composition-function-table only for combining characters (Mn, Mc, Me).
4791
4792 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
4793
4794 * calc/calc-trail.el (calc-trail-isearch-forward)
4795 (calc-trail-isearch-backward): Ensure that the new window
4796 point is set correctly.
4797
4798 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4799
4800 * subr.el (read-quoted-char): Resolve modifiers after key
4801 remapping (bug#6212).
4802
4803 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
4804
4805 Add visualization code for secrets.
4806 * net/secrets.el (secrets-mode): New major mode.
4807 (secrets-show-secrets, secrets-show-collections)
4808 (secrets-expand-collection, secrets-expand-item)
4809 (secrets-tree-widget-after-toggle-function)
4810 (secrets-tree-widget-show-password): New defuns.
4811
4812 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4813
4814 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
4815 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
4816 handled in smie-next-sexp.
4817 (smie-indent-calculate): Provide a starting indentation (so the
4818 recursion is well-founded ;-).
4819
4820 Fix handling of non-associative equal levels.
4821 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
4822 when it's not needed.
4823 (smie-op-left, smie-op-right): New functions.
4824 (smie-next-sexp): New function, extracted from smie-backward-sexp.
4825 Better handle equal levels to distinguish the associative case from
4826 the "multi-keyword construct" case.
4827 (smie-backward-sexp, smie-forward-sexp): Use it.
4828
4829 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
4830
4831 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
4832
4833 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
4834 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
4835
4836 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4837
4838 Provide a simple generic indentation engine and use it for Prolog.
4839 * emacs-lisp/smie.el: New file.
4840 * progmodes/prolog.el (prolog-smie-op-levels)
4841 (prolog-smie-indent-rules): New var.
4842 (prolog-mode-variables): Use them to configure SMIE.
4843 (prolog-indent-line, prolog-indent-level): Remove.
4844
4845 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
4846
4847 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
4848 order before computing the averages.
4849
4850 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
4851
4852 * calc/calc-vec.el (calc-histogram):
4853 (calcFunc-histogram): Allow vectors as inputs.
4854 (math-vector-avg): New function.
4855
4856 * calc/calc-ext.el (math-group-float): Have the number of digits
4857 being grouped depend on the radix (Bug#6189).
4858
4859 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
4860
4861 * version.el (emacs-copyright, emacs-version): Don't define here,
4862 now that emacs.c defines it.
4863
4864 2010-05-15 Eli Zaretskii <eliz@gnu.org>
4865
4866 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
4867 "Describe Language Environment" menu item.
4868
4869 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
4870
4871 Bidi-sensitive movement with arrow keys.
4872 * subr.el (right-arrow-command, left-arrow-command): New functions.
4873
4874 * bindings.el (global-map): Bind them to right and left arrow keys.
4875
4876 Don't override standard definition of convert-standard-filename.
4877 * files.el (convert-standard-filename): Call
4878 w32-convert-standard-filename and dos-convert-standard-filename on
4879 the corresponding systems.
4880
4881 * w32-fns.el (w32-convert-standard-filename): Rename from
4882 convert-standard-filename. Doc fix.
4883
4884 * dos-fns.el (dos-convert-standard-filename): Doc fix.
4885 (convert-standard-filename): Don't defalias.
4886 (register-name-alist, make-register, register-value)
4887 (set-register-value, intdos): Obsolete aliases for the
4888 corresponding dos-* functions and variables.
4889 (dos-intdos): Add a doc string.
4890
4891 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
4892
4893 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
4894 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
4895 (math-compose-tex-func):
4896 * calc/calccomp.el (math-compose-expr):
4897 * calc/calc-ext.el (math-format-flat-expr-fancy):
4898 * calc/calc-store.el (calc-read-var-name):
4899 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
4900
4901 * calc/calc.el (var-π, var-φ, var-γ): New variables.
4902 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
4903 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
4904 (math-standard-units): Add units.
4905
4906 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
4907
4908 * progmodes/asm-mode.el (asm-mode):
4909 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
4910
4911 * pcomplete.el (pcomplete-completions-at-point): New function,
4912 extracted from pcomplete-std-complete.
4913 (pcomplete-std-complete): Use it.
4914
4915 2010-05-15 Glenn Morris <rgm@gnu.org>
4916
4917 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4918 Remove references to CVS, RCS and Old directories.
4919
4920 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
4921
4922 * calc/calc-bin.el (math-format-twos-complement): Group digits when
4923 appropriate.
4924
4925 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
4926
4927 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
4928 (sh-mode-syntax-table): Give it a default value instead.
4929 (sh-header-marker): Make buffer-local.
4930 (sh-mode): Move make-local-variable to the corresponding setq.
4931 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
4932 Use complete-with-action.
4933
4934 * simple.el (prog-mode): New (abstract) major mode.
4935 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
4936 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
4937
4938 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
4939
4940 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
4941 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
4942 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
4943 (sql-make-alternate-buffer-name, sql-placeholders-filter)
4944 (sql-escape-newlines-filter, sql-input-sender)
4945 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
4946
4947 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
4948
4949 Add TeX open-block and close-block keybindings to SGML, and vice versa.
4950
4951 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
4952 latex-open-block and C-c / to latex-close-block.
4953
4954 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
4955 and C-c C-e to sgml-close-tag.
4956
4957 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
4958
4959 * net/tramp.el (with-progress-reporter): Create reporter object
4960 only when the message would be displayed. Handle nested calls.
4961 (tramp-handle-load, tramp-handle-file-local-copy)
4962 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4963 (tramp-maybe-send-script, tramp-find-shell):
4964 Use `with-progress-reporter'.
4965 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
4966 Fix message text.
4967
4968 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4969 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4970 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
4971 Use `with-progress-reporter'.
4972
4973 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
4974
4975 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
4976 process everytime when spellchecking from the minibuffer (bug#6143).
4977
4978 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
4979
4980 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
4981
4982 * dos-fns.el: Add "dos-" prefix for namespace control.
4983 (convert-standard-filename): Define as alias for
4984 dos-convert-standard-filename but only if applicable.
4985
4986 2010-05-12 Alan Mackenzie <acm@muc.de>
4987
4988 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
4989 Push the mark at the start of these functions when appropriate.
4990
4991 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4992
4993 * minibuffer.el (completion-cycle-threshold): New custom var.
4994 (completion--do-completion): Use it.
4995 (minibuffer-complete): Use cycling if appropriate.
4996
4997 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
4998
4999 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
5000 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
5001
5002 2010-05-11 Juri Linkov <juri@jurta.org>
5003
5004 * scroll-all.el (scroll-all-check-to-scroll):
5005 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
5006
5007 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5008
5009 * iimage.el (iimage-mode-map): Move initialization into declaration.
5010 (iimage-mode-buffer): Use with-silent-modifications.
5011 Simplify calling convention. Adjust callers.
5012 (iimage-mode): Don't run hook redundantly.
5013
5014 * minibuffer.el (completion-pcm--pattern->regex):
5015 Fix last change (bug#6160).
5016
5017 2010-05-10 Juri Linkov <juri@jurta.org>
5018
5019 Remove nodes visited during Isearch from the Info history.
5020 * info.el (Info-isearch-initial-history)
5021 (Info-isearch-initial-history-list): New variables.
5022 (Info-isearch-start): Record initial values of
5023 Info-isearch-initial-history and Info-isearch-initial-history-list.
5024 Add Info-isearch-end to isearch-mode-end-hook.
5025 (Info-isearch-end): New function.
5026
5027 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
5028
5029 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
5030 format string, in order to work around a bug in pdksh.
5031 Reported by Gilles Pion <gpion@lfdj.com>.
5032 (tramp-handle-verify-visited-file-modtime): Do not send a command
5033 when the connection is not established.
5034 (tramp-handle-set-file-times): Simplify the check for utc.
5035
5036 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
5037
5038 Fix use of `filter-buffer-substring' (rework previous change).
5039 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
5040 (cua-repeat-replace-region):
5041 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
5042 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5043 (cua-cut-region-to-global-mark): Use it.
5044
5045 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
5046
5047 * progmodes/sql.el: Version 2.1.
5048 (sql-product-alist): Redesign structure of product info.
5049 (sql-product, sql-user, sql-server, sql-database): Safe variables.
5050 (sql-port, sql-port-history): New variables.
5051 (sql-interactive-product): New variable.
5052 (sql-send-terminator): New variable.
5053 (sql-imenu-generic-expression): Add "Types" imenu entry.
5054 (sql-oracle-login-params, sql-sqlite-login-params)
5055 (sql-mysql-login-params, sql-solid-login-params)
5056 (sql-sybase-login-params, sql-informix-login-params)
5057 (sql-ingres-login-params, sql-ms-login-params)
5058 (sql-postgres-login-params, sql-interbase-login-params)
5059 (sql-db2-login-params, sql-linter-login-params)
5060 (sql-oracle-scan-on): New variables.
5061 (sql-mode-map): Add C-c C-i to start interactive mode.
5062 (sql-mode-menu): Update existing menu entries.
5063 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
5064 (sql-mode-oracle-font-lock-keywords)
5065 (sql-mode-postgres-font-lock-keywords)
5066 (sql-mode-ms-font-lock-keywords)
5067 (sql-mode-sybase-font-lock-keywords)
5068 (sql-mode-informix-font-lock-keywords)
5069 (sql-mode-interbase-font-lock-keywords)
5070 (sql-mode-ingres-font-lock-keywords)
5071 (sql-mode-solid-font-lock-keywords)
5072 (sql-mode-mysql-font-lock-keywords)
5073 (sql-mode-sqlite-font-lock-keywords)
5074 (sql-mode-db2-font-lock-keywords)
5075 (sql-mode-linter-font-lock-keywords): Update initialization to
5076 reduce run-time complexity.
5077 (sql-add-product, sql-del-product): New functions.
5078 (sql-set-product-feature, sql-get-product-feature): New functions.
5079 (sql-product-font-lock): Update product API.
5080 (sql-add-product-keywords): New function.
5081 (sql-highlight-product): Update product API.
5082 (sql-help-list-products): New function.
5083 (sql-help): Dynamically lists free and non-free products.
5084 (sql-get-login): Correct bug in handling history and added
5085 prompt for port.
5086 (sql-copy-column): Copy without properties.
5087 (sqli-input-sender): Apply filters to SQLi input.
5088 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
5089 Implement as a filter.
5090 (sql-escape-newlines-filter): Implement as a filter.
5091 (sql-remove-tabs-filter): New function.
5092 (sql-send-magic-terminator): New function.
5093 (sql-send-string): Implement magic terminator.
5094 (sql-send-region): Use `sql-send-string'.
5095 (sql-interactive-mode): Use product API.
5096 (sql-product-interactive): Use product API.
5097 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
5098 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
5099 (sql-db2, sql-linter): Use `sql-product-interactive'.
5100 (sql-connect): New function.
5101 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
5102 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
5103 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
5104 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
5105 Use `sql-connect'.
5106
5107 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5108
5109 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
5110 New custom variable.
5111 (completion-pcm--string->pattern): Use it.
5112 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
5113 Make it handle any symbol as `any'.
5114 (completion-pcm--merge-completions): Extract common suffix for the new
5115 `prefix' symbol as well.
5116 (completion-substring--all-completions): Use the new `prefix' symbol.
5117
5118 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
5119
5120 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
5121 not bound.
5122 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5123 (tramp-compat-funcall): New defmacro.
5124 (tramp-compat-line-beginning-position)
5125 (tramp-compat-line-end-position)
5126 (tramp-compat-temporary-file-directory)
5127 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5128 (tramp-compat-copy-file, tramp-compat-copy-directory)
5129 (tramp-compat-delete-file, tramp-compat-delete-directory)
5130 (tramp-compat-number-sequence, tramp-compat-process-running-p)
5131 * net/tramp.el (top, with-progress-reporter)
5132 (tramp-rfn-eshadow-setup-minibuffer)
5133 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5134 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5135 (tramp-completion-mode-p, tramp-check-for-regexp)
5136 (tramp-open-connection-setup-interactive-shell)
5137 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5138 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5139 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
5140 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5141 (tramp-reporter-dump-variable, tramp-load-report-modules)
5142 (tramp-append-tramp-buffers)
5143 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
5144
5145 * net/tramp-imap.el (top): Autoload `epg-make-context'.
5146
5147 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5148
5149 * progmodes/compile.el (compilation-buffer-modtime): Rename from
5150 buffer-modtime. Adjust users.
5151
5152 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5153
5154 * international/mule.el (auto-coding-alist): Only purecopy
5155 car of each item, not the whole list (Bug#6083).
5156
5157 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5158
5159 * progmodes/js.el (js-mode): Make paragraph variables local before
5160 calling c-setup-paragraph-variables (Bug#6071).
5161
5162 2010-05-08 Eli Zaretskii <eliz@gnu.org>
5163
5164 * composite.el (compose-region, reference-point-alist): Fix typos
5165 in the doc strings.
5166
5167 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5168
5169 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
5170 gnuplot's "set" command.
5171
5172 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5173
5174 * abbrev.el (last-abbrev-text): Doc fix.
5175 (abbrev-prefix-mark): Don't escape parenthesis.
5176
5177 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5178
5179 * composite.el (find-composition): Doc fix.
5180
5181 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5182
5183 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
5184 (sql-oracle-program, sql-sqlite-options)
5185 (sql-query-placeholders-and-send): Doc fixes.
5186 (sql-set-product, sql-interactive-mode): Reflow docstrings.
5187 (sql-imenu-generic-expression, sql-buffer)
5188 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
5189 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
5190 (sql-mode-sybase-font-lock-keywords)
5191 (sql-mode-informix-font-lock-keywords)
5192 (sql-mode-interbase-font-lock-keywords)
5193 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
5194 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
5195 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
5196 (sql-product-feature, sql-highlight-product)
5197 (comint-line-beginning-position, sql-rename-buffer)
5198 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
5199 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
5200 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
5201 Fix typos in docstrings.
5202
5203 2010-05-08 Juri Linkov <juri@jurta.org>
5204
5205 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
5206 property instead of `invisible' and `after-string' (bug#5998).
5207
5208 2010-05-08 Juri Linkov <juri@jurta.org>
5209
5210 * image-mode.el (image-mode-as-text): Fix typo in docstring.
5211
5212 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5213
5214 * filecache.el (file-cache-add-directory-list)
5215 (file-cache-add-directory-recursively): Fix typos in docstrings.
5216
5217 2010-05-08 Kenichi Handa <handa@m17n.org>
5218
5219 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
5220 (gujarati-composable-pattern): Fix typo.
5221
5222 2010-05-08 Kenichi Handa <handa@m17n.org>
5223
5224 * language/indian.el (oriya-composable-pattern)
5225 (tamil-composable-pattern, malayalam-composable-pattern):
5226 Add two-part vowels to "v" (vowel sign).
5227
5228 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5229
5230 * files.el (copy-directory): Handle symlinks (Bug#5982).
5231
5232 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
5233
5234 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
5235 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
5236 (Bug#5846).
5237
5238 2010-05-08 Glenn Morris <rgm@gnu.org>
5239
5240 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
5241
5242 * minibuffer.el (completion-at-point): Doc fix.
5243
5244 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5245
5246 * electric.el (Electric-command-loop): Minor tweak.
5247
5248 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
5249 better with dedicated windows.
5250
5251 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5252
5253 * Version 23.2 released.
5254
5255 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5256 Stefan Monnier <monnier@iro.umontreal.ca>
5257
5258 Highlight vendor specific properties.
5259 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
5260 (css-proprietary-property): New face.
5261 (css-font-lock-keywords): Use them.
5262
5263 2010-05-07 Eli Zaretskii <eliz@gnu.org>
5264
5265 * cus-start.el (all): Add native condition for tool-bar-* symbols.
5266
5267 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5268
5269 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
5270 * files.el (auto-mode-alist): Remove redundant entries.
5271
5272 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
5273 * simple.el (auto-save-mode): Move from files.el.
5274 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
5275
5276 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5277
5278 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5279
5280 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
5281
5282 * mail/binhex.el (binhex-decode-region-internal)
5283 * mail/uudecode.el (uudecode-decode-region-internal)
5284 * net/dns.el (dns-read-string-name, dns-write, dns-read)
5285 (dns-read-type, dns-query)
5286 * pgg-parse.el (pgg-parse-armor)
5287 * pgg.el (pgg-verify-region)
5288 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
5289 XEmacs.
5290
5291 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
5292
5293 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
5294
5295 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
5296
5297 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
5298 * emulation/cua-base.el (cua-repeat-replace-region):
5299 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5300 (cua-cut-region-to-global-mark):
5301 Remove text properties with `set-text-properties'.
5302
5303 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
5304
5305 * net/tramp.el (top, with-progress-reporter):
5306 Use `symbol-function' inside `funcall'.
5307
5308 * net/tramp-compat.el (tramp-compat-file-attributes)
5309 (tramp-compat-delete-file, tramp-compat-delete-directory):
5310 Handle only `wrong-number-of-arguments' error.
5311
5312 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
5313 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
5314 inside `funcall'.
5315
5316 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5317
5318 * minibuffer.el (completion--sreverse, completion--common-suffix):
5319 New functions.
5320 (completion-pcm--merge-completions): Extract common suffix when safe.
5321
5322 * emacs-lisp/easy-mmode.el (define-minor-mode):
5323 Make :variable more flexible.
5324 * files.el (auto-save-mode): Use it to define using define-minor-mode.
5325
5326 2010-05-05 Juri Linkov <juri@jurta.org>
5327
5328 Add `slow' and `history' tags to the desktop data.
5329
5330 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
5331 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
5332 (Info-finder-find-node): Require `finder.el' to be able
5333 to restore node from the desktop.
5334 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
5335 data `Info-history' and `slow' tag in the assoc list.
5336 (Info-restore-desktop-buffer): Don't restore nodes with the
5337 `slow' tag. Restore `Info-history'.
5338
5339 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
5340
5341 Add FORCE argument to `delete-file'.
5342
5343 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
5344 forcing to delete the temporary file.
5345 (ange-ftp-delete-file): Add FORCE arg.
5346 (ange-ftp-rename-remote-to-remote)
5347 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
5348 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
5349 Force file deletion.
5350
5351 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
5352
5353 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
5354 (tramp-handle-make-symbolic-link, tramp-handle-load)
5355 (tramp-do-copy-or-rename-file-via-buffer)
5356 (tramp-do-copy-or-rename-file-directly)
5357 (tramp-do-copy-or-rename-file-out-of-band)
5358 (tramp-handle-process-file, tramp-handle-call-process-region)
5359 (tramp-handle-shell-command, tramp-handle-file-local-copy)
5360 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5361 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
5362
5363 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
5364 (tramp-fish-handle-make-symbolic-link)
5365 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
5366
5367 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5368 Use `tramp-compat-delete-file'.
5369
5370 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
5371 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
5372
5373 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
5374 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
5375
5376 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
5377 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
5378 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
5379 `tramp-compat-delete-file'.
5380
5381 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5382
5383 Minor cleanups.
5384 * subr.el (add-minor-mode): Use push.
5385 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
5386 * emulation/edt.el (edt-select-mode): Simplify.
5387
5388 Use define-minor-mode in more cases.
5389 * term/tvi970.el (tvi970-set-keypad-mode):
5390 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5391 (normal-erase-is-backspace-mode):
5392 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
5393 (set-scroll-bar-mode-1): (Re)move to its sole caller.
5394 (get-scroll-bar-mode): New function.
5395 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
5396
5397 Use define-minor-mode for less obvious cases.
5398 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
5399 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
5400 * international/iso-ascii.el (iso-ascii-mode):
5401 * frame.el (auto-raise-mode, auto-lower-mode):
5402 * composite.el (global-auto-composition-mode): Use define-minor-mode.
5403
5404 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
5405
5406 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
5407 in order to see error messages for failed logins.
5408
5409 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
5410
5411 * diff.el (diff-sentinel):
5412
5413 * epg.el (epg--make-temp-file, epg-decrypt-string)
5414 (epg-verify-string, epg-sign-string, epg-encrypt-string):
5415
5416 * jka-compr.el (jka-compr-partial-uncompress)
5417 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
5418
5419 * server.el (server-sentinel): Use delete-file's new FORCE arg
5420 (Bug#6070).
5421
5422 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5423
5424 Use define-minor-mode where applicable.
5425 * view.el (view-mode):
5426 * type-break.el (type-break-query-mode)
5427 (type-break-mode-line-message-mode):
5428 * textmodes/reftex.el (reftex-mode):
5429 * term/vt100.el (vt100-wide-mode):
5430 * tar-mode.el (tar-subfile-mode):
5431 * savehist.el (savehist-mode):
5432 * ibuf-ext.el (ibuffer-auto-mode):
5433 * composite.el (auto-composition-mode):
5434 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5435 Use define-minor-mode.
5436 (vhdl-mode): Use static mode-line format.
5437 (vhdl-mode-line-update): Delete.
5438 (vhdl-create-mode-menu, vhdl-activate-customizations)
5439 (vhdl-hs-minor-mode): Don't bother calling it.
5440
5441 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5442
5443 * simple.el (with-wrapper-hook): Move.
5444 (buffer-substring-filters): Mark obsolete.
5445 (filter-buffer-substring-functions): New variable.
5446 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
5447
5448 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5449 Michael Albinus <michael.albinus@gmx.de>
5450
5451 Implement compression for inline methods.
5452
5453 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5454 (tramp-copy-size-limit): Allow also nil.
5455 (tramp-inline-compress-commands): New defconst.
5456 (tramp-find-inline-compress, tramp-get-inline-compress)
5457 (tramp-get-inline-coding): New defuns.
5458 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
5459 replaced by `tramp-get-inline-coding'.
5460 (tramp-handle-file-local-copy, tramp-handle-write-region)
5461 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5462
5463 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5464
5465 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
5466 Remove unused functions.
5467
5468 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
5469 Set find-tag-default-function as a variable rather than a property.
5470
5471 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
5472 * progmodes/etags.el (tags-completion-at-point-function):
5473 Remove left over interactive spec. Add autoloading stub.
5474 (complete-tag): Use tags-completion-at-point-function.
5475
5476 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
5477
5478 * minibuffer.el (tags-completion-at-point-function): Fix return value.
5479
5480 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
5481
5482 * ido.el (ido-init-completion-maps): Remove C-v binding.
5483 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
5484
5485 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
5486
5487 * minibuffer.el (tags-completion-at-point-function): New function.
5488 (completion-at-point-functions): Use it.
5489
5490 * progmodes/etags.el (complete-tag): Revert last change.
5491
5492 2010-04-29 Alan Mackenzie <acm@muc.de>
5493
5494 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
5495 off-by-one error (in end of macro position).
5496
5497 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5498
5499 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
5500 firefox is absent. Don't autoload.
5501 (browse-url-galeon-program): Don't autoload.
5502
5503 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
5504
5505 * bindings.el (complete-symbol): Move into minibuffer.el.
5506
5507 * minibuffer.el (complete-tag): Move from etags.el. If tags
5508 completion cannot be performed, return nil instead of signalling
5509 an error.
5510 (completion-at-point): Make it an alias for complete-symbol.
5511 (complete-symbol): Move from bindings.el, and replace with the
5512 body of completion-at-point.
5513
5514 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
5515
5516 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
5517
5518 * net/tramp.el (tramp-remote-selinux-p): New defun.
5519 (tramp-handle-file-selinux-context)
5520 (tramp-handle-set-file-selinux-context): Use it.
5521
5522 2010-04-28 Sam Steingold <sds@gnu.org>
5523
5524 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5525 `safe-local-variable' if the value is a string or a symbol with
5526 the property `bug-reference-url-format'.
5527
5528 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
5529
5530 * progmodes/bug-reference.el (bug-reference-url-format):
5531 Revert 2010-04-27 change due to security risk.
5532
5533 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5534
5535 Make it possible to locally disable a globally enabled mode.
5536 * simple.el (fundamental-mode): Run fundamental-mode-hook.
5537 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
5538 rather than kill-all-local-variables so it runs fundamental-mode-hook.
5539 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5540 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
5541 that subsequent hooks get a chance to disable it.
5542
5543 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5544
5545 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5546 Avoid re-enabling a minor mode after the user turned the minor mode
5547 off if MODE-enable-in-buffers is run twice (typically once from
5548 fundamental-mode's after-change-major-mode-hook and a second time from
5549 run-mode-hook's own after-change-major-mode-hook).
5550
5551 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
5552
5553 2010-04-27 Sam Steingold <sds@gnu.org>
5554
5555 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5556 `safe-local-variable' if the value is a string or a function, as
5557 documented and implemented on 2010-04-02.
5558
5559 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
5560
5561 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
5562 when method is 'kill.
5563
5564 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
5565
5566 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
5567 condition in default directory check.
5568 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
5569 Kill ispell process when killing its associated buffer.
5570
5571 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
5572
5573 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
5574 but we aren't using it.
5575
5576 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
5577
5578 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
5579 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
5580
5581 2010-04-24 Glenn Morris <rgm@gnu.org>
5582
5583 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
5584 Ignore VCS-ignore files, and deleted nextstep preferences files.
5585 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
5586 (authors-ambiguous-files): New list.
5587 (authors-valid-file-names): Add some deleted files.
5588 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
5589 (authors-disambiguate-file-name): New function. (Bug#5501)
5590 (authors-canonical-file-name): Doc fix.
5591 Don't warn about obsolete files.
5592 (authors-canonical-file-name, authors-scan-el):
5593 Use authors-disambiguate-file-name.
5594
5595 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5596 Add autoload cookies.
5597 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
5598 (generated-autoload-file): Set file-local value to "htmlfontify.el".
5599 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
5600 They have definitions / compiler macros in cl.el.
5601 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5602 Replace manual autoloads with generated ones.
5603 (htmlfontify-unload-rgb-file): Remove autoload.
5604 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
5605
5606 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5607
5608 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
5609 (byte-compile-setq-default): Optimize for the
5610 single-var case and don't call byte-compile-form in this case to avoid
5611 inf-loop with byte-compile-set-default.
5612
5613 * progmodes/compile.el (compilation-start): Abbreviate default directory.
5614
5615 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
5616
5617 Implement SELINUX backends.
5618
5619 * net/tramp.el (tramp-file-name-handler-alist):
5620 Add `file-selinux-context' and `set-file-selinux-context'.
5621 (tramp-handle-file-selinux-context)
5622 (tramp-handle-set-file-selinux-context): New defuns.
5623 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5624 Handle PRESERVE-SELINUX-CONTEXT.
5625
5626 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5627 Add `file-selinux-context' and `set-file-selinux-context'.
5628 (tramp-gvfs-handle-file-selinux-context)
5629 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5630 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5631
5632 * net/ange-ftp.el (ange-ftp-copy-file):
5633 * net/tramp-fish.el (tramp-fish-handle-copy-file):
5634 * net/tramp-imap.el (tramp-imap-handle-copy-file):
5635 * net/tramp-smb.el (tramp-smb-handle-copy-file):
5636 Add PRESERVE-SELINUX-CONTEXT.
5637
5638 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5639
5640 Synchronize with Tramp repository.
5641
5642 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
5643 (tramp-action-process-alive, tramp-action-out-of-band)
5644 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5645 (tramp-exists-file-name-handler): Fix docstring.
5646 (with-progress-reporter): New defmacro.
5647 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
5648 (tramp-maybe-open-connection): Use it.
5649
5650 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
5651
5652 Detect ssh 'ControlMaster' argument automatically in some cases.
5653
5654 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5655 (tramp-default-method): Use it.
5656
5657 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5658
5659 * net/tramp.el (tramp-handle-copy-file): Add new optional
5660 parameter `preserve-selinux-context'.
5661 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
5662
5663 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5664
5665 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
5666 Ensure, that non remote files are still checked. Oops.
5667
5668 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
5669
5670 Fix Bug#5840.
5671
5672 * icomplete.el (icomplete-completions): Use `non-essential'.
5673
5674 * net/tramp.el (tramp-connectable-p): New defun.
5675 (tramp-handle-expand-file-name)
5676 (tramp-completion-handle-file-name-all-completions)
5677 (tramp-completion-handle-file-name-completion): Use it.
5678
5679 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5680
5681 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
5682
5683 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5684
5685 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
5686
5687 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
5688
5689 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
5690 is present.
5691
5692 * info.el (info-tool-bar-map): Add labels.
5693
5694 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
5695
5696 * cus-edit.el (custom-commands): Add labels for tool bar.
5697 (custom-buffer-create-internal, Custom-mode): Adjust for
5698 labels in custom-commands.
5699
5700 * dynamic-setting.el: Renamed from font-setting.el.
5701
5702 2010-04-21 John Wiegley <jwiegley@gmail.com>
5703
5704 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
5705 toggles the use of virtual buffers.
5706 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
5707 (ido-toggle-virtual-buffers): New function.
5708
5709 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
5710
5711 Use `define-derived-mode'; fix window selection; doc fixes.
5712 * play/tetris.el (tetris, tetris-update-speed-function)
5713 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
5714 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
5715 (tetris-rotate-next, tetris-end-game, tetris-start-game)
5716 (tetris-pause-game): Fix typos in docstrings.
5717 (tetris-mode-map, tetris-null-map):
5718 Move initialization into declaration.
5719 (tetris-mode): Define with `define-derived-mode';
5720 set show-trailing-whitespace to nil.
5721 (tetris): Prefer window already displaying the "*Tetris*" buffer.
5722
5723 2010-04-21 Karel Klíč <kklic@redhat.com>
5724
5725 * files.el (backup-buffer): Handle SELinux context, and return it
5726 if a backup was made by renaming.
5727 (backup-buffer-copy): Set SELinux context to the target file.
5728 (basic-save-buffer): Set SELinux context of the newly written file.
5729 (basic-save-buffer-1): Now it also returns any SELinux context.
5730 (basic-save-buffer-2): Set SELinux context of the newly created file,
5731 and return it.
5732 * net/tramp.el (tramp-file-name-for-operation):
5733 Add file-selinux-context.
5734
5735 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5736
5737 Make the log-edit comments use RFC822 format throughout.
5738
5739 * vc.el (vc-checkin, vc-modify-change-comment):
5740 Adjust to new vc-start/finish-logentry.
5741 (vc-find-conflicted-file): New command.
5742 (vc-transfer-file): Adjust to new vc-checkin.
5743 (vc-next-action): Improve scoping.
5744
5745 * vc-hg.el (vc-hg-log-edit-mode): Remove.
5746 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
5747
5748 * vc-git.el (vc-git-log-edit-mode): Remove.
5749 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
5750 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
5751
5752 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
5753 (vc-start-logentry): Remove argument `extra'.
5754 (vc-finish-logentry): Remove extra args.
5755
5756 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
5757 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
5758 (vc-bzr-conflicted-files): New function.
5759
5760 * log-edit.el (log-edit-extra-flags)
5761 (log-edit-before-checkin-process): Remove.
5762 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
5763 (log-edit-headers-alist): New var.
5764 (log-edit-header-contents-regexp): New const.
5765 (log-edit-match-to-eoh): New function.
5766 (log-edit-font-lock-keywords): Use them.
5767 (log-edit): Insert a "Summary:" header as default.
5768 (log-edit-mode): Mark font-lock rules as case-insensitive.
5769 (log-edit-done): Cleanup headers.
5770 (log-view-process-buffer): Remove.
5771 (log-edit-extract-headers): New function to replace it.
5772
5773 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
5774
5775 * subr.el (default-direction-reversed): Remove obsolescence info.
5776
5777 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5778
5779 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
5780 windows/frames.
5781
5782 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
5783 I.e. include text after point in the completion region.
5784 Also, return nil when we're not after/in a symbol.
5785
5786 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
5787 default enable-multibyte-characters.
5788
5789 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5790
5791 * international/mule.el: Help the user choose a valid coding-system.
5792 (read-buffer-file-coding-system): New function.
5793 (set-buffer-file-coding-system): Use it. Prompt the user if the
5794 coding-system cannot encode all the chars.
5795
5796 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
5797 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
5798 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
5799 Don't use *vc-bzr-shelve*.
5800
5801 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
5802
5803 Fix the version number for added files.
5804 * vc-hg.el (vc-hg-working-revision): Check if the file is
5805 registered after hg parent fails (Bug#5961).
5806
5807 2010-04-19 Glenn Morris <rgm@gnu.org>
5808
5809 * htmlfontify.el (htmlfontify-buffer)
5810 (htmlfontify-copy-and-link-dir): Autoload entry points.
5811
5812 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
5813
5814 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
5815 name relative to the project root (Bug#5960).
5816
5817 2010-04-19 Glenn Morris <rgm@gnu.org>
5818
5819 * vc-git.el (vc-git-print-log): Doc fix.
5820
5821 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
5822
5823 * ido.el (ido-file-internal): Fix 2009-12-02 change.
5824
5825 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
5826
5827 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
5828 default settings (Bug#5928).
5829
5830 2010-04-19 Glenn Morris <rgm@gnu.org>
5831
5832 * progmodes/fortran.el (fortran-match-and-skip-declaration):
5833 New function.
5834 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
5835
5836 2010-04-19 Kenichi Handa <handa@m17n.org>
5837
5838 * language/indian.el (malayalam-composable-pattern): Fix previous
5839 change (add U+0D4D "SIGN VIRAMA").
5840 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
5841 (tamil-composable-pattern): Fix typo in the regexp.
5842 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
5843 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
5844 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
5845
5846 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
5847
5848 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
5849 paragraph-separate (Bug#5821).
5850
5851 2010-04-19 Juri Linkov <juri@jurta.org>
5852
5853 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
5854
5855 * info.el (Info-find-node-2): Comment out code that skips
5856 breadcrumbs line.
5857 (Info-mouse-follow-link): New command.
5858 (Info-link-keymap): New keymap.
5859 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
5860 Return a string with links instead of inserting breadcrumbs
5861 to the Info buffer.
5862 (Info-fontify-node): Comment out code that inserts breadcrumbs.
5863 Instead of putting the `invisible' text property over the Info
5864 header, make an overlay over the Info header with the `invisible'
5865 property and `after-string' set to the string returned by
5866 `Info-breadcrumbs'.
5867
5868 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
5869
5870 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
5871 Reported by monkey@sandpframing.com.
5872
5873 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5874
5875 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
5876 (tmm-get-keymap): Add key-binding shortcuts now that they're not
5877 available in the "keyseq cache" any more.
5878
5879 * custom.el (defcustom): Add edebug spec.
5880
5881 2010-04-18 Juri Linkov <juri@jurta.org>
5882
5883 Test for special mode-class in view-buffer instead of view-file (bug#5513).
5884
5885 * view.el (view-file, view-buffer): Move test for special mode-class
5886 from view-file to view-buffer.
5887
5888 * tar-mode.el (tar-extract): Turn if's into one cond
5889 like in arc-mode.el.
5890
5891 2010-04-18 Juri Linkov <juri@jurta.org>
5892
5893 Add 7z archive format support (bug#5475).
5894
5895 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
5896 (archive-7z-extract): New defcustom.
5897 (archive-find-type): Add magic string for 7z.
5898 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
5899 If `stderr-file' is non-nil, use `(t stderr-file)' for the
5900 `buffer' arg of `call-process'.
5901 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
5902 call the function `archive-7z-extract' with the variable
5903 `archive-7z-extract' let-bound to `archive-zip-extract'.
5904 (archive-7z-summarize, archive-7z-extract): New functions.
5905
5906 * international/mule.el (auto-coding-alist):
5907 * files.el (auto-mode-alist): Add 7z file extension.
5908
5909 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5910
5911 * loadup.el: Setup hash-cons for pure data.
5912
5913 Fix duplicate entries in cedet's loaddefs.el files.
5914 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
5915 Should make most file-local generated-autoload-file unnecessary.
5916 (print-readably): Silence warnings.
5917 (autoload-find-destination): Take load-name as an arg to make sure
5918 it's the same as the one that will be in the file.
5919 (autoload-generate-file-autoloads): Adjust to above changes.
5920 Try to make the dataflow a bit simpler.
5921
5922 * cvs-status.el (cvs-refontify): Remove unused.
5923
5924 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
5925
5926 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
5927
5928 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
5929 twos-complement mode.
5930
5931 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
5932
5933 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
5934 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
5935 (calc-inverse): Add "Option" to message, as appropriate.
5936 (calc-hyperbolic): Add "Option" to message, as appropriate.
5937 (calc-option, calc-is-option): New functions.
5938
5939 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
5940 (calc-option-prefix-help): New function.
5941
5942 * calc/calc-misc.el (calc-help): Add "Option" entry.
5943
5944 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
5945 (calc-option-flag): New variable.
5946 (calc-do): Set `calc-option-flag to nil.
5947 (calc-set-mode-line): Add "Opt " as appropriate.
5948
5949 2010-04-16 Juri Linkov <juri@jurta.org>
5950
5951 Move scrolling commands from simple.el to window.el
5952 because their primitives are implemented in window.c.
5953
5954 * simple.el (scroll-error-top-bottom)
5955 (scroll-up-command, scroll-down-command, scroll-up-line)
5956 (scroll-down-line, scroll-other-window-down)
5957 (beginning-of-buffer-other-window, end-of-buffer-other-window):
5958 * window.el (scroll-error-top-bottom)
5959 (scroll-up-command, scroll-down-command, scroll-up-line)
5960 (scroll-down-line, scroll-other-window-down)
5961 (beginning-of-buffer-other-window, end-of-buffer-other-window):
5962 Move from simple.el to window.el because their primitives are
5963 implemented in window.c.
5964
5965 2010-04-16 Juri Linkov <juri@jurta.org>
5966
5967 * isearch.el (isearch-lookup-scroll-key): Check both
5968 `isearch-scroll' and `scroll-command' properties.
5969 (scroll-up, scroll-down): Remove `isearch-scroll' property.
5970
5971 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
5972
5973 * simple.el (scroll-up-command, scroll-down-command)
5974 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
5975
5976 2010-04-15 Juri Linkov <juri@jurta.org>
5977
5978 * simple.el (scroll-up-command, scroll-down-command)
5979 (scroll-up-line, scroll-down-line): Put `scroll-command'
5980 property on the these symbols. Remove them from
5981 `scroll-preserve-screen-position-commands'.
5982
5983 * mwheel.el (mwheel-scroll): Put `scroll-command' and
5984 `isearch-scroll' properties on the `mwheel-scroll' symbol.
5985 Remove it from `scroll-preserve-screen-position-commands'.
5986
5987 * isearch.el (isearch-allow-scroll): Doc fix.
5988
5989 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
5990
5991 * net/tramp.el (tramp-error-with-buffer): Don't show the
5992 connection buffer when we are in completion mode.
5993 (tramp-file-name-handler): Catch the error for some operations
5994 when we are in completion mode. This gives the user the chance to
5995 correct the file name in the minibuffer.
5996
5997 2010-04-15 Glenn Morris <rgm@gnu.org>
5998
5999 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
6000
6001 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
6002
6003 Simplify by using `define-derived-mode'.
6004 * info.el (Info-mode):
6005 * calendar/todo-mode.el (todo-mode):
6006 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
6007 (gomoku-mode-map): Move initialization into declaration.
6008
6009 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
6010
6011 Fix Bug#5840.
6012 * ido.el (ido-file-name-all-completions-1):
6013 * minibuffer.el (minibuffer-completion-help):
6014 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
6015
6016 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6017
6018 * simple.el (non-essential): New var.
6019
6020 Add a new field `location' to bookmarks for non-file bookmarks.
6021 * bookmark.el (bookmark-location): Use the new field, if present.
6022 (bookmark-insert-location): Undo last change, not needed any more.
6023 * man.el (Man-bookmark-make-record):
6024 * woman.el (woman-bookmark-make-record): Add `location' field.
6025
6026 2010-04-14 Juri Linkov <juri@jurta.org>
6027
6028 * simple.el (scroll-error-top-bottom): New defcustom.
6029 (scroll-up-command, scroll-down-command): Use it. Doc fix.
6030
6031 * emulation/pc-select.el (pc-select-override-scroll-error):
6032 Obsolete in favor of `scroll-error-top-bottom'.
6033
6034 2010-04-14 Juri Linkov <juri@jurta.org>
6035
6036 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
6037 `scroll-up-command' and `M-v' to `scroll-down-command'.
6038
6039 * emulation/cua-rect.el (cua--init-rectangles):
6040 * forms.el (forms--change-commands):
6041 * image-mode.el (image-mode-map):
6042 Remap scroll-down-command and scroll-up-command
6043 in addition to scroll-down and scroll-up.
6044
6045 2010-04-14 Juri Linkov <juri@jurta.org>
6046
6047 * mwheel.el (scroll-preserve-screen-position-commands):
6048 Add mwheel-scroll to this list of commands.
6049
6050 * simple.el (scroll-preserve-screen-position-commands):
6051 Add scroll-up-command, scroll-down-command, scroll-up-line,
6052 scroll-down-line to this list of commands.
6053
6054 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6055
6056 * obsolete/complete.el: Move from lisp/complete.el.
6057
6058 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
6059
6060 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
6061 to the minor mode function now turns the mode ON unconditionally.
6062
6063 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6064
6065 * vc-dir.el (vc-dir-kill-line): New command.
6066 (vc-dir-mode-map): Bind it to C-k.
6067
6068 * bookmark.el (bookmark-insert-location): Handle a nil filename.
6069
6070 * woman.el: Add bookmark declarations to silence the compiler.
6071 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
6072 step to compatibility between man and woman bookmarks.
6073 Adjust for Man-default-bookmark-title renaming.
6074 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
6075
6076 * man.el: Add bookmark declarations to silence the compiler.
6077 (Man-name-local-regexp): Make it match NAME as well.
6078 (Man-getpage-in-background): Return the buffer.
6079 (Man-notify-when-ready): Use `case'.
6080 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
6081 Don't hardcode "NAME". Simplify.
6082 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
6083 Rename from Man-bookmark-make-record.
6084 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
6085 we have the actual man-args. Use Man-getpage-in-background rather
6086 than `man' since the arg is already processed. Let bookmark.el do the
6087 window handling. Only wait for the relevant process.
6088 Don't forget to autoload.
6089
6090 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
6091
6092 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6093
6094 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
6095 New functions.
6096 (woman-mode): Setup bookmark support.
6097
6098 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
6099 (man-bookmark-jump): New functions.
6100 (Man-mode): Setup bookmark support.
6101
6102 2010-04-10 Jari Aalto <jari.aalto@cante.net>
6103
6104 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
6105 recognize ssh-keygen prompt (Bug#2817).
6106
6107 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
6108
6109 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
6110
6111 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
6112
6113 Synchronize with Tramp repository.
6114
6115 * net/tramp.el (tramp-completion-function-alist)
6116 (tramp-file-name-regexp, tramp-chunksize)
6117 (tramp-local-coding-commands, tramp-remote-coding-commands):
6118 Fix docstring.
6119 (tramp-remote-process-environment): Use `format' instead of `concat'.
6120 (tramp-handle-directory-files-and-attributes)
6121 (tramp-get-remote-path): Use `copy-tree'.
6122 (tramp-handle-file-name-all-completions): Backward/ XEmacs
6123 compatibility: Use `completion-ignore-case' if
6124 `read-file-name-completion-ignore-case' does not exist.
6125 (tramp-do-copy-or-rename-file-directly): Do not use
6126 `tramp-handle-file-remote-p'.
6127 (tramp-do-copy-or-rename-file-out-of-band):
6128 Use `tramp-compat-delete-directory'.
6129 (tramp-do-copy-or-rename-file-out-of-band)
6130 (tramp-compute-multi-hops, tramp-maybe-open-connection):
6131 Use `format-spec-make'.
6132 (tramp-find-foreign-file-name-handler)
6133 (tramp-advice-make-auto-save-file-name)
6134 (tramp-set-auto-save-file-modes): Remove superfluous check for
6135 `stringp'. This is done inside `tramp-tramp-file-p'.
6136 (tramp-debug-outline-regexp): New defconst.
6137 (tramp-get-debug-buffer): Use it.
6138 (tramp-check-for-regexp): Use (forward-line 1).
6139 (tramp-set-auto-save-file-modes): Adapt version check.
6140
6141 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
6142 Wrap call of `featurep' for 2nd argument.
6143 (tramp-compat-make-temp-file): Simplify fallback implementation.
6144 (tramp-compat-copy-tree): Remove function.
6145 (tramp-compat-delete-directory): Provide implementation for older
6146 Emacsen.
6147
6148 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
6149 Do not use `tramp-fish-handle-file-attributes.
6150
6151 * net/trampver.el: Update release number.
6152
6153 2010-04-10 Glenn Morris <rgm@gnu.org>
6154
6155 * progmodes/compile.el (compilation-save-buffers-predicate):
6156 Add missing :version tag.
6157
6158 2010-04-09 Sam Steingold <sds@gnu.org>
6159
6160 * progmodes/compile.el (compilation-save-buffers-predicate):
6161 Remove the "autoload" cookie.
6162
6163 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
6164 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
6165 and `bug-reference-prog-mode' can be used in hooks directly.
6166
6167 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6168
6169 Add --author support to git commit.
6170 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
6171 (vc-git-log-edit-mode): New minor mode.
6172 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
6173 New declarations.
6174
6175 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
6176
6177 * vc-hooks.el, vc-git.el: Improve documentation comments.
6178
6179 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6180
6181 Fix some of the problems in defsubst* (bug#5728).
6182 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
6183 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
6184
6185 2010-04-07 Sam Steingold <sds@gnu.org>
6186
6187 * progmodes/compile.el (compilation-save-buffers-predicate):
6188 New custom variable.
6189 (compile, recompile): Pass it to `save-some-buffers'.
6190
6191 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
6192
6193 * wid-edit.el (widget-choose): Move cursor to the second line of
6194 the buffer (Bug#5695).
6195
6196 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6197
6198 Add new VC methods: vc-log-incoming and vc-log-outgoing.
6199 * vc.el (vc-print-log-setup-buttons): New function split out from
6200 vc-print-log-internal.
6201 (vc-log-internal-common): New function, a parametrized version of
6202 vc-print-log-internal.
6203 (vc-print-log-internal): Just call vc-log-internal-common with the
6204 right arguments.
6205 (vc-incoming-outgoing-internal):
6206 (vc-log-incoming, vc-log-outgoing): New functions.
6207 (vc-log-view-type): New permanent local variable.
6208
6209 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
6210
6211 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
6212 of the dynamic bound vc-short-log.
6213 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
6214
6215 * vc-git.el (vc-git-log-outgoing): New function.
6216 (vc-git-log-view-mode): Use vc-log-view-type instead
6217 of the dynamic bound vc-short-log.
6218
6219 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
6220 of the dynamic bound vc-short-log. Highlight the tag.
6221 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
6222 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
6223 (vc-hg-incoming-mode): Remove.
6224 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
6225
6226 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6227
6228 Fix default-directory for vc-root-diff.
6229 * vc.el (vc-root-diff): Bind default-directory to the root
6230 directory for the diff command.
6231
6232 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
6233
6234 * progmodes/verilog-mode.el (verilog-forward-sexp):
6235 (verilog-calc-1): Support "disable fork" and "fork wait" multi
6236 word keywords, suggested by Steve Pearlmutter.
6237 (verilog-pretty-declarations): Support lineup of declarations in
6238 port lists.
6239 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
6240 fix bug for /* / comments.
6241 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
6242 Speed up and simplfy as this is never called with a bound.
6243 (verilog-pretty-declarations): Enhance to line up declarations
6244 inside a parameter list, suggested by Alan Morgan.
6245 (verilog-pretty-expr): Tune assignment regular expression match
6246 string for corner cases; also use markers instead of character
6247 number as indent changes the later.
6248
6249 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
6250
6251 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
6252 as missing keyword.
6253 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
6254 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
6255 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
6256 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
6257 Tennant.
6258 (verilog-keywords):
6259 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
6260 1800-2009 keywords, including "global.".
6261
6262 2010-04-06 John Wiegley <jwiegley@gmail.com>
6263
6264 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
6265 appearing in buffer list (if a live buffer name matched a recentf
6266 file basename). Should use uniquify to offer a real solution.
6267
6268 2010-04-06 John Wiegley <jwiegley@gmail.com>
6269
6270 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
6271 comment to code, and add a :version tag.
6272 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
6273
6274 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
6275
6276 Enable recentf-mode if using virtual buffers.
6277 * ido.el (recentf-list): Declare for byte-compiler.
6278 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
6279 (ido-make-buffer-list): Simplify.
6280 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
6281
6282 2010-04-05 Juri Linkov <juri@jurta.org>
6283
6284 Scrolling commands which scroll a line instead of full screen.
6285 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6286
6287 * simple.el (scroll-up-line, scroll-down-line): New commands.
6288 Put property isearch-scroll=t on them.
6289
6290 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
6291 Remove commands.
6292
6293 2010-04-05 Juri Linkov <juri@jurta.org>
6294
6295 Scrolling commands which do not signal errors at top/bottom.
6296 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6297
6298 * simple.el (scroll-up-command, scroll-down-command): New commands.
6299 Put property isearch-scroll=t on them.
6300
6301 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
6302 `scroll-down-command' and [next] from `scroll-up' to
6303 `scroll-up-command'.
6304
6305 * emulation/cua-base.el: Put property CUA=move on
6306 `scroll-up-command' and `scroll-down-command'.
6307 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
6308 and `scroll-down-command' to `cua-scroll-down'.
6309
6310 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
6311
6312 * help.el (describe-mode): Return nil.
6313
6314 2010-04-04 John Wiegley <jwiegley@gmail.com>
6315
6316 * ido.el (ido-use-virtual-buffers): New variable to indicate
6317 whether "virtual buffer" support is enabled for IDO.
6318 (ido-virtual): Face used to indicate virtual buffers in the list.
6319 (ido-buffer-internal): If a buffer is chosen, and no such buffer
6320 exists, but a virtual buffer of that name does (which would be why
6321 it was in the list), recreate the buffer by reopening the file.
6322 (ido-make-buffer-list): If virtual buffers are being used, call
6323 `ido-add-virtual-buffers-to-list' before the make list hook.
6324 (ido-virtual-buffers): New variable which contains a copy of the
6325 current contents of the `recentf-list', albeit pared down for the
6326 sake of speed, and with proper faces applied.
6327 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
6328 create a list of "virtual buffers" to present to the user in
6329 addition to the currently open set. Note that this logic could
6330 get rather slow if that list is too large. With the default
6331 `recentf-max-saved-items' of 200, there is little speed penalty.
6332
6333 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6334
6335 * font-lock.el: Require CL when compiling.
6336 (font-lock-turn-on-thing-lock): Use `case'.
6337
6338 2010-04-03 Eli Zaretskii <eliz@gnu.org>
6339
6340 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
6341 Zaretskii.
6342
6343 2010-04-02 Juri Linkov <juri@jurta.org>
6344
6345 * ehelp.el (electric-help-orig-major-mode):
6346 New buffer-local variable.
6347 (electric-help-mode): Set it to original major-mode. Doc fix.
6348 (with-electric-help): Use `electric-help-orig-major-mode' instead
6349 of (default-value 'major-mode). Doc fix.
6350 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
6351
6352 2010-04-02 Sam Steingold <sds@gnu.org>
6353
6354 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
6355 `vc-hg-command' with a list of flags.
6356
6357 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6358 Also accept "patch" and "RFE".
6359 (bug-reference-fontify): `bug-reference-url-format' can also be a
6360 function to be able to handle the bug kind.
6361 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
6362
6363 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
6364
6365 * tmm.el (tmm-get-keymap): Check with symbolp before passing
6366 value to fboundp, it may not be a symbol.
6367
6368 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6369
6370 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
6371
6372 2010-03-31 Juri Linkov <juri@jurta.org>
6373
6374 * simple.el (next-line, previous-line): Re-throw a signal
6375 with `signal' instead of using `ding'.
6376 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
6377
6378 2010-03-31 Juri Linkov <juri@jurta.org>
6379
6380 * simple.el (keyboard-escape-quit): Raise deselecting the active
6381 region higher than exiting the minibuffer.
6382 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
6383
6384 2010-03-31 Juri Linkov <juri@jurta.org>
6385
6386 * image.el (image-animated-p): Use `image-metadata' instead of
6387 `image-extension-data'. Get GIF extenstion data from metadata
6388 property `extension-data'.
6389
6390 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6391
6392 * simple.el (append-to-buffer): Simplify.
6393
6394 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
6395
6396 * textmodes/artist.el (artist-mode): Fix typo in docstring.
6397 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
6398
6399 2010-03-31 Kenichi Handa <handa@m17n.org>
6400
6401 * language/sinhala.el (composition-function-table): Fix regexp for
6402 the new Unicode specification.
6403
6404 * language/indian.el (devanagari-composable-pattern)
6405 (tamil-composable-pattern, kannada-composable-pattern)
6406 (malayalam-composable-pattern): Adjust for the new Unicode
6407 specification.
6408 (bengali-composable-pattern, gurmukhi-composable-pattern)
6409 (gujarati-composable-pattern, oriya-composable-pattern)
6410 (telugu-composable-pattern): New variables to cope with the new
6411 Unicode specification. Use them in composition-function-table.
6412
6413 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6414
6415 Make tmm-menubar work for the Buffers menu again (bug#5726).
6416 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
6417 vectors rather than cons cells, as used in menu-bar-update-buffers.
6418
6419 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6420
6421 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
6422 (js-insert-and-indent): Revert 2009-08-15 change, restoring
6423 electric punctuation for "{}();,:" (Bug#5586).
6424
6425 * mail/sendmail.el (mail-default-directory): Doc fix.
6426
6427 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6428
6429 * mail/sendmail.el (mail-default-directory): Doc fix.
6430
6431 2010-03-31 Eli Zaretskii <eliz@gnu.org>
6432
6433 * subr.el (version-regexp-alist, version-to-list)
6434 (version-list-<, version-list-=, version-list-<=)
6435 (version-list-not-zero, version<, version<=, version=): Doc fix.
6436 (Bug#5744).
6437
6438 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
6439
6440 * vc.el (vc-root-diff): Doc fix.
6441
6442 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6443
6444 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
6445
6446 * simple.el (append-to-buffer): Fix last change.
6447
6448 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6449
6450 * simple.el (append-to-buffer): Ensure that point is preserved if
6451 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
6452 (Bug#5749)
6453
6454 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6455
6456 * files.el (auto-mode-case-fold): Change default to t.
6457
6458 2010-03-30 Juri Linkov <juri@jurta.org>
6459
6460 * dired-x.el (dired-omit-mode): Doc fix.
6461
6462 2010-03-30 Juri Linkov <juri@jurta.org>
6463
6464 * replace.el (occur-accumulate-lines): Move occur-engine related
6465 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
6466 to be located after `occur-engine'.
6467
6468 2010-03-30 Juri Linkov <juri@jurta.org>
6469
6470 Make occur handle multi-line matches cleanly with context.
6471 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
6472
6473 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
6474 (occur-engine): Add local variables `ret', `prev-after-lines',
6475 `prev-lines'. Use more arguments for `occur-context-lines'.
6476 Set first elem of its returned list to `data', and the second elem
6477 to `prev-after-lines'. Don't print the separator line.
6478 In the end, print remaining context after-lines.
6479 (occur-context-lines): Add new arguments `begpt', `endpt',
6480 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
6481 after-lines of the previous match with before-lines of the
6482 current match and not overlap them. Return a list with two
6483 values: the output line and the list of context after-lines.
6484
6485 2010-03-30 Juri Linkov <juri@jurta.org>
6486
6487 * replace.el (occur-accumulate-lines): Fix a bug where the first
6488 context line at the beginning of the buffer was missing.
6489
6490 2010-03-30 Eli Zaretskii <eliz@gnu.org>
6491
6492 * files.el: Make bidi-display-reordering safe variable for boolean
6493 values.
6494
6495 2010-03-29 Phil Hagelberg <phil@evri.com>
6496 Chong Yidong <cyd@stupidchicken.com>
6497
6498 * subr.el: Extend progress reporters to perform "spinning".
6499 (progress-reporter-update, progress-reporter-do-update):
6500 Handle non-numeric value arguments.
6501 (progress-reporter--pulse-characters): New var.
6502
6503 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
6504
6505 * progmodes/compile.el (compilation-start): Fix regexp detection
6506 of initial cd command (Bug#5771).
6507
6508 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
6509
6510 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
6511
6512 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
6513
6514 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
6515 * progmodes/gdb-mi.el: Restore.
6516 * progmodes/gdb-ui.el: Remove.
6517 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
6518
6519 2010-03-25 Glenn Morris <rgm@gnu.org>
6520
6521 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
6522 all dired buffers, even tramp ones. (Bug#5755)
6523
6524 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6525
6526 Add "union tags" in mpc.el.
6527 * mpc.el: Remove backward compatibility code.
6528 (mpc-browser-tags): Change default.
6529 (mpc--find-memoize-union-tags): New var.
6530 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
6531 (mpc-cmd-find): Handle the case where the playlist does not exist.
6532 Handle union-tags.
6533 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
6534 (mpc-cmd-add): Use mpc-cmd-flush.
6535 (mpc-tagbrowser-tag-name): New fun.
6536 (mpc-tagbrowser-buf): Use it.
6537 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
6538
6539 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6540
6541 Misc cleanup.
6542 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
6543 Use replace-regexp-in-string.
6544 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
6545 (makefile-imake-mode-syntax-table): Move init into defvar.
6546 (makefile-mode): Use define-derived-mode.
6547
6548 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
6549 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
6550 not be present any more.
6551
6552 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6553
6554 * faces.el (set-face-attribute): Fix typo in docstring.
6555 (face-valid-attribute-values): Reflow docstring.
6556
6557 2010-03-24 Glenn Morris <rgm@gnu.org>
6558
6559 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
6560
6561 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
6562
6563 * indent.el (indent-for-tab-command): Doc fix.
6564
6565 2010-03-24 Alan Mackenzie <acm@muc.de>
6566
6567 * progmodes/cc-engine.el (c-remove-stale-state-cache):
6568 Fix off-by-one error. Fixes bug #5747.
6569
6570 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6571
6572 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
6573 (image-dired-read-comment): Doc fix.
6574
6575 * json.el (json-object-type, json-array-type, json-key-type)
6576 (json-false, json-null, json-read-number):
6577 * minibuffer.el (completion-in-region-functions):
6578 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
6579 (cal-tex-cursor-week):
6580 * emacs-lisp/trace.el (trace-function):
6581 * eshell/em-basic.el (eshell/printnl):
6582 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
6583 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
6584 * obsolete/levents.el (allocate-event, event-key, event-object)
6585 (event-point, event-process, event-timestamp, event-to-character)
6586 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
6587 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
6588 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
6589 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
6590 (reftex-highlight-selection): Fix typos in docstrings.
6591
6592 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6593
6594 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
6595
6596 2010-03-24 Glenn Morris <rgm@gnu.org>
6597
6598 * mail/rmail.el (rmail-highlight-face): Restore option deleted
6599 2008-02-13 without comment; mark it obsolete.
6600 (rmail-highlight-headers): Use rmail-highlight-face once more.
6601
6602 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
6603
6604 * woman.el (woman2-process-escapes): Only consume the newline if
6605 the filler character is on a line by itself (Bug#5729).
6606
6607 2010-03-24 Kenichi Handa <handa@m17n.org>
6608
6609 * language/indian.el (devanagari-composable-pattern): Add more
6610 consonants.
6611
6612 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
6613
6614 * net/trampver.el: Update release number.
6615
6616 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
6617
6618 * net/tramp.el (tramp-find-executable):
6619 Use `tramp-get-connection-buffer'. Make the regexp for checking
6620 output of "wc -l" more robust.
6621 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
6622 (tramp-open-connection-setup-interactive-shell): Remove workaround
6623 for OpenSolaris bug, it is not needed anymore.
6624
6625 2010-03-24 Glenn Morris <rgm@gnu.org>
6626
6627 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
6628
6629 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
6630
6631 * files.el (auto-mode-alist): Accept more verilog file patterns.
6632
6633 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6634
6635 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
6636
6637 2010-03-24 Glenn Morris <rgm@gnu.org>
6638
6639 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
6640 log-edit-before-checkin-process.
6641
6642 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
6643
6644 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
6645
6646 * vc-dispatcher.el (vc-start-logentry): Doc fix.
6647 (log-view-process-buffer, log-edit-extra-flags): Declare.
6648
6649 * log-edit.el (log-edit-before-checkin-process): Doc fix.
6650
6651 2010-03-23 Sam Steingold <sds@gnu.org>
6652
6653 Fix bug#5620: recalculate all markers on compilation buffer
6654 modifications, not on file modifications.
6655 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
6656 the buffer modification time, for buffers not associated with files.
6657 (compilation-mode): Create it.
6658 (compilation-filter): Update it.
6659 (compilation-next-error-function): Use it instead of
6660 `visited-file-modtime' for timestamp.
6661
6662 2010-03-23 Juri Linkov <juri@jurta.org>
6663
6664 Implement Occur multi-line matches.
6665 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
6666
6667 * replace.el (occur): Doc fix.
6668 (occur-engine): Set `begpt' to the beginning of the first line.
6669 Set `endpt' to the end of the last match line. At first, count
6670 line numbers between `origpt' and `begpt'. Split out code from
6671 `out-line' variable to new let-bindings `match-prefix' and
6672 `match-str'. In `out-line' add non-numeric prefix to all
6673 non-first lines of multi-line matches. Finally, count lines
6674 between `begpt' and `endpt' and add to `lines'.
6675
6676 2010-03-23 Juri Linkov <juri@jurta.org>
6677
6678 * replace.el (occur-accumulate-lines, occur-engine):
6679 Use `occur-engine-line' instead of duplicate code.
6680 (occur-engine-line): New function created from duplicate code
6681 in `occur-accumulate-lines' and `occur-engine'.
6682
6683 * replace.el (occur-engine-line): Add optional arg `keep-props'.
6684 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
6685
6686 2010-03-23 Juri Linkov <juri@jurta.org>
6687
6688 * finder.el: Remove TODO tasks.
6689
6690 * info.el (Info-finder-find-node): Add node "all"
6691 with all package info. Handle a list of multiple keywords
6692 separated by comma.
6693 (info-finder): In interactive use with a prefix argument,
6694 use `completing-read-multiple' to read a list of keywords
6695 separated by comma.
6696
6697 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6698
6699 Add a new completion style `substring'.
6700 * minibuffer.el (completion-basic--pattern): New function.
6701 (completion-basic-try-completion, completion-basic-all-completions):
6702 Use it.
6703 (completion-substring--all-completions)
6704 (completion-substring-try-completion)
6705 (completion-substring-all-completions): New functions.
6706 (completion-styles-alist): New style `substring'.
6707
6708 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6709
6710 Get rid of .elc files after removal of the corresponding .el.
6711 * Makefile.in (compile-clean): New target.
6712 (compile-main): Use it.
6713
6714 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
6715
6716 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
6717 don't do make there. When compiling with separate object dir, there
6718 is no Makefile there.
6719
6720 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6721
6722 Get rid of the ELCFILES abomination, again.
6723 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6724 (all, compile): Don't call compile-last.
6725 (compile-main): Build the "elcfiles" list dynamically.
6726 (compile-targets): New (internal) target.
6727
6728 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
6729
6730 * Makefile.in (top_srcdir): Define.
6731 (abs_top_builddir): Define.
6732 (srcdir): Don't append `/..'.
6733 (EMACS): Use ${abs_top_builddir}.
6734 (all, compile, compile-always, compile-last): Don't set emacswd.
6735 (update-subdirs, update-authors): Use $(top_srcdir) instead of
6736 $(srcdir).
6737 (lisp): Use $(srcdir) instead of @srcdir@.
6738
6739 2010-03-21 Juri Linkov <juri@jurta.org>
6740
6741 Fix message of multi-line occur regexps and multi-buffer header lines.
6742 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
6743
6744 * replace.el (occur-1): Don't display regexp if it is longer
6745 than window-width. Use `query-replace-descr' to display regexp.
6746 (occur-engine): Don't display regexp in the buffer header for
6747 multi-buffer occur. Display a separate header line with total
6748 match count and regexp for multi-buffer occur.
6749 Use `query-replace-descr' to display regexp.
6750
6751 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6752
6753 * net/secrets.el: Fix parenthesis.
6754 (secrets-enabled): Fix parenthesis.
6755
6756 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6757
6758 Use more relative file and directory names.
6759 * Makefile.in (EMACS): Arrange for it to work when we chdir.
6760 (setwins, setwins_almost, setwins_for_subdirs):
6761 Don't `cd'; output relative names.
6762 (all, compile, compile-always, compile-last): Set emacswd.
6763 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
6764 Just cd to the lisp source dir so we can use relative file names.
6765
6766 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
6767
6768 2010-03-20 Glenn Morris <rgm@gnu.org>
6769
6770 * textmodes/rst.el: Use faces for font-lock customization, and make the
6771 old -face variables obsolete.
6772 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
6773 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
6774 (rst-block-face, rst-external-face, rst-definition-face)
6775 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
6776 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
6777 Make obsolete.
6778 (rst-font-lock-keywords-function): Update for above changes.
6779
6780 2010-03-20 Juri Linkov <juri@jurta.org>
6781
6782 * s-region.el:
6783 * obsolete/s-region.el: Move to obsolete.
6784
6785 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
6786
6787 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
6788
6789 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6790
6791 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
6792
6793 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6794
6795 Add special markup processing for commit logs.
6796 * log-edit.el (log-edit-extra-flags): New variable.
6797 (log-edit): Add new argument MODE. Use that mode when non-nil
6798 instead of the log-view-mode.
6799 (log-view-process-buffer): New function.
6800
6801 * vc.el: Document that the checkin method takes optional
6802 arguments. Document new backend specific method: log-view-mode.
6803 (vc-default-log-edit-mode): New function.
6804 (vc-checkin): Use a backend specific log-view-mode.
6805 Pass extra arguments to the checkin method.
6806 (vc-modify-change-comment): Pass a dummy extra argument.
6807
6808 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
6809 log-edit.
6810 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
6811 (vc-finish-logentry): Process the log buffer before passing it
6812 down. Pass log-edit-extra-flags.
6813
6814 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
6815 command.
6816 (log-edit-extra-flags, log-edit-before-checkin-process):
6817 New declarations.
6818
6819 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
6820 command.
6821 (log-edit-extra-flags, log-edit-before-checkin-process):
6822 New declarations.
6823 (vc-hg-log-edit-mode): New derived mode.
6824
6825 * vc-arch.el (vc-arch-checkin):
6826 * vc-cvs.el (vc-cvs-checkin):
6827 * vc-git.el (vc-git-checkin):
6828 * vc-mtn.el (vc-mtn-checkin):
6829 * vc-rcs.el (vc-rcs-checkin):
6830 * vc-sccs.el (vc-sccs-checkin):
6831 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
6832
6833 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
6834
6835 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
6836 parent typo).
6837
6838 2010-03-19 Glenn Morris <rgm@gnu.org>
6839
6840 * password-cache.el (password-cache, password-cache-expiry): Autoload.
6841
6842 2010-03-18 Glenn Morris <rgm@gnu.org>
6843
6844 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
6845
6846 * replace.el (query-replace-history): Give it a doc string.
6847 (map-query-replace-regexp): Use query-replace-from-history-variable
6848 and query-replace-to-history-variable.
6849
6850 * mail/hashcash.el (declare-function): Remove duplicate definition.
6851
6852 * mail/emacsbug.el (report-emacs-bug-pretest-address):
6853 Make it an obsolete alias for report-emacs-bug-address.
6854 (message-strip-special-text-properties): Declare.
6855 (report-emacs-bug): Remove test for a pretest bug address.
6856 Combine message-mode-specific code.
6857
6858 * mail/supercite.el: Don't require sendmail.
6859 (mh-in-header-p): Declare rather than using with-no-warnings.
6860 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
6861 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
6862
6863 * calendar/cal-french.el: Convert to utf-8.
6864
6865 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
6866 Emacs scripts.
6867
6868 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
6869
6870 * net/secrets.el (secrets-enabled): New variable. Use it instead
6871 of a subfeature.
6872
6873 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
6874
6875 * net/secrets.el (top): Register the D-Bus signals only when the
6876 service "org.freedesktop.secrets" can be pinged.
6877 Provide subfeature `enabled'.
6878
6879 2010-03-14 Juri Linkov <juri@jurta.org>
6880
6881 Add finder unknown keywords.
6882
6883 * finder.el (finder-unknown-keywords): New function.
6884
6885 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
6886 to create a Finder node with unknown keywords.
6887
6888 2010-03-14 Juri Linkov <juri@jurta.org>
6889
6890 * finder.el (finder-compile-keywords): Replace `princ' with
6891 `prin1' on a list of symbols interned from keyword strings.
6892
6893 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
6894 a comma, then split keywords using a comma and optional whitespace.
6895 Otherwise, split by whitespace.
6896
6897 * complete.el:
6898 * face-remap.el:
6899 * log-view.el:
6900 * net/hmac-def.el:
6901 * net/hmac-md5.el:
6902 * net/netrc.el:
6903 * progmodes/mixal-mode.el: Fix keywords.
6904
6905 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
6906
6907 * Makefile.in (ELCFILES): Add net/secrets.elc.
6908
6909 * net/secrets.el: New file.
6910
6911 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
6912
6913 * facemenu.el (list-colors-display, list-colors-print): New arg
6914 callback. Use it to allow selecting colors.
6915
6916 * wid-edit.el (widget-image-insert): Insert image prop even if the
6917 current display is non-graphic.
6918 (widget-field-value-set): New fun.
6919 (editable-field): Use it.
6920 (widget-field-value-get): Clean up unused var.
6921 (widget-color-value-create, widget-color--choose-action):
6922 New funs. Allow using list-colors-display to choose color.
6923
6924 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
6925
6926 * cus-edit.el: Resort topmost custom groups.
6927 (custom-buffer-sort-alphabetically): Default to t.
6928 (customize-apropos): Use apropos-parse-pattern.
6929 (custom-search-field): New var.
6930 (custom-buffer-create-internal): Add custom-apropos search field.
6931 (custom-add-parent-links): Don't display parent doc.
6932 (custom-group-value-create): Don't sort top-level custom group.
6933 (custom-magic-value-create): Show visibility button before option name.
6934
6935 (custom-variable-state): New fun, from custom-variable-state-set.
6936 (custom-variable-state-set): Use it.
6937 (custom-group-value-create): Hide options with standard values
6938 using the :hidden-states property. Use progress reporter.
6939
6940 (custom-show): Simplify.
6941 (custom-visibility): Disable images by default.
6942 (custom-variable): New property :hidden-states.
6943 (custom-variable-value-create): Enable images for
6944 custom-visibility widgets. Use :hidden-states property to
6945 determine initial visibility.
6946
6947 * wid-edit.el (widget-image-find): Give images center ascent.
6948 (visibility): Add :on-image and :off-image properties.
6949 (widget-visibility-value-create): Use them.
6950
6951 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
6952
6953 * cus-edit.el (processes): Remove from development group.
6954 (oop, hypermedia): Delete group.
6955 (comm): Promote to top-level group.
6956
6957 * net/browse-url.el (browse-url):
6958 * net/xesam.el (xesam):
6959 * net/tramp.el (tramp):
6960 * net/goto-addr.el (goto-address):
6961 * net/ange-ftp.el (ange-ftp): Put in comm group.
6962
6963 * view.el (view): Remove from editing group.
6964
6965 * uniquify.el (uniquify): Put in files group.
6966
6967 * net/browse-url.el (browse-url):
6968 * ps-print.el (postscript): Put in external group.
6969
6970 * cus-edit.el (outlines):
6971 * textmodes/text-mode.el (text-mode-hook):
6972 * textmodes/table.el (table):
6973 * textmodes/picture.el (picture):
6974 * outline.el (outlines): Put in wp group.
6975
6976 * nxml/nxml-mode.el (nxml): Remove from wp group.
6977
6978 * net/tramp-imap.el (tramp-imap): Put in tramp group.
6979
6980 * mail/metamail.el (metamail): Remove from hypermedia group.
6981
6982 * cus-edit.el (abbrev):
6983 * whitespace.el (whitespace):
6984 * vcursor.el (vcursor):
6985 * reveal.el (reveal):
6986 * hl-line.el (hl-line): Put in convenience group.
6987
6988 * epg-config.el (epg): Put in data group.
6989
6990 * emulation/pc-select.el (pc-select): Put in emulations group.
6991
6992 * calculator.el (calculator): Put in applications group.
6993
6994 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
6995
6996 Add .dir-locals.el support for file-less buffers.
6997 * files.el (hack-local-variables): Split out code to apply local
6998 variable settings ...
6999 (hack-local-variables-apply): ... here. New function.
7000 (hack-dir-local-variables): Use the default directory for when the
7001 buffer does not have an associated file.
7002 (hack-dir-local-variables-non-file-buffer): New function.
7003 * diff-mode.el (diff-mode):
7004 * vc-annotate.el (vc-annotate-mode):
7005 * vc-dir.el (vc-dir-mode):
7006 * log-edit.el (log-edit-mode):
7007 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
7008
7009 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7010
7011 Add support for shelving snapshots and for showing shelves.
7012 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
7013 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
7014 New functions.
7015 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
7016 (vc-bzr-extra-menu-map): Map them.
7017
7018 2010-03-11 Glenn Morris <rgm@gnu.org>
7019
7020 * cus-edit.el (customize-changed-options-previous-release):
7021 Bump to 23.1.
7022
7023 * image.el (image-animate-max-time): Fix :version tag.
7024
7025 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
7026
7027 * Branch for 23.2.
7028
7029 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7030
7031 * vc-git.el (vc-git-revision-table): Include remote branches.
7032
7033 2010-03-10 Kim F. Storm <storm@cua.dk>
7034
7035 Animated image API.
7036 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
7037
7038 * image.el (image-animate-max-time): New defcustom.
7039 (image-animated-types): New defconst.
7040 (create-animated-image, image-animate-timer)
7041 (image-animate-start, image-animate-stop, image-animate-timeout)
7042 (image-animated-p): New functions.
7043
7044 * image-mode.el (image-toggle-display-image):
7045 Replace `create-image' with `create-animated-image'.
7046
7047 2010-03-09 Miles Bader <miles@gnu.org>
7048
7049 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
7050 instead of "format:"; this ensures that the output is
7051 newline-terminated.
7052
7053 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
7054
7055 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
7056 that all errors are caught, and that the return value is always a
7057 list (Bug#5692).
7058
7059 2010-03-08 Kenichi Handa <handa@m17n.org>
7060
7061 * language/misc-lang.el (windows-1256): New coding system.
7062 (cp1256): New alias of windows-1256 (bug#5690).
7063
7064 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
7065
7066 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
7067 call to rfc822-bad-address. (Bug#5692)
7068
7069 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
7070
7071 * vc-git.el (vc-git-annotate-extract-revision-at-line):
7072 Use vc-git-root as default directory for revision path (Bug#5657).
7073
7074 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
7075
7076 * calculator.el (calculator): Don't bind split-window-keep-point
7077 (Bug#5674).
7078
7079 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
7080
7081 * vc-git.el: Re-flow to fit into 80 columns.
7082 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
7083 Remove spurious `quote' element in each case alternative.
7084 (vc-git-show-log-entry): Use prog1.
7085 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
7086
7087 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7088
7089 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
7090
7091 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
7092
7093 * macros.el (insert-kbd-macro): Look up keyboard macro using the
7094 definition, not the name (Bug#5481).
7095
7096 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
7097
7098 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
7099 argument with a local variable. (Bug#5670)
7100
7101 2010-03-02 Juri Linkov <juri@jurta.org>
7102
7103 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
7104
7105 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
7106
7107 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
7108 error when FILENAME and NEWNAME are existing remote directories.
7109
7110 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
7111 parameter DIR-FLAG.
7112
7113 2010-03-02 Glenn Morris <rgm@gnu.org>
7114
7115 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
7116 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
7117
7118 2010-03-01 Kenichi Handa <handa@m17n.org>
7119
7120 * language/burmese.el (burmese-composable-pattern): Rename from
7121 myanmar-composable-pattern.
7122
7123 * international/characters.el (script-list):
7124 * international/fontset.el (script-representative-chars):
7125 Change myanmar to burmese.
7126 (otf-script-alist): Likewise.
7127 (setup-default-fontset): Likewise. Re-fix :otf spec.
7128
7129 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7130
7131 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
7132
7133 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
7134
7135 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
7136
7137 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
7138
7139 * net/tramp.el (tramp-handle-write-region): START can be a string.
7140 Take care in the checks. Reported by Dan Davison
7141 <davison@stats.ox.ac.uk>.
7142
7143 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
7144
7145 * net/dbus.el (dbus-introspect, dbus-get-property)
7146 (dbus-set-property, dbus-get-all-properties):
7147 Use `dbus-call-method' when noninteractive. (Bug#5645)
7148
7149 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
7150
7151 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
7152 * emacs-lisp/elint.el (elint-add-required-env):
7153 * calendar/icalendar.el (icalendar--add-diary-entry):
7154 * calc/calcalg2.el (math-tracing-integral):
7155 * files.el (recover-session-finish): Use with-current-buffer
7156 instead of save-excursion.
7157
7158 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
7159
7160 Fix in-buffer completion when after-change-functions modify the buffer.
7161 * minibuffer.el (completion--replace): New function.
7162 (completion--do-completion): Use it and use relative movement.
7163
7164 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
7165
7166 * international/fontset.el (setup-default-fontset): Fix :otf spec.
7167
7168 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
7169
7170 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
7171 Allow the characters _<> in the stack entry (Bug#5653).
7172
7173 2010-02-26 Kenichi Handa <handa@m17n.org>
7174
7175 * language/burmese.el: Fix entries in composition-function-table.
7176 (myanmar-composable-pattern): New variable.
7177
7178 * international/fontset.el (setup-default-fontset): Add an entry
7179 for myanmar.
7180
7181 * international/characters.el (script-list): Add Myanmar
7182 Extended-A.
7183
7184 2010-02-26 Glenn Morris <rgm@gnu.org>
7185
7186 * custom.el (custom-initialize-delay): Doc fix.
7187
7188 * mail/sendmail.el (send-mail-function): Autoload the call
7189 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
7190
7191 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
7192
7193 * files.el (hack-local-variables-filter): For eval forms, also
7194 check safe-local-variable-p (Bug#5636).
7195
7196 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
7197
7198 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
7199 setting the modes by `ignore-errors'. It might fail, for example
7200 if the file is not owned by the user but the group.
7201 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
7202
7203 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
7204
7205 * files.el (directory-listing-before-filename-regexp): Use
7206 stricter matching for iso-style dates, to avoid false matches with
7207 date-like filenames (Bug#5597).
7208
7209 * htmlfontify.el (htmlfontify): Doc fix.
7210
7211 * eshell/eshell.el (eshell): Doc fix.
7212
7213 * startup.el (fancy-about-screen): In mode-line, apply
7214 mode-line-buffer-id face only to the buffer name (Bug#5613).
7215
7216 2010-02-20 Kevin Ryde <user42@zip.com.au>
7217
7218 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7219 In `watcom' anchor regexp to start of line, to avoid slowness
7220 (Bug#5599).
7221
7222 2010-02-20 Eli Zaretskii <eliz@gnu.org>
7223
7224 * subr.el (remove-yank-excluded-properties): Explain in a comment
7225 why `category' property is removed.
7226
7227 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
7228
7229 * isearch.el (isearch-update-post-hook, isearch-update): Revert
7230 2010-02-17 change.
7231
7232 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
7233
7234 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
7235 (icalendar--convert-weekly-to-ical)
7236 (icalendar--convert-yearly-to-ical)
7237 (icalendar--convert-block-to-ical)
7238 (icalendar--convert-cyclic-to-ical)
7239 (icalendar--convert-anniversary-to-ical): Take care of time
7240 specifications where hour has 1-digit only (Bug#5549).
7241
7242 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
7243
7244 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
7245 of disassemble output in GDB 7.1.
7246
7247 2010-02-19 Glenn Morris <rgm@gnu.org>
7248
7249 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
7250 property. (Bug#5593)
7251
7252 2010-02-18 Sam Steingold <sds@gnu.org>
7253
7254 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7255
7256 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7257
7258 Use abbreviated file names in bookmarks (bug#5591).
7259 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
7260 calls to expand-file-name.
7261 (bookmark-relocate): Use abbreviated file names in bookmarks.
7262 (bookmark-load): Use abbreviated file names in messages.
7263
7264 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
7265
7266 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
7267 expand "." and "..". Reported by Thierry Volpiatto
7268 <thierry.volpiatto@gmail.com>.
7269
7270 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
7271
7272 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
7273 permissions of the temporary file to "0600". In case the remote
7274 file has no read permissions for the owner, there might be
7275 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
7276
7277 22010-02-18 Glenn Morris <rgm@gnu.org>
7278
7279 * emacs-lisp/authors.el (authors-renamed-files-alist):
7280 Add entries for INSTALL.CVS.
7281
7282 2010-02-17 Mark A. Hershberger <mah@everybody.org>
7283
7284 * vc-bzr.el: Fix typo in Known Bugs section.
7285
7286 * isearch.el (isearch-update-post-hook): New hook.
7287 (isearch-update): Use the new hook.
7288
7289 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
7290
7291 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7292 Fix errors in copying directories.
7293 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
7294 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
7295 (tramp-handle-delete-file)
7296 (tramp-handle-dired-recursive-delete-directory)
7297 (tramp-handle-write-region): Flush also the cache for the upper
7298 directory.
7299
7300 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
7301
7302 * simple.el (save-interprogram-paste-before-kill): Doc fix.
7303
7304 * cus-edit.el (hardware): Doc fix.
7305
7306 * man.el (man): Add to external custom group.
7307
7308 * delim-col.el (columns): Move to wp custom group.
7309
7310 * doc-view.el (doc-view): Add to data custom group.
7311
7312 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
7313
7314 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
7315 by ispell-parse-output (Bug#5575).
7316
7317 2010-02-16 Kenichi Handa <handa@m17n.org>
7318
7319 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
7320 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
7321 (skkdic-convert): Use `euc-japan' coding system for writing.
7322
7323 2010-02-16 Glenn Morris <rgm@gnu.org>
7324
7325 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
7326 tex-main-file before using it. (Bug#5562)
7327
7328 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
7329
7330 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
7331 warnings, since it is annoying for the user to see them each time he
7332 runs the code.
7333
7334 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
7335
7336 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
7337 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
7338 instead of PROC for caching "first-password-request". Otherwise,
7339 new processes would not profit from passwords already entered.
7340
7341 * net/tramp-cache.el (tramp-dump-connection-properties):
7342 Don't save "first-password-request" property.
7343
7344 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
7345
7346 * outline.el (outline-head-from-level):
7347 * simple.el (with-wrapper-hook):
7348 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
7349 (elint-defun, elint-buffer-env, elint-top-form-logged)
7350 (elint-unbound-variable):
7351 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
7352 Fix typos in docstrings.
7353
7354 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
7355
7356 * files.el (insert-directory): When WILDCARD-REGEXP and
7357 FULL-DIRECTORY-P are nil, insert the file entry instead of the
7358 whole directory. (Bug#5551)
7359
7360 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
7361 dired's alignment sanity. (Bug#5516)
7362
7363 2010-02-14 Juri Linkov <juri@jurta.org>
7364
7365 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
7366 Remove remaining ^H with their preceding chars. (Bug#5566)
7367
7368 2010-02-13 Glenn Morris <rgm@gnu.org>
7369
7370 * simple.el (transpose-subr): Give it a doc-string.
7371
7372 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
7373 Doc fixes.
7374
7375 2010-02-12 Juri Linkov <juri@jurta.org>
7376
7377 * arc-mode.el (archive-unique-fname): Make directories for nested
7378 archives. (Bug#5540)
7379
7380 2010-02-12 Juri Linkov <juri@jurta.org>
7381
7382 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
7383
7384 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7385
7386 * subr.el (copy-overlay): Handle deleted overlays.
7387
7388 * man.el (Man-completion-table): Don't signal an error if we can't run
7389 manual-program (bug#4056).
7390
7391 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
7392
7393 * textmodes/artist.el (artist-mt): Fix typos in docstring.
7394
7395 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7396
7397 * info.el (Info-bookmark-jump): Simplify.
7398
7399 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
7400 (bookmark-default-handler): Accept new bookmark field `buffer'.
7401
7402 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
7403
7404 * iswitchb.el (iswitchb-completions): Revert last change.
7405
7406 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
7407
7408 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
7409 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
7410 This prevents file names like "~/" being listed literally.
7411
7412 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
7413
7414 * term/xterm.el (xterm-maybe-set-dark-background-mode):
7415 Remove dead code. (Bug#5546)
7416
7417 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
7418
7419 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
7420 correctly (Bug#5548).
7421
7422 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
7423
7424 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
7425 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
7426
7427 2010-02-08 Kenichi Handa <handa@m17n.org>
7428
7429 * international/mule-util.el (with-coding-priority): Add autoload
7430 cookie for putting `lisp-indent-function'.
7431
7432 2010-02-07 Glenn Morris <rgm@gnu.org>
7433
7434 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
7435 Move F2003 named interfaces from keywords-2 to keywords-1, and
7436 use function-name-face rather than constant-face.
7437 Simplify "abstract interface" regexp.
7438
7439 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
7440
7441 * eshell/esh-util.el (eshell-file-attributes): New optional arg
7442 ID-FORMAT. Pass it to `file-attributes'.
7443
7444 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
7445
7446 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
7447
7448 * faces.el (set-face-attribute): Allow calling
7449 internal-set-lisp-face-attribute with 'unspecified family and
7450 foundry argument (Bug#5536).
7451
7452 2010-02-07 Glenn Morris <rgm@gnu.org>
7453
7454 * progmodes/f90.el (f90-font-lock-keywords-2)
7455 (f90-looking-at-type-like, f90-looking-at-program-block-end):
7456 Handle F2003 named interfaces.
7457
7458 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
7459
7460 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
7461 beg and end before calling c-get-state-before-change-functions.
7462
7463 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
7464
7465 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
7466
7467 2010-02-05 Juri Linkov <juri@jurta.org>
7468
7469 * doc-view.el (doc-view-mode):
7470 * image-mode.el (image-mode): Put property mode-class=special.
7471 (Bug#4896)
7472
7473 2010-02-05 Mark A. Hershberger <mah@everybody.org>
7474
7475 * vc-svn.el (vc-svn-revision-table): New function.
7476
7477 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
7478
7479 * net/ange-ftp.el (ange-ftp-insert-directory):
7480 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7481 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7482 Handle also directories. (Bug#5478)
7483
7484 2010-02-05 Glenn Morris <rgm@gnu.org>
7485
7486 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
7487
7488 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
7489
7490 * startup.el (command-line-1): Convert options beginning with a
7491 single dash as well (Bug#5519).
7492
7493 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
7494
7495 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
7496 * minibuffer.el (completion-initials-expand): Only check the presence
7497 of delims *within* the boundaries, since otherwise the / delim is
7498 always found for files.
7499
7500 Fix up various corner case problems.
7501 * doc-view.el (doc-view-last-page-number): New function.
7502 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
7503 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
7504 (doc-view-kill-proc): Avoid inf-loop in freak cases.
7505 (doc-view-reconvert-doc): Use the new recursive delete-directory.
7506 (doc-view-convert-current-doc): Don't create the resolution.el file
7507 here any more.
7508 (doc-view-pdf/ps->png): Do it here instead.
7509 (doc-view-already-converted-p): Check that resolution.el is present.
7510 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
7511 windows that are not yet showing images.
7512
7513 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
7514
7515 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
7516 `dired-uncache' for every elemnt which is an absolute file name.
7517
7518 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
7519 directory, handle its directory component.
7520 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
7521 function is called permanently and creates noise, otherwise.
7522
7523 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7524 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7525 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
7526
7527 2010-02-04 David Burger <dburger@google.com> (tiny change)
7528
7529 * macros.el (apply-macro-to-region-lines):
7530 Minor simplification. (Bug#5485)
7531
7532 2010-02-04 Glenn Morris <rgm@gnu.org>
7533
7534 * mail/rmail.el (rmail-show-message-1): Handle malformed
7535 quoted-printable text. (Bug#5441)
7536
7537 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
7538
7539 * simple.el (visual-line-mode): Capitalize lighter.
7540
7541 2010-02-03 John Wiegley <jwiegley@gmail.com>
7542
7543 * iswitchb.el (iswitchb-completions): Add bookmark files to the
7544 list of files considered for "virtual buffer" completions.
7545
7546 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
7547
7548 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
7549 also in case of (and (not full) (not wildcard)). This is needed
7550 when dired is called with a list of files, which are not in
7551 `default-directory'. (Bug#5478)
7552
7553 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
7554
7555 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
7556
7557 2010-02-02 Juri Linkov <juri@jurta.org>
7558
7559 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
7560 from unidiff to allow function-line after @@.
7561
7562 2010-02-02 Juri Linkov <juri@jurta.org>
7563
7564 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
7565 '(RCS SCCS) with inverted condition.
7566
7567 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
7568
7569 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
7570 messages.
7571
7572 2010-02-01 Juri Linkov <juri@jurta.org>
7573
7574 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
7575 compare with "pkunzip" and "pkzip" instead of only "pkzip".
7576 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
7577 only when (car archive-zip-extract) is "unzip". (Bug#5475)
7578
7579 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
7580
7581 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
7582 (doc-view-revert-buffer): New command.
7583 (doc-view-mode-map): Use it.
7584
7585 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
7586
7587 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
7588 pending merge is detected.
7589
7590 2010-01-31 Juri Linkov <juri@jurta.org>
7591
7592 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
7593 beginning of interactive spec like all other grep commands do.
7594 Put "all" in front of "gz". (Bug#5260)
7595
7596 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
7597
7598 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
7599
7600 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
7601
7602 * dirtrack.el (dirtrack): Warn instead of signalling error if the
7603 regexp is incorrect (Bug#5476).
7604
7605 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
7606
7607 * net/tramp.el (tramp-handle-insert-directory): Handle also
7608 symlinks, when FILENAME is not in `default-directory'.
7609
7610 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
7611
7612 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
7613 FILE is not in `default-directory'. (Bug#5478)
7614
7615 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
7616 of SWITCHES. Handle the case, FILENAME is not in
7617 `default-directory'. (Bug#5478)
7618 (tramp-register-file-name-handlers): Add safe-magic property.
7619
7620 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
7621
7622 * arc-mode.el (archive-zip-extract): Quote the argument passed to
7623 unzip (Bug#5475).
7624
7625 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
7626
7627 * progmodes/flymake.el (flymake-allowed-file-name-masks)
7628 (flymake-master-make-header-init): Add other C++ filename masks.
7629 (flymake-find-possible-master-files)
7630 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
7631
7632 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
7633
7634 Fix some busybox annoyances.
7635
7636 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
7637 not responding." string.
7638 (tramp-open-connection-setup-interactive-shell): Dump stty
7639 settings. Enable "neveropen" arg for all `tramp-send-command'
7640 calls. Handle "=" in variable values properly.
7641 (tramp-find-inline-encoding): Raise an error, when no encoding is
7642 found.
7643 (tramp-wait-for-output): Check, whether PROC buffer is available.
7644 Remove spurious " ^H" sequences, sent by busybox.
7645 (tramp-get-ls-command): Suppress coloring, if possible.
7646
7647 2010-01-28 Glenn Morris <rgm@gnu.org>
7648
7649 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
7650
7651 * log-edit.el (log-edit-strip-single-file-name): Add missing
7652 :safe, :group, and :version tags.
7653
7654 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
7655
7656 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
7657 buffers. (Bug#5477)
7658
7659 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
7660
7661 * files.el (delete-directory): Handle moving to trash without
7662 first doing recursion (Bug#5436).
7663
7664 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
7665
7666 * vc-hooks.el (vc-path): Mark as obsolete.
7667
7668 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
7669
7670 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
7671 names too.
7672
7673 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
7674 for the short log.
7675 (vc-bzr-log-view-mode): Adjust regexp for the above change.
7676
7677 2010-01-25 Mark A. Hershberger <mah@everybody.org>
7678
7679 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
7680
7681 * vc-bzr.el (vc-bzr-revision-table): New function.
7682
7683 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
7684
7685 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
7686 diff-index command. This requires at least git-1.5.5. (Bug#1589).
7687
7688 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7689
7690 Remove support for adding --signoff on commit.
7691 Future support will use an incompatible generic mechanism.
7692 * vc-git.el (vc-git-add-signoff): Remove variable.
7693 (vc-git-toggle-signoff): Remove function.
7694 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
7695
7696 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
7697 from xterm-set-background-mode. Return t if the background mode
7698 was set.
7699 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
7700 earlier, call it again in case the background mode has changed.
7701
7702 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
7703
7704 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
7705 (Bug#3541).
7706
7707 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
7708
7709 * emacs-lisp/assoc.el (aelement): Doc fix.
7710 (aput, adelete, amake): Use lexical-let (Bug#5450).
7711
7712 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
7713
7714 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
7715 is the same as subprogram call, not declaration. (Bug#5435).
7716
7717 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
7718
7719 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
7720 (tramp-smb-maybe-open-connection): Use it.
7721
7722 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
7723
7724 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
7725
7726 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
7727
7728 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
7729 just because we see "encoding: 8bit".
7730 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
7731
7732 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
7733
7734 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
7735
7736 2010-01-22 Eli Zaretskii <eliz@gnu.org>
7737
7738 * jka-compr.el (jka-compr-load): If load-file is not in
7739 load-history, try its file-truename version. (bug#5447)
7740
7741 2010-01-21 Alan Mackenzie <acm@muc.de>
7742
7743 Fix a situation where deletion of a cpp construct throws an error.
7744 * progmodes/cc-engine.el (c-invalidate-state-cache):
7745 Before invoking c-with-all-but-one-cpps-commented-out, check that the
7746 special cpp construct is still in the buffer.
7747 (c-parse-state): Record the special cpp with markers, not numbers.
7748
7749 2010-01-21 Kenichi Handa <handa@m17n.org>
7750
7751 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
7752 process last-command-event, as it is now decoded first (Bug#5380).
7753
7754 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
7755
7756 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
7757
7758 2010-01-20 Glenn Morris <rgm@gnu.org>
7759
7760 * indent.el (tab-always-indent): Fix custom-type.
7761
7762 2010-01-19 Alan Mackenzie <acm@muc.de>
7763
7764 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
7765 buffer throws "args out of range".
7766 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
7767 playing the role of delimiter.
7768
7769 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
7770
7771 * progmodes/ada-mode.el: Fix bug#5400.
7772 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
7773 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
7774 changed. Delete RECURSIVE parameter; never used. Improve doc string.
7775 Improve comments in "is" portion. Handle null procedure declaration.
7776 (ada-move-to-end): Improve doc string.
7777
7778 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
7779
7780 * ido.el (ido-cur-list): Initialize to nil.
7781 Remove obsolete information from commentary.
7782 (ido-choice-list): Initialize to nil.
7783 (ido-get-bufname): Reject minibuffers.
7784 (ido-make-buffer-list): If "default" is a nonexistent
7785 buffer, ignore it, as per the function's comment.
7786 (ido-kill-buffer-internal): New function.
7787 (ido-kill-buffer-at-head): Use it.
7788 (ido-visit-buffer): Likewise.
7789
7790 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
7791
7792 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
7793
7794 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
7795
7796 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
7797 Fix typos in chart titles.
7798
7799 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
7800 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
7801 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
7802 (describe-class, eieio-describe-generic, describe-generic):
7803 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
7804 (eieio-speedbar-expand):
7805 * emulation/viper-cmd.el (viper-exec-form-in-vi)
7806 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
7807 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
7808 (viper-del-backward-char-in-replace, viper-backward-indent)
7809 (viper-brac-function, viper-register-to-point, viper-submit-report):
7810 * net/tramp.el (tramp-remote-coding-commands):
7811 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
7812 Fix typos in docstrings.
7813
7814 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
7815
7816 * mail/sendmail.el (mail-yank-original): Set the mark if the
7817 specified function for yanking does not do it.
7818
7819 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
7820
7821 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
7822
7823 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
7824 resyncing a directory.
7825
7826 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
7827
7828 * progmodes/ada-mode.el: Fix bug#1920.
7829 (ada-ident-re): Delete ., allow multibyte characters.
7830 (ada-goto-label-re): New; matches goto labels.
7831 (ada-block-label-re): New; matches block labels.
7832 (ada-label-re): New; matches both.
7833 (ada-named-block-re): Deleted; callers changed to use
7834 `ada-block-label-re' instead.
7835 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
7836 Use `ada-block-label-re'.
7837 (ada-indent-on-previous-lines): Improve handling of goto labels.
7838 (ada-get-indent-block-start): Special-case block label.
7839 (ada-get-indent-label): Split into `ada-indent-block-label' and
7840 `ada-indent-goto-label'.
7841 (ada-goto-stmt-start, ada-goto-next-non-ws):
7842 Optionally ignore goto labels.
7843 (ada-goto-next-word): Simplify.
7844 (ada-indent-newline-indent-conditional): Insert newline before
7845 trying to fix indentation; doc fix.
7846
7847 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
7848
7849 * calc/calc.el (calc-command-flags): Give it an initial value.
7850
7851 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
7852
7853 * files.el (minibuffer-with-setup-hook):
7854 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
7855 (artist-key-draw-continously, artist-key-do-continously-continously)
7856 (artist-key-set-point-continously, artist-mouse-draw-continously):
7857 Fix typos in docstrings.
7858
7859 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
7860
7861 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
7862 return t (Bug#3898).
7863
7864 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
7865
7866 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
7867 can parse the output of the external commands (Bug#5279).
7868
7869 2010-01-16 Jari Aalto <jari.aalto@cante.net>
7870
7871 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
7872
7873 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
7874
7875 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
7876
7877 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
7878
7879 * startup.el (command-line): Remove unused --icon-type arg.
7880 Handle --display arg, passing it to command-line-1 (Bug#5392).
7881
7882 2010-01-16 Mario Lang <mlang@delysid.org>
7883
7884 * emacs-lisp/chart.el (chart-translate-namezone):
7885 * textmodes/artist.el (artist-compute-popup-menu-table):
7886 Remove duplicated words in doc-strings.
7887
7888 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
7889
7890 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
7891 to mairix-search to suppress threading (Bug#5342).
7892
7893 2010-01-15 Kenichi Handa <handa@m17n.org>
7894
7895 * international/mule-cmds.el (canonicalize-coding-system-name):
7896 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
7897
7898 2010-01-15 Glenn Morris <rgm@gnu.org>
7899
7900 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
7901
7902 * wid-edit.el (widget-keymap): Doc fix.
7903
7904 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
7905 former seems to be more widely accepted by various svn versions.
7906
7907 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
7908
7909 * find-cmd.el (find-constituents):
7910 * vc-arch.el (vc-arch-root):
7911 * window.el (window-body-height, pop-up-frames):
7912 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
7913 * progmodes/ada-stmt.el (ada-if):
7914 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
7915 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
7916 (ispell-encoding8-command, ispell-aspell-supports-utf8)
7917 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
7918
7919 * progmodes/flymake.el (flymake-post-syntax-check):
7920 Fix typo in error message.
7921
7922 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
7923
7924 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
7925 which is always a string. (Bug#5313)
7926
7927 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
7928
7929 * progmodes/ada-xref.el (ada-default-prj-properties):
7930 Simplify previous change.
7931
7932 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
7933
7934 * progmodes/ada-xref.el (ada-default-prj-properties):
7935 Default ada_project_path to $ADA_PROJECT_PATH.
7936
7937 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
7938
7939 * progmodes/ada-mode.el (ada-create-keymap):
7940 Override `narrow-to-defun' with `ada-narrow-to-defun'.
7941
7942 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
7943
7944 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
7945 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
7946 (ada-get-current-indent, ada-imenu-generic-expression)
7947 (ada-which-function): Check for it.
7948
7949 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
7950
7951 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
7952 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
7953
7954 2010-01-14 Glenn Morris <rgm@gnu.org>
7955
7956 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
7957
7958 2010-01-14 Kenichi Handa <handa@m17n.org>
7959
7960 * composite.el (auto-composition-mode): Make it a buffer local
7961 variable (permanent-local).
7962 (auto-composition-function): Set the default value to
7963 auto-compose-chars.
7964 (auto-composition-mode): Make it a simple function, not a minor mode.
7965 (global-auto-composition-mode): Likewise.
7966 (turn-on-auto-composition-if-enabled): Delete it.
7967
7968 2010-01-13 Karl Fogel <kfogel@red-bean.com>
7969
7970 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
7971
7972 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
7973
7974 * files.el (copy-directory): Compute target for recursive
7975 directories with identical names. (Bug#5343)
7976
7977 2010-01-12 Glenn Morris <rgm@gnu.org>
7978
7979 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
7980 it to bug-gnu-emacs rather than emacs-pretest-bug.
7981
7982 2010-01-11 Sam Steingold <sds@gnu.org>
7983
7984 * imenu.el (imenu-default-create-index-function): Detect infinite
7985 loops caused by imenu-prev-index-position-function.
7986
7987 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
7988
7989 * htmlfontify.el (htmlfontify-load-rgb-file)
7990 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
7991 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
7992 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
7993 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
7994 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
7995 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
7996 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
7997 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
7998 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
7999 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
8000 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
8001 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
8002 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
8003 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
8004 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
8005 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
8006 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
8007 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
8008 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
8009 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
8010 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
8011 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
8012 backslash-quoting from parentheses, etc.
8013
8014 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
8015
8016 * progmodes/js.el: Autoload javascript-mode alias.
8017
8018 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
8019
8020 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
8021 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
8022 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
8023 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
8024 Fix typos in docstrings.
8025 (ffap-url-regexp): Doc fix.
8026 (ffap-at-mouse): Fix typo in message.
8027
8028 2010-01-11 Glenn Morris <rgm@gnu.org>
8029
8030 * version.el (emacs-copyright): Set copyright year to 2010.
8031
8032 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
8033
8034 * format.el (format-annotate-function): Only set
8035 write-region-post-annotation-function after running to-fn so as not to
8036 affect nested write-region calls (bug#5273).
8037
8038 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
8039
8040 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
8041 wisent/python.el.
8042
8043 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
8044
8045 * man.el (Man-goto-section): Signal error if the section is not
8046 found (Bug#5317).
8047
8048 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
8049
8050 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
8051 URLs with a leading triple slash in the file: scheme. (Bug#5345)
8052
8053 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
8054
8055 * progmodes/compile.el: Don't treat compile-command as safe if
8056 compilation-read-command might be nil (Bug#4218).
8057
8058 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
8059
8060 * startup.el (command-line-1): Use orig-argi to check for ignored X and
8061 NS options.
8062
8063 2010-01-08 Kenichi Handa <handa@m17n.org>
8064
8065 * international/fontset.el (build-default-fontset-data):
8066 Exclude characters in scripts kana, hangul, han, or cjk-misc.
8067
8068 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
8069
8070 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
8071 to `create-file-buffer' as it expects, not just a buffer name.
8072 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
8073 to help uniquify. (Bug#3224)
8074
8075 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
8076
8077 * font-setting.el (font-setting-change-default-font): Use user-spec
8078 instead of name.
8079
8080 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8081
8082 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
8083
8084 2010-01-05 Tom Tromey <tromey@redhat.com>
8085
8086 * progmodes/python.el (python-font-lock-keywords):
8087 Handle qualified decorators (Bug#881).
8088
8089 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8090
8091 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
8092 in a lightweight checkout.
8093
8094 2010-01-05 Kenichi Handa <handa@m17n.org>
8095
8096 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
8097
8098 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8099
8100 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
8101
8102 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
8103
8104 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
8105 checkouts. (Bug#618)
8106 (vc-bzr-log-view-mode): Also highlight the author.
8107 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
8108 (vc-bzr-shelve-menu-map):
8109 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
8110 (vc-bzr-shelve-apply): Make prompt more explicit.
8111
8112 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
8113
8114 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
8115 They are valid characters in URL paths (rfc3986), and at least
8116 Firefox does not understand the encoded version (Bug#3166).
8117
8118 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
8119
8120 * progmodes/octave-mod.el (octave-end-keywords)
8121 (octave-block-begin-or-end-regexp, octave-block-match-alist):
8122 Add "end" keyword (Bug#3061).
8123 (octave-end-as-array-index-p): New function.
8124 (calculate-octave-indent): Use it.
8125
8126 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8127
8128 * bookmark.el: Consistently put the text property on the bookmark name.
8129 (bookmark-bmenu-marks-width): Bump back to 2, to include
8130 annotation marks.
8131 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
8132 property on the bookmark name, instead of not putting it at all.
8133 (bookmark-bmenu-list): Fix where we put the text property.
8134
8135 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8136
8137 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
8138 for showing buffer modified state (as added in the previous change).
8139
8140 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8141
8142 * bookmark.el: Show modified state of bookmark buffer more accurately.
8143 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
8144 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
8145 (with-buffer-modified-unmodified): New macro.
8146 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8147 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
8148 Use new macro to preserve the buffer modified state.
8149
8150 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8151
8152 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
8153 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
8154 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
8155 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
8156 (bookmark-bmenu-rename, bookmark-bmenu-locate)
8157 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
8158 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
8159
8160 2010-01-02 Eli Zaretskii <eliz@gnu.org>
8161
8162 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8163 Make the lines in the generated doc string shorter. (Bug#4668)
8164
8165 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
8166
8167 * net/rcirc.el: Add follow-link binding (Bug#4738).
8168
8169 2010-01-02 Eli Zaretskii <eliz@gnu.org>
8170
8171 * Makefile.in (bzr-update): Rename from cvs-update.
8172 (cvs-update): New target for backward compatibility.
8173
8174 * makefile.w32-in (bzr-update): Rename from cvs-update.
8175 (cvs-update): New target for backward compatibility.
8176
8177 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8178
8179 * bookmark.el: Remove gratuitous gratitude.
8180
8181 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8182
8183 * bookmark.el (bookmark-bmenu-any-marks): New function.
8184 (bookmark-bmenu-save): Clear buffer modification if no marks.
8185
8186 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8187
8188 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
8189 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
8190 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
8191 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
8192
8193 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
8194 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
8195 To: emacs-devel {_AT_} gnu.org
8196 Subject: bookmark.el bug report
8197 Date: Mon, 28 Dec 2009 14:19:16 +0800
8198 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
8199
8200 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8201
8202 * bookmark.el: Improvements suggested by Drew Adams:
8203 (bookmark-bmenu-ensure-position): New name for
8204 `bookmark-bmenu-check-position'. Just ensure the position,
8205 don't return any meaningful value.
8206 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
8207 New constants.
8208
8209 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
8210
8211 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
8212 (bookmark-yank-point, bookmark-bmenu-check-position):
8213 Fix typos in docstrings.
8214 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
8215 (bookmark-name-from-full-record, bookmark-get-position)
8216 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
8217 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
8218 Remove useless quoting of parenthesis, etc. in docstrings.
8219
8220 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
8221 (ediff-append-custom-diff): Fix typo in error message.
8222 (ediff-meta-mark-equal-files): Fix typos in messages.
8223
8224 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
8225
8226 * net/imap-hash.el (imap-hash-make): Doc fix.
8227 (imap-hash-test): Fix typo in error message; reflow docstring.
8228 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
8229 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
8230 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
8231 Fix typos in docstrings.
8232 (imap-hash-open-connection): Fix typo in error message.
8233
8234 * play/gomoku.el (gomoku): Fix typos in docstring.
8235
8236 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
8237 (gdb-jsonify-buffer): Fix typos in docstring.
8238 (gdb-goto-breakpoint): Fix typo in error message.
8239 ("Display Other Windows"): Fix typo in help message.
8240 (gdb-speedbar-expand-node): Fix typo in question.
8241
8242 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
8243 (idlwave-html-system-help-location, idlwave-html-help-location)
8244 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
8245 (idlwave-help-browser-generic-args, idlwave-help-directory)
8246 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
8247 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
8248 (idlwave-online-help, idlwave-help-html-link)
8249 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
8250 Fix typos in docstrings.
8251 (idlwave-help-with-source, idlwave-help-find-routine-definition):
8252 Reflow docstrings.
8253 (idlwave-help-assistant-start): Fix typo in error message.
8254
8255 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
8256 (octave-electric-space): Fix typos in docstrings.
8257
8258 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
8259
8260 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
8261
8262 2010-01-01 Juri Linkov <juri@jurta.org>
8263
8264 * comint.el (comint-input-ring-size): Make it a defcustom and
8265 increase the default to 500 (Bug#5148).
8266
8267 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
8268
8269 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
8270 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
8271 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
8272
8273 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
8274
8275 Show working revision correctly for mercurial.
8276 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
8277 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
8278
8279 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
8280
8281 Declare some functions for the byte-compiler.
8282 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
8283 (speedbar-timer-fn, speedbar-change-expand-button-char)
8284 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
8285
8286 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
8287
8288 This changeset reverts GDB Graphical Interface to use annotations.
8289 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
8290
8291 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8292
8293 Make vc-dir work on subdirectories of the bzr root.
8294 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
8295 file names relative to it.
8296 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
8297 relative directory to vc-bzr-after-dir-status.
8298
8299 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
8300
8301 * font-lock.el (font-lock-refresh-defaults): New function, which
8302 can be used to let font-lock react to external changes in
8303 variables like font-lock-defaults and keywords.
8304 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
8305
8306 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
8307
8308 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
8309
8310 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
8311
8312 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
8313
8314 Supersede color.diff settings in git log (bug#5211).
8315
8316 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
8317 escape chars in its output when the user has color.diff set to `always'.
8318 This fix works on git 1.4.2 and newer (released on 2006-08-13).
8319
8320 2009-12-26 Kevin Ryde <user42@zip.com.au>
8321
8322 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
8323 node. Keep previous "Index" name to work with past coreutils too.
8324
8325 * man.el (man): Revise docstring a bit to show -a and -l as
8326 examples. Add -k description since support for it has otherwise
8327 been a secret. (Further to bug#3717.)
8328 (Man-bgproc-sentinel): When "-k foo" produces no output show error
8329 "no matches" rather than "Can't find manpage", as the latter reads
8330 like -k was interpreted as a page name, which is not so. (Bug#5431)
8331
8332 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
8333
8334 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
8335 switches. Check also for //SUBDIRED// line.
8336
8337 2009-12-25 Kenichi Handa <handa@m17n.org>
8338
8339 * language/indian.el (devanagari-composable-pattern): Fixed to
8340 handle ZWNJ and ZWJ. Use it in composition-function-table for
8341 Devanagari.
8342 (malayalam-composable-pattern): Fix previous change.
8343
8344 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8345
8346 * ps-print.el (ps-face-attributes): It was not returning the
8347 attribute face for faces specified as string. Reported by harven
8348 <harven@free.fr>. (Bug#5254)
8349 (ps-print-version): New version 7.3.5.
8350
8351 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
8352
8353 * calendar/icalendar.el (icalendar--convert-tz-offset):
8354 Fix timezone names.
8355 (icalendar--convert-tz-offset): Fix the "last-day-problem".
8356 (icalendar--add-diary-entry): Remove the trailing blank that
8357 diary-make-entry inserts.
8358
8359 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
8360
8361 Make `file-expand-wildcards' work for remote files.
8362
8363 * files.el (file-expand-wildcards): In case of remote files, check
8364 only local file name part for wildcards. Provide feature 'files
8365 and subfeature 'remote-wildcards. (Bug#5198)
8366
8367 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
8368 if there is already an established connection.
8369 (tramp-advice-file-expand-wildcards): Remove it.
8370
8371 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
8372 (tramp-advice-file-expand-wildcards): Move from tramp.el.
8373 Activate advice for older GNU Emacs versions. (Bug#5237)
8374
8375 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
8376
8377 Some doc fixes (more needed).
8378
8379 * find-cmd.el (find-constituents): Reflow docstring.
8380 (find-cmd, find-prune, find-command): Fix typos in docstrings.
8381 (find-generic): Doc fix.
8382
8383 2009-12-17 Juri Linkov <juri@jurta.org>
8384
8385 Fix regression from 23.1 to allow multiple modes in Local Variables.
8386
8387 * files.el (hack-local-variables-filter): While ignoring duplicates,
8388 don't take `mode' into account.
8389 (hack-local-variables-filter, hack-dir-local-variables):
8390 Don't remove duplicate `mode' from local-variables-alist (like `eval').
8391
8392 2009-12-17 Juri Linkov <juri@jurta.org>
8393
8394 Make `dired-diff' safer. (Bug#5225)
8395
8396 * dired-aux.el (dired-diff): Signal an error when `file' equals to
8397 `current' or when `file' is a directory of the `current' file.
8398
8399 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
8400
8401 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
8402 unconditionally preloaded files.
8403
8404 2009-12-16 Juri Linkov <juri@jurta.org>
8405
8406 Revert to old 23.1 logic of using the file at the mark as default.
8407 * dired-aux.el (dired-diff): Use the file at the mark as default
8408 if it's not the same as the current file, and the target dir is
8409 the current dir or the mark is active. Add the current file
8410 as the arg of `dired-dwim-target-defaults'. Use the default file
8411 in the prompt. (Bug#5225)
8412
8413 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
8414
8415 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
8416 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
8417 (tramp-check-for-regexp): Check also, when an echoing shell stops
8418 to echo sent commands.
8419
8420 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
8421
8422 * Makefile.in: Revert last change (Bug#5191).
8423
8424 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
8425
8426 * vc-hg.el (vc-hg-print-log): Fix argument order.
8427 (vc-hg-working-revision): Make sure the command is executed in a
8428 known environment so that we can parse the output. (Bug#4417)
8429
8430 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
8431
8432 * progmodes/python.el (python-symbol-completions): Remove text
8433 properties from symbol string before calling python-send-receive.
8434
8435 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
8436
8437 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
8438 when there are values for both file and line. (Bug#5060)
8439
8440 2009-12-14 Juri Linkov <juri@jurta.org>
8441
8442 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
8443 whitespace after the file name of the first line of unified format,
8444 because git-diff doesn't output whitespace and file modification time
8445 after the file name.
8446
8447 2009-12-14 David Kastrup <dak@gnu.org>
8448
8449 * info.el (Info-hide-cookies-node): Before hiding a cookie,
8450 check if it already has the `display' property added by
8451 `Info-display-images-node', and not put the `invisible' property
8452 in this case.
8453
8454 2009-12-13 Glenn Morris <rgm@gnu.org>
8455
8456 * mail/emacsbug.el (message-sort-headers): Define for compiler.
8457 (report-emacs-bug): In message-mode, sort manually before storing
8458 original report text. (Bug#5178)
8459 Remove superfluous save-excursion.
8460
8461 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
8462
8463 * net/dbus.el (dbus-property-handler): Filter lambda forms out
8464 when responding to "GetAll" properties.
8465
8466 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
8467
8468 * simple.el (compose-mail): Remove mail-setup-with-from from
8469 customization checks.
8470
8471 2009-12-12 Eli Zaretskii <eliz@gnu.org>
8472
8473 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
8474 RAR archives created on Unix systems.
8475
8476 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8477
8478 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
8479 the varalias that was accidentally removed by the 2009-11-19 change
8480 (bug#5186).
8481
8482 2009-12-12 Kenichi Handa <handa@m17n.org>
8483
8484 * language/indian.el (indian-compose-regexp): New function.
8485 (malayalam-composable-pattern): Fix the pattern.
8486 (composition-function-table): Set malayalam-composable-pattern for
8487 Malayalam characters.
8488
8489 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
8490
8491 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
8492 rather than down-mouse-1, based on follow-link conventions.
8493
8494 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
8495 are compiled.
8496
8497 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
8498
8499 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
8500 (verilog-vmm-statement-re, verilog-ovm-statement-re)
8501 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
8502 (verilog-leap-to-head, verilog-backward-token):
8503 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
8504
8505 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
8506
8507 * progmodes/verilog-mode.el (verilog-auto-lineup)
8508 (verilog-nameable-item-re): Cleanup user-visible spelling and
8509 documentation errors. One reported by Gary Delp.
8510 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
8511 (verilog-read-decls): Fix AUTOWIRE with types declared in a
8512 package, bug195. Reported by Pierre-David Pfister.
8513
8514 2009-12-11 Glenn Morris <rgm@gnu.org>
8515
8516 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
8517
8518 * mail/emacsbug.el: No longer require sendmail.
8519 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
8520 (report-emacs-bug-orig-text): Doc fix.
8521 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
8522 New local variables, to adapt to different mail-user-agents.
8523 (report-emacs-bug): Fix test for a gnu.org address.
8524 Use overlays for emphasis, since font-lock defeats 'face property.
8525 Pretest bugs also end up at the newsgroup these days.
8526 Stop message-mode stripping text properties.
8527 Set and use the new buffer-local variables.
8528 (report-emacs-bug-hook): Add doc-string.
8529 Remove some unnecessary save-excursions and simplify.
8530 Use the appropriate hook and send-command.
8531
8532 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
8533 capitalization of some menu entries.
8534
8535 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8536
8537 * whitespace.el (whitespace-display-char-on):
8538 Ensure `buffer-display-table' is unique when two or more windows are
8539 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
8540 New version 12.1.
8541
8542 2009-12-10 Eli Zaretskii <eliz@gnu.org>
8543
8544 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
8545 characters in the Attribute field.
8546
8547 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
8548
8549 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
8550
8551 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
8552
8553 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
8554 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8555 Disregard autoload-excludes.
8556 (update-directory-autoloads): Obey autoload-excludes here instead.
8557 But don't store its contents in no-autoloads and remove entries that
8558 refer to excludes files.
8559
8560 2009-12-10 Glenn Morris <rgm@gnu.org>
8561
8562 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
8563 (expand-mail-aliases): Define for compiler.
8564
8565 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
8566 Define for compiler.
8567
8568 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
8569 appropriate for the mail-user-agent in use.
8570
8571 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
8572
8573 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
8574
8575 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
8576
8577 Fix short log parsing and fontification.
8578 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
8579 Fix fontification for the [merge] label.
8580
8581 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
8582
8583 Drop some properties to avoid surprises (bug#5002).
8584 * htmlfontify.el (hfy-ignored-properties): New defcustom.
8585 (hfy-fontify-buffer): Use it.
8586
8587 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
8588
8589 Minor cleanup.
8590 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
8591 Adjust all callers.
8592 (ffap-locate-file): Remove unused arg `dir-ok' and make other
8593 args compulsory. Adjust callers.
8594 (ffap-gopher-at-point): Remove unused var `name'.
8595
8596 Get rid of the ELCFILES abomination.
8597 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8598 (compile-elcfiles): New phony target.
8599 (compile-main): Compute ELCFILES dynamically.
8600 (compile-clean): New target to remove left-over elc files.
8601 (compile, all): Use it.
8602
8603 2009-12-09 Kenichi Handa <handa@etlken>
8604
8605 * international/mule-diag.el: Require help-mode instead of help-fns.
8606
8607 2009-12-09 Kenichi Handa <handa@m17n.org>
8608
8609 * international/mule-cmds.el (ucs-names): Supply sufficiently
8610 fine ranges instead of pre-calculating accurate ranges.
8611 Iterate with bigger gc-cons-threshold.
8612
8613 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
8614
8615 Add support for stashing a snapshot of the current tree.
8616 * vc-git.el (vc-git-stash-snapshot): New function.
8617 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
8618
8619 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
8620
8621 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
8622 instead of `(beginning|end)-of-line'.
8623
8624 2009-12-08 Glenn Morris <rgm@gnu.org>
8625
8626 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
8627
8628 * Makefile.in (ELCFILES): Regenerate.
8629
8630 2009-12-07 Juri Linkov <juri@jurta.org>
8631
8632 Don't lazy-highlight the comint output in history Isearch mode.
8633
8634 * comint.el (comint-history-isearch-search): Instead of
8635 `comint-line-beginning-position', use `comint-after-pmark-p'
8636 to check if point if before the process mark, and go to
8637 `process-mark' in this case.
8638
8639 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8640
8641 * textmodes/tex-mode.el (latex-complete)
8642 (latex-indent-or-complete): Remove.
8643 (latex-mode): Set completion-at-point-functions instead.
8644
8645 Provide a standard completion command and hook it into TAB.
8646 * minibuffer.el (completion-at-point-functions): New var.
8647 (completion-at-point): New command.
8648 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
8649 * progmodes/python.el (python-mode-map): Use completion-at-point.
8650 (python-completion-at-point): Rename from python-partial-symbol and
8651 adjust for use in completion-at-point-functions.
8652 (python-mode): Setup completion-at-point for Python completion.
8653 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
8654 extracted from lisp-complete-symbol.
8655 (lisp-complete-symbol): Use it.
8656 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
8657 setup completion-at-point for Elisp completion.
8658 (emacs-lisp-mode-map, lisp-interaction-mode-map):
8659 Use completion-at-point.
8660 * ielm.el (ielm-map): Use completion-at-point.
8661 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
8662 * progmodes/sym-comp.el: Move to...
8663 * obsolete/sym-comp.el: Move from progmodes.
8664
8665 2009-12-07 Eli Zaretskii <eliz@gnu.org>
8666
8667 Prevent save-buffer in Rmail buffers from using the coding-system
8668 of the current message, and from clobbering the encoding mnemonics
8669 in the mode line (Bug#4623).
8670
8671 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
8672 flag, too.
8673 (rmail-message-encoding): New variable.
8674 (rmail-write-region-annotate): Record the encoding of the current
8675 message in rmail-message-encoding.
8676 (rmail-after-save-hook): New function, restores the encoding of
8677 the current message after the message collection is saved.
8678
8679 2009-12-07 Juri Linkov <juri@jurta.org>
8680
8681 * progmodes/grep.el (grep-read-files): Use `completing-read'
8682 instead of `read-string'. Set its `collection' arg to
8683 `read-file-name-internal'. (Bug#4301)
8684
8685 2009-12-07 Juri Linkov <juri@jurta.org>
8686
8687 Correctly restore original Isearch point. (Bug#4994)
8688
8689 * isearch.el (isearch-mode): Move `isearch-push-state' after
8690 `(run-hooks 'isearch-mode-hook)'.
8691 (isearch-cancel): When `isearch-push-state-function' is defined,
8692 let-bind `isearch-cmds' to the first state (the last element of
8693 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
8694 function and restores the original point). Otherwise, move point
8695 to `isearch-opoint'.
8696
8697 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8698
8699 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
8700 chars that don't have names, so the table can be built much faster at
8701 run-time.
8702
8703 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
8704
8705 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
8706 change. Suggested by David Kastrup.
8707
8708 * simple.el (compose-mail): Check for incompatibilities and warn.
8709 (compose-mail-user-agent-warnings): New option.
8710
8711 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8712
8713 Support showing a single log entry from vc-annotate.
8714 * vc.el (print-log): Add a new argument: START-REVISION.
8715 (vc-print-log-internal): Add a new optional argument and
8716 pass it to the backend.
8717 (vc-print-log, vc-print-root-log): Adjust callers.
8718 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
8719 buffer already displays the requested log entry, use it.
8720 Otherwise display only the log entry in question.
8721 * vc-svn.el (vc-svn-print-log):
8722 * vc-mtn.el (vc-mtn-print-log):
8723 * vc-hg.el (vc-hg-state):
8724 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
8725 (vc-git-show-log-entry): Return t on success.
8726 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
8727 (vc-bzr-show-log-entry): Return t on success.
8728 * vc-rcs.el (vc-rcs-print-log):
8729 * vc-sccs.el (vc-sccs-print-log):
8730 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
8731
8732 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8733
8734 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
8735 Add menus to the meta mode. (Bug#5043)
8736
8737 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
8738
8739 * ediff-init.el (ediff-event-key): Use event-to-character instead of
8740 event-key.
8741
8742 * ediff.el (ediff-buffers-internal): Add unwind-protect.
8743
8744 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
8745
8746 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
8747 Berbain <raphael.berbain@gmail.com>.
8748
8749 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
8750 characters.
8751 (tramp-initial-end-of-output): New defconst.
8752 (tramp-methods, tramp-find-shell)
8753 (tramp-open-connection-setup-interactive-shell)
8754 (tramp-maybe-open-connection): Use it.
8755 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
8756 existence of `#' and `$'.
8757
8758 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
8759 `tramp-initial-end-of-output'.
8760
8761 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8762
8763 Get the background mode from the terminal for xterm, and set
8764 faces accordingly.
8765 * term/xterm.el (xterm-set-background-mode): New function.
8766 (terminal-init-xterm): Use it in case xterm supports background
8767 color queries. Recompute faces after getting the background
8768 color.
8769
8770 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
8771
8772 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
8773 number comment back on its own line, for easier parsing.
8774
8775 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8776
8777 Make it work for non-file buffers (bug#5102).
8778 * doc-view.el (doc-view-current-cache-dir):
8779 Use doc-view-buffer-file-name rather than buffer-file-name.
8780 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
8781
8782 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
8783
8784 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
8785 author field is too short.
8786
8787 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
8788
8789 * vc-git.el (vc-git-print-log): Handle a limit argument.
8790 Display the short log in graph form and with labels.
8791 (vc-git-log-view-mode): Handle labels.
8792
8793 Make vc-revert change VC state from 'added to 'unregistered.
8794 * vc-git.el (vc-git-revert): Call git reset first.
8795
8796 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
8797
8798 * net/newst-backend.el, net/newst-plainview.el:
8799 * net/newst-reader.el, net/newst-ticker.el:
8800 * net/newst-treeview.el, net/newsticker.el:
8801 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8802
8803 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
8804
8805 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
8806
8807 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
8808 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
8809 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
8810 Update annotation regexp.
8811
8812 * simple.el (beginning-of-visual-line): Constrain to field
8813 boundaries (Bug#5106).
8814
8815 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
8816
8817 * xml.el (xml-substitute-numeric-entities): Move
8818 newsticker--decode-numeric-entities in newst-backend.el to
8819 xml-substitute-numeric-entities in xml.el. (Bug#5008)
8820 * net/newst-backend.el (newsticker--parse-generic-feed)
8821 (newsticker--parse-generic-items)
8822 (newsticker--decode-numeric-entities): Move
8823 newsticker--decode-numeric-entities in newst-backend.el to
8824 xml-substitute-numeric-entities in xml.el. (Bug#5008)
8825
8826 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
8827
8828 * progmodes/js.el (js--js-not): Add null to the list of values.
8829
8830 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
8831
8832 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
8833
8834 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8835
8836 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
8837 delimiter if it is at the end of the current line.
8838 (bibtex-generate-url-list): Fix docstring.
8839
8840 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8841
8842 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
8843 minibuffer's content with itself.
8844 Fold the confirm-after-completion case into the `confirm' case.
8845 (completion-pcm-word-delimiters): Add : and / to the delimiters.
8846
8847 2009-12-06 Kevin Ryde <user42@zip.com.au>
8848
8849 * ffap.el (ffap-rfc-path): Make this a defcustom since
8850 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
8851
8852 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
8853 manuals, similar to existing setup for help-mode. (Bug#3913.)
8854
8855 2009-12-05 Juri Linkov <juri@jurta.org>
8856
8857 Save and restore dired buffer's point positions too. (Bug#4880)
8858
8859 * dired.el (dired-save-positions): Return in the first element
8860 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
8861 Doc fix.
8862 (dired-restore-positions): First restore buffer's position.
8863 While restoring window's positions, check if window still displays
8864 the original buffer.
8865
8866 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
8867
8868 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
8869 if possible.
8870
8871 * shell.el (shell): Require ansi-color (Bug#5113).
8872
8873 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
8874
8875 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
8876
8877 2009-12-05 Alan Mackenzie <acm@muc.de>
8878
8879 * progmodes/cc-mode.el (c-before-hack-hook)
8880 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
8881 `c-file-style' to work again. This reversion restores the current
8882 software to its state in Emacs 23.1. (Bug#4146)
8883
8884 2009-12-05 Kevin Ryde <user42@zip.com.au>
8885
8886 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
8887 comment-start-skip to comment-end-skip as comment (Bug#4781).
8888
8889 2009-12-05 Juri Linkov <juri@jurta.org>
8890
8891 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
8892 for virtual nodes. (Bug#4147)
8893 (Info-find-node-2): Set `Info-current-node-virtual' to nil
8894 when moving from a virtual node.
8895 (Info-mode-menu): Add `Info-virtual-index' to the menu.
8896 (Info-mode): Add `Info-virtual-index' to the docstring.
8897
8898 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8899
8900 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
8901 track of the buffer position of the end of a BibTeX entry as this
8902 position may change during reformatting.
8903 (bibtex-format-entry): Remove whitespace before processing
8904 numerical fields so that we recognize the latter properly.
8905 (bibtex-reformat): Do not use push which changes the global value
8906 of bibtex-entry-format.
8907 (bibtex-field-braces-alist, bibtex-field-strings-alist)
8908 (bibtex-field-re-init): Replace only space characters by regexp
8909 for whitespace.
8910 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
8911 (bibtex-initialize): Also update bibtex-strings.
8912 (bibtex-kill-field): Preserve white space at end of entry.
8913 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
8914 Update bibtex-reference-keys.
8915
8916 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8917
8918 * minibuffer.el (completion-pcm--merge-try): Also consider placing
8919 point after a star, if that's the only place where modifications can
8920 make progress.
8921
8922 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
8923
8924 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
8925 in docstrings.
8926
8927 2009-12-04 Juri Linkov <juri@jurta.org>
8928
8929 * proced.el (proced): Call `(proced-update t)' to update process
8930 information instead of only running proced-post-display-hook.
8931 (proced-send-signal): Add a leading space to the buffer name
8932 " *Marked Processes*" to make this buffer ephemeral.
8933
8934 2009-12-04 Juri Linkov <juri@jurta.org>
8935
8936 * dired.el (dired-auto-revert-buffer): New defcustom.
8937 (dired-internal-noselect): Use it.
8938
8939 2009-12-04 Juri Linkov <juri@jurta.org>
8940
8941 Change roles of modes and functions in image-mode.el (Bug#5062).
8942
8943 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
8944 in `auto-mode-alist'.
8945 (image-mode-previous-major-mode): New variable.
8946 (image-minor-mode-map): Rename from `image-mode-text-map'.
8947 (image-mode): Move graceful error-handling code from
8948 `image-minor-mode' to here. On errors call `image-mode-as-text'.
8949 (image-minor-mode): Remove all image-handling code.
8950 Replace `image-mode-text-map' with `image-minor-mode-map'.
8951 Check for `image-type' in mode-line format string.
8952 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
8953 (image-mode-as-text): New function with most code from
8954 `image-mode-maybe'.
8955 (image-toggle-display-text): Move code that removes image
8956 properties from `image-toggle-display' to here.
8957 (image-toggle-display-image): New function with code that adds
8958 image properties copied from `image-toggle-display'.
8959 (image-toggle-display): Remove most code with leaving only code
8960 that toggles between `image-mode-as-text' and `image-mode'.
8961
8962 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
8963
8964 * net/newst-treeview.el
8965 (newsticker--treeview-list-highlight-start): Restored call to
8966 save-excursion: Selected item was stuck.
8967 (newsticker--treeview-list-select): New.
8968 (newsticker--treeview-item-show-text)
8969 (newsticker--treeview-item-show)
8970 (newsticker--treeview-item-update): Use new
8971 newsticker-treeview-item-mode.
8972 (newsticker-treeview-update): Keep current item.
8973 (newsticker-treeview-next-new-or-immortal-item): Doc change.
8974 (newsticker--treeview-first-feed): Doc change.
8975 (newsticker-treeview-list-menu)
8976 (newsticker-treeview-item-menu): Added menu entries.
8977 (newsticker-treeview-item-mode): New.
8978
8979 * net/newst-backend.el (newsticker-customize): Delete other
8980 windows.
8981
8982 2009-12-04 Sam Steingold <sds@gnu.org>
8983
8984 * log-view.el (log-view-mode-map): "q" calls quit-window,
8985 like in all the other non-self-insert buffers.
8986
8987 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
8988
8989 Minor cleanup.
8990 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
8991 key decoding rather than do it manually via last-input-event +
8992 ascii-character.
8993 (term-exec): Use delete-and-extract-region.
8994 (term-handle-ansi-terminal-messages): Remove unused var `end'.
8995 (term-process-pager): Remove unused var `i'.
8996 (term-dynamic-simple-complete): Make obsolete.
8997 (serial-update-config-menu): Remove unused vars `y' and `str'.
8998 (term-update-mode-line): Remove unused var `temp'.
8999
9000 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9001
9002 Limit the number of log entries displayed by default.
9003 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
9004 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
9005 using a prefix argument.
9006
9007 2009-12-03 Glenn Morris <rgm@gnu.org>
9008
9009 * progmodes/idlwave.el (class): Restore still useful declaration.
9010
9011 2009-12-03 Alan Mackenzie <acm@muc.de>
9012
9013 Enhance `c-parse-state' to run efficiently in "brace deserts".
9014
9015 * progmodes/cc-mode.el (c-basic-common-init):
9016 Call c-state-cache-init.
9017 (c-neutralize-syntax-in-and-mark-CPP): Rename from
9018 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
9019 placing `category' properties value 'c-cpp-delimiter at its boundaries.
9020
9021 * progmodes/cc-langs.el (c-before-font-lock-function):
9022 c-extend-and-neutralize-syntax-in-CPP has been renamed
9023 c-neutralize-syntax-in-and-mark-CPP.
9024
9025 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
9026 with `category' properties now, not `syntax-table' ones.
9027
9028 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
9029 enhanced (but slower) version of c-end-of-macro that won't land
9030 inside a literal or on another awkward character.
9031 (c-state-cache-too-far, c-state-cache-start)
9032 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
9033 (c-state-nonlit-pos-cache-limit, c-state-point-min)
9034 (c-state-point-min-lit-type, c-state-point-min-lit-start)
9035 (c-state-min-scan-pos, c-state-brace-pair-desert)
9036 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
9037 buffer local variables.
9038 (c-state-literal-at, c-state-lit-beg)
9039 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
9040 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
9041 (c-state-cache-top-paren, c-state-cache-after-top-paren)
9042 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
9043 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
9044 (c-renarrow-state-cache)
9045 (c-append-lower-brace-pair-to-state-cache)
9046 (c-state-push-any-brace-pair, c-append-to-state-cache)
9047 (c-remove-stale-state-cache)
9048 (c-remove-stale-state-cache-backwards, c-state-cache-init)
9049 (c-invalidate-state-cache-1, c-parse-state-1)
9050 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
9051 (c-parse-state): Enhance and refactor.
9052 (c-debug-parse-state): Amend to deal with all the new variables.
9053
9054 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
9055 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
9056 modify to use category text properties rather than syntax-table ones.
9057 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
9058 to switch off/on the syntactic paren property of C++ template
9059 delimiters using the category property.
9060 (c-with-<->-as-parens-suppressed): Macro to invoke code with
9061 template delims suppressed.
9062 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
9063 New constant/macros which apply category properties to the start
9064 and end of preprocessor constructs.
9065 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
9066 "comment out" the syntactic value of characters in preprocessor
9067 constructs.
9068 (c-with-cpps-commented-out)
9069 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
9070 with characters in all or all but one preprocessor constructs
9071 "commented out".
9072
9073 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9074
9075 * proced.el (proced-filter-alist): Use regexp-quote.
9076
9077 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
9078
9079 Cleanup.
9080 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
9081 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
9082 arguments. Expand `default-directory'.
9083
9084 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
9085 the benefit of returning an expanded localname.
9086 (tramp-tramp-file-p): Handle the case NAME is not a string.
9087
9088 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9089
9090 Add support for bzr shelve/unshelve.
9091 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
9092 (vc-bzr-extra-menu-map): New variables.
9093 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
9094 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
9095 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
9096 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
9097 (vc-bzr-dir-extra-headers): Display shelves.
9098
9099 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
9100
9101 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9102
9103 * textmodes/bibtex.el (bibtex-complete-internal):
9104 Use completion-in-region.
9105 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
9106
9107 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9108
9109 Support applying stashes. Improve UI.
9110 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
9111 (vc-git-stash-apply, vc-git-stash-pop)
9112 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
9113 (vc-git-stash-menu): New functions.
9114 (vc-git-stash-menu-map): New variable.
9115 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
9116
9117 2009-12-03 Glenn Morris <rgm@gnu.org>
9118
9119 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
9120 (vc-print-log-internal): Fix previous change.
9121 (vc-revert): Correct pluralization.
9122
9123 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9124
9125 * progmodes/make-mode.el (makefile-special-targets-list): No need for
9126 it to be an alist any more.
9127 (makefile-complete): Use completion-in-region.
9128
9129 * progmodes/octave-mod.el (octave-complete-symbol):
9130 Use completion-in-region.
9131
9132 Misc cleanup.
9133 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
9134 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
9135 (idlwave-complete-class): Don't quote lambda.
9136 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
9137 (idlwave-mode-map): Move initialization into declaration.
9138 (idlwave-action-and-binding): Use backquotes.
9139 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
9140 Simplify.
9141 (idlwave-is-pointer-dereference): Remove unused var `pos'.
9142 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
9143 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
9144 `parts', and `all-parts'.
9145 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
9146 (idlwave-convert-xml-system-routine-info): Remove unused string
9147 `version-string'.
9148 (idlwave-display-user-catalog-widget): Use dolist.
9149 (idlwave-scanning-lib): Declare dynamically-scoped var.
9150 (idlwave-scan-library-catalogs): Remove unused var `flags'.
9151 (completion-highlight-first-word-only): Declare to silence bytecomp.
9152 (idlwave-popup-select): Tighten scope of `resp'.
9153 (idlwave-find-struct-tag): Remove unused var `beg'.
9154 (idlwave-after-load-rinfo-hook): Declare.
9155 (idlwave-sintern-class-info): Remove unused var `taglist'.
9156 (idlwave-find-class-definition): Remove unused var `list'.
9157 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
9158 (idlwave-what-module-find-class): Remove unused var `classes'.
9159
9160 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
9161
9162 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
9163
9164 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9165
9166 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
9167 buffers visited. Remove redundant current-buffer-saving.
9168
9169 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9170
9171 Use completion-in-buffer and remove uses of dynamic scoping.
9172 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
9173 (pascal-buffer-to-use, pascal-flag): Don't declare.
9174 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
9175 (pascal-get-completion-decl, pascal-keyword-completion):
9176 Add `pascal-str' argument, save-excursion,
9177 return the found completions, and don't filter with pascal-pred.
9178 (pascal-completion-cache): New var.
9179 (pascal-completion): Don't switch buffer any more (it was never
9180 necessary). Don't save-excursion any more (it's done by the called
9181 subroutines). Use a cache to avoid redundant computations.
9182 Use complete-with-action rather than pascal-completion-response and
9183 let it apply the predicate as well.
9184 (pascal-complete-word): Use completion-in-buffer when
9185 pascal-toggle-completions is nil.
9186 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
9187 not used any more.
9188 (pascal-comp-defun): Don't change buffer any more.
9189 Use complete-with-action rather than pascal-completion-response and
9190 let it apply the predicate as well.
9191 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
9192 when neded.
9193
9194 2009-12-02 Kenichi Handa <handa@m17n.org>
9195
9196 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
9197 shape for all Indic scripts.
9198
9199 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9200
9201 Use completion-in-buffer.
9202 * wid-edit.el (widget-field-text-end): New function.
9203 (widget-field-value-get): Use it.
9204 (widget-string-complete, widget-file-complete)
9205 (widget-color-complete): Use it and completion-in-region.
9206 (widget-complete): Don't narrow the buffer.
9207
9208 2009-12-02 Glenn Morris <rgm@gnu.org>
9209
9210 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
9211 (rmail-select-summary): Use rmail-pop-to-buffer.
9212 * mail/rmailsum.el: Replace all pop-to-buffer calls with
9213 rmail-pop-to-buffer, to prevent horizontal splits.
9214
9215 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
9216 save-excursion with save-current-buffer.
9217 Widen before searching. (Bug#5093)
9218 (diary-list-sexp-entries): Remove superfluous save-excursion.
9219
9220 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
9221
9222 * woman.el (woman-make-bufname): Handle man-pages with "." in the
9223 name. (Bug#5038)
9224
9225 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
9226
9227 * ido.el (ido-file-internal): Handle filenames at point that do
9228 not have a directory part. (Bug#5049)
9229
9230 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
9231
9232 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
9233 (mpc-songs-jump-to, mpc-resume): Doc fixes.
9234
9235 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
9236
9237 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
9238 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
9239 any more.
9240
9241 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9242
9243 * comint.el (comint-insert-input): Ignore clicks to the right of
9244 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
9245
9246 * vc.el (vc-print-log-internal): Don't wait for the process to
9247 terminate before setting up the major mode.
9248
9249 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
9250 in case.
9251
9252 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
9253 the last element.
9254
9255 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
9256
9257 2009-12-01 Glenn Morris <rgm@gnu.org>
9258
9259 * window.el (window--display-buffer-2): Fix previous changes.
9260
9261 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
9262
9263 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
9264
9265 2009-12-01 Glenn Morris <rgm@gnu.org>
9266
9267 * Makefile.in (ELCFILES): Add mpc.elc.
9268
9269 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9270
9271 * mpc.el: New file.
9272
9273 2009-12-01 Glenn Morris <rgm@gnu.org>
9274
9275 * window.el (window-to-use): Define for compiler.
9276
9277 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
9278 consistent with others (no final period).
9279
9280 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
9281 (rmail-mime-show): Downcase the encoding. (Bug#5070)
9282
9283 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
9284
9285 Make vc-print-log buttons work.
9286 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
9287
9288 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
9289
9290 * savehist.el (savehist-autosave-interval): Allow setting to nil
9291 through customize. (Bug#5056)
9292
9293 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
9294
9295 Fix references to jit-lock properties.
9296 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9297 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
9298 (perl-font-lock-special-syntactic-constructs):
9299 Quote jit-lock-defer-multiline property.
9300
9301 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
9302
9303 * vc-git.el (vc-git-registered): Call vc-git-root only once.
9304
9305 2009-11-30 Juri Linkov <juri@jurta.org>
9306
9307 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
9308 value `buffer' of `multi-isearch-next-buffer-current-function'.
9309 Use `(current-buffer)' when `buffer' is nil.
9310 (multi-isearch-next-buffer-from-list): Don't fallback to
9311 `(current-buffer)' when `buffer' is nil. (Bug#4947)
9312
9313 2009-11-30 Juri Linkov <juri@jurta.org>
9314
9315 * misearch.el (multi-isearch-read-buffers): Move canonicalization
9316 of buffers with `get-buffer' to `multi-isearch-buffers'.
9317 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9318 Canonicalize BUFFERS with `get-buffer'. Doc fix.
9319 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
9320 FILES with `expand-file-name' converting relative file names
9321 to absolute. Doc fix. (Bug#4727)
9322
9323 2009-11-30 Juri Linkov <juri@jurta.org>
9324
9325 * misearch.el (multi-isearch-read-buffers)
9326 (multi-isearch-read-matching-buffers): New functions.
9327 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9328 Use them in the `interactive' spec. Doc fix.
9329 (multi-isearch-read-files, multi-isearch-read-matching-files):
9330 New functions.
9331 (multi-isearch-files, multi-isearch-files-regexp):
9332 Use them in the `interactive' spec. Doc fix. (Bug#4725)
9333
9334 2009-11-30 Juri Linkov <juri@jurta.org>
9335
9336 * doc-view.el (doc-view-continuous):
9337 Rename from `doc-view-continuous-mode'.
9338 (doc-view-menu): Move "Toggle display" to the top.
9339 Add submenu "Continuous" with radio buttons "Off"/"On"
9340 and "Save as Default".
9341 (doc-view-scroll-up-or-next-page)
9342 (doc-view-scroll-down-or-previous-page)
9343 (doc-view-next-line-or-next-page)
9344 (doc-view-previous-line-or-previous-page): Rename
9345 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
9346
9347 2009-11-30 Juri Linkov <juri@jurta.org>
9348
9349 * comint.el (comint-mode-map): Rebind `M-r' from
9350 `comint-previous-matching-input' to
9351 `comint-history-isearch-backward-regexp'.
9352 Unbind `M-s' to allow global key binding `M-s'.
9353 Add menu items for `comint-history-isearch-backward' and
9354 `comint-history-isearch-backward-regexp'. (Bug#3746)
9355
9356 2009-11-30 Juri Linkov <juri@jurta.org>
9357
9358 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
9359 For def=recenter, replace `recenter' with `recenter-top-bottom'
9360 that is called with `this-command' and `last-command' let-bound
9361 to `recenter-top-bottom'. When the last `def' was not `recenter',
9362 set `recenter-last-op' to nil. (Bug#4981)
9363
9364 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9365
9366 Minor cleanup and simplification.
9367 * filecache.el (file-cache-add-directory)
9368 (file-cache-add-directory-recursively)
9369 (file-cache-add-from-file-cache-buffer)
9370 (file-cache-delete-file-regexp, file-cache-delete-directory)
9371 (file-cache-files-matching-internal, file-cache-display): Use dolist.
9372 (file-cache-temp-minibuffer-message): Delete function.
9373 (file-cache-minibuffer-complete): Use minibuffer-message instead.
9374
9375 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9376 Don't signal an error when bumping into EOB in tr, s, or y.
9377
9378 2009-11-29 Juri Linkov <juri@jurta.org>
9379
9380 * startup.el (fancy-about-text): Fix wording of Guided Tour.
9381 (Bug#4960)
9382
9383 * descr-text.el (describe-char-unidata-list): Use lowercase name
9384 for "Unicode name" like in other tags.
9385
9386 2009-11-29 Juri Linkov <juri@jurta.org>
9387
9388 * ediff-util.el (ediff-minibuffer-with-setup-hook):
9389 New compatibility macro.
9390 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
9391
9392 2009-11-29 Juri Linkov <juri@jurta.org>
9393
9394 Add defcustom to define the cycling order of `recenter-top-bottom'.
9395 (Bug#4981)
9396
9397 * window.el (recenter-last-op): Doc fix.
9398 (recenter-positions): New defcustom.
9399 (recenter-top-bottom): Rewrite to use `recenter-positions'.
9400 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
9401
9402 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
9403
9404 Improve integration of Tramp and ange-ftp in eshell.
9405
9406 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
9407 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
9408 (eshell/sudo): Flatten args. Let-bind `default-directory'.
9409
9410 * eshell/esh-util.el (top): Require also Tramp when compiling.
9411 (eshell-directory-files-and-attributes): Check for FTP remote
9412 connection.
9413 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
9414 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
9415 (eshell-file-attributes): Handle ".". Return `entry'.
9416
9417 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
9418 (ange-ftp-directory-files-and-attributes)
9419 (ange-ftp-real-directory-files-and-attributes): New defuns.
9420
9421 * net/tramp.el (tramp-maybe-open-connection): Open the remote
9422 shell with "exec" when possible. This prevents trailing prompts
9423 in `start-file-process'.
9424
9425 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9426
9427 Try and remove assumptions about point-min==1.
9428 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
9429 (rng-compute-mode-line-string): Show the validation percentage in
9430 terms of the narrowed text, not the widened text.
9431 (rng-do-some-validation): Don't catch internal errors when debugging.
9432 (rng-first-error): Simplify.
9433 (rng-after-change-function): Remove work around. AFAIK the bug has
9434 been fixed a while ago.
9435
9436 * image-mode.el (image-minor-mode): Exit more gracefully when the image
9437 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
9438
9439 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
9440
9441 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
9442 `cd' doesn't always do it for us (bug#5067).
9443
9444 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
9445 on 2009-10-25 as part of some other change (bug#5067).
9446
9447 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9448
9449 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
9450 `suspicious'.
9451 (byte-compile-warnings): Use byte-compile-warning-types.
9452 (byte-compile-save-excursion): Warn about use of set-buffer right
9453 after save-excursion.
9454
9455 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
9456 the excursion as well.
9457
9458 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
9459
9460 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
9461 providing a Tramp related implementation of "su" and "sudo".
9462 (eshell-unix-initialize): Add "su" and "sudo".
9463
9464 2009-11-27 Daiki Ueno <ueno@unixuser.org>
9465
9466 * net/socks.el (socks-send-command): Convert binary request to
9467 unibyte before sending. This fixes mishandling of some port
9468 numbers such as 129.
9469
9470 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9471
9472 * help.el (describe-bindings-internal): Remove `interactive'.
9473
9474 * man.el (Man-completion-table): Trim a terminating "(".
9475 Remove the space between name page a section.
9476 Add the command's description on the `help-echo' property.
9477 Remove `process-connection-type' binding since it's unused by
9478 call-process.
9479 Provide completion for the "<section> <name>" format as well.
9480 (Man-default-man-entry): Remove spurious var shadowing the argument.
9481
9482 2009-11-26 Kevin Ryde <user42@zip.com.au>
9483
9484 * log-view.el: Add "Keywords: tools", since its other keywords
9485 aren't in finder-known-keywords, and following vc.el.
9486
9487 * sha1.el (sha1-string-external): default-directory "/" in case
9488 otherwise non-existent. process-connection-type pipe for touch of
9489 efficiency recommended by elisp manual. (An aside in Bug#3911.)
9490
9491 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9492
9493 Misc coding convention cleanups.
9494 * htmlfontify.el (hfy-init-kludge-hook): Rename from
9495 hfy-init-kludge-hooks.
9496 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
9497 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
9498 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
9499 and push.
9500 (hfy-slant, hfy-weight): Use tables rather than code.
9501 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
9502 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
9503 (hfy-face-attr-for-class): Initialize `face-spec' directly.
9504 (hfy-face-to-css): Remove `nconc' with single arg.
9505 (hfy-p-to-face-lennart): Use `or'.
9506 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
9507 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
9508 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
9509 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
9510 (hfy-force-fontification): Use run-hooks.
9511
9512 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
9513
9514 Various minor fixes.
9515 * htmlfontify.el (hfy-default-header): Add toggle_invis since
9516 Javascript belongs in the header, not the body.
9517 (hfy-javascript): Remove.
9518 (hfy-fontify-buffer): Don't insert it any more.
9519 (hfy-face-at): Handle (face0 face1 face2) style face properties.
9520 Fix bug in invis handling when there were no invis props in a chunk.
9521
9522 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9523
9524 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
9525
9526 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
9527
9528 * finder.el (finder-mode-map): Add a menu.
9529
9530 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
9531
9532 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
9533 "unsigned" structs.
9534
9535 (verilog-leap-to-head, verilog-backward-token): Handle "disable
9536 fork" statement better.
9537
9538 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
9539
9540 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
9541 (verilog-delete-auto, verilog-delete-empty-auto-pair)
9542 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
9543 Reported by Clay Douglass.
9544
9545 (verilog-auto-inst, verilog-auto-star-safe)
9546 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
9547 Fix removing "// Interfaces" when saving .* expansions. Reported by
9548 Pierre-David Pfister.
9549
9550 2009-11-26 Glenn Morris <rgm@gnu.org>
9551
9552 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
9553 the scope.
9554
9555 2009-11-25 Johan Bockgård <bojohan@gnu.org>
9556
9557 * vc-annotate.el (vc-annotate-revision-previous-to-line):
9558 Really use previous revision.
9559
9560 2009-11-25 Kevin Ryde <user42@zip.com.au>
9561
9562 * man.el (Man-completion-table): default-directory "/" in case
9563 doesn't otherwise exist. process-environment COLUMNS=999 so as
9564 not to truncate long names. process-connection-type pipe to avoid
9565 any chance of hitting the pseudo-tty TIOCGWINSZ.
9566 (man): completion-ignore-case t for friendliness and since man
9567 itself is case-insensitive on the command line.
9568 Further to Bug#3717.
9569
9570 * arc-mode.el: Add "Keywords: files", so the details in its
9571 commentary can be reached from finder-by-keyword.
9572 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
9573 editing mode, but it's comms related and sgml-mode.el has "comm"
9574 on that basis too.
9575 * textmodes/bibtex-style.el: Add "Keywords: tex".
9576 * international/isearch-x.el, international/ja-dic-cnv.el:
9577 * international/ja-dic-utl.el, international/kkc.el:
9578 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
9579
9580 2009-11-25 Juri Linkov <juri@jurta.org>
9581
9582 * man.el (Man-completion-table): Modify regexp to include
9583 section names to completion strings. (Bug#3717)
9584
9585 2009-11-25 Juri Linkov <juri@jurta.org>
9586
9587 Search recursively in gzipped files. (Bug#4982)
9588
9589 * progmodes/grep.el (grep-highlight-matches): Add new options
9590 `always' and `auto'. Doc fix.
9591 (grep-process-setup): Check `grep-highlight-matches' for
9592 `auto-detect' to determine the need to compute grep defaults.
9593 Move Windows/DOS specific --colors settings handling
9594 to `grep-compute-defaults'. Check `grep-highlight-matches'
9595 to get the value of "--color=".
9596 (grep-compute-defaults): Compute `grep-highlight-matches' when it
9597 has the value `auto-detect'. Move Windows/DOS specific settings
9598 from `grep-process-setup'.
9599 (zrgrep): New command with alias `rzgrep'.
9600
9601 2009-11-25 Juri Linkov <juri@jurta.org>
9602
9603 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
9604 to nil instead of switching off view-mode. (Bug#4896)
9605
9606 2009-11-25 Juri Linkov <juri@jurta.org>
9607
9608 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
9609
9610 * mwheel.el (mwheel-scroll-up-function)
9611 (mwheel-scroll-down-function): New defvars.
9612 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
9613 `scroll-up', and `mwheel-scroll-down-function' instead of
9614 `scroll-down'.
9615
9616 * doc-view.el (doc-view-scroll-up-or-next-page)
9617 (doc-view-scroll-down-or-previous-page): Add optional ARG.
9618 Use this ARG in the call to image-scroll-up/image-scroll-down.
9619 Change `interactive' spec to "P". Goto next/previous page only
9620 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
9621 SPC/DEL case). Doc fix.
9622 (doc-view-next-line-or-next-page)
9623 (doc-view-previous-line-or-previous-page): Rename arg to ARG
9624 for consistency.
9625 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
9626 `doc-view-scroll-up-or-next-page', and buffer-local
9627 `mwheel-scroll-down-function' to
9628 `doc-view-scroll-down-or-previous-page'.
9629
9630 2009-11-25 Juri Linkov <juri@jurta.org>
9631
9632 Provide additional default values (directories at other Dired
9633 windows) via M-n in the minibuffer of some Dired commands.
9634
9635 * dired-aux.el (dired-diff, dired-compare-directories)
9636 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
9637 `minibuffer-default' in `minibuffer-with-setup-hook'.
9638 (dired-dwim-target-directory): Find a window that displays Dired
9639 buffer instead of failing when the next window is not Dired.
9640 Use `get-window-with-predicate' to find for the next Dired window.
9641 (dired-dwim-target-defaults): New function.
9642
9643 * ediff-util.el (ediff-read-file-name):
9644 Use `dired-dwim-target-defaults' to set `minibuffer-default'
9645 in `minibuffer-with-setup-hook'.
9646
9647 2009-11-25 Juri Linkov <juri@jurta.org>
9648
9649 Provide additional default values (file name at point or at the
9650 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
9651
9652 * minibuffer.el (read-file-name-defaults): New function.
9653 (read-file-name): Reset `minibuffer-default' to nil when
9654 it duplicates initial input `insdef'.
9655 Bind `minibuffer-default-add-function' to lambda that
9656 calls `read-file-name-defaults' in `minibuffer-selected-window'.
9657 (minibuffer-insert-file-name-at-point): New command.
9658
9659 * files.el (file-name-at-point-functions): New defcustom.
9660 (find-file-default): Remove defvar.
9661 (find-file-read-args): Don't use `find-file-default'.
9662 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9663 to `read-file-name'.
9664 (find-file-literally): Use `read-file-name' with
9665 `confirm-nonexistent-file-or-buffer'.
9666
9667 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
9668
9669 * dired.el (dired-read-dir-and-switches):
9670 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9671 to `read-file-name'.
9672 (dired-file-name-at-point): New function.
9673 (dired-mode): Add hook `dired-file-name-at-point' to
9674 `file-name-at-point-functions'.
9675
9676 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9677
9678 Really make the *Completions* window soft-dedicated (bug#5030).
9679 * window.el (window--display-buffer-2): Add `dedicated' argument.
9680 (display-buffer): Pass it when needed so the dedicated flag is set
9681 after calling set-window-buffer, which would otherwise reset it.
9682
9683 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9684
9685 * progmodes/meta-mode.el (meta-complete-symbol):
9686 * progmodes/etags.el (complete-tag):
9687 * mail/mailabbrev.el (mail-abbrev-complete-alias):
9688 Use completion-in-region.
9689
9690 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
9691 (dabbrev-completion): Use completion-in-region.
9692 (dabbrev--abbrev-at-point): Simplify regexp.
9693
9694 * abbrev.el (abbrev--before-point): Use word-motion functions
9695 if :regexp is not specified (bug#5031).
9696
9697 * subr.el (string-prefix-p): New function.
9698
9699 * man.el (Man-completion-cache): New var.
9700 (Man-completion-table): Use it.
9701
9702 * vc.el (vc-print-log-internal): Make `limit' optional for better
9703 compatibility (e.g. with vc-annotate.el).
9704
9705 2009-11-24 Kevin Ryde <user42@zip.com.au>
9706
9707 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
9708 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
9709
9710 * emacs-lisp/elint.el (elint-add-required-env): Better error message
9711 when .el source file not found or other error.
9712
9713 2009-11-24 Markus Triska <markus.triska@gmx.at>
9714
9715 * linum.el (linum-update-window): Ignore intangible (bug#4996).
9716
9717 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9718
9719 Handle the [back] button properly (bug#4979).
9720 * descr-text.el (describe-text-properties): Add a `buffer' argument.
9721 Use help-setup-xref, help-buffer, and with-help-window.
9722 (describe-char): Add `buffer' argument.
9723 Pass proper command to help-setup-xref. Don't meddle with
9724 help-xref-stack-item directly.
9725 (describe-text-category): Use with-help-window and help-buffer.
9726
9727 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
9728 for the displayed buffer (bug#4887).
9729
9730 * man.el (Man-completion-table): New function.
9731 (man): Use it.
9732
9733 2009-11-24 David Reitter <david.reitter@gmail.com>
9734
9735 * vc-git.el (vc-git-registered): Use checkout directory (where
9736 .git is) rather than the file's directory and a relative path spec
9737 to work around a bug in git.
9738
9739 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
9740
9741 Improve handling of processes on remote hosts.
9742
9743 * eshell/esh-util.el (eshell-path-env): New defvar.
9744 (eshell-parse-colon-path): New defun.
9745 (eshell-file-attributes): Use `eshell-parse-colon-path'.
9746
9747 * eshell/esh-ext.el (eshell-search-path):
9748 Use `eshell-parse-colon-path'.
9749 (eshell-remote-command): Remove argument HANDLER.
9750 (eshell-external-command): Check for FTP remote connection.
9751
9752 * eshell/esh-proc.el (eshell-gather-process-output):
9753 Use `file-truename', in order to start also symlinked files.
9754 Apply `start-file-process' instead of `start-process'.
9755 Shorten `command' to the local file name part.
9756
9757 * eshell/em-cmpl.el (eshell-complete-commands-list):
9758 Use `eshell-parse-colon-path'.
9759
9760 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
9761
9762 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
9763 to `eshell-directory-change-hook'.
9764
9765 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
9766
9767 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
9768 because it could be enabled automatically if view-read-only is non-nil.
9769
9770 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
9771
9772 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
9773 made on 2009-11-22.
9774
9775 2009-11-24 Glenn Morris <rgm@gnu.org>
9776
9777 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
9778 deleted variable bookmark-bmenu-bookmark-column.
9779
9780 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9781
9782 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
9783
9784 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
9785
9786 * net/browse-url.el (browse-url-filename-alist): On Windows, add
9787 two slashes to the "file:" prefix.
9788 (browse-url-file-url): De-munge Cygwin filenames before passing
9789 them to Windows browser.
9790 (browse-url-default-windows-browser): Use call-process.
9791
9792 2009-11-23 Juri Linkov <juri@jurta.org>
9793
9794 Implement DocView Continuous mode. (Bug#4896)
9795 * doc-view.el (doc-view-continuous-mode): New defcustom.
9796 (doc-view-mode-map): Bind C-n/<down> to
9797 `doc-view-next-line-or-next-page', C-p/<up> to
9798 `doc-view-previous-line-or-previous-page'.
9799 (doc-view-next-line-or-next-page)
9800 (doc-view-previous-line-or-previous-page): New commands.
9801
9802 2009-11-23 Juri Linkov <juri@jurta.org>
9803
9804 Implement Isearch in comint input history. (Bug#3746)
9805 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
9806 `isearch-mode-hook'.
9807 (comint-history-isearch): New defcustom.
9808 (comint-history-isearch-backward)
9809 (comint-history-isearch-backward-regexp): New commands.
9810 (comint-history-isearch-message-overlay): New buffer-local variable.
9811 (comint-history-isearch-setup, comint-history-isearch-end)
9812 (comint-goto-input, comint-history-isearch-search)
9813 (comint-history-isearch-message, comint-history-isearch-wrap)
9814 (comint-history-isearch-push-state)
9815 (comint-history-isearch-pop-state): New functions.
9816
9817 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
9818
9819 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
9820 return.
9821 (tramp-handle-make-symbolic-link)
9822 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
9823 Quote file names.
9824 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
9825 (tramp-handle-process-file): Use it.
9826
9827 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9828
9829 * window.el (move-to-window-line-last-op): Remove.
9830 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
9831
9832 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
9833
9834 Make M-r mirror the new cycling behavior of C-l.
9835 * window.el (move-to-window-line-last-op): New var.
9836 (move-to-window-line-top-bottom): New command.
9837 (global-map): Bind M-r move-to-window-line-top-bottom.
9838
9839 2009-11-23 Sven Joachim <svenjoac@gmx.de>
9840
9841 * dired-x.el (dired-guess-shell-alist-default):
9842 Support xz format. (Bug#4953)
9843
9844 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
9845
9846 * emulation/viper-cmd.el: Use viper-last-command-char instead of
9847 last-command-char/last-command-event.
9848 (viper-prefix-arg-value): Do correct conversion of event-char for
9849 XEmacs.
9850
9851 * emulation/viper-util.el, emulation/viper.el:
9852 Use viper-last-command-char instead of
9853 last-command-char/last-command-event.
9854
9855 * ediff-init.el, ediff-mult.el, ediff-util.el:
9856 Replace last-command-char and last-command-event
9857 with (ediff-last-command-char) everywhere.
9858
9859 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
9860 created in fundamental mode.
9861
9862 * ediff.el (ediff-version): Revert the change of interactive-p to
9863 called-interactively-p.
9864
9865 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
9866
9867 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
9868 generation from word-movement command names.
9869
9870 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
9871
9872 * cus-start.el (all): Add native condition for font-use-system-font.
9873
9874 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
9875
9876 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9877 Correct the patch from 2009-11-18. (Bug#3910)
9878
9879 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
9880
9881 * progmodes/subword.el: Rename from lisp/subword.el.
9882
9883 * subword.el: Rename to progmodes/subword.el.
9884
9885 * Makefile.in (ELCFILES): Adapt to subword.el move.
9886
9887 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9888 Stefan Monnier <monnier@iro.umontreal.ca>
9889
9890 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
9891 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
9892 (bookmark-bmenu-show-filenames): Use push.
9893 (bookmark-bmenu-hide-filenames): Use local var instead of
9894 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
9895 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
9896 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
9897 filenames now that the bookmark names are always available.
9898
9899 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9900
9901 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
9902 (bookmark-search-pattern): Move and leave unbound.
9903 (bookmark-bmenu-mode-map): Change binding.
9904 (bookmark-read-search-input): Simplify.
9905 Don't use text-char-description. Don't error on non-char events.
9906 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
9907 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
9908 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
9909 Use a local var for the timer.
9910 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
9911 (i.e. bookmark-bmenu-search).
9912
9913 2009-11-21 Glenn Morris <rgm@gnu.org>
9914
9915 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
9916
9917 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
9918
9919 * net/browse-url.el (browse-url-default-windows-browser):
9920 Use cygstart for cygwin.
9921
9922 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
9923
9924 * bookmark.el: Formatting and doc fixes only:
9925 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
9926 (bookmark-bmenu-search): Wrap to fit within 80 columns.
9927 Minor grammar and punctuation fixes in doc string.
9928 (bookmark-read-search-input): Adjust to fit within 80 columns.
9929
9930 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
9931
9932 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
9933 (c-backward-into-nomenclature): Adapt to subword renaming.
9934
9935 * subword.el (subword-forward, subword-backward, subword-mark)
9936 (subword-kill, subword-backward-kill, subword-transpose)
9937 (subword-downcase, subword-upcase, subword-capitalize)
9938 (subword-forward-internal, subword-backward-internal):
9939 Rename from forward-subword, backward-subword, mark-subword,
9940 kill-subword, backward-kill-subword, transpose-subwords,
9941 downcase-subword, upcase-subword, capitalize-subword,
9942 forward-subword-internal, backward-subword-internal.
9943
9944 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9945
9946 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
9947 New options.
9948 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
9949 New vars.
9950 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
9951 (bookmark-bmenu-filter-alist-by-regexp)
9952 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
9953 (bookmark-bmenu-search): New command.
9954 (bookmark-bmenu-mode-map): Bind it.
9955
9956 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
9957
9958 * progmodes/cc-cmds.el: declare-functioned forward-subword and
9959 backward-subword to quit the byte-compiler.
9960
9961 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
9962
9963 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
9964
9965 * progmodes/cc-cmds.el (c-update-modeline)
9966 (c-forward-into-nomenclature, c-backward-into-nomenclature):
9967 Refer to subword.el functions instead of cc-subword.el.
9968
9969 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
9970 subword.el functions instead of cc-subword.el.
9971
9972 * progmodes/cc-subword.el: Rename to subword.el.
9973 * subword.el: Rename from progmodes/cc-subword.el.
9974 (subword-mode-map): Rename from c-subword-mode-map.
9975 (subword-mode): Rename from c-subword-mode.
9976 (global-subword-mode): New global minor mode.
9977 (forward-subword): Rename from c-forward-subword.
9978 (backward-subword): Rename from c-backward-subword.
9979 (mark-subword): Rename from c-mark-subword.
9980 (kill-subword): Rename from c-kill-subword.
9981 (backward-kill-subword): Rename from c-backward-kill-subword.
9982 (transpose-subwords): Rename from c-tranpose-subword.
9983 (downcase-subword): Rename from c-downcase-subword.
9984 (capitalize-subword): Rename from c-capitalize-subword.
9985 (forward-subword-internal): Rename from c-forward-subword-internal.
9986 (backward-subword-internal): Rename from c-backward-subword-internal.
9987
9988 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
9989
9990 * vc.el (vc-deduce-fileset): Allow non-state changing operations
9991 from a dired buffer.
9992 (vc-dired-deduce-fileset): New function.
9993 (vc-root-diff, vc-print-root-log): Use it.
9994
9995 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
9996 nil LIMIT argument to vc-print-log-internal.
9997
9998 2009-11-20 Glenn Morris <rgm@gnu.org>
9999
10000 * Makefile.in (ELCFILES): Regenerate.
10001
10002 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
10003
10004 * calc/calc.el (calc-set-mode-line):
10005 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10006 (math-format-number): Rename `math-format-complement-signed' to
10007 `math-format-twos-complement'.
10008
10009 * calc/calc-bin.el (math-format-twos-complement): Rename from
10010 math-format-complement-signed.
10011 (calc-radix): Rename `calc-complement-signed-mode' to
10012 `calc-twos-complement-mode'.
10013 (calc-octal-radix, calc-hex-radix): Add an argument for
10014 two's complement.
10015
10016 * calc/calc-embed.el (calc-embedded-mode-vars):
10017 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10018
10019 * calc/calc-ext.el (calc-init-extensions):
10020 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10021 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
10022
10023 * calc/calc-units.el (math-build-units-table-buffer):
10024 Let `calc-twos-complement-mode' be nil.
10025
10026 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
10027 entries.
10028
10029 * calc/calc-vec.el (calcFunc-vunpack):
10030 * calc/calc-aent.el (calc-do-calc-eval):
10031 * calc/calc-forms.el (math-format-date):
10032 * calc/calc-graph.el (calc-graph-plot):
10033 * calc/calc-math.el (math-use-emacs-fn):
10034 * calc/calccomp.el (math-compose-expr):
10035 Let `calc-twos-complement-mode' be nil.
10036
10037 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10038
10039 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
10040 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
10041 * minibuffer.el (completion-in-region-functions): New hook.
10042 (completion-in-region): New function.
10043 * emacs-lisp/lisp.el (lisp-complete-symbol):
10044 * pcomplete.el (pcomplete-std-complete): Use it.
10045
10046 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10047
10048 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
10049 (latex-complete-alist): New vars.
10050 (latex-string-prefix-p, latex-complete-bibtex-keys)
10051 (latex-complete-envnames, latex-complete-refkeys)
10052 (latex-complete-data): New functions.
10053 (latex-complete, latex-indent-or-complete): New commands.
10054
10055 * window.el (display-buffer-mark-dedicated): New var.
10056 (display-buffer): Obey it.
10057 * minibuffer.el (minibuffer-completion-help): Use it.
10058
10059 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
10060
10061 * filecache.el (file-cache-add-file): Use push and cons.
10062 (file-cache-delete-file-regexp): Use push.
10063 (file-cache-complete): Use completion-in-region.
10064
10065 * simple.el (with-wrapper-hook): Fix thinko.
10066
10067 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
10068 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
10069 Use with-current-buffer and string-to-number.
10070 (hfy-fallback-colour-values): Use assoc-string.
10071 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
10072 (hfy-face-at): Remove unused var `found-face'.
10073 (hfy-compile-stylesheet): Remove unused var `css'.
10074 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
10075 and `orig-buffer'.
10076 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
10077 Use with-current-buffer.
10078 (hfy-text-p): Use expand-file-name and fewer setq.
10079
10080 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
10081
10082 * htmlfontify.el, hfy-cmap.el: New files.
10083
10084 2009-11-19 Juri Linkov <juri@jurta.org>
10085
10086 * minibuffer.el (completions-format): New defcustom.
10087 (completion--insert-strings): Implement vertical format.
10088
10089 * simple.el (switch-to-completions): Move point to the first
10090 completion when point was at the beginning of the buffer.
10091
10092 2009-11-19 Juri Linkov <juri@jurta.org>
10093
10094 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
10095
10096 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
10097
10098 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
10099
10100 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
10101 (mail-signature): Change default to t.
10102 (mail-from-style): Deprecate `system-default' value.
10103 (mail-insert-from-field): For default value of mail-from-style,
10104 default to `angles' unless `angles' needs quoting and `parens'
10105 does not.
10106 (mail-citation-prefix-regexp): Use citation regexp from
10107 message-mode.
10108
10109 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
10110
10111 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10112 Set variables for computing the prompt for reading password.
10113
10114 2009-11-19 Glenn Morris <rgm@gnu.org>
10115
10116 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
10117
10118 * textmodes/flyspell.el (sgml-lexical-context): Declare.
10119
10120 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
10121 (newsticker-treeview-listwindow-height): Fix custom type.
10122
10123 2009-11-19 Kenichi Handa <handa@m17n.org>
10124
10125 * descr-text.el (describe-char-padded-string): Compose with TAB
10126 only if there's a font for CH.
10127 (describe-char): Fix the condition for detecting a trivial composition.
10128
10129 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
10130
10131 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
10132 more accurate version of the regexp. (Bug#3910)
10133
10134 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
10135
10136 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
10137
10138 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
10139
10140 * font-setting.el (font-use-system-font): Declare for byte-compiler.
10141 (font-setting-change-default-font): Fix typo in docstring.
10142
10143 2009-11-18 Alan Mackenzie <acm@muc.de>
10144
10145 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
10146
10147 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10148
10149 * font-setting.el (font-use-system-font): Move ...
10150
10151 * cus-start.el (all): ... to here.
10152
10153 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
10154
10155 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
10156 Don't set `ad-return-value' if `ad-do-it' doesn't.
10157
10158 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
10159 modification time.
10160
10161 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10162
10163 * menu-bar.el: Put "Use system font" in Option-menu.
10164 (menu-bar-options-save): Add font-use-system-font.
10165
10166 * loadup.el: If feature system-font-setting or font-render-setting is
10167 there, load font-setting.
10168
10169 * Makefile.in (ELCFILES): Add font-settings.el.
10170 * font-setting.el: New file.
10171
10172 2009-11-17 Glenn Morris <rgm@gnu.org>
10173
10174 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
10175
10176 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
10177 Preserve point in the list buffer. (Bug#4939)
10178 Use point-at-eol.
10179 (newsticker--treeview-list-update-highlight)
10180 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
10181
10182 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10183
10184 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
10185 Remove.
10186
10187 * calc/calc-ext.el (calc-init-extensions): Remove references to
10188 symclip.
10189
10190 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
10191
10192 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
10193 * calc/calc-help.el (calc-b-prefix-help): Remove references to
10194 `calc-symclip'.
10195
10196 2009-11-16 Kevin Ryde <user42@zip.com.au>
10197
10198 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10199 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
10200
10201 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
10202 (lm-keywords-list): Allow comma-only separator like "foo,bar".
10203 Ignore trailing spaces by omit-nulls to split-string (fixing
10204 regression from Emacs 21 due to the incompatible split-string
10205 change). (Bug #4928.)
10206
10207 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
10208
10209 * vc.el (vc-log-show-limit): Default to 2000.
10210 (vc-print-log-internal): Insert buttons to request more entries
10211 when limiting the output.
10212
10213 * vc-sccs.el (vc-sccs-print-log):
10214 * vc-rcs.el (vc-rcs-print-log):
10215 * vc-cvs.el (vc-cvs-print-log):
10216 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
10217 LIMIT is non-nil.
10218
10219 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
10220
10221 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
10222 error when `tramp-gvfs-dbus-event-vector' is set.
10223 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
10224
10225 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10226
10227 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
10228
10229 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
10230
10231 * net/dbus.el (dbus-unregister-service): New defun.
10232 (dbus-register-property): Register the handlers of
10233 "org.freedesktop.DBus.Properties" for SERVICE.
10234 (dbus-property-handler): Fix docstring.
10235
10236 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10237
10238 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
10239 Quote doc string reference in defvaralias as it is not in special form.
10240 (byte-compile-output-docform): Doc fix.
10241
10242 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10243
10244 * calc/calc.el (math-2-word-size, math-half-2-word-size)
10245 (calc-complement-signed-mode): New variables.
10246 (calc-set-mode-line): Add indicator for twos-complements.
10247 (math-format-number): Format twos-complement notation.
10248
10249 * calc/calc-bin.el (calc-word-size): Reset the variables
10250 `math-2-word-size' and `math-half-2-word-size'.
10251 (math-format-complement-signed, math-symclip, calcFunc-symclip)
10252 (calc-symclip): New functions.
10253
10254 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
10255
10256 * calc/calc-embed.el (calc-embedded-mode-vars):
10257 Add `calc-complement-signed-mode' to the list of modes.
10258
10259 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
10260 (calc-b-oper-keys): Add `calc-symclip' to list.
10261
10262 * calc/calc-ext.el (math-read-number-fancy): Read complement
10263 signed numbers.
10264 (calc-init-extensions): Add binding for `calc-symclip'.
10265 Add autoload for `calcFunc-symclip' and `calc-symclip'.
10266
10267 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
10268 `calc-symclip'.
10269 (calc-modes-menu): Add item for twos complement mode.
10270
10271 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
10272
10273 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
10274
10275 * register.el (jump-to-register, insert-register): Handle Semantic
10276 tags. From commented-out advice in semantic/senator.el.
10277
10278 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10279
10280 * vc.el (vc-log-show-limit): New variable.
10281 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
10282 when using a prefix argument.
10283 (vc-print-log-internal): Add new argument LIMIT.
10284
10285 * vc-svn.el (vc-svn-print-log):
10286 * vc-mtn.el (vc-mtn-print-log):
10287 * vc-hg.el (vc-hg-print-log):
10288 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
10289 pass it to the log command when set. Make the BUFFER argument
10290 non-optional.
10291
10292 * vc-sccs.el (vc-sccs-print-log):
10293 * vc-rcs.el (vc-rcs-print-log):
10294 * vc-git.el (vc-git-print-log):
10295 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
10296 ignore it. Make the BUFFER argument non-optional
10297
10298 * bindings.el (mode-line-buffer-identification): Do not purecopy.
10299
10300 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
10301
10302 * dired.el (dired-mode-map): Move encryption items to "Operate"
10303 menu (Bug#4703).
10304
10305 * strokes.el (strokes-update-window-configuration): Make strokes
10306 buffer current before erasing (Bug#4906).
10307
10308 2009-11-15 Juri Linkov <juri@jurta.org>
10309
10310 * simple.el (set-mark-default-inactive): Add :type, :group
10311 and :version. (Bug#4876)
10312
10313 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
10314
10315 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
10316 (archive-unique-fname): ... here. (Bug#4929)
10317
10318 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10319
10320 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
10321 with a real fix.
10322
10323 * novice.el (disabled-command-function): Add useful args.
10324 Setup the help buffer so that [back] works.
10325 Remove redundant call to help-mode.
10326 (disabled-command-function): Use `case'.
10327 (en/disable-command): New function extracted from enable-command.
10328 (enable-command, disable-command): Use it.
10329
10330 2009-11-14 Glenn Morris <rgm@gnu.org>
10331
10332 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
10333 constants. (Bug#4913)
10334
10335 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
10336
10337 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
10338
10339 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
10340 defined in C that have no doc-strings. (Bug#1063)
10341
10342 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
10343
10344 * cus-edit.el (data, files):
10345 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
10346
10347 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
10348
10349 * simple.el (shell-command): Doc fix (Bug#4891).
10350
10351 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
10352
10353 2009-11-14 Glenn Morris <rgm@gnu.org>
10354
10355 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
10356 statements for vc-diff, emerge-quit, and rmail-cease-edit.
10357 If they are already loaded, eval-after-load will do the right thing.
10358
10359 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
10360 compiling.
10361
10362 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
10363
10364 * simple.el (x-selection-owner-p): Declare.
10365 (read-mail-command): Use custom radio type rather than choice.
10366 (completion-no-auto-exit): Doc fix.
10367
10368 * custom.el (defgroup):
10369 * epg-config.el (epg): Doc fixes.
10370
10371 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10372
10373 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10374 * international/ccl.el (define-ccl-program): Do not purecopy the
10375 docstring, defconst does it anyway.
10376
10377 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10378
10379 * add-log.el (add-change-log-entry): Avoid displaying the changelog
10380 a second time.
10381
10382 * x-dnd.el (x-dnd-maybe-call-test-function):
10383 * window.el (split-window-vertically):
10384 * whitespace.el (whitespace-help-on):
10385 * vc-rcs.el (vc-rcs-consult-headers):
10386 * userlock.el (ask-user-about-lock-help)
10387 (ask-user-about-supersession-help):
10388 * type-break.el (type-break-force-mode-line-update):
10389 * time-stamp.el (time-stamp-conv-warn):
10390 * terminal.el (te-set-output-log, te-more-break, te-filter)
10391 (te-sentinel, terminal-emulator):
10392 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10393 (term-write-input-ring, term-check-source, term-start-output-log):
10394 (term-display-buffer-line, term-dynamic-list-completions):
10395 (term-ansi-make-term, serial-term):
10396 * subr.el (selective-display):
10397 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10398 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
10399 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
10400 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
10401 (speedbar-remove-localized-speedbar-support)
10402 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
10403 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
10404 (speedbar-buffers-line-directory):
10405 * simple.el (shell-command-on-region, append-to-buffer)
10406 (prepend-to-buffer):
10407 * shadowfile.el (shadow-save-todo-file):
10408 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
10409 (scroll-bar-maybe-set-window-start):
10410 * sb-image.el (speedbar-image-dump):
10411 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
10412 (load-save-place-alist-from-file):
10413 * ps-samp.el (ps-print-message-from-summary):
10414 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
10415 (ps-background-image, ps-begin-job, ps-do-despool):
10416 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
10417 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
10418 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
10419 (pr-call-process, pr-file-list, pr-interface-save):
10420 * novice.el (disabled-command-function)
10421 (enable-command, disable-command):
10422 * mouse.el (mouse-buffer-menu-alist):
10423 * mouse-copy.el (mouse-kill-preserving-secondary):
10424 * macros.el (kbd-macro-query):
10425 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
10426 * informat.el (batch-info-validate):
10427 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
10428 * hippie-exp.el (try-expand-dabbrev-visible):
10429 * help-mode.el (help-make-xrefs):
10430 * help-fns.el (describe-variable):
10431 * generic-x.el (bat-generic-mode-run-as-comint):
10432 * finder.el (finder-mouse-select):
10433 * find-dired.el (find-dired-sentinel):
10434 * filesets.el (filesets-file-close):
10435 * files.el (list-directory):
10436 * faces.el (list-faces-display, describe-face):
10437 * facemenu.el (list-colors-display):
10438 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
10439 * epg.el (epg--process-filter, epg-cancel):
10440 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
10441 (epa--read-signature-type):
10442 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
10443 (emerge-file-names):
10444 * ehelp.el (electric-helpify):
10445 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
10446 * ediff-vers.el (rcs-ediff-view-revision):
10447 * ediff-util.el (ediff-setup):
10448 * ediff-mult.el (ediff-append-custom-diff):
10449 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
10450 (ediff-wordify):
10451 * echistory.el (Electric-command-history-redo-expression):
10452 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10453 * disp-table.el (describe-display-table):
10454 * dired.el (dired-find-buffer-nocreate):
10455 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
10456 * dabbrev.el (dabbrev--same-major-mode-p):
10457 * chistory.el (list-command-history):
10458 * apropos.el (apropos-documentation):
10459 * allout.el (allout-obtain-passphrase):
10460 (allout-copy-exposed-to-buffer):
10461 (allout-verify-passphrase): Use with-current-buffer.
10462
10463 2009-11-13 Glenn Morris <rgm@gnu.org>
10464
10465 * Makefile.in (ELCFILES): Regenerate.
10466
10467 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
10468
10469 * net/dbus.el (dbus-registered-objects-table): Rename from
10470 `dbus-registered-functions-table', because it contains also properties.
10471 (dbus-unregister-object): Unregister also properties.
10472 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10473 Use a timeout of 500 msec, in order to not block.
10474 (dbus-register-property, dbus-property-handler): New defuns.
10475
10476 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10477
10478 * simple.el (minibuffer-default-add-completions): Drop deprecated
10479 4th arg.
10480
10481 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
10482
10483 * textmodes/artist.el (artist-mouse-choose-operation):
10484 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
10485 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
10486 (artist-compute-up-event-key): New function.
10487 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
10488
10489 2009-11-13 Kenichi Handa <handa@m17n.org>
10490
10491 * language/japan-util.el: Make sure that the value of jisx0208
10492 property is jisx0208 character.
10493
10494 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
10495
10496 * international/mule.el (auto-coding-regexp-alist): Only purecopy
10497 car or each item, not the whole list.
10498
10499 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
10500
10501 * minibuffer.el (minibuffer-completion-help):
10502 Use minibuffer-hide-completions.
10503
10504 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
10505
10506 * dired.el (dired-save-positions, dired-restore-positions): New funs.
10507 (dired-revert): Use them (bug#4880).
10508
10509 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10510
10511 * tooltip.el (tooltip-frame-parameters): Undo previous change.
10512
10513 2009-11-12 Juri Linkov <juri@jurta.org>
10514
10515 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
10516 New functions.
10517 (find-file-literally-at-point): Alias of `ffap-literally'.
10518
10519 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10520
10521 * textmodes/ispell.el (ispell-skip-region-alist):
10522 * textmodes/css-mode.el (auto-mode-alist):
10523 * progmodes/compile.el (auto-mode-alist):
10524 * international/mule.el (ctext-non-standard-encodings-alist)
10525 (ctext-non-standard-encodings-regexp):
10526 * simple.el (shell-command-switch, text-read-only):
10527 * replace.el (occur-mode-map):
10528 * paths.el (rmail-file-name):
10529 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
10530 * find-file.el (ff-special-constructs):
10531 * files.el (file-name-handler-alist):
10532 * composite.el: Purecopy strings.
10533
10534 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
10535
10536 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10537
10538 * widget.el (define-widget): Purecopy the docstring.
10539 * international/mule-cmds.el (charset): Do not purecopy the
10540 docstring here, define-widget does it.
10541
10542 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10543 * textmodes/bibtex-style.el (auto-mode-alist):
10544 * progmodes/inf-lisp.el (inferior-lisp-prompt):
10545 * progmodes/compile.el (compile-command):
10546 * language/korea-util.el (default-korean-keyboard):
10547 * international/mule-conf.el (file-coding-system-alist):
10548 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
10549 * tooltip.el (tooltip-frame-parameters):
10550 * newcomment.el (comment-end, comment-padding):
10551 * dired.el (dired-trivial-filenames):
10552 * comint.el (comint-file-name-prefix): Purecopy initial values.
10553
10554 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
10555
10556 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
10557 (tramp-advice-minibuffer-electric-tilde): Unload advices via
10558 `tramp-unload'.
10559 (tramp-advice-make-auto-save-file-name)
10560 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
10561 after removing the advice.
10562
10563 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10564
10565 * progmodes/grep.el (grep-regexp-alist):
10566 * international/mule-cmds.el (iso-2022-control-alist):
10567 * emacs-lisp/timer.el (timer-duration-words):
10568 * subr.el (version-separator, version-regexp-alist):
10569 * minibuffer.el (completion-styles-alist):
10570 * faces.el (face-attribute-name-alist, list-faces-sample-text):
10571 Change defvars to defconsts.
10572
10573 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
10574 * loadup.el ("international/mule-conf"): Load the byte compiled version.
10575 * international/mule-conf.el: Allow to be byte compiled.
10576
10577 * international/mule.el (define-charset): Purecopy props.
10578 (load-with-code-conversion): Purecopy doc string and file name.
10579 (put-charset-property): Purecopy strings.
10580 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
10581
10582 * international/mule-cmds.el (register-input-method): Purecopy arguments.
10583 (define-char-code-property): Correctly purecopy the table.
10584
10585 * international/ccl.el (define-ccl-program): Purecopy the docstring.
10586
10587 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
10588
10589 * subr.el (add-hook): Purecopy strings.
10590 (eval-after-load): Purecopy load-history-regexp and the form.
10591
10592 * custom.el (custom-declare-group): Purecopy load-file-name.
10593
10594 * subr.el (menu-bar-separator): New defconst.
10595 * net/eudc.el (eudc-tools-menu):
10596 * international/mule-cmds.el (set-coding-system-map)
10597 (mule-menu-keymap):
10598 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10599 * vc-hooks.el (vc-menu-map):
10600 * replace.el (occur-mode-map):
10601 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
10602 (menu-bar-edit-menu, menu-bar-goto-menu)
10603 (menu-bar-custom-menu, menu-bar-showhide-menu)
10604 (menu-bar-options-menu, menu-bar-tools-menu)
10605 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
10606 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
10607 (menu-bar-help-menu):
10608 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
10609 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
10610
10611 * term/x-win.el (x-gtk-stock-map):
10612 * progmodes/vera-mode.el (auto-mode-alist):
10613 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
10614 (inferior-lisp-program, inferior-lisp-load-command):
10615 * progmodes/hideshow.el (hs-special-modes-alist):
10616 * progmodes/gud.el (same-window-regexps):
10617 * progmodes/grep.el (grep-program, find-program, xargs-program):
10618 * net/telnet.el (same-window-regexps):
10619 * net/rlogin.el (same-window-regexps):
10620 * language/ethiopic.el (font-ccl-encoder-alist):
10621 * vc-sccs.el (vc-sccs-master-templates):
10622 * vc-rcs.el (vc-rcs-master-templates):
10623 * subr.el (cl-assertion-failed):
10624 * simple.el (next-error-overlay-arrow-position):
10625 * lpr.el (lpr-command):
10626 * locate.el (locate-ls-subdir-switches):
10627 * info.el (same-window-regexps, info)
10628 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10629 * image-mode.el (image-mode, auto-mode-alist):
10630 * hippie-exp.el (hippie-expand-ignore-buffers):
10631 * format.el (format-alist):
10632 * find-dired.el (find-ls-subdir-switches, find-grep-options)
10633 (find-name-arg):
10634 * facemenu.el (facemenu-keybindings):
10635 * dired.el (dired-listing-switches, dired-chown-program):
10636 * diff.el (diff-switches, diff-command):
10637 * cus-edit.el (same-window-regexps):
10638 * bindings.el (mode-line-mule-info)
10639 (mode-line-buffer-identification): Purecopy strings.
10640
10641 2009-11-11 Juri Linkov <juri@jurta.org>
10642
10643 * simple.el (dired-get-filename) <declare-function>:
10644 Tell the byte-compiler about dired-get-filename.
10645 (shell-command): In Dired mode, get filename from the current line
10646 as the default value.
10647
10648 2009-11-10 Glenn Morris <rgm@gnu.org>
10649
10650 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
10651 * calendar/holidays.el, progmodes/cperl-mode.el:
10652 Update x-popup-menu declarations.
10653
10654 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
10655 (list-load-path-shadows): Use dolist.
10656 (list-load-path-shadows): Use with-current-buffer.
10657
10658 2009-11-10 Juri Linkov <juri@jurta.org>
10659
10660 * minibuffer.el (read-file-name): Support a list of default values
10661 in `default-filename'. Use the first file name where only one
10662 element is required. Doc fix.
10663
10664 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
10665
10666 * net/dbus.el (dbus-unregister-object): Release service, if no
10667 other method is registered for it.
10668
10669 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
10670
10671 * bookmark.el (bookmark-completing-read): Sort bookmark names if
10672 bookmark-sort-flag is non-nil (Bug#4653).
10673
10674 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
10675
10676 * emulation/cua-base.el: Add CUA property to some CC mode commands
10677 (Bug#4100).
10678
10679 2009-11-08 Kevin Ryde <user42@zip.com.au>
10680
10681 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
10682 at end of sentence (Bug#4818).
10683
10684 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
10685
10686 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10687 Handle "see declaration of" MSFT statements (Bug#4100).
10688
10689 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
10690
10691 * net/tramp.el (tramp-advice-make-auto-save-file-name)
10692 (tramp-advice-file-expand-wildcards): Unload via
10693 `ad-remove-advice'.
10694
10695 * net/trampver.el: Update release number.
10696
10697 2009-11-08 Kevin Ryde <user42@zip.com.au>
10698
10699 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
10700 `ad-do-it'.
10701
10702 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
10703
10704 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
10705 in order to keep context in SELinux.
10706
10707 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
10708
10709 * dired-aux.el (dired-query): Place cursor in echo area and allow
10710 C-g.
10711
10712 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
10713 menu item if not on a directory (Bug#4701).
10714
10715 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
10716
10717 Sync with Tramp 2.1.17.
10718
10719 * net/tramp.el (tramp-handle-copy-directory): Don't use
10720 `file-remote-p' (due to compatibility).
10721
10722 * net/tramp-compat.el (tramp-compat-copy-directory)
10723 (tramp-compat-delete-directory): New defuns.
10724
10725 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10726 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
10727 `tramp-compat-delete-directory'.
10728
10729 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10730 (tramp-smb-handle-delete-directory): Use
10731 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
10732
10733 * net/trampver.el: Update release number.
10734
10735 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
10736
10737 * tar-mode.el (tar-copy): Call write-region on the right buffer
10738 (Bug#4857).
10739
10740 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
10741 by hand, if necessary (Bug#4878).
10742
10743 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
10744
10745 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
10746 align size column (Bug#4839).
10747
10748 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
10749 statement.
10750
10751 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
10752
10753 * progmodes/ld-script.el (auto-mode-alist):
10754 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
10755
10756 * cus-face.el (custom-declare-face): Purecopy face spec.
10757
10758 2009-11-06 Kenichi Handa <handa@m17n.org>
10759
10760 * international/uni-bidi.el: Re-generated.
10761 * international/uni-category.el: Re-generated.
10762 * international/uni-combining.el: Re-generated.
10763 * international/uni-mirrored.el: Re-generated.
10764
10765 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
10766
10767 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
10768 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
10769 (tex-start-options, slitex-run-command, latex-run-command)
10770 (tex-run-command, tex-directory):
10771 * textmodes/ispell.el (ispell-html-skip-alists)
10772 (ispell-tex-skip-alists, ispell-tex-skip-alists):
10773 * textmodes/fill.el (adaptive-fill-first-line-regexp):
10774 (adaptive-fill-regexp):
10775 * textmodes/dns-mode.el (auto-mode-alist):
10776 * progmodes/python.el (interpreter-mode-alist):
10777 * progmodes/etags.el (tags-compression-info-list):
10778 * progmodes/etags.el (tags-file-name):
10779 * net/browse-url.el (browse-url-galeon-program)
10780 (browse-url-firefox-program):
10781 * mail/sendmail.el (mail-signature-file)
10782 (mail-citation-prefix-regexp):
10783 * international/mule-conf.el (eight-bit):
10784 * international/latexenc.el (latex-inputenc-coding-alist):
10785 * international/fontset.el (x-pixel-size-width-font-regexp):
10786 * emacs-lisp/warnings.el (warning-type-format):
10787 * emacs-lisp/trace.el (trace-buffer):
10788 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
10789 (emacs-lisp-mode-map):
10790 * calendar/holidays.el (holiday-solar-holidays)
10791 (holiday-bahai-holidays, holiday-islamic-holidays)
10792 (holiday-christian-holidays, holiday-hebrew-holidays)
10793 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
10794 (hebrew-holidays-1, holiday-oriental-holidays)
10795 (holiday-general-holidays):
10796 * x-dnd.el (x-dnd-known-types):
10797 * tool-bar.el (tool-bar):
10798 * startup.el (site-run-file):
10799 * shell.el (shell-dumb-shell-regexp):
10800 * rfn-eshadow.el (file-name-shadow-tty-properties)
10801 (file-name-shadow-properties):
10802 * paths.el (remote-shell-program, news-directory):
10803 * mouse.el ([C-down-mouse-3]):
10804 * menu-bar.el (menu-bar-tools-menu):
10805 * jka-cmpr-hook.el (jka-compr-load-suffixes)
10806 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
10807 (jka-compr-compression-info-list):
10808 * isearch.el (search-whitespace-regexp):
10809 * image-file.el (image-file-name-extensions):
10810 * find-dired.el (find-ls-option):
10811 * files.el (directory-listing-before-filename-regexp)
10812 (directory-free-space-args, insert-directory-program)
10813 (list-directory-brief-switches, magic-fallback-mode-alist)
10814 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
10815 (automount-dir-prefix):
10816 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
10817 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
10818 (face-font-registry-alternatives, face-font-registry-alternatives)
10819 (face-font-family-alternatives):
10820 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
10821 (facemenu-foreground-menu, facemenu-face-menu):
10822 * epa-hook.el (epa-file-name-regexp):
10823 * dnd.el (dnd-protocol-alist):
10824 * textmodes/rst.el (auto-mode-alist):
10825 * button.el (default-button): Purecopy strings.
10826
10827 2009-11-06 Glenn Morris <rgm@gnu.org>
10828
10829 * Makefile.in (ELCFILES): Update.
10830
10831 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
10832
10833 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
10834 * emacs-lisp/levents.el: Move to obsolete/levents.el.
10835
10836 * nxml/xsd-regexp.el (xsdre-gen-categories):
10837 * nxml/xmltok.el (xmltok-parse-entity):
10838 * nxml/rng-parse.el (rng-parse-validate-file):
10839 * nxml/rng-maint.el (rng-format-manual)
10840 (rng-manual-output-force-new-line):
10841 * nxml/rng-loc.el (rng-save-schema-location-1):
10842 * nxml/rng-cmpct.el (rng-c-parse-file):
10843 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
10844 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
10845
10846 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
10847
10848 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
10849 Remove extra save-excursions and make-variable-buffer-local's.
10850 Suggested by Stefan Monnier.
10851
10852 (verilog-getopt-file, verilog-module-inside-filename-p)
10853 (verilog-set-define): Merge GNU 1.35 and repair changes from
10854 switching to using with-current-buffer.
10855
10856 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
10857 being treated as a number and confusing AUTORESET.
10858 Reported by Dan Dever.
10859
10860 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
10861 Add verilog-auto-ignore-concat to fix backward compatibility with
10862 older verilog-modes. Reported by Dan Katz.
10863
10864 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
10865 containing closing anchors "...$".
10866
10867 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
10868 Reported by Wade Smith.
10869
10870 (verilog-batch-execute-func): Comment on function usage.
10871
10872 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
10873
10874 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
10875 for labels.
10876
10877 (verilog-label-re, verilog-calc-1): Support proper indent of named
10878 asserts.
10879
10880 (verilog-backward-token, verilog-basic-complete-re)
10881 (verilog-beg-of-statement, verilog-indent-re): Support proper
10882 indent of the assert statement at the beginning of a block of text.
10883
10884 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
10885 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
10886 tokens as begins.
10887
10888 2009-11-05 Glenn Morris <rgm@gnu.org>
10889
10890 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
10891 Emacs 19. (Bug#1531)
10892 (byte-compile-fix-header): Update for the above change.
10893 Drop test for epoch::version.
10894
10895 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
10896 * cus-dep.el (custom-make-dependencies):
10897 * finder.el (finder-compile-keywords):
10898 Use autoload-rubric's feature argument.
10899
10900 * calendar/diary-lib.el (top-level): Make load behave more like require.
10901
10902 * vc-git.el (vc-git-stash-map): Move definition before use.
10903
10904 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
10905
10906 * custom.el (custom-declare-group): Purecopy standard-value.
10907 (custom-declare-group): Purecopy custom-prefix.
10908
10909 * international/mule.el (load-with-code-conversion):
10910 Call do-after-load-evaluation unconditionally.
10911
10912 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
10913
10914 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
10915
10916 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
10917
10918 2009-11-04 Glenn Morris <rgm@gnu.org>
10919
10920 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
10921 (byte-compile-compatibility): Remove option.
10922 (byte-compile-close-variables, byte-compile-fix-header)
10923 (byte-compile-insert-header, byte-compile-output-docform)
10924 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
10925 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
10926 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
10927 (byte-compile-insert, byte-compile-defun):
10928 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
10929 (byte-defop-compiler19): Remove.
10930 Without byte-compile-compatibility, the 'emacs19-opcode property is not
10931 used by anything. Replace all calls with byte-defop-compiler.
10932
10933 2009-11-04 Juri Linkov <juri@jurta.org>
10934
10935 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
10936 (menu-bar-options-menu): Don't quote the `prop' arg of
10937 `menu-bar-make-mm-toggle'.
10938
10939 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
10940
10941 * calendar/calendar.el (cal-loaddefs):
10942 * calendar/diary-lib.el (diary-loaddefs):
10943 * calendar/holidays.el (hol-loaddefs):
10944 * eshell/esh-module.el (esh-groups): Load rather than require.
10945
10946 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
10947
10948 * calendar/todo-mode.el (todo-add-category): Don't hardcode
10949 point-min==1.
10950 (todo-top-priorities): Only display-buffer when called interactively.
10951 (todo-item-start): Don't save excursion point.
10952 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
10953 (todo-insert-item-here, todo-file-item, todo-remove-item):
10954 Adjust uses of todo-item-start and todo-item-end.
10955
10956 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
10957 (autoload-rubric): Don't use any more.
10958
10959 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
10960 and only put a prop if it is non-nil.
10961
10962 2009-11-03 Juri Linkov <juri@jurta.org>
10963
10964 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
10965 (menu-bar-options-menu): Fix list quoting (Bug#4429).
10966
10967 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
10968 and "Menu" to make top-level menu item visually one unit (like
10969 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
10970 multi-word menu items). Fix :help string for quit-window.
10971
10972 2009-11-03 Glenn Morris <rgm@gnu.org>
10973
10974 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
10975 (byte-compile-file-form-define-abbrev-table)
10976 (byte-compile-file-form-custom-declare-variable)
10977 (byte-compile-variable-ref, byte-compile-defvar):
10978 Whether or not a warning is enabled should only affect whether we issue
10979 the warning, not whether or not we collect the relevant data.
10980 Eg warnings can be turned on and off throughout the course of a file.
10981
10982 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
10983 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
10984
10985 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
10986
10987 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
10988 * play/mpuz.el (mpuz-create-buffer):
10989 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
10990 (lm-print-y,s,noise, lm-print-w0, lm-init):
10991 * play/gomoku.el (gomoku-prompt-for-move):
10992 * play/fortune.el (fortune-in-buffer):
10993 * play/dissociate.el (dissociated-press):
10994 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
10995 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
10996 * mail/supercite.el (sc-eref-show):
10997 * mail/smtpmail.el (smtpmail-send-it):
10998 * mail/rmailsum.el (rmail-summary-next-labeled-message)
10999 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
11000 (rmail-summary-undelete-many, rmail-summary-rmail-update)
11001 (rmail-summary-goto-msg, rmail-summary-expunge)
11002 (rmail-summary-get-new-mail, rmail-summary-search-backward)
11003 (rmail-summary-add-label, rmail-summary-output-menu)
11004 (rmail-summary-output-body):
11005 * mail/rfc822.el (rfc822-addresses):
11006 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
11007 * mail/mailpost.el (post-mail-send-it):
11008 * mail/hashcash.el (hashcash-generate-payment):
11009 * mail/feedmail.el (feedmail-run-the-queue)
11010 (feedmail-queue-send-edit-prompt-help-first)
11011 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
11012 (feedmail-deduce-address-list):
11013 * eshell/esh-ext.el (eshell-remote-command):
11014 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
11015 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
11016 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
11017 (viper-save-string-in-file, viper-valid-marker):
11018 * emulation/viper-keym.el (viper-toggle-key):
11019 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
11020 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
11021 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
11022 * emulation/viper-cmd.el (viper-exec-form-in-vi)
11023 (viper-exec-form-in-emacs, viper-brac-function):
11024 * emulation/viper.el (viper-delocalize-var):
11025 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
11026 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
11027 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
11028 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
11029 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
11030 * emulation/edt.el (edt-electric-helpify):
11031 * emulation/cua-rect.el (cua--rectangle-aux-replace):
11032 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
11033 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
11034 (cua-indent-to-global-mark-column):
11035 * calendar/diary-lib.el (calendar-mark-1):
11036 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
11037 Use with-current-buffer.
11038 * emulation/viper.el (viper-delocalize-var): Use dolist.
11039
11040 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
11041
11042 * comint.el (comint-replace-by-expanded-history-before-point):
11043 Replace !! with the previous input string literally (Bug#1795).
11044
11045 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
11046
11047 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
11048 to be made up of whitespace.
11049
11050 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
11051
11052 * minibuffer.el (read-file-name): Don't use file dialogs for
11053 remote directories (Bug#99).
11054
11055 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
11056
11057 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
11058
11059 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
11060
11061 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
11062 instead of deleting the window or frame.
11063
11064 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
11065
11066 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
11067 Support face colors.
11068
11069 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
11070 New function. Support face colors (Bug#1168).
11071 (tex-common-initialization): Use it.
11072
11073 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
11074 mode allows it (Bug#1168).
11075
11076 2009-10-31 Juri Linkov <juri@jurta.org>
11077
11078 * facemenu.el (list-colors-display): Don't mark buffer as
11079 modified (Bug#3948).
11080
11081 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
11082
11083 * international/mule-diag.el (list-character-sets-1): Minor
11084 message fix (Bug#3526).
11085
11086 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
11087 face property (Bug#4834).
11088 (etags-list-tags, etags-tags-apropos-additional)
11089 (etags-tags-apropos, tags-select-tags-table): Add follow-link
11090 property.
11091
11092 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
11093 items.
11094
11095 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11096
11097 * textmodes/two-column.el (2C-split):
11098 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
11099 * textmodes/tex-mode.el (tex-set-buffer-directory):
11100 * textmodes/spell.el (spell-region, spell-string):
11101 * textmodes/reftex.el (reftex-erase-buffer):
11102 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
11103 * textmodes/reftex-toc.el (reftex-toc-promote-action):
11104 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
11105 (reftex-select-item):
11106 * textmodes/reftex-ref.el (reftex-label-info-update)
11107 (reftex-offer-label-menu):
11108 * textmodes/reftex-index.el (reftex-index-change-entry)
11109 (reftex-index-phrases-info):
11110 * textmodes/reftex-global.el (reftex-create-tags-file)
11111 (reftex-save-all-document-buffers, reftex-ensure-write-access):
11112 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
11113 (reftex-view-crossref-from-bibtex):
11114 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
11115 (reftex-extract-bib-entries-from-thebibliography)
11116 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
11117 * textmodes/refbib.el (r2b-capitalize-title):
11118 (r2b-convert-buffer, r2b-help):
11119 * textmodes/page-ext.el (pages-directory)
11120 (pages-directory-goto-with-mouse):
11121 * textmodes/bibtex.el (bibtex-validate-globally):
11122 * textmodes/bib-mode.el (bib-capitalize-title):
11123 * textmodes/artist.el (artist-clear-buffer, artist-system):
11124 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
11125 (local-set-scheme-interaction-buffer, xscheme-process-filter)
11126 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
11127 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
11128 (xscheme-send-control-g-interrupt, xscheme-start-process)
11129 (xscheme-process-sentinel, xscheme-cd):
11130 * progmodes/verilog-mode.el (verilog-read-always-signals)
11131 (verilog-set-define, verilog-getopt-file)
11132 (verilog-module-inside-filename-p):
11133 * progmodes/sh-script.el:
11134 * progmodes/python.el (python-pdbtrack-get-source-buffer)
11135 (python-pdbtrack-grub-for-buffer, python-execute-file):
11136 * progmodes/octave-inf.el (inferior-octave):
11137 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11138 (idlwave-shell-compile-helper-routines, idlwave-set-local)
11139 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
11140 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
11141 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
11142 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
11143 (idlwave-shell-filter, idlwave-shell-examine-highlight)
11144 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
11145 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
11146 (idlwave-shell-examine-display, idlwave-shell-run-region)
11147 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
11148 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
11149 * progmodes/idlw-help.el (idlwave-help-get-special-help)
11150 (idlwave-help-get-help-buffer):
11151 * progmodes/gud.el (gud-basic-call, gud-find-class)
11152 (gud-tooltip-activate-mouse-motions-if-enabled):
11153 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11154 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
11155 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
11156 (ebrowse-tags-next-file):
11157 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
11158 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
11159 (ebnf-eps-finish-and-write):
11160 * progmodes/cpp.el (cpp-edit-save):
11161 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
11162 * progmodes/cc-defs.el (c-emacs-features):
11163 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
11164 (antlr-directory-dependencies):
11165 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
11166 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
11167 (ada-find-any-references, ada-make-filename-from-adaname)
11168 (ada-make-body-gnatstub):
11169 * obsolete/rnews.el (news-list-news-groups):
11170 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
11171 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
11172 * net/rcirc.el (rcirc-debug):
11173 * net/newst-treeview.el (newsticker--treeview-list-add-item)
11174 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
11175 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
11176 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
11177 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
11178 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
11179 (newsticker--treeview-list-clear-highlight)
11180 (newsticker--treeview-list-update-highlight)
11181 (newsticker--treeview-list-highlight-start)
11182 (newsticker--treeview-tree-update-highlight)
11183 (newsticker--treeview-get-selected-item)
11184 (newsticker-treeview-mark-list-items-old)
11185 (newsticker--treeview-set-current-node):
11186 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11187 * net/newst-backend.el (newsticker--get-news-by-funcall)
11188 (newsticker--get-news-by-wget, newsticker--image-get)
11189 (newsticker--image-sentinel):
11190 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
11191 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
11192 (eudc-ph-close-session):
11193 * net/eudc.el (eudc-save-options):
11194 * language/thai-word.el (thai-update-word-table):
11195 * language/japan-util.el (japanese-string-conversion):
11196 * international/titdic-cnv.el (tsang-quick-converter)
11197 (ziranma-converter, ctlau-converter):
11198 * international/mule-cmds.el (describe-language-environment):
11199 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
11200 (skkdic-convert-postfix, skkdic-convert-prefix):
11201 (skkdic-convert-okuri-nasi, skkdic-convert):
11202 * emacs-lisp/re-builder.el (reb-update-overlays):
11203 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
11204 * emacs-lisp/gulp.el (gulp-send-requests):
11205 * emacs-lisp/find-gc.el (trace-call-tree):
11206 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
11207 (eieio-describe-generic):
11208 * emacs-lisp/eieio-base.el (eieio-persistent-read):
11209 * emacs-lisp/edebug.el (edebug-outside-excursion):
11210 * emacs-lisp/debug.el (debugger-make-xrefs):
11211 * emacs-lisp/cust-print.el (custom-prin1-to-string):
11212 * emacs-lisp/chart.el (chart-new-buffer):
11213 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
11214 Use with-current-buffer.
11215 * textmodes/artist.el (artist-system): Don't call
11216 copy-sequence on a fresh string.
11217 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
11218
11219 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
11220
11221 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
11222 is no item to edit. (Bug#4820)
11223 (todo-top-priorities): Restore point and restore narrowing in Todo
11224 buffer. (Bug#4820)
11225
11226 2009-10-31 Glenn Morris <rgm@gnu.org>
11227
11228 * net/ange-ftp.el (top-level): Don't require dired when compiling.
11229 (comint-last-output-start, comint-last-input-start)
11230 (comint-last-input-end): Don't defvar when compiling.
11231 (ange-ftp-process-file): Use bound-and-true-p.
11232
11233 * pcmpl-rpm.el (top-level): Move provide statement to end.
11234 (pcmpl-rpm): Remove unused custom group.
11235
11236 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
11237
11238 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
11239
11240 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11241 (byte-compile-warnings): Add `constants' as an option.
11242 (byte-compile-callargs-warn, byte-compile-arglist-warn)
11243 (display-call-tree): Update for byte-compile-fdefinition possibly
11244 returning `(macro lambda ...)'. (Bug#4778)
11245 (byte-compile-variable-ref, byte-compile-setq-default):
11246 Respect `constants' member of byte-compile-warnings.
11247
11248 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11249
11250 * vc-bzr.el (vc-bzr-revision-keywords): New var.
11251 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
11252 to "submit:".
11253
11254 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
11255
11256 * textmodes/ispell.el (ispell-skip-region-alist):
11257 * international/mule-conf.el (eight-bit):
11258 * international/fontset.el (font-encoding-alist):
11259 * startup.el (pure-space-overflow-message):
11260 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
11261 * paths.el (gnus-nntp-service, rmail-spool-directory)
11262 (term-file-prefix):
11263 * files.el (save-some-buffers-action-alist):
11264 * cmuscheme.el (same-window-buffer-names):
11265 * ielm.el (same-window-buffer-names):
11266 * shell.el (same-window-buffer-names):
11267 * mail/sendmail.el (same-window-buffer-names):
11268 * progmodes/inf-lisp.el (same-window-buffer-names):
11269 * bindings.el (mode-line-client)
11270 (mode-line-column-line-number-mode-map):
11271 * language/tibetan.el (tibetan-precomposition-rule-regexp)
11272 (tibetan-precomposed-regexp): Purecopy string arguments.
11273
11274 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11275
11276 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
11277 (calcDigit-nondigit):
11278 * calc/calc-yank.el (calc-copy-to-buffer):
11279 * calc/calc-units.el (calc-invalidate-units-table):
11280 * calc/calc-trail.el (calc-trail-yank):
11281 * calc/calc-store.el (calc-insert-variables):
11282 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11283 * calc/calc-prog.el (calc-read-parse-table):
11284 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
11285 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
11286 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
11287 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
11288 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
11289 (calc-graph-name, calc-graph-find-command, calc-graph-view)
11290 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
11291 * calc/calc-ext.el (calc-realign):
11292 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
11293 (calc-embedded-finish-edit, calc-embedded-make-info)
11294 (calc-embedded-finish-command, calc-embedded-stack-change):
11295 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
11296
11297 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
11298 shell-dynamic-complete-filename in preference to
11299 comint-dynamic-complete-filename.
11300
11301 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11302 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11303 Don't consider whether the display supports colors.
11304 (bookmark-import-new-list): Use dolist.
11305 (bookmark-bmenu-mode-map): Move initialization into declaration.
11306 (bookmark-bmenu-list): Use dolist, simplify.
11307 (bookmark-show-all-annotations): Use save-selected-window and dolist.
11308 (menu-bar-final-items): Use push.
11309
11310 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
11311
11312 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
11313 it works on remote files.
11314 (vc-hg-diff): Don't pass any `--cwd' argument.
11315
11316 2009-10-27 Kevin Ryde <user42@zip.com.au>
11317
11318 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11319 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
11320 (Further to Bug#3921).
11321
11322 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
11323
11324 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
11325 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
11326 calling `tramp-imap-put-file'. Add file size to the call.
11327 (tramp-imap-get-file-entries): Compute also user name, file size,
11328 and date.
11329 (tramp-imap-handle-insert-directory): Insert uid and gid.
11330 (tramp-imap-handle-file-attributes): Transform uid and gid
11331 according to `id-format'.
11332 (tramp-imap-put-file): New optional parameter SIZE. Encode file
11333 size in header X-Size.
11334
11335 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
11336
11337 * simple.el (transpose-subr): Give clearer error when the mark
11338 is not set. (Bug#4807)
11339
11340 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
11341
11342 * net/tramp.el (tramp-perl-file-truename): New defconst.
11343 Perl code contributed by yary <not.com@gmail.com> (tiny change).
11344 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
11345 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
11346 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
11347
11348 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
11349 Ignore `dired-call-process'.
11350 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
11351
11352 2009-10-26 Julian Scheid <julians37@gmail.com>
11353
11354 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
11355 (tramp-get-remote-readlink): New defun.
11356 (tramp-handle-file-truename): Use it.
11357 (tramp-handle-file-exists-p): Check file-attributes cache, assume
11358 file exists if cache value present.
11359 (tramp-check-cached-permissions): New defun.
11360 (tramp-handle-file-readable-p): Use it.
11361 (tramp-handle-file-writable-p): Likewise.
11362 (tramp-handle-file-executable-p): Likewise.
11363 (tramp-handle-file-name-all-completions): Try using Perl to get
11364 partial completions. When perl not available, combine `cd' and
11365 `ls' into single remote operation and use shell expansion to get
11366 partial remote directory contents. Set `file-exists-p' cache for
11367 directory and any files returned by ls. Change cache handling to
11368 support partial directory contents. Use error message emitted by
11369 remote `cd' or Perl code for local tramp-error.
11370 (tramp-do-copy-or-rename-file-directly): Avoid separate
11371 tramp-send-command-and-check call.
11372 (tramp-handle-process-file): Merge three remote ops into one.
11373 Do not flush all caches when `process-file-side-effects' is set.
11374 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11375 file-attributes shows uid/gid to be set already.
11376
11377 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11378
11379 * textmodes/tex-mode.el (tex-dvi-view-command)
11380 (tex-show-queue-command, tex-open-quote):
11381 * progmodes/ruby-mode.el (auto-mode-alist)
11382 (interpreter-mode-alist): Purecopy strings.
11383
11384 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11385
11386 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11387 string for the hook, keymap and abbrev table.
11388
11389 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11390
11391 * x-dnd.el (x-dnd-xdnd-to-action):
11392 * startup.el (fancy-startup-text, fancy-about-text): Change to
11393 defconst from defvar.
11394
11395 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11396
11397 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
11398 Purecopy initialization strings.
11399
11400 * mail/sendmail.el (mail-header-separator)
11401 (mail-personal-alias-file):
11402 * mail/rmail.el (rmail-default-dont-reply-to-names)
11403 (rmail-ignored-headers, rmail-retry-ignored-headers)
11404 (rmail-highlighted-headers, rmail-secondary-file-directory)
11405 (rmail-secondary-file-regexp):
11406 * files.el (null-device, file-name-invalid-regexp)
11407 (locate-dominating-stop-dir-regexp)
11408 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
11409 (interpreter-mode-alist): Use mapcar instead of mapc.
11410
11411 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
11412
11413 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
11414 (completion-ignored-extensions):
11415 (debug-ignored-errors): Purecopy strings.
11416
11417 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11418
11419 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
11420 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
11421 (pcomplete--here): Use push.
11422
11423 * subr.el (all-completions): Declare the 4th arg obsolete.
11424
11425 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11426
11427 * pcomplete.el (pcomplete-unquote-argument-function): New var.
11428 (pcomplete-unquote-argument): New function.
11429 (pcomplete--common-suffix): Always pay attention to case.
11430 (pcomplete--table-subvert): Quote and unquote the text.
11431 (pcomplete--common-quoted-suffix): New function.
11432 (pcomplete-std-complete): Use it and pcomplete-begin.
11433
11434 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
11435 we're inside a dedicated or minibuffer window.
11436
11437 2009-10-24 Karl Fogel <kfogel@red-bean.com>
11438
11439 * bookmark.el: Update documentation, especially documentation
11440 of `bookmark-alist' and of the bookmark file format.
11441 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
11442
11443 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
11444
11445 * mail/emacsbug.el (report-emacs-bug): Clarify that the
11446 keybindings apply to the mail buffer (Bug#4003). Shrink help
11447 window to buffer.
11448
11449 * whitespace.el (whitespace-mode, whitespace-newline-mode)
11450 (global-whitespace-mode, global-whitespace-newline-mode)
11451 (whitespace-toggle-options, global-whitespace-toggle-options):
11452 Doc fix (Bug#3660).
11453
11454 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
11455 of xmltok-start before the end tag was inserted (Bug#2840).
11456
11457 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
11458 patterns that are preceded by an open-paren (Bug#1320).
11459
11460 2009-10-24 Sven Joachim <svenjoac@gmx.de>
11461
11462 * files.el (delete-directory): Delete symlinks to directories with
11463 delete-file (Bug#4739).
11464
11465 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
11466
11467 * vc.el (vc-backend-for-registration): Rename from
11468 vc-get-backend-for-registration. Update callers.
11469
11470 * international/mule-cmds.el (set-language-info-alist):
11471 Purecopy lang-env.
11472 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
11473 (charset): Purecopy the name.
11474 (define-char-code-property): Purecopy string arguments.
11475
11476 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11477 Purecopy string arguments.
11478
11479 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11480 * ediff-hook.el (menu-bar-ediff-menu):
11481 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
11482 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
11483
11484 2009-10-24 Glenn Morris <rgm@gnu.org>
11485
11486 * comint.el (comint-dynamic-list-completions):
11487 * term.el (term-dynamic-list-completions): Use choose-completion rather
11488 than obsolete alias mouse-choose-completion.
11489
11490 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
11491 file-cache-choose-completion.
11492 (file-cache-choose-completion): Handle an optional event argument.
11493 (file-cache-mouse-choose-completion): Make it an obsolete alias.
11494
11495 * progmodes/octave-mod.el (octave-complete-symbol):
11496 Use choose-completion if mouse-choose-completion is ever removed.
11497
11498 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
11499 use.
11500
11501 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
11502 compiler.
11503
11504 * vc-hooks.el (vc-responsible-backend): Fix declaration.
11505
11506 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11507
11508 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
11509 Ignore `pred' now that we receive one.
11510 Handle test-completion specially.
11511
11512 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11513
11514 * vc.el (vc-responsible-backend): Throw an error if not backend is
11515 found. Remove the REGISTER argument. Move the code dealing with
11516 REGISTER ...
11517 (vc-get-backend-for-registration): ... here. New function.
11518 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
11519 of vc-responsible-backend, pass the file name instead of the
11520 directory name.
11521
11522 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11523
11524 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
11525 New funs.
11526 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
11527 (pcomplete-comint-setup): Don't modify a global var via
11528 accidental side-effects.
11529 (pcomplete-shell-setup): Adjust call accordingly.
11530 (pcomplete-parse-comint-arguments): Use push.
11531
11532 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
11533
11534 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11535 Allow uncapitalized info node names (Bug#3921).
11536
11537 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
11538 to the DEBUG file (Bug#3781).
11539
11540 2009-10-23 Jari Aalto <jari.aalto@cante.net>
11541
11542 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
11543 dictionary entry (Bug#4579).
11544
11545 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
11546
11547 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
11548 from `rfn-eshadow-update-overlay-hook' when unloading.
11549 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
11550 "rsyncc". Adjust doc string.
11551 (tramp-temp-buffer-file-name): New buffer-local defvar.
11552 (tramp-handle-insert-file-contents, tramp-handle-write-region):
11553 Keep temporary file when indicated by method ("rsync" and
11554 "rsyncc").
11555 (tramp-handle-write-region): Handle APPEND.
11556 (tramp-delete-temp-file-function): New defun. Added to
11557 `kill-buffer-hook'.
11558
11559 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
11560
11561 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
11562
11563 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11564
11565 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
11566 (color-name-rgb-alist, tty-standard-colors)
11567 (tty-color-mode-alist): Change to defconst.
11568
11569 * simple.el (mark-inactive): Purecopy message.
11570
11571 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
11572 (global-map, yank-menu):
11573 * textmodes/ispell.el (ispell-menu-map):
11574 * net/eudc.el (eudc-tools-menu):
11575 * international/mule-cmds.el (describe-language-environment-map)
11576 (setup-language-environment-map, set-coding-system-map)
11577 (mule-menu-keymap):
11578 * vc-hooks.el (vc-menu-entry, vc-menu-map):
11579 * replace.el (occur-mode-map):
11580 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
11581
11582 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
11583
11584 * calc/calc.el (math-read-number, math-read-number-simple): Use
11585 `save-match-data'.
11586
11587 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11588
11589 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
11590 rather than fiddling with global-map bindings, since it should only
11591 affect per-terminal settings.
11592 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
11593
11594 * minibuffer.el (completion-table-with-terminator): Allow to specify
11595 the terminator-regexp.
11596
11597 * simple.el (switch-to-completions): Look for *Completions* in other
11598 frames as well.
11599
11600 * pcomplete.el: Allow the use of completion-tables.
11601 (pcomplete-std-complete): New command.
11602 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
11603 (pcomplete--here): Use a function for `form' rather than an expression,
11604 so it can be byte-compiled.
11605 (pcomplete-here, pcomplete-here*): Adjust accordingly.
11606 Add edebug declaration.
11607 (pcomplete-show-completions): Remove unused var `curbuf'.
11608 (pcomplete-do-complete, pcomplete-stub):
11609 Don't assume `completions' is a list of strings any more.
11610
11611 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
11612
11613 * find-dired.el (find-name-arg): Fix typo in docstring.
11614
11615 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11616
11617 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
11618 (pcmpl-linux-fs-types): Same, and update to new modules layout.
11619
11620 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
11621 pcomplete-entries.
11622
11623 * comint.el (comint-read-input-ring, comint-write-input-ring)
11624 (comint-substitute-in-file-name)
11625 (comint-dynamic-complete-as-filename)
11626 (comint-dynamic-simple-complete)
11627 (comint-dynamic-list-filename-completions)
11628 (comint-dynamic-list-completions)
11629 (comint-redirect-results-list-from-process): Minor simplifications.
11630
11631 2009-10-21 Kevin Ryde <user42@zip.com.au>
11632
11633 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11634 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
11635 the first form. And insert a blank line after ";;; Code" since
11636 that's usual style. (Bug#4612)
11637
11638 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
11639
11640 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11641
11642 * minibuffer.el (completion-table-with-terminator): Properly implement
11643 boundaries, in case `terminator' appears in the suffix.
11644 (completion--embedded-envvar-table): Don't return boundaries if
11645 there's no valid completion. Simplify.
11646 (completion-file-name-table): New completion table extracted from
11647 completion--file-name-table.
11648 (completion--file-name-table): Use it.
11649 (read-file-name-predicate): Declare obsolete.
11650 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
11651 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
11652 completion-file-name-table, and use the `pred' argument.
11653 * files.el (locate-file-completion-table): Use the `pred' arg rather
11654 than read-file-name-predicate.
11655 (abbreviate-file-name): Use \` rather than ^ for BOS.
11656
11657 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
11658
11659 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
11660 vc-responsible-backend to register, it causes problems.
11661
11662 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11663
11664 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
11665
11666 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
11667
11668 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
11669 (tramp-smb-handle-file-attributes): Use it.
11670 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
11671 (tramp-smb-handle-insert-directory): Use `mapc' rather than
11672 `mapcar'. Use `tramp-smb-get-stat-capability'.
11673 Add `dired-filename' text properties.
11674 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
11675 (tramp-smb-maybe-open-connection): Simplify check for smbclient
11676 version.
11677
11678 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11679
11680 * subr.el (read-key-delay): Reduce to 0.01.
11681 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
11682 (bug#4751).
11683
11684 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11685
11686 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
11687
11688 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
11689 (Info-menu): Remove unused vars `last' and `completions'.
11690 (Info-index-nodes): Remove unused var `node'.
11691
11692 * info.el (Info-complete-menu-item): Use complete-with-action.
11693
11694 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
11695
11696 Make vc-annotate work through copies and renames.
11697 * vc-annotate.el (vc-annotate-extract-revision-at-line):
11698 Return the file name too.
11699 (vc-annotate-revision-at-line)
11700 (vc-annotate-find-revision-at-line)
11701 (vc-annotate-revision-previous-to-line)
11702 (vc-annotate-show-log-revision-at-line): Update to get the file
11703 name from vc-annotate-extract-revision-at-line.
11704 (vc-annotate-show-diff-revision-at-line-internal): Change the
11705 argument to mean whether to show a file diff or not. Get the file
11706 name from vc-annotate-extract-revision-at-line.
11707 (vc-annotate-show-diff-revision-at-line):
11708 Update vc-annotate-show-diff-revision-at-line call.
11709 (vc-annotate-warp-revision): Add an optional file argument.
11710
11711 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
11712 (vc-git-annotate-extract-revision-at-line): Also return the file
11713 name if found.
11714
11715 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
11716 command. Remove unused code.
11717 (vc-hg-annotate-re): Update to match --follow output.
11718 (vc-hg-annotate-extract-revision-at-line): Also return the file
11719 name if found.
11720
11721 * vc.el: Update annotate-extract-revision-at-line documentation.
11722
11723 2009-10-18 Kevin Ryde <user42@zip.com.au>
11724
11725 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
11726 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
11727
11728 * net/browse-url.el (browse-url): Identify alist with "consp and
11729 not functionp" and let all other things go down the `apply' leg,
11730 as suggested by Stefan. (Further to bug#4531.)
11731
11732 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
11733
11734 * minibuffer.el (read-file-name): Check for repeat before putting
11735 a default argument in file-name-history (Bug#4657).
11736
11737 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
11738 read syntax (Bug#4737).
11739
11740 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
11741
11742 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11743
11744 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
11745 (html-tag-alist, html-tag-help): Add descriptions for undocumented
11746 entries and make note of obsolete tags.
11747
11748 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11749
11750 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
11751
11752 2009-10-18 Glenn Morris <rgm@gnu.org>
11753
11754 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
11755 grep, so that binary files (eg international/uni-bidi.el) can match.
11756 Remove test for "UnicodeData" files, since it is hopefully unnecessary
11757 now, and in any case the file header format has changed.
11758
11759 2009-10-17 Glenn Morris <rgm@gnu.org>
11760
11761 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
11762 (flyspell-get-word, flyspell-large-region)
11763 (flyspell-auto-correct-previous-word): Doc/error message fixes.
11764
11765 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
11766
11767 * Makefile.in (ELCFILES): Add ede/shell.
11768
11769 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
11770
11771 * term/common-win.el (x-colors): Purecopy it.
11772
11773 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11774
11775 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
11776 permissive for when the buffer is empty.
11777 (tar-header-block-tokenize): Decode the username and groupname.
11778 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
11779
11780 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11781
11782 * international/mule-cmds.el (select-safe-coding-system): If the file
11783 has a coding cookie, use it regardless of any other setting (bug#4712).
11784
11785 2009-10-17 Glenn Morris <rgm@gnu.org>
11786
11787 * foldout.el (foldout-mouse-swallow-events):
11788 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
11789
11790 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
11791 (dired-keep-marker-copy, dired-keep-marker-hardlink)
11792 (dired-keep-marker-symlink, dired-dwim-target)
11793 (dired-copy-preserve-time): Do not autoload these defcustoms.
11794
11795 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
11796 messages from messing up the file coding. (Bug#4623)
11797
11798 2009-10-17 Jari Aalto <jari.aalto@cante.net>
11799
11800 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
11801 if no match is found for the current dictionary. (Bug#4578)
11802
11803 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
11804 optional, since that is how it is documented, and this is often called
11805 with a nil argument. (Bug#4577)
11806 (flyspell-external-point-words, flyspell-auto-correct-word)
11807 (flyspell-correct-word-before-point, flyspell-word-search-forward)
11808 (flyspell-word-search-backward): Remove nil argument in calls to
11809 flyspell-get-word, since it is not needed now.
11810
11811 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
11812
11813 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
11814
11815 2009-10-16 Glenn Morris <rgm@gnu.org>
11816
11817 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
11818
11819 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
11820
11821 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
11822 (ange-ftp-file-size): New function.
11823 (ange-ftp-file-attributes): Use it.
11824
11825 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
11826
11827 * net/tramp-smb.el (tramp-smb-version): New defvar.
11828 (tramp-smb-maybe-open-connection): Use it, in order to avoid
11829 repeated checks.
11830
11831 2009-10-16 Glenn Morris <rgm@gnu.org>
11832
11833 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
11834 Maybe copy some custom properties from old to new name. (Bug#4706)
11835
11836 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
11837
11838 * subr.el (error, sit-for, start-process-shell-command)
11839 (start-file-process-shell-command): Set the calling convention
11840 after the function definition.
11841
11842 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11843
11844 * subr.el (error, sit-for, start-process-shell-command)
11845 (start-file-process-shell-command): Use the new
11846 set-advertised-calling-convention feature.
11847
11848 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
11849
11850 * international/ucs-normalize.el (ucs-normalize-version):
11851 Change to 1.2.
11852 (check-range): Adjust for Unicode 5.2.
11853
11854 2009-10-15 Juri Linkov <juri@jurta.org>
11855
11856 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
11857 to the `menu-item' format.
11858
11859 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
11860
11861 * net/tramp.el (tramp-replace-environment-variables): Do not fail
11862 if the environment variable does not exist.
11863
11864 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11865 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
11866 parameter.
11867 (tramp-smb-handle-add-name-to-file)
11868 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11869 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11870 (tramp-smb-handle-file-attributes)
11871 (tramp-smb-do-file-attributes-with-stat)
11872 (tramp-smb-handle-file-local-copy)
11873 (tramp-smb-handle-insert-directory)
11874 (tramp-smb-handle-make-directory)
11875 (tramp-smb-handle-make-directory-internal)
11876 (tramp-smb-handle-make-symbolic-link)
11877 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
11878 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
11879 (tramp-smb-maybe-open-connection): Apply the changed parameters.
11880 (tramp-smb-read-file-entry): Read Disk names in compressed format.
11881 Handle long file names.
11882 (tramp-smb-get-cifs-capabilities): Check, whether the connection
11883 process is running.
11884 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
11885 Read share names with "-g" option.
11886
11887 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
11888
11889 * net/rcirc.el (rcirc-view-log-file): New command.
11890 (rcirc-track-minor-mode-map): Remove C-c ` binding.
11891 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
11892 specified.
11893
11894 2009-10-15 Glenn Morris <rgm@gnu.org>
11895
11896 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
11897 from the second command-line argument.
11898 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
11899 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
11900 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
11901 w32-batch-update-autoloads.
11902 * emacs-lisp/autoload.el (autoload-make-program): New variable.
11903 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
11904
11905 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
11906 the headers cannot be located. Simplify, subtracting superflous
11907 save-excursions.
11908
11909 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
11910
11911 Replace completion-base-size by completion-base-position to fix bugs
11912 such as (bug#4699).
11913 * simple.el (completion-base-position): New var.
11914 (completion-base-size): Mark as obsolete.
11915 (choose-completion): Make it work for mouse events as well.
11916 Pass the new base-position to choose-completion-string.
11917 (choose-completion-guess-base-position): New function, extracted from
11918 choose-completion-delete-max-match.
11919 (choose-completion-delete-max-match): Use it. Make obsolete.
11920 (choose-completion-string): Use the new base-position info.
11921 (completion-root-regexp): Delete.
11922 (completion-setup-function): Preserve completion-base-position.
11923 Eliminate obsolete base-size manipulation.
11924 * minibuffer.el (display-completion-list): Don't mess with base-size.
11925 (minibuffer-completion-help): Set completion-base-position instead.
11926 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
11927 choose-completion.
11928 * textmodes/bibtex.el (bibtex-complete):
11929 * emacs-lisp/crm.el (crm--choose-completion-string):
11930 Adjust to new calling convention.
11931 * complete.el (partial-completion-mode): Use minibufferp to avoid
11932 bumping into incompatible change to choose-completion-string-functions.
11933 * ido.el (ido-choose-completion-string): Make its calling convention
11934 more permissive.
11935 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
11936 base-size manipulation.
11937 (comint-dynamic-list-input-ring): Use dotimes and push.
11938 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
11939 fundamental-mode. Use `or'.
11940
11941 2009-10-14 Juri Linkov <juri@jurta.org>
11942
11943 * misearch.el (multi-isearch-next-buffer-from-list)
11944 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
11945
11946 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11947
11948 * Makefile.in (compile-onefile): Load `bytecomp' rather than
11949 `bytecomp.el'.
11950
11951 * minibuffer.el (completion-pcm--merge-completions): Make sure the
11952 string we return is all made up of text from the completions rather
11953 than part from the completions and part from the input (bug#4219).
11954
11955 * ido.el (ido-everywhere): Use define-minor-mode.
11956
11957 * buff-menu.el (list-buffers, ctl-x-map):
11958 Mark the entry points with ;;;###autoload cookies.
11959
11960 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
11961
11962 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
11963 correctly in the detached head case.
11964 (vc-git-print-log): Remove unused binding.
11965
11966 * vc.el (vc-responsible-backend): When a directory is passed for
11967 for registration create a VC repository if no backend is
11968 responsible for the directory argument.
11969 (vc-deduce-fileset): Tell vc-responsible-backend to register.
11970
11971 * vc.el: Move comments about RCS and SCCS ...
11972 * vc-rcs.el:
11973 * vc-sccs.el: ... here, respectively.
11974
11975 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11976
11977 * minibuffer.el (completion--file-name-table): Return nil if there's
11978 no file completion, even if substitute-in-file-name changed
11979 the string (bug#4708).
11980
11981 2009-10-13 Juri Linkov <juri@jurta.org>
11982
11983 * files-x.el (read-file-local-variable-value): Don't filter out
11984 minor modes from mode name completion (bug#4664).
11985
11986 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
11987
11988 * international/mule-cmds.el (ucs-names): Remove exclusion of
11989 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
11990
11991 2009-10-13 Kenichi Handa <handa@m17n.org>
11992
11993 * international/uni-name.el: Regenerated.
11994
11995 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
11996
11997 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
11998 should be automatically buffer-local, but isn't.)
11999
12000 2009-10-12 Sam Steingold <sds@gnu.org>
12001
12002 * progmodes/compile.el (compilation-next-error-function): Fix the
12003 timestamps if the buffer has been visited before.
12004 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
12005 non-anchored patterns, like the perl one (bug#3928).
12006
12007 2009-10-12 Glenn Morris <rgm@gnu.org>
12008
12009 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
12010 Let-bind `size'.
12011
12012 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
12013
12014 * proced.el (proced-unload-function): New function.
12015
12016 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
12017 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
12018 Doc fix.
12019
12020 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
12021
12022 2009-10-11 Juri Linkov <juri@jurta.org>
12023
12024 * files-x.el (read-file-local-variable-value):
12025 Provide default value only for bound variables (bug#4664).
12026
12027 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
12028
12029 * net/tramp.el (tramp-local-host-p): Function shall return nil for
12030 connection methods like smb.
12031
12032 * net/tramp-cache.el (tramp-flush-connection-property): The hash
12033 can be empty.
12034
12035 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12036 (tramp-smb-file-name-handler-alist): Add handlers for
12037 `add-name-to-file', `make-symbolic-link'.
12038 (tramp-smb-handle-add-name-to-file)
12039 (tramp-smb-do-file-attributes-with-stat)
12040 (tramp-smb-handle-make-symbolic-link)
12041 (tramp-smb-get-cifs-capabilities): New defuns.
12042 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12043 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12044 (tramp-smb-handle-file-local-copy)
12045 (tramp-smb-handle-make-directory-internal)
12046 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
12047 The file name syntax depends on cifs capabilities.
12048 (tramp-smb-handle-file-attributes):
12049 Call `tramp-smb-do-file-attributes-with-stat' if possible.
12050 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
12051 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
12052
12053 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
12054
12055 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
12056 (eieio-defclass): Apply deftype handler and setf-method properties
12057 directly.
12058 (eieio-add-new-slot): Avoid union function from cl library.
12059 (eieio--typep): New function.
12060 (eieio-perform-slot-validation): Use it.
12061
12062 2009-10-10 Karl Fogel <kfogel@red-bean.com>
12063
12064 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
12065 Update documentation to refer to the variables documented in r1.135.
12066 (Bug#4188)
12067
12068 2009-10-10 Karl Fogel <kfogel@red-bean.com>
12069
12070 * bookmark.el (Info-suffix-list): Remove this unused variable.
12071 (bookmark-current-point): Remove this obsolete variable.
12072 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
12073 Adjust for removal of bookmark-current-point.
12074
12075 (bookmarks-already-loaded, bookmark-current-buffer)
12076 (bookmark-yank-point): Document. (Bug#4188)
12077
12078 2009-10-10 Glenn Morris <rgm@gnu.org>
12079
12080 * frame.el (frame-height): Doc fix.
12081
12082 * calendar/calendar.el (calendar-split-width-threshold): New option.
12083 (calendar-basic-setup): Use calendar-split-width-threshold.
12084
12085 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
12086
12087 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
12088 Ideographic Supplement" range (U+1F200..U+1F2FF).
12089
12090 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12091
12092 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
12093 since the list will have been rebuilt anyway. (Bug#4349)
12094
12095 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12096
12097 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
12098 (bookmark-bmenu-execute-deletions): Don't save here, as
12099 bookmark-delete will now do so if necessary.
12100 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
12101 (Bug#4348)
12102
12103 2009-10-09 Glenn Morris <rgm@gnu.org>
12104
12105 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
12106
12107 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12108
12109 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
12110 (bookmark-jump-other-window): Just invoke bookmark-jump with new
12111 argument now, so the two function's behaviors will match. (Bug#3645)
12112
12113 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
12114
12115 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
12116 (tramp-file-name-real-host, tramp-file-name-port):
12117 Apply `save-match-data'.
12118
12119 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
12120 case both directories are remote.
12121 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
12122 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
12123
12124 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
12125
12126 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
12127
12128 2009-10-07 Glenn Morris <rgm@gnu.org>
12129
12130 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
12131 of concat.
12132
12133 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
12134
12135 * files-x.el (read-file-local-variable): Include some
12136 non-user-variables in the completion table (bug#4664).
12137
12138 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
12139
12140 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
12141 message.
12142
12143 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12144 (tramp-smb-file-name-handler-alist): Add handler for
12145 `copy-directory', `expand-file-name', `set-file-modes'.
12146 (tramp-smb-handle-copy-directory)
12147 (tramp-smb-handle-expand-file-name)
12148 (tramp-smb-handle-set-file-modes): New defuns.
12149 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
12150 (tramp-smb-handle-file-attributes): Simplify check for retrieving
12151 entry.
12152 (tramp-smb-handle-insert-directory): Don't flush the cache.
12153 (tramp-smb-maybe-open-connection): Check for samba client and
12154 server versions.
12155
12156 2009-10-07 Eli Zaretskii <eliz@gnu.org>
12157
12158 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
12159 to not error out of search for "^lisp=" fails.
12160
12161 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
12162
12163 * makefile.w32-in (WINS_UPDATES): New macro.
12164 (custom-deps, finder-data, autoloads): Use it.
12165
12166 2009-10-07 Glenn Morris <rgm@gnu.org>
12167
12168 * Makefile.in (autoloads): Revert previous change.
12169 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
12170 the list of preloaded files passed on the command-line, get
12171 it from src/Makefile.
12172
12173 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
12174 show the original buffer rather than a random one.
12175
12176 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
12177
12178 * help.el (describe-no-warranty): Place point in a slightly better
12179 position in the GPLv3 text.
12180
12181 2009-10-06 Sam Steingold <sds@gnu.org>
12182
12183 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
12184 the comm attribute is present before calling regexp-quote.
12185
12186 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
12187
12188 * play/animate.el (animate-string): For good effect, make sure
12189 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
12190
12191 * play/animate.el (animate-sequence, animate-birthday-present):
12192 * misc.el (butterfly): Don't set `indent-tabs-mode'.
12193
12194 2009-10-06 Glenn Morris <rgm@gnu.org>
12195
12196 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
12197
12198 * emacs-lisp/autoload.el (autoload-excludes): New variable.
12199 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
12200 (batch-update-autoloads): Process a string value of autoload-excludes,
12201 set during the build process.
12202 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
12203
12204 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
12205 inside with-parsed... macro so that `v' is defined.
12206
12207 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
12208 * progmodes/fortran.el (fortran-end-of-block)
12209 (fortran-beginning-of-block):
12210 Also push mark in the macro case.
12211
12212 * emerge.el (emerge-show-file-name):
12213 * calc/calc.el (calc-quit):
12214 * calc/calc-misc.el (calc-big-or-small):
12215 * calc/calc-graph.el (calc-graph-view):
12216 * calc/calc-ext.el (calc-reset):
12217 * calendar/calendar.el (calendar-basic-setup):
12218 Use window-full-height-p.
12219
12220 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
12221 header we don't understand, don't insert another. (Bug#4624)
12222 If changing mime charset, insert the new one in the right place.
12223
12224 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
12225
12226 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12227 (cal-tex-cursor-month): Correctly increment the end date for diary and
12228 holiday listing. (Bug#4626)
12229
12230 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12231
12232 * help-fns.el (describe-function-1): Don't burp if the function is not
12233 a symbol.
12234
12235 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
12236
12237 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
12238 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
12239 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
12240 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
12241
12242 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
12243 (eieio-default-superclass): Reflow docstrings.
12244 (this, class-option-assoc, defclass, eieio-class-un-autoload)
12245 (eieio-unbind-method-implementations, defmethod)
12246 (eieio-validate-slot-value, eieio-validate-class-slot-value)
12247 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
12248 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
12249 (eieio-slot-originating-class-p, eieio-slot-name-index)
12250 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
12251 (constructor, initialize-instance, no-next-method, object-print)
12252 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
12253 Fix typos in docstrings.
12254 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
12255 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
12256 (next-method-p): Doc fixes.
12257 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
12258 Fix typos in error messages.
12259 (eieio-defmethod): Fix typo in description of generic method.
12260
12261 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
12262 (eieio-persistent-save-interactive, slot-missing):
12263 Fix typos in docstrings.
12264 (eieio-instance-inheritor-slot-boundp): Doc fix.
12265
12266 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
12267 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
12268
12269 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
12270 (eieio-custom-object-apply-reset):
12271 Fix typos in docstrings and error messages.
12272
12273 * emacs-lisp/eieio-datadebug.el (data-debug-show):
12274 Fix typo in docstring.
12275
12276 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
12277 (eieio-browse-tree): Doc fix.
12278 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
12279 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
12280 Fix typos in docstrings.
12281
12282 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
12283 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
12284 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
12285 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
12286 Reflow docstrings.
12287
12288 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
12289
12290 * vc-hg.el (log-view-vc-backend): Declare for compiler.
12291 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
12292 Set log-view-vc-backend so that diff can work.
12293
12294 * log-view.el (log-view-diff): Use vc-diff-internal instead of
12295 vc-version-diff.
12296 (vc-diff-internal): Autoload this instead of vc-version-diff.
12297
12298 2009-10-05 Eli Zaretskii <eliz@gnu.org>
12299
12300 * simple.el (eval-expression): Doc fix.
12301
12302 * progmodes/cwarn.el (cwarn-mode): Doc fix.
12303
12304 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
12305
12306 * files.el (directory-files-no-dot-files-regexp): New defconst.
12307 (delete-directory): Use it.
12308 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
12309
12310 * net/tramp.el (tramp-verbose): Fix docstring.
12311 (tramp-methods): Add recursive option to `tramp-copy-args'.
12312 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
12313 "scp1_old", "scp2_old", "rsync", "rsyncc".
12314 (tramp-default-method): Check also for `auth-source-user-or-password'.
12315 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12316 Add handler for `copy-directory'.
12317 (tramp-handle-copy-directory): New defun.
12318 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
12319 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
12320 Optimize sent command.
12321
12322 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12323
12324 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
12325 window if necessary.
12326
12327 * calendar/calendar.el (calendar-basic-setup): Don't call
12328 switch-to-buffer in a dedicated window.
12329
12330 2009-10-05 Karl Fogel <kfogel@red-bean.com>
12331
12332 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
12333 don't do anything related to relocating, just return nil.
12334 (bookmark-error-no-filename): New error.
12335 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
12336 bookmark has no file. Don't even attempt to handle things that
12337 are not files; the whole point of custom handlers is to keep that
12338 knowledge elsewhere anyway. Tighten some comments.
12339 (bookmark-file-or-variation-thereof): Remove now-unused function.
12340 (bookmark-location): Doc string fix.
12341 (Bug#4250)
12342
12343 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12344
12345 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
12346 don't use a file dialog, because they usually don't know how to read
12347 a directory target from the user. (Bug#4230)
12348 Also, make sure the prompt can display directories as well as files.
12349
12350 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12351
12352 * bookmark.el (bookmark-set, bookmark-buffer-name):
12353 Improve doc strings. (Bug#1193)
12354
12355 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12356
12357 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
12358 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
12359 (bookmark-get-annotation, bookmark-set-annotation)
12360 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12361 (bookmark-set-position, bookmark-get-front-context-string)
12362 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12363 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
12364 (bookmark-jump-other-window, bookmark-handle-bookmark)
12365 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12366 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12367 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
12368 Improve doc strings to say whether bookmark can be a string or
12369 a record or both, and make other consistency and clarity fixes.
12370 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12371 (bookmark-default-annotation-text, bookmark-yank-word)
12372 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12373 (bookmark-import-new-list, bookmark-maybe-rename)
12374 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12375 (bookmark-bmenu-bookmark): Give these doc strings.
12376 (bookmark-bmenu-check-position): Give this a doc string, but also
12377 add a FIXME comment about how the function may be pointless.
12378 (bookmark-default-handler): Rework doc string and change a
12379 parameter name, to clarify that this takes a bookmark record
12380 not a bookmark name.
12381 (bookmark-set): Change a parameter name to indicate its meaning,
12382 and improve the doc string a bit.
12383 (Bug#4188)
12384
12385 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12386
12387 * bookmark.el (bookmark-alist): Document the new `handler' element
12388 in the param alist.
12389 (bookmark-make-record-function): Adjust documentation for above.
12390 (Bug#4193)
12391
12392 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12393
12394 * info.el (Info-bookmark-make-record): Document this function.
12395 (Info-bookmark-jump): Document with a doc string, not just a comment.
12396 (Bug#4203)
12397
12398 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
12399
12400 * files.el (copy-directory): New defun.
12401
12402 * dired-aux.el (dired-copy-file-recursive): Use it.
12403
12404 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
12405
12406 * files-x.el (modify-dir-local-variable)
12407 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
12408 docstrings.
12409
12410 * recentf.el (recentf-unload-function): New function.
12411
12412 2009-10-04 Glenn Morris <rgm@gnu.org>
12413
12414 * window.el (window-full-height-p): Add doc string.
12415
12416 2009-10-04 Martin Rudalics <rudalics@gmx.at>
12417
12418 * window.el (window-full-height-p): New function. (Bug#4543)
12419
12420 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
12421
12422 * vc.el: Remove commented out code.
12423 (vc-derived-from-dir-mode): Remove, unused.
12424 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
12425
12426 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
12427
12428 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
12429 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
12430 there could be recursive loading when `default-directory' is a
12431 remote file name. (Bug#4614)
12432
12433 2009-10-03 Glenn Morris <rgm@gnu.org>
12434
12435 * calendar/calendar.el (calendar-basic-setup): Handle the case where
12436 the frame is wide.
12437 (calendar-generate-window): Test for shrinkability rather than width.
12438
12439 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
12440 reusing existing buffers, in case we happen to visit two files with the
12441 same basename. (Bug#4593)
12442
12443 2009-10-02 Eli Zaretskii <eliz@gnu.org>
12444
12445 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
12446 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
12447 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
12448 subdirs of cedet as well.
12449 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
12450
12451 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12452
12453 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
12454 Obey advertised-signature-table.
12455
12456 * help-fns.el (help-function-arglist): Don't check
12457 advertised-signature-table.
12458 (describe-function-1): Do it here instead so it also applies to subrs.
12459
12460 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
12461
12462 * simple.el (start-file-process): Say in the doc-string, that file
12463 handlers might not support pty association, if PROGRAM is nil.
12464
12465 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
12466 HOST and USER are strings. They are nil, when there are
12467 incomplete entries in ~/.netrc, for example.
12468 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
12469 root directory ("device busy" error otherwise).
12470
12471 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
12472 Flush file properties of created directory.
12473
12474 2009-10-02 Eli Zaretskii <eliz@gnu.org>
12475
12476 * makefile.w32-in (WINS_BASIC): Remove cedet.
12477 (WINS_CEDET): Add cedet.
12478 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
12479
12480 2009-10-02 Kevin Ryde <user42@zip.com.au>
12481
12482 * net/browse-url.el (browse-url): Pass any symbol in
12483 browse-url-browser-function to `apply', since if you've mistakenly put
12484 an unbound symbol then the error is clearer. (Bug#4531)
12485
12486 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
12487
12488 * allout.el (allout-init, allout-back-to-current-heading)
12489 (allout-beginning-of-current-entry, allout-ascend-to-depth)
12490 (allout-ascend, allout-up-current-level, allout-end-of-level)
12491 (allout-previous-visible-heading, allout-forward-current-level)
12492 (allout-backward-current-level, allout-show-children):
12493 * apropos.el (apropos-describe-plist):
12494 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
12495 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
12496 * completion.el (add-completion, add-permanent-completion):
12497 * descr-text.el (describe-text-category, describe-char):
12498 * desktop.el (desktop-lazy-abort):
12499 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
12500 * dired.el (dired-build-subdir-alist):
12501 * ediff.el (ediff-version):
12502 * elide-head.el (elide-head, elide-head-show):
12503 * emerge.el (emerge-version):
12504 * env.el (getenv):
12505 * face-remap.el (variable-pitch-mode):
12506 * faces.el (describe-face):
12507 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
12508 (dired-at-point):
12509 * files.el (find-file-existing, auto-save-mode):
12510 * font-lock.el (font-lock-fontify-buffer):
12511 * help-fns.el (describe-function, describe-variable)
12512 (describe-syntax, describe-categories):
12513 * help.el (view-lossage, describe-bindings, describe-key)
12514 (describe-mode):
12515 * hexl.el (hexl-current-address):
12516 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
12517 * info.el (Info-goto-emacs-key-command-node):
12518 * log-edit.el (log-edit-insert-cvs-template)
12519 (log-edit-insert-cvs-rcstemplate):
12520 * menu-bar.el (menu-bar-mode):
12521 * mouse.el (mouse-appearance-menu):
12522 * newcomment.el (comment-indent-new-line):
12523 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
12524 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
12525 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
12526 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
12527 * recentf.el (recentf-mode):
12528 * savehist.el (savehist-mode, savehist-save):
12529 * shadowfile.el (shadow-copy-files):
12530 * simple.el (kill-ring-save, next-line, previous-line)
12531 (normal-erase-is-backspace-mode):
12532 * strokes.el (strokes-update-window-configuration)
12533 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
12534 (strokes-xpm-for-stroke):
12535 * time.el (emacs-uptime, emacs-init-time):
12536 * tutorial.el (tutorial--describe-nonstandard-key)
12537 (tutorial--detailed-help):
12538 * type-break.el (type-break-mode)
12539 (type-break-mode-line-message-mode, type-break-query-mode)
12540 (type-break-guesstimate-keystroke-threshold):
12541 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
12542 * version.el (emacs-version):
12543 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
12544 * winner.el (winner-mode):
12545 * calendar/timeclock.el (timeclock-in, timeclock-out)
12546 (timeclock-status-string, timeclock-change)
12547 (timeclock-workday-remaining-string)
12548 (timeclock-workday-elapsed-string)
12549 (timeclock-when-to-leave-string):
12550 * calendar/todo-mode.el (todo-add-category):
12551 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
12552 * emacs-lisp/autoload.el (update-file-autoloads):
12553 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
12554 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
12555 (checkdoc-message-text, checkdoc-defun):
12556 * emacs-lisp/debug.el (debugger-list-functions):
12557 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12558 * emacs-lisp/eieio-opt.el (eieio-describe-class)
12559 (eieio-describe-generic):
12560 * emacs-lisp/lisp-mnt.el (lm-synopsis):
12561 * emacs-lisp/shadow.el (list-load-path-shadows):
12562 * emulation/cua-base.el (cua-mode):
12563 * emulation/edt.el (edt-set-scroll-margins):
12564 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
12565 (tpu-toggle-regexp, tpu-toggle-search-direction)
12566 (tpu-toggle-rectangle, tpu-toggle-control-keys):
12567 * emulation/tpu-extras.el (tpu-set-scroll-margins):
12568 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12569 (viper-set-parsing-style-toggling-macro)
12570 (viper-set-emacs-state-searchstyle-macros):
12571 * emulation/viper.el (viper-set-hooks):
12572 * eshell/esh-mode.el (eshell-truncate-buffer):
12573 * international/mule-cmds.el (prefer-coding-system)
12574 (describe-input-method, describe-language-environment):
12575 * international/mule-diag.el (list-character-sets)
12576 (describe-character-set, describe-coding-system)
12577 (describe-fontset, list-fontsets, list-input-methods):
12578 * mail/sendmail.el (mail-signature):
12579 * net/ange-ftp.el (ange-ftp-copy-file):
12580 * net/browse-url.el (browse-url):
12581 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
12582 * net/quickurl.el (quickurl-add-url):
12583 * net/rcirc.el (names, topic):
12584 * net/xesam.el (xesam-mode):
12585 * play/5x5.el (5x5-new-game):
12586 * play/yow.el (apropos-zippy):
12587 * progmodes/ada-mode.el (ada-mode-version):
12588 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
12589 (f90-end-of-block)
12590 (f90-beginning-of-block):
12591 * progmodes/fortran.el (fortran-end-of-block)
12592 (fortran-beginning-of-block):
12593 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
12594 * progmodes/python.el (python-describe-symbol, python-shell):
12595 * term/ns-win.el (ns-print-buffer):
12596 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
12597 * textmodes/flyspell.el (flyspell-mode-on):
12598 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
12599 (pages-directory-for-addresses):
12600 * textmodes/table.el (table-recognize-cell)
12601 (table-query-dimension, table-generate-source)
12602 (table-insert-sequence, table--warn-incompatibility):
12603 * textmodes/tex-mode.el (tex-validate-buffer):
12604 * textmodes/texinfmt.el (texinfmt-version)
12605 (texinfo-format-buffer):
12606 Use `called-interactively-p' instead of `interactive-p'.
12607
12608 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
12609
12610 * image-mode.el (image-toggle-display):
12611 * emacs-lisp/elp.el (elp-instrument-function):
12612 * emacs-lisp/advice.el (ad-make-advised-definition):
12613 * emacs-lisp/easy-mmode.el (define-minor-mode):
12614 * net/browse-url.el (browse-url-maybe-new-window):
12615 * progmodes/sh-script.el (sh-learn-buffer-indent):
12616 Pass new argument 'any to `called-interactively-p'.
12617
12618 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
12619
12620 * international/uni-bidi.el:
12621 * international/uni-category.el:
12622 * international/uni-combining.el:
12623 * international/uni-comment.el:
12624 * international/uni-decimal.el:
12625 * international/uni-decomposition.el:
12626 * international/uni-digit.el:
12627 * international/uni-lowercase.el:
12628 * international/uni-mirrored.el:
12629 * international/uni-name.el:
12630 * international/uni-numeric.el:
12631 * international/uni-old-name.el:
12632 * international/uni-titlecase.el:
12633 * international/uni-uppercase.el:
12634 Regenerate from Unicode 5.2.0 data.
12635
12636 2009-10-01 Glenn Morris <rgm@gnu.org>
12637
12638 * Makefile.in (ELCFILES): Regenerate.
12639
12640 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12641
12642 * subr.el (interactive-p): Mark obsolete.
12643 (called-interactively-p): Make the optional-ness of `kind' obsolete.
12644 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
12645 advertised-signature-table for subroutines as well.
12646
12647 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
12648 (set-advertised-calling-convention): New function.
12649 (make-obsolete, define-obsolete-function-alias)
12650 (make-obsolete-variable, define-obsolete-variable-alias):
12651 Make the optional-ness of `when' obsolete.
12652 (define-obsolete-face-alias): Make `when' non-optional.
12653 * help-fns.el (help-function-arglist):
12654 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
12655 Use advertised-signature-table.
12656
12657 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
12658
12659 * files.el (delete-directory): New defun. The original function
12660 in fileio.c has been renamed to `delete-directory-internal'.
12661
12662 * dired.el (dired-delete-file): Call `delete-directory' with
12663 RECURSIVE parameter.
12664
12665 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
12666 parameter RECURSIVE. Implementation is missing.
12667
12668 * net/tramp.el (tramp-handle-make-directory): Flush upper
12669 directory's file properties.
12670 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
12671 (tramp-handle-dired-recursive-delete-directory): Flush directory
12672 properties after the remove command only.
12673
12674 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12675 Handle optional parameter RECURSIVE.
12676
12677 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
12678 Handle optional parameter RECURSIVE.
12679
12680 * net/tramp-smb.el (tramp-smb-errors): Add error message for
12681 connection timeout.
12682 (tramp-smb-handle-delete-directory): Handle optional parameter
12683 RECURSIVE.
12684
12685 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12686
12687 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
12688 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
12689 (byte-compile-defmacro): Use backquotes.
12690
12691 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
12692
12693 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
12694 has no associated file.
12695 (vc-resynch-buffer): Use vc-dir-buffers.
12696
12697 2009-10-01 Glenn Morris <rgm@gnu.org>
12698
12699 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
12700 (chart-file-count):
12701 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
12702 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
12703 * emacs-lisp/eieio-opt.el (eieio-describe-class):
12704 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
12705 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
12706 (eieio-copy-parents-into-subclass, make-instance, class-children)
12707 (eieio-generic-form):
12708
12709 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
12710 match-data. (Bug#4555).
12711
12712 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
12713 rather than parsing it as a regexp. This relaxes the layout
12714 requirements and makes errors easier to detect.
12715 (check-declare-verify): Check file is regular.
12716 (check-declare-directory): Doc fix.
12717 * subr.el (declare-function): Doc fix.
12718
12719 * ibuffer.el (ibuffer-format-qualifier):
12720 * isearch.el (hi-lock-regexp-okay):
12721 * calc/calc.el (math-zerop):
12722 * mail/uce.el (rmail-msgbeg, rmail-msgend):
12723 * term/w32-win.el (setup-default-fontset, set-fontset-font):
12724 Remove unused declarations.
12725
12726 2009-09-30 Glenn Morris <rgm@gnu.org>
12727
12728 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
12729
12730 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
12731 filename is not a string.
12732
12733 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
12734
12735 * files.el (safe-local-eval-forms): Fix typo.
12736
12737 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
12738
12739 * vc-hooks.el (vc-dir-buffers): New var.
12740 (vc-state-refresh): New function.
12741 (vc-state): Use it.
12742 (vc-after-save): Always ask the backend to recompute the new state.
12743 Always call vc-dir if necessary, using vc-dir-buffers.
12744 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
12745 Use vc-dir-buffers.
12746 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
12747 (vc-dir-prepare-status-buffer, vc-dir-update)
12748 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
12749 Don't call expand-file-name on default-directory.
12750
12751 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12752
12753 * speedbar.el (speedbar-item-delete):
12754 * calc/calc-prog.el (calc-kbd-if):
12755 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
12756
12757 * epa.el (epa-key-list-mode-map):
12758 * hi-lock.el (hi-lock-menu): Fix typos in menus.
12759
12760 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
12761 (hs-show-hook): Fix typo in docstring.
12762
12763 2009-09-29 Glenn Morris <rgm@gnu.org>
12764
12765 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
12766 file-name-nondirectory call preventing location of cedet files.
12767 (check-declare-verify): Use literal search rather than re-search.
12768 Add basic defmethod and defclass, and define-overloadable-function.
12769
12770 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12771 Use tramp-compat-file-attributes rather than nonexistent
12772 tramp-compat-handle-file-attributes.
12773
12774 * Makefile.in (lisptagsfiles4): New.
12775 (AUTOGENEL): Add cedet loaddefs files.
12776 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
12777 (update-elclist, compile-always, backup-compiled-files)
12778 (bootstrap-clean): Add yet another directory level.
12779 (update-elclist): Use LC_COLLATE rather than COLLATE.
12780 (ELCFILES): Update, via `make update-elclist'.
12781
12782 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12783
12784 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
12785 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
12786 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
12787
12788 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
12789
12790 * Makefile.in (lisptagsfiles3): Define.
12791 (TAGS, TAGS-LISP): Use it.
12792 (update-elclist): Add third directory level to look for elc files.
12793 (compile-always): Likewise.
12794 (backup-compiled-files): Likewise.
12795 (bootstrap-clean): Likewise.
12796 (ELCFILES): Update.
12797
12798 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
12799
12800 * Makefile.in (ELCFILES): Add CEDET files.
12801
12802 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
12803
12804 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
12805
12806 * net/tramp.el (top): Require tramp-imap.
12807
12808 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12809 Use `tramp-compat-handle-file-attributes'.
12810
12811 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12812
12813 * net/tramp-imap.el: New package.
12814
12815 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12816
12817 * whitespace.el (whitespace-trailing-regexp)
12818 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
12819 Fix doc string.
12820
12821 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
12822
12823 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
12824 menu.
12825
12826 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
12827 menu-bar-ediff-menu.
12828
12829 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
12830 define-overloadable-function.
12831
12832 * progmodes/autoconf.el: Provide autoconf as well, so that this
12833 file can be `require'd.
12834
12835 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
12836
12837 * emacs-lisp/autoload.el (generated-autoload-feature)
12838 (generated-autoload-load-name): New vars.
12839 (autoload-rubric, autoload-generate-file-autoloads): Use them.
12840 (make-autoload): Recognize define-overloadable-function and
12841 defclass forms (for EIEIO).
12842
12843 * Makefile.in (update-subdirs): Exclude cedet directory.
12844
12845 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
12846
12847 * term/ns-win.el: Don't set the region face background. (Bug#4381)
12848
12849 * faces.el: Default light-background background for region face to
12850 ns_selection_color under NS.
12851
12852 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
12853
12854 * net/imap-hash.el: New library, see NEWS.
12855
12856 * Makefile.in (ELCFILES): Add imap-hash.el.
12857
12858 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
12859
12860 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
12861 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
12862 * help-macro.el (make-help-screen): Avoid using an ambiguous function
12863 definition where the docstring could be taken for the return value.
12864
12865 2009-09-26 Glenn Morris <rgm@gnu.org>
12866
12867 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
12868 Add option to only show images below a certain size.
12869 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
12870 save-excursion calls.
12871
12872 2009-09-26 Eli Zaretskii <eliz@gnu.org>
12873
12874 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
12875 subdirectories) and eieio.
12876
12877 2009-09-26 Alan Mackenzie <acm@muc.de>
12878
12879 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
12880 buggy bracketing. (Bug#4289)
12881
12882 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
12883 character constants (as case labels). (Bug#4289)
12884
12885 2009-09-25 Juri Linkov <juri@jurta.org>
12886
12887 * files.el (safe-local-eval-forms): Allow time-stamp in
12888 before-save-hook (Bug#4554).
12889
12890 2009-09-25 Drew Adams <drew.adams@oracle.com>
12891
12892 * menu-bar.el (list-buffers-directory): Doc fix.
12893
12894 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
12895
12896 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
12897 Try and avoid copying twice the same paragraph.
12898 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
12899 Remove save-excursion.
12900 (log-edit-changelog-entry): Do it here instead.
12901
12902 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
12903
12904 * bs.el (bs--get-file-name): Use `list-buffers-directory'
12905 when available, instead of hardcoding mode names. Doc fix.
12906
12907 * menu-bar.el (list-buffers-directory): Add docstring.
12908 Make automatically buffer-local.
12909
12910 * dired.el (dired-mode):
12911 * files.el (cd-absolute):
12912 * pcvs.el (cvs-temp-buffer):
12913 * pcvs-util.el (cvs-get-buffer-create):
12914 * shell.el (shell-mode):
12915 * vc-dir.el (vc-dir-mode):
12916 Don't make `list-buffers-directory' buffer local.
12917
12918 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
12919
12920 * comint.el (comint-exec, comint-run, make-comint):
12921 Doc fixes (Bug#4542).
12922
12923 2009-09-25 Glenn Morris <rgm@gnu.org>
12924
12925 * mail/rmailmm.el (rmail-mime): New custom group.
12926 Move all defcustoms in this file into this group.
12927 (rmail-mime-media-type-handlers-alist): Revert previous change.
12928 (rmail-mime-show-images): New option.
12929 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
12930 references to it, since it wasn't actually used for anything.
12931 (rmail-mime-insert-image): New function.
12932 (rmail-mime-image): Use rmail-mime-insert-image.
12933 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
12934 obey the value of `rmail-mime-show-images' option. Print the size of
12935 attachments.
12936
12937 2009-09-25 David Engster <deng@randomsample.de>
12938
12939 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
12940
12941 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12942
12943 * whitespace.el: Does not highlight trailing spaces While point is
12944 at end of line. Does not highligt spaces at beginning of buffer
12945 while point is at beginning of buffer. Does not highlight spaces
12946 at end of buffer while point is at end of buffer. (Bug#4177)
12947 New version 12.0.
12948 (whitespace-display-mappings): Adjust initialization.
12949 (whitespace-point, whitespace-font-lock-refontify): New vars.
12950 (whitespace-color-on, whitespace-color-off): Adjust code.
12951 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
12952 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
12953 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
12954
12955 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
12956
12957 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
12958
12959 * textmodes/sgml-mode.el: Remove xml-mode alias.
12960
12961 * files.el (auto-mode-alist, conf-mode-maybe)
12962 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
12963
12964 2009-09-24 Alan Mackenzie <acm@muc.de>
12965
12966 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
12967 c-forward-conditionals, but it doesn't move point and doesn't set
12968 the mark.
12969 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
12970 (c-down-conditional-with-else, c-backward-conditional)
12971 (c-forward-conditional): Refactor to use c-scan-conditionals.
12972
12973 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
12974
12975 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
12976 (help-default-arg-highlight): Remove.
12977 (help-highlight-arg): New function.
12978 (help-do-arg-highlight): Use it.
12979 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
12980
12981 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12982
12983 * term.el (term-set-scroll-region, term-handle-ansi-escape):
12984 Undo last change, which didn't fix the problem and introduced others.
12985
12986 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
12987
12988 * progmodes/gdb-mi.el: Don't require speedbar.
12989 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
12990
12991 2009-09-24 Glenn Morris <rgm@gnu.org>
12992
12993 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
12994
12995 * term/ns-win.el (ns-reg-to-script): Define for compiler.
12996
12997 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
12998 there is no newline after the final mime boundary. (Bug#4539)
12999 Move markers on insertion so that any buttons inserted don't end up in
13000 the next part of a multipart message.
13001 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
13002 (rmail-mime-bulk-handler): Optionally handle images.
13003 (rmail-mime-image): New button action.
13004 (rmail-mime-image-handler): New function.
13005 (rmail-mime-mode): New mode.
13006 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
13007
13008 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13009
13010 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
13011 than just dropping elements from it (bug#4504).
13012
13013 * term.el (term-set-scroll-region): Don't move cursor any more.
13014 (term-handle-ansi-escape): Call term-goto here instead.
13015 Suggested by Ivan Kanis <apple@kanis.eu>.
13016
13017 * term.el: Require CL.
13018 (term-ansi-reset): New function.
13019 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
13020 (term-handle-colors-array): Simplify.
13021
13022 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
13023
13024 * allout.el (allout-overlay-interior-modification-handler)
13025 (allout-obtain-passphrase):
13026 * epa-file.el (epa-file-write-region):
13027 * ps-print.el (ps-begin-job):
13028 * vc-hooks.el (vc-toggle-read-only):
13029 * vc-rcs.el (vc-rcs-rollback):
13030 * vc-sccs.el (vc-sccs-rollback):
13031 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
13032 (vc-version-diff, vc-revert, vc-rollback):
13033 * wdired.el (wdired-check-kill-buffer):
13034 * emacs-lisp/authors.el (authors):
13035 * net/socks.el (socks-open-connection):
13036 * net/zeroconf.el (zeroconf-service-add-hook):
13037 * obsolete/vc-mcvs.el (vc-mcvs-register):
13038 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
13039 (gdb-select-frame):
13040 * progmodes/grep.el (lgrep, rgrep):
13041 * progmodes/idlw-help.el (idlwave-help-check-locations)
13042 (idlwave-help-html-link, idlwave-help-assistant-open-link):
13043 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13044 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
13045 (reftex-toc-rename-label): Fix typos in error messages.
13046
13047 * dired-aux.el (dired-do-shell-command): Reflow docstring.
13048 (dired-copy-how-to-fn): Doc fix.
13049 (dired-files-attributes, dired-read-shell-command):
13050 Fix typos in docstrings.
13051
13052 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
13053 (dired-x-find-file-other-window): Reflow docstrings.
13054 (dired-omit-marker-char, dired-read-shell-command)
13055 (dired-x-submit-report): Fix typos in docstrings.
13056
13057 * shell.el (shell-mode-hook):
13058 * view.el (View-scroll-line-forward):
13059 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
13060 Fix typos in docstrings.
13061
13062 * net/dig.el (dig-invoke): Fix typo in docstring.
13063 (query-dig): Reflow docstring.
13064
13065 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
13066 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
13067 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
13068 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
13069 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
13070 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
13071 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
13072 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
13073 (idlwave-completion-map, idlwave-current-indent)
13074 (idlwave-custom-ampersand-surround, idlwave-customize)
13075 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
13076 (idlwave-define-abbrev, idlwave-determine-class-special)
13077 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
13078 (idlwave-end-block-reg, idlwave-end-of-statement)
13079 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
13080 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
13081 (idlwave-explicit-class-listed, idlwave-file-header)
13082 (idlwave-fill-paragraph, idlwave-find-class-definition)
13083 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
13084 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
13085 (idlwave-in-quote, idlwave-indent-action-table)
13086 (idlwave-indent-expand-table, idlwave-indent-line)
13087 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
13088 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
13089 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
13090 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
13091 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
13092 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
13093 (idlwave-outlawed-buffers, idlwave-popup-select)
13094 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
13095 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
13096 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
13097 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
13098 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
13099 (idlwave-statement-type, idlwave-struct-skip)
13100 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
13101 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
13102 (idlwave-what-module-find-class): Fix typos in docstrings.
13103 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
13104 (idlwave-calculate-cont-indent, idlwave-expand-equal)
13105 (idlwave-find-module, idlwave-find-structure-definition)
13106 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
13107 (idlwave-list-load-path-shadows, idlwave-next-statement)
13108 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
13109 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
13110 (idlwave-template): Reflow docstrings.
13111
13112 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
13113 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
13114 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
13115 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
13116 (idlwave-shell-display-line, idlwave-shell-display-wframe)
13117 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
13118 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
13119 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
13120 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
13121 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
13122 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
13123 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
13124 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
13125 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
13126 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
13127 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
13128 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
13129 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
13130 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
13131 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
13132 Fix typos in docstrings.
13133 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
13134 (idlwave-shell-hide-output, idlwave-shell-mode)
13135 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
13136 Reflow docstrings.
13137
13138 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
13139
13140 2009-09-24 Ivan Kanis <apple@kanis.eu>
13141
13142 * term.el (term-bold-attribute): New var.
13143 (term-handle-colors-array): Use it.
13144
13145 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
13146
13147 * progmodes/gdb-mi.el (gdb-version): New variable.
13148 (gdb-non-stop-handler): Set gdb-version.
13149 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
13150 Condition "--thread" option on gdb-version.
13151 (gdb-invalidate-threads): Remove unused argument.
13152
13153 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13154
13155 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
13156 to looking-back to avoid ridiculous slow down in large files (bug#4511).
13157
13158 2009-09-23 Glenn Morris <rgm@gnu.org>
13159
13160 * mail/rmail.el (rmail-reply): Don't try to add a References header when
13161 replying to mail without References or Message-Id. (Bug#4525)
13162
13163 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
13164
13165 * term/ns-win.el (ns-reg-to-script): New variable.
13166
13167 2009-09-23 Daiki Ueno <ueno@unixuser.org>
13168
13169 * epg.el (epg-wait-for-status): Preserve existing 'error results.
13170
13171 2009-09-22 Sam Steingold <sds@gnu.org>
13172
13173 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
13174 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
13175 to 1 because hg returns status 1 when nothing is found.
13176 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
13177
13178 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13179
13180 * textmodes/fill.el: Convert to utf-8 encoding.
13181 (fill-french-nobreak-p): Remove redundant » and « inherited from our
13182 pre-Unicode days.
13183
13184 * add-log.el (change-log-fill-forward-paragraph): New function.
13185 (change-log-mode): Use it so fill-region DTRT.
13186 Set fill-indent-according-to-mode here rather than in
13187 change-log-fill-paragraph.
13188 (change-log-fill-paragraph): Remove.
13189
13190 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
13191
13192 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
13193 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
13194
13195 2009-09-22 Glenn Morris <rgm@gnu.org>
13196
13197 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
13198 the scroll-bar scroll the calendar window rather than the buffer.
13199
13200 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
13201 commands that move point (as opposed to scrolling).
13202
13203 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
13204
13205 * emacs-lisp/elint.el (elint): New custom group.
13206 (elint-log-buffer): Make it a defcustom.
13207 (elint-scan-preloaded, elint-ignored-warnings)
13208 (elint-directory-skip-re): New options.
13209 (elint-builtin-variables): Doc fix.
13210 (elint-preloaded-env): New variable.
13211 (elint-unknown-builtin-args): Add an entry for encode-time.
13212 (elint-extra-errors): Make it a variable rather than a constant.
13213 (elint-preloaded-skip-re): New constant.
13214 (elint-directory): Skip files matching elint-directory-skip-re.
13215 (elint-features): New variable, local to linted buffers.
13216 (elint-update-env): Initialize elint-features. Possibly add
13217 elint-preloaded-env to the buffer's environment.
13218 (elint-get-top-forms): Bind elint-current-pos, for log messages.
13219 Skip quoted forms.
13220 (elint-init-form): New function, extracted from elint-init-env.
13221 Make non-list forms a warning rather than an error.
13222 Add the mode-map for define-derived-mode. Handle define-minor-mode,
13223 easy-menu-define, put that adds an error-condition, and provide.
13224 When requiring cl, also require cl-macs. Really require cl, to handle
13225 some cl macros. Store required libraries in the list elint-features,
13226 so as not to re-load them. Treat cc-require like require.
13227 (elint-init-env): Call elint-init-form to do the work.
13228 Handle eval-and-compile and such like.
13229 (elint-add-required-env): Do not clear messages.
13230 (elint-special-forms): Add handlers for function, defalias, if, when,
13231 unless, and, or.
13232 (elint-form): Add optional argument to ignore elint-special-forms,
13233 useful to prevent recursive calls from handlers. Doc fix.
13234 Respect elint-ignored-warnings.
13235 (elint-form): Respect elint-ignored-warnings.
13236 (elint-bound-variable, elint-bound-function): New variables.
13237 (elint-unbound-variable): Respect elint-bound-variable.
13238 (elint-get-args): Respect elint-bound-function.
13239 (elint-check-cond-form): Add some simple handling for (f)boundp and
13240 featurep tests.
13241 (elint-check-defalias-form): New handler.
13242 (elint-check-let-form): Make an empty let a warning rather than an
13243 error.
13244 (elint-check-setq-form): Make an empty setq a warning rather than an
13245 error. Respect elint-ignored-warnings.
13246 (elint-check-defvar-form): Accept null doc-strings.
13247 (elint-check-conditional-form): New handler. Does some simple-minded
13248 checking of featurep and (f)boundp tests.
13249 (elint-put-function-args): New function.
13250 (elint-initialize): Use elint-scan-doc-file rather than
13251 elint-find-builtin-variables. Use elint-put-function-args.
13252 Possibly scan preloaded-file-list.
13253 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
13254 extend to handle functions as well.
13255
13256 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
13257
13258 * linum.el (linum-delete-overlays, linum-update-window):
13259 Do not modify the right margin. (Bug#3971)
13260
13261 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
13262
13263 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
13264 nxml-mode instead of xml-mode.
13265
13266 2009-09-21 Kevin Ryde <user42@zip.com.au>
13267
13268 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
13269
13270 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13271
13272 * net/dig.el (dig-mode): Use define-derived-mode.
13273
13274 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
13275
13276 * vc-dispatcher.el (vc-do-command): Return the process object in
13277 the asynchronous case. Use when instead of if. Do not run
13278 vc-exec-after to display a message if not enabled. (Bug#4463)
13279
13280 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
13281 properties to the stash strings.
13282 (vc-git-stash-list): Return a list of strings.
13283 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
13284 (vc-git-stash-show-at-point): New functions.
13285 (vc-git-stash-map): New keymap.
13286
13287 * register.el (ctl-x-r-map): Define the keys here instead of
13288 using autoload.
13289
13290 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
13291
13292 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
13293 list, to workaround performance problem (bug#4485).
13294
13295 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
13296
13297 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
13298
13299 2009-09-20 Daiki Ueno <ueno@unixuser.org>
13300
13301 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13302 Document that this option is not recommended to use.
13303
13304 2009-09-19 Glenn Morris <rgm@gnu.org>
13305
13306 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13307 variable `var'.
13308
13309 * calc/calc-alg.el (var):
13310 * calc/calcalg2.el (var): Define for compiler.
13311
13312 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
13313
13314 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13315 Doc fix (Bug#3932).
13316
13317 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13318
13319 * time-stamp.el (time-stamp-month-dd-yyyy)
13320 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13321 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13322 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
13323 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13324 Remove functions that have been obsolete since 1995 (Bug#4436).
13325
13326 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13327 indent buffer only if called interactively (Bug#4452).
13328
13329 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
13330 Eli Zaretskii <eliz@gnu.org>
13331
13332 This fixes bug#4197 (merged to bug#865, though not identical).
13333 * server.el (server-auth-dir): Add docstring note about FAT32.
13334 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13335 but warn against using them.
13336
13337 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
13338
13339 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13340 older GDB where there is no has_more field.
13341
13342 2009-09-19 Glenn Morris <rgm@gnu.org>
13343
13344 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13345
13346 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
13347
13348 * files.el (auto-mode-alist): Change default for XML files to nXML
13349 mode (Bug#4169).
13350
13351 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
13352
13353 * server.el (server-ensure-safe-dir): Pass 'integer
13354 to `file-attributes', as suggested.
13355
13356 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13357
13358 * dired-aux.el (dired-query-alist): Remove spurious backslash.
13359 (dired-query): Use read-key.
13360
13361 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
13362
13363 * cus-start.el (ns-use-qd-smoothing): Remove.
13364
13365 2009-09-18 Glenn Morris <rgm@gnu.org>
13366
13367 * allout.el (top-level): Remove unnecessary progn.
13368
13369 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13370
13371 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13372 definition of abbrev table.
13373
13374 * speedbar.el (speedbar-track-mouse):
13375 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
13376 * net/eudc.el (eudc-expand-inline):
13377 * net/newst-backend.el (newsticker--cache-read-feed):
13378 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
13379 condition-case handlers.
13380
13381 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
13382
13383 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
13384 (gdb-var-list): Add an element for has_more field.
13385 (gdb-non-stop-handler): Enable pretty printing for STL containers.
13386 (gdb-var-create-handler, gdb-var-list-children-handler-1)
13387 (gdb-var-update-handler-1): Parse output of dynamic variable
13388 objects (STL containers).
13389 (gdb-var-delete-1): Pass var1 as an explicit second argument.
13390 (gdb-get-field): Delete alias. Use bindat-get-field directly.
13391
13392 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13393 gdb-var-list.
13394 (gud-speedbar-buttons): Make node expandable if expression "has more"
13395 children.
13396
13397 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
13398
13399 * startup.el (emacs-quick-startup): Remove variable and all uses.
13400 (command-line): Set `inhibit-x-resources' instead.
13401 (command-line-1): Use `inhibit-x-resources' instead.
13402
13403 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
13404
13405 * subr.el: Fix last change to avoid using the `unless' macro,
13406 which breaks bootstrapping.
13407
13408 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13409
13410 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13411 extended definitions, in case we reload subr.el after having
13412 loaded CL.
13413 (eval-next-after-load): Mark as obsolete.
13414
13415 2009-09-17 Juri Linkov <juri@jurta.org>
13416
13417 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13418 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13419 (menu-bar-showhide-menu, menu-bar-tools-menu)
13420 (menu-bar-describe-menu, menu-bar-help-menu)
13421 (minibuffer-local-completion-map, minibuffer-local-map):
13422 Fix list quoting.
13423
13424 2009-09-17 Glenn Morris <rgm@gnu.org>
13425
13426 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
13427 arguments, whether or not it has a handler.
13428
13429 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
13430
13431 * simple.el (hard-newline): Give it a doc-string.
13432
13433 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13434 (lisp-mode-syntax-table): Give them doc-strings.
13435
13436 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
13437
13438 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
13439 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
13440 (menu-bar-options-menu, menu-bar-showhide-menu)
13441 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
13442 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
13443 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
13444 (menu-bar-options-menu, menu-bar-tools-menu)
13445 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
13446 (menu-bar-help-menu):
13447 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
13448 string arguments.
13449
13450 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
13451 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
13452 calls for the menu names and :help.
13453
13454 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13455
13456 * mouse.el (minor-mode-menu-from-indicator): Pay attention
13457 to :minor-mode-function (bug#4455).
13458
13459 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13460
13461 * startup.el (command-line): Initialize the window-system after
13462 processing the command-line.
13463
13464 * textmodes/page.el (what-page): Make sure we don't inf-loop if
13465 page-delimiter matches the empty string.
13466
13467 2009-09-16 Glenn Morris <rgm@gnu.org>
13468
13469 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13470 byte-compile-not-obsolete-var. It's a list now.
13471 (byte-compile-not-obsolete-funcs): New variable.
13472 (byte-compile-warn-obsolete): Don't warn about functions if they are in
13473 byte-compile-not-obsolete-funcs.
13474 (byte-compile-variable-ref, byte-compile-defvar): Update for
13475 byte-compile-not-obsolete-vars name-change and list nature.
13476 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13477 and variables behind (f)boundp tests.
13478 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13479
13480 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13481
13482 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13483
13484 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13485
13486 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13487 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13488 Don't autoload.
13489
13490 2009-09-15 Stephen Eglen <stephen@gnu.org>
13491
13492 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
13493 the virtual-buffers, use the name of the buffer specified by
13494 find-file-noselect, as the match may be a symlink. (This was a
13495 problem if the target and the symlink had different names.)
13496
13497 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13498
13499 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13500
13501 * desktop.el (desktop-path): Check user-emacs-directory.
13502
13503 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13504
13505 * loadup.el: Use after-load-functions to GC after loading each file.
13506 Remove the explicit GC calls that used to be sprinkled around.
13507
13508 * subr.el (after-load-functions): New hook.
13509 (do-after-load-evaluation): Run it. Use string-match-p to detect
13510 `obsolete' packages, rather than painfully extracting the relevant
13511 directory name.
13512
13513 2009-09-15 Glenn Morris <rgm@gnu.org>
13514
13515 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13516 free variable `doc'.
13517
13518 * dired.el (dired-mode-map): Add menu entry for async shell command.
13519
13520 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13521 variables, also consider the .elc files, since the .el files are
13522 normally gzipped (subsequent code locates the .el.gz from the .elc).
13523
13524 * calc/calc-prog.el (arglist): Define for compiler.
13525
13526 * calendar/diary-lib.el (diary-display-function): Change the default to
13527 fancy display.
13528 (body): Define for compiler.
13529
13530 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13531 (byte-compile-file-form, byte-compile-lambda)
13532 (byte-compile-top-level-body, byte-compile-form)
13533 (byte-compile-variable-ref, byte-compile-setq)
13534 (byte-compile-setq-default, byte-compile-body)
13535 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13536 (batch-byte-compile): Give some more local variables with common names
13537 a "bytecomp-" prefix to avoid masking warnings about free variables.
13538
13539 * startup.el (command-line-1): Give local variables with common names a
13540 distinguishing prefix, so as not to hide free variable warnings during
13541 bootstrap.
13542
13543 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13544 clever and add a suffix to make a unique name, just let the user decide
13545 whether or not to overwrite it. If the input is a directory, write the
13546 default filename to that directory. (Bug#4388)
13547 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13548 is a filename-as-a-directory.
13549
13550 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13551
13552 * textmodes/page.el (what-page): Don't move to beginning of line.
13553 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13554
13555 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13556
13557 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13558
13559 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
13560
13561 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
13562 * help.el (help-for-help-internal): Add purecopy calls for text.
13563
13564 * vc.el (top): print-log method now takes an optional SHORTLOG
13565 argument. Add a new method: root.
13566 (vc-root-diff, vc-print-root-log): New functions.
13567 (vc-log-short-style): New variable.
13568 (vc-print-log-internal): Add support for showing short logs.
13569
13570 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
13571 vc-print-root-log and vc-print-root-diff.
13572
13573 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
13574 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
13575 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
13576 short logs.
13577
13578 * vc-cvs.el (vc-cvs-print-log):
13579 * vc-mtn.el (vc-mtn-print-log):
13580 * vc-rcs.el (vc-rcs-print-log):
13581 * vc-sccs.el (vc-sccs-print-log):
13582 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
13583 that is ignored for now.
13584
13585 * vc-mtn.el (vc-mtn-annotate-command):
13586 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
13587
13588 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13589
13590 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
13591 to function-key-map, and give them ascii-character property.
13592 * term/x-win.el (x-alternatives-map):
13593 * term/ns-win.el (ns-alternatives-map):
13594 * term/internal.el (msdos-key-remapping-map):
13595 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
13596
13597 2009-09-14 Glenn Morris <rgm@gnu.org>
13598
13599 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
13600 temp-buffers (2009-09-12).
13601
13602 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13603
13604 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
13605 the new read-key function.
13606
13607 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
13608
13609 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
13610 is defined (Bug#4405).
13611
13612 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
13613
13614 * recentf.el (recentf-cleanup): Use a hash table to find
13615 duplicates (Bug#4407).
13616
13617 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
13618
13619 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
13620 kp-0 to ascii equivalents (Bug#4325).
13621
13622 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
13623
13624 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
13625
13626 * eshell/em-hist.el:
13627 * eshell/em-dirs.el (eshell-complete-user-reference):
13628 Declare pcomplete functions and variables to avoid compiler warnings.
13629
13630 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
13631
13632 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
13633 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
13634 * eshell/em-alias.el (eshell-aliases-file):
13635 * eshell/em-hist.el (eshell-history-file-name):
13636 Use expand-file-name instead of concat to make file names (Bug#4308).
13637
13638 2009-09-13 Glenn Morris <rgm@gnu.org>
13639
13640 * ediff-merg.el (ediff-do-merge):
13641 * filesets.el (filesets-run-cmd):
13642 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
13643 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
13644 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
13645 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
13646 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
13647 Replace empty `let's with `progn'.
13648
13649 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13650
13651 * mail/sendmail.el (send-mail-function):
13652 * tooltip.el (tooltip-mode):
13653 * simple.el (transient-mark-mode):
13654 * rfn-eshadow.el (file-name-shadow-mode):
13655 * frame.el (blink-cursor-mode):
13656 * font-core.el (global-font-lock-mode):
13657 * files.el (temporary-file-directory)
13658 (small-temporary-file-directory, auto-save-file-name-transforms):
13659 * epa-hook.el (auto-encryption-mode):
13660 * composite.el (global-auto-composition-mode):
13661 Use custom-initialize-delay.
13662 * startup.el (command-line): Don't explicitly call
13663 custom-reevaluate-setting for all the above vars.
13664 * custom.el (custom-initialize-safe-set)
13665 (custom-initialize-safe-default): Delete.
13666
13667 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13668
13669 * term/x-win.el (x-initialize-window-system):
13670 * term/w32-win.el (w32-initialize-window-system):
13671 * term/ns-win.el (ns-initialize-window-system): Don't call
13672 mouse-wheel-mode since it's enabled globally by default already.
13673
13674 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
13675 actually define the variable, but only silences the byte-compiler.
13676 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
13677 before looking it up.
13678 (mouse-wheel-scroll-amount): Also reset the bindings if this value
13679 is changed.
13680
13681 2009-09-12 Glenn Morris <rgm@gnu.org>
13682
13683 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
13684 1000.
13685 (elint-add-required-env): Don't beep on error.
13686 (elint-forms): In case of error, return ENV unchanged.
13687 (elint-init-env): Skip non-list forms.
13688 (elint-log): Handle unknown file positions.
13689
13690 2009-09-12 Daiki Ueno <ueno@unixuser.org>
13691
13692 * epg.el (epg-make-context): Add autoload cookie.
13693 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
13694 (epg-decrypt-string, epg-start-verify, epg-verify-file)
13695 (epg-verify-string, epg-start-sign, epg-sign-file)
13696 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
13697 (epg-encrypt-string, epg-start-export-keys)
13698 (epg-export-keys-to-file, epg-export-keys-to-string)
13699 (epg-start-import-keys, epg-import-keys-from-file)
13700 (epg-import-keys-from-string, epg-start-receive-keys)
13701 (epg-receive-keys, epg-import-keys-from-server)
13702 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
13703 (epg-sign-keys, epg-start-generate-key)
13704 (epg-generate-key-from-file, epg-generate-key-from-string):
13705 Remove autoload cookie.
13706
13707 2009-09-12 Eli Zaretskii <eliz@gnu.org>
13708
13709 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
13710 reevaluation of trash-directory.
13711
13712 * mwheel.el: Fix last change.
13713 (mouse-wheel-mode): New defvar.
13714 (mouse-wheel-mode): Remove autoload cookie.
13715
13716 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13717
13718 * mwheel.el (mwheel-installed-bindings): New var.
13719 (mouse-wheel-mode): Use it, so as to make sure we really remove all
13720 the bindings we set last time. Use custom-initialize-delay.
13721 * loadup.el: Load mwheel after term/*-win.el.
13722 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
13723 and mouse-wheel-up-event now that their first evaluation is done
13724 sufficiently late to be correct.
13725
13726 * startup.el (tutorial-directory): Make it a defcustom.
13727 Use custom-initialize-delay rather than eval-at-startup to set it.
13728 * image.el (image-load-path): Make it a defcustom.
13729 Use custom-initialize-delay rather than eval-at-startup to set it.
13730 * subr.el (eval-at-startup): Remove.
13731 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
13732
13733 * subr.el (do-after-load-evaluation): Warn the user after loading an
13734 obsolete package.
13735
13736 2009-09-12 Glenn Morris <rgm@gnu.org>
13737
13738 * proced.el (proced-mark-alt): Remove alias.
13739 (proced-mode-map): Remove proced-mark-alt.
13740
13741 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
13742 Elint file and directory. Remove initialization entry.
13743
13744 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
13745 commands.
13746 (elint-current-buffer): Set mode-line-process.
13747 (elint-init-env): Handle define-derived-mode.
13748 Fix declare-function with unspecified arglist. Guard against odd
13749 defalias statements (eg iso-insert's 8859-1-map).
13750 (elint-add-required-env): Use a temp buffer.
13751 (elint-form): Just print the function/macro name, not the whole form.
13752 Return env unchanged if we fail to parse a macro.
13753 (elint-forms): Guard against parse errors.
13754 (elint-output): New function, to handle batch mode.
13755 (elint-log-message): Add optional argument. Use elint-output.
13756 (elint-set-mode-line): New function.
13757
13758 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
13759
13760 * emacs-lisp/elp.el (elp-not-profilable): Add more
13761 functions (Bug#4233).
13762
13763 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
13764
13765 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
13766 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
13767
13768 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
13769
13770 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
13771 (gdb-var-list-children): Use json parsing.
13772
13773 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
13774
13775 * progmodes/js.el (js--proper-indentation): Handle the case where
13776 char-before is null. Reported by Deniz Dogan.
13777
13778 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
13779
13780 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
13781
13782 2009-09-11 Daiki Ueno <ueno@unixuser.org>
13783
13784 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
13785 (epg-digest-algorithm-alist): Add SHA224.
13786 (epg-context-set-passphrase-callback)
13787 (epg-context-set-progress-callback): Add description about
13788 callback function.
13789
13790 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13791
13792 * custom.el (custom-delayed-init-variables): New var.
13793 (custom-initialize-delay): New function.
13794 * startup.el (command-line): "Re"evaluate all vars in
13795 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
13796 explicitly any more.
13797 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
13798 to avoid creating a ~/.emacs.d at build-time (bug#4347).
13799
13800 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
13801
13802 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
13803
13804 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
13805 (gdb-var-update-handler): Use json parsing.
13806
13807 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
13808
13809 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
13810 decode annotated text, regardless of language environment. (Bug#2741)
13811
13812 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13813
13814 * Makefile.in (autoloads): Make rmail.el writable as well.
13815
13816 2009-09-11 Glenn Morris <rgm@gnu.org>
13817
13818 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
13819 loaddefs.el.
13820 * dired.el: Regenerate with extracted autoloads.
13821 * Makefile.in (autoloads): Make dired.el writable.
13822
13823 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
13824 * ibuffer.el: Regenerate with extracted autoloads.
13825 * Makefile.in (autoloads): Make ibuffer.el writable.
13826
13827 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
13828 * version.el (emacs-copyright, emacs-major-version)
13829 (emacs-minor-version): Reformat doc-strings for make-docfile.
13830
13831 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
13832 functions and variables, since they must be stuff specific to some other
13833 platform.
13834 (apropos-print): Make mouse-click message less specific about button.
13835
13836 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
13837 that records where a macro was defined.
13838 * help-fns.el (describe-function-1): Mention if a function has a
13839 compiler-macro.
13840 * help-mode.el (help-function-cmacro): New button.
13841
13842 * locate.el (top-level): Always require dired.
13843 (locate-mode-map): Initialize inside the defvar.
13844
13845 * net/ange-ftp.el (dired-compress-file): Declare.
13846 (ange-ftp-dired-compress-file): Add doc string.
13847
13848 * term/ns-win.el (x-display-name, x-setup-function-keys):
13849 Unify doc-strings with X versions.
13850
13851 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13852
13853 * emulation/crisp.el (crisp-mode-map): Move initialization
13854 into declaration.
13855 (crisp-mode): Use define-minor-mode.
13856
13857 * progmodes/xscheme.el (xscheme-evaluation-commands):
13858 Put a :advertised-binding property rather than using
13859 advertised-xscheme-send-previous-expression.
13860 (advertised-xscheme-send-previous-expression): Declare obsolete.
13861 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
13862 `advertised-undo'.
13863 (crisp-mode): Add corresponding bindings to
13864 undo's :advertised-binding instead.
13865 * dired.el (dired-mode-map): Put a :advertised-binding property rather
13866 than using dired-advertised-find-file.
13867 (dired-advertised-find-file):
13868 * simple.el (advertised-undo):
13869 * wid-edit.el (advertised-widget-backward): Declare obsolete.
13870 (widget-keymap): Put a :advertised-binding property rather
13871 than using advertised-widget-backward.
13872 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
13873 than using advertised-undo.
13874 * tutorial.el (tutorial--default-keys): Adjust accordingly.
13875
13876 2009-09-10 Simon South <ssouth@slowcomputing.org>
13877
13878 * progmodes/delphi.el (delphi-tab): Indent region when Transient
13879 Mark mode is enabled and region is active; otherwise indent or
13880 insert TAB as usual.
13881 (delphi-mode): Update description of TAB-key binding.
13882
13883 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
13884
13885 * subr.el (define-key-rebound-commands): Mark obsolete.
13886 * startup.el (precompute-menubar-bindings): Remove.
13887 (normal-top-level): Remove obsolete code that tried to precompute
13888 menubar bindings.
13889 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
13890 define-key-rebound-commands and precompute-menubar-bindings.
13891
13892 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
13893
13894 * net/imap.el (imap-interactive-login): Better messages.
13895 (imap-open): Fix bug with renamed buffer on reconnect.
13896 (imap-authenticate): Add buffer-local imap-last-authenticator variable
13897 for easier debugging and cleaner code. On successful (guessed based on
13898 server capabilities) secondary authentication, set imap-state
13899 correctly.
13900 (imap-last-authenticator): Define imap-last-authenticator as a variable
13901 to avoid warnings.
13902
13903 2009-09-10 Glenn Morris <rgm@gnu.org>
13904
13905 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
13906
13907 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
13908 (byte-compile-file-form-autoload): Don't warn about unknown functions
13909 where the autoload statement comes after the use.
13910 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
13911 that any handlers inside the body (eg require) are in turn respected.
13912
13913 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
13914 effects.
13915
13916 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
13917 and syntax and abbrev tables basic docs, if they don't have any.
13918
13919 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
13920
13921 * international/mule-cmds.el (top-level): Require cl when compiling.
13922 (view-hello-file): Use default-value rather than
13923 default-enable-multibyte-characters.
13924
13925 * progmodes/fortran.el: Move all safe and risky properties into the
13926 defcustoms.
13927
13928 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
13929 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
13930 * mail/undigest.el:
13931 Put autoloads in rmail.el rather than loaddefs.el.
13932 * mail/rmail.el: Regenerate with extracted autoloads.
13933
13934 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
13935 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
13936
13937 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
13938
13939 Reported in thread for Bug#4375.
13940 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
13941 "-data-evaluate-expression" instead of print.
13942 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
13943 (gdb-tooltip-print): Parse output from above MI command.
13944 (gdb): Revert 2009-08-11 change. User should detach inferior
13945 manually.
13946
13947 Remove the word "separate" from IO functions as inferior
13948 output is now never displayed in the GUD buffer.
13949
13950 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
13951
13952 * startup.el (command-line-normalize-file-name): On Windows and
13953 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
13954
13955 2009-09-10 Juri Linkov <juri@jurta.org>
13956
13957 * isearch.el (isearch-text-char-description): Propertize escape
13958 character sequences with the `escape-glyph' face. (Bug#4344)
13959
13960 * simple.el (shell-command): Set asynchronous process filter to
13961 `comint-output-filter'. (Bug#4343)
13962
13963 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
13964 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
13965 the list. Move "asm" to the bottom.
13966 (grep-find-ignored-directories): Add `choice' with nil value
13967 to empty the list easily.
13968 (grep-find-ignored-files): New option.
13969 (grep-files-history): Set to nil by default instead of '("ch" "el").
13970 (grep-compute-defaults): Add "<X>" to `grep-template'.
13971 (grep-read-files): Bind new local variables `default-alias' and
13972 `default-extension'. Use a list of default values for the file prompt.
13973 (lgrep): Add `--exclude=' command line options composed from
13974 `grep-find-ignored-files'.
13975 (rgrep): Add `-name' command line options composed from
13976 `grep-find-ignored-files'. (Bug#4301)
13977
13978 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
13979
13980 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
13981 (bug#4368).
13982
13983 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
13984
13985 * calendar/time-date.el (autoload):
13986 Expand define-obsolete-function-alias into defalias and make-obsolete
13987 for old Emacsen that Gnus supports.
13988 (with-no-warnings): Define it for old Emacsen.
13989 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13990 is available.
13991 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13992 float-time is available; suppress compile warning for time-to-seconds.
13993
13994 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
13995
13996 * net/imap.el (imap-message-map): Docstring fix.
13997
13998 2009-09-09 Glenn Morris <rgm@gnu.org>
13999
14000 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
14001 line numbers too. (Bug#4374)
14002
14003 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
14004
14005 * smerge-mode.el (smerge-remove-props, smerge-refine):
14006 Use with-silent-modifications (bug#4342).
14007
14008 * subr.el (with-silent-modifications): New macro.
14009
14010 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
14011
14012 * files.el (top-level): Require `cl' when compiling.
14013
14014 2009-09-07 Glenn Morris <rgm@gnu.org>
14015
14016 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
14017
14018 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
14019 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
14020
14021 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
14022
14023 * vc-git.el (vc-git-annotate-command): Use separator to parse
14024 arguments correctly.
14025
14026 2009-09-06 Eli Zaretskii <eliz@gnu.org>
14027
14028 * proced.el (proced-mode): Doc fix.
14029
14030 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
14031
14032 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
14033 lstat fails.
14034 (tramp-do-file-attributes-with-ls): Check for file existence at
14035 remote end.
14036 (tramp-do-file-attributes-with-stat): Likewise.
14037 (tramp-convert-file-attributes): Return nil when attr is nil.
14038
14039 2009-09-05 Glenn Morris <rgm@gnu.org>
14040
14041 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
14042 properties to this button.
14043 (diary-fancy-display): Don't extend the button to the final newline.
14044 (diary-fancy-display-mode): Continue to define "q" as a local key.
14045
14046 * calendar/cal-china.el (holiday-chinese): Make it slightly more
14047 efficient.
14048
14049 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
14050
14051 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
14052 (byte-compile-dest-file-function): New option.
14053 (byte-compile-dest-file): Doc fix.
14054 Obey byte-compile-dest-file-function.
14055 (byte-compile-cl-file-p): New function.
14056 (byte-compile-eval): Only suppress noruntime warnings about cl functions
14057 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
14058 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
14059 than for file being previously loaded.
14060 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
14061 (byte-compile-file-form-require): Handle the case where requiring a file
14062 indirectly causes CL to be loaded.
14063
14064 2009-09-05 Karl Fogel <kfogel@red-bean.com>
14065
14066 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
14067 before killing the old buffer, since by the time `kill-buffer' is
14068 run so many buffer variables have been set to nil that it may not
14069 behave as expected. (Bug#4061)
14070
14071 2009-09-05 Karl Fogel <kfogel@red-bean.com>
14072
14073 * files.el (find-alternate-file): If the old buffer is modified
14074 and visiting a file, behave similarly to `kill-buffer' when
14075 killing it, thus reverting to the pre-1.878 behavior; see
14076 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
14077 for discussion. Also, consult `buffer-file-name' as a variable
14078 not as a function, for consistency with the rest of the code.
14079
14080 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
14081
14082 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
14083 also when adding a new directory.
14084
14085 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
14086 defun.
14087
14088 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
14089
14090 * files.el (locate-file-completion-table): Make it provide boundary
14091 information, so partial-completion works better.
14092
14093 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
14094
14095 * mail/footnote.el (Footnote-text-under-cursor):
14096 Check footnote-text-marker-alist before using it (bug#4324).
14097
14098 2009-09-04 Glenn Morris <rgm@gnu.org>
14099
14100 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
14101 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
14102 * play/solitaire.el, play/tetris.el:
14103 Remove leading * from defcustom and defface docs.
14104
14105 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
14106 necessary.
14107 (diary-fancy-overriding-map): New variable.
14108 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
14109 Use view-mode.
14110
14111 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
14112 goto-line.
14113
14114 2009-09-03 Glenn Morris <rgm@gnu.org>
14115
14116 * arc-mode.el (archive-mode):
14117 * dos-fns.el (set-default-process-coding-system):
14118 * man.el (Man-getpage-in-background):
14119 * menu-bar.el (menu-bar-describe-menu):
14120 * server.el (server-process-filter):
14121 * startup.el (command-line):
14122 * tar-mode.el (tar-header-block-tokenize, tar-extract):
14123 * w32-fns.el (set-default-process-coding-system):
14124 * x-dnd.el (x-dnd-handle-file-name):
14125 * international/mule-cmds.el (mule-menu-keymap)
14126 (set-default-coding-systems, language-info-alist, set-language-info)
14127 (set-language-environment, standard-display-european-internal)
14128 (set-locale-environment):
14129 * international/mule-diag.el (mule-diag):
14130 * mail/emacsbug.el (report-emacs-bug):
14131 * mail/rmail.el (rmail-mode):
14132 * mail/sendmail.el (mail-setup):
14133 Use default-value rather than default-enable-multibyte-characters.
14134
14135 * progmodes/f90.el: Move all safe properties into the defcustoms.
14136 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
14137
14138 * calendar/appt.el (appt-check):
14139 * calendar/diary-lib.el (diary-set-header, diary-live-p)
14140 (diary-check-diary-file, diary-list-entries)
14141 (diary-include-other-diary-files, diary-simple-display)
14142 (diary-fancy-display, diary-print-entries)
14143 (diary-mark-included-diary-files, diary-make-entry):
14144 Don't call substitute-in-file-name on diary-file.
14145
14146 2009-09-03 Eduard Wiebe <usenet@pusto.de>
14147 Stefan Monnier <monnier@iro.umontreal.ca>
14148
14149 * mail/footnote.el (footnote-prefix): Make it a defcustom.
14150 (footnote-mode-map): Move initialization into the declaration.
14151 (footnote-minor-mode-map): Define it rather than changing global-map.
14152 (footnote-mode): Use define-minor-mode.
14153
14154 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
14155
14156 * net/tramp.el (tramp-handle-file-attributes-with-ls)
14157 (tramp-do-file-attributes-with-perl)
14158 (tramp-do-file-attributes-with-stat): Rename from
14159 `tramp-handle-file-attributes-with-*'.
14160 (tramp-handle-file-attributes): Use them.
14161 (tramp-do-directory-files-and-attributes-with-perl)
14162 (tramp-do-directory-files-and-attributes-with-stat): Rename from
14163 `tramp-handle-directory-files-and-attributes-with-*'.
14164 (tramp-handle-directory-files-and-attributes): Use them.
14165 (tramp-method-out-of-band-p): Additional parameter SIZE.
14166 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
14167 (tramp-handle-write-region): Use it.
14168 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
14169 (tramp-handle-vc-registered): Check, whether the first run did
14170 return files to be tested.
14171 (tramp-advice-make-auto-save-file-name): Do not call directly
14172 `tramp-handle-make-auto-save-file-name', because this would bypass
14173 the locking mechanism.
14174
14175 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
14176 (file-remote-p, process-file, start-file-process, set-file-times)
14177 (tramp-compat-file-attributes): Compatibility functions shall not
14178 call directly `tramp-handle-*', because this would bypass the
14179 locking mechanism.
14180 (tramp-compat-number-sequence): New defun.
14181
14182 2009-09-02 Glenn Morris <rgm@gnu.org>
14183
14184 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
14185 alias for float-time.
14186 (time-to-number-of-days): In Emacs, use float-time.
14187 * net/newst-backend.el (time-add): Suppress warnings from compat
14188 function.
14189 * time.el (emacs-uptime, emacs-init-time):
14190 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
14191 Use float-time rather than time-to-seconds.
14192
14193 * minibuffer.el (completion-initials-expand): Fix typo.
14194
14195 * faces.el (modeline, modeline-inactive, modeline-highlight)
14196 (modeline-buffer-id):
14197 * info.el (info-menu-5): Mark these face aliases as obsolete.
14198
14199 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
14200
14201 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
14202 space ...
14203 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
14204 no "--thread" option.
14205 (gdb-stopped): Don't print "Switched to thread" message when it is
14206 unchanged.
14207
14208 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14209
14210 * minibuffer.el (completion-try-completion)
14211 (completion-all-completions): Remove ill-defined (and
14212 mistakenly installed and luckily never used nor documented)
14213 `completion-styles' property.
14214 (completion-initials-expand, completion-initials-all-completions)
14215 (completion-initials-try-completion): New functions.
14216 (completion-styles-alist): Add doc to each entry.
14217 Add new `initials' entry.
14218
14219 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
14220
14221 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
14222 MI command -var-evaluate-expression.
14223 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
14224 and tweak for case of string child.
14225 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
14226
14227 2009-09-01 Glenn Morris <rgm@gnu.org>
14228
14229 * add-log.el (change-log-date-face, change-log-name-face)
14230 (change-log-email-face, change-log-file-face, change-log-list-face)
14231 (change-log-conditionals-face, change-log-function-face)
14232 (change-log-acknowledgement-face):
14233 * cus-edit.el (custom-invalid-face, custom-rogue-face)
14234 (custom-modified-face, custom-set-face, custom-changed-face)
14235 (custom-saved-face, custom-button-face, custom-button-pressed-face)
14236 (custom-documentation-face, custom-state-face, custom-comment-face)
14237 (custom-comment-tag-face, custom-variable-tag-face)
14238 (custom-variable-button-face, custom-face-tag-face)
14239 (custom-group-tag-face-1, custom-group-tag-face):
14240 * diff-mode.el (diff-header-face, diff-file-header-face)
14241 (diff-index-face, diff-hunk-header-face, diff-removed-face)
14242 (diff-added-face, diff-changed-face, diff-function-face)
14243 (diff-context-face, diff-nonexistent-face):
14244 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14245 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
14246 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14247 (Info-title-4-face):
14248 * isearch.el (isearch-lazy-highlight-face):
14249 * log-view.el (log-view-file-face, log-view-message-face):
14250 * paren.el (show-paren-match-face, show-paren-mismatch-face):
14251 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14252 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14253 (cvs-msg-face):
14254 * smerge-mode.el (smerge-mine-face, smerge-other-face)
14255 (smerge-base-face, smerge-markers-face):
14256 * wid-edit.el (widget-documentation-face, widget-button-face)
14257 (widget-field-face, widget-single-line-field-face)
14258 (widget-inactive-face, widget-button-pressed-face):
14259 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
14260 (woman-addition-face):
14261 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
14262 (eshell-ls-executable-face, eshell-ls-readonly-face)
14263 (eshell-ls-unreadable-face, eshell-ls-special-face)
14264 (eshell-ls-missing-face, eshell-ls-archive-face)
14265 (eshell-ls-backup-face, eshell-ls-product-face)
14266 (eshell-ls-clutter-face):
14267 * eshell/em-prompt.el (eshell-prompt-face):
14268 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
14269 * obsolete/old-whitespace.el (whitespace-highlight-face):
14270 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
14271 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
14272 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
14273 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
14274 (antlr-font-lock-literal-face):
14275 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14276 (ebrowse-root-class-face, ebrowse-file-name-face)
14277 (ebrowse-default-face, ebrowse-member-attribute-face)
14278 (ebrowse-member-class-face, ebrowse-progress-face):
14279 * progmodes/make-mode.el (makefile-space-face):
14280 * progmodes/sh-script.el (sh-heredoc-face):
14281 * textmodes/flyspell.el (flyspell-incorrect-face)
14282 (flyspell-duplicate-face):
14283 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
14284 * textmodes/texinfo.el (texinfo-heading-face):
14285 Mark face aliases with "-face" suffix as obsolete.
14286
14287 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
14288 compiler.
14289
14290 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
14291 (eudc-bob-sound-menu): Use defvar rather than defconst, since
14292 easy-menu-define wants to modify these.
14293
14294 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
14295
14296 * net/browse-url.el (browse-url-file-url):
14297 * term/internal.el (dos-codepage-setup):
14298 Use default-value rather than default-enable-multibyte-characters.
14299
14300 * progmodes/etags.el (etags-goto-tag-location):
14301 * progmodes/flymake.el (flymake-highlight-line)
14302 (flymake-goto-file-and-line, flymake-goto-line):
14303 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
14304 (gdb-goto-breakpoint):
14305 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14306 * progmodes/python.el (python-find-function)
14307 (python-pdbtrack-track-stack-file):
14308 * progmodes/verilog-mode.el (verilog-surelint-off):
14309 * term/ns-win.el (ns-open-file-select-line):
14310 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14311 Use forward-line rather than goto-line.
14312
14313 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14314 * textmodes/reftex-index.el (reftex-display-index):
14315 * textmodes/reftex-ref.el (reftex-offer-label-menu):
14316 * textmodes/reftex-toc.el (reftex-toc):
14317 Remove unnecessary bindings of default-major-mode (all are followed by
14318 major-mode check and possible mode switch).
14319
14320 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
14321
14322 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14323 Handle watchpoints (bug#4282).
14324 (def-gdb-thread-buffer-command): Enable thread to be selected by
14325 clicking without selecting threads buffer first.
14326 (gdb-current-context-command): Use selected frame so that "up",
14327 "down" etc work in the GUD buffer.
14328 (gdb-update): Find selected frame before rendering stack buffer.
14329 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14330
14331 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
14332
14333 * progmodes/sym-comp.el (displayed-completions): Remove.
14334 (symbol-complete): Use minibuffer-complete.
14335
14336 2009-08-31 Glenn Morris <rgm@gnu.org>
14337
14338 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14339
14340 * apropos.el (apropos-symbols-internal):
14341 Handle (obsolete) face aliases.
14342
14343 * faces.el (describe-face): Adjust the output format to be more like
14344 describe-variable, and to mention (obsolete) face aliases.
14345 Adjust the whitespace so that help-setup-xref works.
14346
14347 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14348 * calendar/diary-lib.el (diary-button-face):
14349 Mark these face aliases as obsolete.
14350
14351 * calendar/calendar.el (calendar-today): Doc fix.
14352
14353 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
14354
14355 * progmodes/gdb-mi.el (gdb-control-all-threads)
14356 (gdb-control-current-thread): Force tool bar update.
14357 (gdb-non-stop-handler): New function.
14358 (gdb-init-1): Use it to test if non-stop mode is supported.
14359 Remove unused gdbmi buffer type.
14360
14361 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
14362
14363 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
14364 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
14365
14366 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
14367
14368 * comint.el (comint-exec-1): Check command is non-null first.
14369 Part of gdb-mi.el change (2009-08-28).
14370
14371 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14372
14373 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14374
14375 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
14376
14377 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
14378 instead of `dolist' to avoid a recursive require when bootstrapping.
14379
14380 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14381
14382 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
14383
14384 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14385
14386 * net/imap.el (imap-send-command): Simplify.
14387 (imap-wait-for-tag): point-max -> buffer-size.
14388
14389 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14390
14391 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14392 with constant argument.
14393
14394 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14395
14396 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14397
14398 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14399 Change default, since most of our files don't have a history.
14400 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14401 the user.
14402
14403 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14404 Add comint-run.
14405
14406 * calc/calc.el: Improve commenting convention.
14407 (calc-digit-map, toplevel): Simplify.
14408
14409 * comint.el (comint-insert-input): Be careful to only set point if we
14410 don't delegate to some other command.
14411
14412 * proced.el (proced-signal-list): Make it an alist.
14413 (proced-grammar-alist): Capitalize names.
14414 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14415 Disable undo manually and make it read-only.
14416 Use completion-annotate-function.
14417
14418 * minibuffer.el (minibuffer-message): If the current buffer is not
14419 a minibuffer, insert the message in the echo area rather than at the
14420 end of the buffer.
14421 (completion-annotate-function): New variable.
14422 (minibuffer-completion-help): Use it.
14423 (completion--embedded-envvar-table): Environment vars are
14424 always case-sensitive.
14425
14426 2009-08-30 Glenn Morris <rgm@gnu.org>
14427
14428 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
14429 from fortran-current-defun.
14430 (fortran-beginning-of-subprogram): Be more precise about finding the
14431 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
14432 (fortran-end-of-subprogram): Simplify.
14433 (fortran-current-defun): Use fortran-start-prog-re.
14434
14435 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
14436
14437 * subr.el (do-after-load-evaluation): Simplify.
14438
14439 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
14440
14441 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
14442
14443 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
14444 (vc-rcs-print-log): Use it.
14445
14446 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
14447
14448 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
14449
14450 * paths.el (abbrev-file-name): Move to abbrev.el.
14451 * abbrev.el (abbrev-file-name): Move from paths.el.
14452 Obey user-emacs-directory.
14453 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
14454 user-emacs-directory.
14455 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
14456 abbrev-file-name and calc-settings-file any more.
14457 * startup.el (command-line): Recompute abbrev-file-name and
14458 abbreviated-home-dir.
14459 (normal-no-mouse-startup-screen): Improve the generic code and get rid
14460 of the special code for when C-h bindings haven't been changed.
14461 (display-startup-echo-area-message): Use with-current-buffer.
14462 (command-line-1): Use a list of strings, rather than a list of lists
14463 of strings for longopts.
14464
14465 * files.el (get-free-disk-space): Use / for default-directory.
14466
14467 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14468 Use with-current-buffer.
14469
14470 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14471 Recognize immutable variables like most-positive-fixnum.
14472 (byte-compile-setq-default): Check and warn if trying to assign
14473 to an immutable variable, or a non-variable.
14474
14475 * progmodes/cc-vars.el (c-comment-continuation-stars):
14476 * progmodes/cc-engine.el (c-looking-at-bos):
14477 * progmodes/cc-cmds.el (c-toggle-auto-state)
14478 (c-forward-into-nomenclature, c-backward-into-nomenclature)
14479 (c-comment-line-break-function): Add version of obsolescence.
14480
14481 2009-08-28 Juri Linkov <juri@jurta.org>
14482
14483 * files.el (magic-fallback-mode-alist): Add ZIP magic number
14484 associated with `archive-mode'.
14485
14486 * image.el (image-type-header-regexps): Use only JPEG magic number
14487 to determine JPEG images, and don't use `image-jpeg-p' because
14488 Emacs can display non-JFIF non-Exif JPEG images.
14489
14490 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
14491
14492 * arc-mode.el (archive-mode):
14493 * emacs-lisp/re-builder.el (re-builder-unload-function):
14494 Protect against the default value of `major-mode' being nil.
14495
14496 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
14497
14498 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14499 Fix typos in docstrings.
14500
14501 * progmodes/js.el (js--macro-decl-re): Doc fix.
14502 (js--plain-method-re, js--split-name): Refloc docstring.
14503 (js--class-styles, js--make-merged-item, js--splice-into-items):
14504 Fix typos in docstrings; reflow docstrings.
14505 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14506 (js--variable-decl-matcher, js--inside-pitem-p)
14507 (js--parse-state-at-point, js--get-all-known-symbols)
14508 (js--symbol-history, js-find-symbol, js--js-references)
14509 (js--moz-interactor, js--js-encode-value, js--read-tab):
14510 Fix typos in docstrings.
14511
14512 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14513
14514 * textmodes/reftex.el (reftex-get-file-buffer-force):
14515 * progmodes/verilog-mode.el (verilog-batch-execute-func):
14516 * emulation/viper.el (viper-go-away, viper-set-hooks):
14517 * emacs-lisp/re-builder.el (re-builder-unload-function):
14518 * emacs-lisp/bytecomp.el (byte-compile-file):
14519 * ses.el (ses-unload-function):
14520 * hexl.el (hexl-find-file):
14521 * files.el (normal-mode):
14522 * ehelp.el (with-electric-help):
14523 * autoinsert.el (auto-insert-alist):
14524 * arc-mode.el (archive-mode):
14525 Use (default-value 'major-mode) instead of default-major-mode.
14526
14527 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14528 * international/mule.el (load-with-code-conversion):
14529 * emacs-lisp/debug.el (debug):
14530 * ediff-vers.el (ediff-rcs-get-output-buffer):
14531 * dired.el (dired-internal-noselect): Don't let-bind
14532 default-major-mode around code that doesn't use it.
14533 E.g. buffer creation via get-buffer-create doesn't use it.
14534
14535 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
14536
14537 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14538 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14539 when writing the temp file. Otherwise, epa-file gets confused.
14540 (tramp-register-file-name-handlers): Make it a defun. Move also
14541 `epa-file-handler' to the front of `file-name-handler-alist'.
14542
14543 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14544
14545 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14546 start right after a ^M.
14547 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14548 (tramp-completion-file-name-regexp-separate)
14549 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
14550 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14551 Don't modify last-coding-system-used by accident.
14552 (tramp-completion-file-name-handler): Apply the checks here,
14553 instead during registration.
14554 (tramp-register-file-name-handlers): Renamed from
14555 `tramp-register-file-name-handler'. Register both
14556 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
14557 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
14558
14559 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
14560
14561 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
14562 Remove variable ...
14563 (gdb-init-1, gdb-display-separate-io-buffer)
14564 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
14565 references to it.
14566 (gdb-inferior-io-mode): Use make-comint-in-buffer.
14567 (gdb-inferior-filter): Use comint-output-filter to stop
14568 echoing and remove ^M characters.
14569
14570 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14571
14572 * emulation/viper-init.el (viper-restore-cursor-type):
14573 * emulation/cua-base.el (cua--update-indications):
14574 Replace default-cursor-type with (default-value 'cursor-type).
14575
14576 * mail/sendmail.el (mail-recover-1):
14577 * international/mule-diag.el (describe-current-coding-system-briefly)
14578 (describe-current-coding-system):
14579 * international/mule-cmds.el (select-safe-coding-system)
14580 (select-message-coding-system)
14581 (set-language-environment-coding-systems, set-locale-environment):
14582 * hexl.el (hexl-insert-multibyte-char):
14583 * dos-w32.el (find-buffer-file-type-coding-system):
14584 * simple.el (what-cursor-position):
14585 Replace uses of default-buffer-file-coding-system
14586 with (default-value 'buffer-file-coding-system).
14587
14588 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
14589 Replace uses of default-cursor-in-non-selected-windows
14590 with (default-value 'cursor-in-non-selected-windows).
14591 Use with-current-buffer.
14592
14593 * mail/feedmail.el: Use CL macros.
14594 (feedmail-run-the-queue, feedmail-send-it-immediately):
14595 * dos-w32.el (find-buffer-file-type): Replace uses of
14596 default-buffer-file-type with (default-value 'buffer-file-type).
14597
14598 2009-08-28 Glenn Morris <rgm@gnu.org>
14599
14600 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
14601 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
14602 Use default-value of major-mode rather than default-major-mode.
14603
14604 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14605
14606 * Makefile.in (update-elcfiles): Report left over elc files.
14607
14608 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
14609 expand-file-name and with-current-buffer.
14610 (mail-get-names, mail-directory): Use with-current-buffer.
14611
14612 * vc.el (vc-read-revision): New function.
14613 (vc-version-diff, vc-merge): Use it.
14614
14615 2009-08-27 Sam Steingold <sds@gnu.org>
14616
14617 * simple.el (kill-do-not-save-duplicates): New user option.
14618 (kill-new): When it is non-nil, and the new string is the same as
14619 the latest kill, set replace to t to avoid duplicates in kill-ring.
14620
14621 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
14622
14623 * net/tramp.el (tramp-handle-process-file): Do not flush all
14624 caches when `process-file-side-effects' is set.
14625 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
14626 instead of `tramp-find-file-exists-command'.
14627 Unset `process-file-side-effects'.
14628
14629 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
14630
14631 * net/tramp.el (tramp-methods): New method "rsyncc".
14632 (top): Add completion function for "rsyncc".
14633 (tramp-message-show-message): New defvar.
14634 (tramp-message, tramp-error): Use it.
14635 (tramp-do-copy-or-rename-file-directly): Extend check for direct
14636 remote copying.
14637 (tramp-do-copy-or-rename-file-out-of-band): Handle new
14638 `tramp-methods' entry `copy-env' of "rsyncc".
14639 (tramp-vc-registered-read-file-names): New defconst.
14640 (tramp-vc-registered-file-names): New defvar.
14641 (tramp-handle-vc-registered): Implement optimization strategy.
14642 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
14643 (tramp-vc-file-name-handler): New defun.
14644 (tramp-get-ls-command, tramp-get-test-command)
14645 (tramp-get-file-exists-command, tramp-get-remote-ln)
14646 (tramp-get-remote-perl, tramp-get-remote-stat)
14647 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
14648
14649 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
14650 (tramp-cache-inhibit-cache): Extend doc string. It allows also
14651 timestamps.
14652 (tramp-get-file-property): Check for timestamps in
14653 `tramp-cache-inhibit-cache'.
14654 (tramp-set-file-property): Write timestamp.
14655
14656 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14657
14658 * language/japan-util.el (japanese-symbol-table): Add entries for
14659 cp932-2-byte.
14660
14661 * international/characters.el: Add category `j' to cp932-2-byte.
14662
14663 2009-08-27 Kenichi Handa <handa@m17n.org>
14664
14665 * international/fontset.el (build-default-fontset-data): New macro.
14666 (setup-default-fontset): Use build-default-fontset-data for CJK,
14667 tibetan, ethiopic, and ipa.
14668
14669 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14670
14671 * cus-start.el (default-major-mode): Customize `major-mode' instead.
14672 (enable-multibyte-characters): Not customizable any more.
14673
14674 * subr.el (default-mode-line-format, default-header-line-format)
14675 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
14676 (default-direction-reversed, default-truncate-lines)
14677 (default-left-margin, default-tab-width, default-case-fold-search)
14678 (default-left-margin-width, default-right-margin-width)
14679 (default-left-fringe-width, default-right-fringe-width)
14680 (default-fringes-outside-margins, default-scroll-bar-width)
14681 (default-vertical-scroll-bar, default-indicate-empty-lines)
14682 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
14683 (default-fringe-cursor-alist, default-scroll-up-aggressively)
14684 (default-scroll-down-aggressively, default-fill-column)
14685 (default-cursor-type, default-buffer-file-type)
14686 (default-cursor-in-non-selected-windows)
14687 (default-buffer-file-coding-system, default-major-mode)
14688 (default-enable-multibyte-characters): Mark as obsolete.
14689
14690 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
14691
14692 * vc-dir.el (vc-dir-update): Remove debug helper.
14693
14694 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
14695
14696 2009-08-26 Sam Steingold <sds@gnu.org>
14697
14698 * simple.el (save-interprogram-paste-before-kill): New user option.
14699 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
14700 save the interprogram-paste into kill-ring before overriding it
14701 with the Emacs kill.
14702
14703 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14704
14705 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
14706 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
14707 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
14708 and move to vc-rcs.el.
14709 (vc-default-next-revision): Rename to vc-rcs-next-revision and
14710 move to vc-rcs.el.
14711 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
14712 (vc-rcs-update-changelog): Remove.
14713 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
14714 and move to vc-rcs.el.
14715
14716 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
14717 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
14718 renaming.
14719 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
14720 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
14721 vc.el, renamed to be RCS specific.
14722
14723 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
14724 New functions.
14725 (vc-cvs-update-changelog): Move here from vc.el.
14726
14727 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
14728 New functions.
14729
14730 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14731
14732 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
14733
14734 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14735
14736 * vc-git.el (vc-git-register): Use "git add" for directories.
14737 (vc-git-stash, vc-git-stash-show): New functions.
14738 (vc-git-extra-menu-map): Bind them.
14739
14740 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
14741 directory correctly in case the item is a directory itself.
14742
14743 * vc.el: Document the desired behavior for reverted files in the
14744 `added' state.
14745 (vc-default-prettify-state-info): Remove function, unused.
14746
14747 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
14748
14749 2009-08-26 Glenn Morris <rgm@gnu.org>
14750
14751 * bindings.el (standard-mode-line-format): Reposition dashes in
14752 which-func entry. (Bug#4217)
14753
14754 * files.el (enable-local-variables, enable-local-eval)
14755 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
14756 the defcustoms.
14757 (auto-mode-alist, ignored-local-variables)
14758 (save-some-buffers-action-alist): Move risky declarations to the
14759 definitions.
14760 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
14761 (font-lock-defaults, format-alist, imenu--index-alist)
14762 (imenu-generic-expression, input-method-alist, minor-mode-alist)
14763 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
14764 (mode-line-modified, mode-line-mule-info, mode-line-position)
14765 (mode-line-process, mode-line-remote, outline-level)
14766 (parse-time-rules, rmail-output-file-alist)
14767 (special-display-buffer-names, vc-mode):
14768 Move risky declarations to the relevant files.
14769 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
14770 (mode-line-modified, mode-line-process, mode-line-position)
14771 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
14772 * font-core.el (font-lock-defaults):
14773 * format.el (format-alist):
14774 * vc-hooks.el (vc-mode):
14775 * window.el (special-display-buffer-names):
14776 * international/mule-cmds.el (input-method-alist):
14777 Define riskiness here (dumped file) rather than in files.el.
14778 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
14779 * imenu.el (imenu-generic-expression, imenu--index-alist):
14780 * outline.el (outline-level):
14781 * time.el (display-time-string):
14782 * calendar/parse-time.el (parse-time-rules):
14783 * mail/rmailout.el (rmail-output-file-alist):
14784 Autoload riskiness here, rather than placing in files.el.
14785
14786 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
14787
14788 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
14789
14790 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
14791
14792 * simple.el (process-file-side-effects): New defvar.
14793
14794 * dired-aux.el (dired-show-file-type):
14795 * vc.el (vc-diff-internal):
14796 * vc-arch.el (vc-arch-diff):
14797 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
14798 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
14799 * vc-git.el (vc-git-registered, vc-git-working-revision)
14800 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
14801 (vc-git--empty-db-p):
14802 * vc-hooks.el (vc-user-login-name):
14803 * vc-svn.el (vc-svn-registered, vc-svn-state)
14804 (vc-svn-dir-extra-headers, vc-svn-find-revision):
14805 * progmodes/grep.el (grep-probe): Let-bind
14806 `process-file-side-effects' with nil.
14807
14808 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
14809
14810 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
14811 daemon. Replace ping by checking for running service for bluez
14812 and zeroconf. (Bug#4239)
14813
14814 2009-08-25 Kevin Ryde <user42@zip.com.au>
14815
14816 * net/dig.el (dig): Add autoload cookie.
14817
14818 2009-08-25 Glenn Morris <rgm@gnu.org>
14819
14820 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
14821 load-history for absolute file-names.
14822 (byte-compile-file-form-require): Warn about use of the cl package.
14823
14824 * format.el (format-alist): Doc fix.
14825
14826 * play/bubbles.el (top-level): Don't require cl at run-time.
14827
14828 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
14829 run-time cl).
14830
14831 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
14832
14833 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
14834 from cl package.
14835 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
14836
14837 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
14838
14839 * calc/calc-alg.el (math-trig-rewrite)
14840 (math-hyperbolic-trig-rewrite): New functions.
14841 (calc-simplify): Simplify trig functions when asked.
14842
14843 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14844
14845 * diff-mode.el (diff-find-source-location): Avoid goto-line.
14846
14847 2009-08-24 Kenichi Handa <handa@m17n.org>
14848
14849 * language/ind-util.el (mapthread): Delete it.
14850 (combinatorial): New function.
14851 (indian--puthash-cv): Use combinatorial instead of mapthread.
14852
14853 2009-08-22 Kevin Ryde <user42@zip.com.au>
14854
14855 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
14856 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
14857 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
14858 Clarify docstring that the value is strings not symbols.
14859 (checkdoc-list-of-strings-p): New function.
14860
14861 2009-08-22 Glenn Morris <rgm@gnu.org>
14862
14863 * files.el (auto-mode-alist):
14864 * hippie-exp.el (he-concat-directory-file-name):
14865 * lpr.el (lpr-windows-system, printer-name):
14866 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
14867 * ps-print.el (ps-windows-system):
14868 * startup.el (command-line):
14869 * emulation/viper-ex.el (viper-glob-function):
14870 * international/mule-cmds.el (set-language-environment-coding-systems):
14871 * net/ange-ftp.el (ange-ftp-write-region):
14872 * obsolete/fast-lock.el (fast-lock-cache-name):
14873 Remove code for defunct system-types emx, macos, mswindows, next-mach,
14874 unisoft-unix, vax-vms, win32, w32.
14875
14876 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
14877 given name if the pattern is not more specific.
14878
14879 * calendar/lunar.el (lunar-phase-names): New option.
14880 (lunar-phase): Doc fix.
14881 (lunar-cycles-per-year): New constant.
14882 (lunar-index): New function.
14883 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
14884 (lunar-phase-name): Use lunar-phase-names.
14885 (calendar-lunar-phases): Use format.
14886 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
14887
14888 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
14889 Copy imenu-example--name-and-position function here for own use.
14890 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
14891
14892 * bs.el (bs--redisplay):
14893 * cus-edit.el (custom-redraw):
14894 * ibuffer.el (ibuffer-bury-buffer):
14895 * server.el (server-goto-line-column):
14896 * startup.el (command-line-1):
14897 * strokes.el (strokes-xpm-for-stroke):
14898 * term.el (term-display-buffer-line):
14899 * view.el (View-goto-line):
14900 * calc/calc.el (calc-do, calc-trail-buffer):
14901 * play/gamegrid.el (gamegrid-add-score-insecure):
14902 * progmodes/ada-mode.el (ada-compile-goto-error):
14903 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
14904 (ebrowse-select-1st-to-9nth):
14905 * progmodes/cperl-mode.el (cperl-time-fontification):
14906 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
14907 * progmodes/gud.el (gud-display-line):
14908 (idlwave-shell-display-line):
14909 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
14910 * progmodes/make-mode.el (makefile-browser-toggle):
14911 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
14912 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
14913 * textmodes/picture.el (picture-draw-rectangle):
14914 * textmodes/reftex-index.el (reftex-index-goto-letter):
14915 (reftex-select-jump-to-previous):
14916 * textmodes/reftex-sel.el (reftex-find-start-point)
14917 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
14918 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
14919 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
14920 * textmodes/tex-mode.el (tex-compilation-parse-errors):
14921 * textmodes/two-column.el (2C-associated-buffer):
14922 Use forward-line rather than goto-line.
14923
14924 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
14925 goto-line.
14926
14927 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
14928 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
14929 (quick-check-list-to-regexp): Declare.
14930
14931 * progmodes/make-mode.el (makefile-browser-insert-selection):
14932 Use goto-char rather than goto-line.
14933
14934 * progmodes/prolog.el (compilation-error-regexp-alist)
14935 (compilation-forget-errors): Declare.
14936
14937 2009-08-22 Juri Linkov <juri@jurta.org>
14938
14939 * progmodes/grep.el (lgrep, rgrep): At the beginning
14940 set `dir' to `default-directory' unless `dir' is a non-nil
14941 readable directory. (Bug#4052)
14942 (lgrep, rgrep): Change a weird way to report an error
14943 from using `read-string' to using `error'.
14944 Instead of using interactive arguments in the function body,
14945 add new argument `confirm'.
14946
14947 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
14948
14949 * textmodes/remember.el (remember-buffer):
14950 * progmodes/cperl-mode.el (cperl-vc-header-alist):
14951 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
14952 (icalendar-extract-ical-from-buffer):
14953 * net/newst-treeview.el (newsticker-groups-filename):
14954 * net/newst-backend.el (newsticker-cache-filename):
14955 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
14956 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
14957 (speedbar-add-ignored-path-regexp, speedbar-line-path)
14958 (speedbar-buffers-line-path, speedbar-path-line)
14959 (speedbar-buffers-line-path):
14960 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
14961 (epg-sign-keys):
14962 * epa.el (epa-display-verify-result):
14963 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
14964
14965 2009-08-21 Glenn Morris <rgm@gnu.org>
14966
14967 * progmodes/js.el (inferior-moz-process): Fix declaration.
14968
14969 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
14970
14971 * obsolete/rnewspost.el (news-mail-reply):
14972 Use goto-char rather than goto-line.
14973
14974 * term/ns-win.el (ns-open-file-select-line):
14975 Use line-beginning-position rather than goto-line.
14976
14977 * apropos.el (apropos-command):
14978 * ehelp.el (electric-helpify):
14979 * printing.el (pr-show-setup):
14980 * strokes.el (strokes-help):
14981 * tutorial.el (tutorial--describe-nonstandard-key)
14982 (tutorial--detailed-help):
14983 * woman.el (woman-mini-help, woman-display-extended-fonts):
14984 * calc/calc-help.el (calc-describe-key):
14985 * emulation/edt.el (edt-electric-helpify):
14986 * international/mule-diag.el (mule-diag):
14987 * play/yow.el (apropos-zippy):
14988 * progmodes/python.el (python-describe-symbol):
14989 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
14990 * textmodes/table.el (*table--cell-describe-mode)
14991 (*table--cell-describe-bindings):
14992 Use help-print-return-message rather than the now obsolete alias.
14993
14994 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
14995 (calendar-cursor-to-visible-date):
14996 * play/5x5.el (5x5-position-cursor):
14997 * play/decipher.el (decipher):
14998 * play/gomoku.el (gomoku-goto-xy):
14999 * play/landmark.el (lm-goto-xy):
15000 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
15001 (mpuz-paint-digit):
15002 Use forward-line, not goto-line.
15003
15004 * mail/rmail.el (rmail-obsolete): Delete custom group.
15005 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
15006 (rmail-remote-password, rmail-remote-password-required):
15007 Remove unneeded :set-after and :set properties.
15008
15009 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
15010
15011 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
15012
15013 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
15014
15015 * loadup.el: Remove leftover macos code.
15016
15017 * vc-git.el (vc-git-annotate-command): Run asynchronously.
15018 Explicitly pass the date format to git blame so that user local
15019 so that the output format can be parsed.
15020
15021 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
15022
15023 * net/dbus.el (top): Don't check for (getenv
15024 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
15025
15026 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
15027
15028 * log-edit.el (log-edit-strip-single-file-name): New var.
15029 (log-edit-insert-changelog): Use it. Bug#3571
15030
15031 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15032
15033 * subr.el (read-passwd): Use read-key so keypad keys work as well.
15034 Bug#3287
15035
15036 * help.el (help-print-return-message): Rename from
15037 print-help-return-message.
15038
15039 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
15040 cvs-mode-map parent hack.
15041 (log-view-mode): Derive from special-mode.
15042
15043 * linum.el (linum-mode): window-size-change-functions is redundant.
15044 Adapt to new window-configuration-change-hook behavior.
15045 (linum-after-size, linum-after-config): Remove.
15046
15047 * imenu.el (imenu-example--name-and-position)
15048 (imenu-example--lisp-extract-index-name)
15049 (imenu-example--create-lisp-index, imenu-example--create-c-index):
15050 Mark as obsolete.
15051
15052 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
15053 (inferior-prolog-mode): Use it.
15054 (inferior-prolog-load-file): Reset list of errors.
15055
15056 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15057
15058 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
15059
15060 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
15061
15062 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
15063
15064 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
15065 is running already.
15066
15067 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15068
15069 * subr.el (listify-key-sequence-1): Use normal syntax since those
15070 integers are nowadays always represented by the same (positive) number
15071 on all platforms.
15072 (read-key-empty-map): New const.
15073 (read-key-delay): New var.
15074 (read-key): New function.
15075 (force-mode-line-update): Use with-current-buffer.
15076 (locate-user-emacs-file): Don't forget to abbreviate the file name.
15077 (start-process-shell-command, start-file-process-shell-command):
15078 Discourage the use of command-args.
15079
15080 2009-08-19 Glenn Morris <rgm@gnu.org>
15081
15082 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
15083
15084 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15085
15086 * simple.el (choose-completion-string): Don't rely on
15087 minibuffer-completing-file-name and ad-hoc checks to decide whether
15088 to continue completion or not.
15089
15090 * minibuffer.el (minibuffer-hide-completions): New function.
15091 (completion--do-completion): Use it.
15092 (completions-annotations): New face.
15093 (completion--insert-strings): Use it.
15094 (completion-pcm--delim-wild-regex): Add docstring.
15095 (completion-pcm--string->pattern): Add support for 0-width delimiters
15096 in completion-pcm--delim-wild-regex.
15097
15098 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
15099
15100 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
15101 Remove unused var `buffer-modified-p'.
15102
15103 * minibuffer.el (completion--do-completion): Move point for the #b001
15104 case as well (bug#4176).
15105 (minibuffer-complete, minibuffer-complete-word): Don't move point.
15106
15107 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
15108
15109 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
15110 and :session buses.
15111
15112 2009-08-18 Kenichi Handa <handa@m17n.org>
15113
15114 * international/ucs-normalize.el (ucs-normalize-version):
15115 Change to 1.1.
15116 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
15117 (utf-8-hfs): Make it perform normalization on encoding too.
15118
15119 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
15120 (sentence-end-without-space): Delete duplicated chars.
15121 (sentence-end-base): Likewise.
15122
15123 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
15124 (html-mode): Delete duplicated chars from sentence-end-base.
15125
15126 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
15127 (texinfo-mode): Delete duplicated chars from sentence-end-base.
15128
15129 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
15130
15131 * files.el (hack-one-local-variable): If the mode function is for
15132 a minor mode, pass it an argument (Bug#4148).
15133
15134 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
15135
15136 * net/tramp.el (tramp-register-completion-file-name-handler):
15137 Check also for (member 'partial-completion completion-styles).
15138
15139 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15140
15141 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
15142 abbrev (Bug#3943).
15143
15144 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
15145
15146 * progmodes/cperl-mode.el: Merge upstream 6.2.
15147 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
15148 (cperl-forward-re): Check cperl-brace-recursing.
15149 (cperl-highlight-charclass): New function.
15150 (cperl-find-pods-heres): Use it.
15151 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
15152 (cperl-beautify-regexp-piece): Fix column calculation.
15153 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
15154 (cperl-beautify-level): Don't process entire regexp.
15155 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
15156 calling man.
15157 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
15158 (cperl-init-faces): Build a list in the normal way.
15159
15160 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15161
15162 * calendar/parse-time.el (parse-time-string-chars): Save match
15163 data.
15164
15165 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
15166
15167 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
15168 (sql-product): Use it.
15169 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
15170 (sql-set-product): Add completion.
15171 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
15172 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
15173 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
15174 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
15175 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
15176 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
15177 (sql-highlight-db2-keywords): Remove.
15178 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
15179 (sql-highlight-product): Use derived-mode-p.
15180 (sql-set-sqli-buffer): Use with-current-buffer.
15181 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
15182 Simplify.
15183
15184 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
15185
15186 * term.el: Fix commenting convention, turn comments into docstrings.
15187
15188 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
15189
15190 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
15191
15192 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
15193
15194 * calendar/parse-time.el (parse-time-string-chars): Compute using
15195 character classes, to handle non-ascii characters (Bug#3190).
15196
15197 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15198
15199 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
15200 another heredoc if the user adds another < (Bug#3226).
15201
15202 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15203 Don't initialize based on window-system (Bug#4124).
15204
15205 * facemenu.el (facemenu-read-color): Use a completion function
15206 that accepts any defined color, such as RGB triplets (Bug#3677).
15207
15208 * files.el (get-free-disk-space): Change fallback default
15209 directory to /. Expand DIR argument before switching to fallback.
15210 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
15211
15212 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
15213
15214 * files.el (load-library): Doc fix.
15215
15216 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
15217
15218 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
15219 (viper-if-string): Redefine C-s in the minibuffer to insert the last
15220 incremental search string.
15221
15222 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
15223 XEmacs.
15224
15225 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
15226 (ediff-merge-region-is-non-clash)
15227 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
15228 Also check if the job is really a merge job.
15229
15230 * ediff.el (ediff-current-file): New function.
15231
15232 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
15233
15234 * progmodes/js.el: Edit docstrings throughout to follow Emacs
15235 conventions.
15236 (js-insert-and-indent): Delete function.
15237 (js-mode-map): Don't bind keys to js-insert-and-indent.
15238 (js-beginning-of-defun): Rename from js--beginning-of-defun.
15239 (js-end-of-defun): Rename from js--end-of-defun.
15240 (js-auto-indent-flag): Delete variable.
15241
15242 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
15243
15244 * progmodes/js.el: Remove proclaim statement.
15245 Defvar which-func-imenu-joiner-function to silence compiler.
15246
15247 * files.el (auto-mode-alist): Use js-mode for .js files.
15248
15249 * progmodes/js2-mode.el: Remove file.
15250
15251 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
15252
15253 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
15254
15255 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
15256
15257 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
15258 Karl Landstrom <karl.landstrom@brgeight.se>
15259
15260 * progmodes/js.el: New file.
15261
15262 2009-08-14 Mark A. Hershberger <mah@everybody.org>
15263
15264 * timezone.el (timezone-parse-date): Add ability to understand ISO
15265 basic format (minimal separators) dates in addition to the
15266 already-supported extended format dates.
15267
15268 2009-08-14 Eli Zaretskii <eliz@gnu.org>
15269
15270 * international/ucs-normalize.el: Add a `coding' file variable.
15271
15272 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
15273
15274 2009-08-14 Sam Steingold <sds@gnu.org>
15275
15276 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
15277
15278 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
15279
15280 * faces.el (help-argument-name): Define it here instead of
15281 help-fns.el, because in daemon mode help-fns.el may be loaded when
15282 faces are still uninitialized (Bug#1078).
15283
15284 * help-fns.el (help-argument-name): Move defface to faces.el.
15285
15286 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
15287
15288 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
15289 create buffer with a pty but no process so that GDB can make the
15290 inferior the controlling process.
15291
15292 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
15293
15294 * international/ucs-normalize.el: New file.
15295
15296 2009-08-13 Richard Stallman <rms@gnu.org>
15297
15298 * mail/rmail.el (rmail-get-attr-names):
15299 Accept an attribute header that is too short.
15300
15301 * mail/rmail.el (rmail-forget-messages):
15302 Ignore nil elt in rmail-message-vector. Use dotimes.
15303
15304 * progmodes/compile.el (compilation-goto-locus):
15305 Use next-error-move-function.
15306
15307 * simple.el (next-error-move-function): New variable.
15308
15309 2009-08-12 Juri Linkov <juri@jurta.org>
15310
15311 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15312 always non-nil. (Bug#4052)
15313
15314 * replace.el (read-regexp): Return empty string when
15315 `default-value' is nil.
15316 (keep-lines-read-args): Don't use empty string as the
15317 default value for `read-regexp'. (Bug#2495)
15318
15319 2009-08-12 Juri Linkov <juri@jurta.org>
15320
15321 * international/mule-cmds.el (ucs-insert): Change arguments
15322 from `arg' to `character', `count', `inherit' to be the same
15323 as in `insert-char'. Doc fix. (Bug#4039)
15324
15325 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15326
15327 2009-08-12 Juri Linkov <juri@jurta.org>
15328
15329 * files-x.el: New file.
15330
15331 * files.el: Move code that deals with adding/deleting
15332 file/directory-local variables to files-x.el.
15333
15334 * Makefile.in (ELCFILES): Add files-x.elc.
15335
15336 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
15337
15338 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15339 to use `goto-line'.
15340 (gdb-place-breakpoints, gdb-get-location): Rewritten without
15341 `goto-line'.
15342 (gdb-invalidate-disassembly): Do not refresh upon receiving
15343 'update signal. Instead, update all disassembly buffers only after
15344 threads list.
15345 (gdb): Send -target-detach when buffer is killed (Bug#3794).
15346 (gdb-starting): Moved -data-list-register-names...
15347 (gdb-stopped): ...here so it's sent when first thread stops.
15348 (gdb-registers-handler-custom): Do nothing if register names are
15349 unknown yet.
15350
15351 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15352 from `gdb-mi.el' to avoid extra tangling.
15353
15354 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
15355 change which breaks `gud-def' definitions used in `gdb'.
15356 (gdb-update-gud-running): No extra fuss for updating frame number.
15357
15358 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
15359
15360 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15361 (describe-language-environment-map, setup-language-environment-map)
15362 (set-coding-system-map): Move initialization into declaration.
15363 (set-language-info-alist): Last arg to define-key-after can be skipped.
15364
15365 * international/quail.el (quail-completion-1): Simplify.
15366 (quail-define-rules): Use slightly more compact code.
15367 (quail-insert-decode-map): Propertize keys, compact columns.
15368
15369 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15370 Add goto-line.
15371
15372 2009-08-10 Miles Bader <miles@gnu.org>
15373
15374 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15375 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
15376 (js2-instance-member, js2-private-member, js2-private-function-call)
15377 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
15378 (js2-magic-paren, js2-external-variable):
15379 Remove "-face" suffix from face names.
15380 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15381 (js2-highlight-undeclared-vars, js2-peek-token)
15382 (js2-parse-function-params, js2-mode-show-errors)
15383 (js2-mode-show-warnings, js2-make-magic-delimiter)
15384 (js2-mode-highlight-magic-parens): Update to use new face names.
15385
15386 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
15387
15388 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15389 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
15390
15391 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
15392
15393 * subr.el: Provide hashtable-print-readable.
15394
15395 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15396 hs-c-like-adjust-block-beginning.
15397 (hs-hide-block-at-point): Stop hiding at the beginning of
15398 hs-block-end-regexp (Bug#700).
15399
15400 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
15401
15402 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15403 a macro.
15404 (gdb-registers-handler-custom): Do not fail when register names
15405 are unavailable.
15406
15407 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15408
15409 * progmodes/gdb-mi.el (gdb-control-all-threads)
15410 (gdb-control-current-thread): Interactive setters for
15411 `gdb-gud-control-all-threads' to use in menu.
15412 (gdb-show-run-p): Show «Go» when process is not active.
15413 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
15414 gud/thread.xpm and gud/all.xpm.
15415
15416 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
15417
15418 * net/net-utils.el (net-utils-font-lock-keywords): New var.
15419 (nslookup-font-lock-keywords): Make it a variable.
15420 (net-utils-mode): New mode for viewing diagnostic network output.
15421 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15422 (net-utils-run-simple): New function.
15423 (ifconfig, iwconfig, netstat, arp, route): Use it.
15424
15425 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15426
15427 * progmodes/gdb-mi.el (gdb-read-memory-custom)
15428 (gdb-memory-set-address, def-gdb-set-positive-number)
15429 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
15430 after changing settings.
15431 (gdb-invalidate-disassembly): Update when first shown.
15432 (gdb-edit-locals-value): Fixed.
15433 (gdb-registers-handler-custom): Print registers in right order and
15434 allow changing register values (only for current thread yet).
15435 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
15436 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
15437 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
15438 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
15439 info in mode name.
15440 (gdb-registers-mode-map): TAB to switch to locals.
15441
15442 2009-08-08 Eli Zaretskii <eliz@gnu.org>
15443
15444 * mail/rmail.el (rmail-add-mbox-headers)
15445 (rmail-set-message-counters-counter): Search for
15446 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
15447
15448 2009-08-08 Glenn Morris <rgm@gnu.org>
15449
15450 * Makefile.in (ELCFILES): Update.
15451
15452 2009-08-07 Eli Zaretskii <eliz@gnu.org>
15453
15454 * mail/sendmail.el (mail-yank-original): Set
15455 buffer-file-coding-system from the one used by the message whose
15456 text is yanked.
15457
15458 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15459 to "windows" when "pgnuplot" is used.
15460 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15461 call accept-process-output if "pgnuplot" is used.
15462 (calc-graph-init): Don't send -display and -geometry to
15463 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
15464 running "pgnuplot -V" with shell-command-to-string.
15465
15466 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15467 the default.
15468
15469 2009-08-07 Eli Zaretskii <eliz@gnu.org>
15470
15471 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
15472 org/org-latex.elc.
15473
15474 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
15475
15476 * vc-dispatcher.el (vc-resynch-window): Update comment.
15477
15478 * term.el (term-handle-ansi-escape): Add comments with the
15479 terminfo capabilities implemented.
15480
15481 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
15482
15483 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15484 (gdb-var-create-handler): Rewritten using JSON parser.
15485 (gdb-propertize-header): Moved earlier.
15486 (gdb-set-header): Removed to avoid duplication.
15487 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15488 Refresh disassembly buffers only after threads list have been
15489 update.
15490 (gdb-threads-header, gdb-registers-header): Per-buffer header line
15491 variables.
15492
15493 2009-08-04 Juri Linkov <juri@jurta.org>
15494
15495 * files.el: Commands to add/delete file/directory-local variables.
15496 (read-file-local-variable, read-file-local-variable-value)
15497 (read-file-local-variable-mode, modify-file-local-variable)
15498 (modify-file-local-variable-prop-line)
15499 (modify-dir-local-variable): New functions.
15500 (add-file-local-variable, delete-file-local-variable)
15501 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15502 (add-dir-local-variable, delete-dir-local-variable)
15503 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15504 (copy-dir-locals-to-file-locals-prop-line): New commands.
15505
15506 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
15507
15508 * abbrev.el (insert-abbrev-table-description): Prettify output.
15509 Suggested by Karl Chen.
15510
15511 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
15512
15513 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
15514 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
15515 (gdb-overlay-arrow-position, gdb-thread-position)
15516 (gdb-disassembly-position): Declare variables.
15517 (gdb-wait-for-pending): Function now.
15518 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15519 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15520 compilation goes smoothly.
15521 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15522 (gdb-non-stop-setting): New customization setting which replaces
15523 `gdb-non-stop' so changing it doesn't break active GDB session.
15524 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15525 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15526 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15527 (gdb-show-threads-by-default): New customization options.
15528 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15529 routines.
15530 (gdb-get-buffer-create): Send buffers update signal when they are
15531 created.
15532 (gdb-invalidate-locals, gdb-invalidate-registers)
15533 (gdb-invalidate-breakpoints)
15534 (gdb-invalidate-threads, gdb-invalidate-disassembly)
15535 (gdb-invalidate-memory): Accept update signal.
15536 (gdb-current-context-command): Use --frame option.
15537 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15538 Implement `gdb-frame-number' selection logic.
15539 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15540 whether to show GUD toolbar buttons.
15541 (gdb-thread-exited): Unselect current thread when it exits.
15542 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15543 (gdb-mark-line): Routine which sets overlay arrow or inverses
15544 video on fringeless displays.
15545 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15546 to build aligned columns of data in GDB buffers and set text
15547 properties line-by-line.
15548 (gdb-invalidate-breakpoints)
15549 (gdb-breakpoints-list-handler-custom)
15550 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15551 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15552 (gdb-registers-handler-custom): Align data columns.
15553 (gdb-locals-handler-custom): Now prints data like in variable
15554 declarations.
15555 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15556 Removed confusing buttons.
15557 (gdb-invalidate-threads): Append --frame.
15558 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15559 between breakpoints/threads buffers.
15560 (gdb-set-window-buffer): Now can ignore dedicated windows.
15561 (gdb-propertize-header): Use `gdb-set-window-buffer'.
15562 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
15563 (def-gdb-thread-buffer-gud-command): Replaces
15564 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
15565 for fine thread control.
15566 (gdb-preempt-existing-or-display-buffer): New function used to
15567 display bound buffers without breaking window layout.
15568 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
15569 (gdb-select-frame): New version of `gdb-frames-select' which now
15570 sets `gdb-frame-number' so commands may use --frame option instead
15571 of inner debugger state.
15572 (gdb-frame-handler): Do not set `gdb-frame-number'.
15573 (gdb-threads-mode-map): Select threads with mouse.
15574
15575 * progmodes/gud.el (gdb-gud-context-call): Declare function to
15576 avoid compilation warning.
15577 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
15578 `gdb-show-stop-p`.
15579
15580 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
15581 Argument `key' renamed to `buffer-type'.
15582 (gdb-current-context-buffer-name): Do not add thread info to
15583 buffer name when no thread is selected.
15584 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
15585 command (bug 3794).
15586 (gdb-thread-selected): Handle `=thread-selected' notification.
15587 (gdb-wait-for-pending): New macro to deal with congestion problems.
15588 (gdb-breakpoints-list-handler-custom): Don't fail on pending
15589 breakpoints.
15590 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
15591 This fixes problem similar to one described in bug 3947.
15592 (gud-menu-map): More menu items.
15593 (gdb-init-1): Reset `gdb-thread-number' to nil.
15594
15595 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
15596 non-stop settings.
15597
15598 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
15599 (gdb-current-context-command): Do not append --thread if
15600 `gdb-thread-number' is nil.
15601 (gdb-running-threads-count, gdb-stopped-threads-count): New
15602 variables.
15603 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
15604 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
15605 customization options.
15606 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
15607 GUD commands.
15608 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
15609 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
15610 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
15611 set `gdb-thread-number' and update `gud-running' properly.
15612 (gdb-running): Update threads list when new threads appear.
15613 (gdb-stopped): Support non-stop operation and new thread switching
15614 logic.
15615 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
15616 (gdb-json-partial-output): New set of JSON routines.
15617 (def-gdb-auto-update-trigger): New `signal-list' optional
15618 argument.
15619 (gdb-thread-list-handler-custom): Update `gud-running',
15620 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
15621 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
15622 (gdb-continue-thread, gdb-step-thread): New commands for fine
15623 thread execution control.
15624 (gud-menu-map): New menu items to switch non-stop options.
15625 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
15626 (gdb-send): Mimic RET properly (bug 3794).
15627
15628 * progmodes/gdb-mi.el (gdb-rules-name-maker)
15629 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
15630 gdb-buffer-rules.
15631 (def-gdb-auto-update-handler): New nopreserve optional argument.
15632 (gdb-stack-list-frames-custom): Print stack from top to bottom.
15633
15634 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
15635 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
15636 (gdb-parent-mode): New mode to derive other GDB modes from.
15637 (gdb-display-disassembly-for-thread)
15638 (gdb-frame-disassembly-for-thread): New commands for threads
15639 buffer.
15640
15641 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
15642 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
15643 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
15644 (gdb-update): We now store all GDB buffers in a list so that they
15645 can be updated by traversing a list instead of calling invalidate
15646 triggers explicitly.
15647 (def-gdb-trigger-and-handler): New macro to define trigger-handler
15648 pair for GDB buffer.
15649 (gdb-stack-buffer-name): Add thread information.
15650 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
15651 handle pending triggers.
15652 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
15653 (def-gdb-thread-buffer-simple-command)
15654 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
15655 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
15656 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
15657 New commands which show buffers bound to thread.
15658 (gdb-stack-list-locals-regexp): Removed unused regexp.
15659
15660 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
15661 (gdb-locals-buffer-name, gdb-registers-buffer-name)
15662 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
15663 to (gud-comint-buffer) in *-buffer-name functions
15664 because (gdb-get-target-string) already does that.
15665 (gdb-locals-handler-custom, gdb-registers-handler-custom)
15666 (gdb-changed-registers-handler): Rewritten without regexps.
15667
15668 * progmodes/gdb-mi.el: Basic thread selection support.
15669 (gdb-thread-number): New variable.
15670 (gdb-current-context-command): New macro which adds --thread
15671 option to command.
15672 (gdb-threads-mode-map): Select thread with SPC.
15673 (gdb-thread-list-handler-custom): Mark current thread with overlay
15674 arrow. Synchronize GDB thread and Emacs thread.
15675 (gdb-select-thread): New command which selects current thread.
15676 (gdb-invalidate-frames, gdb-invalidate-locals)
15677 (gdb-invalidate-registers): Use --thread option.
15678
15679 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
15680
15681 * net/tramp.el (top): Make check for tramp-gvfs loading more
15682 robust. (Bug#3977)
15683 (tramp-handle-insert-file-contents): `unwind-protect' must be
15684 inside `with-parsed-tramp-file-name'.
15685
15686 * net/tramp-gvfs.el (top): Remove superfluous message when loading
15687 fails.
15688
15689 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
15690
15691 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
15692 directory if CLASSPATH is not set.
15693
15694 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
15695
15696 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
15697 New defconst.
15698 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
15699
15700 2009-08-02 Kevin Ryde <user42@zip.com.au>
15701
15702 * net/newst-backend.el (newsticker--raw-url-list-defaults):
15703 Update freshmeat link. Delete newsforge.com as it seems gone.
15704
15705 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
15706
15707 * select.el (x-set-selection): Doc fix (Bug#4021).
15708
15709 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
15710
15711 * help-fns.el (describe-variable): Treat list return values from
15712 dir-locals-find-file properly (Bug#4005).
15713
15714 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
15715
15716 * net/tramp.el (tramp-debug-message): Print also microseconds.
15717
15718 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
15719
15720 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
15721 or END is non-nil.
15722 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
15723 (tramp-get-debug-buffer): Change `outline-regexp' according to new
15724 format.
15725
15726 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
15727 (tramp-get-file-property): Use it.
15728
15729 * autorevert.el (auto-revert-handler): Allow
15730 `auto-revert-tail-mode' for remote files.
15731
15732 2009-08-02 Jason Rumney <jasonr@gnu.org>
15733
15734 * minibuffer.el (read-file-name): Treat confirm options to
15735 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
15736
15737 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
15738
15739 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
15740 (font-lock-variable-name-face, font-lock-constant-face): Darken
15741 the colors for light backgrounds.
15742
15743 2009-08-01 Eli Zaretskii <eliz@gnu.org>
15744
15745 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
15746 month names. (Bug#3987)
15747
15748 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
15749
15750 * simple.el (line-move-finish): Pass whole number to
15751 line-move-to-column.
15752 (line-move-visual): Perform hscroll to the recorded position.
15753
15754 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
15755
15756 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
15757
15758 2009-07-29 Alan Mackenzie <acm@muc.de>
15759
15760 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
15761
15762 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
15763
15764 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
15765 (gdb-place-breakpoints): Use full path when setting breakpoints.
15766
15767 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
15768
15769 * calc/calc.el (calc-mode-map): Add keybinding for
15770 `calc-transpose-lines'.
15771
15772 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
15773
15774 * calc/calc-misc.el (calc-transpose-lines): New function.
15775
15776 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
15777
15778 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
15779 Simplify check for out-of-band methods.
15780 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
15781 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
15782
15783 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
15784
15785 * vc-git.el (vc-git-checkin): Fix typo.
15786
15787 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
15788
15789 * progmodes/js2-mode.el: New file.
15790
15791 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
15792
15793 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
15794 (gud-menu-map): Adjust tooltip accordingly.
15795
15796 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15797
15798 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
15799 (vc-bzr-log-view-mode): Adjust log-view-file-re.
15800
15801 * add-log.el (change-log-mode-map): Add a menu.
15802
15803 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
15804
15805 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
15806 function returns nil.
15807 (dbus-handle-event): Handle special return value :ignore.
15808 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
15809
15810 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
15811
15812 * view.el (view-mode-enable): Don't define Helper-return-blurb if
15813 it's not needed.
15814
15815 2009-07-25 Eli Zaretskii <eliz@gnu.org>
15816
15817 Fix Bug#3888:
15818
15819 * w32-vars.el (x-select-enable-clipboard): Doc fix.
15820
15821 * term/pc-win.el (x-display-name, x-colors)
15822 (x-select-enable-clipboard, x-select-text): Doc fix.
15823
15824 * term/common-win.el (x-display-name, x-colors): Doc fix.
15825
15826 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
15827 (xw-defined-colors): Doc fix.
15828
15829 * w32-fns.el (x-select-text, x-setup-function-keys)
15830 (x-get-selection, x-set-selection): Doc fix.
15831
15832 * term/x-win.el (x-select-text, x-setup-function-keys)
15833 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
15834
15835 * select.el (x-set-selection): Doc fix.
15836
15837 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
15838
15839 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
15840 instead of "IsNSSSupportAvailable". Avahi ought to work also when
15841 "IsNSSSupportAvailable" method is not available. Reported by
15842 Steve Youngs <steve@sxemacs.org>.
15843
15844 2009-07-24 Kenichi Handa <handa@m17n.org>
15845
15846 * international/characters.el: Fix setting of category ?C, ?|, ?K,
15847 and ?H. Fix setting of case for Latin Extended and Greek Extended.
15848 (build-unicode-category-table): Fix range checks.
15849
15850 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
15851
15852 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
15853 the buffer we try to sync is current when calling
15854 vc-resynch-buffer.
15855
15856 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
15857 not show up to date files.
15858
15859 2009-07-24 Glenn Morris <rgm@gnu.org>
15860
15861 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
15862 Add autoload cookies. If necessary, initialize.
15863 (elint-log): Handle non-file buffers.
15864 (elint-initialize): Add optional argument to reinitialize.
15865 (elint-find-builtin-variables): Save excursion.
15866
15867 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
15868
15869 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15870 for Lint.
15871
15872 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15873
15874 * vc.el (vc-print-log-internal): New function, split out from ...
15875 (vc-print-log): ... here.
15876 (vc-dir-move-to-goal-column): Declare.
15877
15878 * vc-git.el (vc-git-add-signoff): New variable.
15879 (vc-git-checkin): Use it.
15880 (vc-git-toggle-signoff): New function.
15881 (vc-git-extra-menu-map): Bind it to menu.
15882 (vc-git--run-command-string): Accept a nil FILE argument.
15883 (vc-git-stash-list): New function.
15884 (vc-git-dir-extra-headers): Use it.
15885
15886 2009-07-23 Glenn Morris <rgm@gnu.org>
15887
15888 * help-fns.el (describe-variable): Describe ignored and risky local
15889 variables in a similar way to that in which we describe safe ones.
15890
15891 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
15892 (byte-compile-output-file-form, byte-compile-output-docform)
15893 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
15894 Give some more local variables with common names a "bytecomp-" prefix,
15895 so as not to shadow things during compilation.
15896 * emacs-lisp/cl-macs.el (load-time-value)
15897 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
15898 `outbuffer' to `bytecomp-outbuffer'.
15899
15900 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
15901 since the next two variables cover them automatically now.
15902 (elint-builtin-variables, elint-autoloaded-variables): New.
15903 (elint-unknown-builtin-args): Remove all members, since they can be
15904 parsed automatically now.
15905 (elint-extra-errors): New.
15906 (elint-env-add-env, elint-env-add-macro): Use cadr.
15907 (elint-current-buffer): Use or. Change final message.
15908 (elint-get-top-forms): Use line-end-position.
15909 (elint-init-env): Use cadr. Handle autoload, declare-function,
15910 and defalias.
15911 (elint-add-required-env): Doc fix. Use or. Standardize error.
15912 (regexp-assoc): Remove unused function.
15913 (elint-top-form): Set elint-current-pos, to record the start of the
15914 top-level form, for compilation-mode.
15915 (elint-form): Trap errors in macro expansion. Use dolist.
15916 (elint-unbound-variable): Use elint-builtin-variables and
15917 elint-autoloaded-variables.
15918 (elint-get-args): Use cadr, or.
15919 (elint-check-cond-form): Use dolist, cadr.
15920 (elint-check-condition-case-form): Doc fix. Use cadr.
15921 Use elint-extra-errors.
15922 (elint-log): New function.
15923 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
15924 Distinguish errors and warnings.
15925 (elint-log-message): Use with-current-buffer. Inhibit read-only.
15926 Use a bytecomp-style format.
15927 (elint-clear-log): Preserve default-directory. Inhibit read-only.
15928 (elint-get-log-buffer): Use compilation mode. Disable undo.
15929 Don't truncate lines.
15930 (elint-initialize): Set builtin and autoloaded variable lists.
15931 Only process elint-unknown-builtin-args if non-nil.
15932 (elint-find-builtin-variables, elint-find-autoloaded-variables):
15933 New functions.
15934 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
15935
15936 2009-07-22 Kevin Ryde <user42@zip.com.au>
15937
15938 * net/newst-backend.el (newsticker--parse-atom-1.0)
15939 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
15940 (newsticker--parse-rss-1.0):
15941 * progmodes/idlwave.el (idlwave-mode):
15942 * progmodes/idlw-shell.el (idlwave-shell-mode):
15943 * progmodes/vera-mode.el (vera-mode):
15944 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
15945 * progmodes/vhdl-mode.el (vhdl-mode):
15946 * textmodes/table.el (table-generate-source)
15947 (table--warn-incompatibility):
15948 Hyperlink urls in docstrings with URL `...'.
15949
15950 2009-07-22 Glenn Morris <rgm@gnu.org>
15951
15952 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
15953 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
15954 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
15955 Remove leading * from defcustom docs.
15956
15957 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
15958
15959 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
15960 defcustom doc.
15961 (list-load-path-shadows): Optionally, just return shadows as a string.
15962
15963 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
15964
15965 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
15966
15967 * mail/rmailedit.el (rmail-edit-mode): Use
15968 auto-save-include-big-deletions.
15969
15970 * mail/rmail.el (rmail-variables): Use
15971 auto-save-include-big-deletions.
15972
15973 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
15974 changes.
15975
15976 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
15977
15978 * calc/calc.el (calc-undo-length): New variable.
15979 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
15980
15981 2009-07-21 Richard Stallman <rms@gnu.org>
15982
15983 * files.el (auto-save-mode): Handle buffer-save-size = -2
15984 for toggling mode.
15985
15986 2009-07-21 Glenn Morris <rgm@gnu.org>
15987
15988 * textmodes/ispell.el (ispell-looking-back): Update declaration.
15989
15990 * calendar/todo-mode.el (calendar-current-date): Update declaration.
15991
15992 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
15993 silence compiler. Instead...
15994 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
15995 (ps-print-ensure-fontified): Update for above function name changes.
15996
15997 * printing.el (pr-mh-get-msg-num, pr-mh-show)
15998 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
15999 silence compiler. Instead...
16000 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
16001 (mh-show-buffer): Only define for compiler.
16002 (pr-mh-current-message): Update for above function name changes.
16003
16004 * files.el (abort-if-file-too-large): Explicitly pass `filename'
16005 as an argument.
16006 (find-file-noselect, insert-file-1): Update for above change.
16007
16008 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
16009
16010 * mail/mailclient.el (mailclient-send-it): Fix message.
16011
16012 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
16013 (edebug-eval): Check cl-debug-env is bound.
16014 (print-level, print-circle): Don't redefine built-in variables.
16015
16016 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
16017 (custom-print-vectors): Remove old comments from doc.
16018
16019 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
16020 (emerge-version): Make the variable an obsolete alias for the
16021 emacs-version variable. Make the function obsolete.
16022 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
16023 Emerge options, rather than merging in into the main Options menu.
16024 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
16025 and auto advance modes. Disable edit/fast items when not relevant.
16026
16027 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
16028
16029 * term/vt420.el (terminal-init-vt420): Fix typo.
16030
16031 2009-07-20 Sam Steingold <sds@gnu.org>
16032
16033 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
16034 variable (removed from compile.el on 2004-03-11).
16035
16036 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
16037
16038 * files.el (hack-local-variables-filter): Fix last change.
16039
16040 2009-07-19 Juri Linkov <juri@jurta.org>
16041
16042 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
16043 (dir-local-variables-alist): New buffer-local variable.
16044 (hack-local-variables-filter): If variable is not dir-local,
16045 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
16046 because file-local overrides dir-local.
16047 (c-postprocess-file-styles) <declare-function>:
16048 Remove obsolete declaration.
16049 (hack-dir-local-variables): Add dir-local variable/value pair to
16050 `dir-local-variables-alist' and remove duplicates. Doc fix.
16051
16052 * help-fns.el (describe-variable): Add information about
16053 file-local and dir-local variables.
16054
16055 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
16056
16057 * files.el (hack-local-variables-filter): Rewrite.
16058
16059 2009-07-19 Glenn Morris <rgm@gnu.org>
16060
16061 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
16062 Silence compiler by only defining on XEmacs.
16063
16064 * international/mule.el (auto-coding-regexp-alist): Only match
16065 BABYL... at the start of buffer, not of lines. (Bug#3790)
16066
16067 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
16068 non-calendar buffers (Bug#3862). Restore "not on a date" message.
16069 (cal-menu-context-mouse-menu): Doc fix.
16070
16071 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
16072
16073 * simple.el (mail-user-agent): Doc fix. Set :version tag.
16074
16075 2009-07-18 Juri Linkov <juri@jurta.org>
16076
16077 * info.el: Virtual Info keyword finder.
16078 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
16079 (Info-finder-file): New variable.
16080 (Info-finder-find-file): New function.
16081 (finder-known-keywords, finder-package-info)
16082 (find-library-name, lm-commentary): Use defvar and
16083 declare-function to silence compiler warnings.
16084 (Info-finder-find-node): New function.
16085 (info-finder): New command.
16086
16087 * subr.el (process-kill-buffer-query-function): New function.
16088 (add-hook)<kill-buffer-query-functions>: Add hook
16089 `process-kill-buffer-query-function'.
16090
16091 2009-07-18 Alan Mackenzie <acm@muc.de>
16092
16093 * progmodes/cc-mode.el (c-before-hack-hook)
16094 (c-postprocess-file-styles): Give invocation of `c-set-style'
16095 DONT-OVERRIDE parameter of t. Already set style variables will
16096 thus not be overridden by style settings given by `c-file-syle'.
16097
16098 * files.el (hack-local-variables-filter): Remove entries with
16099 duplicate keys from `file-local-variables-alist'.
16100
16101 2009-07-18 Eli Zaretskii <eliz@gnu.org>
16102
16103 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
16104 x-set-selection if display-selections-p returns nil for the
16105 current frame.
16106
16107 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
16108
16109 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
16110
16111 2009-07-18 Eli Zaretskii <eliz@gnu.org>
16112
16113 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
16114 Accept nil in addition to a regexp.
16115 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
16116 Accept nil in addition to a regexp.
16117 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
16118 buffers that have an associated file. Handle nil values of
16119 desktop-buffers-not-to-save and desktop-files-not-to-save.
16120 (Bug#3833)
16121
16122 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16123 (x-disown-selection-internal): New functions.
16124
16125 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
16126
16127 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
16128 warning.
16129 (gdb-breakpoints-header): Move forward to avoid compiler warning.
16130 (gdb-make-header-line-mouse-map): Remove duplicate definition.
16131
16132 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
16133
16134 * simple.el (set-mark): Revert last change.
16135
16136 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
16137
16138 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
16139 rendering of pngs is not possible instead of messaging a long
16140 description.
16141
16142 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
16143
16144 * w32-fns.el (x-selection-owner-p): New function.
16145
16146 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
16147 (mouse-yank-at-click, mouse-yank-primary): If
16148 select-active-regions is non-nil, deactivate the mark before
16149 insertion.
16150
16151 * simple.el (deactivate-mark, set-mark): Only save selection if we
16152 own it.
16153
16154 2009-07-17 Kenichi Handa <handa@m17n.org>
16155
16156 * case-table.el (describe-buffer-case-table): Fix for the case
16157 that KEY is a cons.
16158
16159 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
16160
16161 * vc-rcs.el (vc-rcs-find-file-hook):
16162 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
16163
16164 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
16165
16166 * net/tramp.el (tramp-wait-for-output): Handle the case when
16167 commands do not return a newline but a null byte before the shell
16168 prompt. (Bug#3858)
16169
16170 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16171
16172 * term/ns-win.el (ns-set-alpha): Don't declare.
16173 (ns-set-background-alpha): Remove function.
16174
16175 2009-07-16 Kevin Ryde <user42@zip.com.au>
16176
16177 * emacs-lisp/copyright.el (copyright-update): Save match-data across
16178 y-or-n-p, for safety.
16179
16180 2009-07-16 Richard Stallman <rms@gnu.org>
16181
16182 * files.el (auto-save-mode): If buffer-saved-size is -2,
16183 don't clobber it.
16184
16185 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
16186 (rmail-retry-ignored-headers): Add more uninteresting fields.
16187
16188 2009-07-15 Jari Aalto <jari.aalto@cante.net>
16189
16190 * net/rcirc.el (rcirc): Use history variables.
16191 (rcirc-server-name-history, rcirc-nick-name-history)
16192 (rcirc-server-port-history): New variables.
16193
16194 2009-07-15 Kenichi Handa <handa@m17n.org>
16195
16196 * international/mule-cmds.el (set-language-environment-charset):
16197 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
16198 ignore them.
16199
16200 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
16201 Delete unibyte-display.
16202
16203 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
16204
16205 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
16206
16207 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
16208
16209 * simple.el (deactivate-mark): Optional argument FORCE.
16210 (set-mark): Use deactivate-mark.
16211
16212 * info.el (Info-search): No need to check transient-mark-mode
16213 before calling deactivate-mark.
16214
16215 * select.el (x-set-selection): Doc fix.
16216 (x-valid-simple-selection-p): Allow buffer values.
16217 (xselect--selection-bounds): Handle buffer values. Suggested by
16218 David De La Harpe Golden.
16219
16220 * mouse.el (mouse-set-region, mouse-drag-track): Call
16221 copy-region-as-kill before setting the mark, to let
16222 select-active-regions work.
16223
16224 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
16225
16226 * simple.el (deactivate-mark): If select-active-regions is
16227 non-nil, copy the selection data into a string.
16228 (activate-mark): If select-active-regions is non-nil, set the
16229 selection to the current buffer.
16230 (set-mark): Update selection if select-active-regions is non-nil.
16231
16232 * select.el (x-valid-simple-selection-p): Allow buffer values.
16233
16234 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
16235
16236 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
16237 and more featureful message-mode.
16238
16239 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
16240
16241 * select.el (x-set-selection): Doc fix.
16242 (x-valid-simple-selection-p): Disallow selection data consisting
16243 of a list or cons of integers, since that is not used.
16244 (xselect--selection-bounds, xselect--int-to-cons): New functions.
16245 (xselect-convert-to-string, xselect-convert-to-length)
16246 (xselect-convert-to-filename, xselect-convert-to-charpos)
16247 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
16248
16249 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
16250
16251 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
16252 output in -break-info command (Emacs bug #3794).
16253
16254 2009-07-14 Glenn Morris <rgm@gnu.org>
16255
16256 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
16257 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
16258 (edebug-print-length, edebug-print-level, edebug-print-circle)
16259 (edebug-sit-for-seconds, edebug-view-outside)
16260 (edebug-bounce-point, edebug-set-global-break-condition)
16261 (edebug-Go-nonstop-mode, edebug-trace-mode)
16262 (edebug-Trace-fast-mode, edebug-continue-mode)
16263 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
16264 (edebug-visit-eval-list): Doc fixes.
16265
16266 * subr.el (def-edebug-spec): Doc fix.
16267
16268 2009-07-14 Kenichi Handa <handa@m17n.org>
16269
16270 * international/characters.el: Fix setting of category ?C.
16271
16272 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
16273
16274 * term/ns-win.el (x-select-font): defalias x-select-font to
16275 ns-popup-font-panel instead of generate-fontset-menu.
16276
16277 2009-07-12 Eli Zaretskii <eliz@gnu.org>
16278
16279 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
16280
16281 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
16282
16283 * arc-mode.el (archive-find-type): Allow for a PK00 string before
16284 the PK\003\004 header (Bug#3770).
16285
16286 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
16287
16288 * pcomplete.el (pcomplete-comint-setup): Check for
16289 shell-dynamic-complete-filename too.
16290
16291 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
16292
16293 * simple.el (temporary-goal-column): Change the value for
16294 line-move-visual to a cons cell.
16295 (line-move-visual): Record or set the window hscroll, if
16296 necessary (Bug#3494).
16297 (line-move-1): Handle cons value of temporary-goal-column.
16298
16299 2009-07-11 Kenichi Handa <handa@m17n.org>
16300
16301 * international/mule-diag.el (describe-character-set): Don't show
16302 width.
16303
16304 2009-07-10 Sam Steingold <sds@gnu.org>
16305
16306 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16307 Omake sometimes indents the errors it prints, so allow all
16308 regexps to start with spaces.
16309
16310 2009-07-10 Eli Zaretskii <eliz@gnu.org>
16311
16312 * cus-edit.el (customize-changed-options-previous-release):
16313 Bump value to 22.1. (Bug#3804)
16314
16315 2009-07-08 Sam Steingold <sds@gnu.org>
16316
16317 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16318 to be a cons cell (test . ignored-directory) to selectively ignore
16319 some directories depending on the location of the search.
16320
16321 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
16322
16323 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16324 remote user is root, on the local host.
16325 (tramp-local-host-p): Either the local user or the remote user
16326 must be root. (Bug#3771)
16327
16328 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
16329
16330 * progmodes/gdb-mi.el (gdb): Remove description of
16331 gdb-use-separate-io-buffer.
16332 (menu): Don't allow toggling of or enable
16333 gdb-use-separate-io-buffer from menubar.
16334
16335 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
16336
16337 * mail/unrmail.el (unrmail): Make sure the message ends with two
16338 newlines (Bug#3769).
16339
16340 2009-07-08 Glenn Morris <rgm@gnu.org>
16341
16342 * calendar/calendar.el (calendar-current-date): Rework previous change.
16343
16344 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
16345
16346 * calendar/calendar.el (calendar-current-date):
16347 Add an optional argument giving an offset from today.
16348
16349 2009-07-08 Glenn Morris <rgm@gnu.org>
16350
16351 * tutorial.el (tutorial--describe-nonstandard-key):
16352 Adjust the message for when a key has been unbound.
16353 (help-with-tutorial): Hide the arch-tag.
16354
16355 2009-07-08 Kenichi Handa <handa@m17n.org>
16356
16357 * international/fontset.el (setup-default-fontset): For each
16358 script, append (not set) font-specs.
16359
16360 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16361 docstring.
16362
16363 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
16364
16365 * progmodes/gdb-mi.el (gdb-init-1): Move sending
16366 -data-list-register-names to ...
16367 (gdb-starting): ... here because GDB 7.0 requires execution to
16368 have started when using this MI command.
16369 (gdb-set-header): New function to distinguish select and
16370 unselected tabs in gdb buffers.
16371 (gdb-propertize-header): New macro that uses gdb-set-header.
16372 (gdb-breakpoints-header, gdb-locals-header): Use it.
16373 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
16374
16375 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
16376
16377 * Makefile.in (ELCFILES): Remove fadr.elc.
16378
16379 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
16380
16381 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
16382 may contain frame information, so `string-match' should be used.
16383 (gdb-update): Disassembly is invalidated through
16384 `gdb-get-selected-frame'.
16385 (gdb-pad-string): New function to pad string with spaces.
16386 (gdb-invalidate-disassembly): Invalidate only if the buffer
16387 exists.
16388 (gdb-disassembly-handler-custom): Column alignment.
16389 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16390 placing new ones.
16391 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16392 end of line, too.
16393 (gdb-frame-handler): Match convention to for disassembly buffer
16394 mode name.
16395 (gdb-stack-list-frames-handler): Rewritten without regexps.
16396 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16397 not highlight breakpoints without line information.
16398 (gdb-input): Add trailing newline to command.
16399
16400 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16401 buffer properly.
16402 (gdb-breakpoints-list-handler-custom): Replacement for
16403 `gdb-break-list-handler'. Using real parser instead of regexps
16404 now.
16405 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16406 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16407 to place breakpoints.
16408 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16409 functions.
16410 (gdb-disassembly-handler-custom): Show overlay arrow.
16411 (gdb-disassembly-place-breakpoints): Show breakpoints in
16412 disassembly buffer.
16413 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16414 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
16415 instead of parsing breakpoints buffer. Fixed old menu references
16416 in `gud-menu-map'.
16417
16418 * fadr.el: Remove.
16419
16420 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
16421 (gdb-memory-address): New variable which holds top address of
16422 memory page shown in memory buffer.
16423 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
16424 customization variables.
16425 New functions:
16426 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
16427 display the memory buffer.
16428 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
16429 buffer display parameters.
16430 (def-gdb-memory-format, gdb-memory-format-binary)
16431 (gdb-memory-format-octal, gdb-memory-format-unsigned)
16432 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16433 Functions for setting memory buffer format.
16434 (gdb-memory-unit-word, gdb-memory-unit-halfword)
16435 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
16436 unit size used in memory buffer.
16437 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
16438 to next/previous page of memory buffer.
16439 Now using (bindat-get-field) instead of fadr functions.
16440
16441 2009-07-07 Sam Steingold <sds@gnu.org>
16442
16443 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
16444 non-top-level files.
16445
16446 2009-07-07 Kenichi Handa <handa@m17n.org>
16447
16448 * international/mule-cmds.el (reset-language-environment): Put
16449 the highset priority to the charset iso-8859-1.
16450
16451 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
16452
16453 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
16454 to the end of the line when locating the block (Bug#700).
16455
16456 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
16457
16458 * net/tramp.el (tramp-handle-write-region): Flush file properties
16459 in case of short track.
16460
16461 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
16462
16463 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16464 Coded custom representation of verilog error regular expressions
16465 to work with Emacs-22's new format.
16466 (verilog-error-regexp-xemacs-alist): Coded custom representation
16467 of verilog error regular expressions to work with XEmacs format.
16468 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16469 error recognition into XEmacs.
16470 (verilog-error-regexp-add-emacs): Hook routine to install verilog
16471 error recognition into Emacs-22.
16472
16473 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
16474
16475 * woman.el: Remove stand-alone closing parentheses.
16476 (woman-file-name, woman2-format-paragraphs)
16477 (woman-leave-blank-lines): Code cleanup.
16478 (woman-use-own-frame): Change default to nil.
16479 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16480 defaults to inherit from default faces.
16481 (woman2-process-escapes): Consume the newline after a stand-alone
16482 filler character (Bug#3651).
16483
16484 2009-07-06 Glenn Morris <rgm@gnu.org>
16485
16486 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16487 (top-level): Move provide to the end.
16488 (ffap): Remove defunct URL from custom group.
16489
16490 * subr.el (eval-after-load): Doc fix.
16491
16492 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
16493
16494 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16495 `calc-embedded-word' is called twice.
16496
16497 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16498
16499 * files.el (find-alternate-file-other-window, find-alternate-file):
16500 Obey confirm-nonexistent-file-or-buffer.
16501
16502 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
16503
16504 * dired-aux.el (dired-show-file-type): Handle remote files.
16505
16506 2009-07-05 Jari Aalto <jari.aalto@cante.net>
16507
16508 * desktop.el (desktop-globals-to-save):
16509 Add file-name-history (Bug#2750).
16510
16511 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
16512
16513 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
16514
16515 2009-07-04 Johan Bockgård <bojohan@gnu.org>
16516
16517 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16518 property on entire argument since this is what eshell-lisp-command
16519 expects.
16520
16521 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
16522
16523 * net/tramp-gvfs.el (tramp-gvfs-methods)
16524 (tramp-gvfs-zeroconf-domain)
16525 (tramp-bluez-discover-devices-timeout): Add version flag.
16526 (tramp-gvfs-handler-mounted-unmounted)
16527 (tramp-gvfs-connection-mounted-p): Polish handling of
16528 incompatibilities between GVFS 0.2 and 1.0.
16529
16530 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
16531
16532 * cus-start.el (all): Add make-pointer-invisible.
16533
16534 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
16535
16536 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
16537 formatted correctly.
16538
16539 2009-07-02 Juri Linkov <juri@jurta.org>
16540
16541 * info.el: Virtual Info files and nodes.
16542 (Info-virtual-files, Info-virtual-nodes): New variables.
16543 (Info-current-node-virtual): New variable.
16544 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16545 New functions.
16546 (Info-file-supports-index-cookies): Use Info-virtual-file-p
16547 to check for a virtual file instead of checking a fixed list
16548 of node names.
16549 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16550 instead of ad-hoc processing of "dir" and (apropos history toc).
16551 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16552 instead of ad-hoc processing of "dir" and (apropos history toc).
16553 Reread a file when moving from a virtual node.
16554 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16555 (Info-directory-toc-nodes, Info-directory-find-file)
16556 (Info-directory-find-node): New functions.
16557 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16558 (Info-history): Move part of code to
16559 `Info-history-find-node'.
16560 (Info-history-toc-nodes, Info-history-find-file)
16561 (Info-history-find-node): New functions.
16562 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
16563 (Info-toc): Move part of code to `Info-toc-find-node'.
16564 (Info-toc-find-node): New function.
16565 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
16566 the current Info file name to references because now the node
16567 "*TOC*" belongs to the same Info manual.
16568 (Info-toc-build): Rename from `Info-build-toc'.
16569 (Info-toc-nodes): Rename input argument `file' to `filename'.
16570 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
16571 instead of ad-hoc processing of ("dir" apropos history toc).
16572 (Info-index-nodes): Use Info-virtual-file-p
16573 to check for a virtual file instead of checking a fixed list
16574 of node names.
16575 (Info-index-node): Add check for `Info-current-node-virtual'.
16576 Raise `save-match-data' higher up the tree to contain
16577 `search-forward' too (bug fix).
16578 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
16579 (Info-virtual-index-nodes): New variable.
16580 (Info-virtual-index-find-node, Info-virtual-index): New functions.
16581 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
16582 (Info-apropos-file, Info-apropos-nodes): New variables.
16583 (Info-apropos-toc-nodes, Info-apropos-find-file)
16584 (Info-apropos-find-node, Info-apropos-matches): New functions.
16585 (info-apropos): Move part of code to `Info-apropos-find-node' and
16586 `Info-apropos-matches'.
16587 (Info-mode-map): Bind "I" to `Info-virtual-index'.
16588 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
16589 for a virtual file instead of checking a fixed list of node names.
16590
16591 * simple.el (async-shell-command): New command.
16592
16593 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
16594
16595 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
16596 instead of `mount-info'.
16597
16598 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
16599
16600 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
16601 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
16602
16603 2009-07-02 Kenichi Handa <handa@m17n.org>
16604
16605 * international/mule.el (set-keyboard-coding-system): Force *-unix
16606 coding-system to avoid eol conversion.
16607
16608 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
16609
16610 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16611 Add handler for `process-file', `shell-command' and
16612 `start-file-process'.
16613 (tramp-gvfs-handle-shell-command)
16614 (tramp-gvfs-handle-start-file-process)
16615 (tramp-gvfs-handle-process-file): New defuns.
16616 (tramp-synce-list-devices): Simplify check for existence of property.
16617
16618 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
16619
16620 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
16621
16622 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
16623
16624 * language/korean.el (set-language-info-alist): Add korean-cp949,
16625 cp949 to spec.
16626
16627 2009-07-01 Kenichi Handa <handa@m17n.org>
16628
16629 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
16630
16631 * international/encoded-kb.el: Deleted.
16632
16633 * international/mule.el (set-keyboard-coding-system): Perform the
16634 necessary setup here instead of calling encoded-kbd-setup-display.
16635
16636 2009-07-01 Glenn Morris <rgm@gnu.org>
16637
16638 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
16639
16640 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
16641
16642 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
16643
16644 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
16645
16646 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
16647 Handle also the 'rename case, when setting file modes. (Bug#3712)
16648 (tramp-default-file-modes): Remove execute permissions.
16649
16650 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
16651 (top): Add a default for "synce" in `tramp-default-user-alist'.
16652 Add completion function for "synce" method.
16653 (tramp-hal-service, tramp-hal-path-manager)
16654 (tramp-hal-interface-manager, tramp-hal-interface-device):
16655 New defconst.
16656 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
16657 (tramp-synce-list-devices, tramp-synce-parse-device-names):
16658 New defuns.
16659
16660 * net/trampver.el: Update release number.
16661
16662 2009-06-30 Kenichi Handa <handa@m17n.org>
16663
16664 * international/fontset.el (setup-default-fontset): Add CJK fonts
16665 for symbols and the other miscellaneous characters.
16666
16667 * language/korea-util.el (setup-korean-environment-internal):
16668 Make char-width-table suitable for Korean environments.
16669 (exit-korean-environment): Cancel above.
16670
16671 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
16672 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
16673 setup-function to make char-width-table suitable for respective
16674 environments, and an exit-function to cancel that.
16675
16676 * language/japan-util.el (setup-japanese-environment-internal):
16677 Call use-cjk-char-width-table with arg `ja_JP'.
16678
16679 * international/characters.el (cjk-char-width-table): Delete it.
16680 (cjk-char-width-table-list): New variable.
16681 (use-cjk-char-width-table): New arg local-name.
16682 (use-default-char-width-table): Fix for the case that Emacs is
16683 already using the default char-width-table.
16684
16685 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
16686
16687 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
16688 modes mandatory. (Bug#3712)
16689
16690 2009-06-29 Alan Mackenzie <acm@muc.de>
16691
16692 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
16693 correction between the visible width of TABs and their number of bytes.
16694
16695 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
16696
16697 * server.el (server-buffer-done): Prevent kill-buffer from
16698 prompting by clearing the buffer modification flag (Bug#3696).
16699
16700 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
16701
16702 * progmodes/verilog-mode.el (verilog-beg-of-statement)
16703 (verilog-endcomment-reason-re): Support unique case and priority case.
16704 (verilog-basic-complete-re): Support localparam lineup.
16705 (verilog-beg-of-statement-1): Fix for robustness, unique case.
16706 (verilog-set-auto-endcomments): Fix for unique case, always_comb
16707 commenting.
16708 (verilog-leap-to-case-head): Now support *nested* unique &
16709 priority case statements.
16710 (verilog-auto-lineup): Make just declarations the default (as it
16711 had been).
16712 (verilog-leap-to-case-head): Support priority/unique case statements.
16713 (verilog-auto-lineup): Rework to give users radio buttons to
16714 select the various styles of automatic lineup.
16715 (verilog-error-regexp-alist): Rework to support the XEmacs style
16716 of error regular expressions from compilers, lint tools &
16717 simulators. Note that GNU Emacs has made it impossible for a mode
16718 to load such things.
16719 (electric-verilog-terminate-line, verilog-indent-declaration)
16720 (verilog-auto-wiure): Rework for radio button selection of
16721 auto-lineup selection of specification of auto lineup.
16722 (verilog-beg-of-statement-1): Redesign to support proper operation
16723 in additional code, based on testing with auto-lineup.
16724 (verilog-calculate-indent, assignments & declarations)
16725 (verilog-backward-token): Enhance to support auto-lineup of
16726 assignments & declarations.
16727 (verilog-in-directive-p, verilog-at-struct-p): New function for
16728 easy test of whether we are.
16729 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
16730 to support safe execution at almost anyline.
16731 (verilog-calc-1): Properly support indenting deep inside generate
16732 blocks.
16733 (verilog-init-font): Remove definition & use of verilog-init-font,
16734 as it is redundant with font-lock-defaults.
16735 (verilog-mode): Alter the definition of verilog-font-lock-defaults
16736 to avoid circular calls if syntax-ppss is a function (as is the
16737 case now in 22.x GNU Emacs) as that function would sometimes call
16738 itself, leading to (nearly) infinite recursion.
16739 (verilog-ovm-begin-re, verilog-ovm-end-re)
16740 (verilog-ovm-statement-re, verilog-leap-to-head)
16741 (verilog-backward-token): Add support for OVM macros. Some are
16742 complete statements, and others open and close scopes like begin
16743 and end.
16744 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
16745 (verilog-defun-level-generate-only-re): Really fix the defun-list
16746 compilation issue.
16747 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
16748 coverpoint, constraint and cross statements.
16749 (verilog-defun-level-list, verilog-generate-defun-level-list)
16750 (verilog-all-defun-level-list): Redo these specifications - it is
16751 too hard to support eval-when compile aggregation of lists also
16752 built at when-compile time.
16753 (verilog-defun-level-list): Place defconsts of variables used in
16754 building regular expressions which are built in eval-when-compile
16755 bodies in the same eval-when-compile body to facilitate compile
16756 without load.
16757 (verilog-beg-block-re-ordered): Support indenting
16758 virtual/protected tasks and functions.
16759 (verilog-defun-level-list, verilog-in-generate-region-p)
16760 (verilog-backward-ws&directives, verilog-calc-1): Speed up
16761 indentation of some module items (generate items).
16762 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
16763 across virtual/protected tasks and functions.
16764
16765 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
16766
16767 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
16768 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
16769 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
16770 in concatenations. Reported by Yishay Belkind.
16771 (verilog-auto-ascii-enum): Support one-hot state machines in
16772 AUTOASCIIENUM. Suggested by Lloyd Gomez.
16773 (verilog-auto-inst, verilog-auto-inst-port): Include interface
16774 modport in AUTOINST and add vl-modport for users. Reported by
16775 David Rogoff.
16776 (verilog-auto-inout-module, verilog-auto-inst)
16777 (verilog-decls-get-interfaces, verilog-insert-definition)
16778 (verilog-insert-one-definition, verilog-read-decls)
16779 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
16780 (verilog-sig-modport, verilog-signals-combine-bus)
16781 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
16782 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
16783 Suggested by David Rogoff.
16784 (verilog-repair-open-comma): Fix non-insertion of comma when
16785 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
16786 (verilog-make-width-expression): Simplify [A-1:0] expression
16787 widths to just {A{1'b0}}.
16788 (verilog-mode): Cleanup checkdoc warnings.
16789 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
16790 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
16791 inputs/outputs or data type. Suggested by Vasu Kandadi.
16792 (next-error-last-buffer): Fix byte-compiler warning.
16793 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
16794 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
16795 or shell command text during AUTO expansion. Suggested by Tad Truex.
16796 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
16797 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
16798 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
16799 in AUTOINOUT. Reported by Matthew Lovell.
16800 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
16801 causing use of <= assignments. Reported by Alex Reed.
16802 (verilog-read-decls): Fix triand, trior, wand, wor to be
16803 recognized by AUTOWIRE. Reported by Spencer Isaacson.
16804 (verilog-extended-complete-re): Support import "DPI-C" functions.
16805 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
16806 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
16807 (verilog-insert-date, verilog-insert-year)
16808 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
16809 Windows systems. Reported by Michael Potts.
16810 (verilog-read-module-name): Fix AUTOINST when the child module
16811 declaration's name is a tick define. Reported by Elliot Mednick.
16812 (verilog-read-decls): Fix V2K parameter bit subscripts getting
16813 passed to next parameter's definition. Reported by Bruce T.
16814 (verilog-read-decls): Fix detecting "parameter int" when using
16815 AUTOINSTPARAM. Reported by Bruce T.
16816 (verilog-goto-defun): Fix goto not finding modules unless first
16817 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
16818 (verilog-mode): Expand -f flag arguments on entry to mode so
16819 verilog-goto-defun will work. Reported by Lawrence Butcher.
16820 (verilog-getopt): Expand environment variables in -f file
16821 arguments. Suggested by Lawrence Butcher.
16822 (verilog-set-define): Fix "Symbol's value as variable is void"
16823 when reading enumerations.
16824 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
16825 Suggested by Stephen Peltan.
16826 (verilog-read-defines): Fix reading of enumerations in include
16827 files. Reported by Steve Peltan.
16828
16829 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
16830
16831 * files.el (trash-directory): Fix defcustom type.
16832
16833 2009-06-28 Juri Linkov <juri@jurta.org>
16834
16835 * help-fns.el (describe-function-1): Correctly locate adviced
16836 functions in hyperlink (Bug#2438).
16837
16838 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
16839
16840 * files.el (trash-directory): Change default to nil.
16841 (move-file-to-trash): If trash-directory is nil and
16842 system-move-file-to-trash is unbound, perform freedesktop-style
16843 trashing.
16844
16845 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
16846
16847 * files.el (move-file-to-trash): Add freedesktop trash
16848 support (Bug#973).
16849
16850 2009-06-28 Glenn Morris <rgm@gnu.org>
16851
16852 * autorevert.el (global-auto-revert-non-file-buffers)
16853 (global-auto-revert-mode): Doc fixes.
16854
16855 2009-06-27 Johan Bockgård <bojohan@gnu.org>
16856
16857 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
16858
16859 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
16860
16861 * faces.el (x-handle-named-frame-geometry): Ensure that we have
16862 opened an X connection before calling x-get-resource (Bug#3194).
16863
16864 * play/doctor.el: Remove reference to obsolete website.
16865 (make-doctor-variables): Correct grammar mistake (Bug#2633).
16866
16867 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
16868
16869 Remove find-file-not-found-hook VC method. (Bug#2757)
16870 * vc-hooks.el (vc-file-not-found-hook)
16871 (vc-default-find-file-not-found-hook): Remove functions.
16872 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
16873 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
16874 * vc.el:
16875 * vc-hg.el:
16876 * vc-git.el: Do not mention find-file-not-found-hook VC method.
16877
16878 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
16879
16880 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
16881 compatibility function for `looking-back'.
16882
16883 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
16884 Use `ispell-looking-back'.
16885
16886 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
16887
16888 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
16889 rather than `filename'.
16890
16891 2009-06-23 Miles Bader <miles@gnu.org>
16892
16893 * face-remap.el (text-scale-set): New function.
16894
16895 2009-06-23 Glenn Morris <rgm@gnu.org>
16896
16897 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
16898
16899 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
16900
16901 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
16902
16903 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
16904
16905 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
16906 Simplify Persian conditionals.
16907
16908 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
16909 variable `filename'.
16910
16911 * comint.el (comint-insert-input): Doc fix.
16912
16913 * Makefile.in (ELCFILES): Fix typo in previous change.
16914
16915 2009-06-23 Miles Bader <miles@gnu.org>
16916
16917 * cus-start.el: Add entry for `recenter-redisplay'.
16918
16919 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
16920
16921 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
16922 Add an optional argument for the backend, use it instead of
16923 calling vc-backend.
16924 (vc-mode-line): Add an optional argument for the backend.
16925 Pass the backend to vc-state and vc-working-revision. Move code for
16926 special handling for vc-state being a buffer to ...
16927
16928 * vc-rcs.el (vc-rcs-find-file-hook):
16929 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
16930
16931 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
16932 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
16933 vc-stay-local-p and vc-mode-line calls.
16934
16935 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
16936 (vc-cvs-diff, vc-cvs-annotate-command)
16937 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
16938 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
16939 vc-mode-line calls.
16940
16941 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
16942 direct comparison.
16943 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
16944 backend when calling vc-mode-line.
16945 (vc-register): Do not create a closure for calling the vc register
16946 function, call it directly.
16947
16948 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
16949
16950 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
16951 to make it obvious item can be clicked.
16952
16953 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
16954
16955 2009-06-23 Kenichi Handa <handa@m17n.org>
16956
16957 * language/korea-util.el (korean-key-bindings): Change the binding
16958 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
16959 same command.
16960
16961 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
16962
16963 Sync with Tramp 2.1.16.
16964
16965 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
16966
16967 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
16968 when a loading of a package fails. Completion function for rsync
16969 is `tramp-completion-function-alist-ssh'.
16970 (all): Replace all calls of `split-string' and
16971 `tramp-split-string' by `tramp-compat-split-string'.
16972 (tramp-default-method): Use `tramp-compat-process-running-p'.
16973 (tramp-default-proxies-alist): Allow also Lisp forms.
16974 (tramp-remote-path): Add choice "Private Directories".
16975 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
16976 (tramp-domain-regexp): Allow also "-", "_" and ".".
16977 (tramp-end-of-output): Remove newlines, and add "$" at the end.
16978 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
16979 (tramp-debug-message): Insert header line in debug buffer.
16980 (tramp-handle-directory-files-and-attributes-with-stat):
16981 Care about filenames with spaces, or starting with "-".
16982 (tramp-handle-dired-uncache): New defun.
16983 (tramp-handle-insert-directory): Don't flush the directory from
16984 cache, this is handled by `dired-uncache' now.
16985 (tramp-handle-insert-file-contents): Improve error handling.
16986 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
16987 Quote `tramp-end-of-output'.
16988 (tramp-action-password): Improve trace message.
16989 (tramp-check-for-regexp): Both echoes must be present, before removing.
16990 (tramp-open-connection-setup-interactive-shell): Trace coding system.
16991 (tramp-compute-multi-hops): Eval cons cells of
16992 `tramp-default-proxies-alist'.
16993 (tramp-maybe-open-connection): Use the same command pattern for
16994 first hop and further hops.
16995 (tramp-wait-for-output): Remove handling of newlines.
16996 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
16997 (tramp-split-string): Remove function. It is handled in
16998 tramp-compat now.
16999
17000 * net/tramp-cmds.el (tramp-bug):
17001 Recommend `tramp-cleanup-all-connections' in the bug mail.
17002
17003 * net/tramp-compat.el (tramp-compat-split-string)
17004 (tramp-compat-process-running-p): New defuns.
17005
17006 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
17007 for `dired-uncache'.
17008
17009 * net/tramp-gvfs.el: New package.
17010
17011 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
17012 Add handler for `dired-uncache'.
17013 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
17014
17015 * net/trampver.el: Update release number. Make version check fit
17016 for SXEmacs 22.
17017
17018 2009-06-22 Jim Meyering <meyering@redhat.com>
17019
17020 Automatically handle .xz suffix (XZ-compressed files), too.
17021 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
17022 XZ is the successor to LZMA: <http://tukaani.org/xz/>
17023
17024 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
17025 Nick Roberts <nickrob@snap.net.nz>
17026
17027 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
17028 repository (http://sphinx.net.ru/hg/gdb-mi/).
17029
17030 2009-06-22 Glenn Morris <rgm@gnu.org>
17031
17032 * files.el (dir-locals-collect-mode-variables): Allow for any number of
17033 `mode' and `eval' entries. (Bug#3430)
17034
17035 * Makefile.in (ELCFILES): Add fadr.elc.
17036
17037 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
17038 differing behavior of \n and ^ in strings. (Bug#3385)
17039
17040 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
17041
17042 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
17043 property.
17044 (lisp-indent-function): Make it a defcustom.
17045
17046 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
17047
17048 * progmodes/gdb-ui.el: Replace with ...
17049 * progmodes/gdb-mi.el: ... this file.
17050 * progmodes/gud.el: Modify for gdb-mi.el.
17051
17052 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
17053
17054 * fadr.el: New file.
17055
17056 See ChangeLog.14 for earlier changes.
17057
17058 ;; Local Variables:
17059 ;; coding: utf-8
17060 ;; End:
17061
17062 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
17063
17064 This file is part of GNU Emacs.
17065
17066 GNU Emacs is free software: you can redistribute it and/or modify
17067 it under the terms of the GNU General Public License as published by
17068 the Free Software Foundation, either version 3 of the License, or
17069 (at your option) any later version.
17070
17071 GNU Emacs is distributed in the hope that it will be useful,
17072 but WITHOUT ANY WARRANTY; without even the implied warranty of
17073 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17074 GNU General Public License for more details.
17075
17076 You should have received a copy of the GNU General Public License
17077 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
17078
17079 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1